/* common */
.common_title{
    width: 100%;
    text-align: center;
}
.common_title>h4{
    font-size: 35px;
    color: #333;
    line-height: 1;
    margin-bottom: 28px;
}
.common_title>p{
    font-size: 20px;
    color: #666;
    line-height: 32px;
}
.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;
    height: 50px;
    margin: 0 auto;
}
.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: 233px 0 170px;
    box-sizing: border-box;
    background: url(/templates/default/images/solution/S2B2C/banner.png) no-repeat center/cover;
}
.banner_wrapper .banner_txt{
    width: 1200px;
    margin: 0 auto;
}
.banner_txt>h2{
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}
.banner_txt>p{
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
.banner_txt>a{
    display: block;
    font-size: 16px;
    color: #2c86fa;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 64px;
    background-color: #fff;
    border-radius: 6px;
}
/* banner_wrapper */

/* s2b2c_sec1 */
.s2b2c_sec1{
    width: 100%;
    padding: 74px 0 56px;
    box-sizing: border-box;
}
.s2b2c_sec1 .sec1_box{
    width: 1200px;
    margin: 68px 0 58px;
}
.sec1_box>img{
    max-width: 100%;
    width: 100%;
}
/* s2b2c_sec1 */

/* s2b2c_sec2 */
.s2b2c_sec2{
    width: 100%;
    padding: 92px 0 68px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.s2b2c_sec2 .sec2_box{
    margin-top: 78px;
    padding-bottom: 60px;
}
.sec2_box>li{
    float: left;
    width: 17.5%;
    margin-right: 3.125%;
    padding: 48px 26px 60px;
    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);
    box-shadow: 6px 10px 38px rgba(0, 97, 171, .3);
    border-radius: 20px;
}
.sec2_box>li:last-child{
    margin-right: 0;
}
.sec2_box>li:hover{
    -webkit-transform: translateY(-14px);
	-moz-transform: translateY(-14px);
	-ms-transform: translateY(-14px);
	-o-transform: translateY(-14px);
    transform: translateY(-14px);
    -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;
}
.sec2_box>li .sec2_img{
    width: 90px;
    height: 90px;
    margin: 0 auto 22px;
}
.sec2_box>li .sec2_txt>h6{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 22px;
}
.sec2_box>li .sec2_txt>p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
/* s2b2c_sec2 */

/* s2b2c_sec3 */
.s2b2c_sec3{
    width: 100%;
    padding: 86px 0 52px;
    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);
}
.s2b2c_sec3 .sec3_box{
    margin: 86px 0 30px;
}
.sec3_box .sec3_box_L{
    width: 20%;
}
.sec3_box_L>li{
    margin-bottom: 56px;
}
.sec3_box_L>li:last-child{
    margin-bottom: 0;
}
.sec3_box_L>li>h6{
    font-size: 16px;
    color: #1a71fd;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 20px 90px;
    background-color: #fff;
    border-radius: 20px;
}
.sec3_box_L.sec3_R>li>h6{
    margin: 0 90px 20px 0;
}
.sec3_box_L>li>p{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-align: right;
}
.sec3_box_L.sec3_R>li>p{
    text-align: left;
}
.sec3_box .sec3_box_m{
    width: 44%;
    text-align: center;
    margin: 0 8%;
}
.sec3_box_m .sec3_m_top>li{
    float: left;
    width: 46%;
    margin-right: 8%;
}
.sec3_box_m .sec3_m_top>li:last-child{
    margin-right: 0;
}
.sec3_m_top>li>h6{
    font-size: 16px;
    color: #1a71fd;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 20px;
}
.sec3_m_top>li>p{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-align: left;
}
.s2b2c_sec3 .common_btn{
    border-color: #fff;
}
.s2b2c_sec3 .common_btn>a{
    color: #fff;
}
.s2b2c_sec3 .common_btn:hover{
    background-color: #fff;
}
.s2b2c_sec3 .common_btn:hover a{
    color: #3185ff;
}
/* s2b2c_sec3 */

/* s2b2c_sec4 */
.s2b2c_sec4{
    width: 100%;
    padding: 86px 0 56px;
    box-sizing: border-box;
}
.s2b2c_sec4 .sec4_box{
    width: 1200px;
    margin: 52px 0 62px;
}
.sec4_box>img{
    max-width: 100%;
    width: 100%;
}
.s2b2c_sec4 .common_btn{
    background-color: #3185ff;
}
.s2b2c_sec4 .common_btn>a{
    color: #fff;
}
/* s2b2c_sec4 */

/* s2b2c_sec5 */
.s2b2c_sec5{
    width: 100%;
    padding: 100px 0 134px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.s2b2c_sec5 .sec5_box{
    margin-top: 16px;
}
.sec5_box>li{
    float: left;
    width: 10%;
    text-align: center;
    margin-right: 8%;
    margin-top: 56px;
}
.sec5_box>li:nth-child(6n){
    margin-right: 0;
}
.sec5_box>li .sec5_img{
    width: 120px;
    height: 135px;
}
.sec5_box>li .sec5_img>img{
    max-width: 100%;
    width: 100%;
}
.sec5_box>li .sec5_txt{
    font-size: 16px;
    color: #333;
    line-height: 1;
}
.sec5_box>li:hover .sec5_img>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;
}
/* s2b2c_sec5 */