/* common */
.common_title{
    text-align: center;
}
.common_title>h6{
    font-size: 35px;
    color: #333;
    line-height: 1;
}
.common_title>p{
    font-size: 16px;
    color: #666;
    line-height: 1;
    margin-top: 26px;
}
.common_title>h6.white{
    color: #fff;
}

.sec_title{
    width: 100%;
    text-align: center;
}
.sec_title>p{
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.sec_title>p.title{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 14px;
}
.sec_title>p.title>span{
    font-size: 50px;
    line-height: 1;
}
/* common */

/* banner_wrapper */
.banner_wrapper{
    width: 100%;
    padding: 195px 0 160px;
    box-sizing: border-box;
    background: url(../../images/product/afb/banner.png) no-repeat center/cover;
}
.banner_wrapper .banner_txt{
    width: 1200px;
    margin: 0 auto;
}
.banner_txt>h4{
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}
.banner_txt>h6{
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 14px;
}
.banner_txt>p{
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-bottom: 60px;
}
.banner_txt>a{
    display: block;
    font-size: 16px;
    color: #00858a;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
}
/* banner_wrapper */

/* afb_sec1 */
.afb_sec1{
    width: 100%;
    padding: 112px 0 100px;
    box-sizing: border-box;
}
.afb_sec1 .sec1_box{
    margin-top: 112px;
}
.sec1_box .sec1_box_part1{
    margin-bottom: 168px;
}
.sec1_box_part1 .part1_box{
    margin-top: 60px;
}
.part1_box>li{
    float: left;
    width: 23%;
    text-align: center;
}
.part1_box>li .part1_img{
    margin-bottom: 20px;
}
.part1_box>li .part1_img>img{
    max-width: 100%;
    width: 100%;
}
.part1_box>div.arrow{
    float: left;
    width: 7.5%;
    margin: 120px 4% 0;
}
.part1_box>div.arrow>img{
    animation: move 2s infinite ease-in-out;
    -moz-animation: move 2s infinite ease-in-out;
    -webkit-animation: move 2s infinite ease-in-out;
    -o-animation: move 2s infinite ease-in-out;
}
@keyframes move {
    0% {
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     -o-transform: translateX(0);
     transform: translateX(0);
    }
    50% {
     -webkit-transform: translateX(50px);
     -ms-transform: translateX(50px);
     -o-transform: translateX(50px);
     transform: translateX(50px);
    }
    100% {
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     -o-transform: translateX(0);
     transform: translateX(0);
    }
}
.part1_box>li .part1_txt>h6{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
}
.part1_box>li .part1_txt>p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.sec1_box .sec1_box_part2{
    margin-bottom: 186px;
}
.sec1_box_part2 .part2_box{
    margin-top: 52px;
}
.part2_box .part2_img{
    width: 36%;
    margin: 0 16% 0 9%;
}
.part2_img>img{
    max-width: 100%;
    width: 100%;
}
.part2_box .part2_txts{
    width: 32%;
    margin-right: 7%;
    margin-top: 26px;
}
.part2_txts>li{
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 12px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 33px;
}
.part2_box .part2_txts>li:last-child{
    margin-bottom: 0;
}
.part2_txts>li .txts_icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 25px;
    border-radius: 50%;
}
.part2_txts>li .txts_icon>img{
    width: 28px;
    height: 28px;
    margin-top: 11px;
}
.part2_txts>li:nth-child(1) .txts_icon{
    background: -webkit-linear-gradient(left,#f08066, #ff3f35);
    background: -o-linear-gradient(right,#f08066, #ff3f35);
    background: -moz-linear-gradient(right,#f08066, #ff3f35);
    background: linear-gradient(to right,#f08066, #ff3f35);
    box-shadow: 0 5px 18px rgba(210, 12, 0, .3);
}
.part2_txts>li:nth-child(2) .txts_icon{
    background: -webkit-linear-gradient(left,#ffa95d, #ff7c3c);
    background: -o-linear-gradient(right,#ffa95d, #ff7c3c);
    background: -moz-linear-gradient(right,#ffa95d, #ff7c3c);
    background: linear-gradient(to right,#ffa95d, #ff7c3c);
    box-shadow: 0 5px 18px rgba(216, 79, 0, .3);
}
.part2_txts>li:nth-child(3) .txts_icon{
    background: -webkit-linear-gradient(left,#4bc7e6, #487cd9);
    background: -o-linear-gradient(right,#4bc7e6, #487cd9);
    background: -moz-linear-gradient(right,#4bc7e6, #487cd9);
    background: linear-gradient(to right,#4bc7e6, #487cd9);
    box-shadow: 0 5px 18px rgba(23, 95, 205, .3);
}
.part2_txts>li:hover .txts_icon{
    transform:rotate(-360deg);
	-ms-transform:rotate(-360deg); 	
	-moz-transform:rotate(-360deg); 	
	-webkit-transform:rotate(-360deg); 
    -o-transform:rotate(-360deg);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.part2_txts>li .txts_txt{
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.sec1_box_part3 .part3_box{
    margin-top: 72px;
}
.part3_box>li{
    float: left;
    width: 22%;
    text-align: center;
    margin-right: 4%;
}
.part3_box>li:last-child{
    margin-right: 0;
}
.part3_box>li .part3_img{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 18px;
    background: -webkit-linear-gradient(left,#4bc7e6, #487cd9);
    background: -o-linear-gradient(right,#4bc7e6, #487cd9);
    background: -moz-linear-gradient(right,#4bc7e6, #487cd9);
    background: linear-gradient(to right,#4bc7e6, #487cd9);
    box-shadow: 0 5px 18px rgba(23, 95, 205, .3);
    border-radius: 50%;
}
.part3_box>li:nth-child(2n) .part3_img{
    background: -webkit-linear-gradient(left,#ffa95d, #ff7c3c);
    background: -o-linear-gradient(right,#ffa95d, #ff7c3c);
    background: -moz-linear-gradient(right,#ffa95d, #ff7c3c);
    background: linear-gradient(to right,#ffa95d, #ff7c3c);
    box-shadow: 0 5px 18px rgba(216, 79, 0, .3);
}
.part3_box>li:hover .part3_img{
    transform:rotate(-360deg);
	-ms-transform:rotate(-360deg); 	
	-moz-transform:rotate(-360deg); 	
	-webkit-transform:rotate(-360deg); 
    -o-transform:rotate(-360deg);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.part3_box>li .part3_img>img{
    width: 48px;
    height: 48px;
    margin: 26px 0;
}
.part3_box>li .part3_txt>h6{
    font-weight: bold;
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
}
.part3_box>li .part3_txt>p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
.sec1_box_part3 .part3_btn{
    width: 178px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #3161ef;
    border-radius: 25px;
    margin: 60px auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sec1_box_part3 .part3_btn>a{
    display: block;
    font-size: 16px;
    color: #3161ef;
}
.sec1_box_part3 .part3_btn:hover {
    background-color: #3161ef;
}
.sec1_box_part3 .part3_btn:hover>a{
    color: #fff;
}
/* afb_sec1 */

/* afb_sec2 */
.afb_sec2{
    width: 100%;
    padding: 90px 0 135px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(#0081e4, #00c2a9); 
    background: -o-linear-gradient(#0081e4, #00c2a9); 
    background: -moz-linear-gradient(#0081e4, #00c2a9); 
    background: linear-gradient(#0081e4, #00c2a9);
}
.afb_sec2 .sec2_box{
    margin-top: 45px;
}

/* swiper-pagination */
.sec2_box .pagination_box{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.pagination_box .sec2_pagination{
    position: relative;
    width: 484px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    overflow: hidden;
}
.sec2_pagination>span{
    display: block;
    cursor: pointer;
    float: left;
    font-size: 16px;
    color: #fff;
    width: 96px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    margin-right: 98px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
}
.sec2_pagination>span:last-child{
    margin-right: 0;
}
.sec2_pagination>span.swiper-pagination-bullet-active{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 58px;
    border-bottom: 6px solid #fff;
}
/* swiper-pagination */

.sec2_swiper .swiper-slide>p{
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-bottom: 55px;
    text-align: center;
}
.swiper-slide .slide_box{
    width: 100%;
    overflow: hidden;
}
.slide_box>li{
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 44px 0;
    display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
	justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
.slide3_box>li{
    width: 23.5%;
    margin-right: 2%;
}
.slide_box>li:last-child{
    margin-right: 0;
}
.slide_box>li .slide_img{
    width: 92px;
    height: 92px;
    text-align: center;
    line-height: 92px;
    margin-right: 32px;
    background-color: #4381ff;
    box-shadow: o 10px 30px rgba(36, 116, 255, .3);
    border-radius: 50%;
}
.slide_box>li .slide_img>img{
    width: 46px;
    height: 46px;
    margin: 23px 0;
}
.slide_box>li .slide_txt{
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
/* afb_sec2 */

/* afb_sec3 */
.afb_sec3{
    width: 100%;
    padding: 118px 0 160px;
    box-sizing: border-box;
}
.afb_sec3 .sec3_box{
    width: 100%;
    margin-top: 80px;
}
.sec3_box>li{
    float: left;
    width: 7.5%;
    text-align: center;
    margin-right: 5.7%;
}
.sec3_box>li:last-child{
    margin-right: 0;
}
.sec3_box>li .sec3_img{
    width: 90px;
    height: 90px;
    margin: 0 auto 16px;
}
.sec3_box>li:hover .sec3_img{
    transform:rotate(-360deg);
	-ms-transform:rotate(-360deg); 	
	-moz-transform:rotate(-360deg); 	
	-webkit-transform:rotate(-360deg); 
    -o-transform:rotate(-360deg); 
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec3_box>li .sec3_txt{
    font-size: 18px;
    color: #000;
}
/* afb_sec3 */

/* afb_sec4 */
.afb_sec4{
    width: 100%;
    padding: 122px 0 160px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.afb_sec4 .sec4_box{
    position: relative;
    width: 100%;
    margin-top: 115px;
}

/* sec4_pagination */
.sec4_box .sec4_pagination{
    position: absolute;
    top: 50%;
    right: 186px;
    width: 194px;
    height: auto;
    padding-left: 48px;
    border-left: 1px solid #cfcfcf;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sec4_pagination>span{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666;
    line-height: 1;
    text-align: left;
    margin-bottom: 48px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
}
.sec4_pagination>span:last-child{
    margin-bottom: 0;
}
.sec4_pagination>span.swiper-pagination-bullet-active{
    font-size: 20px;
    color: #3272ff;
}
.sec4_pagination>span.swiper-pagination-bullet-active::after{
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    left: -48px;
    width: 6px;
    height: 30px;
    background-color: #3272ff;
}
/* sec4_pagination */

.sec4_box .sec4_swiper_box{
    position: relative;
    width: 100%;
    padding: 0 54.4% 0 26.8%;
    box-sizing: border-box;
}
.sec4_swiper_box .sec4_img{
    position: absolute;
    top: 50%;
    left: 156px;
    width: 496px;
    height: 318px;
    background: url(../../images/product/afb/sec4_bg.png) no-repeat center/cover;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sec4_swiper .swiper-slide>img{
    max-width: 100%;
    width: 100%;
}

.sec4_swiper_box .sec4_prev,
.sec4_swiper_box .sec4_next{
    cursor: pointer;
    position: absolute;
    top: 62%;
    width: 60px;
    height: 60px;
    background-image: url(../../images/product/afb/sec4_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec4_swiper_box .sec4_prev{
    left: 0;
}
.sec4_swiper_box .sec4_next{
    right: 0;
    background-image: url(../../images/product/afb/sec4_next.png);
}
.sec4_swiper_box .sec4_prev:hover{
    background-image: url(../../images/product/afb/sec4_prev_sel.png);   
}
.sec4_swiper_box .sec4_next:hover{
    background-image: url(../../images/product/afb/sec4_next_sel.png);   
}
/* afb_sec4 */

/* afb_sec5 */
.afb_sec5{
    width: 100%;
    padding: 78px 0 68px;
    box-sizing: border-box;
}
.afb_sec5 .sec5_box{
    margin-top: 65px;
}
.sec5_box .sec5_img{
    width: 44%;
    text-align: center;
    margin: 116px 14.7% 0 6.8%;
}
.sec5_box .sec5_img>img{
    max-width: 100%;
    width: 100%;
}
.sec5_box .sec5_img>p{
    font-size: 20px;
    color: #333;
    margin-top: 40px;
}
.sec5_box .sec5_video{
    position: relative;
    width: 26%;
	height: 100%;
    margin-right: 8.5%;
	padding: 26px 11px 22px;
	box-sizing: border-box;
	background: url(../../images/product/phone_bg.png) no-repeat center/cover;   
}
.sec5_box .sec5_video>video{
	position: relative;
	max-width: 100%;
	width: 100%;
	z-index: 0;
}
/* afb_sec5 */