.index-banner{position: relative;}
.index-banner .swiper-container{height: 100vh;}
.index-banner .swiper-slide .bimg{width: 100vw;height: 100vh;object-fit: cover;object-position: center;}
/*.index-banner .swiper-slide-active .bimg{animation: bigimg 6s linear infinite;}*/
.index-banner .i-page{bottom: 110px; z-index: 2;}
.index-banner .i-page .pagem{width: 288px;justify-content: space-between;align-items: flex-end;margin-bottom: 16px;}
.index-banner .i-page .page-mn{display: block;width: 0;height: 0;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right:  10px solid #fff;}
.index-banner .i-page .page-mn.page-r{transform: rotate(180deg);}
.index-banner .i-page .zanting{margin: 0 16px;width: 18px;display: flex;justify-content: center;}
.index-banner .i-page .zanting span{width: 5px;height: 15px;display: block;margin: 0 2px;background: #fff;}
.index-banner .i-page .zanting.bofang span{display: none;}
.index-banner .i-page .zanting.bofang span:first-child{display: block; width: 0;height: 0;margin: 0; border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right:  10px solid #fff;transform: rotate(180deg);background: none;}
.index-banner .swiper-pagination{position: static;height: 26px;align-items: flex-end;text-align: center;font-size: 18px;line-height: .8em;color: #fff;}
.index-banner .swiper-pagination .total{text-indent: 12px;}
.index-banner .swiper-pagination ul{position: relative;width: 40px;height: 26px;overflow: hidden;}
.index-banner .swiper-pagination ul li{position: absolute;left: 0;bottom: 0;font-size: 30px;line-height: .8em;font-weight: bold; }
.index-banner .i-page .line{position: relative;width: 288px;height: 1px;background: #fff;}
.index-banner .i-page .line .colorline{position: absolute;left: 0;top: 0;width: 0;height: 100%;background: #e70012;content: "";}
.index-banner .i-page .line.on .colorline{animation: scroll 5s linear;}
@-webkit-keyframes scroll {0% {width: 0;}100% {width: 100%}}
@keyframes scroll {0% {width: 0;}100% {width: 100%}}
/*@-webkit-keyframes bigimg {0% {transform: scale(1.1);}100% {transform: scale(1);}}*/
/*@keyframes bigimg {0% {transform: scale(1.1);} 100% {transform: scale(1);}}*/

.index-banner .swiper-slide .ban_txt{
    position: absolute;left: 10%;top: 35%;z-index: 9;color: #fff;
}
.index-banner .swiper-slide.swiper-slide-active .ban_txt p {
    animation: fade_InUp 1.2s forwards .2s;
}
@keyframes fade_InUp {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}


.w1500{width: 90%;}
.dwzycenter{position: absolute;left: 50%;transform: translateX(-50%);}
.mflex{display: flex;flex-wrap: wrap;}
.mflex_center{display: flex;justify-content: center;align-items: center;}
.dwzycenter{position: absolute;left: 50%;transform: translateX(-50%);}
.indextit{text-align: center;line-height: 1em;color: #000;}

.font45{font-size: 45px;}
.font35{font-size: 35px;}
.font18{font-size: 18px;}
.font16{font-size: 16px;}



.title-box{
    position: relative;
    display: block;
    padding-bottom: 39px;
    width: 100%;
    margin: 0 auto;
}

.title-box h2{
    position: relative;
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #282828;
    line-height: 47px;
    margin-bottom: 11px;
}
.title-box h2 span{
    font-weight: 100;
}
.title-box p{
    position: relative;
    display: block;
    color: #666568;
    font-size: 18px
}

.team-style-two{
    position: relative;
    display: block;
    padding-top: 63px;
    background: url(../picture/index_cp.jpg) no-repeat center top;
    background-size: 100% 100%;
}
.custom-container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
.three-item-carousel {
    position: relative;
}
.team-block-two .inner-box{
    position: relative;
    display: block;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.team-block-two.border {
    border: 1px solid #dee2e6 !important;
}

.team-block-two figure {
    margin: 0px;
}
.team-block-two .inner-box .image-box{
    position: relative;
    display: block;
    background: #0054a4;
    overflow: hidden;
}

.team-block-two .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
}

.team-block-two:hover .inner-box .image-box img{
    opacity: 0.2;
    transform: scale(1.05);
}

.team-block-two .inner-box .lower-content{
    position: relative;
    display: block;
    padding: 20px 15px 18px 15px;
    transition: all 500ms ease;
}

.team-block-two .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    background: #0054a4;
    transition: all 500ms ease;
}

.team-block-two:hover .inner-box .lower-content:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.team-block-two .inner-box .lower-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #0054a4;
    font-weight: 700;
    margin-bottom: 0px;
    transition: all 500ms ease;
}

.team-block-two .inner-box .lower-content h4 a{
    color: #0054a4;
}

.team-block-two:hover .inner-box .lower-content h4,
.team-block-two:hover .inner-box .lower-content h4 a{
    color: #fff;
}

.team-style-two .owl-nav{
    position: absolute;
    top: -113px;
    right: -5px;
    user-select: none;
}
.team-style-two.ab .owl-nav{display: none}
.team-style-two .owl-nav .owl-prev,
.team-style-two .owl-nav .owl-next{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #0054a4;
    height: 53px;
    width: 53px;
    line-height: 53px;
    text-align: center;
    border: 1px solid #0054a4;
    border-radius: 50%;
    margin: 0px 5px;
    transition: all 500ms ease;
    cursor: pointer;
}

.team-style-two .owl-nav .owl-prev:hover,
.team-style-two .owl-nav .owl-next:hover{
    background: #0054a4;
    border-color: #0054a4;
    color: #fff;
}


.team-block-two .inner-box .overlay-box{
    position: absolute;
    left: 5%;
    bottom: 140px;
    width: 90%;
    z-index: 2;
}
.team-block-two .inner-box .overlay-box .box{
    position: relative;
    display: inline-block;
    background: #0054a4;
    padding: 0px 20px 30px 20px;
    border-radius: 10px;
    transform: translateY(-100px);
    transition: all 500ms ease;
    opacity: 0;
}

.team-block-two:hover .inner-box .overlay-box .box{
    transform: translateY(0px);
    opacity: 1;
}

.team-block-two .inner-box .overlay-box .box .view-btn{
    position: relative;
    margin-top: -22px;
    margin-bottom: 14px;
}

.team-block-two .inner-box .overlay-box .box .view-btn a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
}

.team-block-two .inner-box .overlay-box .box h4{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.team-block-two .inner-box .overlay-box .box h4 a{
    color: #fff;
    line-height: 22px;
}

.team-block-two .inner-box .overlay-box .box .text{
    position: relative;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 12px
}



.til01 {
    height: 125px;
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #c7281c;
    text-align: center;
    padding: 22px 0 0;
}

.til01 span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #666;
}

.til01 a {
    display: block;
    color: #333333;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.cptz {
    background: url(../picture/cptzbg.jpg) no-repeat center top;
    height: 984px;
    padding-top: 60px;
}

.f_pr {
    position: relative;
}

.cptz .til01 {
    background: none;
}

.cptz h3 {
    position: absolute;
    left: -10px;
    top: 822px;
    font-size: 22px;
    font-weight: bold;
    color: #fff
}

.cptz h3 em {
    display: block;
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
    font-weight: normal;
}

.cptz .yftel {
    position: absolute;
    left: 828px;
    top: 818px;
    font-size: 14px;
    color: #fff;
    width: 440px;
}

.cptz .yftel span {
    display: block;
    float: left;
    margin: 0 20px;
    text-align: center;
}

.cptz .yftel img {
    display: block;
    width: 37px;
    height: 29px;
    margin: 0 auto;
}

.cptz .yftel i {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

.cptz .yftel span:hover i {
    font-weight: bold;
    border-bottom: 1px solid #80b0d7;
}

.cptz .m_jsyf1 {
    width: 205px;
    left: 50px;
    top: 578px;
}

.cptz .m_jsyf2 {
    width: 288px;
    left: 140px;
    top: 334px;
}

.cptz .m_jsyf3 {
    width: 300px;
    left: 450px;
    top: 210px;
}

.cptz .m_jsyf4 {
    width: 272px;
    left: 777px;
    top: 334px;
}

.cptz .m_jsyf5 {
    width: 230px;
    left: 931px;
    top: 578px;
}

.cptz .jsgy {
    position: absolute;
    z-index: 11;
    transition: all 0.3s linear 0s;
}

.cptz .jsgy:hover {
    transform: translateX(-5px);
}

.cptz .jsgy h4 {
    height: 48px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #0054a4;
}

.cptz .jsgy h4 em {
    font-size: 30px;
    margin-right: 10px;
}

.cptz .jsgy p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
}

.cptz .m_jsyf1 p {
    text-align: justify;
}

.cptz .m_jsyf2 p {
    text-align: justify;
}

.cptz .m_jsyf4 p {
    text-align: right;
}

.cptz .m_jsyf5 p {
    text-align: justify;
}

.cptz .gyico {
    position: absolute;
    width: 146px;
    height: 146px;
    transition: all 0.6s linear 0s;
}

.cptz .gyico b {
    width: 114px;
    height: 114px;
    overflow: hidden;
    margin: 16px auto 0;
    display: block;
}

.cptz .gyico b img {
    transition: all ease-in-out 1s;
}
.cptz .gyico:hover b img {
    transform: rotateY(180deg);
}

.cptz .yfico1 {
    left: 242px;
    top: 595px;
}

.cptz .yfico2 {
    left: 320px;
    top: 412px;
}

.cptz .yfico3 {
    left: 528px;
    top: 324px;
}

.cptz .yfico4 {
    left: 720px;
    top: 412px;
}

.cptz .yfico5 {
    left: 786px;
    top: 595px;
}



 .index_about {
     min-height: 300px;
     background: url(../picture/index_aboutbg.jpg) no-repeat center/cover;
     background-attachment: fixed;
     padding-top: 5%;
     padding-bottom: 0;
 }

.index_about .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.index_about .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_text-5 {
    font-size: 48px;
    color: rgba(255,255,255,1);
    line-height: 1;
    font-weight: bold
}

.index_about .e_container-26 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 3%
}

.index_about .e_container-26 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_image-27 {
    overflow: hidden;
    margin-left: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.index_about .e_image-27 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.index_about .e_richText-29 {
    width: auto;
    max-width: 900px;
    font-size: 18px;
    color: rgba(255,255,255,1);
    line-height: 30px;
    margin-top: 20px
}

.index_about .e_richText-29 p {
    font-size: 16px
}

.index_about .e_container-31 {
    position: relative;
    top: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1);
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 18px 2px;
}

.index_about .e_container-31 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_container-31 .cbox-31-0 {
    flex: 0 0 50%;
    padding-top: 0
}

.index_about .e_container-32 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    margin-bottom: 5%
}

.index_about .e_container-32 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_container-32 .cbox-32-0 {
    flex: 0 0 53%;
    align-self: center
}

.index_about .e_container-43 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    margin-bottom: 6%
}

.index_about .e_container-43 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_container-43 .cbox-43-0 {
    flex: 0 0 52%;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    align-self: center
}

.index_about .e_container-49 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 332px
}

.index_about .e_container-49 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_container-50 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.index_about .e_container-50 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_container-50 .cbox-50-0 {
    flex: 0 0 20%
}

.index_about .e_text-51 {
    max-width: 290px;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    color: rgba(102,102,102,1);
    font-size: 16px
}

.index_about .e_image-52 {
    overflow: hidden;
    max-width: 52px;
    margin-top: 10px;
    margin-bottom: 0;
}

.index_about .e_image-52 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.index_about .e_scrollNumber-54 {
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    text-align: left;
    color: #0054a4
}

.index_about .e_scrollNumber-54 .p_plus {
    font-size: 16px
}

.index_about .e_scrollNumber-54 .p_num {
    font-weight: bold
}

.index_about .e_container-55 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.index_about .e_container-55 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_container-55 .cbox-55-0 {
    flex: 0 0 20%
}

.index_about .e_image-56 {
    overflow: hidden;
    max-width: 52px;
    margin-top: 10px;
    margin-bottom: 0;
}

.index_about .e_image-56 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.index_about .e_scrollNumber-57 {
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    text-align: left;
    color: #0054a4
}

.index_about .e_scrollNumber-57 .p_plus {
    font-size: 16px
}

.index_about .e_scrollNumber-57 .p_num {
    font-weight: bold
}

.index_about .e_text-58 {
    max-width: 290px;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    color: rgba(64,64,64,1);
    font-size: 16px
}

.index_about .e_container-59 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.index_about .e_container-59 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_container-59 .cbox-59-0 {
    flex: 0 0 20%
}

.index_about .e_image-60 {
    overflow: hidden;
    max-width: 52px;
    margin-top: 10px;
    margin-bottom: 0;
}

.index_about .e_image-60 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.index_about .e_scrollNumber-61 {
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    text-align: left;
    color: #0054a4
}

.index_about .e_scrollNumber-61 .p_plus {
    font-size: 16px
}

.index_about .e_scrollNumber-61 .p_num {

    font-weight: bold
}

.index_about .e_text-62 {
    max-width: 290px;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    color: rgba(102,102,102,1);
    font-size: 16px
}

.index_about .e_container-63 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.index_about .e_container-63 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.index_about .e_container-63 .cbox-63-0 {
    flex: 0 0 20%
}

.index_about .e_image-64 {
    overflow: hidden;
    max-width: 52px;
    margin-top: 10px;
    margin-bottom: 0;
}

.index_about .e_image-64 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.index_about .e_scrollNumber-65 {
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    text-align: left;
    color: #0054a4
}

.index_about .e_scrollNumber-65 .p_plus {
    font-size: 16px
}

.index_about .e_scrollNumber-65 .p_num {
    font-weight: bold
}

.index_about .e_text-66 {
    max-width: 290px;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    color: rgba(102,102,102,1);
    font-size: 16px
}

.index_about .e_button-67 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 170px;
    margin-top: 6%;
    max-height: none;
    min-height: 50px;
    background-color: #0054a4;
    font-size: 16px;
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: none;
    border-color: rgba(6,54,190,1);
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0px;
    text-transform: uppercase
}

.index_about .e_button-67 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0;
    overflow: hidden;
    color: #fff;
}

.index_about .e_button-67::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0
}

.index_about .e_button-67:hover::after {
    opacity: 1
}

.index_about .e_button-67:hover {
    background-color: #0054a4
}

.index_about .e_container-26 .cbox-26-0 {
    margin-right: 40px;
}



.home-tit {
    text-align: center;
    margin: 35px 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;
}

.My-index-news {
    background: #fafcff;
}

.My-index-news .container {
    width:90%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.items-news .ft-item {
    background: #f7f9fc;
    border: 1px solid #e6edfa;
    box-shadow: 0 8px 8px 0 rgba(239, 242, 249, 0.5);
}

.items-news .ft-item:hover {
    border-top: 4px solid #0054a4;
}

.items-news .ft-item:hover > .title-l4 {
    color: #0054a4;
}

.items-news .ft-item > .title-l4 {
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items-news .ft-item {
    padding-top: 45px;
}

.items-news .date {
    padding-bottom: 30px;
}

.items-news .ft-item > p {
    height: 60px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}

.My-index-news .My-more-btn {
    margin: 100px;
}

.My-footer-btn {
    text-align: center;
}

.items-news a {
    color: #777;
}

.items-news .img-box {
    height: 240px;
    overflow: hidden;
}
.items-news .img-box img {
    width: 100%;
    object-fit: cover;
}
.title-l1 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 36px;
}

.ft-cards .ft-item {
    padding: 30px 20px;
    transition: all 0.3s;
}
.title-l4 {
    font-size:20px;
    font-weight: 500;
    color: #323b4d;
}
.My-more-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #0054a4;
    border-radius: 4px;
}

.ft-cards .ft-item:hover {
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}







.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: #df5b11;
    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 .swiper-container .swiper-button-prev.swiper-button-disabled,.rotate-product .swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: .1
}

.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: #df5b11;
}
.rotate-product .button-container button:hover {
    z-index: 1;
    color: #fff;
}
.rotate-product .button-container button:hover::before {
    width: 100%;
    border: 1px solid #df5b11;
}










.right {display:inline;float:right;}
.index-application{padding: 86px 0 76px;background: url(../picture/iapplicabg.png) no-repeat center;}
.index-application .indextit{margin-bottom: 78px;}
.index-application .index-application-main{position: relative;}
.iapplica-swiper1{position: relative;margin-bottom: 43px; width: 100%;}
.iapplica-swiper1 .swiper-slide{width: 60%;}
.iapplica-swiper1 .bigimg{border-radius: 12px;background: #0054aa;}
.iapplica-swiper1 .bigimg img{width: 100%;height: 100%;object-position: center;object-fit: cover;}
.iapplica-swiper1 .pagemn{position: absolute;bottom: 8.17%;border-radius: 100px;overflow: hidden; z-index: 2;}
.iapplica-swiper1 .pagemn .page{width: 74px;height: 50px; background: #fff;}
.iapplica-swiper1 .pagemn .page span{font-size: 24px;color: #0054aa;}
.iapplica-swiper1 .pagemn .page.prev span{transform: rotate(90deg);}
.iapplica-swiper1 .pagemn .page.next span{transform: rotate(-90deg);}
.iapplica-swiper1 .pagemn .page:hover{background: #e1e1e1;}

.iapplica-swiperqh .mn{width: 109px;height: 109px;margin: 0 50px;border-radius: 100%;box-sizing: border-box;box-shadow: 0 0 20px -4px rgba(0,0,0,.1);text-align: center; background: #fff;}
.iapplica-swiperqh .mn .iconfont{display: block;margin: 31px 0 8px; line-height: 34px;font-size: 34px; color: #0054aa;}
.iapplica-swiperqh .mn span{display: block;font-size: 14px;line-height: 20px; color: #333;}
.iapplica-swiperqh .mn:hover{background: none;}
.iapplica-swiperqh .mn:hover .iconfont,.iapplica-swiperqh .mn:hover span{color: #fff;}
.iapplica-swiperqh .mn.on{box-shadow: unset; background: #0054aa;}
.iapplica-swiperqh .mn.on .iconfont,.iapplica-swiperqh .mn.on span{color: #fff;}



