
.f_12{ font-size:12px; }
.f_16{ font-size:16px; }
.f_18{ font-size:18px; }
.f_20{ font-size:20px; }
.f_22{font-size: 22px;}
.f_24{ font-size:24px; }
.f_26{ font-size:26px; }
.f_28{ font-size:28px; }
.f_30{ font-size:30px; }
.f_32{ font-size:32px; }
.f_34{ font-size:34px; }
.f_36{ font-size:36px; }
.f_38{ font-size:38px; }
.f_40{font-size: 40px;}
.f_42{font-size: 42px;}
.f_48{font-size: 48px;}


.ind-banner{width: 100%; height: 100vh;overflow: hidden;}
.ind-banner .swiper-slide {width:100%;height: 100vh; color: #fff; }
.ind-banner .swiper-pagination-bullet {width: 12px;height:12px;}
.ind-banner .swiper-pagination {
    position: absolute;
    display: flex;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    z-index: 10;
}
.swiper-pag {
    margin:20px 0;
}
.swiper-pag svg {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}
.swiper-pag svg .circle {
    fill: #fff;
    transition: all 0.56s;
}
.swiper-pag svg .wrapper {
    transition: all 0.56s;
    transform: scale(0);
    transform-origin: 50% 50%;
}
.swiper-pag.act svg .wrapper {
    transform: scale(1);
}
.swiper-pag.act svg .circle {
    opacity: 0;
}
.swiper-pag.act .foreground {
    animation: stroke 3.1s linear 0.2s;
}
.swiper-pag .foreground {
    transform-origin: 15px 15px;
    stroke-dasharray: 87.9646px, 87.9646px;
    transform: rotate(-90deg);
    stroke: #fff;
}
@keyframes stroke {
    0% {
        stroke-dasharray: 0, 87.9646px;
    }

    100% {
        stroke-dasharray: 87.9646px, 87.9646px;
    }
}
.central_effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1920px;
    max-height: 940px;
    height: 100%;
    z-index: 100;
    pointer-events: none;
}
.central_effect .circle {
    transition: all 0.56s ease-in;
}
.central_effect .cursor {
    transition: all 0.36s 0.6s;
}
.central_effect .cursor-circle {
    transition: transform 0.36s ease-in-out;
    transform: scale(0);
    opacity: 0;
}
.central_effect.on .cursor-circle {
    transform: scale(1);
    opacity: 1;
}
.central_effect.act .cursor-circle {
    transform: scale(0);
    transition: all 0.16s;
}
.central_effect .dotted-circle2 {
    transition: all 0s;
}
.central_effect.act .dotted-circle2 {
    r: 1260px;
    transition: all 2.4s cubic-bezier(.77, 0, .175, 1);
}


.ind-banner .navigation .banner_prev{position:absolute;left:5%;top:50%;width:71px;height:71px;margin-top:-35.5px;background:url(../images/banner_quan.png) no-repeat left top;z-index:9}
.ind-banner .navigation .banner_prev_left{position:absolute;top:50%;left:5%;margin-left:28px;width:12px;height:20px;margin-top:-10px;z-index:5;background:url(../images/banner_jt.png) no-repeat left -21px;}

.ind-banner .navigation .banner_next{position:absolute;right:5%;top:50%;width:71px;height:71px;margin-top:-35.5px;background:url(../images/banner_quan.png) no-repeat right top;z-index:9}
.ind-banner .navigation .banner_next_right{position:absolute;top:50%;right:5%;margin-right:28px;width:12px;height:20px;margin-top:-10px;z-index:5;background:url(../images/banner_jt.png) no-repeat right -21px;}

.ind-banner .banner_prev:hover,.ind-banner .banner_next:hover {
    animation: rotation 0.1s linear infinite
}
@keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}




.home-tit{text-align: center; padding: 35px 0;}

.home-tit .en{
    display: block;
    color: transparent;
    -webkit-text-stroke-color: #c3c3c3;
    -webkit-text-stroke-width: 1px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    opacity: .5;
}
.home-tit .cn{color: #0170ed; font-size: 42px; position: relative;z-index: 2; top: -22px; font-weight:bold}
.home-tit p{font-size: 16px; color: #666; margin: 0;font-weight: normal;}



.pro {
    background: #f5f5f5;
    padding: 0 0 80px;
}


.pro .content {
    width: 1200px;
    margin: 0 auto;
}

.pro .cpzx_tit ul li em {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.pro .cpzx_tit ul li.hover_b em {
    border: 2px solid #2280d1;
}

.pro .cpzx_tit ul li em img {
    width: 100px;
    height: 100px;
    transition: all ease-in-out 1s;
}

.pro .cpzx_tit ul li:hover em img {
    transform: rotateY(180deg);
}

.pro .tit li span {
    display: block;
    text-align: center;
    height: 35px;
    width: 142px;
    font-size: 18px;
    color: #fff;
    background: url(../images/pz_titbg.png);
    line-height: 34px;
    margin-top: 26px;
}



.cpzx_tit {
    background: url(../images/a6.png) left 178px;
    background-repeat: repeat-x;
    height: 200px;
}

.cpzx_tit ul {
    text-align: center;
}

.cpzx_tit li {
    display: inline-block;
    *display: inline;
}

.cpzx_tit a {
    display: inline-block;
    *display: inline;
    height: 71px;
}

.cpzx_tit span {
    display: inline-block;
    *display: inline;
    line-height: 30px;
    padding: 0 15px;
    font-size: 16px;
    color: #969696;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.cpzx_tit .hover_b a span {
    background: #2280d1;
    color: #fff;
}

.cpzx_tit .hover_b a.catename {
    background: url(../images/a5.png) no-repeat bottom center;
}

.cpzx_tit a:hover span {
    background: #2280d1;
    color: #fff;
}

.cpzx_box {
    width: 380px
}


.cpzx_box {
    width: 380px
}

.cpzx_box:hover {
    box-shadow: 2px 2px 10px #909090;
}

.cpzx_tp {
    width: 380px;
    position: relative;
    overflow: hidden;
}

.cpzx_tp img {
    width: 380px;
}

.img2 {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out
}

.cpzx_box:hover .img2 {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.cpzx_box p {
    transition: All 0.4s ease-in-out;
    font-size: 16px;
    color: #fff;
    line-height: 66px;
    border-bottom: 1px solid #646464;
    padding: 0 30px;
    background: #2280d1;
}
.cpzx_box:hover p {
    background: #97be3d;
    border-bottom: 1px solid #97be3d;
}
.qh2 a:hover p span {
    display: none;
}

.qh2 a:hover p {
    text-align: center;
    color: #fff;
    background: #2280d1;
    border-bottom: 1px solid #2280d1;
}

.cptpxq a:hover p span {
    display: none;
}

.cptpxq a:hover p {
    text-align: center;
    color: #fff;
    background: #2280d1;
    border-bottom: 1px solid #2280d1;
}

.cpzx_nr ul {
    overflow: hidden;
}

.cpzx_nr li {
    float: left;
    padding: 0 30px 85px 0;
}

.cpzx_nr ul li:nth-child(3) {
    padding-right: 0;
}

.cpzx_nr ul li:nth-child(6) {
    padding-right: 0;
}

.cpzx_nr ul li:nth-child(9) {
    padding-right: 0;
}

.cpzx_nr ul li:nth-child(12) {
    padding-right: 0;
}

.cpzx_nr ul li:nth-child(15) {
    padding-right: 0;
}



 .index-company {
     position: relative;
     width:100%;
     height: 200vh;
     overflow-x: hidden
 }
.company_con {
    width:100%;height:100vh;position: relative;z-index: 1;
}
.company_con.act{
    position: fixed;
    left: 0;
    top: 0;
}
.index-company .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    max-width: none;
    overflow: hidden;
}
.company_img {
    width: 100%;
    max-width: none;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    min-height: 100vh;
    transition: inherit;
}
.company_svg {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    min-height: 100vh;
    max-width: none;
}
.company_svg.end {
    opacity: 0;
}
.company_intro {
    position: absolute;
    top: 70%;
    left: 0;
    width: 60%;
    margin-left: 20%;
    text-align: center;
    font-size: 16px;
    z-index: 10;
}
.company_intro p {
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
}





.homeYs {

}

.homeYs-main {
    overflow: hidden;
}

.homeYs .wrap {
    width: 1200px;
    margin: 0 auto;
}

.homeYs-main li {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    height: 382px;
}

.homeYs-main dl {
    padding-left: 140px;
}

.homeYs-main .ys1 .left, .homeYs-main .ys3 .left, .homeYs-main .ys5 .left {
    float: left;
    text-align: left;
    margin-top: 100px;
}

.homeYs-main dl dt b {
    display: block;
    width: 85px;
    height: 89px;
    background: url(../images/hys-numbg.png) no-repeat center center;
    float: left;
    font-size: 38px;
    text-align: center;
    line-height: 89px;
    color: #fff;
    margin-left: -140px;
    position: relative;
    transition: all .5s;
    top: 0;
}

.homeYs-main dl dt h5 {
    font-size: 38px;
    color: #191919;
    margin-bottom: 30px;
    position: relative;
    right: 0;
    transition: all .5s;
    font-weight: normal;
}

.homeYs-main dl dt h5:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    left: 170px;
    top: 10px;
    opacity: 0;
}

.homeYs-main dl dt span {
    font-size: 18px;
    color: #bbbbbb;
    display: block;
    margin-top: 10px;
}

.homeYs-main dl dd {
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 25px;
    line-height: 26px;
}

.homeYs-main dl dd:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #2a6eb5;
    left: 0px;
    top: 10px;
}

.homeYs-main li .pic {
    display: block;
    overflow: hidden;
}

.homeYs-main li img {
    position: relative;
    z-index: -1;
    display: block;
    transition: all .5s;
}

.homeYs-main .ys2 .right, .homeYs-main .ys4 .right {
    float: right;
    text-align: left;
    margin-top: 100px;
    margin-left: 30px;
}

.homeYs-main li:hover dl dt b {
    top: 90px;
}

.homeYs-main li:hover dl dt h5 {
    right: 140px;
}

.homeYs-main li:hover img {
    transform: scale(1.15);
}

.homeYs-main li:hover dl dt h5:before {
    width: 60px;
    transition: all .5s;
    opacity: 1;
    transition-delay: .3s;
}

.homeYs-main .ys3 .pic img {
    margin-left: 60px;
}

.homeYs-main .ys5 .pic img {
    margin-left: 81px;
}




.fl {
    float: left;
}
.fr {
    float: right;
}






.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.h1 { text-align: center; height: 140px; }
h2.tit { font-size: 32px; position: relative; color: #555; height: 35px; line-height: 30px; font-weight: bold; }
p.desc { display: block; width: 360px; color: #ccc; font-size: 16px; padding: 10px 0; margin: 0 auto; }
p.desc:after { content: ""; background-color: #ddd; width: 3em; height: 1px; display: block; position: relative; top: 15px; left: 50%; margin: 0 0 0 -1.5em; }
.txtdiv { font-size: 16px; color: #999; }
.h1n p.desc:after { display: none; }
.fuwu { height: 49px; background: url(../images/line.png) no-repeat center; background-size:100% 100% }
.fuwulist li { margin: 30px 95px 0 20px; text-align: center; font-size: 16px; display: inline-block; }
.fuwulist li.li2 { margin-right: 100px; }
.fuwulist li.li3 { margin-right: 100px; }
.fuwulist li.li4 { margin-right: 105px; }
.fuwulist li.li5 { margin-right: 105px; }
.fuwulist li.li6 { margin-right: 120px; }
.fuwulist li.li7 {
    margin: 30px 0 0 0;
}
.fuwulist li img { display: inline-block; width:57px;}
.fuwulist li p { padding-top: 10px; }
.h70 {
    height: 70px;
    clear: both;
}
a.fuwua { display: block; width: 160px; height: 50px; line-height: 50px; background: #0170ed; color: #FFF; text-align: center; margin: 0 auto; border-radius: 25px; font-size: 16px; }




 .ft42 {
     font-size: 42px;
 }
.section3{
    width: 100%;
    height: 100vh;
    background-size: cover!important;
    position: relative;
}

.section3 .inliner-banner ul,.inliner-banner-con ul{
    width: 100%;
    height: 100%;
}
.section3 .inliner-banner li,.inliner-banner-con li{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 100%;
    text-align: center;
    transform: scale(0.8);
    z-index: 1;
}

.section3 .inliner-banner li.index,.inliner-banner-con li.index{
    z-index: 2;
}
.section3 .inliner-banner li:first-child,.inliner-banner-con li:first-child{
    left: 0;
    transform: scale(1);
}


.inliner-banner li h3,.inliner-banner-con li h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
}
.inliner-banner li h2,.inliner-banner-con li h2{
    font-size: 45px;
    color: #fff;
    line-height: 51px;
}

.section .dingk .i {
    width: 100%;
    height: 100%;
}

.section3 .inliner-banner-con {
    position: absolute;
    width: 800px;
    height: 800px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 6;
}
.section3 .inliner-banner-con .ul {
    width: 510px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin: auto;
    z-index: 12;
}
.section3 .inliner-banner-con .item-text {
    width: 100%;
    height: 100%;
    color: #df5b11;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3 .inliner-banner-con {
    background: url(../picture/i10.png) no-repeat center;
    background-size: 100%;
}
.section3 .inliner-banner-con .center {
    width: 630px;
    height: 630px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 8;
}

@keyframes zhuan0 {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.section3 .inliner-banner-con .center .cbox {
    width: 100%;
    height: 100%;
    background: url(../picture/i9.png) no-repeat center;
    background-size: 100%;
    animation: zhuan0 7s infinite linear .65s;
}
.section3 .inliner-banner-con .center .ul {
    display: none;
}
.section3 .inliner-banner-con .center .i {
    display: block;
    color: #df5b11;
    position: absolute;
    width: 65px;
    height: 65px;
    opacity: 0;
    cursor: pointer;
}
.section3 .inliner-banner-con .center .i.active img, .section3 .inliner-banner-con .center .i:hover img {
    background: #df5b11;
    transition: .5s ease-in-out;
}
.section3 .inliner-banner-con .center .i.active span {
    opacity: 1;
    transition: .5s ease-in-out;
}
.section3 .inliner-banner-con .center .i span {
    width: 120px;
    display: block;
    height: 65px;
    line-height: 65px;
    position: absolute;
    top: 0;
    font-size: 18px;
    transition: .5s ease-in-out;
    opacity: 0;
}
.section3 .inliner-banner-con .center .i img {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.section3 .inliner-banner-con .center .i.s1 span, .section3 .inliner-banner-con .center .i.s5 span, .section3 .inliner-banner-con .center .i.s6 span {
    left: -120px;
}
.section3 .inliner-banner-con .center .i.s4 span, .section3 .inliner-banner-con .center .i.s2 span, .section3 .inliner-banner-con .center .i.s3 span {
    right: -130px;
}
.section3 .inliner-banner-con .center .i.s1 {
    opacity: 1;
    top: 15.5%;
    left: -5.5%;
}
.section3 .inliner-banner-con .center .i.s6 {
    opacity: 1;
    top: 44%;
    left: -13%;
}
.section3 .inliner-banner-con .center .i.s5 {
    opacity: 1;
    bottom: 16.5%;
    left: -5.5%;
}
.section3 .inliner-banner-con .center .i.s4 {
    opacity: 1;
    bottom: 17.5%;
    right: -6.5%;
}
.section3 .inliner-banner-con .center .i.s3 {
    opacity: 1;
    top: 44%;
    right: -13%;
}
.section3 .inliner-banner-con .center .i.s2 {
    opacity: 1;
    top: 16.5%;
    right: -5.5%;
}

.section3 .inliner-banner-con {
    transform: scale3d(0.5, 0.5, 1);
    opacity: 0;
    transition: 1.5s ease-in-out;
}

.section3.active .inliner-banner-con {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    transition: 1.5s ease-in-out;
}

.section {
    overflow: hidden;
}



 .g_sec4 {

     padding: 0 0 50px;

     background-image: linear-gradient(to bottom left, #f2f4f7, #f2f4f7);

 }


.g_sec4fl {

    width: 25%;

    padding: 0 30px;
    box-sizing: border-box;

}

.g_sec4fl .g_pic {

    margin-bottom: 20px;

}

.g_sec4wz h4 {

    color: #273656;

    font-weight: bold;

    font-size: 18px;

    line-height: 30px;

    overflow: hidden;

    margin-bottom: 10px;

}

.g_sec4wz p {

    color: #666666;

    font-size: 14px;

    line-height: 30px;

    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.g_content1 {

    width: 80%;
    min-width: 1200px;

    margin: 0 auto;

}

.g_pic {

    position: relative;

    width: 100%;

    overflow: hidden;

}

.g_pic img {

    width: 100%;

    /*height: 200px;*/

    transition: all .36s ease;

}

.g_sec4fl:hover .g_pic img {
    transform: scale(1.05);
}

.g_sec4 .g_sybanwzbtn {

    margin-top: 30px;

    position: static;

    left: 0;

    transform: translateX(0);

    text-align: center;

}
.g_sec4 .g_sybanwzbtn a {

    color: #273656;
    font-size: 18px;
    padding-bottom: 7px;
    border-bottom: 3px solid #4bc4e5;
}




.rotate-product-wrapper {
    background: #f4f4f4;
}

.rotate-product {
    margin-left:auto;
    margin-right: auto;
    text-align: center;
    /*padding-bottom: 125px;*/
    padding-top: 120px;
    position: relative
}


.rotate-product .mouse-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    z-index: 19;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.rotate-product .show-mouse {
    opacity: 1;
    width: 72px
}

.rotate-product .show-mouse,.rotate-product .unshow-mouse {
    -webkit-transition: width .3s,opacity .3s;
    transition: width .3s,opacity .3s
}

.rotate-product .unshow-mouse {
    opacity: 0;
    width: 0;
}

.rotate-product .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rotate-product .rotate-page {
    position: relative;
    width: 1200px;
}

.rotate-product .rotate-page .car-icon {
    height: 200px;
    position: absolute;
    left: 80px;
    top: 100px;
    z-index: -1;
    cursor: none
}


.rotate-product .rotate-page .product-pic {
    width: 900px;
    height: 505px;
    margin-left: auto;
    margin-right: auto;
    cursor: none
}

.rotate-product .rotate-page .mouse_modal {
    position: absolute;
    width: 900px;
    height: 505px;
    z-index: 9;
    cursor: none;
    left:150px;
}


.rotate-product .swiper-container .swiper-button-next,.rotate-product .swiper-container .swiper-button-prev {
    opacity: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 99;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rotate-product .swiper-container .swiper-button-next:after,.rotate-product .swiper-container .swiper-button-prev:after {
    display: block;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMiAwTDQuNCAxOCAyMiAzNmgtNC40TDAgMTggMTcuNiAwSDIyeiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==);
    background-size: contain;
    width: 20px;
    height: 32px;
}

.rotate-product .swiper-container .swiper-button-next:hover,.rotate-product .swiper-container .swiper-button-prev:hover {
    opacity: 1
}

.rotate-product .swiper-container .swiper-button-prev {
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rotate-product .swiper-container .swiper-button-next {
    right: 5%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.rotate-product .swiper-pagination-bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 24px;
    color: #2280d1;
    opacity: .2;
    padding-left: 45px;
    padding-right: 45px;
    cursor: pointer
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: .6
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet-active,.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet-active:hover {
    opacity: 1
}

.rotate-product .swiper-pagination {
    position: static;
    margin-bottom: 100px;
}
.rotate-product .swiper-pagination-bullet {
    background: none;
    width:auto
}


.rotate-product .content-wrapper {
    width:60%;
    margin: 0 auto;
    display: none;
}
.rotate-product .content-wrapper h4 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 24px;
    letter-spacing: 10px;
}

.rotate-product .button-container button{
    width:120px;
    height:35px;
    position: relative;
    border: 0;
    background-color: rgb(169, 170, 168);
    margin-right: 20px;
}

.rotate-product .button-container button::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    height: 100%;
    width: 0;
    transition:  0.3s;
    background-color: #2280d1;
}
.rotate-product .button-container button:hover {
    z-index: 1;
    color: #fff;
}
.rotate-product .button-container button:hover::before {
    width: 100%;
    border: 1px solid #2280d1;
}


.ry_content {
    width: 1200px;
    margin: 0 auto;
}

.ry_bj {
    height: 690px;
    /*background: #fff url(../images/rybg.png) no-repeat center 580px;*/
    overflow: hidden;
    box-sizing: border-box;
}

.ry h2 {
    margin-bottom: 20px;
}

.ry h2 span {
    width: 255px;
    margin: 0 auto;
}

.ry {
    position: relative;
    top:-690px;
}

.carousel-container {
    position: relative;
    width: 1200px;
    height: 412px;
}

#carousel {
    height: 420px;
    width: 1200px;
    position: relative;
    font-size: 12px;
}

.carousel-image {
    border: 0;
    display: block;
}

.carousel-feature img {
    width: 600px;
    height: 400px;
    display: block;
    /*background: url(../images/ryspanbg.png) no-repeat center bottom;*/
    /*padding-bottom: 36px;*/
}

.carousel-feature .carousel-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.carousel-feature .carousel-caption p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font: 14px/38px "Microsoft Yahei";
    color: #333;
}

.carousel-container .prev {
    position: absolute;
    /*top: 36%;*/
    z-index: 9;
    left: 45%;
    background: url(../images/img29.png) no-repeat;
    display: inline-block;
    height: 54px;
    width: 54px;
}

.carousel-container .next {
    position: absolute;
    /*top: 36%;*/
    z-index: 9;
    right: 45%;
    background: url(../images/img30.png) no-repeat;
    display: inline-block;
    height: 54px;
    width: 54px;
}

.carousel-container .carousel-feature {
    position: relative;
}

.carousel-container .titlework {
    background: url(../images/ryspanbg.png) no-repeat center top;
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 259px;
    margin-left: -128px;
    display: block;
    text-align: center;
    font-size: 0;
    color: #333333;
    line-height: 50px;
}

.home-tit {
    text-align: center;
    margin: 0;
}

.home-tit .en {
    display: block;
}

.home-tit .cn {
    color: #333;
    font-size: 42px;
    position: relative;
    z-index: 2;
    top: -15px;
    /*font-weight: bold*/
}

.home-tit p {
    font-size: 16px;
    color: #666;
    margin: 0;
    font-weight: normal;
}










.indexPart2 {
    position: relative;
}

.indexPart2 .indexTitle {
    padding-bottom: 0.85rem;
}

.indexPart2 .bigBox {
    position: relative;
}

.indexPart2 .mxfDiv {
    position: relative;
}

.indexPart2 .bigImg img {
    width: 100%;
}

.indexPart2 .layerDiv {
    position: absolute;
    width: 30vw;
    left: 50%;
    margin-left: -15vw;
    top: 5vh;
}

.indexPart2 .layerDiv .name {
    font-size: 1.4vw;
    color: #fff;
    text-align: center;
    height: 6vh;
    position: relative;
    font-weight: bold;
}

.indexPart2 .layerDiv .name:after {
    content: '';
    width: 3vw;
    height: 0.4vh;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -1.5vw;
}

.indexPart2 .layerDiv .content {
    font-size: 0.8vw;
    color: #fff;
    line-height: 6vh;
    text-align: center;
    height: 6vh;
    overflow: hidden;
}


.indexPart2 .tab2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30vw;
    margin-left: -15vw;
    height: 16vh;
}

.indexPart2 .tab2 li {
    float: left;
    width: 33.333%;
    height: 16vh;
    background: white;
    text-align: center;
}

.indexPart2 .tab2 .other {
    background: #fff;
}

.indexPart2 .tab2 li .ico {
    padding: 0.56rem 0 0.18rem;
}

.indexPart2 .tab2 li .ico img {
    width: 5vw;
}

.indexPart2 .tab2 li .name {
    font-weight: bold;
    font-size: 0.8vw;
    color: #3f3f3f;
}

.indexPart2 .tab2 li .txt {
    font-weight: bold;
    padding-top: 0.06rem;
    color: #cacaca;
    text-transform: uppercase;
}

.indexPart2 .tab2 .liNow {
    background: #1068a7;
}

.indexPart2 .tab2 .liNow .name {
    color: #fff;
}

.indexPart2 .tab2 .liNow .txt {
    color: #a3c2e8;
}









.serv_c {
    width: 100%;
    height: 778px;
    overflow: hidden;
    margin-top: 45px;
}

.serv_c ul {
    width: 102%;
    height: 778px;
}

.serv_c li {
    width: 33.33%;
    float: left;
    position: relative;
    cursor: pointer;
    height: 778px;
}

.serv_c li:last-child {
    margin: 0;
}

.serv_c li img {
    display: block;
}

.mo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
}
.shu2 dl {
    width: 265px;
    height: 290px;
    margin: 480px auto 0;
}

.shu2 dt,.bock dt {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 44px;
    background: url(../picture/ys_ico01.png) no-repeat right 12px;
    height: 125px;
    width: 500px;
}

.shu2 dt i,.bock dt i {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
}

.shu2 dd {
    width: 265px;
    height: 71px;
}

.shu2 dd img {
    width: 265px;
    height: 71px;
}

.hav {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.bock {
    position: absolute;
    left: 0;
    top: 323px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
}

.bock dl {
    background: url(../picture/ys_k.png) no-repeat;
    width: 678px;
    height: 438px;
    padding: 60px 0 0 90px;
}

.bock dt {
    background: url(../picture/ys_ico02.png) no-repeat right 12px;
    height: 100px;
}

.bock dd {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 200px;
    overflow: hidden;
    width: 650px;
    /*background: #8dbbeb4d;*/
    padding: 20px;
}

.bock dd p {
    line-height: 36px;
}






.index6 {
     position:relative;
     width:100%;
     height: 720px;
}
.index6 .s4box4 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10vh;
    z-index: 3;
}

.swiper1 .s4box .en {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    position: relative;
    margin-top: 20px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    z-index: 6;
}

.index6 .s4box4 * {
    color: #fff;
}
.index6 .s4box .img5 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.swiper1 .s4box .tt {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    position: relative;
    font-weight: bold;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    z-index: 6;
}

.index6 .s4box .sbox {
    min-width: 1200px;
    width: 81.25%;
    margin: 70px auto 0;
    position: relative;
    z-index: 3;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.index6 .s4box .sbox .xian {
    width: 100%;
    height: 1px;
    background: #484545;
    position: absolute;
    top: 40%;
    left: 0;
}

.index6 .swiper4 {
    width: 85%;
    margin: 0 auto;
}

.index6 .swiper4 .img,
.index6 .swiper4 .img img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}


.index6 .swiper4 .txt {
    padding: 20px 15% 10%;
    background: transparent;
    position: relative;
    top: -73px;
}

.index6 .swiper4 .txt * {
    color: #fff;
}

.index6 .swiper4 .txt .time s {
    display: block;
    width: 35px;
    height: 3px;
    background: #fff;
    margin: 20px auto 15px;
}

.index6 .swiper4 .txt .stt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.index6 .swiper4 .txt .stc {
    line-height: 1.8;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 75px;
}

.index6 .swiper4 .swiper-slide * {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.index6 .swiper4 .swiper-slide:hover .txt * {
    color: #333;
}

.index6 .s4box .sbox .prev4 {
    top: 40%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    width: 69px;
    height: 69px;
    margin-top: -35px;
    left: 0;
    background: url(../images/1_14.png) center no-repeat;
    background-size: 100%;
}

.index6 .s4box .sbox .next4 {
    top: 40%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    width: 69px;
    height: 69px;
    margin-top: -35px;
    right: 0;
    background: url(../images/1_15.png) center no-repeat;
    background-size: 100%;
}

.index6 .s4box .sbox .prev4:hover {
    background: url(../images/1_14_1.png) center no-repeat;
}

.index6 .s4box .sbox .next4:hover {
    background: url(../images/1_15_1.png) center no-repeat;
}

.index6 .s4box .sbox .more {
    position: relative;
    display: block;
    width: 140px;
    height: 32px;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    margin: 40px auto 0;
}

.index6 .swiper-slide-active .s4box .sbox {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}


@media screen and (max-width:1540px) {
    .index6 .s4box .sbox {
        margin: 20px auto 0;
    }
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-slide-jz {
    height:400px;
    display:flex;
    align-items: center
}













