/*#header*/

#header {
    max-width: 2200px;
    min-width: 1230px;
    height: 85px;
    ;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    transition: background-color .5s;
}

#header .logo {
    float: left;
    width: 100px;
    height: 51px;
    margin-left: 45px;
    margin-top: 18px;
    background: url("../images/logo.png") no-repeat center top;
}

#header .R {
    float: right;
    padding-right: 65px;
    position: relative;
}

#header .R .navWrap {
    float: left;
    height: 85px;
    /*position: relative;*/
}

#header .R .navWrap .nav-dt {
    height: 85px;
    position: relative;
    z-index: 120;
}

#header .R .navWrap .nav-dt .zqm-icv {
    height: 0;
    border-bottom: 6px solid #e95a4c;
    position: absolute;
    bottom: 0;
    transition: width .3s;
}

#header .R .navWrap .nav-dt li {
    float: left;
    line-height: 85px;
    text-align: center;
    margin-right: 25px;
    color: #595757;
    font-size: 16px;
    font-weight: bold;
}

#header .R .nav-dd {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

#header .R .nav-dd>div {
    display: none;
    width: 100%;
    height: 65px;
    position: absolute;
    /*left: 0;*/
    top: 0;
}

#header .R .nav-dd>div:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 10;
}

#header .R .nav-dd>div a {
    float: left;
    line-height: 65px;
    margin-right: 20px;
    position: relative;
    z-index: 40;
    color: #e4e4e4;
    transition: all .3s;
}

#header .R .nav-dd>div a:hover {
    color: #FFF;
}

#header .R .nav-dd>div a.on {
    color: #FFF;
}

#header .R .h-search {
    float: left;
    height: 85px;
    position: relative;
}

#header .R .h-search em {
    display: block;
    width: 19px;
    height: 19px;
    background: url("../images/head-search-e.png") no-repeat 0 0;
    margin: 33px 8px;
    transition: all .3s;
}

#header .R .h-search .pos:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #d5d5d5;
    position: absolute;
    top: -10px;
    left: 103px;
    /* right: 0; */
    margin: auto;
}

#header .R .h-search .pos {
    display: none;
    width: 174px;
    height: 54px;
    background-color: #FFF;
    border: 2px solid #d5d5d5;
    position: absolute;
    left: -90px;
    top: 85px;
}

#header .R .h-search .pos input {
    display: block;
    width: 170px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 14px;
    color: #333;
}

#header .R .h-language {
    float: left;
    height: 85px;
}

#header .R .h-language em {
    display: block;
    width: 19px;
    height: 19px;
    background: url("../images/head-language-e.png") no-repeat 0 0;
    margin: 33px 8px;
    cursor: pointer;
    transition: all .3s;
}


/*白字*/

#header.foll .logo {
    background: url("../images/logo_b.png") no-repeat center top;
}

#header.foll .R .navWrap .nav-dt li {
    color: #FFF;
}


/*顶部白底*/

#header.bg-foll .logo,
#header:hover .logo {
    background: url("../images/logo.png") no-repeat center top;
}

#header.bg-foll,
#header:hover {
    background-color: #FFF;
}

#header.bg-foll .R .h-search em,
#header:hover .R .h-search em {
    background: url("../images/head-search.png") no-repeat 0 0;
}

#header.bg-foll .R .h-language em,
#header:hover .R .h-language em {
    background: url("../images/head-language.png") no-repeat 0 0;
}

#header.bg-foll .R .navWrap .nav-dt li,
#header:hover .R .navWrap .nav-dt li {
    color: #595757;
}


/*白底*/

#header.on .logo,
#header:hover .logo {
    background: url("../images/logo.png") no-repeat center top;
}

#header.on,
#header:hover {
    background-color: #FFF;
}

#header.on .R .h-search em,
#header:hover .R .h-search em {
    background: url("../images/head-search.png") no-repeat 0 0;
}

#header.on .R .h-language em,
#header:hover .R .h-language em {
    background: url("../images/head-language.png") no-repeat 0 0;
}

#header.on .R .navWrap .nav-dt li,
#header:hover .R .navWrap .nav-dt li {
    color: #595757;
}


/*#footer*/

#footer {
    height: 290px;
    background-color: #212121;
    padding-top: 25px;
    cursor: default;
}

#footer p {
    color: #656565;
}

#footer a {
    color: #656565;
    transition: all .3s;
}

#footer a:hover {
    color: #d4d4d4;
}

#footer .L {
    float: left;
}

#footer .L dl {
    float: left;
    width: 110px;
}

#footer .L dl dt {
    color: #7e7e7e;
    margin-bottom: 10px;
    font-size: 15px;
}

#footer .L dl dd a {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 13px;
}

#footer .R {
    float: right;
}

#footer .R a {
    display: inline-block;
}

#footer .R .bom {
    margin-top: 10px;
}

#footer .R .bom .ix {
    float: left;
    margin-right: 35px;
    padding-top: 5px;
}

#footer .R .bom .ix p {
    float: left;
    margin-right: 4px;
}

#footer .R .bom .ix .li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}

#footer .R .bom .reenoo {
    float: right;
    margin-right: -3px;
}

#footer .R .bom .li:hover .pos {
    display: block;
}

#footer .R .bom .li .pos {
    display: none;
    width: 90px;
    position: absolute;
    top: 45px;
    left: -30px;
    animation: fadeIn 1s;
}

#footer .R .bom .li .pos img {
    width: 100%;
}

#footer .R .bom .li .pos:before {
    content: "";
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    margin: auto;
}

.f-pop-wrap {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.f-pop-wrap var {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    position: absolute;
    left: 0;
    right: 0;
}

.f-pop-wrap .pop-cont {
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 310px;
}

.f-pop-wrap .pop-cont .close {
    width: 45px;
    position: absolute;
    right: 0;
    top: -23px;
    cursor: pointer;
}

.f-pop-wrap .pop-cont .auto {
    padding: 50px 0 50px 447px;
}

.f-pop-wrap .pop-cont .L {
    float: left;
    width: 417px;
    position: absolute;
    left: 0;
    top: 50px;
}

.f-pop-wrap .pop-cont .L h3 {
    color: #e95a4c;
    font-size: 22px;
    line-height: 1.4;
}

.f-pop-wrap .pop-cont .L h4 {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.f-pop-wrap .pop-cont .R h4 {
    color: #e95a4c;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.4;
}

.f-pop-wrap .pop-cont .R p {
    color: #666666;
    margin-bottom: 18px;
}


/*index*/

#index_slider {
    width: 100%;
    height: 665px;
    overflow: hidden;
    position: relative;
}

#index_slider .bd li {
    height: 665px;
    position: relative;
}

#index_slider .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#index_slider .prev {
    position: absolute;
    right: 60px;
    bottom: 35px;
    width: 300px;
    height: 100px;
    box-sizing: border-box;
    transition: all 0.5s;
    background: url(../images/index/index-slider-btn-left.png) no-repeat center;
    z-index: 10;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: h_fadeInRight;
    animation-direction: alternate;
}

#index_slider .next {
    position: absolute;
    right: 60px;
    bottom: 35px;
    width: 300px;
    height: 100px;
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.5s;
    background: url(../images/index/index-slider-btn-right.png) no-repeat center;
    z-index: 10;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: h_fadeInLeft;
    animation-direction: alternate;
}

@-webkit-keyframes h_fadeInLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes h_fadeInLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.h_fadeInLeft {
    -webkit-animation-name: h_fadeInLeft;
    animation-name: h_fadeInLeft;
}

@-webkit-keyframes h_fadeInRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes h_fadeInRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.h_fadeInRight {
    -webkit-animation-name: h_fadeInRight;
    animation-name: h_fadeInRight;
}

.index .cCont1 {
    overflow: hidden;
    height: 390px;
    padding-top: 20px;
    background: url("../images/index/index-cont1-bg.jpg") no-repeat center top;
}

.index .cCont1 .card {
    width: 1260px;
}

.index .cCont1 .card .li {
    float: left;
    width: 590px;
    height: 370px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.index .cCont1 .card .ti {
    height: 298px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.index .cCont1 .card .ti .img,
.index .cCont1 .card .ti .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index .cCont1 .card .ti .bg .fix {
    width: 640px;
    max-width: none;
    animation: fix-les 12s ease-in-out infinite;
}

@keyframes fix-les {
    0% {
        transform: translateX(-30px) translateY(-25px) scale(1.1, 1.1);
    }
    25% {
        transform: translateX(0) translateY(-25px) scale(1, 1.1);
    }
    50% {
        transform: translateX(0) translateY(0) scale(1.1, 1);
    }
    75% {
        transform: translateX(-30px) translateY(0) scale(1, 1.1);
    }
    100% {
        transform: translateX(-30px) translateY(-25px) scale(1.1, 1.1);
    }
}

.index .cCont1 .card .ti .bg .ic {
    transform: scale(1.15, 1.15);
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.index .cCont1 .card .ti .bg {
    z-index: 100;
    transition: opacity .8s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}

.index .cCont1 .card .ti .img img {
    transform: scale(1.08, 1.08);
    transition: all 1.5s;
}

.index .cCont1 .card .ti .img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/index/index-cont1-card-img-bg.png") repeat-x left bottom;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.index .cCont1 .card .ti .img .tit {
    width: 100%;
    height: 116px;
    padding-top: 30px;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 30;
    transition: all .5s;
}

.index .cCont1 .card .ti .img .tit h4 {
    color: #FFF;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    margin-bottom: 6px;
}

.index .cCont1 .card .ti .img .tit p {
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

.index .cCont1 .card .cont {
    height: 72px;
    /*overflow: hidden;*/
    /*background:#FFF url("../images/index/index-cont1-card-ic.png") no-repeat center;*/
}

.index .cCont1 .card .cont h3 {
    padding: 0 30px;
    color: #333333;
    font-size: 18px;
    line-height: 72px;
    text-align: center;
    position: relative;
    /*transition: all .5s;*/
    /*transform: translateY(0);*/
    /*opacity: 1;*/
    /*filter: alpha(opacity=100);*/
}

.index .cCont1 .card h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 20px;
    background: url("../images/index/index-cont1-card-ic.png") no-repeat center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
}

.index .cCont1 .card .li:hover .ti .img img {
    transform: scale(1, 1);
}

.index .cCont1 .card .li:hover .ti .bg .ic {
    transform: scale(1, 1);
}

.index .cCont1 .card .li h3 em {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .3s;
}

.index .cCont1 .card .li:hover h3 em {
    opacity: 0;
    filter: alpha(opacity=0);
}

.index .cCont1 .card .li:after {
    content: "";
    width: 500px;
    height: 190px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    z-index: 120;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.index .cCont1 .card .li:hover .ti .img .tit {
    bottom: 0;
}


/*.index .cCont1 .card .li:hover h3{*/


/*transform: translateY(20px);*/


/*opacity: 0;*/


/*filter: alpha(opacity=0);*/


/*}*/

.index .cCont1 .card .li:hover h3:after {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.index .cCont1 .card .li:hover:after {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.index .cCont1 .card .li:hover .ti .bg {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ipg1 {
    width: 100%;
    height: 390px;
    background: url(../images/ipg1.jpg) no-repeat center top;
    padding-top: 10px;
}

.ipg1 li {
    position: relative;
    width: 391px;
    height: 296px;
    float: left;
    margin-right: 13px;
}

.ipg1 li:last-child {
    margin-right: 0;
}

.ipg1 .li_box {
    width: 391px;
    height: 296px;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
}

.ipg1 li .img {
    position: relative;
    width: 100%;
    height: 220px;
    transition: all 0.4s;
    overflow: hidden;
}

.ipg1 li .img .mask {
    position: absolute;
    width: 100%;
    height: 143px;
    left: 0;
    bottom: -135px;
    background: url(../images/mask.png) no-repeat center bottom;
    transition: all 0.5s;
}

.ipg1 li .img .mask h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 2px;
    line-height: 1.4;
    text-align: center;
    padding-top: 60px;
}

.ipg1 li .img .mask p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.ipg1 li:hover .img .mask {
    bottom: 0;
}

.ipg1 li.li1 .img {
    background: url(../images/lis1.png) no-repeat center top;
}

.ipg1 li.li2 .img {
    background: url(../images/lis2.png) no-repeat center top;
}

.ipg1 li.li3 .img {
    background: url(../images/lis3.png) no-repeat center top;
}

.ipg1 li.li1:hover .img {
    background-image: url(../images/li1.jpg);
}

.ipg1 li.li2:hover .img {
    background-image: url(../images/li2.jpg);
}

.ipg1 li.li3:hover .img {
    background-image: url(../images/li3.jpg);
}

.ipg1 li .font {
    width: 100%;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    transition: all 0.5s;
}

.ipg1 li:hover .img {
    height: 296px;
}

.ipg1 li:hover .font {
    opacity: 0;
}

.ipg1 li::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    margin: 0 auto;
    width: 323px;
    height: 191px;
    background: url(../images/lit1.png) no-repeat center;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
}

.ipg1 li.li2::after {
    background: url(../images/lit2.png) no-repeat center;
}

.ipg1 li.li3::after {
    background: url(../images/lit3.png) no-repeat center;
}

.ipg1 li:hover::after {
    opacity: 1;
}

.index .cCont2 .slideBox {
    height: 600px;
    overflow: hidden;
    background-color: #242323;
    position: relative;
}

.index .cCont2 .slideBox .bd li {
    height: 600px;
}

.kdxNext {
    transition: all .3s;
}

.kdxNext:hover {
    transform: translateX(20px);
}

.index .cCont2 .slideBox .next {
    width: 150px;
    height: 35px;
    background: url(../images/index/index-slider-btn-right.png) no-repeat right center;
    position: absolute;
    right: 80px;
    top: 270px;
    z-index: 99;
}

@media (max-width: 1670px) {
    .index .cCont2 .slideBox .next {
        right: 30px;
    }
}

@media (max-width: 1550px) {
    .index .cCont2 .slideBox .btnWrap {
        width: 1200px;
        height: 0;
        margin: 0 auto;
        position: relative;
    }
    .index .cCont2 .slideBox .next {
        right: 263px;
        top: 520px;
    }
}

.index .cCont2 .cont {
    width: 386px;
    position: absolute;
    left: 0;
    top: 190px;
}

.index .cCont2 .cont h2 {
    color: #fff;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 16px;
}

.index .cCont2 .cont p {
    color: #FFF;
    font-size: 16px;
}

.index .cCont2 .cont .btn {
    margin-top: 30px;
}

.index .cCont2 .cont .txt {
    max-height: 149px;
    overflow: auto;
}

.index .cCont3 {
    padding: 20px 0;
}

.index .cCont3 .L {
    float: left;
    width: 374px;
}

.index .cCont3 h2,
.index .cCont3 h3 {
    transition: all .3s;
}

.index .cCont3 .li:hover h2,
.index .cCont3 .li:hover h3 {
    color: #e95a4c !important;
}

.index .cCont3 .L .list .li {
    margin-bottom: 45px;
}

.index .cCont3 .L .list .li h3 {
    color: #666666;
    font-size: 26px;
    line-height: 1;
    font-family: 'Montserrat';
    letter-spacing: -2px;
    margin-bottom: 4px;
}

.index .cCont3 .L .list .li h2 {
    color: #666666;
    font-size: 20px;
    margin-bottom: 10px;
}

.index .cCont3 .L .list .li p {
    color: #999999;
}

.index .cCont3 .L .more {
    margin-top: 102px;
}

.index .cCont3 .R {
    float: right;
    width: 800px;
}

.index .cCont3 .R .li {
    float: left;
    width: 390px;
    margin-left: 10px;
}

.index .cCont3 .R .li h3 {
    color: #666666;
    font-size: 26px;
    line-height: 1;
    font-family: 'Montserrat';
    letter-spacing: -2px;
    margin-bottom: 4px;
}

.index .cCont3 .R .li h2 {
    color: #666666;
    font-size: 20px;
    margin-bottom: 10px;
}

.index .cCont3 .R .li p {
    color: #999999;
}

.index .cCont3 .R .li .mb {
    margin-bottom: 10px;
}

.index .cCont3 .R .li .img img {
    transition: all .5s;
}

.index .cCont3 .R .li .img {
    height: 234px;
    border-radius: 5px;
    overflow: hidden;
}

.index .cCont3 .R .li:hover .img img {
    transform: scale(1.08, 1.08);
}

.index .cCont3 .R .li .cont {
    height: 226px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.index .cCont4 {
    overflow: hidden;
    height: 395px;
    background: url("../images/index/index-cont4-bg.jpg") no-repeat center top;
}

.index .cCont4 .it1 {
    margin: 64px auto 0;
}

.index .cCont4 .it2 {
    margin: 0 auto 36px;
}

.index .cCont4 .cyMore {
    margin: auto;
}

.index .cCont5 {
    overflow: hidden;
    height: 500px;
    background: url("../images/index/index-cont5-bg.jpg") no-repeat center top;
}

.index .cCont5 h3 {
    color: #FFF;
    padding: 130px 0 10px;
    font-size: 32px;
    text-align: center;
}

.index .cCont5 h4 {
    color: #FFF;
    margin-bottom: 45px;
    font-size: 16px;
    text-align: center;
}

.index .cCont5 .cyMore {
    margin: auto;
}

.cyMore {
    width: 200px;
    height: 66px;
    border: 2px solid #FFF;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 64px;
    cursor: pointer;
    transition: all .3s;
}

.cyMore i {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}


/*共用*/

.banner {
    height: 500px;
    position: relative;
}

.banner h2 {
    color: #f7f7f7;
    font-size: 52px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Rubik';
    padding-top: 226px;
}

.banner h1 {
    color: #f7f7f7;
    font-size: 22px;
    line-height: 1;
}

.banner>.auto {
    z-index: 99;
}

.banner .slideBox {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
}

.banner .slideBox .bd li {
    height: 500px;
}

.banner .slideBox .next {
    width: 130px;
    height: 20px;
    background: url(../images/index/index-slider-btn-right.png) no-repeat center;
    position: absolute;
    right: 110px;
    bottom: 60px;
    z-index: 120;
}


/*.suNavWrap{height: 0;}*/

.suNav {
    height: 75px;
    position: relative;
    z-index: 20;
    background-color: #2e3190;
    /*background:#2e3190 url("../images/subnav-bg.jpg") no-repeat center top;*/
}

.pit-ri {
    position: relative;
}

.suNav .auto:after {
    content: "";
    width: 401px;
    height: 190px;
    background: url("../images/sub-nav-bg.png") no-repeat center top;
    position: absolute;
    right: -80px;
    top: 0;
    z-index: 20;
}

.cCont1 .auto {
    position: relative;
    z-index: 120;
}

.suNav .nav {
    float: right;
    position: relative;
    z-index: 120;
}

.suNav .nav a.on {
    color: #e95a4c;
    border-bottom: 4px solid #e95a4c;
    font-weight: 700;
}

.suNav .nav a {
    float: left;
    height: 71px;
    line-height: 71px;
    color: #FFF;
    margin-left: 46px;
    border-bottom: 4px solid transparent;
}

.suNav.fll a {
    color: #666666;
}

.suNav.fll {
    background-color: transparent;
}

.suNav-foll .suNav a {
    color: #666666;
}

.suNav-foll .suNav {
    background-color: #FFF;
}

.suNav-foll {
    background-color: transparent;
}

.y-Wrap-r {
    width: 1700px;
    background-color: #FFF;
    border-radius: 15px 0 0 0;
}

.y-Cont {
    width: 1200px;
}

.txtCt p {
    margin-bottom: 14px;
    color: #666666;
}

.cH1 {
    color: #333333;
    font-size: 26px;
}

.cH2 {
    color: #333333;
    font-size: 32px;
    font-family: 'Rubik';
    margin-bottom: 14px;
}

.cMore {
    display: block;
    height: 52px;
    border: 1px solid #e2e2e2;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all .3s;
}

.cMore em {
    display: inline-block;
    padding-right: 30px;
    background: url("../images/cmore-ic.png") no-repeat center right;
    color: #666666;
    letter-spacing: 1px;
    transition: all .3s;
}

.cMore:hover {
    border: 1px solid #595757;
    background-color: #595757;
}

.cMore:hover em {
    color: #FFF;
    background: url("../images/cmore-ic2.png") no-repeat center right;
}


/*===*/


/*about1*/

.about1 .cCont1 {
    /*padding-top: 75px;*/
    /*overflow: hidden;*/
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.about1 .cCont1 .y-Cont {
    min-height: 480px;
}

.about1 .cCont1 .y-Cont:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.about1 .cCont1 .L {
    float: left;
    width: 656px;
    padding-left: 50px;
    padding-top: 64px;
}

.about1 .cCont1 .R {
    float: right;
    width: 517px;
    padding: 137px 0 70px;
}

.about1 .cCont2 {
    height: 480px;
    overflow: hidden;
    background: url("../images/about/about1-cont2-bg.jpg") no-repeat center top;
}

.about1 .cCont2 .cont {
    padding-left: 60px;
}

.about1 .cCont2 .t1 {
    margin-top: 210px;
}

.about1 .cCont2 h3 {
    color: #333333;
    font-size: 32px;
}


/*about2*/

.about2 .cCont1 {
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.about2 .cCont1 .y-Wrap-r {
    background: url("../images/about/about2-cont1-c1.jpg") no-repeat 0 0;
}

.about2 .cCont1 .y-Cont {
    height: 408px;
    padding: 135px 0 0 120px;
}

.about2 .cCont1 .y-Cont ul {
    width: 400px;
    font-size: 0;
}

.about2 .cCont1 .y-Cont ul li {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    width: 108px;
    line-height: 1;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all .3s;
}

.about2 .cCont1 .y-Cont ul li.on,
.about2 .cCont1 .y-Cont ul li:hover {
    color: #e95a4c;
}

.about2 .cCont2 .bd li {
    height: 807px;
}

.about2 .cCont2 .slideBox {
    position: relative;
}

.about2 .cCont2 .slideBox .bd .box {
    width: 560px;
    float: left;
    background-color: #FFF;
    border-radius: 10px;
    margin: 278px 0 0 120px;
    padding: 50px 54px;
}

.about2 .cCont2 .slideBox .bd .box h2 {
    color: #e95a4c;
    font-size: 32px;
    margin-bottom: 15px;
}

.about2 .cCont2 .slideBox .bd .box dl {
    padding-left: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}

.about2 .cCont2 .slideBox .bd .box dt {
    color: #666666;
    float: left;
    margin-left: -40px;
    line-height: 1.5;
    font-size: 14px;
}

.about2 .cCont2 .slideBox .bd .box p {
    color: #666666;
}

.about2 .cCont2 .slideBox .hd {
    width: 1200px;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 200;
}

.about2 .cCont2 .slideBox .hd ul {
    width: 2px;
    position: absolute;
    top: 278px;
    left: 0px;
}

.about2 .cCont2 .slideBox .hd ul li {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    cursor: default;
}

.about2 .cCont2 .slideBox .hd ul li.on a {
    background-color: #e95a4c;
}

.about2 .cCont2 .slideBox .hd ul li a {
    height: 35px;
    width: 2px;
    margin-left: -2px;
    background-color: #FFF;
    margin-bottom: 8px;
}

.about2 .cCont2 .slideBox .hds {
    position: absolute;
    top: 347px;
    left: 50px;
}

.about2 .cCont2 .slideBox .hds ul li.on {
    display: block;
}

.about2 .cCont2 .slideBox .hds ul li {
    display: none;
    width: 116px;
    height: 116px;
    margin: 0 auto 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.about2 .cCont2 .slideBox .hds ul li:before {
    content: "";
    display: block;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about2 .cCont2 .circle-bor {
    width: 116px;
    height: 116px;
    position: relative;
}

.about2 .cCont2 .circle-bor em {
    display: block;
    width: 116px;
    height: 116px;
    text-align: center;
    line-height: 116px;
    color: #FFF;
    font-size: 32px;
    font-family: 'Rubik';
}

.about2 .cCont2 .circle-bor .ci-left {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about2 .cCont2 .circle-bor .ci-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.about2 .cCont2 .circle-bor .ci-left:before {
    content: "";
    height: 116px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2000px 0 0 2000px;
    border: 2px solid #e95a4c;
    border-right: 0;
    transform-origin: 100% 50%;
    transform: rotate(-180deg);
    animation: circle_left 2.5s 2.5s linear forwards;
}

.about2 .cCont2 .circle-bor .ci-right:before {
    content: "";
    height: 116px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0 2000px 2000px 0;
    border: 2px solid #e95a4c;
    border-left: 0;
    transform-origin: 0 50%;
    transform: rotate(-180deg);
    animation: circle_right 2.5s linear forwards;
}

@keyframes circle_right {
    0% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes circle_left {
    0% {
        transform: rotate(-180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media (max-width: 1600px) {
    .about2 .cCont2 .slideBox .hds {
        position: absolute;
        right: 50px;
        left: auto;
        top: 280px;
    }
}

.about2-s .cCont1 {
    height: 553px;
    background: url("../images/about/about2s-cont1-bg.jpg") no-repeat center 70px;
}

.about2-s .cCont1 .Cont {
    padding-top: 100px;
}

.about2-s .cCont1 .Cont h2 {
    color: #666666;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Rubik';
    text-transform: uppercase;
}

.about2-s .cCont1 .Cont h1 {
    color: #333333;
    font-size: 22px;
    margin-bottom: 64px;
}


/*.about2-s .cCont1 .Cont .gux:before{content: "";width: 250px;height: 0;border-top: 2px solid #e95a4c;position: absolute;left: -130px;top: 37px;}*/

.about2-s .cCont1 .Cont .gux {
    margin-bottom: 50px;
    position: relative;
}

.about2-s .cCont1 .Cont .more:hover {
    left: 10px;
}

.about2-s .cCont1 .Cont .more {
    width: 152px;
    height: 20px;
    margin-left: -30px;
    background: url("../images/about/about2x-cont1-ic.png") no-repeat right center;
    position: relative;
    left: 0;
    transition: all .3s;
}

.about2-s .cCont2 {
    height: 483px;
    background: url("../images/about/about2s-cont2-bg.jpg") no-repeat center top;
}

.about2-s .cCont2 .cont {
    width: 540px;
    position: absolute;
    left: 750px;
    top: 170px;
}

.about2-s .cCont2 .cont h4 {
    color: #666666;
    font-size: 32px;
    line-height: 1;
    font-family: 'Rubik';
    margin-bottom: 4px;
    text-transform: uppercase;
}

.about2-s .cCont2 .cont h2 {
    color: #333333;
    font-size: 22px;
    margin-bottom: 20px;
}

.about2-s .cCont2 .cont h3 {
    color: #333333;
    font-size: 26px;
}

.about2-s .cCont3 {
    height: 480px;
    background: url("../images/about/about2s-cont3-bg.jpg") no-repeat center top;
}

.about2-s .cCont3 .list {
    position: absolute;
    left: 0;
    top: 130px;
}

.about2-s .cCont3 .list .li .cx {
    display: table-cell;
    vertical-align: middle;
    width: 173px;
    height: 173px;
    padding: 0 40px;
}

.about2-s .cCont3 .list .li {
    width: 173px;
    height: 173px;
    background: url('../images/about/about2s-cont3-list-bg.png') no-repeat 0 0;
    position: absolute;
}

.about2-s .cCont3 .list .li em {
    display: block;
    color: #b5b6d2;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 2px;
}

.about2-s .cCont3 .list .li h3 {
    color: #b5b6d2;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 3px;
}

.about2-s .cCont3 .list .li h4 {
    color: #686aa9;
    font-size: 15px;
    line-height: 1.1;
    font-family: 'Rubik';
    text-transform: uppercase;
}

.about2-s .cCont3 .list .i1 {
    left: 105px;
    top: 0;
}

.about2-s .cCont3 .list .i2 {
    left: 0;
    top: 103px;
}

.about2-s .cCont3 .list .i3 {
    left: 313px;
    top: 0;
}

.about2-s .cCont3 .list .i4 {
    left: 209px;
    top: 103px;
}

.about2-s .cCont3 .list .i5 {
    left: 522px;
    top: 0;
}

.about2-s .cCont3 .list .i6 {
    left: 418px;
    top: 103px;
}

.about2-s .cCont3 .cont {
    position: absolute;
    left: 750px;
    top: 207px;
}

.about2-s .cCont3 .cont h4 {
    color: #666666;
    font-size: 32px;
    line-height: 1;
    font-family: 'Rubik';
    text-transform: uppercase;
}

.about2-s .cCont3 .cont h3 {
    color: #333333;
    font-size: 22px;
}

@media (max-width: 1380px) {
    .about2-s .cCont2 .cont {
        width: 450px;
    }
}

.about2-s .cCont4 {
    height: 472px;
    position: relative;
}

.about2-s .cCont4 .slideBox .bd li {
    height: 472px;
}

.about2-s .cCont4 .hds {
    position: absolute;
    right: 50px;
    top: 155px;
}

.about2-s .cCont4 .hds li {
    width: 0;
    height: 40px;
    border-left: 10px solid transparent;
    border-right: 2px solid #053a95;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.about2-s .cCont4 .hds li.on {
    border-color: #e95a4c;
}

.about2-s .cCont4 .hds li.on p {
    display: block;
}

.about2-s .cCont4 .hds li p {
    display: none;
    color: #333333;
    word-break: keep-all;
    line-height: 40px;
    position: absolute;
    right: 22px;
    top: 0;
}

.about2-s .cCont4 .hds.foll li p {
    color: #FFF;
}

.about2-s .cCont4 .slideBox .list1 {
    float: left;
    width: 260px;
    margin-right: 45px;
}

.about2-s .cCont4 .slideBox .list2 {
    float: left;
    width: 310px;
}


/*.about2-s .cCont4 .slideBox dt em:before{content: "";display: block;width: 50px;height: 0;border-top: 2px solid #666666;position: absolute;top: 11px;left: -30px;}*/

.about2-s .cCont4 .slideBox dt em {
    display: block;
    color: #666666;
    margin-bottom: 4px;
    position: relative;
    font-size: 26px;
    font-family: 'Rubik';
    line-height: 1;
}

.about2-s .cCont4 .slideBox dt {
    color: #666666;
    height: 50px;
    font-size: 16px;
    margin-bottom: 20px;
}

.about2-s .cCont4 .slideBox dd p {
    color: #666;
}

.about2-s .cCont4 .slideBox .list2 dd p:before {
    content: "";
    display: block;
    width: 8px;
    height: 0;
    border-top: 2px solid #333333;
    position: absolute;
    top: 11px;
    left: -18px;
}

.about2-s .cCont4 .slideBox .list2 dd p {
    position: relative;
}

.about2-s .cCont4 .slideBox .tit h3 {
    color: #e95a4c;
    font-size: 22px;
    margin-top: 13px;
}

.about2-s .cCont4 .slideBox .bd li {
    position: relative;
}

.about2-s .cCont4 .slideBox .txtCont h3 {
    color: #e95a4c;
}

.about2-s .cCont4 .slideBox .box1 {
    padding-top: 180px;
}

.about2-s .cCont4 .slideBox .box1 .tit {
    float: left;
    margin-left: 90px;
    padding-top: 20px;
}

.about2-s .cCont4 .slideBox .box1 .txtCont {
    float: left;
}

.about2-s .cCont4 .slideBox .box2 .tit {
    position: absolute;
    top: 150px;
    left: 0;
}

.about2-s .cCont4 .slideBox .box2 .txtCont {
    position: absolute;
    left: 403px;
    top: 180px;
}

.about2-s .cCont4 .slideBox .box2 .listWrap dt,
.about2-s .cCont4 .slideBox .box2 .listWrap dt em,
.about2-s .cCont4 .slideBox .box2 .listWrap,
.about2-s .cCont4 .slideBox .box2 .listWrap p {
    color: #FFF;
}

.about2-s .cCont4 .slideBox .box2 .list2 dd p:before {
    border-color: #FFF;
}

.about2-s .cCont4 .slideBox .box2 .listWrap dt em:before {
    border-color: #FFF;
}

.about2-s .cCont4 .slideBox .box3 {
    padding-top: 180px;
}

.about2-s .cCont4 .slideBox .box3 .tit {
    float: left;
    margin-left: 90px;
    padding-top: 20px;
}

.about2-s .cCont4 .slideBox .box3 .txtCont {
    float: left;
}

.about2-s .cCont4 .slideBox .box4 {
    padding-top: 200px;
}

.about2-s .cCont4 .slideBox .box4 .txtCont {
    float: right;
}

.about2-s .cCont4 .slideBox .box4 .tit {
    position: absolute;
    right: 660px;
    top: 0;
    text-align: right;
}

.about2-s .cCont4 .slideBox .box5 {
    padding-top: 180px;
}

.about2-s .cCont4 .slideBox .box5 .tit {
    float: left;
    margin-left: 188px;
    padding-top: 20px;
}

.about2-s .cCont4 .slideBox .box5 .txtCont {
    float: left;
}

.about2-s .cCont4 .slideBox .box6 {
    padding-top: 175px;
}

.about2-s .cCont4 .slideBox .box6 .tit {
    width: 573px;
}

.about2-s .cCont4 .slideBox .box6 .tit h3 {
    float: right;
    margin-top: 153px;
    margin-right: 20px;
}

.about2-s .cCont4 .slideBox .box6 .tit img {
    float: right;
}

.about2-s .cCont4 .slideBox .box6 .txtCont {
    float: right;
}

@media (max-width: 1550px) {
    /*.about2-s .cCont4 .hds{*/
    /*width: 1200px;*/
    /*height: 0;*/
    /*top:auto;*/
    /*bottom: 60px;*/
    /*right: 0;*/
    /*left: 0;*/
    /*margin: auto;*/
    /*}*/
    /*.about2-s .cCont4 .hds ul{*/
    /*float: right;*/
    /*}*/
    /*.about2-s .cCont4 .hds li p{*/
    /*width: 120px;*/
    /*top: 16px;*/
    /*left: -40px;*/
    /*line-height: 1.4;*/
    /*text-align: center;*/
    /*}*/
    /*.about2-s .cCont4 .hds li{*/
    /*float: left;*/
    /*width: 40px;*/
    /*height: 0;*/
    /*border-bottom: 5px solid transparent;*/
    /*border-top:2px solid #053a95;*/
    /*border-left: none;*/
    /*border-right: none;*/
    /*margin: 0 0 0 8px;*/
    /*}*/
}

.about3 .cCont1 {
    min-height: 480px;
}

.about3 .tip-bg {
    width: 100%;
    height: 0;
}

.about3 .tip-bg .bg {
    height: 405px;
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.about3 .cCont1 .y-Cont {
    min-height: 480px;
    overflow: hidden;
    padding-bottom: 80px;
    background-color: #FFF;
}

.about3 .cCont1 .L {
    float: left;
    width: 720px;
    padding-left: 50px;
    padding-top: 100px;
}

.about3 .cCont1 .L .li {
    float: left;
    width: 190px;
    margin-left: 40px;
    position: relative;
}

.about3 .cCont1 .L .li.i1 {
    margin-top: 46px;
}

.about3 .cCont1 .L .li.i2 {
    margin-top: 170px;
}

.about3 .cCont1 .L .li.i3 {
    margin-top: 0;
}

.about3 .cCont1 .L .li:first-child {
    margin-left: 0;
}

.about3 .cCont1 .L .li h3 {
    color: #fafafa;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 44px;
    top: 190px;
    letter-spacing: 2px;
}

.about3 .cCont1 .L .li h3:before {
    content: "";
    display: block;
    width: 65px;
    height: 0;
    border-top: 2px solid #e95a4c;
    position: absolute;
    top: 8px;
    opacity: 0;
    filter: alpha(opacity=0);
    left: -53px;
    transition: all .4s;
}

.about3 .cCont1 .L .li.on h3:before {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -83px;
}

.about3 .cCont1 .R {
    float: right;
    width: 447px;
    padding: 250px 0 70px;
}

.about3 .cCont1 .R h4 {
    color: #e95a4c;
    font-size: 29px;
    margin-bottom: 14px;
}

.about3 .cCont1 .R p {
    color: #666666;
}

.about3 .cCont1 .R p em {
    color: #2e3191;
}

.about3 .cCont1 .R>div {
    display: none;
}

.about3 .cCont1 .R p {
    margin-bottom: 0;
}


/*news1*/

.news1 .cCont1 {
    min-height: 480px;
}

.news1 .tip-bg {
    width: 100%;
    height: 0;
}

.news1 .tip-bg .bg {
    height: 405px;
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.news1 .cCont1 .Top {
    margin-bottom: 40px;
}

.news1 .cCont1 .Top .list .li {
    float: left;
    width: 394px;
    height: 469px;
    background-color: #FFF;
    margin-left: 8px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.news1 .cCont1 .Top .list {
    width: 1260px;
}

.news1 .cCont1 .Top .li:hover .img img {
    transform: scale(1.03, 1.03);
}

.news1 .cCont1 .Top .li:hover h2,
.news1 .cCont1 .Top .li:hover h3 {
    color: #e95a4c;
    transition: all .3s;
}

.news1 .cCont1 .Top .li h3 {
    color: #666666;
    font-size: 26px;
    line-height: 1;
    font-family: 'Montserrat';
    letter-spacing: -2px;
    margin-bottom: 4px;
}

.news1 .cCont1 .Top .li h2 {
    color: #666666;
    font-size: 20px;
    margin-bottom: 10px;
}

.news1 .cCont1 .Top .li p {
    color: #999999;
}

.news1 .cCont1 .Top .li .img img {
    transition: all .6s;
}

.news1 .cCont1 .Top .li .img {
    height: 239px;
    overflow: hidden;
}

.more-ow {
    width: 90px;
    height: 40px;
    cursor: pointer;
}

.more-ow li {
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 13px;
    border-radius: 50%;
    background-color: #ff6633;
    margin-right: 7px;
    transition: all .2s ease-in-out;
}

.more-ow:hover li {
    margin-right: 15px;
}

.news1 .cCont1 .Top .li .cont {
    height: 230px;
    padding: 35px 40px;
}

.news1 .cCont1 .bom {
    padding-bottom: 65px;
}

.news1 .cCont1 .bom .list {
    margin-bottom: 20px;
}

.news1 .cCont1 .bom .list .li {
    height: 154px;
    padding: 25px 40px 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 5px;
}

.news1 .cCont1 .bom .list .li:hover h2,
.news1 .cCont1 .bom .list .li:hover h3 {
    color: #e95a4c;
    transition: all .3s;
}

.news1 .cCont1 .bom .list .li h3 {
    color: #666666;
    font-size: 26px;
    line-height: 1;
    font-family: 'Montserrat';
    letter-spacing: -2px;
    margin-bottom: 2px;
}

.news1 .cCont1 .bom .list .li h2 {
    color: #666666;
    font-size: 16px;
    margin-bottom: 17px;
}

.news1 .cCont1 .bom .list .li .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news1 .cCont1 .bom .list .li p {
    color: #999999;
}


/*news1-data*/

.news1-data .cCont1 {
    min-height: 480px;
}

.news1-data .tip-bg {
    width: 100%;
    height: 0;
}

.news1-data .tip-bg .bg {
    height: 405px;
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.news1-data .y-Cont {
    padding: 50px 0 50px 50px;
}

.news1-data .y-Cont .L {
    float: left;
    width: 730px;
}

.news1-data .y-Cont .L h2 {
    color: #e95a4c;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.news1-data .y-Cont .L h3 {
    margin-bottom: 20px;
    color: #e95a4c;
    font-size: 26px;
    line-height: 1;
}

.news1-data .y-Cont .L p img {
    border-radius: 10px;
}

.news1-data .y-Cont .L p {
    color: #666666;
    margin-bottom: 18px;
}

.news1-data .y-Cont .R {
    float: right;
    width: 380px;
}

.news1-data .y-Cont .R .kin {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.news1-data .y-Cont .R .kin:hover .img img {
    transform: scale(1.03, 1.03);
}

.news1-data .y-Cont .R .kin:hover h2,
.news1-data .y-Cont .R .kin:hover h3 {
    color: #e95a4c;
    transition: all .3s;
}

.news1-data .y-Cont .R .kin h3 {
    color: #666666;
    font-size: 26px;
    line-height: 1;
    font-family: 'Montserrat';
    letter-spacing: -2px;
    margin-bottom: 4px;
}

.news1-data .y-Cont .R .kin h2 {
    color: #666666;
    font-size: 20px;
    margin-bottom: 10px;
}

.news1-data .y-Cont .R .kin .cont {
    height: 230px;
    padding: 30px;
    border: 1px solid #e9e9e9;
}

.news1-data .y-Cont .R .kin p {
    color: #999999;
}

.news1-data .y-Cont .R .kin .img img {
    transition: all .6s;
}

.news1-data .y-Cont .R .kin .img {
    height: 230px;
    overflow: hidden;
}

.news1-data .y-Cont .R .reBtn:hover {
    transform: scale(.85, .85);
    /*transform: scale(1.2,1.2);*/
}

.news1-data .y-Cont .R .reBtn {
    width: 85px;
    height: 85px;
    background-color: #e95a4c;
    text-align: center;
    line-height: 85px;
    color: #ffffff;
    border-radius: 50%;
    margin-top: 30px;
    transition: all .3s;
    letter-spacing: 1px;
}

.news1-data .bom li {
    color: #666666;
    margin-bottom: 10px;
}

.news1-data .bom li span {
    margin-left: 25px;
}

.news1-data .bom li .bshare-custom {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.bshare-custom a {
    display: inline-block!important;
    margin: 0 4px 0 0!important;
    padding: 0!important;
    width: 26px!important;
    height: 25px!important;
}

.bshare-custom .bshare-weixin {
    background: url("../images/bshare-weixin.png") no-repeat 0 0!important;
}

.bshare-custom .bshare-sinaminiblog {
    background: url("../images/bshare-sinaminiblog.png") no-repeat 0 0!important;
}

.bshare-custom .bshare-qqim {
    background: url("../images/bshare-qqim.png") no-repeat 0 0!important;
}

.bshare-custom .bshare-qzone {
    background: url("../images/bshare-qzone.png") no-repeat 0 0!important;
}

.news1-data .L .bom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.news1-data .gs-btn {
    margin-top: 30px;
}

.news1-data .gs-btn a {
    height: 70px;
    line-height: 70px;
    background-color: #ececec;
    text-align: center;
    margin-bottom: 10px;
    color: #666666;
    letter-spacing: 1px;
    transition: all .3s;
}

.news1-data .gs-btn a:hover {
    color: #FFF;
    background-color: #e95a4c;
}


/*news2*/

.news2 .cCont1 {
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.news2 .cCont1 .y-Cont {
    text-align: center;
    padding: 60px 0 80px;
}

.news2 .cCont1 .y-Cont .dt {
    text-align: center;
    padding: 0 340px 30px;
    margin-bottom: 35px;
    border-bottom: 2px solid #f8f8f8;
    position: relative;
}

.news2 .cCont1 .y-Cont .dt:after {
    content: "";
    width: 520px;
    border-top: 2px solid #f5dad8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
}

.news2 .cCont1 .y-Cont .dt h3 {
    color: #e95a4c;
    font-size: 22px;
    margin-bottom: 8px;
}

.news2 .cCont1 .y-Cont .dt h4 {
    color: #666666;
    font-size: 18px;
    line-height: 1;
}

.news2 .cCont1 .y-Cont .dd {
    width: 520px;
    margin: 0 auto;
}

.news2 .cCont1 .y-Cont .dd ul {
    width: 550px;
}

.news2 .cCont1 .y-Cont .dd li {
    float: left;
    width: 113px;
    margin-right: 23px;
    cursor: default;
}

.news2 .cCont1 .y-Cont .dd li img {
    margin-bottom: 6px;
}

.news2 .cCont1 .y-Cont .dd li p {
    color: #666666;
    font-size: 16px;
    text-align: center;
}


/*product1*/

.product1 .cCont1 {
    padding-bottom: 80px;
    min-height: 668px;
    background: #FFF url("../images/product/product1-cont1-bg.jpg") no-repeat center bottom;
}

.product1 .cCont1 .le {
    float: left;
    width: 440px;
    padding-top: 192px;
    margin-left: 60px;
    color: #333333;
    font-size: 22px;
}

.product1 .cCont1 .le h2 {
    color: #333333;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

.product1 .cCont1 .le p {
    color: #666;
}

.product1 .cCont1 .map {
    float: left;
    margin-top: 20px;
}

.product1 .cCont1 .pr-lit {
    float: left;
    max-width: 335px;
    padding-top: 178px;
    margin-left: 390px;
}

.product1 .cCont1 .pr-lit p {
    float: left;
    color: #666666;
    font-size: 14px;
    margin-left: 20px;
}

.product1 .cCont1 .pr-lit p em {
    color: #FFF;
    font-family: 'Rubik';
    font-size: 100px;
    -webkit-text-stroke: 1px #ea6255;
}

.product1 .cCont1 .posUl {
    position: absolute;
    left: 0;
    top: -75px;
}

.product1 .cCont1 .posUl li {
    width: 82px;
    height: 82px;
    position: absolute;
}

.product1 .cCont1 .posUl .i1 {
    left: 118px;
    top: 112px;
}

.product1 .cCont1 .posUl .i2 {
    left: 248px;
    top: 152px;
}

.product1 .cCont1 .posUl .i3 {
    left: 225px;
    top: 266px;
}

.product1 .cCont1 .posUl .i4 {
    left: 90px;
    top: 296px;
}

.product1 .cCont1 .posUl .i5 {
    left: 290px;
    top: 332px;
}

.product1 .cCont1 .posUl .i6 {
    left: 116px;
    top: 416px;
}

.product1 .cCont1 .posUl .i7 {
    left: 138px;
    top: 508px;
}

.product1 .cCont1 .posUl .i8 {
    left: 254px;
    top: 548px;
}

.product1 .cCont1 .posUl li p em {
    display: table-cell;
    vertical-align: middle;
    width: 81px;
    height: 81px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #FFF;
}

.product1 .cCont1 .posUl li p {
    width: 81px;
    height: 81px;
    position: absolute;
    left: 0;
    top: 0;
}

.product1 .cCont2 .slideBox {
    position: relative;
}

.product1 .cCont2 .slideBox .bd li {
    height: 570px;
    position: relative;
}

.product1 .cCont2 .slideBox .bd li .auto {
    z-index: 20;
}

.product1 .cCont2 .slideBox .bd li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 10;
}

.product1 .cCont2 .slideBox .bd li .cont {
    float: right;
    width: 420px;
    margin-top: 214px;
    padding-top: 125px;
    position: relative;
}

.product1 .cCont2 .slideBox .bd li .cont h3 {
    color: #fff;
    font-size: 34px;
    line-height: 1.4;
    position: absolute;
    bottom: 150px;
    left: 0;
}

.product1 .cCont2 .slideBox .hd {
    width: 1200px;
    height: 0;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 276px;
    z-index: 20;
}

.product1 .cCont2 .slideBox .hd ul {
    float: right;
    width: 420px;
}

.product1 .cCont2 .slideBox .hd li.on {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product1 .cCont2 .slideBox .hd li {
    float: left;
    width: 56px;
    margin-right: 10px;
    height: 2px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: content-box;
    opacity: .26;
    filter: alpha(opacity=26);
    cursor: pointer;
}

.product1 .cCont2 .slideBox .hd li a {
    display: block;
    height: 2px;
    background-color: #FFF;
}

.product1 .cCont3 h2 {
    display: none;
    color: #333333;
    font-size: 22px;
    line-height: 1;
    padding: 34px 0 30px;
    position: relative;
}

.product1 .cCont3 {
    padding-bottom: 30px;
}

.product1 .cCont3 .ovs-dt li:before {
    content: "";
    width: 13px;
    height: 0;
    border-top: 2px solid #010107;
    position: absolute;
    left: -30px;
    bottom: 9px;
}

.product1 .cCont3 .ovs-dt {
    height: 90px;
    position: relative;
}

.product1 .cCont3 .ovs-dt ul {
    padding-top: 40px;
    font-size: 0;
}

.product1 .cCont3 .ovs-dt li.on {
    font-size: 22px;
    color: #e95a4c;
}

.product1 .cCont3 .ovs-dt li {
    display: inline-block;
    margin-right: 60px;
    vertical-align: bottom;
    color: #666666;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: color .3s;
    position: relative;
}

.product1 .cCont3 .ovs-dt li.on,
.product1 .cCont3 .ovs-dt li:hover {
    color: #e95a4c;
}

.product1 .cCont3 .ovs-dt li.on:before,
.product1 .cCont3 .ovs-dt li:hover:before {
    border-color: #e95a4c;
}

.product1 .cCont3 .card {
    width: 1260px;
}

.product1 .cCont3 .card .li {
    float: left;
    width: 382px;
    height: 377px;
    margin-right: 27px;
    margin-bottom: 20px;
}

.product1 .cCont3 .card .li:hover .cont:after {
    background: url("../images/product/product1-cont-ic2.png") no-repeat 0 0;
}

.product1 .cCont3 .card .li .cont:after {
    content: "";
    display: block;
    width: 21px;
    height: 4px;
    background: url("../images/product/product1-cont-ic1.png") no-repeat 0 0;
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    margin: auto;
    transition: background .3s;
}

.product1 .cCont3 .card .img {
    overflow: hidden;
}

.product1 .cCont3 .card .img img {
    transition: all .5s;
}

.product1 .cCont3 .card .li:hover .img img {
    transform: scale(1.06, 1.06);
}

.product1 .cCont3 .card .li:hover .cont {
    background-color: #2e3191;
    border-color: #2e3191;
}

.product1 .cCont3 .card .li:hover .cont p,
.product1 .cCont3 .card .li:hover .cont h3 {
    color: #ffffff;
}

.product1 .cCont3 .card .li .cont {
    height: 115px;
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    transition: all .3s ease;
}

.product1 .cCont3 .card .li h3 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 4px;
    transition: all .3s;
}

.product1 .cCont3 .card .li p {
    color: #666666;
    font-size: 16px;
    text-align: center;
    transition: all .3s;
}

.product1 .cCont3 .more-ow li {
    background-color: #333333;
}


/*product1-data*/

.prData-banner .slideBox {
    position: relative;
    margin-bottom: -175px;
}

.prData-banner .btnWrap {
    width: 1200px;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 120;
}

.prData-banner .btnWrap .next {
    width: 130px;
    height: 20px;
    background: url(../images/index/index-slider-btn-right.png) no-repeat center;
    position: absolute;
    right: 110px;
    top: 560px;
    z-index: 120;
}

.prData-banner .bd li {
    height: 870px;
    position: relative;
}

.prData-banner .bd li:after {
    content: "";
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product1-data {
    padding-bottom: 40px;
    background: #2e3190 url("../images/product/product1-data-bg.jpg") no-repeat center bottom;
}

.product1-data .cCont1 {
    min-height: 310px;
    position: relative;
}

.product1-data .cCont1 .tit-ci {
    padding-bottom: 40px;
    width: 930px;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.product1-data .cCont1 .tit-ci h2 {
    color: #fefefe;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.product1-data .cCont1 .tit-ci ul li em {
    position: relative;
    z-index: 20;
}

.product1-data .cCont1 .tit-ci ul li {
    display: inline-block;
    /*padding-left: 14px;*/
    margin-right: 18px;
    font-size: 22px;
    color: #FFF;
    position: relative;
}


/*.product1-data .cCont1 .tit-ci ul li:after{content: "";display: block;width: 35px;height: 0;border-top: 2px solid #ff6633;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}*/

.product1-data .y-Cont {
    min-height: 170px;
}

.product1-data .y-Cont .tip {
    padding: 50px 50px 60px;
}

.product1-data .y-Cont .tip h3 {
    color: #ff6633;
    font-size: 22px;
    margin-bottom: 14px;
}

.product1-data .y-Cont .tip .le {
    float: left;
    width: 665px;
}

.product1-data .y-Cont .tip .le p {
    color: #666666;
    font-size: 17px;
    line-height: 1.7;
}

.product1-data .y-Cont .tip .ri {
    float: right;
    max-width: 380px;
    /*width: 380px;*/
    padding-top: 22px;
}

.product1-data .y-Cont .tip .ri .lit em {
    color: #e95a4c;
    font-size: 26px;
    line-height: 1;
    font-family: 'Rubik';
}

.product1-data .y-Cont .tip .ri .lit p {
    color: #666666;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
}

.product1-data .y-Cont .tip .ri .lit .ic {
    position: absolute;
    left: 0;
    top: 2px;
}

.product1-data .y-Cont .bom h3 {
    color: #ff6633;
    font-size: 22px;
    margin-bottom: 14px;
    padding: 0 50px;
}

.product1-data .y-Cont .bom .slideBox {
    position: relative;
    height: 584px;
}

.product1-data .y-Cont .bom .slideBox .hd {
    position: absolute;
    bottom: -24px;
    left: 0;
}

.product1-data .y-Cont .bom .slideBox .hd li {
    float: left;
    width: 34px;
    margin-right: 10px;
    height: 2px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: content-box;
    opacity: .26;
    filter: alpha(opacity=26);
    cursor: pointer;
}

.product1-data .y-Cont .bom .slideBox .hd li.on {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product1-data .y-Cont .bom .slideBox .hd li.on a {
    height: 3px;
    margin-top: -1px;
}

.product1-data .y-Cont .bom .slideBox .hd li a {
    display: block;
    height: 2px;
    background-color: #FFF;
}

.banSlider .slideBox {
    position: relative;
}

.banSlider .bd li {
    position: relative;
}

.banSlider .bd li .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banSlider .bd li .auto {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banSlider .bd li .cont {
    height: 174px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.banSlider .bd li .cont h2 {
    color: #ffffff;
    font-size: 62px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 300;
}

.banSlider .bd li .cont p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
}

.banSlider .next {
    width: 122px;
    height: 20px;
    background: url(../images/index/index-slider-btn-left.png) no-repeat center;
    position: absolute;
    right: 70px;
    top: 100px;
    bottom: 0;
    margin: auto;
    z-index: 299;
}

.progress2 .cCont1 {
    padding-top: 60px;
    overflow: hidden;
}

.progress2 .cCont1 .L {
    float: left;
    width: 334px;
    padding-top: 115px;
}

.progress2 .cCont1 .L h2 {
    color: #333333;
    font-size: 22px;
    margin-bottom: 14px;
}

.progress2 .cCont1 .L p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.progress2 .cCont1 .R {
    float: right;
    width: 1560px;
    height: 430px;
    background: url(../images/product/progress2-cont1-r.jpg) no-repeat 0 0;
    margin-right: -760px;
}

.progress2 .cCont2 {
    height: 549px;
    padding-top: 216px;
    background: url("../images/product/progress2-cont2-bg.jpg") no-repeat center top;
}

.progress2 .cCont2 .L {
    float: left;
    margin-left: 400px;
    max-width: 360px;
}

.progress2 .cCont2 .L .ic {
    display: block;
    margin-bottom: 14px;
}

.progress2 .cCont2 .L h3 {
    color: #333333;
    font-size: 22px;
}

.progress2 .cCont2 .R {
    float: right;
    width: 433px;
    margin-right: -46px;
}

.progress2 .cCont2 .R p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 14px;
}

.progress2 .cCont3 {
    height: 535px;
    background: url("../images/product/progress2-cont3-bg.jpg") no-repeat center top;
}

.progress2 .cCont3 .L {
    float: left;
    width: 556px;
    padding-top: 188px;
    padding-left: 124px;
    position: relative;
}

.progress2 .cCont3 .L .ic {
    float: left;
    position: absolute;
    left: 0;
    top: 200px;
}

.progress2 .cCont3 .L h3 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 18px;
}

.progress2 .cCont3 .L .txt p {
    color: #ffffff;
}


/* contact*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.contact .content {
    height: 100%;
    padding-left: 62px;
    padding-top: 91px;
    padding-bottom: 90px;
}

.contact .content .shanghai {
    margin-left: 180px;
    float: left;
}

.contact .content .txt {
    float: left;
    margin-left: 57px;
    margin-top: 54px;
}

.contact .content .txt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background: url(../images/contact/hx.png) no-repeat center left;
    padding-left: 12px;
    margin-bottom: 13px;
}

.contact .content .txt h4 {
    font-size: 14px;
    margin-bottom: 12px;
    margin-left: 11px;
}

.contact .content .txt p {
    margin-left: 11px;
}

#allmap {
    border-radius: 20px;
    height: 360px;
    width: 1145px;
}

#allmap .anchorBL {
    display: none !important;
}

.progress1 .tip-pos .auto {
    height: 0;
}

.progress1 .tip-pos .pos {
    position: absolute;
    left: 634px;
}

.progress1 .cCont1 {
    /*overflow: hidden;*/
    margin-top: 130px;
    margin-bottom: 286px;
    position: relative;
}

.progress1 .cCont1 .slideBox {
    float: right;
    width: 80%;
    z-index: 100;
}

.progress1 .cCont1 .slideBox .bd li {
    position: relative;
    z-index: 100;
}

.progress1 .cCont1 .slideBox .contBox {
    position: absolute;
    left: 6%;
    top: 34%;
    z-index: 200;
}

.progress1 .cCont1 .slideBox .contBox .t1 {
    height: 87px;
    max-width: none;
}

.progress1 .cCont1 .slideBox .contBox h3 {
    color: #eb6558;
    font-size: 32px;
    letter-spacing: 14px;
}

.progress1 .cCont1 .slideBox .hd {
    position: absolute;
    left: 6%;
    top: 62%;
    z-index: 120;
}

.progress1 .cCont1 .slideBox .hd li {
    float: left;
    width: 34px;
    margin-right: 10px;
    height: 2px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: content-box;
    /*opacity: .26;filter: alpha(opacity=26);*/
    cursor: pointer;
}


/*.progress1 .cCont1 .slideBox .hd li.on{opacity: 1;filter: alpha(opacity=100);}*/

.progress1 .cCont1 .slideBox .hd li.on a {
    height: 3px;
    margin-top: -1px;
}

.progress1 .cCont1 .slideBox .hd li a {
    display: block;
    height: 2px;
    background-color: #333333;
}

.progress1 .cCont1 .slideBox .ics {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.progress1 .cCont1 .slideBox .s1 {
    width: 15%;
    position: absolute;
    top: 0;
    left: 2%;
}

.progress1 .cCont1 .slideBox .s2 {
    width: 10%;
    position: absolute;
    top: 110%;
    left: 40%;
}

.progress1 .cCont1 .slideBox .s3 {
    width: 15%;
    position: absolute;
    top: 80%;
    left: 72%;
}

.tip-pos {
    width: 40%;
    max-width: 670px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 300;
}

.progress1 .cCont2 {
    /*overflow: hidden;*/
    margin-top: 130px;
    margin-bottom: 100px;
    position: relative;
}

.progress1 .cCont2 .slideBox {
    float: left;
    width: 80%;
    z-index: 100;
}

.progress1 .cCont2 .slideBox .bd li {
    position: relative;
    z-index: 100;
}

.progress1 .cCont2 .contBox {
    /*width: 1230px;*/
    position: absolute;
    left: 53%;
    bottom: 42%;
    z-index: 200;
}

.progress1 .cCont2 .contBox .t1 {
    height: 87px;
    max-width: none;
}

.progress1 .cCont2 .contBox h3 {
    color: #eb6558;
    font-size: 32px;
    letter-spacing: 14px;
}

.progress1 .cCont2 .slideBox .hd {
    position: absolute;
    left: 53%;
    top: 62%;
    z-index: 120;
}

.progress1 .cCont2 .slideBox .hd li {
    float: left;
    width: 34px;
    margin-right: 10px;
    height: 2px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: content-box;
    /*opacity: .26;filter: alpha(opacity=26);*/
    cursor: pointer;
}


/*.progress1 .cCont2 .slideBox .hd li.on{opacity: 1;filter: alpha(opacity=100);}*/

.progress1 .cCont2 .slideBox .hd li.on a {
    height: 3px;
    margin-top: -1px;
}

.progress1 .cCont2 .slideBox .hd li a {
    display: block;
    height: 2px;
    background-color: #ffffff;
}

.progress1 .cCont2 .slideBox .ics {
    position: absolute;
    z-index: 10;
}

.progress1 .cCont2 .slideBox .s1 {
    width: 11%;
    position: absolute;
    bottom: 28%;
    right: 5%;
}

.progress1 .cCont3 {
    position: relative;
}

.progress1 .cCont3 .tit {
    margin-bottom: 20px;
}

.progress1 .cCont3 .t1 {
    margin: 0 auto 6px;
}

.progress1 .cCont3 .t2 {
    margin: auto;
}

.progress1 .cCont3 .list-cont {
    overflow: hidden;
    font-size: 0;
    padding-bottom: 140px;
    text-align: center;
    position: relative;
    z-index: 200;
}

.progress1 .cCont3 .list-cont .li {
    display: inline-block;
    /*max-width: 15%;*/
    margin: 0 3%;
    /*vertical-align: middle;*/
    position: relative;
}

.progress1 .cCont3 .list-cont .li.i1 {
    width: 10%;
}

.progress1 .cCont3 .list-cont .li.i2 {
    width: 13%;
    top: 20px;
}

.progress1 .cCont3 .list-cont .li.i3 {
    width: 22%;
}

.progress1 .cCont3 .list-cont .li.i4 {
    width: 10%;
    top: 2px;
}

.progress1 .cCont3 .list-cont .li.i5 {
    width: 10%;
    top: 60px;
}

.progress1 .cCont3 .ics {
    position: absolute;
    z-index: 10;
}

.progress1 .cCont3 .s1 {
    width: 12%;
    position: absolute;
    top: 115px;
    left: 10%;
}

.progress1 .cCont3 .s2 {
    width: 10%;
    position: absolute;
    bottom: 32px;
    right: 28%;
}

.cHomeBtn:hover {
    transform: scale(.86, .86);
}

.cHomeBtn {
    display: none;
    width: 80px;
    height: 80px;
    transition: transform .3s;
    background-color: #e95a4c;
    position: fixed;
    right: 30px;
    bottom: 180px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #FFF;
    z-index: 600;
}

@media (max-width: 1500px) {
    .progress1 .cCont1 .slideBox .contBox .t1,
    .progress1 .cCont2 .contBox .t1 {
        width: auto;
        height: 66px;
    }
    .progress1 .cCont1 .slideBox .contBox h3,
    .progress1 .cCont2 .contBox h3 {
        font-size: 24px;
    }
    .progress1 .cCont3 .tit .t1 {
        width: 300px;
    }
    .progress1 .cCont3 .tit .t2 {
        width: 110px;
    }
}


/*product2*/

.product2 .cCont1 .suNav .auto:after {
    display: none;
}

.product2 .cCont1 {
    padding-bottom: 80px;
    height: 678px;
    background: url("../images/product/product2-top-cont1-bg2.jpg") no-repeat center top;
}

.product2 .cCont1 .L {
    float: left;
    width: 590px;
    padding-top: 220px;
    position: relative;
}


/*.product2 .cCont1 .L:before{*/


/*content: "";*/


/*width: 240px;*/


/*height: 0;*/


/*border-top: 2px solid #FFF;*/


/*position: absolute;*/


/*left: -176px;*/


/*top: 255px;*/


/*}*/

.product2 .cCont1 .L .t1 {
    margin-bottom: 4px;
}

.product2 .cCont1 .L h2 {
    color: #ffffff;
    font-size: 22px;
}

.product2 .cCont1 .R {
    float: right;
    width: 420px;
    padding-top: 190px;
    position: relative;
}

.product2 .cCont1 .R p {
    color: #ffffff;
    margin-bottom: 10px;
}

.product2 .cCont1 .R .kix-dt {
    position: absolute;
    left: 0;
    top: 60px;
}

.product2 .cCont1 .R .kix-dt a {
    float: left;
    width: 116px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 2px solid #bcb6b0;
    margin-right: 10px;
    color: #ffffff;
    transition: all .3s;
}

.product2 .cCont1 .R .kix-dt a.on {
    background-color: #e95a4c;
    border-color: #e95a4c;
    color: #ffffff;
}

.product2-2 .cCont1 .R h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.product2.product2-2 .cCont1 .R {
    padding-top: 155px;
}

.product2-2 .cCont1 .R .cont p {
    margin-bottom: 22px;
}

.product2-2.product2 .cCont1 {
    background: url(../images/product/product2-2-top-cont1-bg2.jpg) no-repeat center top;
}

.product2 .suNav.fll a.on {
    color: #e95a4c;
}

.product2 .suNav.fll a {
    color: #FFF;
}

.product2 .cCont2 {
    height: 529px;
    overflow: hidden;
    padding-top: 116px;
    background: url("../images/product/product2-cont2-bg.jpg") no-repeat center top;
}

.product2 .cCont2 .L {
    float: left;
    margin-left: -180px;
}

.product2 .cCont2 .L .list {
    float: left;
    width: 270px;
    margin-right: 40px;
}

.product2 .cCont2 .L .list a {
    margin-bottom: 30px;
}

.product2 .cCont2 .L .list h3 {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 4px;
    font-weight: 400;
    transition: all .3s;
}

.product2 .cCont2 .L .list a:hover h3 {
    font-weight: bold;
    color: #e95a4c;
}

.product2 .cCont2 .L .list h4 {
    color: #4d4d4d;
    font-size: 22px;
}

.product2 .cCont2 .L .scroll_box {
    float: left;
    width: 350px;
    height: 340px;
    margin-right: 40px;
}

.product2 .cCont2 .L .scroll_box ._vos {
    width: 350px;
    height: 340px;
    padding-left: 40px;
    overflow: hidden;
}

.product2 .cCont2 .L .scroll_box ._cont {
    width: 350px;
    padding-right: 40px;
    height: 340px;
    overflow: auto;
}

.product2 .cCont2 .L .scroll_box ._ul {
    overflow: hidden;
}

.product2 .cCont2 .L .scroll_box p {
    color: #666666;
    margin-bottom: 10px;
    /*cursor: default;*/
    transition: all .3s;
}

.product2 .cCont2 .L .scroll_box p:hover {
    font-weight: bold;
    color: #e95a4c;
}

.product2-cont2-bar .nicescroll-cursors {
    /*background-color: #2e3191!important;*/
    /*border-radius: 0!important;*/
}

.product2-cont2-bar {
    margin-left: -385px;
    z-index: 10!important;
}


/*.product2 .cCont2 .L .scroll_box .scr_bor{*/


/*width: 0;*/


/*height: 14px;*/


/*border-left: 4px solid #2e3191;*/


/*position: absolute;*/


/*left: 0;*/


/*top:0;*/


/*z-index: 30;*/


/*}*/

.product2 .cCont2 .L .scroll_box:after {
    content: "";
    width: 0;
    height: 600px;
    border-left: 4px solid #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.product2 .cCont2 .L .scroll_box {
    position: relative;
}

.product2 .cCont2 .R {
    float: right;
    width: 840px;
    margin-right: -177px;
}

.product2 .cCont2 .R .i1 {
    float: left;
    width: 58%;
}

.product2 .cCont2 .R .i2 {
    float: right;
    width: 42%;
    border-left: 10px solid transparent;
    box-sizing: border-box;
}

.product2 .cCont3 .bd li,
.product2 .cCont3 {
    height: 750px;
    position: relative;
}

.product2 .cCont3 .bd li .cont {
    width: 680px;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.product2 .cCont3 .bd li .cont h3:before {
    content: "";
    width: 162px;
    height: 0;
    border-top: 2px solid #FFF;
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .7;
    filter: alpha(opacity=70);
}

.product2 .cCont3 .bd li .cont h3 {
    color: #FFF;
    padding-left: 180px;
    margin-left: -180px;
    margin-bottom: 14px;
    font-size: 32px;
    position: relative;
}

.product2 .cCont3 .bd li .cont p {
    color: #FFF;
}

.product2 .cCont3 .bd li:after {
    background: url(../images/product/product2-cont3-bxs.png) repeat-x bottom -37px left 0;
}


/*.product2-2 .cCont3 .bd li .cont{*/


/*bottom: 70px;*/


/*}*/

.product2 .cCont3 .bd .list p {
    display: inline-block;
    margin-right: 65px;
    position: relative;
}

.product2 .cCont3 .next {
    top: 657px;
}

.product2 .cCont3 .bd .list p:before {
    content: "";
    display: block;
    width: 8px;
    height: 0;
    border-top: 3px solid #000000;
    position: absolute;
    left: -17px;
    top: 10px;
}

.product2 .cCont3 .bd li .auto {
    height: 750px;
    z-index: 30;
}

.product2 .cCont3 .bd li:after {
    content: "";
    /*background: url("../images/product/product2-cont3-bxs.png") repeat-x bottom left;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.product2 .cCont3 .btnWrap {
    width: 1200px;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 120;
}

.product2 .cCont3 .next {
    width: 130px;
    height: 20px;
    background: url(../images/index/index-slider-btn-right.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 667px;
}

.product2 .cCont4 {
    padding: 60px 0;
    background-color: #2e3191;
}

.product2 .cCont4 h3 {
    color: #f3f3f3;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
}

.product2 .cCont4 .Cont {
    padding: 20px;
    height: 458px;
    background-color: #FFF;
}

.product2 .cCont4 .cont_r {
    float: right;
    width: 360px;
    height: 218px;
    position: relative;
    z-index: 20;
}

.product2 .cCont4 .cont_r h4 {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product2 .cCont4 .slideBox .next {
    width: 130px;
    height: 20px;
    background: url(../images/product/product2-cont4-next.png) no-repeat center;
    position: absolute;
    top: 230px;
    right: -170px;
    z-index: 120;
}

.product2 .cCont4 .slideBox {
    float: left;
    width: 756px;
    position: relative;
    z-index: 99;
}

.product2 .cCont5 {
    padding: 110px 0;
}

.product2 .cCont5 .slideBox {
    width: 75%;
    position: relative;
}

.product2 .cCont5 .slideBox .bd li {
    width: 33.3333%;
    border-right: 7px solid #FFF;
    position: relative;
}

.product2 .cCont5 .slideBox .bd li h4 em {
    display: table-cell;
    width: 700px;
    height: 100px;
    padding: 0 40px;
    vertical-align: middle;
}

.product2 .cCont5 .slideBox .bd li h4 {
    height: 100px;
    background: url("../images/bg-opacity-50.png") repeat 0 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.product2 .cCont5 .slideBox .pos {
    height: 120px;
    position: absolute;
    right: -146px;
    top: 50%;
    margin-top: -60px;
    z-index: 120;
}

.product2 .cCont5 .slideBox .pos h4 {
    color: #ffffff;
    font-size: 22px;
    margin-top: 8px;
    padding-left: 186px;
}

.product2 .cCont5 .next {
    width: 130px;
    height: 20px;
    /*background: url(../images/index/index-slider-btn-right.png) no-repeat center;*/
    background: url(../images/about/about2x-cont1-ic.png) no-repeat center;
    position: absolute;
    right: 30px;
    bottom: -40px;
    z-index: 99;
}

@media (max-width: 1600px) {
    .product2 .cCont2 .L {
        margin-left: 0;
    }
    .product2 .cCont2 .R {
        width: 500px;
        margin-right: 0;
    }
    .product2 .cCont5 {
        padding: 80px 0;
    }
}


/*contact1*/

.contact1 .cCont1 {
    min-height: 480px;
}

.contact1 .tip-bg {
    width: 100%;
    height: 0;
}

.contact1 .tip-bg .bg {
    height: 405px;
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.contact1 .cCont1 .y-Cont {
    padding: 0 50px 80px;
}

.contact1 .cCont1 .Top {
    position: relative;
}

.contact1 .cCont1 .Top .pos {
    position: absolute;
    right: 626px;
    bottom: 3px;
    /* margin-top: -11px; */
}

.contact1 .cCont1 .Top {
    min-height: 180px;
    padding: 98px 0 0 570px;
    margin-bottom: 30px;
}

.contact1 .cCont1 .Top h2 {
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
}

.contact1 .cCont1 .Top h2:after {
    content: "";
    width: 5px;
    height: 0;
    border-top: 1px solid #e95a4c;
    position: absolute;
    left: -12px;
    top: 12px;
}

.contact1 .cCont1 .Top p {
    color: #5c5c5c;
    font-size: 14px;
    margin-top: 6px;
}

.contact1 #baiMap {
    height: 360px;
}

#baiMap a {
    display: inline-block;
}

#baiMap img {
    display: inline-block;
    max-width: none;
}

.bMap-posTit:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 6px solid #FFF;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
}

.bMap-posTit {
    width: 150px;
    height: 56px;
    background-color: #FFF;
    text-align: center;
    line-height: 56px;
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    left: -66px;
    top: -63px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .1);
    border-radius: 4px;
}


/*join1*/

.join1 .cCont1 {
    min-height: 480px;
}

.join1 .tip-bg {
    width: 100%;
    height: 0;
}

.join1 .tip-bg .bg {
    height: 405px;
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.join1 .y-Cont {
    padding: 0 0 30px 50px;
}

.join1 .y-Cont .lst {
    padding: 44px 0 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #e8e8e8;
}

.join1 .y-Cont .list-dt {
    float: left;
    width: 74px;
    height: 20px;
}

.join1 .y-Cont .list-dt .ic {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 2px;
    margin-right: 25px;
}

.join1 .y-Cont .list-dd {
    float: left;
    width: 1000px;
}

.join1 .y-Cont .list-dd ul {
    height: 40px;
}

.join1 .y-Cont .list-dd ul li.on {
    color: #e95a4c;
    border-bottom: 2px solid #e95a4c;
}

.join1 .y-Cont .list-dd {
    margin-bottom: -2px;
}

.join1 .y-Cont .list-dd ul li {
    display: inline-block;
    color: #666666;
    cursor: pointer;
    padding-bottom: 20px;
    height: 18px;
    line-height: 18px;
    margin-right: 18px;
    border-bottom: 2px solid transparent;
}

.join1 .y-Cont .dl-doe {
    margin-bottom: 20px;
}

.join1 .y-Cont .dl-doe .dt {
    border: 1px solid #cccccc;
    padding: 0 60px 0 40px;
    line-height: 85px;
    height: 85px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.join1 .y-Cont .dl-doe .dl.open .dt:after {
    background: url("../images/join/join1-cont1-dow1.png") no-repeat center;
}

.join1 .y-Cont .dl-doe .dt:after {
    content: "";
    width: 11px;
    height: 9px;
    background: url("../images/join/join1-cont1-dow2.png") no-repeat center;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.join1 .y-Cont .dl-doe .dd {
    padding: 40px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

.join1 .y-Cont .dl-doe .dt strong {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
}

.join1 .y-Cont .dl-doe .dt p {
    display: inline-block;
    color: #666666;
    font-size: 18px;
}

.join1 .y-Cont .dl-doe .dd {
    display: none;
    border-radius: 10px;
}

.join1 .y-Cont .dl-doe .dt .ic {
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.join1 .y-Cont .dl-doe .dd .tit {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.join1 .y-Cont .dl-doe .dd .tit h3 {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
}

.join1 .y-Cont .dl-doe .dd .tit ul li {
    display: inline-block;
    margin-right: 25px;
    color: #999999;
}

.join1 .y-Cont .dl-doe .dd h4 {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.join1 .y-Cont .dl-doe .dd p {
    color: #999999;
}

.join1 .y-Cont .dl-doe .dd ol li {
    display: inline-block;
    color: #e95a4c;
    font-size: 14px;
    margin-right: 25px;
}


/*contact2*/

.contact2 .y-Cont {
    padding-bottom: 80px;
}

.contact2 .tip-bg {
    width: 100%;
    height: 0;
}

.contact2 .tip-bg .bg {
    height: 405px;
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.contact2 .input {
    padding-top: 60px;
    padding-left: 50px;
}

.contact2 .input div {
    width: 100%;
    height: 68px;
    margin-bottom: 3px;
}

.contact2 .input span {
    float: left;
    display: block;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 14px;
    color: #666666;
    width: 139px;
    background-color: #f2eae9;
}

.contact2 .input .ipt {
    position: relative;
    margin-left: 139px;
    padding-left: 29px;
    font-size: 14px;
    color: #666666;
    width: 569px;
    height: 68px;
    line-height: 68px;
    background-color: #f5e0de;
    border: none;
}

.contact2 .input .ipt .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 68px;
    background: url(../images/contact/btn.jpg) no-repeat center;
}

.contact2 .input .drop-txt {
    cursor: pointer;
}

.contact2 .input .down-ul {
    display: none;
    width: 570px;
    background-color: #FFF;
    margin-left: -29px;
}

.contact2 .input .down-ul li {
    color: #666;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 30px;
}

.contact2 input[type='text'],
.contact2 input[type='password'] {
    width: 510px;
    height: 68px;
    background-color: #f8f3f2;
    padding: 0 30px;
    font-size: 14px;
    color: #666666;
}

.contact2 .distpicker .sheng {
    float: left;
    position: relative;
    height: 68px;
    width: 283px;
}

.contact2 .distpicker .shi {
    position: relative;
    margin-left: 426px;
    height: 68px;
    width: 283px;
}

.contact2 option[data-text=" "],
.contact2 option[data-text=" "] {
    display: none;
}

.contact2 .distpicker select {
    position: relative;
    height: 68px;
    width: 284px;
    background-color: #f5e0de;
    border: none;
    z-index: 99;
    text-indent: 30px;
    color: #666;
    cursor: pointer;
}

.contact2 .distpicker option {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.contact2 .distpicker .sheng::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 68px;
    background: url(../images/contact/btn.jpg) no-repeat center;
    z-index: 999;
}

.contact2 .distpicker .shi:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 68px;
    background: url(../images/contact/btn.jpg) no-repeat center;
    z-index: 999;
}

.contact2 .input .ly {
    height: 210px;
}

.contact2 .ly span {
    height: 210px;
}

.contact2 .ly input {
    height: 210px;
}

.contact2 .yzm input {
    float: left;
    width: 240px;
}

.contact2 .yzm img {
    float: left;
}

.contact2 .input .agreement-border input {
    width: 16px;
    height: 16px;
}

.contact2 .input .agreement-border {
    border: 1px solid #32425b;
    float: right;
    height: 68px;
    margin-right: 26px;
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.contact2 .input .agreement-border div {
    /*background: url("globals/gou.png") no-repeat;*/
    display: none;
    height: 18px;
    margin: -2px;
    position: absolute;
    top: -1px;
    width: 18px;
}

.contact2 .input .agreement-border a {
    float: right;
    margin-left: 50px;
}

.contact2 .input .chs-bx {
    width: 708px;
    height: auto;
    text-align: right;
    padding: 20px 0;
}

.contact2 .chs-bx p em {
    color: #e95a4c;
    text-decoration: underline;
}

.contact2 .chs-bx p {
    display: inline-block;
    color: #666666;
    cursor: default;
}

.contact2 .chs-bx input {
    display: inline-block;
    cursor: pointer;
}

.contact2 .submitBtn {
    width: 708px;
    height: 70px;
    background: #2e3191 url("../images/contact/contact2-shumit-btn.png") no-repeat right 40px center;
    margin-left: 50px;
    text-align: left;
    padding: 0 40px;
    color: #FFF;
    font-size: 18px;
}

.contact2 textarea {
    width: 570px;
    height: 210px;
    background-color: #f8f3f2;
    border: none;
    padding: 21px 30px;
    box-sizing: border-box;
    color: #666666;
}

.contact2 .R {
    float: right;
    width: 400px;
    padding-top: 60px;
}

.contact2 .R .ic {
    margin-bottom: 16px;
}

.contact2 .R h3 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.5;
}

.contact2 .R h4 {
    color: #e95a4c;
    font-size: 18px;
}


/*searchResult*/

.searchResult .cCont1 {
    min-height: 480px;
}

.searchResult .tip-bg {
    width: 100%;
    height: 0;
}

.searchResult .tip-bg .bg {
    height: 405px;
    background: #2e3190 url("../images/about/about1-cont1-bg.jpg") no-repeat center bottom;
}

.searchResult .y-Cont {
    padding: 50px 0 50px 50px;
}

.searchResult .tip {
    margin-bottom: 30px;
}

.searchResult .tip .L {
    float: left;
}

.searchResult .tip .L input {
    margin-bottom: 10px;
    width: 386px;
    height: 60px;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 0 25px;
}

.searchResult .tip .L .btn:hover {
    transform: scale(.85);
}

.searchResult .tip .L .btn {
    width: 100px;
    height: 64px;
    border-radius: 500px;
    background: #e95a4c url("../images/search-tip-2.png") no-repeat center;
    cursor: pointer;
    transition: all .3s;
}

.searchResult .tip .R {
    float: right;
}

.searchResult .tip .R h5 {
    color: #666666;
    font-size: 16px;
}

.searchResult .tip .R h5 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.searchResult .cCont1 .bom .list {
    margin-bottom: 20px;
}

.searchResult .cCont1 .bom .list .li {
    height: 154px;
    padding: 25px 40px 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 5px;
}

.searchResult .cCont1 .bom .list .li:hover h2,
.searchResult .cCont1 .bom .list .li:hover h3 {
    color: #e95a4c;
    transition: all .3s;
}

.searchResult .cCont1 .bom .list .li h3 {
    color: #666666;
    font-size: 26px;
    line-height: 1;
    font-family: 'Montserrat';
    letter-spacing: -2px;
    margin-bottom: 2px;
}

.searchResult .cCont1 .bom .list .li h2 {
    color: #666666;
    font-size: 16px;
    margin-bottom: 17px;
}

.searchResult .cCont1 .bom .list .li .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.searchResult .cCont1 .bom .list .li p {
    color: #999999;
}