#header {
    min-width: 1280px;
    height: 80px;
    padding: 0 0 0 40px;
    background-color: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header .logo {
    float: left;
    margin-top: 17px;
}

#header .R {
    float: right;
    height: 80px;
    padding-right: 40px;
    position: relative;
}

#header .R .navWrap {
    float: left;
    height: 80px;
}

#header .R .nav {
    float: left;
    height: 80px;
    position: relative;
}

#header .R .nav a {
    float: left;
    margin-right: 30px;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    color: #3b3730;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#header .R .nav .bor {
    width: 0;
    height: 0;
    border-top: 6px solid #4964c9;
    position: absolute;
    bottom: 0px;
}

#header .R .nav-su {
    position: absolute;
    left: 0;
    right: 0;
    top: 81px;
}

#header .R .nav-su .li {
    display: none;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    background-color: #000000 \0;
    height: 66px;
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
}

#header .R .nav-su .li a {
    float: left;
    margin-top: 26px;
    color: #c2baaa;
    font-size: 14px;
    margin-right: 28px;
    line-height: 1;
    transition: color 0.3s ease;
}

#header .R .nav-su .li a:hover {
    color: #f6d9b2;
}

#header .R .nav-su .li.uwo {
    display: none !important;
}

#header .R .language {
    float: left;
    width: 40px;
    height: 80px;
    position: relative;
    cursor: pointer;
}

#header .R .language a {
    font-size: 18px;
    color: #3b3730;
    line-height: 80px;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
}

#header .R .language a:hover {
    color: #1e4197;
}

#header .R .language h4 {
    line-height: 26px;
    text-indent: 12px;
    font-size: 15px;
    color: #1e4197;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-color: #FFF;
    /*border: 1px solid #d5bf95;*/
    position: relative;
    z-index: 20;
}

#header .R .language:before {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #757575;
    position: absolute;
    right: 11px;
    top: 46px;
    z-index: 30;
}

#header .R .language ul {
    display: none;
    width: 198px;
    height: 66px;
    background-color: #4964c9;
    padding: 0 20px;
    position: absolute;
    left: -90px;
    top: 80px;
    cursor: default;
}

#header .R .language ul li {
    float: left;
    margin-right: 24px;
    color: #edf2fd;
    padding-top: 22px;
    opacity: .5;
    filter: Alpha(50);

}

#header .R .language ul li.on {
    opacity: 1;
    filter: Alpha(100);
}

#header .R .language ul li em {
    font-family: 'Gilroy-Bold';
}

#header .R .search {
    float: left;
    padding: 0 20px;
    margin-right: -20px;
    height: 80px;
    position: relative;
}

#header .R .search .ic {
    margin-top: 29px;
}

#header .R .search .search_box {
    display: none;
    /*display: block !important;*/
    width: 238px;
    height: 66px;
    padding: 8px 20px;
    background: #4c4a4f;
    position: absolute;
    right: -20px;
    top: 80px;
}

#header .R .search .search_box input {
    width: 200px;
    border: none;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    color: #fff;
}

#header.afs {
    background-color: transparent;
}

/*#header.afs .R .nav a {*/
/*color: #72706c;*/
/*}*/
#header.afs .R .nav .bor {
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (max-width: 1320px) {
    #header {
        padding: 0 20px;
    }

    #header .R .nav a {
        margin-right: 25px;
    }
}

/*#ban .bd,#ban .bd ul,#ban .bd li{height:100% !important;}*/
/*#ban{overflow: hidden; position:relative; height:753px;}*/
#ban .bd li {
    position: relative;
}

#ban .bd .img {
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all .8s;
    transition: all .8s;
}

#ban .bd .txt {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1200px;
    margin-left: -600px;
    z-index: 5;
}

/*#ban .bd .ms-slide .txt1{-webkit-transform: translateX(200px); transform: translateX(200px); -webkit-transition: transform 1s .5s; transition: transform 1s .5s;}*/
#ban .bd .txt img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ban .bd .ms-slide.on .img {
    transform: scale(1.1);
}

/*#ban .bd .ms-slide.on .txt1{-webkit-transform: translateX(0); transform: translateX(0);}*/
#ban .next,
#ban .ms-nav-next,
#ban .prev,
#ban .ms-nav-prev {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99;
    cursor: pointer;
}

#ban .prev,
#ban .ms-nav-prev {
    left: 50px;
    background: url(/images/index/index-slider-prev.png) no-repeat 0 0;
}

#ban .next,
#ban .ms-nav-next {
    right: 50px;
    background: url(/images/index/index-slider-next.png) no-repeat 0 0;
}

#ban:hover .next,
#ban:hover .prev,
#ban .ms-nav-next,
#ban .ms-nav-prev {
    opacity: 1;
    filter: alpha(opacity=100);
}

#ban .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 80;
    cursor: pointer;
}

#ban .hd ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#ban .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    color: transparent;
    background-color: #FFF;
    margin-right: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

#ban .hd ul li.on {
    width: 40px;
    background-color: #d1a54c;
}

#ban .ms-bullets,
#masterslider2 .ms-bullets {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px !important;
    z-index: 80;
    cursor: pointer;
}

#ban .ms-bullets .ms-bullets-count,
#masterslider2 .ms-bullets .ms-bullets-count {
    position: static;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

#ban .ms-bullets .ms-bullets-count .ms-bullet,
#masterslider2 .ms-bullets-count .ms-bullet {
    float: none;
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    color: transparent;
    background-color: #FFF;
    margin-right: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

#ban .ms-bullets .ms-bullets-count .ms-bullet.ms-bullet-selected,
#masterslider2 .ms-bullets-count .ms-bullet.ms-bullet-selected {
    width: 30px;
    background-color: #d1a54c;
}

@-webkit-keyframes ban_fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes ban_fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.ban_fadeInUp {
    -webkit-animation-name: ban_fadeInUp;
    animation-name: ban_fadeInUp;
}



#footer {
    background: #fff;
    height: 110px;
    padding-top: 34px;
}

#footer a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer a:hover {
    color: #000;
}

#footer p {
    color: #868686;
    cursor: default;
}

#footer .L {
    float: left;
}

#footer .L .ul .li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

#footer .L .ul .li .ic {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#footer .L .ul .li p {
    display: inline-block;
}

#footer .L .ul .li em {
    font: 400 20px 'Montserrat';
    letter-spacing: -1px;
}

#footer .L .ul .li.i1 em {
    color: #d9ad56;
}

#footer .L .ul .li.i2 em {
    color: #3669c9;
}

#footer .R {
    float: right;
}

#footer .R .un {
    float: left;
    width: 320px;
    padding-top: 5px;
}

#footer .R .un p a {
    display: inline-block;
}

#footer .R .un p em {
    display: inline-block;
}

#footer .R .un p i {
    display: inline-block;
}

#footer .R .wx {
    float: left;
    position: relative;
}

#footer .R .wx:hover .pos {
    display: block;
}

#footer .R .wx .pos {
    display: none;
    width: 80px;
    height: 100px;
    position: absolute;
    left: -26px;
    bottom: 20px;
    z-index: 99;
}

.flsm-pop .close {
    position: absolute;
    right: 10px;
    top: -63px;
    cursor: pointer;
}

.flsm-pop .pop-cont {
    height: 612px;
    background: url(/images/flsm-pop-bg.jpg) no-repeat center top;
    padding: 70px;
}

.flsm-pop .pop-cont h2 {
    color: #004098;
    font-size: 20px;
    margin-bottom: 10px;
}

.flsm-pop .pop-cont h3 {
    color: #f1e5db;
    font: 300 30px/22px 'Gilroy-Bold';
    margin-bottom: 35px;
}

.flsm-pop .pop-cont h4 {
    color: #45454d;
    font-size: 16px;
    margin-bottom: 14px;
    margin-top: 30px;
}

.flsm-pop .pop-cont p {
    color: #a9a9a9;
}

.flsm-pop .pop-cont .cont {
    width: 840px;
}

#banner {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 80px;
    overflow: hidden;
}

#banner h2 {
    color: #fffffe;
    font: 54px/38px 'Gilroy-Bold';
    margin-top: 88px;
    letter-spacing: -1px;
}

#banner h2 em {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#banner h2.ri {
    text-align: right;
}

.banSlide {
    height: 470px;
    margin-top: 80px;
    position: relative;
}

.banSlide .bd li {
    height: 470px;
}

.banSlide .auto {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.banSlide .auto em {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.banSlide h2 {
    color: #fffffe;
    font: 54px/38px 'Gilroy-Bold';
    letter-spacing: -1px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
}

.banSlide h2 em {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.prev,
.next {
    transition: all .3s;
}

.banSlide .slideBox {
    position: relative;
}

.banSlide .slideBox:hover .prev,
.banSlide .slideBox:hover .next {
    opacity: 1;
}

.banSlide .slideBox .next,
.banSlide .slideBox .prev {
    display: none;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    opacity: 0;
}

.banSlide .slideBox .next {
    right: 50px;
    background: url(/images/about/abput4-cont1-next.png) no-repeat center top;
}

.banSlide .slideBox .prev {
    left: 50px;
    background: url(/images/about/abput4-cont1-prev.png) no-repeat center top;
}

.banSlide .slideBox .prev:hover {
    background: url(/images/about/abput4-cont1-prev-on.png) no-repeat center top;
}

.banSlide .slideBox .next:hover {
    background: url(/images/about/abput4-cont1-next-on.png) no-repeat center top;
}

#suNav {
    height: 50px;
    border-bottom: 1px solid #dcdddc;
}

#suNav ul {
    border-left: 1px solid #dcdddc;
}

#suNav ul:after {
    content: "";
    display: block;
    clear: both;
}

#suNav ul a[href='javascript:;'] {
    cursor: default;
}

#suNav ul li {
    float: left;
    width: 210px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #dcdddc;
    padding: 0 30px;
    position: relative;
}

#suNav ul li a {
    color: #3b3730;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#suNav ul li.uds {
    cursor: pointer;
}

#suNav ul li .po {
    display: none;
}

#suNav ul li.uds:before {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    background: url("/images/sunav-ic3.jpg") no-repeat 0 0;
    position: absolute;
    right: 30px;
    top: 21px;
    bottom: 0;
}

#suNav ul li.li img {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#suNav ul li.ic1 {
    width: 76px;
    text-align: center;
}

#suNav ul li.ic1 img {
    display: inline-block;
}

#suNav .uds-dd {
    display: none;
    width: 1275px;
    height: 49px;
    background-color: #f8ebda;
    position: absolute;
    left: 409px;
    top: 0;
}

#suNav .uds-dd .ul .li {
    float: left;
    line-height: 50px;
    margin-left: 30px;
    color: #b9b29f;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#suNav .uds-dd .ul .li:hover,
#suNav .uds-dd .ul .li.on {
    color: #3b3730;
}

.cH1 {
    color: #004098;
    font-size: 20px;
    line-height: 1;
}

.cH2 {
    color: #cda173;
    font: 400 26px/1 'Gilroy-Bold';
    margin-top: 14px;
}

.cH2 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.cMore {
    clear: both;
    display: block;
    height: 70px;
    background-color: #eee1cb;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    color: #928b7f;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cMore:hover {
    background-color: #4964c9;
    color: #FFF;
}

.index #index_slider {
    width: 100%;
    position: relative;
}

.index #index_slider .next,
.index #index_slider .prev {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.index #index_slider .prev {
    left: 50px;
    background: url(/images/index/index-slider-prev.png) no-repeat 0 0;
}

.index #index_slider .next {
    right: 50px;
    background: url(/images/index/index-slider-next.png) no-repeat 0 0;
}

.index #index_slider:hover .next,
.index #index_slider:hover .prev {
    opacity: 1;
    filter: alpha(opacity=100);
}

.index #index_slider .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.index #index_slider .hd ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.index #index_slider .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    color: transparent;
    background-color: #FFF;
    margin-right: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.index #index_slider .hd ul li.on {
    width: 40px;
    background-color: #d1a54c;
}

.index #index_slider .bd ul li {
    height: 860px;
    overflow: hidden;
}

.index #index_slider .bd ul li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index #index_slider .bd ul li .auto {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.index #index_slider .bd ul li .t1 {
    height: 30%;
    position: absolute;
    right: 0;
    top: -100px;
    bottom: 0;
    margin: auto;
}

.index #index_slider .bd ul li .t2 {
    height: 30%;
    position: absolute;
    right: 0;
    top: -100px;
    bottom: 0;
    margin: auto;
}

.index #index_slider .bd ul li.slide3 .bg {
    background-position: center top !important;
}

.index #index_slider .bd ul li .t3 {
    /*width: 893px; */
    /* height: 15%; */
    height: 130px;
    position: absolute;
    right: 0;
    left: 0;
    top: 84px;
    margin: auto;

}

@media (max-height: 800px) {
    .index #index_slider .bd ul li .t3 {
        top: 100px;
    }
}

@media (max-height: 700px) {
    .index #index_slider .bd ul li .t3 {
        height: 110px;
        top: 100px;
    }
}

.index #index_slider .bd ul li .t4 {

    position: absolute;
    left: 0;
    top: -220px;
    bottom: 0;
    margin: auto;
}


.index .cCont1 .tab_btn .btn,
.c2_tab .btn,
.index .cCont1 li a,
.index .cCont1 li a *,
.index .cCont1 li a:after {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1200 * {
    box-sizing: border-box;
}

.index .cCont1 {
    padding-bottom: 70px;
    background: #fff;
}

.index .cCont1 .tab_btn {
    text-align: center;
    font-size: 0;
    text-align: center;
    padding: 52px 0 32px;
}

.index .cCont1 .tab_btn .btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #cbc6b6;
    line-height: 40px;
    margin: 0 16px;
    cursor: pointer;
}

.index .cCont1 .tab_btn .btn:after {
    position: absolute;
    right: -17px;
    top: 9px;
    display: block;
    content: "";
    height: 22px;
    width: 3px;
    background: #e3dac4;
}

.index .cCont1 .tab_btn .btn:last-child:after {
    display: none;
}

.index .cCont1 .tab_btn .btn.on,
.index .cCont1 .tab_btn .btn:hover {
    color: #1d4098;
}

.index .cCont1 .bd {
    position: relative;
}

.index .cCont1 .bd .tempWrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    border-left: 1px solid #c7c4bc;
}

.index .cCont1 .bd .tempWrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    border-right: 1px solid #c7c4bc;
}

.index .cCont1 .bd ul {
    overflow: hidden;
}

.index .cCont1 .bd li {
    float: left;
}

.index .cCont1 .bd li:first-child a {
    border-left: 1px solid #c7c4bc;
}

.index .cCont1 li a {
    position: relative;
    z-index: 2;
    height: 234px;
    width: 400px;
    padding: 35px 40px 0;
    overflow: hidden;
    border: 1px solid #c7c4bc;
    border-left: 0 none;
}

.index .cCont1 li a:after {
    content: "";
    display: block;
    width: 102%;
    height: 102%;
    position: absolute;
    z-index: -1;
    left: -1px;
    top: 102%;
    background: #f3ede0;
}

.index .cCont1 .item {
    position: relative;
}

.index .cCont1 .item:after {
    display: block;
    height: 0;
    clear: both;
    content: "\200B";
}

.index .cCont1 .time {
    position: relative;
    font-size: 24px;
    color: #cbc6b6;
    line-height: 24px;
    font-family: 'Gilroy-Bold';
    margin-bottom: 14px;
}

.index .cCont1 .til {
    font-size: 18px;
    color: #6e6857;
    line-height: 24px;
    margin-bottom: 24px;
}

.index .cCont1 p {
    font-size: 14px;
    color: #989898;
    line-height: 22px;
}

.index .cCont1 .hd a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: #e3dac4 no-repeat center;
    -webkit-transition: none;
    transition: none;
}

.index .cCont1 .hd .prev {
    left: -100px;
    background-image: url("/images/index/prev.jpg");
    background-position: 0 top;
}

.index .cCont1 .hd .next {
    right: -100px;
    background-image: url("/images/index/next.jpg");
    background-position: -60px top;
}

.index .cCont1 .hd .prev {
    left: -100px;
    background-image: url("/images/index/prev.jpg");
    background-position: 0 top;
}

.index .cCont1 .hd .next {
    right: -100px;
    background-image: url("/images/index/next.jpg");
    background-position: -60px top;
}

.index .cCont1 li a:hover {
    border-color: #f3ede0;
}

.index .cCont1 li a:hover .time {
    color: #e8ce8d;
}

.index .cCont1 li a:hover .til {
    color: #1d4098;
}

.index .cCont1 li a:hover:after {
    top: -1px;
}

.index .cCont1 .hd .prev:hover {
    background-position: -60px top;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.index .cCont1 .hd .next:hover {
    background-position: 0 top;
    -webkit-transition: all .4s;
    transition: all .4s;
}



.about1 .cCont1 {
    padding: 80px 0 90px;
    background: url(/images/about/about1-cont1-bg.jpg) no-repeat center bottom;
}

.about1 .cCont1:after {
    content: "";
    display: block;
    clear: both;
}

.about1 .cCont1 .L {
    float: left;
    width: 480px;
}

.about1 .cCont1 .L .ti {
    margin-top: 37px;
}

.about1 .cCont1 .L .ti h3 {
    color: #415e86;
    font-size: 28px;
    margin-bottom: 10px;
}

.about1 .cCont1 .L .ti h4 {
    color: #cda173;
    font: 26px/20px 'Gilroy-Bold';
    margin-top: 10px;
}

.about1 .cCont1 .L .ti h4 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.about1 .cCont1 .L .inf {
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
}

.about1 .cCont1 .L .inf .ic {
    margin-top: 25px;
}

.about1 .cCont1 .L .inf .ic-in {
    display: none;
    position: absolute;
    left: 0;
    top: 3px;
}

.about1 .cCont1 .L .inf.up .ic-up {
    display: block;
}

.about1 .cCont1 .L .inf.down .ic-down {
    display: block;
}

.about1 .cCont1 .L .inf.down h3 {
    color: #9bc1a2;
}

.about1 .cCont1 .L .inf h2 {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 1;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-bottom: 5px;
}

.about1 .cCont1 .L .inf h3 {
    color: #ff1919;
    font: 400 33px/1 'Gilroy-Bold';
    line-height: 1;
    margin-bottom: 32px;
}

.about1 .cCont1 .L .inf h4 {
    color: #4c4c4c;
    font: 400 20px/1 'Gilroy-Bold';
}

.about1 .cCont1 .L .inf h5 {
    color: #4c4c4c;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.about1 .cCont1 .L .inf .ec {
    float: left;
    margin-right: 12px;
    margin-top: -3px;
}

.about1 .cCont1 .R {
    float: left;
    width: 660px;
}

.about1 .cCont1 .R .txt {
    padding-top: 78px;
}

.about1 .cCont1 .R .txt p {
    color: #5f5e5e;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-top: 14px;
}

.about1 .cCont2 {
    height: 489px;
    background: url(/images/about/about1-cont2-bg.jpg) no-repeat center top;
}

.about1 .cCont2 .cont {
    padding-top: 185px;
}

.about1 .cCont2 .cont .kon {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.about1 .cCont2 .cont .kon .ic-date {
    margin-left: 116px;
}

.about1 .cCont2 .cont .kon h2 {
    height: 20px;
    margin-top: -23px;
    color: #0977da;
    font-size: 19px;
    position: relative;
    z-index: 10;
}

.about1 .cCont2 .cont .kon h2 em {
    float: left;
    margin-right: 198px;
}

.about1 .cCont2 .cont .more {
    width: 200px;
    height: 44px;
    border: 1px solid #FFF;
    position: relative;
}

.about1 .cCont2 .cont .more .ic {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about1 .cCont2 .map {
    position: absolute;
    right: 0;
    top: 114px;
}

.about2 .cCont1 {
    height: 704px;
    background: url(/images/about/about2-cont1-1.jpg) no-repeat center top;
    padding-top: 80px;
    overflow: hidden;
}

.about2 .cCont1 .ti {
    margin-bottom: 50px;
}

.about2 .cCont1 .Cont:after {
    content: "";
    display: block;
    clear: both;
}

.about2 .cCont1 .Cont .le {
    float: left;
    width: 380px;
    margin-top: 84px;
}

.about2 .cCont1 .Cont .ri {
    float: right;
    width: 784px;
}

.about2 .cCont1 .Cont .ri .ic1 {
    margin-top: -6px;
}

.about2 .cCont1 .Cont .ri h3 {
    color: #d2c6b1;
    font: 400 24px/20px 'Gilroy-Bold';
    margin-top: 20px;
}

.about2 .cCont1 .Cont .ri .txt {
    margin-top: 14px;
}

.about2 .cCont1 .Cont .ri .txt p {
    margin-bottom: 9px;
    color: #5f5e5e;
}

.about2 .cCont1 .Cont .ri .ic2 {
    float: right;
}

.about2 .cCont2 {
    height: 454px;
    background: url(/images/about/about2-cont2-bg.jpg) no-repeat center top;
}

.about2 .cCont2 .L {
    float: left;
    width: 415px;
    padding: 54px 40px;
}

.about2 .cCont2 .L h2 {
    color: #004098;
    font-size: 20px;
    margin-bottom: 6px;
}

.about2 .cCont2 .L h2 em {
    color: #9e8c8c;
    font-size: 12px;
}

.about2 .cCont2 .L p {
    color: #5f646c;
    font-size: 16px;
}

.about2 .cCont2 .R {
    float: right;
    width: 784px;
    padding: 160px 0 0 240px;
    position: relative;
}

.about2 .cCont2 .R .tia {
    position: absolute;
    top: 85px;
    left: 106px;
}

.about2 .cCont2 .R p {
    color: #9e8b75;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.about3 .cCont1 {
    min-height: 938px;
    background: #fefefe url(../images/about/about3-cont1-bg.jpg) no-repeat center top;
    padding-top: 80px;
}

.about3 .cCont1 .Cont .kon-dd {
    position: relative;
}

.about3 .cCont1 .Cont .kon-dd .posImg {
    width: 387px;
    height: 437px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 51px;
}

.about3 .cCont1 .Cont .kon-dd .posBox .tip {
    width: 350px;
    height: 250px;
    position: absolute;
    left: 436px;
    top: -6px;
}

.about3 .cCont1 .Cont .kon-dd .posBox .tip h2 {
    color: #b8926d;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 13px;
}

.about3 .cCont1 .Cont .kon-dd .posBox .tip p {
    color: #5f5e5e;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.about3 .cCont1 .Cont .kon-dd .posBox .bim {
    width: 350px;
    position: absolute;
    left: 436px;
    top: 334px;
}

.about3 .cCont1 .Cont .kon-dd .posBox .bim:before {
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #dcc8ab;
    position: absolute;
    left: 0;
    top: -30px;
}

.about3 .cCont1 .Cont .kon-dd .posBox .bim:after {
    content: "";
    width: 0;
    height: 135px;
    box-sizing: border-box;
    border-left: 2px solid #dcc8ab;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    left: 4px;
    top: -163px;
}

.about3 .cCont1 .Cont .kon-dd .posBox .bim h3 {
    color: #5a6874;
    font-size: 20px;
    margin-bottom: 5px;
}

.about3 .cCont1 .Cont .kon-dd .posBox .bim h4 {
    color: #5a6874;
    font-size: 14px;
    margin-bottom: 22px;
}

.about3 .cCont1 .Cont .kon-dd .posBox .bim .txt {
    max-height: 245px;
    overflow: auto;
    box-sizing: content-box;
    padding-right: 15px;
    width: 100%;
}

.about3 .cCont1 .Cont .kon-dd .posBox .bim p {
    color: #5f5e5e;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-bottom: 14px;
}

.about3 .cCont1 .Cont .kon-dt {
    width: 256px;
    position: absolute;
    right: 0;
    top: 190px;
}

.about3 .cCont1 .Cont .kon-dt:before {
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #dcc8ab;
    position: absolute;
    left: 50px;
    bottom: -148px;
}

.about3 .cCont1 .Cont .kon-dt:after {
    content: "";
    width: 0;
    height: 135px;
    box-sizing: border-box;
    border-left: 2px solid #dcc8ab;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    left: 54px;
    bottom: -140px;
}

.about3 .cCont1 .Cont .kon-dt .li {
    float: left;
    width: 106px;
    height: 106px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 12px 10px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about3 .cCont1 .Cont .kon-dt .li:before {
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #144199;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.about3 .cCont1 .Cont .kon-dt .li.on:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.about3 .cCont1 .Cont .kon-dt .li:hover {
    transform: scale(1.04);
}

.about3 .cCont2 {
    height: 440px;
    background: url(/images/about/about3-cont2-bg.jpg) no-repeat center bottom -80px;
}

.about4 .cCont1 {
    height: 730px;
    overflow: hidden;
    background: url(/images/about/about4-cont1-bg.jpg) no-repeat center bottom;
}

.about4 .cCont1 .auto {
    padding-top: 80px;
    height: 730px;
}

.about4 .cCont1 .auto .ig {
    position: absolute;
    left: 510px;
    bottom: -22px;
}

.about4 .cCont1 .ti {
    margin-bottom: 50px;
}

.about4 .cCont1 .daSliderWrap {
    width: 1200px;
    height: 400px;
    overflow: hidden;
}

.about4 .cCont1 .daSliderWrap .slideBox {
    width: 1300px;
    height: 260px;
    position: relative;
}

.about4 .cCont1 .daSliderWrap .slideBox .bd li {
    float: left;
    width: 325px;
    height: 250px;
    position: relative;
}

.about4 .cCont1 .daSliderWrap .slideBox .bd li .box {
    width: 240px;
    max-height: 250px;
    padding-left: 26px;
    padding-bottom: 20px;
    background: url(/images/about/abput4-cont1-slider-bor.png) no-repeat left top;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about4 .cCont1 .daSliderWrap .slideBox .bd li .box h3 {
    color: #edb245;
    font: 36px/27px 'Gilroy-Bold';
    margin: -14px 0 14px;
}

.about4 .cCont1 .daSliderWrap .slideBox .bd li .box p {
    color: #5f5e5e;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.about4 .cCont1 .daSliderWrap .slideBox .bd li .box .txt {
    width: 214px;
    box-sizing: content-box;
    padding-right: 12px;
    max-height: 168px;
    overflow: auto;
}

.about4 .cCont1 .daSliderWrap .slideBox .bd li .box .txt::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.about4 .cCont1 .daSliderWrap .slideBox .bd li .box .txt::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.about4 .cCont1 .daSliderWrap .slideBox .next,
.about4 .cCont1 .daSliderWrap .slideBox .prev {
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: -56px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 50;
}

.about4 .cCont1 .daSliderWrap .slideBox .next {
    background: url(/images/about/abput4-cont1-next.png) no-repeat center top;
    left: 66px;
}

.about4 .cCont1 .daSliderWrap .slideBox .next:hover {
    background: url(/images/about/abput4-cont1-next-on.png) no-repeat center top;
}

.about4 .cCont1 .daSliderWrap .slideBox .prev {
    background: url(/images/about/abput4-cont1-prev.png) no-repeat center top;
    left: 0px;
}

.about4 .cCont1 .daSliderWrap .slideBox .prev.on,
.about4 .cCont1 .daSliderWrap .slideBox .prev:hover {
    background: url(/images/about/abput4-cont1-prev-on.png) no-repeat center top;
}

.about5 .cCont1 {
    padding-top: 80px;

}

.about5 .cCont1 .ti {
    margin-bottom: 70px;
}

.about5 .cCont1 .list-cont {
    width: 1260px;
}

.about5 .cCont1 .list-cont h4 {
    float: left;
    box-sizing: border-box;
    width: 151px;
    height: 138px;
    background: url("/images/about/about5-cont1-list-ic.png") no-repeat 0 0;
    margin-right: 59px;
    text-align: center;
    color: #da9e34;
    font-size: 16px;
    line-height: 22px;
    padding-top: 31px;
    margin-bottom: 50px;
}

.about5 .cCont2 {
    height: 530px;
    background: url('/images/about/about5-cont2-bg.jpg') no-repeat center top;
}

.about5 .cCont2 .le {
    float: left;
}

.about5 .cCont2 .le h2 {
    padding-top: 60px;
    line-height: 1;
    margin-bottom: 62px;
    color: #ccb999;
    font: 30px 'Gilroy-Bold';

}

.about5 .cCont2 .le h2 em {
    color: #ff2a2a;
}

.about5 .cCont2 .le .list {
    float: left;
    width: 322px;
    height: 304px;
    /*overflow: auto;*/
    border-left: 2px solid #f1e7d5;
    padding-left: 20px;
    margin-left: 8px;
    position: relative;
}

.about5 .cCont2 .le .list .cont {
    height: 304px;
    overflow: auto;
    padding-right: 12px;
}

.about5 .cCont2 .le .list:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("/images/about/about5-cont2-list-ic.png") no-repeat 0 0;
    position: absolute;
    left: -9px;
    top: -20px;
}

.about5 .cCont2 .le .list:before {
    content: "";
    display: block;
    width: 304px;
    height: 0;
    border-top: 2px solid #f1e7da;
    position: absolute;
    left: 12px;
    top: -13px;
}

.about5 .cCont2 .le .list p {
    color: #938166;
    line-height: 20px;
    margin-bottom: 5px;
}

.about5 .cCont2 .ri {
    float: right;
    width: 457px;
    height: 530px;
}

.about5 .cCont2 .ri .box {
    width: 457px;
    height: 530px;
    background: url("/images/about/about5-cont2-ri2.jpg") no-repeat 0 0;
    padding: 385px 30px 0;
}

.about5 .cCont2 .ri .box h5 {
    color: #fff1c1;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.about5 .cCont2 .ri .box h6 em {
    color: #dd904b;
    font: 26px/20px 'Montserrat';
    opacity: .16;
    filter: Alpha(16);
    letter-spacing: -1px;
}



.about6 {
    min-height: 70px;
    position: relative;
}

.about6:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.about6 .cCont1 {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(/images/about/about6-cont1-bg-new.jpg) no-repeat center bottom;
}

.about6 .cCont1 p {
    color: #999999;
}

.about6 .cCont1 .L {
    float: left;
    width: 480px;
}

.about6 .cCont1 .L .cH2 {
    margin-bottom: 30px;
}

.about6 .cCont1 .L h3 {
    color: #0d4098;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.about6 .cCont1 .R {
    float: right;
    width: 660px;
    min-height: 300px;
    padding-top: 74px;
}

.about6 .cCont1 .R p {
    margin-top: 14px;
}

.about6 .cCont2 {
    height: 491px;
    background: url(/images/about/about6-cont2-bg.jpg) no-repeat center top;
}

.about6 .cCont2 .L {
    width: 842px;
    height: 419px;
    background: url(/images/about/about6-cont2-le-bg-new.png) no-repeat 0 0;
    position: absolute;
    left: -360px;
    top: 36px;
}

.about6 .cCont2 .L .ic-r {
    display: none;
    position: absolute;
    right: 24px;
    bottom: 0;
}

.about6 .cCont2 .L .cont {
    float: right;
    width: 482px;
    position: relative;
    z-index: 30;
}

.about6 .cCont2 .L .cont h2 {
    color: #f6d08a;
    font: 30px/26px 'Gilroy-Bold';
    margin-bottom: 14px;
    padding-top: 90px;
    margin-top: -10px;
}

.about6 .cCont2 .L .cont h3 span {
    line-height: 1;
    display: inline-block;
}

.about6 .cCont2 .L .cont h3 {
    color: #fefefe;
    font-size: 36px;
    line-height: 1 !important;
    /* margin-bottom: 20px; */
    margin-top: -10px;
    letter-spacing: 10px;
    font-weight: 300;
}

.about6 .cCont2 .L .cont h4 {
    color: #865905;
    font-size: 16px;
    margin-top: 20px;
}

.about6 .cCont2 .R {
    float: right;
    width: 660px;
    position: absolute;
    right: 160px;
    top: 0;
}

.about6 .cCont2 .R .bow {
    width: 332px;
    height: 332px;
    position: absolute;
    right: 0;
    top: 60px;
}

.about6 .cCont2 .R .bow .ip1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.about6 .cCont2 .R .bow .ip2 {
    position: absolute;
    left: 0;
    top: 0;
}

.about6 .cCont2 .R .bow .li {
    width: 220px;
    position: absolute;
}

.about6 .cCont2 .R .bow .li h3 {
    color: #004098;
    font-size: 18px;
}

.about6 .cCont2 .R .bow .li h4 {
    color: #636e72;
    font-size: 14px;
}

.about6 .cCont2 .R .bow .li.i1 {
    text-align: right;
    right: 277px;
    top: 50px;
}

.about6 .cCont2 .R .bow .li.i1 .bor {
    position: absolute;
    right: -35px;
    top: 20px;
}

.about6 .cCont2 .R .bow .li.i2 {
    left: 276px;
    top: 50px;
}

.about6 .cCont2 .R .bow .li.i2 .bor {
    position: absolute;
    left: -35px;
    top: 20px;
}

.about6 .cCont2 .R .bow .li.i3 {
    left: 308px;
    top: 182px;
}

.about6 .cCont2 .R .bow .li.i3 .bor {
    position: absolute;
    left: -35px;
    top: 20px;
}

.about6 .cCont2 .R .bow .li.i4 {
    left: 124px;
    top: 305px;
}

.about6 .cCont2 .R .bow .li.i4 .bor {
    position: absolute;
    top: -24px;
    left: 39px;
}

.about6 .cCont2 .R .bow .li.i5 {
    text-align: right;
    right: 308px;
    top: 182px;
}

.about6 .cCont2 .R .bow .li.i5 .bor {
    position: absolute;
    right: -35px;
    top: 20px;
}

.about6 .cCont3 {
    height: 668px;
    background: url(/images/about/about6-cont3-bg.jpg) no-repeat center top;
}

.about6 .cCont3 .Tit {
    text-align: center;
    padding: 100px 0 70px;
    line-height: 1;
}

.about6 .cCont3 .Tit h2 {
    float: left;
    font-size: 20px;
    color: #9d8f82;
    cursor: pointer;
}

.about6 .cCont3 .Tit h2.i1 {
    margin: 0 65px 0 330px;
}

.about6 .cCont3 .Tit h2.on {
    color: #004098;
}

.about6 .cCont3 .list-bt .li {
    height: 59px;
    margin-bottom: 16px;
}

.about6 .cCont3 .list-bt .li em {
    display: block;
    width: 72px;
    height: 59px;
}

.about6 .cCont3 .list-bt .li p {
    display: table-cell;
    vertical-align: middle;
    height: 59px;
    color: #999;
}

.about6 .cCont3 .list-bt .le {
    float: left;
    width: 400px;
}

.about6 .cCont3 .list-bt .le p {
    width: 308px;
    text-align: right;
}

.about6 .cCont3 .list-bt .le em {
    float: right;
    background: url(/images/about/about6-cont3-nu1.png) no-repeat 0 0;
}

.about6 .cCont3 .list-bt .ri {
    float: right;
    width: 440px;
}

.about6 .cCont3 .list-bt .ri p {
    width: 350px;
    text-align: left;
}

.about6 .cCont3 .list-bt .ri em {
    float: left;
    margin-right: 20px;
    background: url(/images/about/about6-cont3-nu2.png) no-repeat 0 0;
}

.about6 .cCont3 .list-bt em.n1 {
    background-position: 0 0;
}

.about6 .cCont3 .list-bt em.n2 {
    background-position: 0 -74px;
}

.about6 .cCont3 .list-bt em.n3 {
    background-position: 0 -148px;
}

.about6 .cCont3 .list-bt em.n4 {
    background-position: 0 -222px;
}

.about6 .cCont3 .list-bt em.n5 {
    background-position: 0 -296px;
}

.about6 .cCont3 .list-bt em.n6 {
    background-position: 0 0;
}

.about6 .cCont3 .list-bt em.n7 {
    background-position: 0 -74px;
}

.about6 .cCont3 .list-bt em.n8 {
    background-position: 0 -148px;
}

.about6 .cCont3 .list-bt em.n9 {
    background-position: 0 -222px;
}

.about6 .cCont3 .list-bt em.n10 {
    background-position: 0 -296px;
}

.about7 .cCont1 {
    background: url(/images/about/about7-cont1-bg-new.jpg) no-repeat left bottom;
}

.about7 .cCont1 .auto {
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.about7 .cCont1 .auto:after {
    content: "";
    display: block;
    clear: both;
}

.about7 .cCont1 .auto .L {
    float: left;
    width: 392px;
}

.about7 .cCont1 .auto .L .txt {
    margin-top: 35px;
}

.about7 .cCont1 .auto .L .txt p {
    color: #8f8e8e;
}

.about7 .cCont1 .auto .R {
    float: right;
    width: 660px;
    padding-top: 80px;
    margin-top: 16px;
}

.about7 .cCont1 .auto .R p {
    color: #8f8e8e;
    margin-bottom: 16px;
}

.about7 .cCont1 .auto .R .txt {
    box-sizing: content-box;
    width: 100%;
    padding-right: 15px;
    height: 268px;
    overflow: auto;
}

.about7 .cCont2 {
    height: 489px;
    background: url(/images/about/about7-cont2-bg.jpg) no-repeat center top;
    padding-top: 94px;
}

.about7 .cCont2 .Cont {
    height: 300px;
}

.about7 .cCont2 .Cont .L {
    float: left;
    width: 490px;
}

.about7 .cCont2 .Cont .L .ic {
    float: left;
    margin-right: 30px;
}

.about7 .cCont2 .Cont .L h2 {
    color: #fe5843;
    font-size: 36px;
    font-weight: 300;
    margin: 50px 0 -10px;
    line-height: 1;
    position: relative;
    z-index: 20;
}

.about7 .cCont2 .Cont .L h2 em {
    margin-right: 22px;
}

.about7 .cCont2 .Cont .L h3 {
    color: #f1e4d7;
    font: 300 40px/1 'Rubik';
    letter-spacing: -2px;
}

.about7 .cCont2 .Cont .R {
    clear: both;
    width: 590px;
    padding-top: 25px;
}

.about7 .cCont2 .Cont .R h3 {
    color: #b1a385;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 20px;
}

.about7 .cCont2 .Cont .R p {
    color: #999;
}

.about7 .cCont3 {
    height: 490px;
}

.about7 .cCont3 .L {
    float: left;
    width: 902px;
    padding-right: 100px;
    height: 490px;
    padding-top: 50px;
    margin-left: -360px;
    background: #6c9c71 url(../images/about/about7-cont3-le-bg.jpg) no-repeat right 50px bottom;
}

.about7 .cCont3 .L .cont {
    float: right;
    width: 444px;
}

.about7 .cCont3 .L .cont .ow-dd {
    height: 290px;
    position: relative;
}

.about7 .cCont3 .L .cont .ow-dd h2 {
    color: #f9f2e8;
    font-size: 36px;
    margin-bottom: -20px;
    line-height: 1;
    position: relative;
    z-index: 20;
}

.about7 .cCont3 .L .cont .ow-dd h3 {
    color: #7dae82;
    font: 56px/41px 'Rubik';
    letter-spacing: -3px;
    margin-bottom: 18px;
}

.about7 .cCont3 .L .cont .ow-dd p {
    color: #cfd8c5;
}

.about7 .cCont3 .L .cont .ow-dd .ic {
    display: none;
    position: absolute;
    left: -97px;
    top: -2px;
}

.about7 .cCont3 .L .cont .ow-dt {
    padding-top: 35px;
    margin-top: 35px;
    position: relative;
}

.about7 .cCont3 .L .cont .ow-dt:before {
    content: "";
    width: 800px;
    height: 0;
    border-top: 2px solid #7dae82;
    position: absolute;
    left: -360px;
    top: 0;
}

.about7 .cCont3 .L .cont .ow-dt .li {
    float: left;
    margin-right: 48px;
    color: #7dae82;
    font-size: 22px;
    cursor: pointer;
}

.about7 .cCont3 .L .cont .ow-dt .li.on {
    color: #e1e2d4;
}

.about7 .cCont3 .R {
    float: right;
    width: 1018px;
    height: 490px;
    margin-right: -360px;
    overflow: hidden;
    background-color: #6c9c71;
}

.about7 .cCont3 .R img {
    width: 100%;
}

.news1 .cCont1 {
    height: 840px;
    background: url(/images/news/news1-cont1-bg.jpg) no-repeat center bottom;
    padding-top: 80px;
}

.news1 .cCont1 .list-card {
    width: 1230px;
    margin-top: 54px;
}

.news1 .cCont1 .list-card .li {
    float: left;
    width: 380px;
    height: 518px;
    background-color: #FFF;
    margin-right: 30px;
    position: relative;
}

.news1 .cCont1 .list-card .li:before {
    content: "";
    background: url(/images/news/news-list-bor.png) no-repeat 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.news1 .cCont1 .list-card .li:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.news1 .cCont1 .list-card .li:hover .cont h4 {
    color: #2a63b0;
}

.news1 .cCont1 .list-card .li .img {
    height: 260px;
    overflow: hidden;
}

.news1 .cCont1 .list-card .li .img img {
    width: 100%;
}

.news1 .cCont1 .list-card .li .cont {
    height: 258px;
    padding: 50px 30px;
    border: 2px solid #f1f1ea;
    border-top: none;
    position: relative;
}

.news1 .cCont1 .list-card .li .cont h3 {
    color: #515861;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.news1 .cCont1 .list-card .li .cont h4 {
    color: #dcb871;
    font: 300 24px/20px 'Gilroy-Bold';
    position: absolute;
    left: 30px;
    bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news1 .cCont1 .list-card .li .cont .txt p {
    color: #808080;
}

.news1 .cCont2 {
    padding-bottom: 100px;
    min-height: 70px;
    position: relative;
}

.news1 .cCont2:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.news1 .cCont2 .auto {
    margin-top: -30px;
    background-color: #FFF;
    padding-top: 70px;
}

.news1 .cCont2 .L {
    float: left;
    width: 820px;
    padding-right: 40px;
    border-right: 2px solid #eeebe6;
}

.news1 .cCont2 .L .news-list .dl {
    height: 100px;
    overflow: hidden;
    margin-bottom: 40px;
}

.news1 .cCont2 .L .news-list .dl .dt {
    float: left;
    width: 102px;
    height: 102px;
    padding: 25px 20px;
    background-color: #f6f6f6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news1 .cCont2 .L .news-list .dl .dt h4 {
    color: #cacacc;
    font: 300 24px/1 'Gilroy-Bold';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news1 .cCont2 .L .news-list .dl .dt h4 em {
    font-size: 20px;
}

.news1 .cCont2 .L .news-list .dl .dd {
    float: right;
    width: 640px;
    height: 100px;
    border-bottom: 2px solid #f6f2ec;
}

.news1 .cCont2 .L .news-list .dl .dd h3 {
    color: #515861;
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news1 .cCont2 .L .news-list .dl .dd .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news1 .cCont2 .L .news-list .dl .dd .txt p {
    color: #808080;
}

.news1 .cCont2 .L .news-list .dl:hover .dt {
    background-color: #e7b353;
}

.news1 .cCont2 .L .news-list .dl:hover .dt h4 {
    color: #FFF;
}

.news1 .cCont2 .L .news-list .dl:hover .dd h3 {
    color: #2a62b0;
}

.news1 .cCont2 .R {
    float: right;
    width: 380px;
    padding-top: 105px;
}

.news1 .cCont2 .R .sex-box {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 16px;
}

.news1 .cCont2 .R .sex-box h5 {
    color: #7b7571;
    padding-bottom: 15px;
    padding-left: 30px;
    background: url(/images/news/news-date-ic.png) no-repeat left 2px;
}

.news1 .cCont2 .R .sex-box ul li {
    display: inline-block;
    color: #b8b9ba;
    font: 300 20px/1 'Gilroy-Bold';
    margin-right: 14px;
    cursor: pointer;
}

.news1 .cCont2 .R .sex-box ul li em {
    font-family: 'Microsoft YaHei';
}

.news1 .cCont2 .R .sex-box ul li.on {
    color: #e2a739;
}

.news1 .cCont2 .R .searchBox {
    padding-left: 30px;
    background-color: #f6f6f6;
}

.news1 .cCont2 .R .searchBox input {
    width: 240px;
    height: 80px;
    padding-left: 40px;
    background: url(/images/news/news-search-ic.png) no-repeat left center;
}

.news2 {
    background: url(/images/news/news2-cont1-bg.jpg) no-repeat center bottom;
    padding-top: 80px;
}

.news2 .cCont1 {
    padding-bottom: 154px;
    background: url(/images/about/news2-cont1-bg.jpg) no-repeat center bottom;
}

.news2 .cCont1 .video-card {
    padding-top: 50px;
    width: 1230px;
}

.news2 .cCont1 .video-card:after {
    content: "";
    display: block;
    clear: both;
}

.news2 .cCont1 .video-card .li {
    float: left;
    width: 390px;
    height: 370px;
    margin-right: 15px;
    margin-bottom: 20px;
    background: url(/images/news/news2-cont1-v-bg.jpg) no-repeat center top;
}

.news2 .cCont1 .video-card .li .img {
    height: 230px;
    overflow: hidden;
    margin: 16px 16px 0;
    position: relative;
}

.news2 .cCont1 .video-card .li .img:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background: url(/images/news/news2-v-ic1.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news2 .cCont1 .video-card .li:hover .img:before {
    transform: scale(1.2);
}

.news2 .cCont1 .video-card .li .cont {
    padding: 30px 24px 0;
    color: #95897f;
    font-size: 16px;
}

.news3 {
    min-height: 70px;
    position: relative;
}

.news3:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.news3 .cCont1 {
    background: url(/images/news/news3-cont1-bg.jpg) no-repeat center 170px;
    min-height: 735px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.news3 .cCont1 .Cont {
    width: 1280px;
    margin-left: -30px;
    margin-top: 160px;
    background-color: #FFF;
    padding: 40px 30px;
}

.news3 .cCont1 .Cont .ovs-dt {
    /*width: 420px;*/
    text-align: center;
    height: 50px;
    margin: 0 auto 30px;
}

.news3 .cCont1 .Cont .ovs-dt .li {
    display: inline-block;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #cabeb4;
    font-size: 20px;
    border: 1px solid #dedede;
    margin-left: -1px;
    cursor: pointer;
}

.news3 .cCont1 .Cont .ovs-dt .li.on {
    color: #004098;
}

.news3 .cCont1 .Cont .date-cont {
    margin-bottom: 25px;
    text-align: center;
}

.news3 .cCont1 .Cont .date-cont a {
    display: inline-block;
    margin: 0 5px;
    color: #cabeb4;
    font: 300 18px/1 'Gilroy-Bold';
}

.news3 .cCont1 .Cont .date-cont a.on {
    color: #004098;
}

.news3 .cCont1 .Cont .card-kda {
    width: 1275px;
}

.news3 .cCont1 .Cont .card-kda .li {
    float: left;
    width: 350px;
    margin-bottom: 40px;
    margin-right: 75px;
    background: url(/images/news/news3-lts-shaw.png) no-repeat center top 245px;
}

.news3 .cCont1 .Cont .card-kda .li .cont {
    width: 250px;
    height: 400px;
    margin: auto;
}

.news3 .cCont1 .Cont .card-kda .li .cont .img {
    height: 340px;
    overflow: hidden;
    border: 2px solid #e8e1d5;
}

.news3 .cCont1 .Cont .card-kda .li .cont .img img {
    width: 100%;
}

.news3 .cCont1 .Cont .card-kda .li .cont h4 {
    color: #95897f;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.news3 .cCont1 .Cont .card-kda .li .cont h4 em {
    color: #ff3000;
    font: 30px 'Rubik';
    vertical-align: middle;
}

.news3 .cCont1 .Cont .card-hua {
    width: 1280px;
}

.news3 .cCont1 .Cont .card-hua .li {
    float: left;
    width: 560px;
    height: 305px;
    margin-bottom: 30px;
    margin-right: 80px;
}

.news3 .cCont1 .Cont .card-hua .li .img {
    box-shadow: 0 10px 20px 1px #f2ece1;
}

.news3 .cCont1 .Cont .card-hua .li h4 {
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #95928f;
    font-size: 18px;
}

.news1-data .cCont1 {
    padding-top: 80px;
    padding-bottom: 100px;
    min-height: 70px;
    position: relative;
}

.news1-data .cCont1:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.news1-data .cCont1 .L {
    float: left;
    width: 760px;
}

.news1-data .cCont1 .L .Tit {
    padding-bottom: 22px;
    border-bottom: 2px solid #76ab7c;
    margin-bottom: 30px;
}

.news1-data .cCont1 .L .Tit h4 {
    color: #2a62b0;
    font: 30px/1 'Gilroy-Bold';
    line-height: 1;
    margin-bottom: 14px;
}

.news1-data .cCont1 .L .Tit h1 {
    color: #515861;
    font-size: 26px;
    min-height: 60px;
    margin-bottom: 10px;
    line-height: 30px;
}

.news1-data .cCont1 .L .Tit .bit:after {
    content: "";
    /*overflow: hidden;*/
    display: block;
    clear: both;
}

.news1-data .cCont1 .L .Tit .bit .soi {
    float: left;
}

.news1-data .cCont1 .L .Tit .bit .soi li {
    display: inline-block;
    color: #9b9894;
    margin-right: 15px;
}

.news1-data .cCont1 .L .Tit .bit .soi li em {
    font-family: 'Rubik';
}

.news1-data .cCont1 .L .Tit .bit .set-fontSize {
    float: right;
}

.news1-data .cCont1 .L .Tit .bit .set-fontSize em {
    color: #9b9894;
    vertical-align: middle;
    margin-right: 5px;
}

.news1-data .cCont1 .L .Tit .bit .set-fontSize .ts {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.news1-data .cCont1 .L .Tit .bit .set-fontSize .tx {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.news1-data .cCont1 .L .Cont span,
.news1-data .cCont1 .L .Cont p {
    color: #808080;
    margin-bottom: 14px;
    line-height: 1.72;
}

.news1-data .cCont1 .L .Cont span {
    font-size: inherit !important;
}

.news1-data .cCont1 .L .Cont img {
    display: inline-block;
    /*margin: 30px 0;*/
}

.news1-data .cCont1 .R {
    float: right;
    width: 400px;
}

.news1-data .cCont1 .R .Tit {
    height: 163px;
    padding: 80px 0 22px;
    border-bottom: 2px solid #76ab7c;
    margin-bottom: 30px;
}

.news1-data .cCont1 .R .Tit h2 {
    color: #004098;
    font-size: 20px;
    margin-bottom: 10px;
}

.news1-data .cCont1 .R .Tit h3 {
    color: #cda173;
    font: 26px/1 'Gilroy-Bold';
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.news1-data .cCont1 .R .co-box .dl {
    overflow: hidden;
    height: 70px;
    margin-bottom: 20px;
}

.news1-data .cCont1 .R .co-box .dl .dt {
    float: left;
    width: 70px;
    height: 70px;
    background-color: #faf8f6;
    padding: 14px 12px;
    margin-right: 20px;
}

.news1-data .cCont1 .R .co-box .dl .dt h4 {
    color: #dcb871;
    font: 26px/20px 'Gilroy-Bold';
}

.news1-data .cCont1 .R .co-box .dl .dt h4 em {
    font-size: 13px;
}

.news1-data .cCont1 .R .co-box .dl .dd {
    float: left;
    width: 250px;
    height: 70px;
}

.news1-data .cCont1 .R .co-box .dl .dd h3 {
    width: 250px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    color: #515861;
    font-size: 16px;
}

.news1-data .cCont1 .R .skd-btn {
    height: 60px;
    margin-top: 40px;
    border: 2px solid #f4eeee;
}

.news1-data .cCont1 .R .skd-btn a {
    float: left;
    width: 33.3333%;
    height: 56px;
    box-sizing: border-box;
    background-image: url(/images/news/news-data-ri-bs-ic.png);
    line-height: 56px;
    background-attachment: no-repeat;
    position: relative;
    color: #9b9894;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news1-data .cCont1 .R .skd-btn a:hover {
    background-image: url(/images/news/news-data-ri-bs-ic-on.png);
    color: #004098;
}

.news1-data .cCont1 .R .skd-btn .prev {
    background-position: left center;
    padding-left: 56px;
}

.news1-data .cCont1 .R .skd-btn .prev:before {
    content: '';
    width: 0;
    height: 26px;
    border-left: 2px solid #f4eeee;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news1-data .cCont1 .R .skd-btn .next {
    background-position: -130px center;
    padding-left: 30px;
}

.news1-data .cCont1 .R .skd-btn .return {
    background-position: -260px center;
    border-left: 2px solid #f4eeee;
}

.industry1 .cCont1 {
    padding-top: 80px;
    padding-bottom: 70px;
    min-height: 420px;
    background: url(/images/industry/industry1-cont1-bg.jpg) no-repeat center bottom;
}

.industry1 .cCont1 .L {
    float: left;
    width: 460px;
}

.industry1 .cCont1 .L .cont {
    margin-top: 30px;
}

.industry1 .cCont1 .L .cont h3 {
    color: #0d4098;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

.industry1 .cCont1 .L .cont h3 em {
    font-family: 'Gilroy-Bold';
}

.industry1 .cCont1 .L .cont h4 {
    color: #cda173;
    font: 26px/1 'Gilroy-Bold';
    margin-bottom: 10px;
}

.industry1 .cCont1 .L .cont h4 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.industry1 .cCont1 .L .cont p {
    color: #808080;
}

.industry1 .cCont1 .R {
    float: right;
    width: 670px;
    padding-top: 70px;
}

.industry1 .cCont1 .R p {
    color: #808080;
    margin-top: 14px;
}

.industry1 .cCont2 {
    /*height: 570px;*/
    /*background: url(/images/industry/industry1-cont2-bg.jpg) no-repeat center top;*/
}

.industry1 .cCont2 .bd li {
    /*height: 800px;*/
    margin-bottom: -1px;
    position: relative;
}

.industry1 .cCont2 .bd li .tit {
    height: 308px;
    background: url("/images/industry/industry1-cont-sinslide-tit.png") repeat-x 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.industry1 .cCont2 .bd li .tit h4 {
    width: 1200px;
    margin: auto;
    padding-left: 35px;
    height: 30px;
    background: url("/images/industry/industry1-cont-sinslide-tit-ic.png") no-repeat 0 2px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}

.industry1 .cCont2 .bd li .tit h4 em {
    display: inline-block;
    margin-right: 20px;
}

.industry1 .cCont2 .slideBox {
    position: relative;
    overflow: hidden;
}

.industry1 .cCont2 .slideBox .next,
.industry1 .cCont2 .slideBox .prev {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.industry1 .cCont2 .slideBox .next {
    right: 50px;
    background: url(/images/about/abput4-cont1-next.png) no-repeat center top;
}

.industry1 .cCont2 .slideBox .prev {
    left: 50px;
    background: url(/images/about/abput4-cont1-prev.png) no-repeat center top;
}

.industry1 .cCont2 .slideBox .prev:hover {
    background: url(/images/about/abput4-cont1-prev-on.png) no-repeat center top;
}

.industry1 .cCont2 .slideBox .next:hover {
    background: url(/images/about/abput4-cont1-next-on.png) no-repeat center top;
}

.industry1 .cCont3 {
    height: 700px;
    background: url(/images/industry/industry1-cont3-bg.jpg) no-repeat center top;
}

.industry1 .cCont3 .L {
    float: left;
    width: 520px;
    margin-top: 232px;
    margin-left: 365px;
    /* margin-right: auto; */
}

.industry1 .cCont3 .L h2 {
    color: #ebcb98;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
}

.industry1 .cCont3 .L p {
    color: #c9e1bb;
}

.industry1 .cCont3 .L .nukont {
    margin-top: 34px;
}

.industry1 .cCont3 .L .nukont .li {
    float: left;
    margin-left: 80px;
}

.industry1 .cCont3 .L .nukont .li h5 {
    color: #ebcb98;
    font-size: 14px;
    line-height: 1;
}

.industry1 .cCont3 .L .nukont .li h5 em {
    font-size: 36px;
    font-family: 'Rubik';
}

.industry1 .cCont3 .L .nukont .i1 {
    margin-left: 0;
}

.industry1 .cCont3 .svgMapWrap .map {
    float: right;
}

.industry1 .cCont3 .svgMapWrap {
    /*padding-right: 50px;*/
    position: absolute;
    right: 0;
    top: 65px;
}

.industry1 .cCont3 .svgMapWrap .map-pos {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.industry1 .cCont3 .svgMapWrap .map-pos .li[data-map='heilongjiang'].on a,
.industry1 .cCont3 .svgMapWrap .map-pos .li[data-map='neimongol'].on a {
    font-size: 12px;
}

.industry1 .cCont3 .svgMapWrap .map-pos .li.on a {
    width: 38px;
    height: 42px;
    text-align: center;
    line-height: 38px;
    background: url("/images/industry1-map-ic.png") no-repeat center;
    position: relative;
    top: -20px;
    left: -10px;
    color: #FFF;
}

.industry1 .cCont3 .svgMapWrap .map-pos .li {
    cursor: pointer;
    position: absolute;
}

.industry1 .cCont3 .svgMapWrap .map-pos .li a {
    color: #995242;
    /*-webkit-transition: all 0.3s ease;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-ms-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
}

.industry1 .cCont3 .svgMapWrap .map-ga {
    display: none;
    position: absolute;
    right: 0;
    top: 386px;
}

.industry1 .cCont4 {
    padding-bottom: 100px;
    min-height: 70px;
    position: relative;
}

.industry1 .cCont4:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry1 .cCont4 .dws-dt {
    height: 70px;
    margin-top: -70px;
    margin-bottom: 70px;
    background-color: #FFF;
    padding: 16px 16px 0;
}

.industry1 .cCont4 .dws-dt .drop-down {
    float: left;
    width: 208px;
    height: 54px;
    margin-right: 10px;
    position: relative;
}

.industry1 .cCont4 .dws-dt .drop-down .drop-txt {
    height: 54px;
    padding: 0 40px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 54px;
    color: #535353;
    background: #f1f1f1 url(/images/down-txt-ic.png) no-repeat right 16px center;
}

.industry1 .cCont4 .dws-dt .drop-down ul {
    display: none;
    background-color: #FFF;
    max-height: 168px;
    overflow: auto;
    box-shadow: 0 2px 21px -5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 200;
}

.industry1 .cCont4 .dws-dt .drop-down ul::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry1 .cCont4 .dws-dt .drop-down ul::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry1 .cCont4 .dws-dt .drop-down ul li {
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.industry1 .cCont4 .dws-dt .drop-down ul li.on {
    background-color: #ce9f48;
}

.industry1 .cCont4 .dws-dt .searchBox {
    float: right;
    width: 296px;
    height: 56px;
    background-color: #f1f1f1;
}

.industry1 .cCont4 .dws-dt .searchBox .itx {
    width: 164px;
    height: 56px;
    padding: 0 16px;
}

.industry1 .cCont4 .dws-dt .searchBox .btn {
    float: right;
    width: 100px;
    height: 56px;
    color: #FFF;
    text-align: left;
    text-indent: 46px;
    background: #105dc7 url(../images/industry/industry1-cont4-se.png) no-repeat left 20px center;
}

.industry1 .cCont4 .card-cont {
    width: 1240px;
    overflow: hidden;
}

.industry1 .cCont4 .card-cont .card {
    float: left;
    width: 390px;
    height: 490px;
    border: 2px solid #f1f1ea;
    margin: 0 15px 40px 0;
    position: relative;
}

.industry1 .cCont4 .card-cont .card:before {
    content: "";
    display: block;
    background: url(/images/industry/industry1-cont4-bor.png) no-repeat left bottom;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry1 .cCont4 .card-cont .card:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry1 .cCont4 .card-cont .card .img {
    height: 244px;
    overflow: hidden;
}

.industry1 .cCont4 .card-cont .card .img img {
    width: 100%;
}

.industry1 .cCont4 .card-cont .card .cont {
    padding: 40px 28px 0;
}

.industry1 .cCont4 .card-cont .card .cont h3 {
    color: #515861;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
}

.industry1 .cCont4 .card-cont .card .cont p {
    color: #948367;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.industry1 .cCont4 .card-cont .card .cont ul {
    margin-top: 14px;
}

.industry1 .cCont4 .card-cont .card .cont ul li {
    color: #535353;
}

.industry1-data {
    padding-top: 80px;
    padding-bottom: 100px;
    min-height: 70px;
    position: relative;
}

.industry1-data:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry1-data .xTit {
    color: #515861;
    font-size: 20px;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.industry1-data .cCxw {
    padding: 30px;
    background-color: #fafafa;
    margin-top: 20px;
}

.industry1-data .cCont1 {
    margin-bottom: 20px;
}

.industry1-data .cCont1 .auto {
    background-color: #fafafa;
}

.industry1-data .cCont1 .auto:after {
    content: "";
    display: block;
    clear: both;
}

.industry1-data .cCont1 .reBtn {
    width: 115px;
    height: 42px;
    color: #969696;
    border: 2px solid #e1e5eb;
    border-radius: 42px;
    text-indent: 18px;
    line-height: 38px;
    background: url(/images/industry/industry1-data-retutn-ic.png) no-repeat right 14px center;
    position: absolute;
    right: 0;
    top: -60px;
}

.industry1-data .cCont1 .L {
    float: left;
    width: 810px;
    height: 480px;
}

.industry1-data .cCont1 .L .tonSlider {
    width: 810px;
    height: 480px;
    position: relative;
}

.industry1-data .cCont1 .L .tonSlider .prev,
.industry1-data .cCont1 .L .tonSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry1-data .cCont1 .L .tonSlider .prev {
    left: 20px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry1-data .cCont1 .L .tonSlider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry1-data .cCont1 .L .tonSlider .next {
    right: 20px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry1-data .cCont1 .L .tonSlider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry1-data .cCont1 .L .tonSlider .bd li {
    width: 810px;
    height: 480px;
    overflow: hidden;
}

.industry1-data .cCont1 .L .tonSlider .bd li img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.industry1-data .cCont1 .R {
    float: right;
    width: 290px;
    margin-right: 40px;
    padding-top: 60px;
}

.industry1-data .cCont1 .R .ton {
    padding-bottom: 24px;
    margin-bottom: 26px;
    border-bottom: 3px solid #e9e9e9;
}

.industry1-data .cCont1 .R .ton h2 {
    color: #515861;
    margin-bottom: 26px;
    font-size: 22px;
}

.industry1-data .cCont1 .R .ton p {
    color: #d1a54c;
    font-size: 16px;
    line-height: 30px;
}

.industry1-data .cCont1 .R .list li {
    color: #a59a90;
    margin-bottom: 10px;
}

.industry1-data .cCont1 .R .list li em {
    color: #515861;
    font-size: 16px;
}

.industry1-data .cCont1 .R .list li var {
    color: #17489c;
    font-size: 18px;
    font-family: 'Gilroy-Bold';
}

.industry1-data .cCont1 .R .list li h6 {
    display: inline-block;
    font: 14px 'Gilroy-Bold';
}

.industry1-data .cCont2 .auto .txt p {
    color: #808080;
}

.industry1-data .cCont2 .auto .bshare-custom {
    margin-top: 26px;
}

.industry1-data .cCont2 .auto .bshare-custom .bshare-weixin {
    width: 33px;
    height: 33px;
    background: url(/images/industry/industry1-data-cont2-wx.png) no-repeat 0 0;
}

.industry1-data .cCont3 .list-cont {
    overflow: hidden;
}

.industry1-data .cCont3 .list-cont li {
    float: left;
    width: 33.3333%;
    color: #5f5e5e;
}

.industry1-data .cCont3 .list-cont li p {
    color: #979797;
    padding-right: 30px;
}

.industry1-data .cCont4 .xmt-dt {
    position: absolute;
    right: 30px;
    top: 30px;
}

.industry1-data .cCont4 .xmt-dt .li {
    float: left;
    margin-left: 24px;
    color: #8c8c8c;
    font-size: 16px;
    cursor: pointer;
}

.industry1-data .cCont4 .xmt-dt .li.on {
    color: #17489c;
}

.industry1-data .cCont4 .xmt-dd .xmtSlide {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.industry1-data .cCont4 .xmt-dd .xmtSlide .prev,
.industry1-data .cCont4 .xmt-dd .xmtSlide .next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.industry1-data .cCont4 .xmt-dd .xmtSlide .prev {
    left: 10px;
    background: url(/images/industry/industry1-data-prev2-on.png) no-repeat 0 0;
}

.industry1-data .cCont4 .xmt-dd .xmtSlide .prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry1-data .cCont4 .xmt-dd .xmtSlide .next {
    right: 10px;
    background: url(/images/industry/industry1-data-next2-on.png) no-repeat 0 0;
}

.industry1-data .cCont4 .xmt-dd .xmtSlide .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry1-data .cCont4 .xmt-dd .xmtSlide .bd ul {
    min-width: 1230px;
}

.industry1-data .cCont4 .xmt-dd .xmtSlide .bd li {
    float: left;
    width: 270px;
    height: 150px;
    margin-right: 20px;
    cursor: pointer;
}

.industry1-data .cCont4 .xmt-dd .xmtSlide .bd li img {
    width: 100%;
}

.industry1-data .xmt-pop .pop-cont {
    width: 810px;
    height: 450px;
}

.industry1-data .xmt-pop .pop-cont .pop-slider {
    position: absolute;
}

.industry1-data .xmt-pop .pop-cont .pop-slider .prev,
.industry1-data .xmt-pop .pop-cont .pop-slider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry1-data .xmt-pop .pop-cont .pop-slider .prev {
    left: -80px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry1-data .xmt-pop .pop-cont .pop-slider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry1-data .xmt-pop .pop-cont .pop-slider .next {
    right: -80px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry1-data .xmt-pop .pop-cont .pop-slider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry1-data .xmt-pop .pop-cont .pop-slider .bd li {
    width: 810px !important;
    height: 450px !important;
}

.industry1-data .xmt-pop .pop-cont .pop-slider .bd li img {
    width: 810px;
    height: 450px;
}

.industry1-data .cCont5 {
    background: url(/images/industry/industry1-data-cont5-bg.jpg) no-repeat center top;
}

.industry1-data .cCont5 #map {
    height: 430px;
}

.industry1-data .cCont5 #map a {
    display: inline-block;
}

.industry1-data .cCont5 #map img {
    display: inline-block;
    max-width: unset;
}

.industry1-data .cCont5 #r-result {
    display: none;
}

.industry1-data .cCont5 .map_around .btn {
    position: absolute;
    right: 30px;
    top: 30px;
}

.industry1-data .cCont5 .map_around .btn li {
    float: left;
    margin-left: 24px;
    color: #8c8c8c;
    font-size: 16px;
    cursor: pointer;
}

.industry1-data .cCont5 .map_around .btn li.crt {
    color: #17489c;
}

.industry1-data .cCont6 {
    margin-top: 20px;
    overflow: hidden;
}

.industry1-data .cCont6 h2 {
    color: #515861;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin: 20px 0 40px;
}

.industry1-data .cCont6 .card-cont {
    width: 1240px;
}

.industry1-data .cCont6 .card-cont .card {
    float: left;
    width: 390px;
    height: 490px;
    border: 2px solid #f1f1ea;
    margin: 0 15px 40px 0;
    position: relative;
}

.industry1-data .cCont6 .card-cont .card:before {
    content: "";
    display: block;
    background: url(/images/industry/industry1-cont4-bor.png) no-repeat left bottom;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry1-data .cCont6 .card-cont .card:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry1-data .cCont6 .card-cont .card .img {
    height: 244px;
    overflow: hidden;
}

.industry1-data .cCont6 .card-cont .card .img img {
    width: 100%;
}

.industry1-data .cCont6 .card-cont .card .cont {
    padding: 40px 28px 0;
}

.industry1-data .cCont6 .card-cont .card .cont h3 {
    color: #515861;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
}

.industry1-data .cCont6 .card-cont .card .cont p {
    color: #948367;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.industry1-data .cCont6 .card-cont .card .cont ul {
    margin-top: 14px;
}

.industry1-data .cCont6 .card-cont .card .cont ul li {
    color: #535353;
}

.industry2 .cCont1 {
    padding-top: 80px;
    padding-bottom: 70px;
    min-height: 420px;
    background: url(/images/industry/industry1-cont1-bg.jpg) no-repeat center bottom;
}

.industry2 .cCont1 .L {
    float: left;
    width: 460px;
}

.industry2 .cCont1 .L .cont {
    margin-top: 30px;
}

.industry2 .cCont1 .L .cont h3 {
    color: #0d4098;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

.industry2 .cCont1 .L .cont h3 em {
    font-family: 'Gilroy-Bold';
}

.industry2 .cCont1 .L .cont h4 {
    color: #cda173;
    font: 26px/1 'Gilroy-Bold';
    margin-bottom: 10px;
}

.industry2 .cCont1 .L .cont h4 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.industry2 .cCont1 .L .cont p {
    color: #808080;
}

.industry2 .cCont1 .R {
    float: right;
    width: 670px;
    padding-top: 70px;
}

.industry2 .cCont1 .R p {
    color: #808080;
    margin-top: 14px;
}

.industry2 .cCont2 {
    height: 488px;
    background: url(/images/industry/industry2-cont2-bg.jpg) no-repeat center top;
}

.industry2 .cCont2 .L {
    float: left;
    width: 462px;
    padding-top: 120px;
}

.industry2 .cCont2 .L h2 {
    color: #f1c4a5;
    font: 36px/30px 'Gilroy-Bold';
    margin-bottom: 18px;
}

.industry2 .cCont2 .L h3 {
    color: #0d4098;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 30px;
}

.industry2 .cCont2 .L p {
    color: #808080;
}

.industry2 .cCont2 .R {
    float: right;
    width: 1060px;
    margin-right: -360px;
}

.industry2 .cCont3 {
    height: 480px;
    background: url(/images/industry/industry2-cont3-bg.jpg) no-repeat center top;
}

.industry2 .cCont3 .ti {
    padding-top: 80px;
    margin-bottom: 70px;
}

.industry2 .cCont3 .ti h2 {
    color: #a08268;
    font-size: 20px;
    margin-bottom: 10px;
}

.industry2 .cCont3 .ti h3 {
    color: #cda173;
    font: 300 26px 'Gilroy-Bold';
}

.industry2 .cCont3 .ti h3 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.industry2 .cCont3 .dateSlider {
    width: 1084px;
    position: relative;
}

.industry2 .cCont3 .dateSlider:before {
    content: "";
    border-bottom: 2px solid #e8dcbf;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
}

.industry2 .cCont3 .dateSlider .prev,
.industry2 .cCont3 .dateSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 23px;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry2 .cCont3 .dateSlider .prev {
    right: -56px;
    background: url(/images/industry/industry2-cont3-prev.png) no-repeat 0 0;
}

.industry2 .cCont3 .dateSlider .prev:hover {
    background: url(/images/industry/industry2-cont3-prev-on.png) no-repeat 0 0;
}

.industry2 .cCont3 .dateSlider .next {
    right: -120px;
    background: url(/images/industry/industry2-cont3-next.png) no-repeat 0 0;
}

.industry2 .cCont3 .dateSlider .next:hover {
    background: url(/images/industry/industry2-cont3-next-on.png) no-repeat 0 0;
}

.industry2 .cCont3 .dateSlider .bd {
    width: 1084px;
    overflow: hidden;
}

.industry2 .cCont3 .dateSlider .bd ul {
    width: 1130px;
}

.industry2 .cCont3 .dateSlider .bd li {
    float: left;
    width: 241px;
    margin-right: 40px;
}

.industry2 .cCont3 .dateSlider .bd li .dl .dt {
    height: 50px;
    color: #d1a54c;
    font: 36px/28px 'Gilroy-Bold';
    margin-bottom: 30px;
    position: relative;
}

.industry2 .cCont3 .dateSlider .bd li .dl .dt:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #d7c19c;
    background-color: #f7efde;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50;
    position: absolute;
    left: 36px;
    top: 45px;
}

.industry2 .cCont3 .dateSlider .bd li .dl .dd {
    height: 140px;
    overflow: auto;
    width: 241px;
    padding-right: 14px;
}

.industry2 .cCont3 .dateSlider .bd li .dl .dd::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry2 .cCont3 .dateSlider .bd li .dl .dd::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry2 .cCont3 .dateSlider .bd li .dl .dd p {
    color: #74604d;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.industry2 .cCont4 {
    padding-bottom: 100px;
    min-height: 70px;
    position: relative;
}

.industry2 .cCont4:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry2 .cCont4 .dws-dt {
    height: 86px;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #105dc7;
    padding: 16px 16px;
}

.industry2 .cCont4 .dws-dt .drop-down {
    float: left;
    width: 283px;
    height: 54px;
    margin-right: 10px;
    border: 1px solid #6a98d8;
    position: relative;
}

.industry2 .cCont4 .dws-dt .drop-down .drop-txt {
    height: 54px;
    padding: 0 40px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 54px;
    color: #b7ceee;
    background: url(/images/down-txt-ic.png) no-repeat right 16px center;
}

.industry2 .cCont4 .dws-dt .drop-down ul {
    display: none;
    background-color: #FFF;
    max-height: 168px;
    overflow: auto;
    box-shadow: 0 2px 21px -5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 200;
    transform: translate3d(0, 0, 0);
}

.industry2 .cCont4 .dws-dt .drop-down ul::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry2 .cCont4 .dws-dt .drop-down ul::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry2 .cCont4 .dws-dt .drop-down ul li {
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.industry2 .cCont4 .dws-dt .drop-down ul li.on {
    background-color: #ce9f48;
}

.industry2 .cCont4 .dws-dt .searchBox {
    float: right;
    width: 577px;
    height: 54px;
}

.industry2 .cCont4 .dws-dt .searchBox .itx {
    width: 477px;
    height: 54px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 1px solid #6a98d8;
    color: #b7ceee;
}

.industry2 .cCont4 .dws-dt .searchBox .itx::-webkit-input-placeholder {
    color: #b7ceee;
}

.industry2 .cCont4 .dws-dt .searchBox .itx:-moz-placeholder {
    color: #b7ceee;
}

.industry2 .cCont4 .dws-dt .searchBox .itx::-moz-placeholder {
    color: #b7ceee;
}

.industry2 .cCont4 .dws-dt .searchBox .itx:-ms-input-placeholder {
    color: #b7ceee;
}

.industry2 .cCont4 .dws-dt .searchBox .btn {
    float: right;
    width: 100px;
    height: 54px;
    color: #FFF;
    text-align: left;
    text-indent: 46px;
    background: #105dc7 url(../images/industry/industry1-cont4-se.png) no-repeat left 20px center;
}

.industry2 .cCont4 .card-cont {
    width: 1240px;
}

.industry2 .cCont4 .card-cont .card {
    float: left;
    width: 591px;
    height: 515px;
    border: 2px solid #f1f1ea;
    margin: 0 15px 40px 0;
    position: relative;
}

.industry2 .cCont4 .card-cont .card:before {
    content: "";
    display: block;
    background: url(/images/industry/industry2-cont4-bor.png) no-repeat left bottom;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry2 .cCont4 .card-cont .card:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry2 .cCont4 .card-cont .card .img {
    height: 346px;
    overflow: hidden;
}

.industry2 .cCont4 .card-cont .card .img img {
    width: 100%;
}

.industry2 .cCont4 .card-cont .card .cont {
    padding: 40px 28px 0;
}

.industry2 .cCont4 .card-cont .card .cont h3 {
    color: #515861;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
}

.industry2 .cCont4 .card-cont .card .cont p {
    color: #948367;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.industry2 .cCont4 .card-cont .card .cont ul {
    margin-top: 14px;
}

.industry2 .cCont4 .card-cont .card .cont ul li {
    color: #948367;
}

.industry2-data {
    padding-bottom: 100px;
    min-height: 70px;
    position: relative;
    background: url(/images/industry/industry2-data-bg2.jpg) no-repeat center 1050px;
}

.industry2-data:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry2-data .xTit {
    color: #515861;
    font-size: 20px;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.industry2-data .cCxw {
    padding: 30px;
    background-color: #fafafa;
    margin-top: 20px;
}

.industry2-data .cCont1 {
    padding-top: 80px;
    background: #f7f5f6 url(../images/industry/industry2-data-cont1-bg.jpg) no-repeat center bottom;
}

.industry2-data .cCont1 .auto {
    background-color: #fafafa;
    -webkit-border-radius: 0 50px 0 0;
    -moz-border-radius: 0 50px 0 0;
    -ms-border-radius: 0 50px 0 0;
    border-radius: 0 50px 0 0;
}

.industry2-data .cCont1 .auto:after {
    content: "";
    display: block;
    clear: both;
}

.industry2-data .cCont1 .reBtn {
    width: 115px;
    height: 42px;
    color: #969696;
    border: 2px solid #e1e5eb;
    border-radius: 42px;
    text-indent: 18px;
    line-height: 38px;
    background: url(/images/industry/industry1-data-retutn-ic.png) no-repeat right 14px center;
    position: absolute;
    right: 0;
    top: -60px;
}

.industry2-data .cCont1 .L {
    float: left;
    width: 840px;
    height: 500px;
}

.industry2-data .cCont1 .L .tonSlider {
    width: 840px;
    height: 500px;
    position: relative;
}

.industry2-data .cCont1 .L .tonSlider .prev,
.industry2-data .cCont1 .L .tonSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry2-data .cCont1 .L .tonSlider .prev {
    left: 20px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry2-data .cCont1 .L .tonSlider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry2-data .cCont1 .L .tonSlider .next {
    right: 20px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry2-data .cCont1 .L .tonSlider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry2-data .cCont1 .L .tonSlider .bd li {
    width: 840px;
    height: 500px;
    overflow: hidden;
}

.industry2-data .cCont1 .L .tonSlider .bd li img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.industry2-data .cCont1 .R {
    float: right;
    width: 290px;
    margin-right: 25px;
    padding-top: 30px;
}

.industry2-data .cCont1 .R .ton {
    height: 150px;
    padding-bottom: 24px;
    margin-bottom: 26px;
    border-bottom: 3px solid #e9e9e9;
}

.industry2-data .cCont1 .R .ton .logBi {
    height: 150px;
}

.industry2-data .cCont1 .R .ton h2 {
    color: #515861;
    margin-bottom: 26px;
    font-size: 22px;
}

.industry2-data .cCont1 .R .ton p {
    color: #d1a54c;
    font-size: 16px;
    line-height: 30px;
}

.industry2-data .cCont1 .R .list li {
    color: #a59a90;
    margin-bottom: 10px;
}

.industry2-data .cCont1 .R .list li em {
    color: #515861;
    font-size: 16px;
}

.industry2-data .cCont1 .R .list li var {
    color: #17489c;
    font-size: 18px;
    font-family: 'Gilroy-Bold';
}

.industry2-data .cCont2 {
    height: 429px;
    overflow: hidden;
    background: url(/images/industry/industry2-data-cont2-bg.jpg) no-repeat center top;
    padding-top: 50px;
}

.industry2-data .cCont2 .Cont {
    height: 380px;
    background-color: #f5f8fd;
    padding: 0 30px;
}

.industry2-data .cCont2 .Cont h2 {
    color: #515861;
    font-size: 20px;
    padding: 45px 0 25px;
    border-bottom: 2px solid #d1dae7;
    margin-bottom: 25px;
}

.industry2-data .cCont2 .Cont .le {
    float: left;
    width: 810px;
}

.industry2-data .cCont2 .Cont .le .txt {
    width: 810px;
    height: 240px;
    box-sizing: content-box;
    padding-right: 20px;
    overflow: auto;
}

.industry2-data .cCont2 .Cont .le .txt::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry2-data .cCont2 .Cont .le .txt::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry2-data .cCont2 .Cont .le p {
    color: #727478;
}

.industry2-data .cCont2 .Cont .ri {
    float: right;
    width: 290px;
}

.industry2-data .cCont2 .Cont .ri .ew-bon .ew-m {
    float: left;
    border: 10px solid #ffffff;
    margin-right: 20px;
}

.industry2-data .cCont2 .Cont .ri .ew-bon h5 {
    padding-top: 75px;
    color: #515861;
    font-size: 16px;
    margin-bottom: 8px;
}

.industry2-data .cCont4 .auto {
    background-color: #f5f8fd;
    margin-top: 40px;
}

.industry2-data .cCont4 .xmt-dt {
    position: absolute;
    right: 30px;
    top: 30px;
}

.industry2-data .cCont4 .xmt-dt .li {
    float: left;
    margin-left: 24px;
    color: #8c8c8c;
    font-size: 16px;
    cursor: pointer;
}

.industry2-data .cCont4 .xmt-dt .li.on {
    color: #17489c;
}

.industry2-data .cCont4 .xmt-dd .xmtSlide {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.industry2-data .cCont4 .xmt-dd .xmtSlide .prev,
.industry2-data .cCont4 .xmt-dd .xmtSlide .next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.industry2-data .cCont4 .xmt-dd .xmtSlide .prev {
    left: 10px;
    background: url(/images/industry/industry1-data-prev2-on.png) no-repeat 0 0;
}

.industry2-data .cCont4 .xmt-dd .xmtSlide .prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry2-data .cCont4 .xmt-dd .xmtSlide .next {
    right: 10px;
    background: url(/images/industry/industry1-data-next2-on.png) no-repeat 0 0;
}

.industry2-data .cCont4 .xmt-dd .xmtSlide .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry2-data .cCont4 .xmt-dd .xmtSlide .bd ul {
    min-width: 1230px;
}

.industry2-data .cCont4 .xmt-dd .xmtSlide .bd li {
    float: left;
    width: 270px;
    height: 150px;
    margin-right: 20px;
    cursor: pointer;
}

.industry2-data .cCont4 .xmt-dd .xmtSlide .bd li img {
    width: 100%;
}

.industry2-data .xmt-pop .pop-cont {
    width: 810px;
    height: 450px;
}

.industry2-data .xmt-pop .pop-cont .pop-slider {
    position: absolute;
}

.industry2-data .xmt-pop .pop-cont .pop-slider .prev,
.industry2-data .xmt-pop .pop-cont .pop-slider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry2-data .xmt-pop .pop-cont .pop-slider .prev {
    left: -80px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry2-data .xmt-pop .pop-cont .pop-slider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry2-data .xmt-pop .pop-cont .pop-slider .next {
    right: -80px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry2-data .xmt-pop .pop-cont .pop-slider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry2-data .xmt-pop .pop-cont .pop-slider .bd li {
    width: 810px !important;
    height: 450px !important;
}

.industry2-data .xmt-pop .pop-cont .pop-slider .bd li img {
    width: 810px;
    height: 450px;
}

.industry2-data .cCont6 {
    margin-top: 20px;
    overflow: hidden;
}

.industry2-data .cCont6 h2 {
    color: #515861;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin: 40px 0;
}

.industry2-data .cCont6 .list-card {
    width: 1230px;
}

.industry2-data .cCont6 .list-card .li {
    float: left;
    width: 380px;
    height: 518px;
    background-color: #FFF;
    margin-right: 30px;
    position: relative;
}

.industry2-data .cCont6 .list-card .li:before {
    content: "";
    background: url(/images/news/news-list-bor.png) no-repeat 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.industry2-data .cCont6 .list-card .li:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.industry2-data .cCont6 .list-card .li:hover .cont h4 {
    color: #2a63b0;
}

.industry2-data .cCont6 .list-card .li .img {
    height: 260px;
    overflow: hidden;
}

.industry2-data .cCont6 .list-card .li .img img {
    width: 100%;
}

.industry2-data .cCont6 .list-card .li .cont {
    height: 258px;
    padding: 50px 30px;
    border: 2px solid #f1f1ea;
    border-top: none;
    position: relative;
}

.industry2-data .cCont6 .list-card .li .cont h3 {
    color: #515861;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.industry2-data .cCont6 .list-card .li .cont h4 {
    color: #dcb871;
    font: 300 24px/20px 'Gilroy-Bold';
    position: absolute;
    left: 30px;
    bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry2-data .cCont6 .list-card .li .cont .txt p {
    color: #808080;
}

.industry3 .cCont1 {
    padding-top: 80px;
    padding-bottom: 70px;
    min-height: 420px;
    background: url(/images/industry/industry1-cont1-bg.jpg) no-repeat center bottom;
}

.industry3 .cCont1 .L {
    float: left;
    width: 460px;
}

.industry3 .cCont1 .L .cont {
    margin-top: 30px;
}

.industry3 .cCont1 .L .cont h3 {
    color: #0d4098;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

.industry3 .cCont1 .L .cont h3 em {
    font-family: 'Gilroy-Bold';
}

.industry3 .cCont1 .L .cont h4 {
    color: #cda173;
    font: 26px/1 'Gilroy-Bold';
    margin-bottom: 10px;
}

.industry3 .cCont1 .L .cont h4 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.industry3 .cCont1 .L .cont p {
    color: #808080;
}

.industry3 .cCont1 .R {
    float: right;
    width: 670px;
    padding-top: 70px;
}

.industry3 .cCont1 .R p {
    color: #808080;
    margin-top: 14px;
}

.industry3 .cCont3 {
    height: 480px;
    background: url(/images/industry/industry3-cont3-bg.jpg) no-repeat center top;
}

.industry3 .cCont3 .ti {
    padding-top: 80px;
    margin-bottom: 70px;
}

.industry3 .cCont3 .ti h2 {
    color: #a08268;
    font-size: 20px;
    margin-bottom: 10px;
}

.industry3 .cCont3 .ti h3 {
    color: #cda173;
    font: 300 26px 'Gilroy-Bold';
}

.industry3 .cCont3 .ti h3 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.industry3 .cCont3 .dateSlider {
    width: 1084px;
    position: relative;
}

.industry3 .cCont3 .dateSlider:before {
    content: "";
    border-bottom: 2px solid #e8dcbf;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
}

.industry3 .cCont3 .dateSlider .prev,
.industry3 .cCont3 .dateSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 23px;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry3 .cCont3 .dateSlider .prev {
    right: -56px;
    background: url(/images/industry/industry2-cont3-prev.png) no-repeat 0 0;
}

.industry3 .cCont3 .dateSlider .prev:hover {
    background: url(/images/industry/industry2-cont3-prev-on.png) no-repeat 0 0;
}

.industry3 .cCont3 .dateSlider .next {
    right: -120px;
    background: url(/images/industry/industry2-cont3-next.png) no-repeat 0 0;
}

.industry3 .cCont3 .dateSlider .next:hover {
    background: url(/images/industry/industry2-cont3-next-on.png) no-repeat 0 0;
}

.industry3 .cCont3 .dateSlider .bd {
    width: 1084px;
    overflow: hidden;
}

.industry3 .cCont3 .dateSlider .bd ul {
    width: 1130px;
}

.industry3 .cCont3 .dateSlider .bd li {
    float: left;
    width: 241px;
    margin-right: 40px;
}

.industry3 .cCont3 .dateSlider .bd li .dl .dt {
    height: 50px;
    color: #d1a54c;
    font: 36px/28px 'Gilroy-Bold';
    margin-bottom: 30px;
    position: relative;
}

.industry3 .cCont3 .dateSlider .bd li .dl .dt:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #d7c19c;
    background-color: #f7efde;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50;
    position: absolute;
    left: 36px;
    top: 45px;
}

.industry3 .cCont3 .dateSlider .bd li .dl .dd {
    height: 140px;
    overflow: auto;
    width: 241px;
    padding-right: 14px;
}

.industry3 .cCont3 .dateSlider .bd li .dl .dd::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry3 .cCont3 .dateSlider .bd li .dl .dd::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry3 .cCont3 .dateSlider .bd li .dl .dd p {
    color: #74604d;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.industry3 .cCont4 {
    padding-bottom: 80px;
    min-height: 70px;
    position: relative;
    background-color: #f2f1ec;
}

.industry3 .cCont4:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry3 .cCont4 .dws-dt {
    float: left;
    height: 86px;
    margin-top: -86px;
    background-color: #FFF;
    padding: 16px 16px 0;
}

.industry3 .cCont4 .dws-dt .drop-down {
    float: left;
    width: 208px;
    height: 54px;
    margin-right: 10px;
    position: relative;
}

.industry3 .cCont4 .dws-dt .drop-down .drop-txt {
    height: 54px;
    padding: 0 40px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 54px;
    color: #535353;
    background: #f1f1f1 url(/images/down-txt-ic.png) no-repeat right 16px center;
}

.industry3 .cCont4 .dws-dt .drop-down ul {
    display: none;
    background-color: #FFF;
    max-height: 168px;
    overflow: auto;
    box-shadow: 0 2px 21px -5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 200;
}

.industry3 .cCont4 .dws-dt .drop-down ul::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry3 .cCont4 .dws-dt .drop-down ul::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry3 .cCont4 .dws-dt .drop-down ul li {
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.industry3 .cCont4 .dws-dt .drop-down ul li.on {
    background-color: #ce9f48;
}

.industry3 .cCont4 .dws-dt .searchBox {
    float: right;
    width: 296px;
    height: 56px;
    background-color: #f1f1f1;
}

.industry3 .cCont4 .dws-dt .searchBox .itx {
    width: 164px;
    height: 56px;
    padding: 0 16px;
}

.industry3 .cCont4 .dws-dt .searchBox .btn {
    float: right;
    width: 100px;
    height: 56px;
    color: #FFF;
    text-align: left;
    text-indent: 46px;
    background: #105dc7 url(../images/industry/industry1-cont4-se.png) no-repeat left 20px center;
}

.industry3 .cCont4 .list-card {
    clear: both;
    margin-bottom: 40px;
}

.industry3 .cCont4 .list-card .card {
    height: 384px;
    background-color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 9px 30px -3px #e8e0ce;
}

.industry3 .cCont4 .list-card .card .cont {
    float: left;
    width: 430px;
    height: 383px;
    padding: 60px 48px 0;
    position: relative;
}

.industry3 .cCont4 .list-card .card .cont h3 {
    color: #515861;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.industry3 .cCont4 .list-card .card .cont h4 {
    color: #f0e3d5;
    font: 300 30px/1 'Gilroy-Bold';
    margin-bottom: 30px;
}

.industry3 .cCont4 .list-card .card .cont p {
    color: #8f8e8e;
}

.industry3 .cCont4 .list-card .card .cont::before {
    content: "";
    display: block;
    width: 48px;
    height: 22px;
    background: url(/images/industry/industry3-cont4-list-ic.png) no-repeat center top;
    position: absolute;
    left: 48px;
    bottom: 75px;
}

.industry3 .cCont4 .list-card .card .img {
    float: right;
    width: 768px;
    height: 384px;
    overflow: hidden;
}

.industry3 .cCont4 .list-card .card .img img {
    width: 100%;
}

.industry3 .cCont5 {
    height: 640px;
    background: url(/images/industry/industry3-cont5-bg.jpg) no-repeat center top;
}

.industry3 .cCont5 .poCont {
    width: 980px;
    height: 410px;
    background-color: #779664;
    padding: 40px;
    overflow: hidden;
    position: absolute;
    right: -60px;
    top: 114px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.industry3 .cCont5 .poCont.pax {
    width: 500px;
}

.industry3 .cCont5 .poCont.pax .ksBtn {
    background: url(/images/industry/industry3-cont5-prev-ks-l.png) no-repeat 0 0;
}

.industry3 .cCont5 .poCont.pax .txt2 {
    display: none !important;
    opacity: 0;
}

.industry3 .cCont5 .poCont .txt2 {
    display: block;
    margin-right: 0 !important;
    opacity: 0;
    animation: fadeInUp50 1s 0.4s forwards;
}

.industry3 .cCont5 .poCont .ksBtn {
    width: 39px;
    height: 16px;
    background: url(/images/industry/industry3-cont5-prev-ks.png) no-repeat 0 0;
    position: absolute;
    left: 40px;
    bottom: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry3 .cCont5 .poCont .cufaSlider {
    width: 860px;
    position: relative;
}

.industry3 .cCont5 .poCont .cufaSlider .prev,
.industry3 .cCont5 .poCont .cufaSlider .next {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    top: 240px;
}

.industry3 .cCont5 .poCont .cufaSlider .prev {
    left: 0;
    background: url(/images/industry/industry3-cont5-prev.png) no-repeat 0 0;
}

.industry3 .cCont5 .poCont .cufaSlider .prev:hover {
    background: url(/images/industry/industry3-cont5-prev-on.png) no-repeat 0 0;
}

.industry3 .cCont5 .poCont .cufaSlider .next {
    left: 68px;
    background: url(/images/industry/industry3-cont5-next.png) no-repeat 0 0;
}

.industry3 .cCont5 .poCont .cufaSlider .next:hover {
    background: url(/images/industry/industry3-cont5-next-on.png) no-repeat 0 0;
}

.industry3 .cCont5 .poCont .cufaSlider .kod {
    position: absolute;
    left: 146px;
    top: 256px;
}

.industry3 .cCont5 .poCont .cufaSlider .kod i,
.industry3 .cCont5 .poCont .cufaSlider .kod em {
    color: #ffe8d9;
    font: 300 24px/1 'Gilroy-Bold';
}

.industry3 .cCont5 .poCont .cufaSlider .kod em {
    display: inline-block;
    width: 27px;
}

.industry3 .cCont5 .poCont .cufaSlider .kod i {
    font-size: 20px;
}

.industry3 .cCont5 .poCont .cufaSlider .bd li {
    width: 900px;
    height: 220px;
}

.industry3 .cCont5 .poCont .cufaSlider .bd li h2 {
    color: #ffe8d9;
    font-size: 20px;
    margin-bottom: 15px;
}

.industry3 .cCont5 .poCont .cufaSlider .bd li h3 {
    color: #FFF;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 15px;
}

.industry3 .cCont5 .poCont .cufaSlider .bd li h3 br {
    display: none;
}

.industry3 .cCont5 .poCont .cufaSlider .bd li h3 p {
    color: #FFF;
    font-size: 30px;
    line-height: 36px;
}

.industry3 .cCont5 .poCont .cufaSlider .bd li p {
    color: #e4d8c2;
    margin-bottom: 14px;
    font-size: 13px;
}

.industry3 .cCont5 .poCont .cufaSlider .bd li .txtWrap {
    overflow: hidden;
}

.industry3 .cCont5 .poCont .cufaSlider .bd li .txt {
    float: left;
    margin-right: 40px;
    width: 420px;
    overflow: auto;
}

.industry3 .cCont6 {
    /*height: 800px;*/
    overflow: hidden;
}

.industry3 .cCont6 .bandSlider {
    position: relative;
}

.industry3 .cCont6 .bandSlider .prev,
.industry3 .cCont6 .bandSlider .next {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    z-index: 99;
}

.industry3 .cCont6 .bandSlider .prev {
    left: 50px;
    background: url(/images/industry/industry3-cont6-prev.png) no-repeat 0 0;
}

.industry3 .cCont6 .bandSlider .prev:hover {
    background: url(/images/industry/industry2-cont3-prev-on.png) no-repeat 0 0;
}

.industry3 .cCont6 .bandSlider .next {
    right: 50px;
    background: url(/images/industry/industry3-cont6-next.png) no-repeat 0 0;
}

.industry3 .cCont6 .bandSlider .next:hover {
    background: url(/images/industry/industry2-cont3-next-on.png) no-repeat 0 0;
}

.industry3 .cCont6 .bandSlider .bd li {
    /*width: 1920px;*/
    /*height: 800px;*/
    margin-bottom: -1px;
    position: relative;
}

.industry3 .cCont6 .bandSlider li .tit {
    height: 308px;
    background: url("/images/industry/industry1-cont-sinslide-tit.png") repeat-x 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.industry3 .cCont6 .bandSlider li .tit h4 {
    width: 1200px;
    margin: auto;
    padding-left: 35px;
    height: 30px;
    background: url("/images/industry/industry1-cont-sinslide-tit-ic.png") no-repeat 0 2px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}

.industry3 .cCont6 .bandSlider li .tit h4 em {
    display: inline-block;
    margin-right: 20px;
}

.industry3 .cCont7 {
    height: 700px;
    background: url(/images/industry/industry1-cont3-bg.jpg) no-repeat center top;
}

.industry3 .cCont7 .L {
    float: left;
    width: 520px;
    margin-top: 232px;
    margin-left: 365px;
}

.industry3 .cCont7 .L h2 {
    color: #ebcb98;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
}

.industry3 .cCont7 .L p {
    color: #c9e1bb;
}

.industry3 .cCont7 .L .nukont {
    margin-top: 34px;
}

.industry3 .cCont7 .L .nukont .li {
    float: left;
    margin-left: 80px;
}

.industry3 .cCont7 .L .nukont .li h5 {
    color: #ebcb98;
    font-size: 14px;
    line-height: 1;
}

.industry3 .cCont7 .L .nukont .li h5 em {
    font-size: 36px;
    font-family: 'Rubik';
}

.industry3 .cCont7 .L .nukont .i1 {
    margin-left: 0;
}

.industry3 .cCont7 .svgMapWrap {
    padding-right: 50px;
    position: absolute;
    right: 0;
    top: 65px;
}

.industry3 .cCont7 .svgMapWrap .map-pos {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.industry3 .cCont7 .svgMapWrap .map-pos .li {
    cursor: pointer;
    position: absolute;
}

.industry3 .cCont7 .svgMapWrap .map-pos .li a {
    color: #995242;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry3 .cCont7 .svgMapWrap .map-ga {
    position: absolute;
    right: 0;
    top: 386px;
}

.industry3 .cCont8 {
    padding: 60px 0;
}

.industry3 .cCont8 .logo-yud {
    width: 1248px;
    text-align: justify;
}

.industry3 .cCont8 .logo-yud .li {
    display: inline-block;
    height: 130px;
    margin-right: 48px;
}

.industry3 .cCont8 .logo-yud .li p {
    height: 140px;
    display: table-cell;
    vertical-align: middle;
}

.industry3 .cCont9 {
    padding-bottom: 80px;
    background-color: #f2f1ec;
    overflow: hidden;
}

.industry3 .cCont9 h2 {
    color: #515861;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin: 40px 0;
}

.industry3 .cCont9 .list-card {
    width: 1230px;
}

.industry3 .cCont9 .list-card .li {
    float: left;
    width: 380px;
    height: 518px;
    background-color: #FFF;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.industry3 .cCont9 .list-card .li:before {
    content: "";
    background: url(/images/news/news-list-bor.png) no-repeat 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.industry3 .cCont9 .list-card .li:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.industry3 .cCont9 .list-card .li:hover .cont h4 {
    color: #2a63b0;
}

.industry3 .cCont9 .list-card .li .img {
    height: 260px;
    overflow: hidden;
}

.industry3 .cCont9 .list-card .li .img img {
    width: 100%;
}

.industry3 .cCont9 .list-card .li .cont {
    height: 258px;
    padding: 50px 30px;
    border: 2px solid #e0e0e0;
    border-top: none;
    position: relative;
}

.industry3 .cCont9 .list-card .li .cont h3 {
    color: #515861;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.industry3 .cCont9 .list-card .li .cont h4 {
    color: #dcb871;
    font: 300 24px/20px 'Gilroy-Bold';
    position: absolute;
    left: 30px;
    bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry3 .cCont9 .list-card .li .cont .txt p {
    color: #808080;
}

.industry3-data .xTit {
    color: #515861;
    font-size: 20px;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.industry3-data .cCxw {
    padding: 30px;
    background-color: #fafafa;
    margin-top: 20px;
}

.industry3-data .cCont1 {
    padding-top: 80px;
    background: #f7f5f6 url(../images/industry/industry2-data-cont1-bg.jpg) no-repeat center bottom;
}

.industry3-data .cCont1 .auto {
    background: url(/images/industry/industry3-data-cont1-bg-i.jpg) no-repeat right top;
}

.industry3-data .cCont1 .auto:after {
    content: "";
    display: block;
    clear: both;
}

.industry3-data .cCont1 .reBtn {
    width: 115px;
    height: 42px;
    color: #969696;
    border: 2px solid #e1e5eb;
    border-radius: 42px;
    text-indent: 18px;
    line-height: 38px;
    background: url(/images/industry/industry1-data-retutn-ic.png) no-repeat right 14px center;
    position: absolute;
    right: 0;
    top: -60px;
}

.industry3-data .cCont1 .L {
    float: left;
    width: 867px;
    height: 490px;
}

.industry3-data .cCont1 .L .tonSlider {
    width: 867px;
    height: 425px;
    margin-top: 65px;
    position: relative;
}

.industry3-data .cCont1 .L .tonSlider .prev,
.industry3-data .cCont1 .L .tonSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry3-data .cCont1 .L .tonSlider .prev {
    left: 20px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry3-data .cCont1 .L .tonSlider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry3-data .cCont1 .L .tonSlider .next {
    right: 20px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry3-data .cCont1 .L .tonSlider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry3-data .cCont1 .L .tonSlider .bd li {
    width: 867px;
    height: 425px;
    overflow: hidden;
}

.industry3-data .cCont1 .L .tonSlider .bd li img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.industry3-data .cCont1 .R {
    float: right;
    width: 275px;
    margin-right: 25px;
    padding-top: 65px;
}

.industry3-data .cCont1 .R .ton {
    height: 150px;
    padding-bottom: 24px;
    margin-bottom: 26px;
    border-bottom: 3px solid #e9e9e9;
}

.industry3-data .cCont1 .R .ton .logBi {
    height: 150px;
}

.industry3-data .cCont1 .R .ton h2 {
    color: #515861;
    margin-bottom: 26px;
    font-size: 22px;
}

.industry3-data .cCont1 .R .ton p {
    color: #d1a54c;
    font-size: 16px;
    line-height: 30px;
}

.industry3-data .cCont1 .R h3 {
    color: #515861;
    font-size: 22px;
    margin-bottom: 25px;
}

.industry3-data .cCont1 .R .list li {
    color: #a59a90;
    margin-bottom: 10px;
}

.industry3-data .cCont1 .R .list li em {
    color: #515861;
    font-size: 16px;
}

.industry3-data .cCont1 .R .list li var {
    color: #17489c;
    font-size: 18px;
    font-family: 'Gilroy-Bold';
}

.industry3-data .cCont1 .R .list li h6 {
    display: inline-block;
    font: 14px 'Gilroy-Bold';
}

.industry3-data .cCont2 {
    height: 429px;
    overflow: hidden;
    background: url(/images/industry/industry2-data-cont2-bg.jpg) no-repeat center top;
    padding-top: 50px;
}

.industry3-data .cCont2 .Cont {
    height: 380px;
    background-color: #f1f1f1;
    padding: 0 30px;
}

.industry3-data .cCont2 .Cont h2 {
    color: #515861;
    font-size: 20px;
    padding: 45px 0 25px;
    border-bottom: 2px solid #d1dae7;
    margin-bottom: 25px;
}

.industry3-data .cCont2 .Cont .le {
    float: left;
    width: 810px;
}

.industry3-data .cCont2 .Cont .le .txt {
    width: 810px;
    height: 100px;
    box-sizing: content-box;
    padding-right: 20px;
    margin-bottom: 20px;
    overflow: auto;
}

.industry3-data .cCont2 .Cont .le .txt::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry3-data .cCont2 .Cont .le .txt::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry3-data .cCont2 .Cont .le p {
    color: #727478;
}

.industry3-data .cCont2 .Cont .le .xj {
    overflow: hidden;
}

.industry3-data .cCont2 .Cont .le .xj .dt {
    float: left;
    width: 70px;
}

.industry3-data .cCont2 .Cont .le .xj .dd {
    float: right;
    width: 740px;
}

.industry3-data .cCont2 .Cont .le .xj .dd h3 {
    color: #17489c;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: -2px;
}

.industry3-data .cCont2 .Cont .ri {
    float: right;
    width: 290px;
}

.industry3-data .cCont2 .Cont .ri .ew-bon .ew-m {
    float: left;
    border: 10px solid #ffffff;
    margin-right: 20px;
}

.industry3-data .cCont2 .Cont .ri .ew-bon h5 {
    padding-top: 75px;
    color: #515861;
    font-size: 16px;
    margin-bottom: 8px;
}

.industry3-data .cCont4 .auto {
    background-color: #f5f8fd;
    margin-top: 40px;
}

.industry3-data .cCont4 .xmt-dt {
    position: absolute;
    right: 30px;
    top: 30px;
}

.industry3-data .cCont4 .xmt-dt .li {
    float: left;
    margin-left: 24px;
    color: #8c8c8c;
    font-size: 16px;
    cursor: pointer;
}

.industry3-data .cCont4 .xmt-dt .li.on {
    color: #17489c;
}

.industry3-data .cCont4 .xmt-dd .xmtSlide {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.industry3-data .cCont4 .xmt-dd .xmtSlide .prev,
.industry3-data .cCont4 .xmt-dd .xmtSlide .next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.industry3-data .cCont4 .xmt-dd .xmtSlide .prev {
    left: 10px;
    background: url(/images/industry/industry1-data-prev2-on.png) no-repeat 0 0;
}

.industry3-data .cCont4 .xmt-dd .xmtSlide .prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry3-data .cCont4 .xmt-dd .xmtSlide .next {
    right: 10px;
    background: url(/images/industry/industry1-data-next2-on.png) no-repeat 0 0;
}

.industry3-data .cCont4 .xmt-dd .xmtSlide .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry3-data .cCont4 .xmt-dd .xmtSlide .bd ul {
    min-width: 1230px;
}

.industry3-data .cCont4 .xmt-dd .xmtSlide .bd li {
    float: left;
    width: 270px;
    height: 150px;
    margin-right: 20px;
    cursor: pointer;
}

.industry3-data .cCont4 .xmt-dd .xmtSlide .bd li img {
    width: 100%;
}

.industry3-data .xmt-pop .pop-cont {
    width: 810px;
    height: 450px;
}

.industry3-data .xmt-pop .pop-cont .pop-slider {
    position: absolute;
}

.industry3-data .xmt-pop .pop-cont .pop-slider .prev,
.industry3-data .xmt-pop .pop-cont .pop-slider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry3-data .xmt-pop .pop-cont .pop-slider .prev {
    left: -80px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry3-data .xmt-pop .pop-cont .pop-slider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry3-data .xmt-pop .pop-cont .pop-slider .next {
    right: -80px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry3-data .xmt-pop .pop-cont .pop-slider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry3-data .xmt-pop .pop-cont .pop-slider .bd li {
    width: 810px !important;
    height: 450px !important;
}

.industry3-data .xmt-pop .pop-cont .pop-slider .bd li img {
    width: 810px;
    height: 450px;
}

.industry3-data .cCont6 {
    padding-bottom: 100px;
    min-height: 70px;
    position: relative;
}

.industry3-data .cCont6:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry3-data .cCont6 h2 {
    color: #515861;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin: 40px 0;
}

.industry3-data .cCont6 .card-cont {
    width: 1240px;
}

.industry3-data .cCont6 .card-cont .card {
    float: left;
    width: 390px;
    height: 490px;
    border: 2px solid #f1f1ea;
    margin: 0 15px 40px 0;
    position: relative;
}

.industry3-data .cCont6 .card-cont .card:before {
    content: "";
    display: block;
    background: url(/images/industry/industry1-cont4-bor.png) no-repeat left bottom;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry3-data .cCont6 .card-cont .card:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry3-data .cCont6 .card-cont .card .img {
    height: 244px;
    overflow: hidden;
}

.industry3-data .cCont6 .card-cont .card .img img {
    width: 100%;
}

.industry3-data .cCont6 .card-cont .card .cont {
    padding: 40px 28px 0;
}

.industry3-data .cCont6 .card-cont .card .cont h3 {
    color: #515861;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
}

.industry3-data .cCont6 .card-cont .card .cont p {
    color: #948367;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.industry3-data .cCont6 .card-cont .card .cont ul {
    margin-top: 14px;
}

.industry3-data .cCont6 .card-cont .card .cont ul li {
    color: #535353;
}

.industry4 .cCont1 {
    padding-top: 80px;
    padding-bottom: 70px;
    min-height: 420px;
    background: url(/images/industry/industry4-cont1-bg.jpg) no-repeat center bottom;
}

.industry4 .cCont1 .L {
    float: left;
    width: 460px;
}

.industry4 .cCont1 .L .cont {
    margin-top: 30px;
}

.industry4 .cCont1 .L .cont h3 {
    color: #0d4098;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

.industry4 .cCont1 .L .cont h3 em {
    font-family: 'Gilroy-Bold';
}

.industry4 .cCont1 .L .cont h4 {
    color: #cda173;
    font: 26px/1 'Gilroy-Bold';
    margin-bottom: 10px;
}

.industry4 .cCont1 .L .cont h4 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.industry4 .cCont1 .L .cont p {
    color: #808080;
}

.industry4 .cCont1 .R {
    float: right;
    width: 670px;
    padding-top: 70px;
}

.industry4 .cCont1 .R p {
    color: #808080;
    margin-top: 14px;
}

.industry4 .cCont2 {
    height: 489px;
    background: url(/images/industry/industry4-cont2-bg.jpg) no-repeat center top;
}

.industry4 .cCont2 .poCont {
    width: 739px;
    height: 410px;
    padding: 60px 80px 0;
    background: url(/images/industry/industry4-cont2-pos-bg.jpg) no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 40px;
}

.industry4 .cCont2 .poCont h2 {
    color: #004098;
    font-size: 36px;
    margin-bottom: 14px;
}

.industry4 .cCont2 .poCont h3 {
    color: #deaf83;
    font: 36px/28px 'Gilroy-Bold';
    line-height: 1;
    margin-bottom: 20px;
}

.industry4 .cCont2 .poCont .txt {
    width: 579px;
    box-sizing: content-box;
    padding-right: 15px;
    max-height: 145px;
    margin-bottom: 30px;
    overflow: auto;
}

.industry4 .cCont2 .poCont .txt::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry4 .cCont2 .poCont .txt::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry4 .cCont2 .poCont p {
    color: #898077;
}

.industry4 .cCont2 .poCont .inEw {
    float: left;
    position: relative;
}

.industry4 .cCont2 .poCont .inEw:hover .pos {
    display: block;
}

.industry4 .cCont2 .poCont .inEw .pos {
    display: none;
    width: 80px;
    height: 100px;
    position: absolute;
    left: 50px;
    top: -24px;
    z-index: 99;
}

.industry4 .cCont3 {
    height: 480px;
    background: url(/images/industry/industry4-cont3-bg.jpg) no-repeat center top;
}

.industry4 .cCont3 .ti {
    padding-top: 80px;
    margin-bottom: 70px;
}

.industry4 .cCont3 .ti h2 {
    color: #a08268;
    font-size: 20px;
    margin-bottom: 10px;
}

.industry4 .cCont3 .ti h3 {
    color: #cda173;
    font: 300 26px 'Gilroy-Bold';
}

.industry4 .cCont3 .ti h3 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.industry4 .cCont3 .dateSlider {
    width: 1084px;
    position: relative;
}

.industry4 .cCont3 .dateSlider:before {
    content: "";
    border-bottom: 2px solid #e8dcbf;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
}

.industry4 .cCont3 .dateSlider .prev,
.industry4 .cCont3 .dateSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 23px;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry4 .cCont3 .dateSlider .prev {
    right: -56px;
    background: url(/images/industry/industry2-cont3-prev.png) no-repeat 0 0;
}

.industry4 .cCont3 .dateSlider .prev:hover {
    background: url(/images/industry/industry2-cont3-prev-on.png) no-repeat 0 0;
}

.industry4 .cCont3 .dateSlider .next {
    right: -120px;
    background: url(/images/industry/industry2-cont3-next.png) no-repeat 0 0;
}

.industry4 .cCont3 .dateSlider .next:hover {
    background: url(/images/industry/industry2-cont3-next-on.png) no-repeat 0 0;
}

.industry4 .cCont3 .dateSlider .bd {
    width: 1084px;
    overflow: hidden;
}

.industry4 .cCont3 .dateSlider .bd ul {
    width: 1130px;
}

.industry4 .cCont3 .dateSlider .bd li {
    float: left;
    width: 241px;
    margin-right: 40px;
}

.industry4 .cCont3 .dateSlider .bd li .dl .dt {
    height: 50px;
    color: #d1a54c;
    font: 36px/28px 'Gilroy-Bold';
    margin-bottom: 30px;
    position: relative;
}

.industry4 .cCont3 .dateSlider .bd li .dl .dt:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #d7c19c;
    background-color: #f7efde;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50;
    position: absolute;
    left: 36px;
    top: 45px;
}

.industry4 .cCont3 .dateSlider .bd li .dl .dd {
    height: 144px;
    overflow: auto;
    width: 241px;
    padding-right: 14px;
}

.industry4 .cCont3 .dateSlider .bd li .dl .dd::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry4 .cCont3 .dateSlider .bd li .dl .dd::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry4 .cCont3 .dateSlider .bd li .dl .dd p {
    color: #74604d;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.industry4 .cCont4 {
    padding-top: 100px;
}

.industry4 .cCont4 .kCont-dt {
    position: absolute;
    right: 0;
    top: -50px;
}

.industry4 .cCont4 .kCont-dt:before {
    content: "";
    width: 20px;
    height: 22px;
    background: url(/images/industry/industry4-cont4-kongt-dt-ic.png) no-repeat 0 0;
    position: absolute;
    left: -7px;
    top: -4px;
}

.industry4 .cCont4 .kCont-dt li {
    float: left;
    margin-left: 30px;
    line-height: 1;
    color: #9b9894;
    cursor: pointer;
}

.industry4 .cCont4 .kCont-dt li.on {
    color: #004098;
}

.industry4 .cCont4 .kCont-dd .slideBox {
    position: relative;
}

.industry4 .cCont4 .kCont-dd .slideBox .dax-in {
    color: #deaf83;
    font-size: 24px;
    font-family: 'Gilroy-Bold';
    position: absolute;
    left: 50px;
    top: 50px;
}

.industry4 .cCont4 .kCont-dd .slideBox .dax-in i {
    font-size: 22px;
}

.industry4 .cCont4 .kCont-dd .slideBox .next,
.industry4 .cCont4 .kCont-dd .slideBox .prev {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry4 .cCont4 .kCont-dd .slideBox .prev {
    left: -96px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry4 .cCont4 .kCont-dd .slideBox .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry4 .cCont4 .kCont-dd .slideBox .next {
    right: -96px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry4 .cCont4 .kCont-dd .slideBox .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry4 .cCont4 .kCont {
    height: 384px;
    overflow: hidden;
}

.industry4 .cCont4 .kCont .L {
    float: left;
    width: 433px;
    height: 384px;
    background: url(/images/industry/industry4-cont5-le-bg.jpg) no-repeat 0 0;
    padding: 124px 50px 60px;
}

.industry4 .cCont4 .kCont .L h2 {
    color: #004098;
    font-size: 22px;
    margin-bottom: 10px;
}

.industry4 .cCont4 .kCont .L h3 {
    color: #deaf83;
    font: 300 30px/1 'Gilroy-Bold';
    margin-bottom: 30px;
}

.industry4 .cCont4 .kCont .L .txt {
    width: 333px;
    box-sizing: content-box;
    padding-right: 15px;
    max-height: 100px;
    overflow: auto;
}

.industry4 .cCont4 .kCont .L .txt::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.industry4 .cCont4 .kCont .L .txt::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.industry4 .cCont4 .kCont .L p {
    color: #9b9691;
}

.industry4 .cCont4 .kCont .L .icMore {
    margin-top: 30px;
}

.industry4 .cCont4 .kCont .R {
    float: left;
    width: 766px;
    height: 384px;
}

.industry4 .cCont5 {
    padding: 60px 0;
    background-color: #fefbf8;
}

.industry4 .cCont5 .kasCard {
    margin-top: 30px;
    position: relative;
}

.industry4 .cCont5 .kasCard .next,
.industry4 .cCont5 .kasCard .prev {
    width: 56px;
    height: 56px;
    position: absolute;
    top: -80px;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry4 .cCont5 .kasCard .prev {
    left: -96px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry4 .cCont5 .kasCard .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry4 .cCont5 .kasCard .next {
    right: -96px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry4 .cCont5 .kasCard .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry4 .cCont5 .kasCard .bd>ul {
    min-width: 1240px;
}

.industry4 .cCont5 .kasCard .bd li {
    float: left;
    width: 380px;
    height: 360px;
    margin-right: 30px;
    cursor: pointer;
}

.industry4 .cCont5 .kasCard .bd li .cont {
    padding: 30px 12px;
}

.industry4 .cCont5 .kasCard .bd li .cont h4 {
    color: #515861;
    font-size: 20px;
    margin-bottom: 14px;
}

.industry4 .cCont5 .kasCard .bd li .cont .txt {
    width: 356px;
    box-sizing: content-box;
    padding-right: 15px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.industry4 .cCont5 .kasCard .bd li .cont p {
    color: #999796;
}

.industry4 .cCont5 .kasCard .bd li .img {
    height: 300;
    overflow: hidden;
}

.industry4 .cCont5 .kasCard .bd li .img img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.industry4 .cCont5 .kasCard .bd li:hover .img img {
    transform: scale(1.03);
}

.industry4 .cCont6 {
    padding: 60px 0 100px;
    min-height: 70px;
    position: relative;
}

.industry4 .cCont6:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry4 .cCont6 .jasSlider {
    width: 1200px;
    margin-top: 45px;
    position: relative;
}

.industry4 .cCont6 .jasSlider .prev,
.industry4 .cCont6 .jasSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 80px;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry4 .cCont6 .jasSlider .prev {
    left: -95px;
    background: url(/images/industry/industry2-cont3-prev.png) no-repeat 0 0;
}

.industry4 .cCont6 .jasSlider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry4 .cCont6 .jasSlider .next {
    right: -95px;
    background: url(/images/industry/industry2-cont3-next.png) no-repeat 0 0;
}

.industry4 .cCont6 .jasSlider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry4 .cCont6 .jasSlider .bd {
    height: 300px;
    overflow: hidden;
}

.industry4 .cCont6 .jasSlider .bd ul {
    min-width: 1230px;
}

.industry4 .cCont6 .jasSlider .bd li {
    float: left;
    height: 300px;
    margin-right: 30px;
    cursor: pointer;
}

.industry4 .cCont6 .jasSlider .bd li h4 {
    color: #808080;
    display: table-cell;
    width: 340px;
    height: 70px;
    line-height: 22px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}

.industry4 .cCont6 .jasSlider .bd li .pop-slide {
    display: none;
}

.industry4 .youxiu-pop .pop-cont {
    width: 660px;
    height: 625px;
    background-color: #FFF;
    padding: 40px;
}

.industry4 .youxiu-pop .pop-cont .img {
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.industry4 .youxiu-pop .pop-cont .img img {
    display: block;
    width: 100%;
}

.industry4 .youxiu-pop .pop-cont h3 {
    color: #515861;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 14px;
}

.industry4 .youxiu-pop .pop-cont .txt {
    width: 595px;
    height: 202px;
    padding-right: 15px;
    box-sizing: border-box;
    overflow: auto;
}

.industry4 .youxiu-pop .pop-cont p {
    color: #8f8e8e;
    margin-bottom: 14px;
}

.industry4 .indus4Jchd-pop .pop-cont {
    width: 800px;
    height: 464px;
}

.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .prev,
.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .prev {
    left: -80px;
    background: url(/images/industry/industry3-cont6-prev.png) no-repeat 0 0;
}

.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .next {
    right: -80px;
    background: url(/images/industry/industry3-cont6-next.png) no-repeat 0 0;
}

.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .bd img {
    width: 100%;
}

.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .hd {
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 99;
}

.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .hd li {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin: 0 4px;
    background-color: #000;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.industry4 .indus4Jchd-pop .pop-cont .indus4Jchd-slide .hd li.on {
    width: 30px;
    background-color: #b20a2f;
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry4-data .xTit {
    color: #515861;
    font-size: 20px;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.industry4-data .cCxw {
    padding: 30px;
    background-color: #fafafa;
    margin-top: 20px;
}

.industry4-data .cCont1 {
    padding-top: 80px;
    background: #f7f5f6 url(../images/industry/industry2-data-cont1-bg.jpg) no-repeat center bottom;
}

.industry4-data .cCont1 .auto {
    background: url(/images/industry/industry4-data-cont1-bg-i.jpg) no-repeat right top;
    padding-bottom: 40px;
}

.industry4-data .cCont1 .auto:after {
    content: "";
    display: block;
    clear: both;
}

.industry4-data .cCont1 .reBtn {
    width: 115px;
    height: 42px;
    color: #969696;
    border: 2px solid #e1e5eb;
    border-radius: 42px;
    text-indent: 18px;
    line-height: 38px;
    background: url(/images/industry/industry1-data-retutn-ic.png) no-repeat right 14px center;
    position: absolute;
    right: 0;
    top: -60px;
}

.industry4-data .cCont1 .L {
    float: left;
    width: 767px;
    height: 465px;
}

.industry4-data .cCont1 .L .tonSlider {
    width: 767px;
    height: 384px;
    margin-top: 40px;
    position: relative;
}

.industry4-data .cCont1 .L .tonSlider .prev,
.industry4-data .cCont1 .L .tonSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry4-data .cCont1 .L .tonSlider .prev {
    left: 20px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry4-data .cCont1 .L .tonSlider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry4-data .cCont1 .L .tonSlider .next {
    right: 20px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry4-data .cCont1 .L .tonSlider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry4-data .cCont1 .L .tonSlider .bd li {
    width: 767px;
    height: 384px;
    overflow: hidden;
}

.industry4-data .cCont1 .L .tonSlider .bd li img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.industry4-data .cCont1 .R {
    float: right;
    width: 345px;
    margin-right: 25px;
    padding-top: 65px;
}

.industry4-data .cCont1 .R .ton {
    height: 150px;
    padding-bottom: 24px;
    margin-bottom: 26px;
    border-bottom: 3px solid #e9e9e9;
}

.industry4-data .cCont1 .R .ton .logBi {
    height: 150px;
}

.industry4-data .cCont1 .R .ton h2 {
    color: #515861;
    margin-bottom: 26px;
    font-size: 22px;
}

.industry4-data .cCont1 .R .ton p {
    color: #d1a54c;
    font-size: 16px;
    line-height: 30px;
}

.industry4-data .cCont1 .R h3 {
    color: #515861;
    font-size: 22px;
    margin-bottom: 25px;
}

.industry4-data .cCont1 .R .list li {
    color: #a59a90;
    margin-bottom: 10px;
}

.industry4-data .cCont1 .R .list li em {
    color: #515861;
    font-size: 16px;
}

.industry4-data .cCont1 .R .list li var {
    color: #17489c;
    font-size: 18px;
    font-family: 'Gilroy-Bold';
}

.industry4-data .cCont1 .R .list li h6 {
    display: inline-block;
    font: 14px 'Gilroy-Bold';
}

.industry4-data .cCont2 {
    overflow: hidden;
    background: url(/images/industry/industry4-data-cont2-bom-bg.jpg) no-repeat center top;
    padding-top: 50px;
    padding-bottom: 130px;
    min-height: 70px;
    position: relative;
}

.industry4-data .cCont2:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry4-data .cCont2 .Cont {
    min-height: 380px;
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 0 30px;
    position: relative;
}

.industry4-data .cCont2 .Cont h2 {
    color: #515861;
    font-size: 20px;
    padding: 45px 0 25px;
    border-bottom: 2px solid #d1dae7;
    margin-bottom: 25px;
}

.industry4-data .cCont2 .Cont .le {
    float: left;
    width: 740px;
    padding-bottom: 90px;
}

.industry4-data .cCont2 .Cont .le p {
    color: #727478;
}

.industry4-data .cCont2 .Cont .le .xj {
    overflow: hidden;
}

.industry4-data .cCont2 .Cont .le .xj .dt {
    float: left;
    width: 70px;
}

.industry4-data .cCont2 .Cont .le .xj .dd {
    float: right;
    width: 740px;
}

.industry4-data .cCont2 .Cont .le .xj .dd h3 {
    color: #17489c;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: -2px;
}

.industry4-data .cCont2 .Cont .ri {
    width: 372px;
    height: 602px;
    padding-right: 30px;
    background: url(/images/industry/industry4-data-cont2-ri-bg.jpg) no-repeat center top;
    position: absolute;
    right: 0;
    top: 0;
}

.industry4-data .cCont2 .Cont .ri .fka-slider {
    position: relative;
}

.industry4-data .cCont2 .Cont .ri .fka-slider .hd {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 240px;
}

.industry4-data .cCont2 .Cont .ri .fka-slider .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #dabea4;
    margin: 0 4px;
    border-radius: 50px;
}

.industry4-data .cCont2 .Cont .ri .fka-slider .hd li.on {
    background-color: #477174;
}

.industry4-data .cCont4 .auto {
    background-color: #f5f8fd;
    margin-top: 40px;
}

.industry4-data .cCont4 .xmt-dt {
    position: absolute;
    right: 30px;
    top: 30px;
}

.industry4-data .cCont4 .xmt-dt .li {
    float: left;
    margin-left: 24px;
    color: #8c8c8c;
    font-size: 16px;
    cursor: pointer;
}

.industry4-data .cCont4 .xmt-dt .li.on {
    color: #17489c;
}

.industry4-data .cCont4 .xmt-dd .xmtSlide {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.industry4-data .cCont4 .xmt-dd .xmtSlide .prev,
.industry4-data .cCont4 .xmt-dd .xmtSlide .next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.industry4-data .cCont4 .xmt-dd .xmtSlide .prev {
    left: 10px;
    background: url(/images/industry/industry1-data-prev2-on.png) no-repeat 0 0;
}

.industry4-data .cCont4 .xmt-dd .xmtSlide .prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry4-data .cCont4 .xmt-dd .xmtSlide .next {
    right: 10px;
    background: url(/images/industry/industry1-data-next2-on.png) no-repeat 0 0;
}

.industry4-data .cCont4 .xmt-dd .xmtSlide .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry4-data .cCont4 .xmt-dd .xmtSlide .bd ul {
    min-width: 1230px;
}

.industry4-data .cCont4 .xmt-dd .xmtSlide .bd li {
    float: left;
    width: 270px;
    height: 150px;
    margin-right: 20px;
    cursor: pointer;
}

.industry4-data .cCont4 .xmt-dd .xmtSlide .bd li img {
    width: 100%;
}

.industry4-data .xmt-pop .pop-cont {
    width: 810px;
    height: 450px;
}

.industry4-data .xmt-pop .pop-cont .pop-slider {
    position: absolute;
}

.industry4-data .xmt-pop .pop-cont .pop-slider .prev,
.industry4-data .xmt-pop .pop-cont .pop-slider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry4-data .xmt-pop .pop-cont .pop-slider .prev {
    left: -80px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.industry4-data .xmt-pop .pop-cont .pop-slider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.industry4-data .xmt-pop .pop-cont .pop-slider .next {
    right: -80px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.industry4-data .xmt-pop .pop-cont .pop-slider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.industry4-data .xmt-pop .pop-cont .pop-slider .bd li {
    width: 810px !important;
    height: 450px !important;
}

.industry4-data .xmt-pop .pop-cont .pop-slider .bd li img {
    width: 810px;
    height: 450px;
}

.industry4-data .cCont6 {
    padding-bottom: 100px;
    min-height: 70px;
    position: relative;
}

.industry4-data .cCont6:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.industry4-data .cCont6 h2 {
    color: #515861;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin: 40px 0;
}

.industry4-data .cCont6 .card-cont {
    width: 1240px;
}

.industry4-data .cCont6 .card-cont .card {
    float: left;
    width: 390px;
    height: 490px;
    border: 2px solid #f1f1ea;
    margin: 0 15px 40px 0;
    position: relative;
}

.industry4-data .cCont6 .card-cont .card:before {
    content: "";
    display: block;
    background: url(/images/industry/industry1-cont4-bor.png) no-repeat left bottom;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry4-data .cCont6 .card-cont .card:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.industry4-data .cCont6 .card-cont .card .img {
    height: 244px;
    overflow: hidden;
}

.industry4-data .cCont6 .card-cont .card .img img {
    width: 100%;
}

.industry4-data .cCont6 .card-cont .card .cont {
    padding: 40px 28px 0;
}

.industry4-data .cCont6 .card-cont .card .cont h3 {
    color: #515861;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
}

.industry4-data .cCont6 .card-cont .card .cont p {
    color: #948367;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.industry4-data .cCont6 .card-cont .card .cont ul {
    margin-top: 14px;
}

.industry4-data .cCont6 .card-cont .card .cont ul li {
    color: #535353;
}

.industry5 .cCont1 {
    padding-top: 80px;
    padding-bottom: 70px;
    min-height: 420px;
    background: url(/images/industry/industry4-cont1-bg.jpg) no-repeat center bottom;
}

.industry5 .cCont1 .L {
    float: left;
    width: 460px;
}

.industry5 .cCont1 .L .cont {
    margin-top: 30px;
}

.industry5 .cCont1 .L .cont h3 {
    color: #0d4098;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}

.industry5 .cCont1 .L .cont h3 em {
    font-family: 'Gilroy-Bold';
}

.industry5 .cCont1 .L .cont h4 {
    color: #cda173;
    font: 26px/1 'Gilroy-Bold';
    opacity: 0.3;
    filter: alpha(opacity=30);
    margin-bottom: 10px;
}

.industry5 .cCont1 .L .cont p {
    color: #808080;
}

.industry5 .cCont1 .R {
    float: right;
    width: 670px;
    padding-top: 70px;
}

.industry5 .cCont1 .R p {
    color: #808080;
    margin-top: 14px;
}

.industry5 .cCont2 {
    height: 489px;
    background: url(/images/industry/industry5-cont2bg.jpg) no-repeat center top;
}

.industry5 .cCont2 .cont {
    width: 400px;
    position: absolute;
    top: 136px;
    left: 540px;
}

.industry5 .cCont2 .cont h2 {
    color: #ffba77;
    font: 36px/34px 'Gilroy-Bold';
    margin-bottom: 12px;
}

.industry5 .cCont2 .cont h3 {
    color: #81b8f1;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 25px;
}

.industry5 .cCont2 .cont .shaBtn {
    width: 225px;
    height: 40px;
    border: 1px solid #50719b;
    background: url(/images/industry/industry5-cont2-ic1.png) no-repeat 24px center;
    padding: 0 70px 0 50px;
    line-height: 40px;
    position: relative;
}

.industry5 .cCont2 .cont .shaBtn .bar {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.industry5 .cCont2 .cont .shaBtn:hover .bar {
    right: 20px;
}

.customer1 .cCont1 {
    height: 624px;
    background: url(/images/customer/customer1-cont1-bg.jpg);
}

.customer1 .cCont2 {
    padding-top: 80px;
    padding-bottom: 220px;
    min-height: 488px;
    background: url(/images/customer/customer1-cont2-bg.jpg) no-repeat center bottom;
}

.customer1 .cCont2 .L {
    float: left;
    width: 460px;
}

.customer1 .cCont2 .L .cont {
    margin-top: 30px;
}

.customer1 .cCont2 .L .cont h3 {
    color: #0d4098;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

.customer1 .cCont2 .L .cont h3 em {
    font-family: 'Gilroy-Bold';
}

.customer1 .cCont2 .L .cont h4 {
    color: #cda173;
    font: 26px/1 'Gilroy-Bold';
    margin-bottom: 10px;
}

.customer1 .cCont2 .L .cont h4 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.customer1 .cCont2 .L .cont p {
    color: #808080;
}

.customer1 .cCont2 .R {
    float: right;
    width: 670px;
    padding-top: 70px;
}

.customer1 .cCont2 .R p {
    color: #808080;
    margin-top: 14px;
}

.customer1 .cCont3 {
    height: 513px;
    background: url(/images/customer/customer1-cont3-bg.jpg) no-repeat center top;
    padding-top: 67px;
}

.customer1 .cCont3 .list-card {
    width: 1206px;
}

.customer1 .cCont3 .list-card .li {
    float: left;
    width: 235px;
    height: 360px;
    margin-right: 6px;
    border: 1px solid #e5dcc7;
    padding: 110px 30px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: default;
    position: relative;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.customer1 .cCont3 .list-card .li .img {
    height: 105px;
    background-color: #779664;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customer1 .cCont3 .list-card .li .img .lg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.customer1 .cCont3 .list-card .li h3 {
    margin-top: 20px;
    color: #555251;
    font-size: 20px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customer1 .cCont3 .list-card .li h4 {
    height: 30px;
    color: #dad7d0;
    font: 15px/14px 'Gilroy-Bold';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customer1 .cCont3 .list-card .li h5 {
    height: 30px;
    color: #004098;
    font: 22px/18px 'Gilroy-Bold';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customer1 .cCont3 .list-card .li .txt {
    box-sizing: content-box;
    width: 180px;
    height: 140px;
    padding-right: 15px;
    overflow: auto;
}

.customer1 .cCont3 .list-card .li .txt::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.customer1 .cCont3 .list-card .li .txt::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.customer1 .cCont3 .list-card .li p {
    color: #767371;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customer1 .cCont3 .list-card .li:hover .img {
    background-color: #ffba00;
}

.customer1 .cCont4 {
    height: 640px;
    background: url(/images/customer/customer1-cont4-bg.jpg) no-repeat center top;
}

.customer1 .cCont4 .yus-dtWrap {
    width: 467px;
    height: 410px;
    padding: 60px 0 0 0;
    background: #FFF url(../images/customer/customer1-cont4-bg-le.jpg) no-repeat bottom left;
    position: absolute;
    left: 0px;
    top: 110px;
}

.customer1 .cCont4 .yus-dtWrap:before {
    content: "";
    display: block;
    width: 106px;
    height: 138px;
    background: url(/images/customer/customer1-cont4-le-ic2.png) no-repeat 0 0;
    position: absolute;
    right: 33px;
    top: 320px;
}

.customer1 .cCont4 .yus-dtWrap .yus-dt {
    padding-left: 37px;
}

.customer1 .cCont4 .yus-dtWrap .yus-dt .li {
    float: left;
    color: #a5a5a4;
    font-size: 20px;
    margin-right: 30px;
    cursor: pointer;
}

.customer1 .cCont4 .yus-dtWrap .yus-dt .li.on {
    color: #585858;
}

.customer1 .cCont4 .yus-dd {
    width: 1093px;
    height: 624px;
    position: absolute;
    right: -360px;
    top: 0;
}

.customer1 .cCont4 .yus-dd .dd-cont {
    width: 410px;
    position: absolute;
    left: -428px;
    top: 240px;
}

.customer1 .cCont4 .yus-dd .dd-cont h3 {
    color: #779664;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}

.customer1 .cCont4 .yus-dd .dd-cont p {
    color: #91aa81;
}

.customer1 .cCont4 .yus-dd .yusSlider .prev,
.customer1 .cCont4 .yus-dd .yusSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 400px;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customer1 .cCont4 .yus-dd .yusSlider .prev {
    left: -427px;
    background: url(/images/customer/customer1-cont4-prev.png) no-repeat 0 0;
}

.customer1 .cCont4 .yus-dd .yusSlider .prev:hover {
    background: url(/images/customer/customer1-cont4-prev-on.png) no-repeat 0 0;
}

.customer1 .cCont4 .yus-dd .yusSlider .next {
    left: -363px;
    background: url(/images/customer/customer1-cont4-next.png) no-repeat 0 0;
}

.customer1 .cCont4 .yus-dd .yusSlider .next:hover {
    background: url(/images/customer/customer1-cont4-next-on.png) no-repeat 0 0;
}

.customer1 .cCont4 .yus-dd .yusSlider .num {
    position: absolute;
    left: -286px;
    top: 415px;
    color: #999896;
}

.customer1 .cCont4 .yus-dd .yusSlider .num em {
    display: inline-block;
    font: 20px/1 'Montserrat';
}

.customer1 .cCont4 .yus-dd .yusSlider .num i {
    font-size: 17px;
    position: relative;
    top: -1px;
    left: -1px;
}

.customer1 .cCont4 .yus-dd .yusSlider .bd li {
    width: 1093px;
    height: 624px;
    overflow: hidden;
}

.customer1 .cCont4 .yus-dd .yusSlider .bd li img {
    display: block;
    width: 100%;
    height: 624px;
}

.customer1 .cCont4 .yus-dd .yusSlider .hd {
    width: 746px;
    height: 104px;
    padding-left: 2px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 99;
}

.customer1 .cCont4 .yus-dd .yusSlider .hd ul li {
    float: left;
    width: 184px;
    height: 100px;
    overflow: hidden;
    border: 2px solid #aac0bc;
    margin-left: -2px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.customer1 .cCont4 .yus-dd .yusSlider .hd ul li.on {
    border: 2px solid #6c8894;
    z-index: 40;
}

.customer1-data .cCont1 {
    padding-top: 116px;
    background: url(/images/customer/customer1-data-cont1-bg.jpg) no-repeat center top;
}

.customer1-data .cCont1 .reBtn {
    width: 115px;
    height: 42px;
    color: #b4c6d0;
    border: 2px solid #51778d;
    border-radius: 42px;
    text-indent: 18px;
    line-height: 38px;
    background: url(/images/industry/industry1-data-retutn-ic2.png) no-repeat right 14px center;
    position: absolute;
    left: 100px;
    top: -75px;
}

.customer1-data .cCont1 .dxaSlider {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.customer1-data .cCont1 .dxaSlider .prev,
.customer1-data .cCont1 .dxaSlider .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 225px;
    margin: auto;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.customer1-data .cCont1 .dxaSlider .prev {
    left: -100px;
    background: url(/images/industry/industry1-data-prev.png) no-repeat 0 0;
}

.customer1-data .cCont1 .dxaSlider .prev:hover {
    background: url(/images/industry/industry1-data-prev-on.png) no-repeat 0 0;
}

.customer1-data .cCont1 .dxaSlider .next {
    right: -100px;
    background: url(/images/industry/industry1-data-next.png) no-repeat 0 0;
}

.customer1-data .cCont1 .dxaSlider .next:hover {
    background: url(/images/industry/industry1-data-next-on.png) no-repeat 0 0;
}

.customer1-data .cCont1 .dxaSlider .bd li .img {
    height: 568px;
    border: 10px solid #fff9f2;
    border-bottom: none;
    overflow: hidden;
}

.customer1-data .cCont1 .dxaSlider .bd li .img img {
    width: 100%;
}

.customer1-data .cCont1 .dxaSlider .bd li .cont {
    height: 350px;
    background-color: #ffefdd;
    padding: 50px 30px 0;
}

.customer1-data .cCont1 .dxaSlider .bd li .cont h3 {
    color: #515861;
    font-size: 22px;
    height: 40px;
    border-bottom: 2px solid #f4e2ce;
    margin-bottom: 15px;
}

.customer1-data .cCont1 .dxaSlider .bd li .cont .txt {
    width: 940px;
    padding-right: 15px;
    box-sizing: content-box;
    height: 219px;
    overflow: auto;
}

.customer1-data .cCont1 .dxaSlider .bd li .cont .txt::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.customer1-data .cCont1 .dxaSlider .bd li .cont .txt::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.customer1-data .cCont1 .dxaSlider .bd li .cont p {
    color: #8f8984;
}

.customer1-data .cCont2 {
    background-color: #e2e2e2;
    padding-bottom: 90px;
}

.customer1-data .cCont2 .contSx {
    width: 1000px;
    margin: 0 auto;
    padding: 45px 30px;
    min-height: 370px;
    background-color: #fff9f2;
    position: relative;
}

.customer1-data .cCont2 .contSx h2 {
    color: #004098;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eae6e4;
}

.customer1-data .cCont2 .contSx p {
    color: #909296;
}

.join1 .cCont1 {
    padding-top: 80px;
    padding-bottom: 70px;
    background: url(/images/join/join1-cont1-bg.jpg) no-repeat center bottom;
}

.join1 .cCont1 .L {
    float: left;
    width: 460px;
}

.join1 .cCont1 .L .cont {
    margin-top: 30px;
}

.join1 .cCont1 .L .cont h3 {
    color: #0d4098;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

.join1 .cCont1 .L .cont h3 em {
    font-family: 'Gilroy-Bold';
}

.join1 .cCont1 .L .cont h4 {
    color: #cda173;
    font: 26px/1 'Gilroy-Bold';
    margin-bottom: 10px;
}

.join1 .cCont1 .L .cont h4 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.join1 .cCont1 .L .cont p {
    color: #808080;
}

.join1 .cCont1 .R {
    float: right;
    width: 670px;
    padding-top: 70px;
}

.join1 .cCont1 .R p {
    color: #808080;
    margin-top: 14px;
}

.join1 .cCont2 {
    height: 689px;
    background: url(/images/join/join1-cont2-bg.jpg) no-repeat center top;
    padding-top: 55px;
}

.join1 .cCont2 h2 {
    color: #fff7ec;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

.join1 .cCont2 h3 {
    color: #d8bf9c;
    font-size: 26px;
    text-align: center;
    margin-bottom: 65px;
}

.join1 .cCont2 h3 em {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.join1 .cCont2 .card {
    width: 1050px;
    margin: 0 auto;
}

.join1 .cCont2 .card .li {
    float: left;
    width: 380px;
    height: 380px;
    background: url(/images/join/join1-cont2-bx.png) no-repeat 0 0;
}

.join1 .cCont2 .card .li .cont {
    width: 260px;
    padding-top: 75px;
    margin: 0 auto;
}

.join1 .cCont2 .card .li .txt {
    box-sizing: content-box;
    width: 100%;
    height: 170px;
    overflow: auto;
    padding-right: 10px;
}

.join1 .cCont2 .card .li h4 {
    margin-bottom: 26px;
    color: #fba85c;
    font-size: 32px;
    font-family: 'Gilroy-Bold';
    text-align: center;
}

.join1 .cCont2 .card .li p {
    color: #d6b88e;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.join1 .cCont2 .card .li.i2 {
    margin: 0 -46px;
    position: relative;
    z-index: 20;
}

.join1 .cCont2 .card .li.i2:after,
.join1 .cCont2 .card .li.i2:before {
    content: "";
    display: block;
    width: 46px;
    height: 179px;
    background: url(/images/join/join1-cont2-bx-fs.png) no-repeat center top;
    position: absolute;
    top: 100px;
}

.join1 .cCont2 .card .li.i2:before {
    left: 0;
}

.join1 .cCont2 .card .li.i2:after {
    right: 0;
}

.join1 .cCont3 {
    height: 680px;
    background-color: #f3f4f5;
}

.join1 .cCont3 .wrap {
    width: 1370px;
    height: 720px;
    margin: 0 auto;
    position: relative;
}

.join1 .cCont3 .wrap .Cont {
    width: 100%;
    height: 720px;
    padding-top: 70px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: -40px;
}

.join1 .cCont3 .wrap h2 {
    margin-bottom: 40px;
}

.join1 .cCont3 .wrap .kon-dt {
    float: left;
    width: 260px;
    border-top: 2px solid #f0f0f0;
}

.join1 .cCont3 .wrap .kon-dt .li {
    height: 70px;
    border: 2px solid #f0f0f0;
    border-top: none;
    color: #847d77;
    font-size: 15px;
    padding: 0 24px;
    line-height: 66px;
    cursor: pointer;
    position: relative;
}

.join1 .cCont3 .wrap .kon-dt .li:before {
    content: "";
    width: 20px;
    height: 0;
    border-top: 2px solid #76ab7c;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.join1 .cCont3 .wrap .kon-dt .li:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 15px;
}

.join1 .cCont3 .wrap .kon-dt .li.on {
    color: #004098;
}

.join1 .cCont3 .wrap .kon-dt .li.on:before {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 15px;
}

.join1 .cCont3 .wrap .kon-de {
    position: absolute;
    left: 310px;
    top: 130px;
    color: #847d77;
}

.join1 .cCont3 .wrap .kon-de em {
    font: 24px/1 'Gilroy-Bold';
}

.join1 .cCont3 .wrap .kon-de i {
    font-size: 22px;
    position: relative;
    top: -2px;
}

.join1 .cCont3 .wrap .kon-dd {
    float: right;
    width: 890px;
}

.join1 .cCont3 .wrap .kon-dd .le {
    float: left;
    width: 334px;
    padding-top: 105px;
    position: relative;
}

.join1 .cCont3 .wrap .kon-dd .le:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 2px solid #76ab7c;
    position: absolute;
    left: 0;
    top: 68px;
    animation: cont3_bor_aim 0.7s ease-in-out forwards;
    z-index: 99;
}

@keyframes cont3_bor_aim {
    0% {
        width: 0;
    }

    100% {
        width: 470px;
    }
}

.join1 .cCont3 .wrap .kon-dd .le h3 {
    color: #645345;
    font-size: 26px;
    margin-bottom: 8px;
}

.join1 .cCont3 .wrap .kon-dd .le h4 {
    color: #76ab7c;
    opacity: 0.7;
    filter: alpha(opacity=70);
    font: 24px/1 'Gilroy-Bold';
    margin-bottom: 20px;
}

.join1 .cCont3 .wrap .kon-dd .le .txt {
    width: 100%;
    height: 300px;
    box-sizing: content-box;
    padding-right: 15px;
    overflow: auto;
}

.join1 .cCont3 .wrap .kon-dd .le p {
    color: #a5a5a5;
    margin-bottom: 16px;
}

.join1 .cCont3 .wrap .kon-dd .poImg {
    float: right;
    width: 504px;
    height: 550px;
    overflow: hidden;
}

.join2 .cCont1 {
    padding-top: 80px;
    padding-bottom: 70px;
    background: url(/images/join/join2-cont1-bg.jpg) no-repeat center bottom -1px;
}

.join2 .cCont1 .L {
    float: left;
    width: 460px;
}

.join2 .cCont1 .L .cont {
    margin-top: 30px;
}

.join2 .cCont1 .L .cont h3 {
    color: #0d4098;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 6px;
}

.join2 .cCont1 .L .cont h3 em {
    font-family: 'Gilroy-Bold';
}

.join2 .cCont1 .L .cont h4 {
    color: #cda173;
    font: 26px/1 'Gilroy-Bold';
    margin-bottom: 10px;
}

.join2 .cCont1 .L .cont h4 em {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.join2 .cCont1 .L .cont p {
    color: #808080;
}

.join2 .cCont1 .R {
    float: right;
    width: 670px;
    padding-top: 70px;
}

.join2 .cCont1 .R p {
    color: #808080;
    margin-top: 14px;
}

.join2 .cCont2 {
    min-height: 479px;
    background: url(/images/join/join2-cont2-bg.jpg) no-repeat center top;
    min-height: 70px;
    position: relative;
}

.join2 .cCont2:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.join2 .cCont2 .Tit {
    margin-left: 543px;
    padding: 40px 0;
}

.join2 .cCont2 .Tit h2 {
    color: #8ba27c;
    font: 30px/1 'Gilroy-Bold';
}

.join2 .cCont2 .Tit h3 {
    color: #fefefe;
    font-size: 30px;
    margin-top: 4px;
    letter-spacing: 10px;
}

.join2 .cCont2 .Cont {
    width: 1280px;
    overflow: hidden;
    background-color: #FFF;
    padding: 50px 40px 100px;
    margin-left: -40px;
    min-height: 70px;
    position: relative;
}

.join2 .cCont2 .Cont:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.join2 .cCont2 .Cont .ovs-dt {
    text-align: center;
    margin-bottom: 45px;
}

.join2 .cCont2 .Cont .ovs-dt .li {
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #707576;
    background-color: #eeeeef;
    margin: 0 6px;
    border-radius: 50px;
    cursor: pointer;
}

.join2 .cCont2 .Cont .ovs-dt .li.on {
    background-color: #1f54c8;
    color: #d4def4;
}

.join2 .cCont2 .Cont h3 {
    color: #003894;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
    text-align: center;
}

.join2 .cCont2 .Cont p {
    color: #999999;
    text-align: center;
    margin-bottom: 16px;
}

.join2 .cCont2 .Cont .inCard {
    width: 868px;
    margin: 35px auto;
    text-align: center;
}

.join2 .cCont2 .Cont .inCard p {
    display: inline-block;
    width: 410px;
    height: 270px;
    margin: 0 2px;
    overflow: hidden;
    border: 2px solid transparent;
    margin-bottom: 0;
}

.join3 .cCont1 {
    padding-top: 80px;
    background: url(/images/join/join3-cont1-bg.jpg) no-repeat center 226px;
}

.join3 .cCont1 .Cont {
    width: 1280px;
    height: 615px;
    margin-left: -40px;
    background: url(/images/join/join3-cont1-c-bg.jpg) no-repeat center top;
    margin-top: 40px;
    padding: 110px 40px 0;
}

.join3 .cCont1 .Cont .le {
    width: 460px;
    padding-left: 20px;
}

.join3 .cCont1 .Cont .le h2 {
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font: 46px/40px 'Gilroy-Bold';
    margin-bottom: 20px;
}

.join3 .cCont1 .Cont .le h3 {
    color: #0d4098;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
}

.join3 .cCont1 .Cont .le p {
    color: #384b4f;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.join3 .cCont2 {
    min-height: 692px;
    background: url(/images/join/join3-cont2-bg.jpg) no-repeat center top;
    padding-top: 105px;
    padding-bottom: 100px;
    min-height: 70px;
    position: relative;
}

.join3 .cCont2:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.join3 .cCont2 .hsd-dt {
    height: 66px;
    text-align: right;
    margin-bottom: 71px;
}

.join3 .cCont2 .hsd-dt .fl {
    float: right;
}

.join3 .cCont2 .hsd-dt .drop-down {
    float: left;
    width: 187px;
    height: 66px;
    margin-left: 20px;
    background-color: #779664;
    border: 2px solid #95bb7d;
    border-radius: 2px solid #95bb7d;
    -webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    -ms-border-radius: 66px;
    border-radius: 66px;
    margin-left: 16px;
    position: relative;
}

.join3 .cCont2 .hsd-dt .drop-down .drop-txt {
    height: 62px;
    color: #ffffff;
    font-size: 16px;
    line-height: 62px;
    padding: 0 40px 0 30px;
    -webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    -ms-border-radius: 66px;
    border-radius: 66px;
    cursor: pointer;
    background: #779664 url(../images/join/join3-down-ic.png) no-repeat center right 30px;
    position: relative;
    z-index: 300;
}

.join3 .cCont2 .hsd-dt .drop-down ul {
    display: none;
    background-color: #95bb7d;
    max-height: 160px;
    overflow: auto;
    padding-top: 40px;
    padding-bottom: 15px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 21px -5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -2px;
    right: -2px;
    top: 33px;
    z-index: 200;
}

.join3 .cCont2 .hsd-dt .drop-down ul::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.join3 .cCont2 .hsd-dt .drop-down ul::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.join3 .cCont2 .hsd-dt .drop-down ul li {
    color: #FFF;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.join3 .cCont2 .hsd-dt .search-box {
    float: left;
    margin-left: 20px;
    width: 400px;
    height: 66px;
    background-color: #FFF;
    -webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    -ms-border-radius: 66px;
    border-radius: 66px;
}

.join3 .cCont2 .hsd-dt .search-box .ipt {
    float: left;
    height: 66px;
    line-height: 66px;
    width: 280px;
    padding-left: 30px;
    font-size: 16px;
    color: #707576;
}

.join3 .cCont2 .hsd-dt .search-box .btn {
    float: right;
    width: 57px;
    height: 57px;
    margin: 5px;
    background: url(/images/join/search-btn.png) no-repeat center top;
}

.join3 .cCont2 .Cont {
    width: 1280px;
    margin-left: -40px;
    background-color: #FFF;
    overflow: hidden;
}

.join3 .cCont2 .Cont .L {
    float: left;
    width: 385px;
    height: 450px;
    background: #779664 url(../images/join/join3-cont2-le-ic.png) no-repeat bottom 30px right 30px;
    padding: 88px 40px;
}

.join3 .cCont2 .Cont .L h2 {
    color: #95ac88;
    font: 300 22px/1 'Gilroy-Bold';
    margin-bottom: 15px;
}

.join3 .cCont2 .Cont .L h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 5px;
}

.join3 .cCont2 .Cont .R {
    float: right;
    width: 810px;
    margin-right: 40px;
    padding-top: 40px;
}

.join3 .cCont2 .Cont .R .cMore {
    margin-top: 30px;
}

.join3 .cCont2 .Cont .R .dl.on .dt:before {
    background: url(/images/join/join3-cont2-ic3.png) no-repeat 0 0;
}

.join3 .cCont2 .Cont .R .dl .dt {
    background-color: #f8f7f5;
    margin-bottom: 10px;
    height: 80px;
    padding: 0 60px 0 20px;
    line-height: 80px;
    position: relative;
    cursor: pointer;
}

.join3 .cCont2 .Cont .R .dl .dt:before {
    content: "";
    width: 19px;
    height: 10px;
    background: url(/images/join/join3-cont2-ic4.png) no-repeat 0 0;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.join3 .cCont2 .Cont .R .dl .dt * {
    display: inline-block;
}

.join3 .cCont2 .Cont .R .dl .dt h3 {
    color: #3e444d;
    font-size: 16px;
    margin-right: 15px;
}

.join3 .cCont2 .Cont .R .dl .dt h4 {
    margin-right: 15px;
    color: #4f535a;
}

.join3 .cCont2 .Cont .R .dl .dt h5 {
    color: #999999;
}

.join3 .cCont2 .Cont .R .dl .dd {
    display: none;
    margin-bottom: 10px;
    padding: 20px 20px 4px;
    border: 2px solid #eceae6;
    position: relative;
}

.join3 .cCont2 .Cont .R .dl .dd .tit {
    border-bottom: 1px dashed #dee1e6;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.join3 .cCont2 .Cont .R .dl .dd .tit h3 {
    color: #3e444d;
    font-size: 16px;
    margin-bottom: 16px;
}

.join3 .cCont2 .Cont .R .dl .dd .tit h4 {
    display: inline-block;
    color: #999999;
}

.join3 .cCont2 .Cont .R .dl .dd .tit ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.join3 .cCont2 .Cont .R .dl .dd .tit ul li {
    display: inline-block;
    color: #999999;
    margin-right: 34px;
    position: relative;
}

.join3 .cCont2 .Cont .R .dl .dd .tit ul li:before {
    content: "";
    width: 0;
    height: 12px;
    border-left: 2px solid #e6e6e6;
    position: absolute;
    left: -21px;
    top: 6px;
}

.join3 .cCont2 .Cont .R .dl .dd .cont h3 {
    color: #3e444d;
    font-size: 16px;
    margin-bottom: 14px;
}

.join3 .cCont2 .Cont .R .dl .dd .cont .box {
    margin-bottom: 26px;
}

.join3 .cCont2 .Cont .R .dl .dd .cont p {
    color: #999999;
}

.join3 .cCont2 .Cont .R .dl .dd .cont h5 {
    display: inline-block;
    margin-right: 20px;
    color: #004098;
}

.join3 .cCont2 .Cont .R .dl .dd .cont h5 em {
    font-family: 'Gilroy-Bold';
}

.join3 .cCont2 .Cont .R .dl .dd .btn {
    width: 90px;
    height: 46px;
    border: 2px solid #eceae6;
    text-align: center;
    line-height: 42px;
    color: #004098;
    position: absolute;
    right: 34px;
    bottom: 34px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.join3 .cCont2 .Cont .R .dl .dd .btn:hover {
    background-color: #004098;
    border: 2px solid #004098;
    color: #FFF;
}

.partner1 .cCont1 {
    padding-top: 80px;
    min-height: 750px;
    padding-bottom: 100px;
    background: url(/images/partner/partner1-cont1-bg.jpg) no-repeat center 170px;
    min-height: 70px;
    position: relative;
}

.partner1 .cCont1:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.partner1 .cCont1 .Cont {
    width: 1280px;
    margin-left: -40px;
    margin-top: 156px;
}

.partner1 .cCont1 .Cont:after {
    content: "";
    display: block;
    clear: both;
}

.partner1 .cCont1 .Cont .L {
    float: left;
    width: 385px;
    height: 450px;
    background: #779664 url(../images/partner/partner1-le-ic.png) no-repeat bottom 30px right 30px;
    padding: 120px 40px;
}

.partner1 .cCont1 .Cont .L h2 {
    color: #95ac88;
    font: 300 22px/1 'Gilroy-Bold';
    margin-bottom: 15px;
}

.partner1 .cCont1 .Cont .L h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 5px;
    margin-bottom: 18px;
}

.partner1 .cCont1 .Cont .L p {
    color: #a7c495;
    line-height: 22px;
}

.partner1 .cCont1 .Cont .R {
    float: right;
    width: 895px;
    background-color: #ececec;
    padding: 80px 0 90px;
}

.partner1 .cCont1 .Cont .R .gka {
    margin: 0 auto;
}

.liaison1 .cCont1 {
    padding-top: 80px;
}

.liaison1 .cCont1 .Cont {
    margin-top: 40px;
    height: 316px;
    overflow: hidden;
}

.liaison1 .cCont1 .Cont .L {
    float: left;
    width: 465px;
    height: 316px;
    background: url(/images/liaison/liaison1-cont1-le1.jpg) no-repeat 0 0;
    padding: 60px 40px 0 80px;
}

.liaison1 .cCont1 .Cont .L h2 {
    color: #515861;
    font-size: 20px;
    margin-bottom: 24px;
}

.liaison1 .cCont1 .Cont .L h3 {
    color: #515861;
    font-size: 16px;
    margin-bottom: 18px;
}

.liaison1 .cCont1 .Cont .L h3 em {
    display: inline-block;
    color: #edb245;
    font-size: 28px;
    margin-top: 10px;
    font-family: 'Gilroy';
}

.liaison1 .cCont1 .Cont .L p {
    color: #928e88;
}

.liaison1 .cCont1 .Cont .L p em {
    color: #928e88;
    font-family: 'Gilroy';
}

.liaison1 .cCont1 .Cont .R {
    float: right;
    width: 735px;
    height: 316px;
    overflow: hidden;
}

.liaison1 .cCont1 .Cont .R img {
    width: 100%;
}

.liaison1 .cCont2 {
    padding-top: 70px;
}

.liaison1 .cCont2 .dl {
    overflow: hidden;
    margin-bottom: 30px;
}

.liaison1 .cCont2 .dl .dt {
    float: left;
    width: 160px;
    text-align: right;
}

.liaison1 .cCont2 .dl .dt h2 {
    color: #515861;
    font-size: 20px;
    line-height: 28px;
    margin-top: -2px;
}

.liaison1 .cCont2 .dl .dd {
    float: right;
    width: 1000px;
}

.liaison1 .cCont2 .dl .dd ul li {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #9b9894;
}

.liaison1 .cCont2 .dl .dd ul li.on {
    color: #004098;
}

.liaison1 .cCont2 .dl .dd .disx-dd {
    padding: 40px 0 40px 30px;
    position: relative;
}

.liaison1 .cCont2 .dl .dd .disx-dd:before {
    content: "";
    display: block;
    width: 49px;
    height: 56px;
    background: url(/images/liaison/liaison1-disx-ic.png) no-repeat 0 0;
    position: absolute;
    left: -121px;
    top: 44px;
}

.liaison1 .cCont2 .dl .dd .disx-dd>div {
    overflow: hidden;
}

.liaison1 .cCont2 .dl .dd .disx-dd p {
    float: left;
    width: 343px;
    margin-top: 5px;
    color: #9b9894;
}

.liaison1 .cCont2 .dl .dd .disx-dd p em {
    font-family: 'Gilroy';
}

.liaison1 .cCont2 #Bai_Map {
    height: 400px;
}

.liaison1 .cCont2 #Bai_Map a {
    display: inline-block;
}

.liaison1 .cCont2 #Bai_Map img {
    display: inline-block;
    max-width: unset;
}

.liaison1 .cCont2 #Bai_Map .dixsd-cont {
    padding-top: 5px;
}

.liaison1 .cCont2 #Bai_Map .dixsd-cont p {
    font-size: 12px;
    color: #474646;
}

.liaison2 {
    padding-bottom: 150px;
    min-height: 70px;
    position: relative;
}

.liaison2:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.liaison2 .cCont1 {
    padding-top: 80px;
    height: 730px;
    background: url(/images/liaison/liaison2-cont1-bg.jpg) no-repeat center 174px;
}

.liaison2 .cCont1 .ti h3 {
    margin-top: 160px;
    color: #1266d9;
    font: 300 32px/1 'Gilroy-Bold';
    margin-bottom: 15px;
}

.liaison2 .cCont1 .ti h4 {
    height: 100px;
    color: #7a90a6;
    font-size: 16px;
}

.liaison2 .cCont1 .Cont {
    width: 1280px;
    background-color: #fff;
    height: 350px;
    margin-left: -40px;
    padding: 80px 40px;
}

.liaison2 .cCont1 .Cont .card {
    text-align: center;
}

.liaison2 .cCont1 .Cont .card .li {
    display: inline-block;
    width: 200px;
    margin: 0 16px;
    vertical-align: top;
}

.liaison2 .cCont1 .Cont .card .li .ic {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: url(/images/liaison/liaison2-card-bpr.png) no-repeat 0 0;
}

.liaison2 .cCont1 .Cont .card .li .ic .img {
    width: 100px;
    height: 100px;
}

.liaison2 .cCont1 .Cont .card .li h3 {
    color: #515861;
    font-size: 18px;
    margin-bottom: 18px;
}

.liaison2 .cCont1 .Cont .card .li p {
    color: #9b9894;
    text-align: center;
}

.liaison2 .cCont1 .Cont .card .li p em {
    font-family: 'Gilroy';
}

.liaison3 {
    padding-bottom: 150px;
    min-height: 70px;
    position: relative;
}

.liaison3:after {
    content: "";
    display: block;
    height: 100px;
    background: url(/images/page-bim-share.png) no-repeat center top;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.liaison3 .cCont1 {
    padding-top: 80px;
    background: url(/images/liaison/liaison3-cont1-bg.jpg) no-repeat center 174px;
}

.liaison3 .cCont1 .ti {
    height: 264px;
}

.liaison3 .cCont1 .Cont {
    width: 1280px;
    background-color: #fff;
    margin-left: -40px;
    padding: 80px 40px 0;
}

.liaison3 .cCont1 .Cont .L {
    float: left;
    width: 780px;
}

.liaison3 .cCont1 .Cont .L .ipt {
    margin-left: -2px;
    margin-bottom: 20px;
}

.liaison3 .cCont1 .Cont .L .ipt:after {
    content: "";
    display: block;
    clear: both;
}

.liaison3 .cCont1 .Cont .L .ipt .dl {
    float: left;
    min-height: 56px;
    border: 2px solid #ebebeb;
    margin-right: -2px;
}

.liaison3 .cCont1 .Cont .L .ipt .dl.com-6 {
    width: 50%;
}

.liaison3 .cCont1 .Cont .L .ipt .dl.com-4 {
    width: 33.3333%;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dt {
    float: left;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dt em {
    color: #9b9894;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd {
    float: left;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd input {
    width: 310px;
    height: 52px;
    color: #9b9894;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd .drop-down {
    width: 168px;
    height: 52px;
    cursor: pointer;
    border-left: 2px solid #ebebeb;
    margin-left: 30px;
    position: relative;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd .drop-down .drop-txt {
    height: 56px;
    line-height: 52px;
    padding: 0 33px 0 20px;
    margin-left: -22px;
    margin-top: -2px;
    color: #9b9894;
    position: relative;
    border: 2px solid #ebebeb;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd .drop-down .drop-txt:before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #8c8079;
    position: absolute;
    right: 15px;
    top: 2px;
    bottom: 0;
    margin: auto;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd .drop-down ul {
    display: none;
    max-height: 215px;
    overflow: auto;
    border: 2px solid #ebebeb;
    position: absolute;
    left: -2px;
    top: 52px;
    right: -3px;
    z-index: 80;
    background-color: #FFF;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd .drop-down ul::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd .drop-down ul::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd .drop-down ul li {
    color: #9b9894;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd .drop-down ul li:hover {
    color: #333;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd textarea {
    clear: both;
    display: block;
    width: 780px;
    box-sizing: border-box;
    height: 159px;
    border: none;
    padding: 0 15px 30px;
    margin-top: -10px;
    color: #9b9894;
    text-indent: 28px;
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd textarea::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.liaison3 .cCont1 .Cont .L .ipt .dl .dd textarea::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.liaison3 .cCont1 .Cont .L .ipt.select .dl.com-4 {
    width: auto;
}

.liaison3 .cCont1 .Cont .L .ipt.select .drop-down {
    width: auto !important;
}

.liaison3 .cCont1 .Cont .L .ipt.select .dl.com-4 {
    padding-right: 12px;
}

.liaison3 .cCont1 .Cont .L .ipt.select .dl .dd .drop-down {
    border-left: 0;
    margin-left: 0;
}

.liaison3 .cCont1 .Cont .L .ipt.select .dl .dd .drop-down .drop-txt {
    float: left;
    width: 146px;
    height: 56px;
    line-height: 52px;
    /* padding: 0 33px 0 20px; */
    margin-left: 12px;
    margin-top: 0;
    color: #9b9894;
    position: relative;
    border: 0;
    background-color: transparent;
    border-left: 2px solid #ebebeb;
}

.liaison3 .cCont1 .Cont .L .btn {
    margin-top: 30px;
    overflow: hidden;
}

.liaison3 .cCont1 .Cont .L .btn .reset,
.liaison3 .cCont1 .Cont .L .btn .submit {
    float: left;
    width: 94px;
    height: 54px;
    border-radius: 5px;
    text-align: center;
    line-height: 54px;
    margin-right: 10px;
    color: #FFF;
}

.liaison3 .cCont1 .Cont .L .btn .reset {
    background-color: #d4c7bb;
}

.liaison3 .cCont1 .Cont .L .btn .submit {
    background-color: #004098;
}

.liaison3 .cCont1 .Cont .R {
    float: right;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/font/Gilroy-bold');
    src: url('/font/Gilroy-bold.otf') format('otf'), url('/font/Gilroy-bold.eot?#iefix') format('embedded-opentype'), url('/font/Gilroy-bold.woff') format('woff'), url('/font/Gilroy-bold.woff2') format('woff2'), url('/font/Gilroy-bold.ttf') format('truetype'), url('/font/Gilroy-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/font/GILROY-LIGHT');
    src: url('/font/GILROY-LIGHT.otf') format('otf'), url('/font/GILROY-LIGHT.eot?#iefix') format('embedded-opentype'), url('/font/GILROY-LIGHT.woff') format('woff'), url('/font/GILROY-LIGHT.woff2') format('woff2'), url('/font/GILROY-LIGHT.ttf') format('truetype'), url('/font/GILROY-LIGHT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('/font/RAJDHANI-BOLD_0');
    src: url('/font/RAJDHANI-BOLD_0.otf') format('otf'), url('/font/RAJDHANI-BOLD_0.eot?#iefix') format('embedded-opentype'), url('/font/RAJDHANI-BOLD_0.woff') format('woff'), url('/font/RAJDHANI-BOLD_0.woff2') format('woff2'), url('/font/RAJDHANI-BOLD_0.ttf') format('truetype'), url('/font/RAJDHANI-BOLD_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/font/Montserrat-Regular');
    src: url('/font/Montserrat-Regular.otf') format('otf'), url('/font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('/font/Montserrat-Regular.woff') format('woff'), url('/font/Montserrat-Regular.woff2') format('woff2'), url('/font/Montserrat-Regular.ttf') format('truetype'), url('/font/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('/font/Rubik-Regular');
    src: url('/font/Rubik-Regular.otf') format('otf'), url('/font/Rubik-Regular.eot?#iefix') format('embedded-opentype'), url('/font/Rubik-Regular.woff') format('woff'), url('/font/Rubik-Regular.woff2') format('woff2'), url('/font/Rubik-Regular.ttf') format('truetype'), url('/font/Rubik-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.all_transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*¨¨¨΄*/
div::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

div::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: rgba(210, 210, 210, 0.1);
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.1);
}

.fadeInUp50 {
    -webkit-animation-name: fadeInUp50;
    -moz-animation-name: fadeInUp50;
    -ms-animation-name: fadeInUp50;
    animation-name: fadeInUp50;
}

@-webkit-keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -moz-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp15 {
    -webkit-animation-name: fadeInUp15;
    -moz-animation-name: fadeInUp15;
    -ms-animation-name: fadeInUp15;
    animation-name: fadeInUp15;
}

@-webkit-keyframes fadeInUp15 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        -moz-transform: translate3d(0, 15px, 0);
        -ms-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInUp15 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        -moz-transform: translate3d(0, 15px, 0);
        -ms-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInUp15 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        -moz-transform: translate3d(0, 15px, 0);
        -ms-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp15 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        -moz-transform: translate3d(0, 15px, 0);
        -ms-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft50 {
    -webkit-animation-name: fadeInLeft50;
    -moz-animation-name: fadeInLeft50;
    -ms-animation-name: fadeInLeft50;
    animation-name: fadeInLeft50;
}

@-webkit-keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -moz-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight50 {
    -webkit-animation-name: fadeInRight50;
    -moz-animation-name: fadeInRight50;
    -ms-animation-name: fadeInRight50;
    animation-name: fadeInRight50;
}

@-webkit-keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -moz-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.w1280 {
    width: 1280px;
    margin: auto;
    position: relative;
}

/*·ΦΟν*/
.share a {
    display: inline-block !important;
    width: 33px !important;
    height: 33px !important;
    background-image: url("/images/share-bg.png") !important;
    margin-right: 8px !important;

}

.share a.bshare-weixin {
    background-position: -37px -12px;
}

.share a.bshare-sinaminiblog {
    background-position: -88px -12px;
}

.share a.bshare-qzone {
    background-position: -139px -12px;
}

.share a.bshare-qqim {
    background-position: -190px -12px;
}

.news1-data .share {
    float: left;
    height: 24px;
    margin-top: -4px;
    margin-left: 4px;
}

/*wang*/

.index .c2_tab .hd li,
#header .R .nav-su .li a {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.index .c2_tab,
.index .c2_tab .bd li {
    height: 658px;
    position: relative;
    background: no-repeat center;
}

.index .c2_tab .bd .img {
    height: 658px;
    position: relative;
    background: no-repeat center;
    -webkit-transition: all 1s;
    transition: all 1s;
    transform: scale(1);
}

.index .c2_tab .bd li.on .img {
    transform: scale(1.1);
}

.index .c2_tab .btn,
.index .c2_tab .ms-nav-prev,
.index .c2_tab .ms-nav-next {
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    z-index: 50;
    background: no-repeat center;
    cursor: pointer;
    opacity: 1 !important;
    display: block !important;
}

.index .c2_tab .c2_prev,
.index .c2_tab .ms-nav-prev {
    left: 40px;
    background-image: url("/images/index/index-slider-prev.png");
}

.index .c2_tab .c2_next,
.index .c2_tab .ms-nav-next {
    right: 40px;
    background-image: url("/images/index/index-slider-next.png");
}

#content .c_prev,
#content .ms-nav-prev {
    width: 56px;
    height: 56px;
    background: url("/images/index/index-slider-prev2.png") no-repeat 0 center;
}

#content .c_next,
#content .ms-nav-next {
    width: 56px;
    height: 56px;
    background: url("/images/index/index-slider-next2.png") no-repeat -56px center;
}

#content .c_prev:hover,
#content .ms-nav-prev:hover {
    background-position: -56px center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content .c_next:hover,
#content .ms-nav-next:hover {
    background-position: 0 center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.index .cCont2 {
    overflow: hidden;
}

/*.index .c2_tab .c2_prev:hover,.index .c2_tab .ms-nav-prev:hover{background-image: url("/images/index/index-slider-prev-on.png");}
.index .c2_tab .c2_next:hover,.index .c2_tab .ms-nav-next:hover{background-image: url("/images/index/index-slider-next-on.png");}*/
.index .c2_tab .txt_bd {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -600px;
}

.index .c2_tab .txt_bd li {
    display: none;
    height: 657px;
    padding-top: 1px;
}

.index .c2_tab .txt_bd .box {
    width: 340px;
    margin: 130px auto 0;
    position: relative;
    padding-top: 130px;
    height: 340px;
}

.index .c2_tab .txt_bd .h1 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 0 0 4px;
}

.index .c2_tab .txt_bd .h1_en {
    font-size: 20px;
    color: rgba(238, 204, 119, .5);
    line-height: 30px;
    text-align: center;
    font-family: 'Gilroy-Bold';
    margin-bottom: 24px;
}

.index .c2_tab .txt_bd .h2 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 40px;
    text-indent: 40px;
    white-space: nowrap;
    width: 1000px;
    margin: 0 -330px;
}

.index .c2_tab .txt_bd .ball {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 320px;
    height: 320px;
}

.index .c2_tab .txt_bd .ball .i {
    position: absolute;
    width: 320px;
    height: 320px;
}

.index .c2_tab .txt_bd .ball .i:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
}

.index .c2_tab .txt_bd .ball .i1 {
    animation: ik2_i1 2s 2s both;
}

.index .c2_tab .txt_bd .ball .i2 {
    animation: ik2_i2 2s 2s both;
}

.index .c2_tab .txt_bd .ball .i3 {
    animation: ik2_i3 2s 2s both;
}

.index .c2_tab .txt_bd .ball .i1:after {
    left: -2px;
    top: -2px;
    animation: ik2_rotate1 16s linear infinite;
}

.index .c2_tab .txt_bd .ball .i2:after {
    left: 0;
    top: 2px;
    animation: ik2_rotate2 8s linear infinite;
}

.index .c2_tab .txt_bd .ball .i3:after {
    left: 2px;
    top: -2px;
    animation: ik2_rotate3 10s linear infinite;
}

.index .c2_tab .txt_bd .icon {
    position: relative;
    margin: 65px auto 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: url("/images/index/i_k2_icon_up.png") no-repeat center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1s;
    transition: all 1s;
}

/*.index .c2_tab .txt_bd .icon .l{position:absolute; width:29px; height:58px; top:-1px; left:-1px; overflow:hidden; border-radius: 29px 0 0 29px;}
.index .c2_tab .txt_bd .icon .r{position:absolute; width:29px; height:58px; top:-1px; right:-1px; overflow:hidden; border-radius: 0 29px 29px 0;}
.index .c2_tab .txt_bd .icon .l:after{content:" "; display:block; position:absolute; left:0; top:0; width:58px; height:58px; border-radius:50%; box-sizing: border-box; border:2px solid rgba(255,255,255,.8); border-color:transparent rgba(255,255,255,.8) rgba(255,255,255,.8) transparent; transform:rotate(-45deg);}
.index .c2_tab .txt_bd .icon .r:after{content:" "; display:block; position:absolute; right:0; top:0; width:58px; height:58px; border-radius:50%; box-sizing: border-box; border:2px solid rgba(255,255,255,.8); border-color:rgba(255,255,255,.8) transparent transparent rgba(255,255,255,.8); transform:rotate(-45deg);}
.index .c2_tab .txt_bd .box:hover .icon .l:after{-webkit-animation: circle_right 4.9s 2.5s linear 1 forwards; animation: circle_right 4.9s 2.5s linear 1 forwards;}
.index .c2_tab .txt_bd .box:hover .icon .r:after{-webkit-animation: circle_right 5s linear 1 forwards; animation: circle_right 5s linear 1 forwards;}*/
@keyframes circle_right {
    0% {
        transform: rotate(-45deg);
    }

    50%,
    100% {
        transform: rotate(135deg);
    }
}

.index .c2_tab .txt_bd .box:hover .icon {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 25px;
}

.index .c2_tab .hd,
.index .c2_tab .ms-bullets {
    position: absolute;
    z-index: 60;
    left: 0;
    right: 0;
    bottom: 40px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

.index .c2_tab .hd li,
.index .c2_tab .ms-bullet {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 8px;
    opacity: .3;
    filter: alpha(opacity=30);
    background: #fff;
}

.index .c2_tab .hd li.on,
.index .c2_tab .ms-bullet-selected {
    width: 40px;
    background: #d1a54c;
    opacity: 1;
    filter: alpha(opacity=100);
}

@-webkit-keyframes textIndent {
    0% {
        opacity: 0;
        letter-spacing: 80px;
    }

    100% {
        opacity: 1;
        letter-spacing: 40px;
    }
}

@keyframes textIndent {
    0% {
        opacity: 0;
        letter-spacing: 80px;
    }

    100% {
        opacity: 1;
        letter-spacing: 40px;
    }
}

.textIndent {
    -webkit-animation-name: textIndent;
    animation-name: textIndent;
}

.index .cCont3 {
    padding-top: 106px;
    height: 334px;
    background: url("/images/index/i_k3_bg.jpg") no-repeat center;
}

.index .cCont3 .h1 {
    font-size: 28px;
    color: #353535;
    line-height: 40px;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 28px;
}

.index .cCont3 p {
    font-size: 14px;
    color: #a5a4a3;
    line-height: 24px;
    text-align: center;
    width: 700px;
    margin: 0 auto;
}

.index .cCont4 .w1200 {
    position: relative;
    height: 658px;
}

.index .cCont4 .box {
    position: absolute;
    top: 0;
    width: 960px;
    height: 100%;
    background: no-repeat center;
    overflow: hidden;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

.index .cCont4 .box .pic {
    position: absolute;
    top: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

.index .cCont4 .box .txt {
    position: relative;
    z-index: 10;
}

.index .cCont4 .box:after {
    position: absolute;
    left: -100%;
    top: 0;
    width: 400px;
    height: 100%;
    content: " ";
    display: block;
    background-image: linear-gradient(to right, transparent, #eee, transparent);
    transform: skewX(-30deg);
    z-index: 5;
}

.index .cCont4 .box .icon {
    position: relative;
    margin: 65px 0 0;
    margin-left: -10px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: url("/images/index/i_k2_icon_up.png") no-repeat center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1s;
    transition: all 1s;
}

/*.index .cCont4 .box .icon .l{position:absolute; width:29px; height:58px; top:-1px; left:-1px; overflow:hidden; border-radius: 29px 0 0 29px;}
.index .cCont4 .box .icon .r{position:absolute; width:29px; height:58px; top:-1px; right:-1px; overflow:hidden; border-radius: 0 29px 29px 0;}
.index .cCont4 .box .icon .l:after{content:" "; display:block; position:absolute; left:0; top:0; width:58px; height:58px; border-radius:50%; box-sizing: border-box; border:2px solid rgba(255,255,255,.8); border-color:transparent rgba(255,255,255,.8) rgba(255,255,255,.8) transparent; transform:rotate(-45deg);}
.index .cCont4 .box .icon .r:after{content:" "; display:block; position:absolute; right:0; top:0; width:58px; height:58px; border-radius:50%; box-sizing: border-box; border:2px solid rgba(255,255,255,.8); border-color:rgba(255,255,255,.8) transparent transparent rgba(255,255,255,.8); transform:rotate(-45deg);}
.index .cCont4 .box:hover .icon .l:after{-webkit-animation: circle_right 4.9s 2.5s linear 1 forwards; animation: circle_right 4.9s 2.5s linear 1 forwards;}
.index .cCont4 .box:hover .icon .r:after{-webkit-animation: circle_right 5s linear 1 forwards; animation: circle_right 5s linear 1 forwards;}*/

.index .cCont4 .le {
    right: 50%;
    background-image: url("/images/index/i_k4_bg1.jpg");
}

.index .cCont4 .ri {
    left: 50%;
    background-image: url("/images/index/i_k4_bg2.jpg");
}

.index .cCont4 .h1 {
    font-size: 24px;
    color: rgba(249, 225, 196, .9);
    line-height: 40px;
    margin-bottom: 6px;
}

.index .cCont4 .h1_en {
    font-size: 24px;
    color: rgba(249, 225, 196, .3);
    line-height: 22px;
    font-family: 'Gilroy-Bold';
}

.index .cCont4 .le .txt {
    float: right;
    padding: 330px 100px 0 0;
}

.index .cCont4 .ri .txt {
    padding: 330px 600px 0 100px;
}

.index .cCont4 .box:hover:after {
    display: none;
    left: 150%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.index .cCont4 .box:hover .pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index .cCont4 .box:hover .icon {
    margin-top: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.index .cCont4 .box.on {
    z-index: 2;
}

@-webkit-keyframes ik2_i1 {
    0% {
        opacity: 0;
        left: -60px;
        top: -40px;
    }

    100% {
        opacity: 1;
        left: 0;
        top: 0;
    }
}

@keyframes ik2_i1 {
    0% {
        opacity: 0;
        left: -60px;
        top: -40px;
    }

    100% {
        opacity: 1;
        left: 0;
        top: 0;
    }
}

@-webkit-keyframes ik2_i2 {
    0% {
        opacity: 0;
        right: -60px;
        top: -40px;
    }

    100% {
        opacity: 1;
        right: 0;
        top: 0;
    }
}

@keyframes ik2_i2 {
    0% {
        opacity: 0;
        right: -60px;
        top: -40px;
    }

    100% {
        opacity: 1;
        right: 0;
        top: 0;
    }
}

@-webkit-keyframes ik2_i3 {
    0% {
        opacity: 0;
        left: 0;
        top: 50px;
    }

    100% {
        opacity: 1;
        left: 0;
        top: 0;
    }
}

@keyframes ik2_i3 {
    0% {
        opacity: 0;
        left: 0;
        top: 50px;
    }

    100% {
        opacity: 1;
        left: 0;
        top: 0;
    }
}

@-webkit-keyframes ik2_rotate1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-4px, -4px);
    }

    50% {
        transform: translate(4px, 8px);
    }

    75% {
        transform: translate(4px, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes ik2_rotate1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-4px, -4px);
    }

    50% {
        transform: translate(4px, 8px);
    }

    75% {
        transform: translate(4px, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ik2_rotate2 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-4px, 4px);
    }

    50% {
        transform: translate(4px, -4px);
    }

    75% {
        transform: translate(4px, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes ik2_rotate2 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-4px, 4px);
    }

    50% {
        transform: translate(4px, -4px);
    }

    75% {
        transform: translate(4px, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ik2_rotate3 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(6px, -4px);
    }

    50% {
        transform: translate(-4px, -4px);
    }

    75% {
        transform: translate(-4px, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes ik2_rotate3 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(6px, -4px);
    }

    50% {
        transform: translate(-4px, -4px);
    }

    75% {
        transform: translate(-4px, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}



@-webkit-keyframes z_retraction {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes z_retraction {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


.z_retraction {
    -webkit-animation-name: z_retraction;
    animation-name: z_retraction;
}

#header .R .nav-su .li {
    background: rgba(0, 0, 0, 0.5);
    height: auto;
    width: 90px;
    position: absolute;
    padding: 10px 0;
    left: 0;
    margin-left: -15px;
    right: -15px;
}

#header .R .nav-su .li a {
    float: none;
    height: 32px;
    line-height: 32px;
    margin: 0;
    text-align: center;
}

#header .R .nav-su .li a:hover {
    background: rgba(0, 0, 0, 0.3);
}

.load_shade {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
    overflow: hidden;
    -webkit-transition: all 4s;
    transition: all 4s;
}

.load_shade.on {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
}

.load_shade.end {
    position: static;
    -webkit-clip-path: none;
    clip-path: none;
    overflow: visible;
}

.special .cCont1 {
    overflow: hidden;
}

.special .cCont1 video {
    width: 100%;
    display: block;
    margin: -6% 0;
}

/*.special .cCont2{height: 786px;background: url("/images/special/special1-cont2-img.jpg") no-repeat center;}*/
.special .cCont2 .xye:after {
    content: "";
    display: block;
    width: 130%;
    height: 40%;
    background: url("/images/special/special1-cont2-xyr-share.png") no-repeat center bottom/100%;
    position: absolute;
    left: 0;
    margin-left: -15%;
    bottom: -35px;
}

.special .cCont2 .xye {
    width: 281px;
    position: absolute;
    left: 233px;
    bottom: 18%;
}

.special .cCont2 .xye img {
    width: 100%;
    position: relative;
    z-index: 20;
    animation: xyeUx infinite 3s ease-in-out;
}

@keyframes xyeUx {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.special .cCont2 {
    position: relative;
}

.special .cCont2 .auto {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.special .cCont2 .uxBox {
    width: 551px;
    position: absolute;
    right: 0;
    top: 36%;
}

.special .cCont2 .uxBox li {
    color: #FFF;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
}

.special .cCont2 .uxBox li em {
    font-weight: bold;
}


@media (max-width: 1800px) {
    .special .cCont2 .xye {
        width: 240px;
        left: 270px;
    }

    .special .cCont2 .uxBox li {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .special .cCont2 .xye {
        width: 210px;
        left: 315px;
    }

    .special .cCont2 .uxBox li {
        font-size: 13px;
    }
}

@media (max-width: 1400px) {
    .special .cCont2 .xye {
        width: 176px;
        left: 342px;
    }

    .special .cCont2 .uxBox li {
        font-size: 12px;
    }
}


.special .cCont3 .slideBox {
    position: relative;
}

.special .cCont3 .slideBox .hd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    text-align: center;
}

.special .cCont3 .slideBox .hd li.on {
    width: 60px;
}

.special .cCont3 .slideBox .hd li {
    display: inline-block;
    width: 10px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
    height: 10px;
    border-radius: 10px;
    background-color: #FFF;
    margin: 0 4px;
    transition: width .3s;
    cursor: pointer;
}

.special .cCont4 {
    height: 950px;
    padding-top: 140px;
    background-color: #29abe2;
}

.special .t-tix {
    width: 366px;
    height: 81px;
    background: url("/images/special/special1-contt-tit.png") no-repeat 0 0;
    color: #29abe2;
    font-size: 35px;
    margin: 0 auto 70px;
    position: relative;
    left: 5px;
}

.special .t-tix em {
    display: block;
    width: 356px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.special .cCont4 .bd li {
    height: 490px;
    width: 388px;
    margin-right: 17px;
}

.special .cCont4 .bd li img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

.special .cCont4 .bd li .item {
    display: table-cell;
    /*float: left;*/
    width: 33.33%;
    height: 490px;
    overflow: hidden;
}

/*.special .cCont4 .bd li .box{display: table;width: 100%;}*/
.special .cCont4 .bd li .uxi {
    height: 245px;
    overflow: hidden;
}

.special .cCont4 .bd li .ox {
    height: 245px;
    overflow: hidden;
}

.special .cCont4 .bd li .scImg {
    display: block;
}

.special .cCont4 .bd li .ox .scImg {
    float: left;
    width: 50%;
    min-width: 50%;
}

.special .slideBox {
    position: relative;
}

.special .slideBox .prev,
.special .slideBox .next {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all .3s;
}

.special .slideBox .prev:hover,
.special .slideBox .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.special .slideBox .prev {
    left: -96px;
    background: url("/images/special/btn-prev.png") no-repeat 0 0;
}

.special .slideBox .next {
    right: -96px;
    background: url("/images/special/btn-next.png") no-repeat 0 0;
}

.special .cCont5 {
    padding: 100px 0;
    background-color: #f2f2f2;
}

.special .cCont5 .slideBox .bd {
    overflow: hidden;
    width: 1200px;
}

.special .cCont5 .slideBox .bd ul {
    min-width: 1270px;
}

.special .cCont5 .slideBox .bd li {
    float: left;
    width: 190px;
    height: 370px;
    margin-right: 12px;
}

.special .cCont5 .slideBox .card {
    overflow: hidden;
    width: 1270px;
    height: 650px;
}

.special .cCont5 .slideBox .card img {
    float: left;
    width: 360px;
    height: 650px;
    margin-right: 60px;
}

.special .cCont5 .jxr {
    text-align: center;
    margin-bottom: 50px;
}

.special .cCont5 .jxr li.on {
    background-color: #29abe2;
    color: #FFF;
}

.special .cCont5 .jxr li {
    display: inline-block;
    width: 145px;
    height: 40px;
    font-size: 27px;
    line-height: 40px;
    color: #29abe2;
    text-align: center;
    background-color: #ffffff;
    border-radius: 40px;
    margin: 0 17px;
    transition: all .3s;
    cursor: pointer;
}

.special .cCont6 {
    position: relative;
}

.special .cCont6 .ewx {
    width: 1200px;
    height: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}

.special .cCont6 .ewx .xBx {
    width: 90px;
    position: absolute;
    right: 298px;
    top: 91px;
}

.special .cCont6 .ewx .xBx img {
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #FFF;
}

.special .cCont6 .ewx .xBx h5 {
    width: 150px;
    margin-left: -30px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.special .cCont6 {
    background-color: #29abe2;
    padding: 60px 0;
}

.special .cCont6 .box {
    padding: 35px 0;
    position: relative;
}

.special .cCont6 .box .vol {
    position: absolute;
    left: 0;
    top: 3px;
    width: 245px;
}

/*.special .cCont6 .box .slideBox{height: 64px;}*/
.special .cCont6 .box .bd ul {
    min-width: 1270px;
}

.special .cCont6 .box .bd li {
    float: left;
    width: 139px;
    height: 139px;
    margin-right: 12px;
    background-color: #FFF;
    position: relative;
    user-select: none;
    cursor: pointer;
}

.special .cCont6 .box .bd li a {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.special .cCont6 .box .bd li a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.special .cCont6 .box .bd li a:after {
    opacity: 0;
    filter: alpha(opacity=0);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(../images/special/ux-download.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}

.special .cCont7 {
    padding: 100px 0;
    position: relative;
}

.special .cCont7 .bd li {
    width: 1200px;
    height: 655px;
}

.special .cCont7 .bd .box {
    width: 1260px;
}

.special .cCont7 .bd .scImg {
    float: left;
    width: 388px;
    height: 309px;
    margin: 0 17px 36px 0;
}

.konSx-pop {
    /*display: block;*/
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.konSx-pop .close {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.konSx-pop .pop-cont {
    width: 1200px;
    padding: 137px 225px 80px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: auto;
    margin-top: 80px;
    z-index: 20;
}

.konSx-pop .pop-cont .wx {
    height: 56px;
    margin-top: 20px;
    padding: 0 20px;
}

.konSx-pop .wx .next,
.konSx-pop .wx .prev {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-right: 20px;
    opacity: .6;
    transition: all .3s;
}

.konSx-pop .wx .next:hover,
.konSx-pop .wx .prev:hover {
    opacity: 1;
}

.konSx-pop .wx .next {
    background: url("/images/special/btn-next.png") no-repeat 0 0;
}

.konSx-pop .wx .prev {
    background: url("/images/special/btn-prev.png") no-repeat 0 0;
}

.konSx-pop .bd img {
    width: 100%;
}

.konSx-pop .wx .download {
    float: right;
    width: 56px;
    height: 56px;
    background: url("/images/special/special1-download.jpg.png") no-repeat 0 0;
    cursor: pointer;
}

.konSx .bd img {
    cursor: pointer;
    width: 100%;
    transition: transform 1s;
}

.special .scImg {
    display: inline-block;
    overflow: hidden;
}

.special .scImg img:hover {
    transform: scale(1.1);
}

@media (max-width: 1435px) {
    .special .slideBox .next {
        right: -62px;
        z-index: 50;
    }

    .special .slideBox .prev {
        left: -62px;
        z-index: 50;
    }
}

@media (max-width: 1356px) {
    .special .slideBox .next {
        right: 10px;
        z-index: 50;
        width: 40px;
        height: 40px;
        background-size: 100%;
        opacity: .2;
        filter: alpha(opacity=20);
    }

    .special .slideBox .prev {
        left: 10px;
        z-index: 50;
        width: 40px;
        height: 40px;
        background-size: 100%;
        opacity: .2;
        filter: alpha(opacity=20);
    }
}