
.clearFix{
    zoom: 1;
}
.clearFix:after{
    display:block;
    content:'';
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float:right;
}
.CPbox{
    width:100%;
    height:auto;
    padding-bottom:20px;
}
.banner{
    width: 100%;
    background: url("../images/mimg/banner.jpg") no-repeat center top;
    background-size: 100%;
    margin:0 auto;
}
.banner img{ width:90%;margin:0px; padding-left:5%; padding-top:20px;}

.banner p{
    text-align: center;
    color: #fff;
    line-height: 100%;
}
.banner .p1{
    font-size: 24px;
    margin-top: 10px;
}
.banner .p2{
    font-size: 32px;
    margin-top: 18px;
}
.banner ul{
    width: 100%;
    height: 80px;
    margin-top: 30px;
}
.banner ul li{
    float: left;
    width: 20%;
    height: 36px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    font-size: 18px;
    line-height:36px;
    text-align: center;
    color: #fff;
    margin-left: 4%;
	margin-bottom:10px;
}
.banner ul li:first-child{
    margin-left: 4%;
}

.subtitle{
    width: 100%;
    background: #fff;
    height: 139px;
    box-sizing: border-box;
    padding-top:42px;
}
.subtitle h3{
    text-align: center;
    line-height: 100%;
    font-size: 24px;
    color: #da251d;
}
.subtitle p{
    text-align: center;
    line-height: 100%;
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}

.carousel{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.carousel .swiper-container .swiper-pagination{
    bottom: 8px;
}
.carousel .swiper-container .swiper-pagination .swiper-pagination-bullet{
    margin: 0 18px;
    background: #fff;
}
.carousel .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background: #da251d;
}
.apply{
    width: 100%;
    height: 210px;
    background: #eeeeee;
    padding: 13px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.apply .left{
    width: 69%;
}
.apply .left div{
    border:2px solid #da251d;
    margin-bottom: 10px;
    font-size:24px;
    color: #525252;
    line-height:50px;
    padding-left:10px;
    background: #fff;
	white-space:nowrap
}
.apply .left div input{
    height: 100%;
    width: 75%;
    border:none;
    outline:none;
    background: none;
}

.apply .right{
    width: 27%;
    height: 180px;
    color: #fff;
    background:#da251d ;
    text-align: center;
    font-size:28px;
    border-radius: 3px;
    margin-left:10px;
    box-sizing: border-box;
	white-space:normal ;
}
.four{
    width: 100%;
    padding-top:20px;
    box-sizing: border-box;
    background: #c9c9c9;
}
.four ul{
    width: 98%;
    margin-left:2% ;
}
.four ul li{
    width: 48%;
    position: relative;
    overflow: hidden;
    margin-right: 1.8%;
    margin-bottom: 13px;
}
.four ul li img{ width:100%;margin:0px; }
.four ul li .layer{
    width: 100%;
    height: 72px;
    background: rgba(51,51,51,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
}
.four ul li .layer .p1{
    font-size: 18px;
    text-align: center;
    line-height: 37px;
    border-bottom: 2px solid #da251d;
    color: #fff;
}
.four ul li .layer .p2{
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    color: #fff;
}
.craftsman{
    width: 100%;
}

.serve{
    width: 100%;
}
.strength{
    width: 100%;
	height:370px;
    background: url("../images/mimg/product/science.jpg") no-repeat center;
    background-size: 100%;
    position: relative;
    border-bottom: 8px solid #cc3333;
}
.strength .strength_cont{
    width: 80%;
    height: 303px;
    border:4px solid #cc3333;
    position: absolute;
    top:30px;
    margin-left:10%;
}
.strength .strength_cont .block{
    width: 5%;
    height: 18px;
    background: #cc3333;
    position: absolute;
    top:85px;
    left: -24px;
}
.strength .strength_cont .top{
    width: 100%;
    height: 160px;
    background: rgba(0,0,0,.6);
    padding-top:53px ;
}
.strength .strength_cont .top h4{
    font-size: 48px;
    color: #fff;
    text-align: center;
    line-height:100%;
    font-weight:bold;
}
.strength .strength_cont .top p{
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height:100%;
    margin-top: 15px;
}
.strength .strength_cont .top p span{ font-size:14px;color: #fff;}
.strength .strength_cont .bottom_btn{
    width: 100%;
    height: 90px;
    font-size: 26px;
    color: #cc3333;
    text-align: center;
    line-height: 90px;
    font-weight:bold;
    background: rgba(255,255,255,.7);
    position: relative;
}
.strength .strength_cont .bottom_btn .djty{
    width: 78px;
    height: 103px;
    background: url("../images/mimg/product/djty.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 13px;
    top: -52px;
}
