#newsandcontact{
	position: relative;
	background: #232426;
}
#newsandcontact .newstitle{
	padding: 40px 2.5%;
	text-align: left;
	border-bottom: 1px solid #ffffff5e;
}
#newsandcontact .newstitle img{
	width: 50px;
}
#newsandcontact .contacttitle{
	float:right;
	width: 40%;
	text-align: right;
	overflow:hidden;
}
#newsandcontact .contacttitle:hover b{
	animation-name:shake;
	animation-duration:3s;
}
#newsandcontact .newstitle p,
#newsandcontact .contacttitle p{
	display:inline-block;
	margin-left:10px;
	font-size: 32px;
	color: #fff;
}
#newsandcontact .newstitle p a{
	color:#fff;
}
#newsandcontact .contacttitle p a{
	color:#1e7f5f;
}
#newsandcontact .contacttitle b{
	display: inline-block;
    float: right;
}
#news{background: #232426;padding-top: 20px;}
#news .newslist{
}
#news .newslist .box{
	padding: 25px;
	border-right: 1px solid #ffffff24;
	overflow: hidden;
}
#news .newslist .box:hover{
	background:#147152;
}
#news .newslist .box .date{
	float: left;
	width: 34%;
	margin-right: 20px;
}
#news .newslist .box .date a{
	display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	transition:all ease-in-out 0.2s;
}
#news .newslist .box .date p{
	font-size:23px;
}
#news .newslist .box .date p.bottom{
	font-size:30px;
	margin-top: 15px;
}

#news .newslist .box .newsinfo{
	float: left;
	width: 60%;
}
#news .newslist .box .newsinfo h3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#news .newslist .box .newsinfo h3 a{
	color:#fff;
	font-size: 18px;
}
#news .newslist .box .newsinfo article{
	color: #ffffffa6;
	font-size: 12px;
	height: 36px;
	overflow: hidden;
	margin-top: 8px;
	line-height: 150%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#about{
}
#about section{
	background-repeat:no-repeat;
	background-position:0 100%;
	padding: 30px 0;
}
#about .about-wrap{
	width:50%;
	float: left;
	overflow:hidden;
}
#about .about-wrap article{
	width: 60%;
	float: right;
	margin-top: 130px;
	line-height: 180%;
	margin-right: 5%;
	color:#444444;
	font-size:14px;
}
#about .about-wrap p{
	float: right;
    width: 60%;
    margin-top: 30px;
    text-align: right;
	margin-right: 5%;
}
#about .about-wrap p a{
	color:#fff;
	background:#cea330;
	display: inline-block;
    padding: 10px 50px;
}
#index-article{
}
#index-article h2,
#product h2{
	font-size: 40px;
	color:#313131;
	padding: 25px 0 10px;
	position:relative;
	line-height: 100%;
}
#index-article h2 b,
#product h2 b{
	color: #6b6b6b;
	font-size: 28px;
}
#index-article h2:after,
#product h2:after{
	position:absolute;
	display:block;
	content:'';
	width: 6em;
	height: 8px;
	background: rgb(240, 148, 51);
	bottom:-4px;
	left:0;
}
#index-article .articleList{
	overflow:hidden;
	margin: 40px 0;
}
#index-article .articleList a{
    height: 400px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    margin: 0 10px;
    transition:all ease-in-out 0.3s;
}
#index-article .articleList a:hover{
	background-size:110%;
	filter: grayscale(50%);
}

#product{
	margin: 20px 0 60px;
} 
#product .product-show{
	margin-top: 30px;
}
#product .product-show .p-box{
	position: relative;
	margin: 0 10px;
}
#product .product-show .p-box .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#product .product-show .p-box h3{
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.7);
	padding: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#product .product-show .p-box h3 a{
	color:#fff;
	font-size:16px;
}
#service{
	background-image: url(../../images/32/services-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 90px 0;
}
#service .freebox{
	width: 40%;
	float:right;
	padding: 25px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #service {
		background-attachment:initial;
    }
}

#service h2{
	text-align: right;
	color:#fff;
	font-size: 55px;
	font-weight:normal;
}
#service h2 span{
	display: block;
    margin: 0 auto 25px;
    text-align: center;
}
#service article{
	text-align: right;
	color: #ffffffbf;
	font-size:18px;
	margin: 30px 0 0;
	line-height: 190%;
}
@media screen and (max-width: 1280px) {
	#news .newslist .box .date{
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	#news .newslist .box .newsinfo{
		width: 100%;
		float:none;
		padding: 23px 30px 0;
		text-align: center;
		margin-left: -31px;
	}
	#newsandcontact .contacttitle{
	    padding: 12px 2.5% 13px;	
	}
	#index-article .articleList .article-list{
		margin-right: 0;
	}
}
@media screen and (max-width: 980px) {
	#newsandcontact{
	    margin-top: 0;	
	}
	#news .newslist .box{
	    padding: 25px;	
	}
	#news .newslist .box .date p{
	    font-size: 18px;	
	}
	#news .newslist .box .date p.bottom{
	    font-size: 26px;	
	}
	#about section{
		background-size: 50%;	
	}
	#about .about-wrap{
		width:60%;
	}
	#service h2{
		font-size: 30px;		
	}
	#service article{
		font-size: 16px;
		margin: 30px 0 0;		
	}
	#about section{
	    padding: 0px 0 30px;	
	}
}
@media screen and (max-width: 768px) {
	#about .about-wrap{
		width:100%;
	}
	#newsandcontact .contacttitle{
		width:100%;
		text-align:center;
		margin:0 auto;
		float:none;
	}
	#newsandcontact .newstitle{
		text-align:center;
		padding: 11px 0 40px;
	}
	#index-article h2{
		text-align: center;
		padding: 50px 0 10px;
	}
	#index-article h2:after, #product h2:after{
		text-align:center;
		left: calc((100% / 2) - 100px);
	}
	
	#index-article .articleList a{
		height:300px;
	}
	#product h2{
		text-align: center;
		padding: 0 0 10px;
	}
	#product .product-show{
		margin-top: 52px;
	}
	#service{
		background-position: 85% 50%;
		padding: 10px 0;
	}
}
@media screen and (max-width: 640px) {
	#newsandcontact .newstitle,
	#newsandcontact .contacttitle{
	   width:95%;
	}
	#service{
		background-position: 60% 50%;
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	#about .about-wrap article{
	    margin-top: 170px;	
	}
    #index-article h2{font-size: 35px;}
	#newsandcontact .newstitle p, #newsandcontact .contacttitle p{font-size: 26px;}
	#index-article .articleList a{height: 430px;}
	#service .freebox{width: 60%;}
}