/*===========================================================================
//* 2021-1-21
//* 整理者：qzh
//* 新增/替换需要备注的请标注谢谢（新增请放在指定范围）
//*===========================================================================*/
@media (min-width:1200px) {
    .header-boxs .header{
        padding-top: 0.6rem;
        background-color: inherit;
    }
    .header-boxs .header:hover , .header-boxs  .header_fixed{
        padding:10px 0;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    }
    .header-box .header .logo ._on , .header-box .header:hover .logo ._show{
        display: none;
    }
    .header-box .header:hover .logo ._on , .header-boxs  .header_fixed .logo ._on ,.header-box .header .logo ._show {
        display: block;
    }
    .header-boxs .header_fixed .logo ._show{
        display: none;
    }
}
@media (max-width:1200px) {
    .header-box .header .logo ._show{
        display: none;
    }
    .header-box .header .logo ._on{
        display: block;
    }
}

/* ==============================================
				banner海报
============================================== */
.banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner ul li a,
.banner ul li a img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.banner ul li a img {
    width: 100%;
    height: 100%;
    min-height: 180px;
}

.banner {
    margin: auto;
}

.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    bottom: 30px;
}
.banner .swiper-pagination-bullet {
    position: relative;
    background: #b7b7b7;
    opacity: 1 !important;
    margin: 0 0.2rem !important;
}
.banner .swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1 !important;
}
.banner .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.34rem;
    height: 0.26rem;
    border-radius: 0.14rem;
}
.banner .swiper-pagination-bullet-active::before {
    border: 1px solid #ffffff;
}
/*--箭头--*/
.banner ._btn{
    position: absolute;
    right:3%;
    top:14%;
    margin-top: 0.3rem;
    overflow: hidden;
    height: 48px;
    width: 120px;
    border-radius: 0.62rem;
    background-color: #028dd8;
    color: #028dd8;
    border: 1px solid #028dd8;
    cursor: pointer;
    z-index: 10;
}
.banner ._btn>div{
    width: 60px;
    margin-top:-1px;
    float: left;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.banner ._btn>div i{
    transition: 0.45s;
}
.banner .banner-prev:hover i{
    margin-left:-5px;
}
.banner .banner-next:hover i{
    margin-right:-5px;
}
.banner ._btn img{
    width: 24px;
}
.banner ._btn .banner-next{
    background-color: #028dd8;
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .banner ._btn{
        top:5%;
    }
}
@media only screen and (max-width: 1200px) {
    .banner ._btn{
        top:-1%;
    }
}


.banner  .banner_text{
    overflow: hidden;
    position: absolute;
    width: 100%;
    left:3%;
    z-index: 10;
}
.banner h2{
    max-width:11rem;
    font-size: 0.72rem;
    font-family:Robotob sans-serif;
    color: #333333;
    line-height: 0.8rem;
    text-transform: capitalize;
}
.banner h2 span{ 
    display: block; 
    color: #028DD8;
}
.banner p {
    margin-top:0.3rem;
    max-width:425px;
    padding-left: 0.3rem;
    color: #333333;
    border-left: 1px solid #333333;
}
@media only screen and (min-width: 767px) {
    .banner  .banner_text{
        top: 50%;
        transform: translate(0,-50%);
    }
}
@media only screen and (max-width: 767px) {
    .banner .swiper-pagination {
        bottom: 20px;
    }
    .banner .swiper-pagination-bullet{
        width: 4px;
        height: 4px;
    }
    .banner .swiper-slide{
        min-height: 60vh;
    }
    .banner .banner_text {
        top: 0.6rem;
    }
    .banner p {
        display: none;
    }
}


/* ==============================================
				guide_product
============================================== */
.guide_product{
    overflow: hidden;
    position: relative;
    padding: 0.8rem 0 0.5rem;
    background: #F5F5F5;
    color:#333333;
}
.guide_product ._top{
    text-align: center;
    overflow: hidden;
    margin: 0.5rem 0 0;
}
.product_thumb{
    position: relative;
    overflow: hidden;
    max-width: 1360px;
    display:inline-block;
}
.product_thumb .swiper-slide{
    width:auto;
    font-size: 0.26rem;
    color: #666666;
    cursor: pointer;
    font-weight: 500;
}
.product_thumb .swiper-slide span{
    display: block;
    margin:0 0.3rem;
}
.product_thumb .swiper-slide-thumb-active{
    color: #333333;
    font-weight: bold;
}
.guide_product ._main{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.guide_product ._block{
    position: absolute;
}
.guide_product ._pleft{
    left:50%;
    margin-left: -3rem;
    top:0.18rem;
}
.guide_product ._pright{
    right:50%;
    top:1.18rem;
    margin-right: -3rem;
}
.guide_product ._block span{
    display: block;
    width:3.6rem;
    height:4.8rem;
    -webkit-transform: skewX(-30deg); 
    -ms-transform: skewX(-30deg); 
    -moz-transform: skewX(-30deg); 
    -o-transform: skewX(-30deg); 
    transform: skewX(-30deg); 
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(65, 11, 11, 0.14);
}
.guide_product ._pright span{
    background: #1F5EB6;
}
.guide_product ._pleft span{
    background: #cccccc;
}
.guide_product .pro_body{
    position: relative;
    z-index: 10;
    margin-top:-0.5rem;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.guide_product .swiper-slide{
    z-index: 1;
}
.guide_product .swiper-slide-active{
    z-index:9;
}
.guide_product .pro_main{
    position: relative;
    overflow: hidden;
    z-index: 100;
}
.guide_product .pro_main .swiper-slide{
    transform: scale(0.5);
    pointer-events: auto;
}
.guide_product .pro_main  .swiper-slide-active{
    transform: scale(0.8);
}
.guide_product .pro_main ._txt{
    text-align: center;
    margin-top: -0.6rem;
}
.guide_product .pro_main ._txt p{
    display: none;
    font-size: 0.24rem;
    margin-top: 0.05rem;
    line-height: 0.36rem;
    height: 0.36rem;
}

.guide_product .pro_main .swiper-slide-active ._txt p{
    display:block;
}
.guide_product .pro_main ._txt h3{
    font-size: 0.36rem;
    font-weight: bold;
}
.guide_product .pro_main a{
    color: #333333;
}
.guide_product .pro_main .swiper-slide-active a{
    color: #028dd8;
}
.pro_main ._pic{
    position: relative;
    overflow: hidden;
    padding-top:92%;
    width: 100%;
}
.pro_main ._pic img{
    display: block;
    object-fit: cover;
    width: 100%;
    display: block;
    position: absolute;
    top: -15%;
    left: 0;
    margin:0;
}

.guide_product ._btn{
    position: relative;
    display: inline-block;
    padding: 0;
    width: 1.6rem;
}

@media (max-width:991px) {
    .guide_product .pro_main .swiper-slide-active a{
        color: #333333;
    }
}
@media (max-width:767px) {
    .guide_product{
        padding-bottom:1.2rem;
    }
    .product_thumb{
        width: 100%;
        max-width: 100%;
    }
    .product_thumb .swiper-slide span{
        margin:0 0.5rem 0 0;
        font-size: 0.3rem;
    }
    .product_thumb .swiper-slide:last-child span{
        margin: 0;
    }
    .product_thumb .swiper-slide-thumb-active span{
        border-bottom:2px solid #333333;
    }
    .guide_product ._pleft{
        margin-left:-1.6rem;
    }
    .guide_product ._pright{
        margin-right: -1.6rem;
    }
    .guide_product ._block span {
        width:2.3rem;
        height:3rem;
    }
    .guide_product .pro_body {
        margin-top: -1rem;
    }
    .guide_product .pro_main .swiper-slide-active a{
        color: #333333;
    }
    .pro_main ._pic{
        width: 80%;
        padding-top: 80%;
        margin: 0 10%;
    }
    .guide_product .pro_main .swiper-slide-active ._txt{
        margin:0;
    }
    .guide_product .pro_main ._txt h3{
        font-size: 0.48rem;
    }
    .guide_product .pro_main ._txt p{
        font-size: 0.36rem;
        line-height: 0.4rem;
        height: 0.4rem;
    }
    .guide_product ._btn{
        position:absolute;
        width: 100%;
        left:0;
        bottom:-7.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .guide_product .pro_btn{
        position: relative;
        top: 0;
        transform:translate(0 ,0);
        margin: 0 0.2rem;
    }
    .pro_main ._pic img{
        top: 0%;
    }
}

/* ==============================================
			guide_solution
============================================== */
.guide_solution{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 0.8rem;
}
.guide_solution .guide_title ._txt{color: #666666;}
.guide_solution::before{
    position: absolute;
    width:103vw;
    height:103vw;
    border:10vw solid #FAFAFA;
    border-radius:100%;
    content: '';
    margin: auto;
    left:-3.4vw;
    top:-3.3rem;
    right: 0;
    z-index: 1;
}
.guide_solution::after{
    position: absolute;
    width:11.92rem;
    height:11.92rem;
    border-radius:11.92rem;
    content: '';
    background-color: #F7F7F7;
    margin: auto;
    left: 0;
    top:0.68rem;
    right: 0;
    z-index: 2;
}
.guide_solution .container ,.guide_solution .solution_main{
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.solution_main{
    margin-top:0.5rem;
}
@media (max-width:767px) {
    .guide_solution ._btn{margin-top: 0.2rem; display: flex; align-items: center; justify-content: center;}
    .guide_solution ._btn>div{
        margin: 0 5px;
        width: 0.72rem;
        height: 0.72rem;
        border-radius:50%;
        border: 1px solid #cccccc;
        background: url(../images/left.svg) no-repeat center;
        background-size:50%;
    }
    .guide_solution ._btn .so-next{
        border: 1px solid #028dd8;
        background: url(../images/right.svg) no-repeat center;
        background-color:#028dd8;
        background-size:50%;
    }
}
.solution_btn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
}
.solution_btn .swiper-slide{
    font-size: 0.24rem;
    line-height: 0.42rem;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    padding:0.4rem 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.solution_btn .swiper-slide-thumb-active{
    font-weight: bold;
    opacity: 1;
}
.solution_btn .swiper-slide span{
    position: relative;
    width: 0.24rem;
    height: 0.24rem;
    background: #CCCCCC;
    display: block;
    border-radius: 0.24rem;
    margin-bottom: 0.3rem;
}
.solution_btn .swiper-slide span::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    border-radius: 0.62rem;
    width: 0.62rem;
    height: 0.62rem;
    border: 1px dashed #FFFFFF;
}
.solution_btn .swiper-slide span::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    border-radius: 0.44rem;
    width: 0.44rem;
    height: 0.44rem;
    border: 1px dashed #FFFFFF;
}
.solution_btn .swiper-slide-thumb-active span{
    background: #4EB3FC; 
}


/* ==============================================
			guide_advantage
============================================== */
.guide_advantage{
    position: relative;
    overflow: hidden;
    padding: 0.8rem 0;
}
.guide_advantage .guide_title ._txt{
    width: 7.53rem;
}
.guide_advantage ._main{
    position: relative;
    width:100%;
    overflow: hidden;
    margin-top: 0.8rem;
    display: flex;
    align-items:center;
}

.guide_advantage ._abso{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 2.99rem;
    height: 2.99rem;
    z-index:4;
    animation:rollingTxt 10s infinite linear;
}
@keyframes rollingTxt{
	0% {
		transform:rotate(0);
	}
	100% {
		transform:rotate(360deg);
	}
}
.guide_advantage ._main>div{
    position: relative;
    z-index: 2;
    width: 50%;
    overflow: hidden;
}
.guide_advantage ._left{
    padding:0 0.4rem;
}
.guide_advantage ._left li{
    width: 100%;
    float:right;
    margin: 0.1rem 0;
    cursor: pointer;
    transition: all 0.3s;
}
.guide_advantage ._left ._top{
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
    border-bottom: 1px solid #D8D8D8;
}
@media (min-width:767px) {
    .guide_advantage ._left li ._top::before{
        position: absolute;
        content: '';
        bottom: -0.08rem;
        right:-0.08rem;
        width: 0.16rem;
        height: 0.16rem;
        background-color: #ffffff;
        border: 1px solid #028dd8;
        border-radius: 50%;
        z-index: 2;
        transition: all 0.3s;
    }
    .guide_advantage ._left li.on ._top::before{
        background-color: #028dd8;
        opacity: 1;
    }
}
.guide_advantage ._left ._top ._pic{
    min-width:0.64rem;
    margin-right: 0.2rem;
    display: flex;
    justify-content: center;
}
.guide_advantage ._left img{
    width:auto;
    height: 0.64rem;
}
.guide_advantage ._left ._top span{
    font-size:0.24rem;
    font-weight:bold;
    line-height:0.42rem;
    text-transform: capitalize;
    color: #555555;
    max-width:3.4rem;
}
.guide_advantage ._left .on ._top span{
    color: #222222;
}
.guide_advantage ._left ._bottom{
    font-size: 0.18rem;
    line-height: 0.28rem;
    display: none;
}
.guide_advantage ._left .on ._bottom{
    display:block;
    display: -webkit-box;
}

.guide_advantage ._right ul{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 76%;
    height: auto;
}
.guide_advantage ._right img{
    display: block;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

@media (max-width:767px) {
    .guide_advantage ._main{
        margin-top: 0.3rem;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .guide_advantage ._main>div{
        width: 100%;
    }
    .guide_advantage ._abso{
        top:3.6rem;
        bottom: inherit;
    }
    .guide_advantage ._left{
        padding:0.3rem 0 0;
    }
    .guide_advantage ._left li{
        max-width: 100%;
        width: 100%;
    }
    .guide_advantage ._left ._top span{
        font-size:0.36rem;
        line-height:0.42rem;
        max-width:100%;
        color: #333333;
    }
    .guide_advantage ._left ._bottom{
        font-size: 0.24rem;
        line-height: 0.34rem;
        max-width:100%;
    }
}

/* ==============================================
			guide_about
============================================== */
.guide_about{
    position: relative;
    padding: 0.8rem 0;
    overflow: hidden;
    background-size: cover!important;
}

.guide_about ._main{
    margin:0.4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.guide_about ._left{
    width:44%;
    position: relative;
    overflow: hidden;
    max-height:5.29rem;
}
.guide_about ._left video{
    display: block;
    visibility: hidden;
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    background: #000;
}
.guide_about ._left ._pic{
    width: 100%;
}
.guide_about .video_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:0.66rem;
    height:0.66rem;
    cursor: pointer;
}
.guide_about .video_btn img{
    width: 0.66rem;
    height: 0.66rem;
    position: relative;
    z-index: 2;
}
.guide_about .video_btn::before{
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: #028dd8;
    z-index:1;
    border-radius: 50%;
    position: absolute;
    top:0.08rem;
    left:0.08rem;
    margin: auto;
    transform-origin: center;
    animation: videoBtn 2s linear infinite;
}
.guide_about .video_btn::after{
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: #028dd8;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top:-0.02rem;
    left:-0.02rem;
    margin: auto;
    transform-origin: center;
    animation:videoBtn 2s linear infinite;
}
@keyframes videoBtn{
    from { 
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes videoBtn{
    from { 
        -webkit-transform: scale(1);
        -webkit-opacity: 1;
    }
    to {
        -webkit-transform: scale(2);
        -webkit-opacity: 0;
    }
}
.guide_about ._right{
    width:50%;
    position: relative;
}
.guide_about ._right ._logo{
    width:90%;
    margin-top: -1.4rem;
    margin-bottom:0.8rem;
}

.guide_about ._right h3{
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.42rem;
    text-transform: capitalize;
}
.guide_about ._right p{
    font-size: 0.18rem;
    line-height: 0.28rem;
    height: 1.68rem;
    overflow: hidden;
    margin: 0.3rem 0 0.8rem;
}
@media (max-width:767px) {
    .guide_about ._main{
        margin: 0;
    }
    .guide_about ._left ,.guide_about ._right{
        width: 100%;
        float: left;
        margin:0.3rem 0 0;

    }
    .guide_about ._right ._logo{
        display: none;
    }
    .guide_about ._right p {
        font-size: 0.24rem;
        line-height: 0.36rem;
        height: auto;
        max-height:3.6rem;
        -webkit-line-clamp:10;
        margin:0.15rem 0 0.3rem 0;
    }
}
/* ==============================================
			guide_honor
============================================== */
.guide_honor ,.honor_banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.guide_honor{
    position: relative;
    padding: 0.8rem 0;
}
.guide_honor .btn-box{
    position: relative;
    display: inline-block;
    padding: 0;
    width: 1.6rem;
}
.honor_banner{
    margin:0.6rem 0 0;
    padding:0 0 0.7rem;
}

.honor_banner::after{
    content: '';
    position: absolute;
    bottom:0;
    width:100%;
    left:0;
    height:1.08rem;
    background: url(../images/honor_bg.png) no-repeat bottom center;
    background-size:100%;
}
.honor_banner .swiper-slide{
    overflow: hidden;
    padding:0.4rem 0 0;
}
.honor_banner .swiper-slide-active img{
    transform: scale(1) rotateY(0)!important;
}
.honor_banner .swiper-slide img{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom:0.2rem;
}
.honor_banner .swiper-slide ._dao{
    position:absolute;
    display: block;
    width: 100%;
    top:100%;
    left: 0;
    opacity: 0.12;
}

@media (max-width:767px) {
    .guide_honor{
        padding-bottom:2.1rem;
    }
    .honor_banner{
        margin-top:0.2rem;
        padding-bottom: 0.42rem;
        width: 126%;
        margin-left: -13%;
        overflow: inherit;
    }
    .guide_honor .btn-box{
        position:absolute;
        width: 100%;
        left:0;
        bottom:-4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .guide_honor ._btn{
        position: relative;
        top: 0;
        transform:translate(0 ,0);
        margin: 0 0.2rem;
    }
}


/* ==============================================
			guide_news
============================================== */
.guide_news{
    position: relative;
    padding:0.6rem 0;
    overflow: hidden;
}
.guide_news .btn-box{
    position: relative;
    display: inline-block;
    padding: 0;
    width: 1.6rem;
}
.news_banner{
    width:103%;
    position: relative;
    overflow: hidden;
    margin-left: -1.5%;
    padding: 0 1.5%;
}
.news_banner .swiper-slide{
    margin:0.5rem 0;
    padding:0.4rem 0.32rem;
    border-right: 1px solid #E5E5E5;
}
.news_banner .swiper-slide:hover{
    background-color: #ffffff;
    box-shadow: 0px 0.28rem 0.28rem 0px rgba(24, 40, 79, 0.2);
}

.news_banner .swiper-slide a{
    display: block;
    overflow: hidden;
}
.news_banner .swiper-slide ._pic{
    position: relative;
    overflow: hidden;
    padding-top: 62%;
}
.news_banner .swiper-slide ._pic img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.news_banner .swiper-slide:hover ._pic img{
    transform: scale(1.15);
    transition: transform 0.3s ease;
}
.news_banner ._time{
    margin:0.28rem 0 0.32rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
    color: #666666;
}
.news_banner ._time img{
    width: 0.27rem;
    margin-right: 0.05rem;
}
.news_banner ._txt p{
    font-size: 0.28rem;
    line-height: 0.34rem;
    height: 0.68rem;
    color: #333333;
}
.news_banner ._txt span{
    display: inline-block;
    margin:0.5rem 0 0.1rem;
    width:0.4rem;
    height:0.14rem;
    background: url(../images/right_ash.svg) no-repeat center/100%;
}
.news_banner .swiper-slide:hover ._txt span{
    background: url(../images/right_ashhover.svg) no-repeat center/100%;
}
.guide_news .more{
    margin: auto;
    width:2.54rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
}
.guide_news  .more:hover{
    font-size:0.28rem;
}
@media (max-width:767px) {
    .guide_news{
        padding-top: 0;
    }
    .news_banner{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .news_banner .swiper-slide{
        margin:0.28rem 0 0;
        padding:0;
        border:none;
    }
    .news_banner ._time{
        margin:0.3rem 0 0.4rem;
        font-size: 0.3rem;
    }
    .news_banner ._txt p{
        font-size:0.4rem;
        line-height: 0.48rem;
        height: 0.96rem;
    }
    .news_banner ._time img{
        width: 0.36rem;
    }
    .news_banner ._txt span{
        margin:0.4rem 0 0;
    }
    .guide_news .more ,.guide_news .btn-box{
        display: none;
    }
}

