@charset "utf-8";
/* CSS for All Pages | Written by IKKI | 2017-09-12 */

/* 全局 ------------------------------ */
body {
    font-family: "微软雅黑";
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.text-center {
    text-align: center !important;
}

.text-indent-30 {
    text-indent: 30px !important;
}

.line-height-21 {
    line-height: 21px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-40 {
    line-height: 40px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

/* 头部 ------------------------------ */
.navbar {
    margin-bottom: 0;
    min-height: 80px;
}

.navbar-brand {
    margin-right: 30px;
    height: 80px;
}

.navbar-brand img {
    margin-top: -5px;
    height: 62px;
}

.nav > li > a {
    margin: 20px 0;
    padding: 10px 20px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    border-radius: 6px;
    color: #fff;
    background: #0081cc;
}

.navbar-default .dropdown-menu:before {
    position: absolute;
    top: -16px;
    left: 32px;
    z-index: 999;
    border-style: solid;
    border-color: transparent;
    border-width: 8px;
    border-bottom-color: #fff;
    width: 0;
    height: 0;
    content: "";
}

.navbar-default .dropdown-menu:after {
    position: absolute;
    top: -20px;
    left: 30px;
    z-index: 888;
    border-style: solid;
    border-color: transparent;
    border-width: 10px;
    border-bottom-color: #ccc;
    width: 0;
    height: 0;
    content: "";
}

.navbar-default .dropdown-menu > li > a {
    padding: 8px 20px;
}

.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > a:hover {
    color: #0081cc;
    background: #e1e0e0;
}

.navbar-default .navbar-link {
    display: inline-block;
    margin: 10px 0 10px 5px;
    border-radius: 5px;
    padding: 6px 15px;
    line-height: 20px;
    color: #fff;
}

.navbar-default .navbar-link:focus,
.navbar-default .navbar-link:hover {
    text-decoration: none;
    color: #fff;
}

.navbar-default .navbar-text .per {
    background: #7db15e;
}

.navbar-default .navbar-text .com {
    background: #db834d;
}

.navbar-toggle {
    margin-top: 23px;
}

@media only screen and (max-width: 767px) {
    .nav > li > a {
        margin: 0;
    }
    .navbar-default .dropdown-menu:before,
    .navbar-default .dropdown-menu:after {
        display: none;
    }
    .navbar-default .navbar-link {
        margin: 0 10px;
    }
}

/* 内容 ------------------------------ */
main {
    margin-top: 80px;
}

#banner .swiper-container {
    width: 100%;
    height: 560px;
}

#banner .swiper-slide a,
#banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

#banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #c4c4c4;
    opacity: 1;
}

#banner .swiper-pagination-bullet-active {
    background: #0081cc;
}

@media only screen and (max-width: 767px) {
    #banner .swiper-container {
        height: 160px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        margin-top: -11px;
        width: 20px;
        height: 22px;
        background-size: 20px 22px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0;
    }
    #banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

.count-down {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #0081cc;
}

#countDown {
    margin: 0 10px;
    font-size: 36px;
    color: #f5fd1d;
    vertical-align: -10%;
}

.count-down p {
    margin: 15px 0;
}

.count-down .btn {
    margin: 20px 0;
    padding: 5px 20px;
    font-size: 24px;
    color: #0081cc;
}

@media only screen and (max-width: 767px) {
    .count-down {
        font-size: 12px;
    }
    #countDown {
        margin: 0 5px;
        font-size: 16px;
        vertical-align: -5%;
    }
    .count-down p {
        margin: 10px 0;
    }
    .count-down .btn {
        margin: 15px 0 10px 10px;
        font-size: 14px;
    }
}

#xwdc h3,
#fwzq h3,
#sy h3,
#pzsh h3 {
    padding: 10px 0;
    font-size: 28px;
    font-weight: 400;
    color: #0081cc;
}

#xwdc h3 small,
#fwzq h3 small,
#sy h3 small,
#pzsh h3 small {
    margin-left: 30px;
    font-size: 26px;
    color: #cdcdcd;
}

#fwzq h3,
#sy h3,
#pzsh h3 {
    border-bottom: 1px solid #ddd;
}

#xwdc h3 a {
    display: inline-block;
    float: right;
    margin-top: 10px;
    font-size: 14px;
}

#xwdc .list-group {
    box-shadow: none;
}

#xwdc .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
}

#xwdc .list-group-item:first-child {
    border-top: none;
}

#xwdc .list-group-item:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    #fwzq .nav-pills> li + li {
        margin-left: 0;
    }
}

#fwzq a {
    margin: 0;
    padding: 0;
    color: #fff;
    float: right;
	font-size: 26px;
}

#fwzq img {
    width: 99.6%;
}

@media only screen and (max-width: 767px) {
    #fwzq .row > div {
        margin-bottom: 10px;
    }
}

#sy {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    #sy {
        margin-top: 20px;
    }
}

#sy h4 {
    margin-top: 20px;
}

#sy h4 a {
    float: right;
    font-size: 14px;
}

#sy .container {
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    #sy .row > div {
        margin-bottom: 10px;
    }
    #sy h4 {
        margin-top: 10px;
    }
    #sy .container {
        padding-bottom: 0;
    }
}

#sy .row img {
    width: 100%;
}

#sy .thumbnail {
    border-radius: 0;
}

#pzsh img {
    width: 100%;
}

#pzsh .col-md-6,
#pzsh .col-xs-6 {
    position: relative;
    margin-bottom: 15px;
}

#pzsh p {
    position: absolute;
    left: 30px;
    bottom: 0;
    font-size: 30px;
    color: #fff;
}

#yx {
    margin-bottom: 40px;
}

#yx img {
    width: 100%;
}

footer address {
    margin-bottom: 0;
}

/* 二级页面 ------------------------------ */
#secondBanner {
    position: relative;
    height: 400px;
    color: #000;
    background: url(../img/sec_banner.jpg) no-repeat center;
}

#secondBanner .content {
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 300px;
}

#secondBanner .content h2 {
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
}

#secondBanner .content h3 {
    padding: 0 45px;
    font-size: 20px;
    text-align: center;
}

#secondBanner .content p {
    padding: 0 45px;
}

/* 事业部二级 ------------------------------ */
#careerBanner {
    position: relative;
    height: 490px;
    color: #000;
}

.careerBannerBg_1 {
    background: url(../img/career_banner_1.jpg) no-repeat center;
}

.careerBannerBg_2 {
    background: url(../img/career_banner_3.jpg) no-repeat center;
}

#careerBanner .content {
    position: relative;
    top: 50px;
    left: 50%;
    margin-left: -200px;
    width: 450px;
    height: 300px;
    color: #fff;
}

#careerBanner .content h2 {
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #212121;
    position: relative;
    top: 20px;
}

#careerBanner .content h3 {
    padding: 0 45px;
    font-size: 20px;
    text-align: center;
    position: relative;
    top: 50px;
}

#careerBanner .content p {
    padding: 0 45px;
    position: relative;
    top: 70px;
}

#careerAd {
    position: relative;
    height: 440px;
    color: #000;
}

.careerAdBg_1 {
    background: url(../img/career_banner_2.jpg) no-repeat center;
}

.careerAdBg_2 {
    background: url(../img/career_banner_4.jpg) no-repeat center;
}

#careerAd .content {
    width: 850px;
    height: 300px;
    color: #fff;
    margin: 0 auto;
}

#careerAd .content h1 {
    padding-top: 150px;
    text-align: center;
}

#careerAd .content h3 {
    padding: 0 45px;
    font-size: 20px;
    position: relative;
    line-height: 30px;
}

#careerAd .content .icon_1:before {
    content: "";
    background: url(../img/icon_1.png);
    width: 29px;
    height: 28px;
    display: inline-block;
    /*float: left;*/
    position: absolute;
    top: -30px;
    left: 0;
}

#careerAd .content .icon_1:after {
    content: "";
    background: url(../img/icon_2.png);
    width: 29px;
    height: 28px;
    display: inline-block;
    /*float: right;*/
    position: absolute;
    top: 60px;
    right: 0;
}

.career-mr {
    margin: 50px 0;
}

#career li {
    list-style: none;
    margin-bottom: 50px;
}

#career li img {
    box-shadow: 3px 3px 5px #ccc;
    border-radius: 8px;
}

#career .btn-primary {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .career-mr {
        margin: 20px 0;
    }
    #career li {
        list-style: none;
        margin-bottom: 20px;
    }
    #career .btn-primary {
        margin-bottom: 20px;
    }
    #careerBanner,
    #careerAd {
        display: none;
    }
}

/* 列表 ------------------------------ */
.breadcrumb {
    margin: 10px 0;
    padding: 8px 0;
    background: none;
}

.breadcrumb > li + li::before {
    padding: 0 8px 0 5px;
    font-family: verdana;
    color: #999;
    content: "»";
}

#leftMenu {
    border: none;
    border-radius: 0;
    font-weight: bold;
}

#leftMenu > .panel-heading {
    border: none;
    border-radius: 0;
    font-weight: bold;
    color: #fff;
    background: #287bc0;
}

#leftMenu > .panel-heading a,
#leftMenu > .panel-heading a:hover {
    text-decoration: none;
    color: #fff;
}

#leftMenu .list-group-item {
    border: none;
    border-radius: 0;
    padding-left: 50px;
    color: #fff;
    background: #323c48;
}

#leftMenu .list-group-item:hover,
#leftMenu .list-group-item.active {
    background: #455160;
}

#leftMenu .collapse > div > .list-group-item {
    padding-left: 80px;
}

#list {
    margin-bottom: 0;
}

#list > .panel-heading {
    font-weight: bold;
    color: #fff;
    background: #287bc0;
}

#list > .panel-heading h3 {
    font-weight: bold;
}

#list big {
    margin: 0 5px;
    font-size: 24px;
    line-height: 20px;
}

#list .media {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

#list .media:first-child {
    padding-top: 0;
    border-top: 0;
}

#list time {
    color: #999;
}

#list .row img {
    width: 100%;
}

#list .row > div {
    padding-bottom: 15px;
}

#list .thumbnail {
    margin-bottom: 0;
}

#list .thumbnail .caption {
    overflow: hidden;
    height: 70px;
}

/* 详情 ------------------------------ */
#detail {
    position: relative;
    margin-bottom: 100px;
    background-color: #fff;
}

#detail:before {
    left: 80px;
    -webkit-transform: skew(-20deg) rotate(-3deg);
    -moz-transform: skew(-20deg) rotate(-3deg);
    -o-transform: skew(-20deg) rotate(-3deg);
    transform: skew(-20deg) rotate(-3deg);
}

#detail:after {
    right: 80px;
    -webkit-transform: skew(20deg) rotate(3deg);
    -moz-transform: skew(20deg) rotate(3deg);
    -o-transform: skew(20deg) rotate(3deg);
    transform: skew(20deg) rotate(3deg);
}

#detail:before,
#detail:after {
    display: block;
    position: absolute;
    bottom: 30px;
    z-index: -1;
    width: 80%;
    height: 200px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.6);
    content: "";
}

#detail h1 {
    font-weight: bold;
}

#detail time {
    display: block;
}

#detail .media {
    padding-bottom: 30px;
}

#detail .media-body img {
    margin-bottom: 20px;
    width: 100%;
	display: block;
}

#detail .media-body h4 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

#detail .media-body p,
#detail .media-body li {
    font-size: 16px;
    line-height: 32px;
}

#detail .media-body p {
    text-indent: 2em;
}

/* 脚部 ------------------------------ */
footer {
    padding: 10px 0;
    color: #fff;
    background: #252525;
}

footer p {
    font-size: 16px;
}

footer a,
footer a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    footer {
        font-size: 12px;
    }
    footer p.text-right {
        text-align: center;
    }
}

/* 分页 ------------------------------ */
.page {
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

.page i {
    margin: 0 10px;
    font-size: 40px;
    font-weight: 100;
    vertical-align: middle;
}

.page a,
.page span {
    margin: 0 10px;
    vertical-align: middle;
}

.page a {
    color: #333;
}

.page span {
    color: #0079e4;
}

.blue {
    color: #0079e4 !important;
}

.f20 {
    font-size: 20px !important;
}

.clip {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

/* 公告 */
.notice-tip {
    height: 40px;
    line-height: 40px;
    background: #F3F3F3;
}

.notice-tip p font {
    color: #fc5151;
}

/* 中博会 ------------------------------ */
#ciie {
    background: url(/fsgplus/img/ciie_bg.jpg) no-repeat center top fixed;
}

#ciie .container-fluid {
    background: #fff;
}

#ciie .count-down {
    background: #3773ec;
}

#ciie h3 {
    color: #262626;
}

#ciie embed {
    width: 100%;
}

#ciie #xwdc p,
#ciie #xwdc .list-group {
    font-size: 16px;
    line-height: 30px;
}

#ciie .list-group-item {
    border-top-style: dashed;
}

#ciie .list-group-item span {
    margin-top: 5px;
    color: #ccc;
    font-size: 16px;
    font-weight: normal;
    background: none;
}

#ciie #blh {
    padding: 10px 0 100px 0;
    background: rgba(0, 17, 58, .5);
    color: #fff;
}

#ciie #blh h3 {
    padding: 10px 0 50px 0;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

#ciie #blh h3 strong {
    margin-left: 10px;
    color: #f5fd1d;
}

#ciie #blh h3 small {
    margin-left: 30px;
    font-size: 26px;
    color: #cdcdcd;
}

#ciie #blh h6 {
    font-size: 36px;
}

#ciie #blh h6 strong {
    margin-right: 10px;
    font-size: 120px;
    font-weight: normal;
    color: #f5fd1d;
}

#ciie #blh p {
    font-size: 28px;
}

#ciie #jctj {
    background: #3773ec url(../img/clover.png) no-repeat right top;
}

#ciie #jctj h3 {
    margin: 30px 0 50px 0;
    color: #fff;
    border-bottom: none;
}

#ciie #fwzq {
    padding-bottom: 100px;
}

#ciie #logoLink {
    padding: 50px 15px;
}

@media only screen and (max-width: 767px) {
    #ciie #xwdc p,
    #ciie #xwdc .list-group {
        font-size: 14px;
        line-height: 24px;
    }
    #ciie #blh {
        padding: 0 0 20px 0;
    }
    #ciie #blh h3 {
        padding: 0 0 10px 0;
    }
    #ciie #blh h3 small {
        font-size: 20px;
    }
    #ciie #blh h6 {
        font-size: 24px;
        text-align: center;
    }
    #ciie #blh h6 strong {
        font-size: 80px;
    }
    #ciie #blh p {
        font-size: 18px;
        text-align: center;
    }
    #ciie #jctj h3 {
        margin: 10px 0;
    }
    #ciie #jctj h3 small {
        font-size: 20px;
    }
    #ciie .list-group-item span {
        margin-top: 2px;
        font-size: 14px;
    }
    #ciie #fwzq {
        padding-bottom: 30px;
    }
    #ciie #logoLink {
        padding: 15px 15px 0 15px;
    }
    #ciie #yx {
        margin-bottom: 15px;
    }
}