.landing{
	background: url(../images/landing.jpg) no-repeat top center #fff;
}
/*banner*/
.bann-txt h5{
	font-size: 65px;
	font-weight: bolder;	
	padding: 140px 0px 80px;
}
.bann-txt h5 span{
	font-size: 30px;
	display: block;
	font-weight: normal;
}
.bann-txt h5 span:before{
	content: "";
    height: 3px;
    width: 40px;
    background: #f40338;
    display: block;
    margin: 20px auto;
}
/*优势*/
.security{
	padding: 2rem 4rem;
}
.security .sectitle{
	font-size: 20px;
	line-height: 1.2;
}
.security .sectitle span{
	font-size: 35px;	
	font-weight: bolder;
	display: block;
}
.security .sec-img img{
	width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
/*问题*/
.question-land{
	padding: 2rem 4rem;
	background: #fff;
}
.question-land div{
	position: relative;
}
.question-land h4{
	font-size: 18px;
	color: #f40338;
	font-weight: bolder;	
}
.question-land h4:after{
	content: "";
    height: 2px;
    width: 30px;
    background: #f40338;
    display: block;
    margin: 10px auto;
}
.question-land .con-txt{
	background: #f9f9f9;
	font-size: 14px;
	text-align: center;
	padding: 20px;
	line-height: 1.6;
	height: 150px;
}
.question-land .qatitle{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #f40338;
	line-height: 1.2;
	text-align: center;	
	margin-bottom: 20px;
}
.solution-land{
	padding: 2rem 4rem;
}
.solution-land .soltitle{
	font-size: 35px;	
	font-weight: bolder;
	line-height: 1.2;
}
.solution-land .soltitle span{
	display: block;
	font-size: 50px;
	color: #f40338;
}
.solution-land .con-txt{
	background: #f40338;
	border-radius: 25px;
	padding: 2rem 3rem;
	height: 200px;
	font-size: 18px;
	line-height: 1.6;
	transform:skewX(-20deg);
    -webkit-transform:skewX(-20deg);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:skewX(-20deg);/*兼容-moz-引擎浏览器*/
}
.solution-land .con-txt h4{
	font-size: 26px;
	font-weight: bolder;	
}
.solution-land .con-txt h4:after{
	content: "";
    height: 2px;
    width: 30px;
    background: #fff;
    display: block;
    margin: 10px auto;
}
/*外贸客户*/
.client-land{
	padding: 2rem 4rem;
	background: url(../images/client-land.jpg) no-repeat center;
}
.client-land .landtitle{
	font-size: 45px;	
	font-weight: bolder;
	color: #2b2b2b;
	line-height: 1.2;
}
.client-land .landtitle span{	
	display: block;	
	font-size: 30px;
	color: #f40338;
}
.client-img{
	border-radius: 100%;
	border: 8px solid #fff;
	overflow: hidden;
	margin: 15px auto;	
	width: 200px;
	height: 200px;
	box-shadow: 5px 5px 5px #efefef;
}
.client-img img{
	width: 100%;
	height: 100%;
}
.btn-tel{
	font-size: 24px;
	color: #f40338;
	font-weight: bolder;
	background-color: #f0f0f0;
	border-radius: 50px;
	padding: 10px 25px;
}
.btn-tel i{
	font-size: 24px;
    color: #f40338;
    border: 1px solid;
    border-radius: 100%;
    padding: 5px;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.btn-tel font{
	color: #515151;
	font-weight: normal;
}
/*广告*/
.adv-land{
	background: url(../images/adv-land.jpg) no-repeat center;
	background-size: cover;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.adv-land h4{
	font-size: 26px;
	font-weight: bold;
	padding: 4rem 2rem;
}
.adv-land h4 span{
	font-size: 18px;
	display: block;
	font-weight: normal;
}
.adv-land h4 span:before{
	content: "";
    height: 2px;
    width: 80px;
    background: #f40338;
    display: block;
    margin: 10px auto;
}
/*厂房*/
.factory{
	padding: 2rem 4rem;
}
.factory h5{
	font-size: 120px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #e1e1e1;
	position: relative;
}
.factory h5 span{
	position: absolute;	
	width: 100%;
	display: block;	
	font-size: 40px;
    color: #f40338;
    top: 50%;
    margin-top: -25px;
}
.factory h5:after{
	content: "";
	height: 2px;
	width: 80px;
	background: #f40338;
	display: block;
	margin: 10px auto;
}
.factory img,.client img,.question-land img,.advantage img{
	width: 100%;
}
.factory div,.client div,.question-land .con-txt{
	margin-bottom: 20px;
}
/*产品*/
.product-land{
	background: #fff;
	padding-left: 4rem;
	padding-right: 4rem;
	overflow: hidden;
}
.product-land img{
	width: 100%;
	border: 1px solid #ebebeb;
}
.product-land .nav-title{
    background-color: #ec2730;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 3;
    margin-bottom: 15px;
}
.footer-land{
	padding: 2rem 4rem;
	background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top, #fff 0%,#f7f7f7 100%);
    background: -o-linear-gradient(top, #fff 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top, #fff 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #fff 0%,#f7f7f7 100%);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
}
.footer-land h4{
	font-size: 18px;
	color: #515151;
}
.footer-land h4 span,.footer-land h4 span a{
	display: block;
	font-size: 22px;
	color: #f40338;
}
.footer-land h4:before{
	content: "";
	height: 2px;
	width: 40px;
	background: #f40338;
	display: block;
	margin: 10px auto;
}
.footer-land i{
	font-size: 45px;
    color: #f40338;
    border: 3px solid;
    border-radius: 100%;
    padding: 10px;
    width: 70px;
    height: 70px;
}
.code-img img{
	border: 1px solid #e5e5e5;
	max-width: 100%;
}
.gbook{
	padding: 2rem 4rem;
	font-size: 16px;
}
.gbook h5{
	font-size: 32px;
}
.gbook .btn-primary{
	width: 100%;
}
@media only screen and (max-width: 992px){
	.bann-txt h5 {
	    font-size: 40px;
	    padding: 70px 0px 40px;
	}
	.bann-txt h5 span {
	    font-size: 22px;	   
	}
	.question-land,.solution-land,.security,.product-land,.client-land,.factory,.footer-land{
	    padding: 2rem 2rem;
	}
	.question-land .qatitle {
	    font-size: 22px;
	}
	.question-land h4,.security .sectitle,.footer-land h4,.adv-land h4 span{
	    font-size: 16px;
	}
	.solution-land .soltitle,.client-land .landtitle span{
	    font-size: 24px;
	}
	.solution-land .soltitle span,.security .sectitle span,.client-land .landtitle{	   
	    font-size: 26px;
	}
	.solution-land .con-txt h4,.btn-tel,.btn-tel i,.adv-land h4{
		font-size: 20px;
	}
	.factory h5 {
	    font-size: 75px;
	}
	.factory h5 span {	 
	    font-size: 30px;
	}
	.btn-tel i{
		width: 30px;
   		height: 30px
	}
	.footer-land i {
	    font-size: 30px;
	    width: 55px;
	    height: 55px;
	}
	.solution-land .con-txt{
		font-size: 14px;
	}
	.footer-land h4 span, .footer-land h4 span a{
		font-size: 18px;
	}
}
@media only screen and (max-width: 766px){
	.bann-txt h5 {
	    font-size: 24px;	  
	}
	.question-land .con-txt{
		height: 200px;
	}	
	.question-land,.solution-land,.security,.product-land,.client-land,.factory,.footer-land{
	    padding: 1rem 0rem;
	}	
	.question-land h4,.security .sectitle,.footer-land h4,.adv-land h4 span{
	    font-size: 14px;
	}
	.solution-land .soltitle,.client-land .landtitle span{
	    font-size: 20px;
	}
	.solution-land .soltitle span,.security .sectitle span,.client-land .landtitle{	   
	    font-size: 18px;
	}
	.solution-land .con-txt h4,.btn-tel,.btn-tel i,.adv-land h4{
		font-size: 18px;
	}
	.client-img {	  
	    width: 155px;
	    height: 155px;
	}
	.factory h5 {
	    font-size: 60px;
	}
	.factory h5 span {	 
	    font-size: 24px;	   
	    margin-top: -15px;
	}
	.factory h5:after{
		margin: 0px auto;
	}
	.btn-tel i{
		width: 30px;
   		height: 30px
	}
	.footer-land i {
	    font-size: 30px;
	    width: 55px;
	    height: 55px;
	}
	.solution-land .con-txt,.product-land .nav-title{
		font-size: 14px;
	}
	.footer-land h4 span, .footer-land h4 span a{
		font-size: 18px;
	}
	.solution-land .con-txt {	   
	    border-radius: 25px;
	    padding: 1.5rem 2rem;
	    height: auto;
	    transform: skewX(-10deg);
	    -webkit-transform: skewX(-10deg);
	    -moz-transform: skewX(-10deg);
	    margin-bottom: 15px;
	}
}