/* common */
.common_title{
    width: 100%;
    text-align: center;
}
.common_title>h4{
    font-size: 35px;
    color: #333;
    line-height: 1;
}
.common_title>p{
    font-size: 20px;
    color: #666;
    line-height: 32px;
    margin-top: 20px;
}
.common_title>h4.white,
.common_title>p.white{
    color: #fff;
}

.common_btn{
    width: 180px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #3185ff;
    border-radius: 25px;
}
.common_btn>a{
    display: block;
    font-size: 16px;
    color: #3185ff;
}
.common_btn:hover{
    background-color: #3185ff;
    -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;
}
.common_btn:hover a{
    color: #fff;
}
/* common */

/* banner_wrapper */
.banner_wrapper{
    width: 100%;
    padding: 208px 0 170px;
    box-sizing: border-box;
    background: url(/templates/default/images/solution/integral/banner.png) no-repeat center/cover;
}
.banner_wrapper .banner_txt{
    width: 1200px;
    margin: 0 auto;
}
.banner_txt>h2{
    font-weight: bold;
    font-size: 46px;
    color: #fff;
    line-height: 1;
    margin-bottom: 26px;
}
.banner_txt>p{
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-bottom: 74px;
}
.banner_txt>a{
    display: block;
    font-size: 16px;
    color: #2c86fa;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 34px;
    background-color: #fff;
    border-radius: 6px;
}
/* banner_wrapper */

/* integral_sec1 */
.integral_sec1{
    width: 100%;
    padding: 68px 0 88px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.integral_sec1 .sec1_box{
    text-align: center;
    margin-top: 70px;
}
.integral_sec1 .sec1_box>img{
    width: 1050px;
}
/* integral_sec1 */

/* integral_sec2 */
.integral_sec2{
    width: 100%;
    padding: 92px 0 65px;
    box-sizing: border-box;
}
.integral_sec2 .sec2_box{
    margin: 12px 0 76px;
}
.sec2_box>li{
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 50px;
    padding: 20px 72px 20px 50px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(#911cff, #477fff); 
    background: -o-linear-gradient(#911cff, #477fff); 
    background: -moz-linear-gradient(#911cff, #477fff); 
    background: linear-gradient(#911cff, #477fff);
    box-shadow: 6px 10px 38px rgba(20, 0, 217, .3);
    border-radius: 20px;
}
.sec2_box>li:nth-child(2),
.sec2_box>li:nth-child(3){
    background: -webkit-linear-gradient(#1c6dff, #00b5e2); 
    background: -o-linear-gradient(#1c6dff, #00b5e2); 
    background: -moz-linear-gradient(#1c6dff, #00b5e2); 
    background: linear-gradient(#1c6dff, #00b5e2);
    box-shadow: 6px 10px 38px rgba(0, 97, 171, .3);
}
.sec2_box>li:nth-child(2n){
    margin-right: 0;
}
.sec2_box>li .sec2_num{
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: -webkit-linear-gradient(#0081e4, #00dfc2); 
    background: -o-linear-gradient(#0081e4, #00dfc2); 
    background: -moz-linear-gradient(#0081e4, #00dfc2); 
    background: linear-gradient(#0081e4, #00dfc2);
    box-shadow: 6px 10px 26px rgba(0, 199, 211, .3);
    border-radius: 50%;
}
.sec2_box>li .sec2_img{
    width: 40%;
    margin-right: 10%;
}
.sec2_img>img{
    max-width: 100%;
    width: 100%;
}
.sec2_box>li .sec2_txt{
    width: 50%;
}
.sec2_txt>h6{
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    margin: 38px 0 14px;
}
.sec2_txt>p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
/* integral_sec2 */

/* integral_sec3 */
.integral_sec3{
    width: 100%;
    padding: 90px 0 70px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(#1c6dff, #00b5e2); 
    background: -o-linear-gradient(#1c6dff, #00b5e2); 
    background: -moz-linear-gradient(#1c6dff, #00b5e2); 
    background: linear-gradient(#1c6dff, #00b5e2);
}
.integral_sec3 .sec3_box{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 36px;
}
.sec3_box>p{
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.sec3_box>p.text1{
    left: 50%;
    top: 160px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec3_box>p.text2{
    left: 8.5%;
    bottom: 138px;
}
.sec3_box>p.text3{
    right: 8.5%;
    bottom: 138px;
}
/* integral_sec3 */

/* integral_sec4 */
.integral_sec4{
    width: 100%;
    padding: 78px 0 68px;
    box-sizing: border-box;
}
.integral_sec4 .sec4_box{
    margin: 42px 0 96px;
}
.sec4_box .sec4_box_top{
    width: 242px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto 72px;
    border-bottom: 1px solid #ddd;
}
.sec4_box_top>li{
    cursor: pointer;
    float: left;
    font-size: 16px;
    color: #333;
    width: 100px;
    text-align: center;
    margin-right: 42px;
}
.sec4_box_top>li.active{
    font-weight: bold;
    font-size: 20px;
    color: #3185ff;
    border-bottom: 4px solid #3185ff;
}
.sec4_box_top>li:last-child{
    margin-right: 0;
}

.sec4_box .sec4_box_bottom{
    margin-top: 72px;
}
.sec4_box_bottom .bottom_part{
	position: relative;
	display: none;
}
.sec4_box_bottom .bottom_part.show{
    display: block;
}
.bottom_part .bottom_part_swiper{
	width: 920px;
}
.bottom_part_swiper .slide_img{
    width: 110px;
    height: 110px;
    margin: 0 auto;
}
.bottom_part_swiper .slide_txt{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.bottom_part .sec4_prev,
.bottom_part .sec4_next{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	background-image: url(/templates/default/images/solution/arrow_left.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;
}
.bottom_part .sec4_prev{
	left: 0;
}
.bottom_part .sec4_prev:hover{
	background-image: url(/templates/default/images/solution/arrow_left_hover.png);
}
.bottom_part .sec4_next{
	right: 0;
	background-image: url(/templates/default/images/solution/arrow_right.png);
}
.bottom_part .sec4_next:hover{
	background-image: url(/templates/default/images/solution/arrow_right_hover.png);
}
/* integral_sec4 */