
.full-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: repeat;
    background-position: center top;
    z-index: -1;
}



.bg-white {
    background-color: #fff;
}

.color-white {
    color: #fff !important;
}


.hack-stick {
    height: 1px;
    background-color: #2c417b;
}

.job-list p {
    text-indent: 0 !important;
    margin-left: 0 !important;
}

.job-list p span {
    font-size: 14px !important;
    font-family: "微软雅黑" !important;
    color: black !important;
}

.navbar-brand {
    width: 292px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    background: url(../images/logo-lg.png) center center no-repeat;
}

.navbar-header {
    width: 23%;
}

.mainNav {
    float: left; /* width: 54%; */
    width: 55%;
    text-align: center;
}

.mainNav .dropdown > a:after {
    margin-left: 5px;
    font-family: 'iconfont';
    content: '\e603';
}

.mainNav .dropdown .dropdown .dropdown-menu {
    position: relative;
    left: 0;
}

.mainNav > .item {
    display: block;
    float: left; /* width: 14.28571%; */
    width: 12.5%;
}

.mainNav a {
    -wekit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.mainNav > .item > a {
    padding: 0;
}

.mainNav .item.active > a, .mainNav .item:hover > a, .mainNav .item > a:hover, .mainNav .item > a:focus {
    background-color: #42a7e1;
}

.mainNav .dropdown-menu, .mainNav .open .dropdown-menu {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    border: 0;
    min-width: 100%;
}

.mainNav .open .dropdown-menu a {
    padding: 10px !important;
}

.mainNav .dropdown-menu a {
    color: #fff;
}

.mainNav .dropdown-menu a:hover, .mainNav .dropdown-menu a:focus, .mainNav .open > a {
    background-color: transparent;
    color: #fff;
}

.mainNav .dropdown-menu a:hover {
    color: #42a7e1;
}

.mainNav .dropdown-submenu {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 0;
}

.mainNav .dropdown-submenu a {
    display: block;
    position: relative;
    padding: 10px !important;
}

.mainNav .dropdown-submenu a:before {
    font-family: 'iconfont';
    content: '\e601';
    font-size: 12px;
}

.linkNav .item {
    display: block;
    float: left;
}

.linkNav a {
    position: relative;
    display: block;
    padding: 0 20px !important;
    background-color: transparent !important;
    -wekit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.linkNav a:hover {
    color: #42a7e1;
}

.linkNav .item + .item a:before {
    position: absolute;
    top: 35px;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    content: ' ';
}

.linkNav .dropdown-weixin .dropdown-menu {
    min-width: 142px;
    right: inherit;
    right: initial;
    left: 50%;
    margin-left: -71px;
}

.linkNav .dropdown-weixin.open a:after {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'iconfont';
    content: '\e603';
}

.linkNav .dropdown-weixin img {
    width: 142px;
}

.home-slider .active .slider-img {
    margin-bottom: 10px;
}

.home-slider .active .slider-img, .home-slider .active .slider-info3, .home-slider .active .info-list .item1, .home-slider .active .info-list .item3 {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.home-slider .active h2, .home-slider .active .info-list .item2, .home-slider .active .info-list .item4 {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.home-slider .slider-info, .home-slider .slider-info2, .home-slider .slider-info3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.home-slider .slider-info h2, .home-slider .slider-info2 h2, .home-slider .slider-info3 h2, .home-slider .slider-info small, .home-slider .slider-info2 small, .home-slider .slider-info3 small {
    color: #fff;
}

.home-slider .slider-info h2, .home-slider .slider-info2 h2, .home-slider .slider-info3 h2 {
    margin: 0;
    font-size: 20px;
}

.home-slider .slider-info h2 {
    font-size: 30px;
}

.home-slider .slider-info {
    margin-top: -100px;
}

.home-slider .slider-info img {
    width: 80px;
    margin: 0 auto;
}

.home-slider .slider-info h2 {
    font-weight: 600;
}

.home-slider .slider-info h2 small {
    font-weight: 600;
}

.home-slider .info-list {
    width: 520px;
    margin: 0 100px 0 auto;
    overflow: hidden;
}

.home-slider .info-list li {
    float: left;
    width: 25%;
    padding: 15px 20px;
    background-color: rgba(66, 176, 225, 0.8);
}

.home-slider .info-list h2 {
    font-weight: normal;
}

.home-slider .info-list small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 2px;
}

.home-slider .slider-info {
    top: 40%;
}

.home-slider .slider-info2, .home-slider .slider-info3 {
    top: 200px;
    margin: 0 auto;
}

.home-slider .slider-info3 .container div {
    width: 400px;
    text-align: left;
}

.home-slider .slider-info3 h2 {
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
}

.home-slider .slider-info3 h2:before {
    position: absolute;
    top: 15px;
    left: -50px;
    width: 35px;
    height: 2px;
    background-color: #fff;
    content: ' ';
}

.home-slider .slider-info3 p {
    line-height: 2;
    margin-bottom: 0;
    text-align: justify;
    color: #fff;
}

.home-slider {
    margin-top: 0;
}

.home-slider, .tips { /*    opacity: 0;    filter: alpha(opacity=0);    visibility: hidden;*/
    transition: all .8s ease-in-out;
}

.home-slider:hover, .home-slider:hover + .tips, .tips:hover {
    opacity: 1;
    filter: alpha(opacity=0);
    visibility: visible;
}

.home-slider .owl-prev, .home-slider .owl-next {
    position: absolute;
    top: 50%;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    font-size: 40px !important;
}

.home-slider .owl-prev:hover, .home-slider .owl-next:hover {
    color: #42a7e1 !important;
}

.home-slider .owl-prev {
    left: 0;
}

.home-slider .owl-next {
    right: 0;
}

.tips {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.scroll-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2em;
    width: 1.2em;
    margin: 0 auto;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 2em;
    border: solid 2px;
    -webkit-transition: .4s;
    transition: .4s;
}

.scroll-icon:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.scroll-icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

@-webkit-keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }
    30%, 70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}

@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }
    30%, 70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}

.news {
    padding: 90px 0;
}

.news-panel {
    margin-bottom: 40px;
}

.news-panel h2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0 20px;
    padding: 0 10px 20px;
    font-size: 32px;
    font-weight: 600;
    border-bottom: 3px solid #394591;
    color: #394591;
    letter-spacing: 1;
}

.news-panel .title {
    display: block;
    padding: 20px 0;
    line-height: 34px;
    font-weight: 600;
    font-size: 22px;
    color: #394591;
}

.news-panel .title:hover {
    color: #445b77;
}

.news-panel p {
    margin-bottom: 20px;
}

.news-panel p, .news-panel .time {
    font-size: 15px;
    color: #627792;
    text-align: justify;
}

.picNews .image-item {
    position: relative;
    height: 230px;
    overflow: hidden;
    cursor: pointer;
}

.picNews .image-item img {
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.picNews .extra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
}

.picNews .image-item:hover img {
    transform: scale(1.1, 1.1);
}

.picNews .image-item:hover .extra {
    background-color: #394591;
    background-color: rgba(37, 58, 116, 0.8);
    opacity: 1;
    filter: alpha(opacity=80);
}

.picNews .extra-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.picNews .inner-extra {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.picNews a[class*=-icon] {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50px;
    height: 50px;
    line-height: 45px;
    margin: 0 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.picNews a[class*=-icon]:hover {
    background-color: #fff;
    color: #21305a;
}

.picNews .link-icon {
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%);
}

.picNews .plus-icon {
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
}

.picNews .image-item:hover .link-icon, .picNews .image-item:hover .plus-icon {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.picNews a[class*=-icon] i {
    font-size: 28px;
    vertical-align: middle;
}

.picNews .info {
    padding: 35px 5px;
    background-color: #21305a;
    color: #fff;
    text-align: center;
}

.picNews .info h3 {
    margin: 0 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.picNews .info a {
    font-size: 18px;
    color: #fff;
}

.picNews .info a:hover {
    color: #959cb4;
}

.exhibition-plan {
    padding: 30px 50px;
    background-color: #fff;
}

.exhibition-plan h2 {
    position: relative;
    margin: 15px 0;
    font-size: 32px;
    color: #21305a;
}

.exhibition-plan h2:before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #21305a;
    content: ' ';
}

.black-half {
    background: #fff;
    color: #fff;
    padding: 2em;
}

.history-block {
    padding: 50px 50px 1px;
}

.sm-timeline {
    position: relative;
    height: 500px;
    overflow-y: auto;
}

.sm-timeline-row {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.sm-timeline .sm-timeline-row:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 140px;
    height: 100%;
    width: 2px;
    background: #f2f5fb;
}

.sm-timeline .tm-icon {
    margin-right: 20px;
    float: left;
    width: 79px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 50%;
}

.sm-timeline .tm-icon span {
    color: #e74c3c;
    font-size: 38px;
    line-height: 70px;
}

.sm-timeline .tm-time {
    margin-top: 25px;
    width: 120px;
    float: left;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: #627792;
}

.sm-timeline .tm-dot {
    position: relative;
    margin: 30px 25px 0;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #21305a;
    z-index: 1;
}

.sm-timeline .tm-detail {
    padding-left: 6px;
    margin-bottom: 30px;
    color: #686868;
    font-size: 1em;
}

.sm-timeline .tm-detail h5 {
    line-height: 24px;
    font-size: 16px;
    color: #21305a;
    margin-top: 15px;
    margin-bottom: 0;
}

.sm-timeline .tm-detail h5 a {
    line-height: 24px;
    font-size: 16px;
    color: #21305a;
    margin-top: 15px;
    margin-bottom: 0;
}

.sm-timeline .tm-detail p {
    font-size: 14px;
}

.sm-timeline .year {
    font-size: 46px;
    font-family: cursive;
}

.tab-timeline > div {
    height: 500px;
    display: none;
}

.tab-timeline > div.active {
    display: block;
}

.plan-line h3 {
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
    font-size: 32px;
    color: #21305a;
}

.plan-line h3:before {
    content: "";
    position: absolute;
    top: -15px;
    height: 3px;
    width: 50px;
    background-color: #21305a;
}

.plan-line p {
    color: #627792;
}

.plan-line .bootstrap-select {
    margin-bottom: 30px;
    width: 200px !important;
    outline: 0 !important;
    animation-delay: 0.9s;
}

.plan-line .bootstrap-select > .dropdown-toggle {
    color: #fff;
}

.business-slider {
    margin-bottom: 70px;
    padding: 0 40px;
}

.business-slider .item {
    padding: 65px 0 40px;
    background-color: #fff;
    text-align: center;
}

.business-slider .item .business-icon {
    width: 146px;
    height: 146px;
    line-height: 146px;
    display: inline-block;
    border-radius: 100%;
    background-color: #21305a;
}

.business-slider .item .business-icon:hover {
    background-color: #42a7e1;
}

.business-slider .item .business-icon i {
    color: #fff;
    font-size: 66px;
}

.business-slider .item h4 {
    margin: 20px 0 0;
}

.business-slider .item h4 a {
    display: block;
    padding: 30px 0;
    font-size: 24px;
    color: #21305a;
}

.business-slider .item h4 a:hover {
    color: #42a7e1;
}

.business-slider .item p {
    margin: 0 35px 40px;
    height: 52px;
    overflow: hidden;
    color: #627792;
    font-size: 13px;
    line-height: 28px;
}

.business-slider .item .more {
    letter-spacing: 1px;
    color: #21305a;
}

.business-slider .item .more i {
    transition: .3s;
}

.business-slider .item .more:hover i {
    margin-left: 5px;
}

.business-slider .owl-nav div {
    top: 50%;
    margin-top: -30px !important;
    color: #21305a;
    background: none;
    font-size: 40px;
}

.business-slider .owl-nav div:hover {
    background: none;
    color: #42a7e1;
}

.business-slider .owl-prev {
    position: absolute;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.business-slider .owl-next {
    position: absolute;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.channel-title {
    position: relative;
    margin: 0 0 70px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1;
    text-align: center;
    color: #21305a;
}

.channel-title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 14%;
    height: 3px;
    margin-left: -7%;
    background-color: #21305a;
    content: ' ';
}

.channel-title small {
    display: block;
    margin-top: 20px;
    line-height: 1.3;
    color: #627792;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.channel-title2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #BA6F29;
}

.channel-title2:before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #21305a;
    content: ' ';
}

.channel-title2 small {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    color: #21305a;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.channel-title3 {
    position: relative;
    margin: 0 0 50px;
    font-size: 24px;
    color: #21305a;
}

.channel-title3:after {
    position: absolute;
    bottom: 2px;
    width: 50px;
    height: 2px;
    margin-left: 15px;
    background-color: #21305a;
    content: ' ';
}

.channel-title4 {
    position: relative;
    padding-left: 115px;
    margin: 0 0 60px;
    color: #fff;
}

/*.channel-title4:before {    position: absolute;    top: 15px;    left: 0;    width: 100px;    height: 3px;    background-color: #fff;    content: ' ';}*/
.channel-title5 {
    position: relative;
    margin: 0 0 30px;
    color: #21305a;
}

.channel-title5 a {
    display: block;
    font-size: 20px;
    color: #21305a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.channel-title5 a i span {
    color: #21305a
}

.channel-title5 a:hover {
    color: #42a7e1;
}

/*.channel-title5:before {    position: absolute;    top: 9px;    left: 0;    width: 35px;    height: 3px;    background-color: #21305a;    content: ' ';}*/
.main-title {
    margin: 0;
    padding: 90px 0;
    text-align: center;
    color: #fff;
}

.main-title small {
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    color: #fff;
}

.enterprise-slider a {
    display: block;
    padding: 25px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: default;
}

.enterprise-slider img {
    width: auto !important;
    float: left;
    margin-left: 10px;
}

.enterprise-slider .owl-item + .owl-item .item {
    border-left: 1px solid #f2f5fc;
}

.enterprise-slider h4 {
    margin: 0;
    line-height: 40px;
    font-weight: 400;
    color: #21305a;
}

.contactUs {
    color: #9da3c5;
    overflow: hidden;
}

.contactUs h2 {
    margin: 0 0 20px;
    font-size: 21px;
}

.contactUs p {
    margin-bottom: 0;
}

.contactUs p + p {
    margin-top: 10px;
}

/* 底部 */
#footer {
    position: relative;
    z-index: 1;
    color: #a0a0a0;
    z-index: 99999999;
}

.footer-logo {
    position: relative;
    text-align: center;
    color: #fff;
}

.footer-logo img {
    width: 50px;
}

.footer-logo h4 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 21px;
    color: #fff;
}

.footer-logo p {
    font-weight: bold;
    font-size: 14px;
}

.links {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.links a {
    padding: 0 50px;
    font-size: 12px;
    color: #9ea3b5;
    border-right: 1px solid #1f2e58;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.links a:hover {
    color: #fff;
}

.links a:last-child {
    border-right: 0;
}

.friendLinks {
    position: relative;
    margin-top: -13px;
    text-align: center;
}

.friendLinks a {
    display: block;
    text-align: left;
}

.friendLinks a + a {
    margin-top: 17px;
}

.friendLinks img {
    width: auto;
    max-width: 100%;
}

.copyright {
    position: relative;
    padding-bottom: 0;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #9da3c5;
}

.copyright img {
    width: auto;
}

#footer .section {
    padding-top: 50px;
    padding-bottom: 30px;
    position: static;
    background: #18234e;
}

#footer .section .full-bg-image {
    z-index: 0;
    background-size: 100%;
}

/* baiduMap */
#baiduMap {
    height: 405px;
}

#baiduMap label {
    max-width: none;
}

/* 新闻中心 */
.news-list {
    overflow: hidden;
}

.news-list .item + .item {
    margin-top: 15px;
}

.news-list .item > div {
    border-bottom: 1px dashed #ddd;
}

.news-list .item a {
    display: block;
    float: left;
    height: 50px;
    line-height: 75px;
    font-size: 18px;
    font-weight: bold;
    color: #21305a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.news-list .item a:hover {
    color: #42a7e1;
}

.news-list .item .time {
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    text-align: right; /* border-top: 1px solid #ddd;    border-bottom: 1px solid #ddd; */
    color: #999;
}

.news-list .item p {
    margin: 20px 0;
    color: #333;
    text-align: justify;
}

.search-box {
    max-width: 220px;
    float: right;
    margin-right: 10%;
}

.search-box .form-group {
    position: relative;
    margin-bottom: 0;
    height: 30px;
}

.search-box input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 70px 0 15px;
    border: 2px solid #ddd;
    outline: 0;
    font-size: 80%;
}

.padding-30 {
    padding: 0 88px;
}

.news-show-small {
    display: none;
}

.search-box .addRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #21305a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.search-box .addRight i {
    font-size: 16px;
    color: #fff;
}

.subchannel-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #21305a;
}

.subchannel-list {
    margin-bottom: 30px;
}

.subchannel-list .item {
    border-bottom: 1px solid #ddd;
}

.subchannel-list .item:first-child {
    border-top: 1px solid #ddd;
}

.subchannel-list a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.subchannel-list a i {
    font-size: 18px;
    color: #21305a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.subchannel-list .item:hover a {
    color: #42a7e1;
}

.subchannel-list .active a, .subchannel-list .item.active:hover a, .subchannel-list .item.active:hover i {
    background-color: #42a7e1;
    color: #fff;
}

.subchannel-list .active a i {
    margin-left: -5px;
    margin-right: 5px;
    color: #fff;
}

.subchannel-list .item:hover i {
    margin-left: -5px;
    margin-right: 5px;
    color: #42a7e1;
}

.plan-list .item {
    overflow: hidden;
}

.plan-list .item + .item {
    margin-top: 20px;
}

.plan-list a {
    display: block;
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.plan-list a:hover {
    color: #42a7e1;
}

.plan-list .img {
    float: left;
    width: 25%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #42a7e1;
    overflow: hidden;
}

.plan-list .info {
    position: relative;
    float: left;
    width: 75%;
    min-height: 80px;
    padding: 5px 0 5px 15px;
}

.plan-list .img img {
    width: auto;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.plan-list a:hover img {
    transform: scale(1.1, 1.1);
}

.plan-list h4 {
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
}

.plan-list .time {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #999;
}

.exhibition-list a {
    color: #2c417b;
}

.exhibition-list a:hover {
    color: #42a7e1;
}

.exhibition-list > .item {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    color: #2c417b;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.exhibition-list > .item + .item {
    margin-top: 10px;
}

.exhibition-list > .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.exhibition-list [class*=col-] {
    display: table; /* height: 320px; */
    min-height: 216px;
    vertical-align: middle;
    overflow: auto;
}

.exhibition-list [class*=col-] > div {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
}

.exhibition-list .date {
    position: absolute;
    top: -15px;
    bottom: -15px;
    display: inline-block !important;
    *display: inline !important;
    *zoom: 1;
    width: 185px;
    background: url(../images/exhibition-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.exhibition-list .date i {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.7);
}

.exhibition-list .date > div {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 18px;
}

.exhibition-list .date .day {
    margin-right: 5px;
    font-size: 30px;
    font-weight: bold;
}

.exhibition-list .detail {
    padding-left: 200px;
}

.exhibition-list .detail .item + .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.exhibition-list .detail p + p {
    margin-top: 10px;
}

.exhibition-list .split-line {
    border-left: 1px dashed #dbe4ec;
    border-right: 1px dashed #dbe4ec;
}

.exhibition-list h5 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.exhibition-list h6 {
    margin: 0 0 20px;
    font-size: 16px;
}

.exhibition-list .address i {
    font-size: 20px;
    vertical-align: top;
}

.exhibition-list .address .item + .item {
    margin-top: 20px;
}

.exhibition-list .address p {
    margin-bottom: 0;
}

.exhibition-list p {
    margin-bottom: 0;
}

.exhibition-list p + p {
    margin-top: 10px;
}

.exhibition-list small {
    display: block;
    font-size: 14px;
}

.exhibition-tips {
    margin-top: 20px;
    text-align: center;
    color: #666;
}

.exhibition-introduction .item {
    display: table;
    margin-bottom: 36px;
    vertical-align: middle;
}

.exhibition-introduction a {
    position: relative;
    display: table-cell;
    height: 220px;
    background-color: #fff;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.exhibition-introduction a:hover, .exhibition-introduction .active a {
    background-color: #3883ce;
    color: #fff;
}

.exhibition-introduction .active p, .exhibition-introduction .active span, .exhibition-introduction .active small {
    background-color: transparent !important;
}

.exhibition-introduction .active p, .exhibition-introduction a:hover p, .exhibition-introduction .active span, .exhibition-introduction a:hover span, .exhibition-introduction .active small, .exhibition-introduction a:hover small {
    background-color: transparent !important;
    color: #fff !important;
}

.exhibition-introduction a:hover img {
    transform: scale(1.1, 1.1);
}

.exhibition-introduction img {
    width: auto;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.exhibition-introduction .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 220px;
    line-height: 220px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; /*background-color: #3883ce;*/
    overflow: hidden;
}

.exhibition-introduction .info {
    padding: 15px 15px 0 354px;
}

.exhibition-introduction p, .exhibition-introduction p span {
    margin-bottom: 0;
    color: #2c417b !important;
}

.exhibition-introduction p + p {
    margin-top: 10px;
}

.exhibition-introduction small {
    display: block;
    color: #5d76bc;
    font-size: 14px;
}

.exhibition-introduction .more {
    position: absolute;
    top: 10px;
    right: 25px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    background-color: transparent;
}

.exhibition-introduction .more i {
    color: #fff;
}

.exhibition-overview {
    position: relative;
    padding: 15px;
    background-color: #fff;
}

.exhibition-overview .item {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
    height: 100px;
}

.exhibition-overview a {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    -wekit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.exhibition-overview a:hover {
    color: #42a7e1;
}

.exhibition-overview a:hover img {
    transform: scale(1.1, 1.1);
}

.exhibition-overview .item + .item {
    border-top: 1px solid #ddd;
}

.exhibition-overview img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    -wekit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.exhibition-overview p {
    margin-bottom: 0;
}

.exhibition-overview-1 p + p {
    margin-top: 10px;
}

.exhibition-overview .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
}

.exhibition-overview-1 .img {
    line-height: 150px;
}

.exhibition-overview .info {
    padding-left: 115px;
}

.exhibition-overview small {
    display: block;
    font-size: 14px;
}

.exhibition-overview .time {
    margin-top: 10px;
    color: #999;
}

.exhibition-overview .more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #337ab7;
}

.exhibition-overview .more i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.exhibition-overview .more:hover i {
    margin-left: 5px;
}

.exhibition-slider .item img {
    height: 330px;
}

.exhibition-slider {
    margin-top: 0;
}

.exhibition-slider .owl-prev, .exhibition-slider .owl-next {
    position: absolute;
    top: 50%;
    margin: -23px 0 0 !important;
    padding: 12px 8px !important;
}

.exhibition-slider .owl-prev {
    left: 5px;
}

.exhibition-slider .owl-next {
    right: 5px;
}

.exhibition-business .item + .item {
    margin-top: 60px;
}

.exhibition-business .item > div {
    background: #fff url(../images/business-bg.png) right top no-repeat;
    background-size: 456px;
}

.exhibition-business .title {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #376a9c;
}

.exhibition-business p {
    line-height: 2;
    margin-bottom: 0;
}

.exhibition-business i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.exhibition-business .detail {
    float: left;
    width: 60%;
    padding: 20px 15px;
}

.exhibition-business .detail .introduction {
    font-weight: bold;
    color: #333;
}

.exhibition-business .detail .introduction p + p {
    margin-top: 10px;
}

.exhibition-business .detail .content {
    margin-top: 10px;
    color: #666;
}

.exhibition-business h4 {
    position: relative;
    margin: 0 0 20px;
    font-size: 16px;
}

.exhibition-business h4:before {
    position: absolute;
    top: 7px;
    left: -60px;
    width: 50px;
    height: 1px;
    background-color: #fff;
    content: ' ';
}

.exhibition-business .contact-info {
    float: left;
    width: 40%;
    padding: 40px 15px 40px 60px; /* background: url(../images/business-bg.png) 0 0 no-repeat; */
    color: #fff;
}

.exhibition-business .contact-info p {
    line-height: 2.5;
}

.leader-speech {
    padding: 60px 0;
    background-color: #fff;
}

.leader-speech .channel-title3 {
    color: #293764;
    font-weight: bold;
}

.leader-speech .channel-title3:after {
    background-color: #293764;
    content: ' ';
}

.leader-speech p {
    line-height: 2;
    margin-bottom: 0;
    color: #343434;
    text-align: justify;
}

.leader-speech p + p {
    margin-top: 30px;
}

.leader-speech div > img {
    margin-top: 20px; /* left: 110%; */
    width: auto;
    max-width: 260px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.leader-speech:hover div > img {
    transform: scale(1.1, 1.1);
}

.company-profile .left, .company-profile .right {
    float: left;
    width: 50%;
    height: 650px;
}

.company-profile .left {
    background: #ebedf0 url(../images/company-bg.png) right 120px top 80px no-repeat;
}

.company-profile .left .content {
    width: 700px;
    float: right;
    padding-top: 410px;
    color: #333;
}

.company-profile .right .content {
    width: 700px;
    max-height: 500px;
    margin-top: 100px;
    padding: 0 60px 0;
    overflow: auto;
}

.company-profile .left p + p {
    margin-top: 5px;
}

.company-profile p {
    margin-bottom: 0;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
    color: #333;
}

.company-profile p + p {
    margin-top: 30px;
}

.institution img {
    width: auto;
    max-width: 100%;
}

.leader-list {
    margin-left: -10px;
    margin-right: -10px;
}

.leader-list .item {
    float: left;
    width: 25%;
    padding: 10px;
    overflow: hidden;
}

.leader-list .item:hover img {
    transform: scale(1.1, 1.1);
}

.leader-list .img {
    overflow: hidden;
}

.leader-list img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.leader-list .info {
    display: table;
    width: 100%;
    height: 120px;
    text-align: center;
    background-color: #f4f4fc;
    color: #000;
    border: 1px solid #dfe1ee;
}

.leader-list .info > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.leader-list h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.leader-list h3:after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: ' ';
}

.leader-list .item:hover h3:after {
    width: 50px;
    margin-left: -25px;
    content: ' ';
}

.leader-list small {
    display: block;
    line-height: 1.5;
    margin: 20px 0 0;
    color: #000;
}

.leader-list-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 0;
}

.leader-list-2 {
    margin-left: -30px;
}

.leader-list-2 li {
    padding-left: 30px;
    margin-bottom: 20px;
    width: 25%;
}

.leader-list-2 li .l-item {
    background: #f4f4fc;
    border: 1px solid #dce3ed;
    padding: 16px 20px;
    font-size: 16px;
    box-sizing: border-box;
}

.leader-list-2 li .l-item span {
    display: block;
    font-size: 65%;
    margin-top: 10px;
    font-weight: normal;
}

.contact-us .info {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #21305a;
    height: 250px;
}

.join-us .qr-code {
    float: right;
    width: 200px;
    margin: 128px 300px 0 0;
    padding: 15px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    color: #21305a;
    text-align: center;
    border-radius: 3px;
}

.join-us .qr-code p {
    line-height: 2;
    margin: 10px 0 0;
    text-align: center;
}

.join-us img {
    width: auto;
    max-width: 100px;
}

.join-us > div {
    float: left;
    width: 50%;
}

.join-us .info {
    background-color: #fff;
    overflow: hidden;
}

.join-us .info > div {
    width: 700px;
    padding: 60px 40px;
}

.join-us .info p {
    line-height: 2;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 2em;
    font-weight: bold;
    color: #333;
}

.join-us .info p + p {
    margin-top: 30px;
}

.job-list .item {
    padding: 15px 0;
    background-color: #fff;
    color: #666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.job-list .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.job-list [class*=col-] {
    display: table;
    height: 300px;
    vertical-align: middle;
}

.job-list [class*=col-] + [class*=col-] {
    border-left: 1px dashed #dbe4ec;
}

.job-list [class*=col-] > div {
    display: table-cell;
    vertical-align: middle;
}

.job-list .name {
    position: absolute;
    top: -15px;
    left: 15px;
    bottom: -15px;
    width: 150px;
    background-color: #b1b1b1;
    text-align: center;
    color: #fff;
}

.job-list .tag {
    display: none;
    padding: 5px 5px 20px;
}

.job-list .item + .item {
    margin-top: 10px;
}

.job-list .item.active .tag {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    background: url(../images/job-bg.png) center center no-repeat;
}

.job-list .item.active .name {
    background-color: #4e93cd;
}

.job-list h5 {
    margin: 0 0 20px;
    color: #333;
}

.job-list p {
    margin-bottom: 0;
    text-indent: 0;
!important;
}

.job-list p + p {
    margin-top: 10px;
    text-indent: 0;
!important;
    margin-bottom: 10px;
}

.job-list .name span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 75px;
    font-size: 20px;
    font-weight: bold;
    writing-mode: tb-rl;
}

.job-list .responsibility {
    padding-left: 180px;
}

.job-list .require {
    padding-left: 30px;
    padding-bottom: 20px;
}

.job-list .btn-apply {
    position: absolute;
    bottom: 10px;
    right: 45px;
    padding: 8px 18px;
    background-color: #4a62a6;
    color: #fff;
    border-radius: 3px;
}

.job-list .btn-apply:hover {
    background-color: #4f69b1;
}

.memorabilia {
    padding: 60px 0 90px;
    overflow: hidden;
}

.memorabilia .tab-content {
    min-height: 113px;
    margin-bottom: 60px;
}

.memorabilia .content {
    position: relative;
    padding: 0 115px;
    color: #fff;
}

.memorabilia .content .more {
    position: absolute;
    right: 0;
    bottom: -30px;
    padding: 3px 15px;
    color: #21305a;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.memorabilia .content .more:hover {
    background-color: #3c57a1;
    color: #fff;
}

.memorabilia h4 {
    margin: 0 0 10px;
}

.memorabilia p {
    line-height: 3;
    margin-bottom: 0;
    text-align: justify;
    font-weight: bold;
}

.memorabilia p a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.memorabilia p .time {
    margin-right: 20px;
    font-weight: normal;
    opacity: .8;
    filter: alpha(opacity=80);
}

.nav-memorabilia li {
    float: left;
    width: 14.2857%;
    text-align: center;
    border-top: 1px solid #ddd;
}

.nav-memorabilia a {
    position: relative;
    display: block;
    padding: 12px 0;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-memorabilia a:before {
    position: absolute;
    top: -3px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ffcc00;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: ' ';
}

.nav-memorabilia .active a {
    color: #fff;
    font-weight: bold;
}

.nav-memorabilia .active a:before {
    width: 100%;
    margin-left: -50%;
    content: ' ';
}

.culture-list {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -90px;
    margin-bottom: 70px;
}

.culture-list .item {
    display: table;
    float: left;
    width: 20%;
    padding: 0 15px;
}

.culture-list a {
    position: relative;
    display: table-cell;
    height: 160px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    color: #3b78c4;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.culture-list a:hover, .culture-list .open a {
    background-color: #f9f9f9;
}

.culture-list a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #2c417b;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: ' ';
}

.culture-list .open a:after {
    width: 100%;
    margin-left: -50%;
    content: ' ';
}

.culture-list a i {
    display: block;
    height: 55px;
    line-height: 55px;
    margin-bottom: 10px;
    font-size: 55px;
}

.culture-list .dropdown-menu {
    left: 15px;
    right: 15px;
    margin-top: 0;
    padding: 30px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .175);
    z-index: 998;
}

.culture-list .dropdown-menu h4 {
    margin: 0 0 15px;
    font-size: 14px;
    color: #333;
}

.culture-list .dropdown-menu p {
    position: relative;
    line-height: 2;
    margin-bottom: 0;
    padding-left: 15px;
    text-align: justify;
    color: #666;
}

.culture-list .dropdown-menu p:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #3b78c4;
    border-right-width: 0;
    content: ' ';
}

.culture-list .dropdown-menu p + p {
    margin-top: 10px;
}

.value-list .item {
    float: left;
    width: 33.33333%;
    padding: 0 60px;
    text-align: center;
}

.value-list .item > div, .value-list .item img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.value-list .item > div:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .175);
}

.value-list .item > div:hover img {
    transform: scale(1.1, 1.1);
}

.value-list .img {
    overflow: hidden;
}

.value-list .info {
    display: table;
    width: 100%;
    height: 140px;
    padding: 0 10px;
    background-color: #fff;
}

.value-list .info > div {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.value-list h3 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #21305a;
}

.value-list p {
    margin-bottom: 0;
}

.value-list span {
    color: #21305a;
}

.value-list span + span {
    margin-left: 10px;
}

.list .item {
    overflow: hidden;
}

.list a {
    float: left;
    width: 80%;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.list a:hover {
    color: #42a7e1;
}

.list .time {
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    color: #999;
}

.Article {
    padding: 0 0 20px;
}

.Article-title {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    color: #253a74;
}

.Article-time {
    margin-top: 0;
}

.Article_content {
    padding: 10px 20px 20px;
    border-top-color: #ddd;
}

.Article_content p {
    margin-bottom: 0;
    text-align: justify;
    color: #666;
}

/*.Article_content p+p {    margin-top: 25px;}*/
.Article_content img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.pagination li + li a {
    margin-left: 10px;
}

.pagination li a {
    border-radius: 0 !important;
    border-width: 2px;
    color: #21305a;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-color: #21305a;
    background-color: #21305a;
}

.breadcrumb {
    margin: 0;
    background: none;
    padding-right: 0;
}

.breadcrumb > li > a {
    color: #666666;
}

.breadcrumb > .active {
    color: #253A74;
}

.big-img {
    padding-top: 60px;
}

.date-list {
    border: 0;
}

.panel-group .date-list + .date-list {
    margin-top: 15px;
}

.month-list {
    overflow: hidden;
}

.month-list li {
    float: left;
    width: 33.33333%;
    text-align: center;
}

.month-list a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #2c417b;
}

.month-list .active a {
    background-color: #2c417b;
    color: #fff;
}

.date-list > .panel-heading {
    border: none;
    background-color: #9598A1;
    padding: 0;
}

.date-list > .active {
    border: none;
    background-color: #253A74;
}

.date-list > .panel-heading a {
    color: white;
    font-size: 18px;
    display: block;
    box-sizing: border-box;
    line-height: 50px;
    padding: 0 18px;
}

.date-list > .panel-heading a b {
    padding-left: 16px;
    font-weight: normal;
}

.writings {
    margin: 6px 0 20px;
    border-bottom: 1px solid #253A74;
    padding-bottom: 10px;
}

.writings h4 {
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #253A74;
    color: #253A74;
}

.bread-loction {
    margin-top: 5px;
}

.brief {
    border-bottom: 1px dashed #ccc;
    padding: 16px 0;
}

.brief .title {
    margin: 0 0 15px;
    font-weight: normal;
}

.brief .title > a {
    font-size: 18px;
    color: #253A74;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.brief p {
    color: #6F7070;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    text-indent: 0;
}

.brief .time {
    color: #6F7070;
}

.Article-time {
    padding-top: 16px;
    font-size: 12px;
    color: #939496;
}

.write-word {
    padding: 34px 40px 0 40px;
}

.write-word {
    border-top: 1px dashed #ccc;
}

.write-word p {
    text-indent: 0;
}

.panel-offers {
    position: relative;
}

.panel-offers .text-danger {
    color: #ff3757;
}

.panel-offers .goBack {
    position: absolute;
    top: 23px;
    left: 15px;
    font-size: 14px;
    color: #fff;
}

.panel-offers .goBack:hover {
    color: #fff;
}

.panel-offers .goBack.disabled {
    display: none;
}

.panel-offers .goBack i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 50%;
    color: #3883ce;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.panel-offers .goBack:hover i {
    margin-left: 0;
    margin-right: 10px;
}

.panel-offers h2 {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 26px;
    background-color: #3883ce;
    color: #fff;
}

.panel-offers .panel-body {
    padding: 30px 15px;
}

.panel-offers .title {
    margin: 0 0 30px;
    padding-left: 15px;
    font-size: 16px;
    border-left: 4px solid #3c79bc;
    color: #3c79bc;
}

.panel-offers .form-group {
    margin-bottom: 30px;
}

/* .panel-offers .form-control {    height: 40px;} */
.panel-offers .control-label {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    color: #333;
}

.panel-offers p {
    color: #333;
}

.panel-offers input {
    height: 40px;
    padding: 0 5px;
    border-radius: 3px !important;
    background-color: #fff !important;
}

.panel-offers .form-group .addOn {
    position: absolute;
    top: 1px;
    right: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    text-align: center;
    background-color: #f9f9f9;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.panel-offers .form-group .addOn i {
    font-size: 20px;
}

.panel-offers .form-group .addOn i, .panel-offers .form-group .addOn label {
    color: #8b91a0;
}

.panel-offers .form-group .addOn label {
    display: block;
    margin-bottom: 0;
    text-align: center;
}

.panel-offers .checkbox, .panel-offers .checkbox-inline, .panel-offers .radio, .panel-offers .radio-inline {
    padding-top: 10px;
    padding-bottom: 9px;
}

.panel-offers .checkbox label, .panel-offers .checkbox-inline label, .panel-offers .radio label, .panel-offers .radio-inline label {
    margin-bottom: 0;
}

.panel-offers .bootstrap-select {
    height: auto;
}

.panel-offers .partial + .partial {
    padding-top: 60px;
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

.panel-offers .align-left label {
    text-align: left;
}

.panel-offers table {
    border: 1px solid #ddd;
}

.panel-offers td {
    padding: 15px !important;
    border-top: 0 !important;
}

.panel-offers td p {
    margin-bottom: 0;
    color: #666;
}

.panel-offers td p + p {
    margin-top: 10px;
}

.panel-offers .add-info {
    position: absolute;
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #3883ce;
    border-radius: 50%;
    color: #fff;
}

.panel-offers .add-info i {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.panel-offers .help-block {
    position: absolute;
    bottom: -23px;
    left: 15px;
    margin: 0;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    float: none;
    z-index: 2;
}

.modal-info.animated, .modal-certification.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.modal-info .panel-offers {
    padding: 20px 15px 0;
}

.modal-info .panel-offers .form-group {
    margin: 0 -3px 30px;
}

.modal-info .panel-offers .form-group [class*=col-] {
    padding: 0 3px;
}

.modal-info .panel-offers .form-group .addOn {
    right: 4px;
}

.modal-certification .modal-body {
    padding: 0;
}

.modal-certification form {
    width: 550px;
    padding: 30px 15px;
}

.modal-certification .send-code {
    display: block;
    padding: 9px 0;
}

.modal-certification .title {
    padding-left: 0;
    padding-bottom: 20px;
    border-left: 0;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.modal-certification .remind {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
    padding: 30px 15px 0;
    border-left: 1px dashed #ddd;
    background-color: #fafafa;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.modal-certification .remind p {
    margin-bottom: 0;
    text-align: justify;
    color: #666;
}

.modal-certification .remind p + p {
    margin-top: 30px;
}

.step-anchor {
    margin-bottom: 30px;
    border-bottom: 0;
}

.step-anchor > li {
    width: 16.66666%;
    margin-bottom: 0;
    border-bottom: 1px dashed #ddd;
}

.step-anchor > li > a {
    margin-right: 0;
    padding: 0 0 10px;
    font-size: 16px;
}

.sw-theme-default > ul.step-anchor > li > a::after {
    left: 50%;
    bottom: -5px;
    height: 10px;
    width: 10px;
    margin-left: -5px;
    border-radius: 50%;
    background-color: #bbb;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}

.sw-theme-default > ul.step-anchor > li.active > a {
    color: #d30023 !important;
}

.sw-theme-default > ul.step-anchor > li.active > a::after {
    background-color: #ff3657;
}

.sw-theme-default > ul.step-anchor > li.done > a {
    color: #5cb85c !important;
}

.sw-theme-default .btn-toolbar {
    position: static;
}

.sw-btn-prev {
    position: absolute;
    top: -45px;
    left: 15px;
    color: #fff;
}

.sw-btn-prev:hover {
    color: #fff;
}

.sw-btn-prev i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 50%;
    color: #3883ce;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.sw-btn-prev:hover i {
    margin-left: 0;
    margin-right: 10px;
}

.sw-btn-prev.disabled, .sw-btn-next.disabled, .sw-btn-group-extra .btn-finish.disabled {
    display: none;
}

.sw-theme-default .btn-toolbar .btn-primary, .btn-finish {
    width: 250px;
    padding: 15px 0;
    border: 0;
    font-size: 16px;
}

/* ---SmartWizard插件样式覆盖 End--- *//* ---file upload 插件样式覆盖 Start--- */
.file-drop-zone-title {
    padding: 10px 10px;
}

.kv-fileinput-caption {
    height: 40px;
    padding: 0 0 0 15px;
}

.kv-fileinput-caption input {
    height: 38px;
    line-height: 38px;
}

.file-input .input-group-btn .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 12px !important;
}

/* ---file upload 插件样式覆盖 End--- *//* 百度地图 */
.BMap_Marker img {
    width: auto;
}

.navigation a {
    width: auto;
    height: 40px;
    display: inline-block;
    border: 2px solid #21305a;
    text-align: center;
    line-height: 36px;
    margin-right: 5px;
    color: #21305a;
    padding: 0 10px;
}

.navigation select {
    width: 60px;
    margin: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.02);
    height: 45px;
    padding: 10px;
    line-height: 100%;
    outline: 0;
    background-image: url(../images/caret.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    position: relative;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.hsz .contact-unit {
    background: url("../images/contact_us_20.png") no-repeat center;
    background-size: cover;
}

.hsz .owl-carousel .owl-item img {
    width: auto;
}

.hsz .history-list .owl-item > .item > a > h4 {
    border-bottom: none;
    font-size: 20px;
}

.wedding-bg img {
    max-width: 100%;
    width: auto;
}

.show-survey-img img {
    height: 464px;
}

.wedding-title h2 {
    font-size: 30px;
    color: #FF5678;
    line-height: 3.5;
    font-weight: 700;
}

.survey-item {
    line-height: 2.1;
}

.survey-about p {
    color: #666666;
    padding-left: 6em;
    font-size: 14px;
    margin-bottom: 0;
}

.survey-about span {
    float: left;
    color: black;
}

.visit-method {
    background-color: #FFF9F5;
    padding-bottom: 56px;
}

.visit-list li {
    width: 33.33333%;
    float: left;
    padding: 0 50px;
}

.visit-list li a {
    display: block;
    background-color: white;
    padding-top: 10px;
    color: #EA838A;
    padding-bottom: 2px;
}

.visit-list li a h4 {
    font-weight: 700;
}

.visit-list li a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.visit-list li a img {
    margin: 26px auto;
    width: auto;
    display: block;
}

.visit-list li a span {
    background: url("../images/visit-bread_16.png") no-repeat center;
    margin: 45px auto;
    width: 32px;
    height: 12px;
    display: block;
}

.history-review {
    padding-bottom: 50px;
}

.history-review img {
    width: auto;
    max-width: 100%;
}

.history-list {
    position: relative;
}

.history-list .owl-item > .item > a > h4 {
    color: #2C417B;
    font-size: 26px;
    font-weight: 700;
    background: none;
    text-align: center;
    border-bottom: 6px solid #1EAAE9;
    padding: 6px 0;
    margin: 0;
}

.history-list .owl-dots .owl-dot {
    display: none;
!important;
}

.history-list .owl-nav > .owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
    border: none; /*background:url("../images/prev_42.png") no-repeat center;*/
}

.history-list .owl-nav > .owl-prev:before, .history-list .owl-nav > .owl-next:before {
    display: none;
}

.history-list .owl-nav > .owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    border: none; /*background:url("../images/next_45.png") no-repeat center;*/
}

.history-list .owl-nav > .owl-prev, .history-list .owl-nav > .owl-next {
    background-color: #797979;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
}

.history-list .owl-nav > .owl-prev span, .history-list .owl-nav > .owl-next span {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    margin-top: -6px;
    display: block;
}

.host-unit {
    width: 75%;
    float: left;
    color: white;
    padding-top: 120px;
}

.host-unit .host-item {
    float: left;
    width: 25%;
    height: 176px;
    padding: 0 12px;
}

.border-right-brown {
    border-right: 1px solid #98A08E;
}

.host-item .well-sm {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.host-item .well-sm ul li a {
    color: white;
}

.host-item h4 {
    line-height: 50px;
    text-align: center;
}

.host-contact {
    color: white;
    width: 25%;
    padding: 54px 0;
    float: left;
}

.host-contact-details { /*width:284px;*/
    background-color: rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=70);
    border-radius: 4px;
    color: #4B5A3E;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

.host-contact h4 {
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

.host-contact span {
    float: left;
    display: block;
}

.contact-item { /*display:;*/
}

.contact-item p { /*display:block;*/
    padding-left: 3em;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
}

.hoster-support-list {
    padding: 66px 0;
    background-color: white;
}

.hoster-support > .owl-nav > .owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
    background: url("../images/prev_42_f42489e0dd0d49d38b47e13c028782bc.png") no-repeat center;
}

.hoster-support > .owl-nav > .owl-prev:before, .hoster-support > .owl-nav > .owl-next:before {
    display: none;
}

.hoster-support > .owl-nav > .owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    background: url("../images/next_45_a9b317768ab04ce4aae5428f55f605b6.png") no-repeat center;
}

.hoster-support > .owl-nav > .owl-prev, .hoster-support > .owl-nav > .owl-next {
    background-color: #797979;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
}

.hoster-support .owl-dots .owl-dot {
    display: none;
!important;
}

.zlyw-plan .bootstrap-select {
    margin-bottom: 10px;
}

.zlyw-plan .sm-timeline {
    height: 230px;
}

.zlyw-plan .tab-timeline > div {
    height: auto;
}

.zlyw-plan .sm-timeline .tm-time {
    font-size: 14px;
}

.zlyw-plan .sm-timeline-row {
    padding-bottom: 0;
}

.zlyw-plan .sm-timeline .tm-detail {
    margin-bottom: 10px;
}

.zlyw-plan .sm-timeline .sm-timeline-row:before {
    left: 142px;
}

.zlyw-plan .sm-timeline .tm-dot {
    margin: 30px 15px 0;
}

.zlyw-plan .sm-timeline .tm-icon {
    margin-right: 10px;
}

.en-nwes img {
    height: 122px;
}

.sm-timeline-row {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.sm-timeline .sm-timeline-row:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 152px;
    height: 100%;
    width: 2px;
    background: #f2f5fb;
}

.zlyw-plan .sm-timeline-row {
    padding-bottom: 20px;
}



.icon-djgz {
    color: red;
}

.news-list-date {
    float: left;
    background: #273970;
    text-align: center;
    color: white;
    padding: 8px;
    margin-right: 2%;
    margin-top: 1%;
    position: relative;
    margin-left: 2%;
}

.news-list-date:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari �?Chrome */
    -o-transform: rotate(45deg); /* Opera */
    background-color: #273970;
}

.news-list .item > div {
    border-bottom: none;
}

.news-list-date > h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.news-list-date > span {
    font-size: 14px;
}

.news-list li {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.news-list .item a {
    float: none;
}

.news-list .item .list-details {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    background-color: #F0F3FC;
    color: #868686;
    display: block;
    width: 90px;
    text-align: center;
    letter-spacing: 0.2rem;
    font-size: 14px;
    font-weight: normal;
}

.list-details i {
    font-style: normal;
    margin-left: 4px;
}

.border-bottom-20 {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 20px;
}

.breadcrumb .active {
    color: #273970;
}

.hot-news {
    width: 300px; /*margin-left:20px;*/
}

.hot-news-title {
    color: white;
    background-color: #273970;
    line-height: 70px;
    padding: 0 18px;
    font-size: 18px;
}

.hot-news-title > span {
    border-bottom: 2px solid white;
    padding-bottom: 6px;
}

.hot-news-title > i {
    font-style: normal;
    font-size: 12px;
    margin-left: 6px;
    color: #6B7598;
}

.hot-news-details {
    padding: 0 18px;
    background-color: #EAECF2;
}

.hot-news-details li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #DDDDDD;
}

.hot-news-details li > a {
    color: black;
    margin-bottom: 10px;
}

.hot-news-details li > a > span {
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    border-radius: 50%;
    background-color: #A0A1A7;
    color: white;
}

.hot-news-details .active > a > span {
    background-color: #273970;
}

.hot-news-date {
    color: #959595;
    font-size: 14px;
}

.visit-list li a b {
    display: block;
    text-align: center;
    margin: 30px auto;
    width: auto;
    font-size: 65px;
    font-weight: normal;
}

.visit-list li a i {
    padding: 14px 22px;
    border-radius: 50%;
}

.exhibition-list p {
    padding-right: 2em;
}

.exhibition-list .address i {
    margin-right: 1rem;
}

.ewm {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.two-ewm-item .ewm-item {
    width: 50%;
    float: left;
    text-align: center;
}

.ewm .ewm-item p {
    padding: 0;
}

.ewm img {
    border: 1px solid #CBD1E3;
    width: 80px;
    max-width: 100%;
    margin-top: 10%;
}

.exhibition-list .split-line {
    border-left: none;
}

.leader-speech div > img {
    right: 0;
    margin: 10px auto;
    display: block;
    max-width: 100%;
}

.no-after .channel-title:after {
    content: "";
    display: none;
}

#ygfc {
    color: #21305A;
    cursor: none;
}

#ygfc:hover {
    color: #21305A;
}

.leader-speech .col-sm-8 {
    float: left;
}

.leader-speech .col-sm-4 {
    float: right;
}

/*.content-bg{*/ /*background-color:#FFF;*//*}*/
.no-navbar-after .mainNav > .item > a:after {
    display: none;
}

.show-infro {
    background-color: #F5FCFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.gjqcz h2 {
    font-size: 30px;
    color: #000E65;
    margin-bottom: 60px;
}

.big-banner img {
    max-width: 100%;
}

.show-infro .col-md-6 .left {
    width: 60%;
    float: left;
    padding-right: 8px;
}

.show-infro .col-md-6 .right {
    width: 40%;
    float: left;
}

.show-infro .col-md-6 .right div:last-child {
    margin-top: 5px;
}

/*.gjqcz .show-infro .col-md-6 .right img{*//*max-width:250px;*//*}*/
.show-review {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.gjqcz .contact-unit {
    background: url("../images/contact_02.png") no-repeat center;
    background-size: cover;
}

.smyh {
    overflow: hidden;
}

.smyh .survey-about { /*padding-top:60px;*/
}

.smyh .show-infro .col-md-6 img:nth-child(2) {
    width: 50%;
    float: left;
}

.smyh .show-infro .col-md-6 img:nth-child(3) {
    width: 50%;
    float: left;
}

.smyh h2 {
    color: #FF9200;
    margin-bottom: 40px;
}

.history-list {
    position: relative;
}

.history-list .owl-item > .item > a > .title {
    bottom: 50%;
    margin-bottom: -35px;
    padding: 2px 2px;
    background: none;
}

.smyh .history-list .owl-item > .item > a > h4 {
    font-size: 18px;
    border: none;
    padding: 0;
}

.history-list .owl-item > .item > a > .title > span {
    width: 80px;
    height: 80px;
    padding-top: 14px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: rgba(143, 160, 207, 0.9);
    text-align: center;
    filter: alpha(opacity=90)
}

.history-list .owl-item > .item > a > .title > span > i {
    font-style: normal;
    text-align: center;
    display: block;
    font-weight: normal;
}

.history-list .owl-item > .item > a > .title > span > i:last-child {
    font-size: 12px;
}

.smyh .show-review .owl-carousel .owl-item .item {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 6px solid transparent;
}

.smyh .show-jion {
    padding: 40px 0;
    background: url("../images/content-bg.jpg") no-repeat center;
    background-size: cover;
}

.smyh .show-jion .show-list > li {
    width: 48%;
    float: left;
    color: #33B3ED;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.smyh .show-jion .show-list > li:hover {
    background-color: #2C417B;
}

.smyh .show-jion .show-list > li:hover a {
    color: white;
}

.smyh .show-jion .show-list > li h3 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.smyh .show-jion .show-list > li i {
    float: right;
    font-size: 26px;
    vertical-align: top;
}

.smyh .show-jion .show-list > li p {
    position: relative;
    padding-right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 30px;
}

.smyh .show-jion .show-list > li p i {
    font-size: 100px;
    position: absolute;
    right: 0;
    top: -20px;
}

.smyh .show-jion .show-list > li:nth-child(2) {
    margin: 0 2%;
}

.smyh .show-review .owl-carousel .owl-item .item:hover {
    transform: scale(1.1);
    border-bottom: 6px solid #FF9200;
}

.smyh .show-review .owl-carousel .owl-item .item:hover img {
    transform: scale(1.1);
}

.bg-mask {
    background-color: rgba(0, 0, 0, 0.6);
}

.smyh .contact-unit {
    background: url("../images/contact_02_0e40da78bda44f6680a4f6569d3c6b88.png") no-repeat center;
    background-size: cover;
}

.gjss h2 {
    color: #FF5678;
    margin-bottom: 40px;
}

.img-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.gjss .show-infro {
    background-color: #FFF9F5;
    padding-bottom: 40px;
}

.gjss .survey-item {
    line-height: 2.4;
}

.gjss .show-infro .countries {
    margin-bottom: 40px
}

.img-list li {
    width: 33.333333%;
    float: left;
}

.gjss .history-list .owl-item > .item > a > h4 {
    font-size: 18px;
    border: none;
    padding: 0;
}

.gjss .contact-unit {
    background: url("../images/gjss_22.png") no-repeat center;
    background-size: cover;
}

.mjz .show-infro {
    background: url("../images/mjz_03.png") no-repeat center; /*height:717px;*/
    padding-top: 90px;
    background-size: cover;
}

.mjz .survey-about {
    background-color: rgba(239, 209, 40, 0.9);
    padding: 20px 30px;
    border-radius: 10px; /*position:relative;*/
    overflow: hidden;
}

.mjz .survey-about .show-title {
    padding-top: 12%;
}

.mjz .survey-about .survey-item-list {
    float: left;
}

.mjz .survey-about .show-title span {
    writing-mode: tb-rl;
    color: #A79A24;
    font-size: 36px;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 20px;
    display: block;
}

.mjz .survey-item {
    line-height: 3.1;
    color: #736903;
}

.mjz h2 {
    color: black;
    margin-bottom: 40px;
}

.mjz .history-list .owl-item > .item > a > h4 {
    padding: 0;
    border: 0;
    font-size: 18px;
}

.mjz .history-list .owl-item > .item > a > h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    color: black;
}

.mjz .show-jion {
    padding: 40px 0;
    background: url("../images/content-bg.jpg") no-repeat center;
    background-size: cover;
}

.mjz .show-jion .show-list > li {
    width: 48%;
    float: left;
    color: #33B3ED;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.mjz .show-jion .show-list > li:hover {
    background-color: #e7cc34;
}

.mjz .show-jion .show-list > li:hover a {
    color: white;
}

.mjz .show-jion .show-list > li h3 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mjz .show-jion .show-list > li i {
    float: right;
    font-size: 26px;
    vertical-align: top;
}

.mjz .show-jion .show-list > li p {
    position: relative;
    padding-right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 30px;
}

.mjz .show-jion .show-list > li p i {
    font-size: 100px;
    position: absolute;
    right: 0;
    top: -20px;
}

.mjz .show-jion .show-list > li:nth-child(2) {
    margin: 0 2%;
}

.mjz .contact-unit {
    background: url("../images/mjz_19.png") no-repeat center;
    background-size: cover;
}

.syqc .survey-item {
    line-height: 2.5;
}

.syqc h2 {
    color: #9ACA4F;
    margin-bottom: 40px;
}

.syqc .show-zzy {
    display: flex;
}

.syqc .show-zzy .left {
    width: 55%;
    float: left;
}

.syqc .show-zzy .left img {
    max-width: 315px;
    width: 100%;
}

.syqc .show-zzy .left img:nth-child(2) {
    margin-top: 10px;
}

.syqc .show-zzy .right {
    width: 45%;
    float: left;
}

.syqc .show-example .right img {
    height: 100%;
    max-width: 265px;
    margin-top: 0 !important;;
}

.syqc .show-infro {
    background-color: #fff;
}

.syqc .show-infro .col-md-6 .right div:last-child {
    margin: 0;
}

.syqc .show-infro .col-md-6 .left div:last-child {
    margin-top: 3px;
}

.syqc .show-review {
    background-color: #F6FAEE;
    padding-top: 90px;
}

.syqc .history-list .owl-item > .item > a > h4 {
    font-size: 18px;
    border: none;
    padding: 0;
}

.syqc .content-bg {
    background-color: #F5FCFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.syqc .contact-unit {
    background: url("../images/syqc_26.png") no-repeat center;
    background-size: cover;
}

.yyrl h2 {
    color: #76A62D;
    margin-bottom: 40px;
}

.yyrl .survey-item {
    line-height: 2;
}

.yyrl .img-list {
    margin-top: 30px;
}

.yyrl .img-list li {
    width: 25%;
    padding: 0 20px;
}

.yyrl .img-list li img {
    max-width: 260px;
}

.yyrl .img-list li:first-child {
    padding-right: 40px;
    padding-left: 0;
}

.yyrl .img-list li:last-child {
    padding-right: 0;
    padding-left: 40px;
}

.yyrl .history-list .owl-item > .item > a > h4 {
    border: none;
    padding: 14px 0;
    color: black;
    box-shadow: 4px 4px 4px #F5F6F0;
}

.yyrl .contact-unit {
    background: url("../images/yyrl_33.png") no-repeat center;
    background-size: cover;
}

.ydyl h2 {
    color: #EA5515;
    margin-bottom: 40px;
}

.ydyl .show-infro {
    background-color: #FFFBF5;
}

.ydyl .show-infro-img li {
    width: 14.2857%;
    float: left;
}

.ydyl .show-infro img {
    width: 100%;
    max-height: 162px;
}

.ydyl .show-infro .show-example-img li {
    width: 29.3%;
    float: left;
}

.ydyl .show-infro .show-example-img li img {
    width: 100%;
}

.ydyl .history-list .owl-item > .item > a > h4 {
    border: none;
    font-size: 18px;
    padding: 0;
    color: white;
}

.ydyl .content-bg {
    background-color: #FFFBF5;
    padding-bottom: 40px;
}

.ydyl .contact-unit {
    background: url("../images/ydyl_33.png") no-repeat center;
    background-size: cover;
}

.qpz .host-unit .host-item {
    height: 230px;
}

.qpz h2 {
    color: #433B93;
    margin-bottom: 40px;
}

.qpz .show-small {
    display: none;
}

.qpz .show-infro h2 {
    color: white;
    font-size: 36px;
    font-weight: 700;
}

.qpz .show-infro {
    background: url("../images/qpz-02.png") no-repeat center;
    background-size: cover;
}

.qpz .details-item {
    display: table;
    min-height: 176px;
    vertical-align: middle;
    overflow: auto;
    position: relative;
    width: 100%;
}

.qpz .details-item .item-img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 55%;
    display: table-cell;
    height: 100%;
    min-height: 176px;
}

.qpz .details-item .item-img img {
    height: 100%;
}

.qpz .details-item .item-text {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    word-break: break-all;
    background-color: rgba(2, 119, 118, 0.7);
    color: white;
    padding: 26px;
    min-height: 176px;
}

.qpz .details-item.show-thing .item-img {
    width: 45%;
    left: 0;
    top: 0;
}

.qpz .details-item.show-thing .item-text {
    width: 55%;
}

.qpz .details-item.width-45 {
    width: 45%;
}

.qpz .details-item.width-45 .item-img {
    left: 0;
}

.qpz .details-item.width-45 .item-text {
    padding: 16px;
    min-height: 200px;
}

.qpz .details-item.width-55 {
    width: 55%;
    min-height: 200px;
}

.qpz .details-item.width-55 .item-text {
    margin: 0 auto;
    width: 33.363333%;
    padding: 6px;
}

.qpz .details-item.width-55 .item-text p {
    position: relative;
}

.qpz .details-item.width-55 .item-text span {
    position: absolute;
    left: 0;
}

.qpz .details-item.width-55 .item-img {
    left: 0;
    width: 33.333%;
}

.qpz .details-item.width-55 .position-right {
    position: absolute;
    width: 33.3333%;
    right: 0;
    top: 0;
    display: table-cell;
    height: 100%;
}

.qpz .details-item.width-55 .position-right img {
    height: 100%;
}

.qpz .show-review {
    background: url("../images/bg-img_02.png") no-repeat left;
    padding: 0;
}

.qpz .review-history {
    width: 50%;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    padding: 10px 0;
}

.qpz .review-history:before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #F4F4F4;
    transform: rotate(45deg);
    top: 50%;
    right: -10px;
    margin-top: -15px;
    z-index: 9999;
}

.qpz .review-big-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.qpz .review-big-img img {
    height: 100%;
}

.qpz .review-history h2 {
    font-weight: 700;
    color: #433B93;
    margin: 0;
    line-height: 110px;
    text-align: center;
    font-size: 36px;
}

.qpz .review-history li {
    text-align: center;
    position: relative;
    color: #637FDD;
    font-size: 20px;
    line-height: 60px;
    text-indent: 3em;
}

.qpz .review-history li:before {
    content: '';
    display: block;
    position: absolute;
    left: 40%;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    border-radius: 50%;
    background-color: #637FDD;
}

.qpz .contact-unit {
    background: url("../images/qpz_23.png") no-repeat center;
    background-size: cover;
}

.syz {
    background: url("../images/bg-big.jpg") no-repeat 0 370px;
}

.syz .content-bg {
    padding-bottom: 40px;
}

/*.syz .show-infro-syz{*/ /*background:url("../images/bg.jpg") no-repeat center bottom;*/ /*padding-bottom: 150px;*/ /*background-size:cover;*//*}*/
.syz .show-infro {
    background-color: transparent;
}

.syz .show-infro-syz .about-cont {
    background: #fff;
    padding: 10px;
    position: relative;
}

.syz .baby {
    background: url("../images/baby.png") no-repeat;
    width: 291px;
    height: 160px;
    position: absolute;
    right: -80px;
    top: -70px
}

.syz .history-list .item a {
    position: relative;
    display: block;
}

.syz .history-list .owl-item > .item > a > h4 {
    position: absolute;
    background: rgba(242, 137, 0, .9);
    border-radius: 50%;
    padding: 14px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 0;
}

.syz .contact-unit {
    background: url("../images/bg2.jpg") no-repeat center;
    background-size: cover;
}

.syz .bg-mask {
    background: none;
}

.syz .host-unit, .syz .host-item .well-sm ul li a {
    color: #1e6872;
}

.syz .host-contact-details {
    background: #efa534;
    color: #fff;
}

.syz .show-title {
    margin-bottom: 40px;
}

.syz .show-title h2 {
    font-weight: bold;
    color: #666;
    font-size: 36px;
}

.mujz .show-title {
    margin-bottom: 40px;
}

.mujz .show-title h2 {
    color: #1e56a3;
    font-size: 30px;
}

.mujz .show-infro {
    background: url("../images/bg_42c49febe4d14c1880f0c4f0a8f4f366.jpg") no-repeat center;
    background-size: cover;
}

.mujz .survey-about p {
    font-size: 14px;
}

.mujz .show-jion {
    padding: 40px 0;
    background: url("../images/mujz-bg.jpg") no-repeat center;
    background-size: cover;
}

.mujz .show-jion .show-list > li {
    width: 48%;
    float: left;
    color: #33B3ED;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.mujz .show-jion .show-list > li:hover {
    background-color: #0D4C8F;
}

.mujz .show-jion .show-list > li:hover a {
    color: white;
}

.mujz .show-jion .show-list > li h3 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mujz .show-jion .show-list > li i {
    float: right;
    font-size: 26px;
    vertical-align: top;
}

.mujz .show-jion .show-list > li p {
    position: relative;
    padding-right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 30px;
}

.mujz .show-jion .show-list > li p i {
    font-size: 100px;
    position: absolute;
    right: 0;
    top: -20px;
}

.mujz .show-jion .show-list > li:nth-child(2) {
    margin: 0 2%;
}

.hist-list li {
    width: 25%;
    background: #f2f5fb;
    float: left;
    height: 184.3px;
    display: flex;
    align-items: center;
    position: relative;
}

.hist-list li a {
    display: block;
}

.hist-list li .text {
    display: flex;
    align-items: center;
}

.hist-list li span {
    font-size: 18px;
    color: #6d8aa4;
    display: block;
    padding: 10px;
    text-align: center;
}

.hist-list li .arr-r {
    border: 20px solid transparent;
    border-left: 20px solid #f2f5fb;
    position: absolute;
    left: 0;
    display: inline-block;
}

.hist-list li .arr-l {
    border: 20px solid transparent;
    border-right: 20px solid #f2f5fb;
    position: absolute;
    right: 0;
    display: inline-block;
}

.mujz .contact-unit {
    background: url("../images/bg2_f70a79bd9a4d4773ac179561f75ec4ee.jpg") no-repeat center;
    background-size: cover;
}

.mujz .border-right-brown {
    border-color: #7a7a7c;
}

.gjrl h2 {
    color: #33B3ED;
    margin-bottom: 40px;
}

.gjrl .show-infro .container {
    display: flex;
}

.gjrl .block-small {
    display: none;
}

.gjrl .block-small > .col-md-6 > .show-block-small {
    display: flex;
}

.gjrl .show-info {
    width: 50%;
    padding: 0 20px;
    height: 100%;
}

.gjrl .show-info .survey-about {
    background-color: #D8F1FF;
    padding: 10px 20px;
}

.gjrl .show-list li {
    margin-bottom: 10px;
}

.gjrl .contact-unit {
    background: url("../images/hhd_13.png") no-repeat center;
    background-size: cover;
}

.gjrl .history-list .owl-item > .item > a > h4 {
    padding: 20px 0;
    border-bottom: none;
    -moz-box-shadow: 0px 1px 1px #33B3ED;
    -webkit-box-shadow: 0px 1px 1px #33B3ED;
    box-shadow: 0px 1px 1px #33B3ED;
}

.gjrl .bg-mask {
    background: none;
}

.gjrl .show-jion {
    padding: 40px 0;
    background: url("../images/hhd_12.png") no-repeat center;
    background-size: cover;
}

.gjrl .show-jion .show-list > li {
    width: 48%;
    float: left;
    color: #33B3ED;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.gjrl .show-jion .show-list > li:hover {
    background-color: #2C417B;
}

.gjrl .show-jion .show-list > li:hover a {
    color: white;
}

.gjrl .show-jion .show-list > li h3 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gjrl .show-jion .show-list > li i {
    float: right;
    font-size: 26px;
    vertical-align: top;
}

.gjrl .show-jion .show-list > li p {
    position: relative;
    padding-right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 30px;
}

.gjrl .show-jion .show-list > li p i {
    font-size: 100px;
    position: absolute;
    right: 0;
    top: -20px;
}

.gjrl .show-jion .show-list > li:nth-child(2) {
    margin: 0 2%;
}

.search-result .list-group {
    margin-top: 20px;
}

.search-result > .col-md-3 .col-list .active {
    background-color: #273970;
    padding: 20px;
}

.ydyl section.show-review, .smyh section.show-review, .gjss section.show-review, .mjz section.show-review, .syqc section.show-review, .qpz section.show-review, .syz section.show-review, .mujz section.show-review, .gjrl section.show-review {
    display: none !important;
}

.host-unit {
    display: none;
}

.host-contact {
    width: 60%;
    margin: 0 auto;
    float: none;
}

.host-contact .contact-item {
    padding-left: 25%;
}

.host-contact a {
    padding: 6px 20px;
    font-size: 16px;
    font-weight: normal;
    background-color: #ff8935;
    border-radius: 10px;
    color: white;
}

.news-banner img {
    max-width: 100%;
}

.padding-60 {
    padding: 0 60px;
}

.Article-head {
    padding: 0 115px;
}

.widget_search .search-form {
    float: right;
    position: relative;
    margin-right: 11%;
}

.widget_search .search-form .search-submit {
    border: none;
    background: transparent;
    position: relative;
}

.widget_search .search-form .search-field {
    opacity: 0;
}

.widget_search .search-form:hover .search-field {
    opacity: 1;
    filter: alpha(opacity=100);
}

.widget_search .search-form:hover .search-submit {
    color: white;
    border-radius: 4px;
}

.widget_search .search-form .search-submit {
    line-height: 28px;
    background-color: #273970;
    color: white;
    border-radius: 4px;
    padding: 0 10px;
}

.Article-text {
    padding: 60px 100px !important;
}

#weibo_pos #output .qrshare {
    margin-top: 20px;
    margin-left: 15%
}

#weibo_pos #output .share_qr_intro {
    padding-left: 3em;
}

/*加入我们应聘之后的验证码*/
.padding-vt-60 {
    padding-top: 20px;
}

#form-certification {
    padding: 20px;
}

.captchaImage {
    margin-top: 5px;
}

.remind p {
    text-align: center;
    line-height: 30px;
    color: #806f6f;
    font-size: 14px;
}

.index-en .enterprise-slider a {
    padding: 25px 45px;
}

.index-en .enterprise-slider h4 {
    font-size: 14px;
    line-height: 20px;
    text-indent: 1em;
}

.show-jion .show-list > li {
    min-height: 214px
}

.show-jion .show-list > li p {
    height: 100px
}

.keyWord {
    color: #f98b03;
}

.ypzw {
    display: none;
}

.qpz .survey-item {
    line-height: 1.3;
}

.qpz .survey-item span {
    float: left;
}

.qpz .survey-item p {
    padding-left: 6em;
}

.show-small .item {
    overflow: hidden;
}

.container ul img {
    width: auto;
}

/* 碳中和 */
.titley01 {
    text-align: center;
    margin-top: 60px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
}

.titley01 span {
    position: relative;
    z-index: 1;
}

.titley01 span img {
    width: 44px;
    height: 44px;
    position: relative;
    left: 26px;
    top: -6px;
    z-index: -1;
    background-size: 100%;
}

.Exhibition-overview-box {
    overflow: hidden;
    margin-top: 36px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 24px 24px 24px 24px;
}

.Exhibition-overview-tu {
    float: left;
    width: 550px;
}

.Exhibition-overview-conter dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #3AB80E;
    margin-bottom: 13px;
}

.Exhibition-overview-conter {
    margin-left: 610px;
    padding-top: 50px;
}

.Exhibition-overview-conter dl dd a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 15px;
}

.Exhibition-overview-conter dl dd a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #333333;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

dl {
    margin-bottom: 0;
}

.Exhibition-overview-conter dl dd a:hover {
    color: #3AB80E;
}

.Exhibition-overview-conter dl {
    margin-bottom: 10px;
    overflow: hidden;
}

.Exhibition-overview-conter dl dd {
    float: left;
    margin-bottom: 12px;
    width: 50%;
}

.Exhibition-background {
    position: relative;
    margin-top: 40px;
    margin-bottom: 65px;
}

.Exhibition-background-conet p {
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.Exhibition-background-conet {
    background: #fff;
    margin-top: -140px;
    position: relative;
    padding: 40px 77px 30px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 24px 24px 0px 0px;
    z-index: 3;
}

.Exhibition-bg {
    padding: 0 70px;
}

.Exhibition-background-conet p em {
    font-style: normal;
    color: #3AB80E;
    font-weight: bold;
}

.Exhibition-background:after {
    content: '';
    width: 100%;
    height: 214px;
    background: rgba(58, 184, 14, 0.08);
    border-radius: 0px 0 24px 24px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.first-my {
    padding: 66px 0;
    background: url(../images/20220308us.png) center no-repeat;
}

.first-my-padding {
    padding: 0 85px;
    overflow: hidden;
}

.contact_us h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-top: 0;
    margin-bottom: 76px;
    text-align: center;
}

.contact_us {
    background: #fff;
    padding: 70px 0;
    padding-right: 0;
    overflow: hidden;
    border-radius: 24px 24px 24px 24px;
}

.contact_us ul {
    padding-left: 107px;
}

.contact_us ul li h6 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    margin-bottom: 20px;
}

.contact_us ul li p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #3AB80E;
}

.contact_us ul li {
    float: left;
    width: 50%;
    margin-bottom: 36px;
}

.gh-boxer {
    background: rgba(58, 184, 14, 0.07);
}

.Exhibition-planning > .col-sm-4 > a {
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    padding-top: 35px;
    display: block;
    padding-bottom: 24px;
    cursor: pointer;
}

.guihua-icon {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    background: rgba(58, 184, 14, 0.1);
    border-radius: 50%;
    position: relative;
    margin-bottom: 33px;
}

.guihua-icon i {
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Exhibition-planning > .col-sm-4 {
    padding: 0 80px;
    margin-bottom: 56px;
}

.Exhibition-planning {
    margin: 0 -80px;
    margin-top: 36px;
    margin-bottom: 4px;
}

.guihua-icon .g1 {
    background: url(../images/20220308gh01.png) no-repeat;
    background-size: 100%;
}

.guihua-icon .g2 {
    background: url(../images/20220308gh02.png) no-repeat;
    background-size: 100%;
}

.guihua-icon .g3 {
    background: url(../images/20220308gh03.png) no-repeat;
    background-size: 100%;
}

.guihua-icon .g4 {
    background: url(../images/20220308gh04.png) no-repeat;
    background-size: 100%;
}

.guihua-icon .g5 {
    background: url(../images/20220308gh05.png) no-repeat;
    background-size: 100%;
}

.guihua-icon .g6 {
    background: url(../images/20220308gh06.png) no-repeat;
    background-size: 100%;
}

.Exhibition-planning > .col-sm-4 > a p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    color: #3AB80E;
}

/*低碳出行*/
.Exhibition-overview-tab {
    display: flex;
    background: #dde6f7;
}

.Exhibition-overview-tab .nav-tabs {
    background: #1f5ac9;
    display: flex;
    flex-direction: column;
    width: 235px;
    height: 550px;
    padding: 50px 0;
}

.Exhibition-overview-tab .nav-tabs li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Exhibition-overview-tab .nav-tabs li {
    display: flex;
    flex: 1;
}

.Exhibition-overview-tab .nav-tabs li a {
    color: #fff;
    align-items: center;
    text-align: left;
    padding-left: 60px !important;
    font-size: 18px;
}

.Exhibition-overview-tab .tab-content {
    max-height: 550px;
    padding-left: 20px;
    flex: 1;
    padding: 40px 0;
}

.Exhibition-overview-tab ul.nav-tabs.nav-line > li.active {
    background: #fff;
}

.Exhibition-overview-tab ul.nav-tabs.nav-line > li.active > a {
    border: 0;
    border-radius: 0;
    margin-right: 0;
    color: #1f5ac9;
    background: url("../images/arr.png") 30px center no-repeat #fff;
}

.Exhibition-overview-tab .tab-content .nowrapli {
    display: flex;
    flex-wrap: wrap;
}

.Exhibition-overview-tab .tab-content .nowrapli li {
    list-style: none;
    width: 50%;
    padding-left: 100px;
}

.Exhibition-overview-tab .tab-content .nowrapli li a {
    position: relative;
    display: block;
    padding: 10px 0 10px 25px;
}

.Exhibition-overview-tab .tab-content .nowrapli li a:hover {
    color: #1f5ac9;
}

.Exhibition-overview-tab .tab-content .nowrapli li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #1f5ac9;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    border-radius: 50px;
}

.bg-blue-light {
}

.product-slider {
    margin-top: 30px;
}

.product-slider {
    padding-left: 10%;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.product-slider {
    margin-left: -10%;
}

.product-slider .owl-stage-outer {
    padding: 20px 0 40px 20px;
}

.product-slider .item {
    background: #fff;
    height: 320px;
    border-radius: 24px;
    box-shadow: 30px 30px 0 rgba(31, 90, 201, 0.2);
    position: relative;
    transition: .3s;
}

.product-slider .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 8px 1px rgba(127, 168, 244, .6);
    border-radius: 24px;
}

.product-slider .item:hover {
    box-shadow: 30px 30px 0 #1f5ac9;
}

.product-slider .item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

.product-slider .item .classification {
    position: relative;
    z-index: 99;
    padding-left: 8px;
    margin-top: 10px;
}

.product-slider .item .classification li a {
    padding: 4px 20px;
    position: relative;
    display: block;
    font-size: 14px;
    color: rgba(51, 51, 51, 1)
}

.product-slider .item .classification li a:hover {
    color: #1f5ac9;
}

.product-slider .item .classification li a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    z-index: -1;
    background: #121212;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50px;
}

.product-slider .item .col-5-cont {
    display: flex;
    flex-wrap: wrap;
}

.product-slider .item .col-5-cont li {
    width: 50%;
}

.product-slider.owl-carousel .owl-nav .owl-prev {
    background: url("../images/prev.png") no-repeat;
    width: 53px;
    height: 6px;
    background-size: 100% auto;
    margin-left: -50px;
}

.product-slider.owl-carousel .owl-nav .owl-next {
    background: url("../images/next.png") no-repeat;
    width: 53px;
    height: 6px;
    background-size: 100% auto;
    margin-right: -50px;
}

.product-slider.owl-carousel .owl-nav .owl-next:before, .product-slider.owl-carousel .owl-nav .owl-prev:before {
    display: none;
}

.product-slider .owl-nav [class*=owl-] {
    margin-bottom: -16px;
    margin-left: 60px;
    margin-right: 60px;
}

.exhibition-introduction .info span {
    float: left;
    font-size: 20px;
    color: #506893 !important;
    font-weight: bold;
    width: 100px;
}

.exhibition-introduction .info label {
    margin-bottom: 0;
    font-size: 20px;
    color: #506893;
    width: 84%;
}

.exhibition-introduction .info p:first-child label b {
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exhibition-introduction .info p:last-child label b {
    font-weight: 500;
    margin-right: 15px;
}

.exhibition-introduction .info p:first-child label b:first-child {
    margin-bottom: 6px;
}

.exhibition-introduction .info p:first-child label b:last-child {
    font-size: 14px;
}

.container .exhibition-introduction img {
    width: 141px;
}

.exhibition-introduction .info .contacts {
    margin-bottom: 12px;
}

.exhibition-introduction .info .website {
    margin-bottom: 63px;
}

.exhibition-introduction .item, .exhibition-introduction a {
    display: inline-block;
}

.exhibition-introduction a:hover label {
    background-color: transparent !important;
    color: #fff !important;
}

.lianxi-titler span {
    color: #BA6F29;
}

.contacet-mian-bock {
    background: #FFFFFF;
    margin-bottom: 60px;
}

.contacet-mian-bock-lt {
    padding: 29px 73px 28px 35px;
    overflow: hidden;
}

.contacet-mian-bock-lt h4 {
    margin: 0;
    color: #2C417B;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: 6px;
}

.contacet-mian-bock-lt p {
    color: #999999;
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

.contacet-mian-bock-lt ul li {
    margin-bottom: 10px;
}

.list-dldd ul li {
    margin-bottom: 13px;
}

.list-dldd ul li i {
    float: left;
    font-size: 42px;
    margin-right: 15px;
    margin-top: -5px;
}

.list-dldd ul {
    float: left;
    width: 75%;
}

.contacet-mian-bock-lt ul li span {
    color: #999999;
    font-size: 16px;
    text-align: left;
}

.list-dldd-wm {
    margin-bottom: 0;
}

.list-dldd {
    overflow: hidden;
    padding-top: 20px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #00000019;
}

.contacet-mian-bock-lt ul li label {
    margin-bottom: 0;
    color: #333333;
    font-size: 16px;
    text-align: left;
}

.contacet-mian-bock-rt {
    float: left;
    overflow: hidden;
    width: 473px;
    height: 412px;
}

.contacet-mian-bock-lt ul li:last-child, .contacet-mian-bock-rt dl:last-child {
    margin-bottom: 0;
}

.list-dldd dl dt, .list-dldd dl dd {
    font-size: 14px;
    letter-spacing: 0px;
    text-align: left;
    color: #333333;
    font-weight: 500;
}

.foot-wm {
    width: 65px;
    height: 65px;
    display: block;
    margin-top: 15px;
}

.list-dldd dl dd {
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
}

.list-dldd dl dd a {
    color: #333333;
}

.Subordinate-unit-titler {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.4px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 24px;
    position: relative;
}

.Subordinate-unit-titler:before {
    content: '';
    width: 2px;
    height: 22px;
    background: #BA6F29;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Subordinate-unit h4 {
    color: #2C417B;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.4px;
    text-align: left;
}

.Subordinate-unit {
    padding: 32px 38px;
    height: 246px;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.Subordinate-unit p {
    color: #999999;
    font-size: 13px;
    letter-spacing: 0.4px;
    text-align: left;
}

.Subordinate-unit ul li span {
    color: #999999;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: left;
    float: left;
    width: 45px;
}

.Subordinate-unit ul li label {
    margin-bottom: 0;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: left;
}

.Subordinate-unit ul li {
    margin-bottom: 10px;
}

.Subordinate-unit ul li label a {
    color: #333333;
    font-size: 14px; /*border-bottom: 1px solid #333333;*/
}

.Subordinate-unit:after {
    content: '';
    width: 134px;
    height: 159px;
    background: url(../images/siec-ico.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.Subordinate-unit-row-warper .col-lg-6 {
    margin-bottom: 30px;
}

.exhibition-list .address .icon-wangzhi {
    vertical-align: middle;
    font-size: 24px;
}

.zhanlan-yewu-warep {
    background: #fff;
    padding: 20px 60px 12px 26px;
    overflow: hidden;
}

.zhanlan-yewu-warep .exhibition-list > .item {
    border-bottom: 1px dashed #E5E9F4;
    padding: 20px 0;
}

.zhanlan-yewu-warep .exhibition-list [class*=col-] {
    min-height: 170px;
}

.zhanlan-yewu-warep .exhibition-list .date {
    top: 0;
    bottom: 0;
}

.exhibition-list > .item + .item {
    margin-top: 0;
}

.exhibition-list .split-line {
    cursor: pointer;
}

.Exhibition_time_date li span {
    border-radius: 4px 4px 0px 0px;
    background: #2C417B;
    color: #FFFFFF;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.94px;
    padding: 9px 0;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.Exhibition_time_date li {
    float: left;
    padding: 0 4px;
    width: 7.69%;
}

.Exhibition_time_date {
    margin: 0 -4px;
    overflow: hidden;
}

.Exhibition_time_date li:last-child span {
    background: #3967E4;
}

.Exhibition_time_date li.active span {
    color: #2C417B;
    background: #fff;
}

.zhanlan-yewu-warep .exhibition-list {
    display: none;
}

.zhanlan-yewu-warep .active {
    display: block;
}

.contacet-mian-bock-lt ul li:last-child {
    width: 100%;
}

.Outbound-exhibition-plan {
    background-color: #fff;
    padding: 39px 0;
}

.Outbound-exhibition-plan-blue {
    color: #FFFFFF;
    font-size: 22px;
    background-color: #2C417B;
    text-align: center;
    padding: 14px 0;
}

.Outbound-exhibition-plan-list {
    padding: 25px;
}

.Outbound-exhibition-plan-list li {
    overflow: hidden;
    margin-bottom: 20px;
}

.Outbound-exhibition-plan-list li a {
    font-size: 22px;
    color: #333333;
}

.Outbound-exhibition-plan-list li a .iconfont {
    margin-right: 10px;
    font-size: 28px;
    position: relative;
    top: -3px;
    color: #2C417B;
}

.Outbound-exhibition-plan-titler h3 {
    color: #2C417B;
    font-size: 22px;
    position: relative;
    padding-left: 20px;
    width: 60%;
}

.Outbound-exhibition-plan-titler h3:before {
    content: '';
    width: 9px;
    height: 40px;
    background-color: #2C417B;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Self-management-pic {
    padding: 0 40px;
    margin-top: 10px;
}

.Outbound-exhibition-plan-tanel {
    display: none;
}

.Outbound-exhibition-plan-wraper .active {
    display: block;
}

.contacts-typer {
    padding: 0 40px;
}

.contacts-typer span {
    font-size: 18px;
    color: #423d3d;
}

.contacts-typer span .iconfont {
    font-size: 22px;
    margin-right: 15px;
    color: #3883ce;
}

.contacts-typer span:first-child {
    margin-right: 50px;
}

.exhibition-introduction .info em {
    font-style: normal;
    margin-right: 10px;
}

.exhibition-introduction .info em .iconfont {
    font-size: 18px;
    margin-right: 5px;
    color: #3883ce;
}

.exhibition-introduction .info em:last-child {
    margin-right: 0;
}

.exhibition-introduction a:hover .iconfont, .exhibition-introduction .active a .iconfont {
    color: #fff;
}

.Outbound-exhibition-plan-wraper {
    position: relative;
}

.Exhibition-contact-xz {
    font-size: 16px;
    background-color: #2C417B;
}

.Exhibition-contact-xz {
    font-size: 16px;
    background-color: #2C417B;
    width: 120px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    position: absolute;
    right: 40px;
    top: 16px;
}

.Exhibition-contact-xz a {
    color: #fff;
}

.Outbound-exhibition-plan-titler {
    overflow: hidden;
    margin-bottom: 20px;
}

.Exhibition-contact-xz .iconfont {
    margin-right: 6px;
    font-size: 18px;
    vertical-align: middle;
}

.gywm_index .container ul img {
    width: 100%
}

@media (min-width: 1200px) {
    .gywm_index .leader-list .item {
        float: left;
        width: 21%;
        padding: 10px;
        overflow: hidden;
    }

    .gywm_index .leader-list .item img {
        width: 100%;
    }

    .gywm_index .leader-list {
        text-align: center;
    }

    .gywm_index .leader-list .item {
        float: none;
        display: inline-block;
        margin-left: 70px;
        margin-right: 70px;
    }

    .gywm_index table {
        margin: 0 auto;
        margin-top: 40px;
    }

    .gywm_index table tr {
        margin-bottom: 10px;
        display: block;
        width: 550px;
        font-size: 16px;
    }

    .gywm_index table tr td:first-child {
        width: 100px;
        text-align: left;
    }
}

.gywm_index .first-name-margin span:first-child {
    margin-left: 95px
}

@media (max-width: 570px) {
    .gywm_index .left-iphone-tel {
        text-align: left !important;
    }

    .gywm_index .first-name-margin span:first-child {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .gywm_index .left-iphone-tel span:first-child {
        width: 60px !important;
        float: left;
    }

    .gywm_index .left-iphone-tel span:last-child {
        display: inline-block;
        width: 79%;
    }

    .gywm_index table tr {
        margin-bottom: 10px;
        display: block;
        font-size: 16px;
    }

    .gywm_index table tr td:first-child {
        width: 80px;
        text-align: center;
    }
}

.zljs_index .exhibition-introduction .info p:nth-child(2) label {
    font-size: 14px;
}

.zljs_index .exhibition-introduction-three-titler {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.zljs_index .exhibition-introduction-three-titler li {
    float: left;
    font-size: 30px;
    cursor: pointer;
    padding: 5px 25px;
    background: #f2f5fc;
}

.zljs_index .xuanfu-bg {
    margin-bottom: 50px;
}

.zljs_index .exhibition-introduction-three-titler .active {
    background: #3883ce;
    color: #fff;
    border-radius: 5px;
}

.zljs_index .exhibition-introduction {
    display: none;
}

.zljs_index .exhibition-introduction-wrapen .active {
    display: block;
}

@media (max-width: 680px) {
    .zljs_index .exhibition-introduction .info p:first-child label b {
        white-space: inherit;
    }

    .zljs_index .exhibition-introduction-three-titler li {
        font-size: 18px;
        padding: 5px 12px;
    }

    .zljs_index .exhibition-introduction-three-titler {
        padding-bottom: 10px;
    }
}

.zljs_index #main .container {
    margin-top: 80px;
}

.zljs_index .header {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 1039;
}

.zljs_index .fixed {
    position: fixed;
    top: 80px;
    background: #f2f5fc;
    width: 100%;
    z-index: 999;
    padding: 30px 0;
    left: 50%;
    transform: translateX(-50%);
}

.ctr-plan::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.ctr-plan::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {
    background: #337AB7;
}

.ctr-plan::-webkit-scrollbar-button {
    display: block;
}

.ctr-plan::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
    background: -webkit-gradient(linear, right);
}

.ctr-plan::-webkit-scrollbar-track-piece {
    background: #FFF;
}


.plan-exp-wrap {
    background-color: #014ed6;
    padding: 0 12px;
    width: 200px;
    height: 36px;
    border-radius: 4px;
}

.plan-exp-sel {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    padding: 0 0 0 6px;
    background-color: #014ed6;
    border: none;
}

.plan-exp-sel option {
    background-color: #FFFFFF;
    color: #333333;
    cursor: pointer;
    line-height: 32px;
}

.plan-exp-sel option:hover {
    background-color: #F1F1F1 !important;
    color: #014ed6;
    line-height: 32px;
}

