/*===========================================================================
//* 2021-1-21
//* 整理者：qzh
//* 新增/替换需要备注的请标注谢谢（新增请放在指定范围）
//*===========================================================================*/
/* ==============================================
				banner海报
============================================== */
.banner,.banner ul li,
.banner ul li a,
.banner ul li a img{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner ul li a img{   
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
    transform: scale(1);
    transition: all 5s;
    min-height: 180px;
}
.banner .swiper-pagination-bullet{
    width: 36px;
    height: 5px;
    background: #fff;
    display: inline-block;
    margin: 0 6px;
    border-radius: 0px;
    border: none;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #ca2b2f;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	color: #ffffff;
	font-size:14px!important;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	left:3%;
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	right:3%;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
    opacity: 1;
    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;
}

@media only screen and (max-width: 768px){
    .banner .swiper-button-next,.banner .swiper-button-prev{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
}


/* ==============================================
				.guider_title
============================================== */
.guider_title{
    text-align: center;
    overflow: hidden;
}
.guider_title h2{
    font-size: 40px;
    color: #333;
    position: relative;
    z-index: 1;
}
.guider_title p{
    font-size: 24px;
    color: #999999;
    position: relative;
    margin-top: 5px;
    padding-bottom:18px;
    line-height: 1.3;
}
.guider_title p::after{
    content: '';
    position: absolute;
    background: #b40017;
    width: 24px;
    height: 1px;
    z-index: 5;
    left: 50%;
    bottom:0px;
    transform: translate(-50%,-50%);
}
@media only screen and (max-width:992px){
    .guider_title h2{
        font-size:32px;
    }
    .guider_title p{
        font-size:18px;
        padding-bottom:10px;
    }

}


@media only screen and (max-width:640px){
    .guider_title h2{
        font-size:28px;
    }
    .guider_title p{
        font-size:16px;
        line-height: 1.6;
    }
}



/* ==============================================
				guider_lcfw_box
============================================== */
.guider_lcfw_box{
    padding:0.8rem 0;
}
.guider_lcfw{
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
}
.guider_lcfw ul{
    width: 101%;
    margin-left:-0.5%;
}
.guider_lcfw li{
    width:24%;
    float:left;
    margin:0 0.5% 1%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}
.guider_lcfw dt{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom:75%;
}
.guider_lcfw dt 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;
}
.guider_lcfw li p{
    width: 100%;
    font-size: 22px;
    color: #333333;
    text-align: center;
    transition: 0.5s;
    margin:0.2rem 0 10px 0;
    padding: 0 5%;
}
.guider_lcfw li dd{
    width:90%;
    font-size: 16px;
    color: #333333;
    line-height:28px;
    height:112px;
    transition: 0.5s;
    margin:0 auto 0.4rem;
}
.guider_lcfw li dt ._on{
    display:none;
}
@media only screen and (min-width:992px){
    .guider_lcfw li:hover{
        box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.13);
    }
    .guider_lcfw li:hover img{
        transform: scale(1.15);
        transition: transform 0.3s ease;
    }
}
@media only screen and (max-width:992px){
    .guider_lcfw_box{
        padding:0.6rem 0;
    }
    .guider_lcfw{
        margin-top: 0.25rem;
    }
    .guider_lcfw li{
        width:49%;
    }
    .guider_lcfw li p{
        font-size:18px;
        margin-bottom:0px;
    }
    .guider_lcfw li dd{
        font-size:14px;
        line-height:26px;
        height:104px;
        margin:0 auto 0.3rem;
    }
}


/* ==============================================
				guider_business
============================================== */
.guider_business{
    position: relative;
    overflow: hidden;
    background-color: rgba(247, 247, 247, 1);
    padding: 0.8rem 0;
}
.guider_business ._main{
    margin-top: 0.4rem;
}
.guider_business ._main>div{
    float: left;
    width:52.5%;
}
.guider_business ._main ._left{
    width:47.5%;
    padding-right: 5%;
    margin: 0.24rem 0;
}
.guider_business ._txt{
    margin-top: 3%;
    font-size: 18px;
    line-height: 39px;
    height: 195px;
}
.guider_business ._info{
    display: flex;
    justify-self: center;
    align-items:flex-end;
    padding:100px 20px 60px;
    flex-wrap: nowrap;
    color: #000000;
    line-height:40px;
    font-family: 'Oswald',arial;
    font-size: 22px;
}
.guider_business ._info h3{
    font-size: 60px;
    color: #ca2b2f;
}
.guider_business ._info span{
    color: #ca2b2f;
    font-size: 44px;
    line-height:48px;
    margin: 0 3px;
}
.guider_business ._right{
    overflow: hidden;
    background-color: #ffffff;
}
.guider_business ._right img{
    width: 100%;
}
@media only screen and (max-width:992px){
    .guider_business ._main{
        margin: 0;
    }
    .guider_business ._main>div{
        float: left;
        width:100%!important;
        padding: 0!important;
    }
    .guider_business ._info{
        padding: 0.5rem 0 0rem;
        font-size: 18px;
        line-height: 27px;
        align-items: center;
    }
    .guider_business ._info h3{
        font-size:50px;
    }
    .guider_business ._txt{
        font-size:16px;
        line-height:30px;
        height:auto;
        max-height:150px;
    }
}



/* ==============================================
				.guider_cooperbox
============================================== */
.guider_cooperbox{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 1.4rem 0;
}
.guider_cooperbox .center{
    padding: 0 0 0.6rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    color: #666;
    font-size: 20px;
    text-align: center;
}
.guider_cooperbox .center ._number {
    display: flex;
    align-items: center;
}
.guider_cooperbox .center ._number ,.guider_cooperbox .center ._number h3{
    font-size: 180px;
    font-weight: normal;
    color: #333333;
    line-height: 1.1;
    font-family: 'Oswald',arial;
    text-align: center;
}

@media only screen and (max-width:992px){
    .guider_cooperbox{
        padding: 0.8rem 0;
        background-size: cover!important;
    }
    .guider_cooperbox .center ._number ,.guider_cooperbox .center ._number h3{
        font-size: 1.8rem;
    }
    .guider_cooperbox .center{
        font-size:18px;
    }
}

/* ==============================================
			guider_shuju
============================================== */
.guider_shuju{
    overflow: hidden;
}
.guider_shuju ol{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guider_shuju ol li{
    width:20%;
    text-align: center;
}
.guider_shuju ol ._number{
    line-height: 1;
    display: flex;
    align-items: baseline;
    color: #ca2b2f;
    font-size:30px;    
    justify-content: center;
    margin:0 0 0.15rem;
}
.guider_shuju ol ._number h3{
    font-size:48px;
    font-weight: bold;
}
@media only screen and (max-width:1366px){
    .guider_shuju ol ._number h3{
        font-size:36px;
        font-weight: bold;
    }
}

@media only screen and (max-width:767px){
    .guider_shuju{
        padding: 15px;
        overflow: hidden;
        background-color: #ffffff;
    }
    .guider_shuju ol li{
        width:100%;
        margin: 15px 0;
    }
    .guider_shuju ol ._number{
        font-size:14px;    
    }
    .guider_shuju ol ._number h3{
        font-size:36px;
    }
}



/* ==============================================
				.guider_function
============================================== */
.guider_function{
    position: relative;
    overflow: hidden;
    background-color: rgba(247, 247, 247, 1);
    padding:1rem 0;
}
.guider_function ul{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.guider_function ul li{
    background: #eee;
    padding: 2.5vw 3vw;
    flex-basis:23.4%;
    margin:.8%;
    transition: 0.5s;
}
.guider_function ul li .pic{
    position: relative;
    width: 100%;
    padding-top:50%;
    overflow: hidden;
}
.guider_function ul li .pic img{
    position: absolute;
    top:50%;
    left: 50%;
    height:auto;
    max-height:100%;
    transform: translate(-50%, -50%);
}
.guider_function ul li p{
    margin-top: 25px;
    font-size: 18px;
    line-height: 2;
}

@media only screen and (max-width:767px){
    .guider_function ul li{
        flex-basis:48.4%;
        margin:.8%;
        padding: 0.5rem 0.3rem;
    }
    .guider_function ul li p{
        font-size:14px;
    }
}

/* ==============================================
				.guider_case
============================================== */
.guider_case{
    overflow: hidden;
    position: relative;
    padding:1rem 0;
    background-color: #f5f5f5;
}
.guider_case .caselist{
    margin-top:0.3rem;
}
.guider_case .caselist .hd{
    position: relative;
    float: left;
    margin-right:20px;
    z-index: 10;
}
.guider_case .hd li{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding:15px 25px;
    background-color: #ffffff;
    border:1px solid #eeeeee;
    margin-bottom:10px;
    transition: all 0.5s;
}
.guider_case .hd .last{
    padding: 0;
}
.guider_case .hd .last a{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 25px;
}
.guider_case .hd li h3{
    font-size: 18px;
    max-width: 130px;
    color: #111;
}
.guider_case .hd li p{
    max-width: 130px;
    font-size: 14px;
    color: #acacac;
    margin-top: 3px;
}

.guider_case .hd li img{
    width: 50px;
    margin-right: 5px;
}
.guider_case .hd li:hover img ,.guider_case .hd li.on img{
    filter: grayscale(100%) brightness(333%);
}
.guider_case .hd li span{
    background-color:#ca2b2f;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 0.35rem;
    color: #ffffff;
    font-size: 0.36rem;
    display: flex;
    justify-content: center;
    font-weight:100;
    margin:0 15px 0 8px;
    line-height:0.85;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
.guider_case .hd li em{
    opacity: 0;
    transition: all 0.5s;
}
.guider_case .hd li.on em{
    opacity: 1;
    position: absolute;
    top: 0;
    right:-74px;
    color: #ffffff;
    font-size: 14px;
    padding: 0 30px;
    height: 100%;
    background-color: #ca2b2f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.guider_case .hd li.on em i{
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
}
.guider_case .hd li:hover::after, .guider_case .hd li.on::after{
    content: '';
    width: 1px;
    position: absolute;
    right: 4px;
    height:15px;
    background-color:#fff;
    transition: all 0.5s;
}

.guider_case .hd li:hover , .guider_case .hd li.on{
    background-color: #ca2b2f;
}
.guider_case .hd li:hover h3 , .guider_case .hd li.on h3 ,.guider_case .hd li:hover p, .guider_case .hd li.on p{
    color: #ffffff;
}

.guider_case .caselist .bd{
    overflow: hidden;
    background-color: #ffffff;
    height: 445px;
}
.guider_case .caselist .bd ul a{
    display: flex;
    align-items: center;
}
.guider_case .caselist .bd ul a>div{
    flex: 1;
    overflow: hidden;
}
.guider_case .caselist .bd ._pic{
    width:50%;
}
.guider_case .caselist .bd ._pic img{
    width: 100%;
    min-height: 445px;
    object-fit: cover;
}
.guider_case .caselist .bd ._con{
    padding:0.35rem 6%;
}
.guider_case .caselist .bd h3{
    color: #000000;
    font-size: 24px;
}
.guider_case .caselist .bd ._p{
    margin:0px 0 20px; 
    font-size: 14px;
    color: #767676;
    position: relative;
    padding: 0.3rem 0;
    overflow: hidden;
    line-height:0;
}
.guider_case .caselist .bd ._p::before{
    position: absolute;
    content: "“";
    font-family: Impact, "Bbi" !important;
    left:0;
    top:0.6rem;
    font-size:1.2rem;
    color: #eeeeee;
}
.guider_case .caselist .bd p{
    line-height: 22px;
    max-height: 88px;
    z-index: 2;
    position: relative;
}
.guider_case .caselist .bd ._p::after{
    position: absolute;
    content: "”";
    font-family: Impact, "Bbi" !important;
    right:0;
    bottom:0;
    font-size:1.2rem;
    color: #eeeeee;
}
.guider_case .more:hover i{
    background-color:#ca2b2f!important;
    color: #ffffff!important;
}
@media only screen and (max-width:992px){
    .guider_case .hd li img ,  .guider_case .hd li.last, .guider_case .hd li p , .guider_case .hd li span , .guider_case .hd li em ,.guider_case .hd li::after{
        display: none!important;
    }
    .guider_case .hd{
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom:5px;
    }
    .guider_case .hd li{
        padding:15px 10px;
        width:49%;
        margin-bottom: 1.5%;
    }
    .guider_case .hd li>div{
        width: 100%;
    }
    .guider_case .hd li h3{
        max-width: inherit;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .guider_case .caselist .bd{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .guider_case .bd ._pic{
        width: 100%;
    }
    .guider_case .caselist .bd ul a>div{
        flex: auto;
    }
    .guider_case .caselist .bd ul a{
        flex-wrap: wrap;
    }
    .guider_case .caselist .bd ._pic img{
        min-height: inherit;
    }
    .guider_case .caselist .bd ._con{
        padding:0.5rem 6%;
    }
    .guider_case .caselist .bd ._p{
        margin: 0;
    }
}



/* ==============================================
				guider_about
============================================== */
.guider_about{
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ca2b2f;
    padding: 1rem 0;
}
.guider_about .guider_title h2{
    color: #ffffff;
}
.guider_about .guider_title p{
    color: #ffffff;
    opacity: 0.6;
    font-size: 18px;
    margin-top:0.15rem;
}
.guider_about .guider_title p::after{
    background: #ececec;
}
.guider_about .container ._main{
    margin-top: 0.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guider_about .container ._main>div{
    width: 50%;
    color: #ffffff;
}
.guider_about .container ._right{
    padding-right:0.4rem;
}
.guider_about .container h3{
    font-size:32px;
    margin:0px 0 25px;
}
.guider_about .container ._con{
    font-size: 16px;
    line-height: 2;
    color:#ffdcdd;
    max-height:256px;
}
.guider_about .container .more{
    margin-top:40px;
    border: 1px solid #ffffff;
    color:#ffffff;
}
.guider_about .container .more i{
    color: #ffffff;
}

@media only screen and (max-width:767px){
    .guider_about{
        padding: 0.8rem 0;
    }
    .guider_about .container::after{
        opacity: 0;
    }
    .guider_about .container ._main>div{
        width:100%;
        color: #ffffff;
    }
    .guider_about .container ._left{
        padding-top:0rem;
    }
    .guider_about .container ._right{
        padding: 0 0 30px;
    }
    .guider_about .container ._con{
        font-size: 14px;
    }
    .guider_about .container h3{
        font-size:20px;
        margin-bottom:10px;
    }
    .guider_about .container .more{
        margin-top:20px;
    }
}

/* ==============================================
				guider_news
============================================== */
.guider_news{
    position: relative;
    padding: 0.8rem 0 0.47rem;
    overflow: hidden;
    background-color: #f7f7f7;
    font-family: "mon-l", "arial", sans-serif !important;
    background: url(../images/news-bg.jpg) no-repeat center;
    background-size: cover;
}
.guider_news .container{
    position: relative;
}
.guider_news .container ._main{
    padding-top: 0.3rem;
    overflow: hidden;
}
.guider_news .container ._left{
    float: left;
    width:220px;
    margin:0 0.2rem 35px 0;
    background-color:#ca2b2f;
    box-shadow: 0 4px 15px 10px rgb(0 0 0 / 3%);
    min-height:415px;
    padding:40px 12px 0;
    color: #ffffff;
}
.guider_news .container ._left h3{
    color: #ffffff;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    margin-bottom:10px;
}
.guider_news .container ._left .box a{
    background-color: #ffffff;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    color: #ca2b2f;
    font-size: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px auto 0;
    font-weight:100;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
    line-height:0.8;
}
.guider_news .container ._left ._tel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.guider_news .container ._left i{
    font-size:24px;
    margin-right: 5px;
}
.guider_news .container ._left ._tel span{
    font-weight: bolder;
    font-size:20px;
}
.guider_news .container ._left li{
    text-align: center;
    font-size:18px;
    margin:5px 0;
    color: #ffffff;
    border-radius:30px;
    padding:5px 0 ;
}
.guider_news .container ._left li.on{
    color: #ca2b2f;
    background-color: #ffffff;
}

.guider_news .container ._right{
    overflow: hidden;
    padding: 10px 10px 0;
    margin: -10px -10px 0 0;
    position: relative;
}
.guider_news .container ._right ul{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.guider_news .container ._right li {
    width: 49%;
    margin-bottom:0.18rem;
    box-shadow: 0 4px 10px 5px rgb(0 0 0 / 3%);
}
.guider_news .container ._right li a{
    display: flex;
    align-items: center;
    height:130px;
    overflow: hidden;
    background: #fff;
}
.guider_news .container ._right li ._time{
    text-align: center;
    width:120px;
    border-right: 1px solid #ddd;
}
.guider_news .container ._right li ._con{
    flex: 1;
    overflow: hidden;
    padding: 0 30px;
}

.guider_news .container .newData{
    font-size: 16px;
    color: #999;
    margin-bottom: -5px;
}
.guider_news .container .newYearMon{
    font-size: 24px;
    color: #333;
}

.guider_news .container ._right li h3{
    font-size:18px;
    color: #333;
    margin-bottom:5px;
}
.guider_news .container ._right li p{
    font-size:14px;
    color: #999;
    line-height:20px;
    height:40px;
}
.guider_news .container ._right li:hover{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.guider_news .container ._right li:hover h3{
    color:#ca2b2f;
}

@media only screen and (max-width:992px){
    .guider_news .container ._main>div{
        width:100%;
        padding: 10px 0;
    }

    .guider_news .container ._left{
        background-color:inherit;
        min-height: auto;
        box-shadow:none;
        color: #333333;
        margin: 0;
        padding-top:0px;
    }
    .guider_news .container ._left h3 , .guider_news .container ._left .box , .guider_news .container ._left ._tel{
        display: none;
    }

    .guider_news .container ._left li{
        color:#333;
        float: left;
        margin-right:2px;
        padding: 0 15px;
        font-size: 16px;
    }
    .guider_news .container ._left li.on{
        background-color: #ca2b2f;
        color: #ffffff;
    }
    .guider_news .container ._right li{
        width: 100%;
    }
    .guider_news .container ._right li ._time{
        width:90px;
    }
    .guider_news .container .newData  , .guider_news .container ._right li p{
        font-size:14px;
    }
    .guider_news .container .newYearMon , .guider_news .container ._right li h3{
        font-size:18px;
    }
    .guider_news .container ._right li ._con{
        padding: 0 15px;
    }
    
    .guider_news .container ._right li p{
        line-height:20px;
        height:40px;
    }
}


/* ==============================================
			guider_adv
============================================== */
.guider_adv{
    overflow: hidden;
    position: relative;
    padding:6% 0;
}
.guider_adv ._main{
    position: relative;
    overflow: hidden;
}
.guider_adv ._main ._icon img {
    position: relative;
    display:block;
    margin:0;
    width:100%;
    height:100%;
    object-fit: cover;
    z-index: 3;
}
.guider_adv ._main ._icon::before, .guider_adv ._main ._icon::after{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    display: block;
    content: '';
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(202,43, 47, 0.1);
    animation: boderM3 4s .75s infinite;
    -webkit-animation: boderM3 4s .75s infinite;
}
.guider_adv ._main ._icon::before{
    width:90%;
    height:90%;
}
.guider_adv ._main ._icon::after{
    width:83%;
    height:83%;
    z-index: 2;
    background-color: #ffffff;
}
.guider_adv ._main ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guider_adv ._main ul ._pic{
    position: relative;
    width:100px;
    height:100px;
} 
.guider_adv ._main ul li{
    display: flex;
    align-items: center;
}
.guider_adv ._main ul ._pic img{
    display: block;
    width: 100%;
}
.guider_adv ._main ul ._con{
    flex: 1;
}
.guider_adv ._main ul ._con h3{
   font-size: 24px;
   color: #333333;
   margin-bottom:12px;
}
.guider_adv ._main ul ._con p{
   font-size:14px;
   color: #666666;
}
@media (min-width:992px) {
    .guider_adv ._main ._icon{
        position: absolute;
        margin: auto;
        top:50%;
        left:50%;
        transform: translate(-50% ,-50%);
        width:280px;
        height:280px;
        padding:12px;
    }
    .guider_adv ._main ul li{
        width:50%;
        padding-right:2rem; 
        margin:3% 0;
        min-height:140px;
    }
    .guider_adv ._main ul li:nth-child(even){
        padding:0 0 0 2rem; 
        text-align: right;
        flex-direction: row-reverse;
    }
    .guider_adv ._main ul li:nth-child(3){
        padding:0 2rem 0 4%; 
    }
    .guider_adv ._main ul li:nth-child(4){
        padding:0 4% 0 2rem; 
    }
    .guider_adv ._main ul.on{
        padding:130px 0 0;
    }
    .guider_adv ._main ul li:nth-child(5){
       position: absolute;
       top:20px;
       right: 0;
       left:2rem;
       margin: 0 auto;
    }
    .guider_adv ._main ul li:nth-child(6){
        text-align:left;
        flex-direction:row;
        margin-left:32%;
        padding:0 2rem 0 0;
        margin-bottom: 0;
    }

}
@media (max-width:992px) {
    .guider_adv{
        padding: 0.8rem 0;
    }
    .guider_adv ._main {
        overflow:inherit;
    }
    .guider_adv ._main ._icon{
        width:4rem;
        height:4rem;
        position: relative;
        margin:0.7rem auto 1.5rem;
    }
    .guider_adv ._main ul{
        margin-top: -50px;
        margin-left: -15px;
    }
    .guider_adv ._main ul li{
        margin-top:20px;
    }
    .guider_adv ._main ul ._con h3{
        font-size:18px;
        font-weight: bold;
        margin-bottom:8px;
    }
}

/* ============================================================================================================================
													css3动画
===============================================================================================================================*/
@keyframes boderM3 {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
   }
    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
   }
    100%{
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
    }
  }
