/*===========================================================================
//* 2021-1-21
//*===========================================================================*/
.guide_title h2{
    text-transform: uppercase;
}
/* ==============================================
				banner
============================================== */
.banner-container{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner ul li a,
.banner ul li a img{
	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-bullet{
    opacity: 0.1!important;
    margin: 0 0.1rem!important;
}
.banner .swiper-pagination-bullet-active{
    background: #ffffff;
    opacity: 1!important;
}
/*--箭头--*/
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	color: #ffffff;
	font-size:14px!important;
}
.banner .swiper-button-prev{
	left:3%;
}
.banner .swiper-button-next{
	right:3%;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
    opacity:0;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    z-index: 9;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    transition: all 0.5s;
    margin: auto;
}
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{
    opacity: 1;
}
@media only screen and (max-width: 768px){
    .banner .swiper-button-next,.banner .swiper-button-prev{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .banner .swiper-pagination{
        bottom:12px;
    }
}

/* ==============================================
				guide_adv
============================================== */
.guide_adv{
    overflow: hidden;
    position: relative;
    background: url(../images/adv_bg.png) no-repeat center;
    background-size: cover;
    padding:0.8rem 0;
}
.guide_adv .container{
    max-width: 1555px;
}
.guide_adv ._main{
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0.16rem 0.16rem 0 rgba(0,0,0,0.08);
    display: flex;
    flex-wrap: wrap;
    padding:0.3rem 0.5rem;
}
.guide_adv ._main li{
    width: 25%;
    padding:0.3rem 0.15rem;
    text-align: center;
    color: #000000;
}
.guide_adv img{
    width: 0.84rem;
    height: 0.84rem;
}
.guide_adv h3{
    font-size:18px;
    line-height:24px;
    min-height:48px;
    margin: 0.3rem 0 0.2rem;
}
.guide_adv p{
    font-size:12px;
    line-height: 1.5;
}
@media (max-width:991px) {
    .guide_adv{
        background-image: none;
        padding: 0.6rem 0;
        background-size:inherit;
    }
    .guide_adv ._main{
        padding:0.2rem;
        flex-wrap: wrap;
    }
    .guide_adv ._main li{
        width:50%;
        padding:0;
        display: flex;
        align-items: center;
    }
    .guide_adv img {
        width:0.7rem;   
        height:0.7rem;
    }
    .guide_adv ._main ._txt{
        flex: 1;
        overflow: hidden;
        padding-left: 6px;
    }
    .guide_adv ._main ._txt p{
        display: none;
    }
    .guide_adv h3{
        font-size:0.24rem;
        line-height: 0.32rem;
        margin: 0.2rem 0 0.1rem;
        text-align: left;
    }
}

/* ==============================================
				guider_about
============================================== */
.guider_about{
    overflow: hidden;
    position: relative;
    padding:0.8rem 0;
    background-color: #ededed;
}
.guider_about ._main{
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guider_about ._left{
    width:44%;
    max-width:575px;
}
.guider_about ul{
    position: relative;
    margin:20px 0 0.4rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    overflow: hidden;
}
.guider_about ul::after{
    height: 100%;
    width: 1px;
    content: '';
    position: absolute;
    top:0;
    left:50%;
    background-color: #000000;
}
.guider_about ul li{
    width: 50%;
    text-align: center;
    padding:0.05rem 0.2rem;
    line-height:1.4;
    border-bottom:1px solid #000000;
    margin-bottom: -1px;
}
.guider_about ul li span{
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
}
.guider_about h3{
    font-weight:bold;
    display: inline-block;
    font-size:22px;
    color: #303030;
    border-bottom: 1px solid #303030;
    padding-bottom:0.15rem;
    margin-bottom:0.15rem;
}
.guider_about ._con{
    overflow: hidden;
    font-size: 12px;
    line-height:1.3;
}
.guider_about p{
    margin-bottom:10px;
    font-size: 12px;
}
.guider_about ._con p:last-child{
    margin: 0;
}
.guider_about .more{
    margin-top: 0.2rem;
}
.guider_about ._right {
    flex: 1;
    overflow: hidden;
    padding-left:2%;
}

.guider_about ._right video,
.guider_about ._right img,
.guider_about ._right iframe {
    width:100%;
    max-height:100%;
    object-fit: cover;
}
@media (max-width:991px) {
    .guider_about{
        padding: 0;
        background-color: #ffffff;
    }
    .guider_about ._main>div{
        width:100%;
        padding: 0;
    }
    .guider_about ._left{
        max-width:inherit;
        margin-bottom: 0.4rem;
    }
    .guider_about ._con{
        height:auto;
        display: block;
        overflow: hidden;
        -webkit-box-orient:inherit;
        text-overflow: inherit;
        line-height: 1.4;
    }
    .guider_about h3{
        margin-bottom: 0.3rem;
        padding-bottom:0.1rem;
    }
    .guider_about ul{
        margin: 0.3rem 0 0;
    }
    .guider_about ul li{
        padding: 0.2rem;
    }
    .guider_about ul li p{
        margin: 0;
    }
    .guider_about .more{
        display: none;
    }
    .guider_about ._right{
        flex: auto;
    }
}
/* ==============================================
				guider_pro
============================================== */
.guider_pro{
    overflow: hidden;
    position: relative;
    padding:1rem 0;
}
.guider_pro .more{
    margin:0.3rem auto 0;
}
.guider_pro .center{
    text-align: center;
}
.pro_cate_main{
    position: relative;
    padding:0 30px;
    margin: 0.4rem 0 0.3rem;
}
.pro_cate{
    position: relative;
    overflow: hidden;
    padding-bottom: 0.2rem;
}
.pro_cate_main .p_btn{
    position: absolute;
    top:4px;
    height: 22px;
}
.pro_cate_main .p_btn img ,.pro_cate_main .p_btn:focus{
    border: 0;
    outline:0;
    box-shadow: none;
}
.pro_cate_main .pro_cate-next{
    right: 0;
}
.pro_cate_main .pro_cate-prev{
    left: 0;
}
.pro_cate_main .swiper-slide{
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size:18px;
    line-height:30px;
    font-weight:bold;
}
.pro_cate_main .swiper-slide-thumb-active::after{
    position: absolute;
    bottom: -0.2rem;
    left:50%;
    transform: translateX(-50%);
    width: 133px;
    height:3px;
    content: '';
    background-color: #001332;
}
.pro_body .swiper-button-disabled{
    opacity: 0.2;
}
.pro_body .swiper-slide-active{
    opacity: 1;
}
/*--产品区样式--*/
.guider_pro .container1{
    max-width:1554px;
    overflow: hidden;
}
.pro_body .item{
    position: relative;
    overflow: hidden;
    padding: 0 77px;
    margin: 0.2rem auto 0;
}
.pro_body .item::before,
.pro_body .item::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width:77px;
    background-color: #ffffff;
    z-index: 2;
}
.pro_body .item::before {
    left: 0;
}

.pro_body .item::after {
    right: 0;
}
.pro_body .item .pr_btn {
    position: absolute;
    top:14em;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    width: 50px;
    height: 50px;
}
.pro_body .item .pr_btn img{
    width: 29px;
    height: 50px;
}
:focus{
    box-shadow: none!important;
    outline:0!important;
    border: none!important;
}

.pro_body .item .pro-prev{
    left: 0;
}

.pro_body .item .pro-next{
    right: 0;
    justify-content:flex-end;
}

.pro_body ._pic{
    position: relative;
    border-radius:0.12rem;
    overflow: hidden;
    padding-top:125%;
}
.pro_body ._pic img{
    display: block;
    object-fit: cover;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin:0;
}
.pro_body ._txt{
    margin-top: 0.3rem;
    text-align: center;
}
.pro_body h3{
    font-weight:bold;
    font-size:14px;
    margin: 0.1rem 0;
    line-height: 1.5;
}
.pro_body p{
    line-height: 1.4;
}
.pro_body ._more{
    margin:0.4rem 0 0.5rem;
    padding-bottom: 0.1rem;
    display: inline-block;
    border-bottom: 1px solid #000000;
}


@media (max-width:1440px) {
    .pro_cate_main .swiper-slide{
        font-size:18px;
    }
    .pro_body .item{
        padding: 0 50px;
    }
    .pro_body .item::before,
    .pro_body .item::after {
        width:50px;
    }
}
@media (max-width:991px) {
    .pro_cate{
        padding-bottom: 0.1rem;
    }
    .pro_cate_main .swiper-slide{
        font-size:16px;
    }
    .pro_cate_main .p_btn img{
        height:18px;
    }
    .pro_cate_main .swiper-slide-thumb-active::after{
        width:100px;
        height:2px;
        bottom: -0.1rem;
    }
    .pro_body{
        height: auto!important;
    }
    .pro_body .item{
        padding:0;
    }
    .pro_body .item::before,
    .pro_body .item::after {
        width:0;
    }
    .pro_body .item .pr_btn {
        display: none;
    }
}
@media (max-width:768px) {
    .pro_cate_main{
        position: sticky;
        top: 60px;
        left: 0;
        margin: 0.3rem 0 0rem;
    }
    .pro_cate_main .swiper-slide{
        font-size:14px;
        line-height:20px;
    }
    .pro_cate_main .swiper-slide-thumb-active::after{
        width: 80px;
    }
}
@media (max-width:340px) {
    .pro_cate_main .swiper-slide{
        font-size:12px;
    }
}

/* ==============================================
				guider_strategy
============================================== */
.guider_strategy{
    overflow: hidden;
    position: relative;
    padding:0.8rem 0;
    background-color: #ededed;
}
.guider_strategy ._main{
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guider_strategy ._main>div {
    width: 50%;
}
.guider_strategy h3{
    font-weight:bold;
    display: inline-block;
    font-size:30px;
    color: #000;
    border-bottom: 1px solid #303030;
    padding-bottom:0.2rem;
    margin-bottom:0.2rem;
}
.guider_strategy ._right img{
    width:120%;
    max-width:inherit;
    margin-left: -20%;
}
.guider_strategy ._txt{
    overflow: hidden;
    font-size:16px;
}
.guider_strategy ._txt li{
    margin-bottom: 0.2rem;
    display: flex;
    align-items: flex-start;
    max-width:483px;
    font-weight:bold;
}
.guider_strategy ._txt li span{
    word-break:break-all;
}

.guider_strategy ._txt li em{
    width: 0.12rem;
    height: 0.12rem;
    margin-top: 9px;
    border-radius: 0.12rem;
    background-color: #dd2226;
    margin-right:0.15rem;
    flex: none;
}
.guider_strategy ._txt p{
    margin-bottom: 0.1rem;
}

@media (max-width:991px) {
    .guider_strategy{
        display: none;
    }
    .guider_strategy ._main>div{
        width:100%;
        padding: 0;
    }
    .guider_strategy ._left{
        margin-bottom: 0.4rem;
    }
    .guider_strategy ._txt {
        font-size: 14px;
    }
    .guider_strategy ._txt li{
        margin-bottom: 0.12rem;
    }
    .guider_strategy ._right img{
        width:100%;
        max-width:inherit;
        margin-left:0;
    }
}

/* ==============================================
				guider_honor
============================================== */
.guider_honor{
    overflow: hidden;
    position: relative;
    padding:0.8rem 0;
}
.guider_honor ._main{
    padding:0.6rem 0;
    border-bottom: 1px solid #000000;
}
.guider_honor .honor-swiper{
    position: relative;
    overflow: hidden;
    width: 140%;
    margin-left: -20%;
}
.guider_honor .swiper-slide img{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}
.guider_honor .swiper-slide-active img{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}
@media (max-width:991px) {
    .guider_honor{
        display: none;
    }
    .guider_honor ._main{
        overflow: hidden;
    }
    .guider_honor .honor-swiper{
        width:136%;
        margin-left: -18%;
    }
}