/* 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/factory/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: 22px;
}
.banner_txt>p{
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}
.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 */

/* factory_sec1 */
.factory_sec1{
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.factory_sec1 .sec_box{
    margin-bottom: 82px;
    padding-top: 132px;
}
.sec_box>ul>li{
    position: relative;
    float: left;
    width: 17%;
    text-align: center;
    margin-right: 3.75%;
    padding: 64px 0 42px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
}
.sec_box>ul>li:last-child{
    margin-right: 0;
}
.sec_box>ul>li .sec_num{
    position: absolute;
    top: -74px;
    left: 50%;
    font-weight: bold;
    font-size: 50px;
    color: #ddd;
    line-height: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec_box>ul>li .sec_img{
    position: absolute;
    top: -46px;
    left: 50%;
    width: 90px;
    height: 90px;
    padding: 19px;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    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: 50%;
}
.sec_box>ul>li:nth-child(2n) .sec_img{
    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);
}
.sec_box>ul>li .sec_txt>h6{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-bottom: 18px;
}
.sec_box>ul>li .sec_txt>p{
    font-size: 14px;
    color: #666;
    line-height: 1;
    margin-top: 8px;
}
/* factory_sec1 */

/* factory_sec2 */
.factory_sec2{
    width: 100%;
    padding: 86px 0 68px;
    box-sizing: border-box;
}
.factory_sec2 .sec2_box{
    margin: 46px 0 62px;
}
.sec2_box .sec2_box_top{
    width: 248px;
    text-align: center;
    margin: 0 auto 50px;
}
.sec2_box_top>li{
    cursor: pointer;
    float: left;
    font-size: 20px;
    color: #333;
    width: 104px;
    margin-right: 40px;
    padding-bottom: 12px;
}
.sec2_box_top>li.active{
    color: #1580f8;
    border-bottom: 4px solid #1580f8;
}
.sec2_box_top>li:last-child{
    margin-right: 0;
}
.sec2_box .sec2_box_bottom{
    width: 100%;
    height: 300px;
    text-align: center;
}
.sec2_box_bottom .sec2B_part{
    display: none;
}
.sec2_box_bottom .sec2B_part:first-child{
    padding-top: 74px;
}
.sec2_box_bottom .sec2B_part>img{
    width: 978px;
}
.sec2_box_bottom .sec2B_part.show{
    display: block;
}
/* factory_sec2 */

/* factory_sec3 */
.factory_sec3{
    width: 100%;
    padding: 82px 0 69px;
    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);
}
.factory_sec3 .sec3_box{
    position: relative;
    text-align: center;
    margin-top: 82px;
}
.sec3_box>h6{
    position: absolute;
    left: 50%;
    bottom: 58px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec3_box>p{
    position: absolute;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: left;
}
.sec3_box>p.text1{
    left: 10%;
    bottom: 82px;
}
.sec3_box>p.text2{
    left: 50%;
    top: -18px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec3_box>p.text3{
    right: 10%;
    bottom: 82px;
}
/* factory_sec3 */

/* factory_sec4 */
.factory_sec4{
    width: 100%;
    padding: 88px 0 70px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.factory_sec4 .sec_box{
    margin-bottom: 70px;
    padding-top: 132px;
}
.factory_sec4 .sec_box>ul{
    width: 1030px;
    margin: 0 auto;
}
.factory_sec4 .sec_box>ul>li{
    width: 32%;
    margin-right: 2%;
    padding: 6;
}
.factory_sec4 .sec_box>ul>li:last-child{
    margin-right: 0;
}
/* factory_sec4 */

/* factory_sec5 */
.factory_sec5{
    width: 100%;
    padding: 80px 0 152px;
    box-sizing: border-box;
}
.factory_sec5 .sec5_box{
    margin-top: 58px;
}
.sec5_box>li{
    float: left;
    width: 17.5%;
    margin-right: 3.125%;
    padding: 48px 26px 80px;
    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;
}
.sec5_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;
}
.sec5_box>li:last-child{
    margin-right: 0;
}
.sec5_box>li .sec5_img{
    width: 90px;
    height: 90px;
    margin: 0 auto 22px;
}
.sec5_img>img{
    max-width: 100%;
    width: 100%;
}
.sec5_box>li .sec5_txt>h6{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 22px;
}
.sec5_box>li .sec5_txt>p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
/* factory_sec5 */

/* factory_sec6 */
.factory_sec6{
    width: 100%;
    padding: 82px 0 66px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.factory_sec6 .sec6_box{
    margin: 68px 0 36px;
}
.sec6_box .sec6_img{
    float: left;
    width: 19%;
    margin-right: 8%;
}
.sec6_box .sec6_img: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;
}
.sec6_box .sec6_img:last-child{
    margin-right: 0;
}
/* factory_sec6 */