#newsandcontact{
	position: relative;
    margin-top: -70px;
}
#newsandcontact .newstitle{
	float:left;
	width:45%;
	background:#3496ae;
	padding: 23px 2.5%;
}
#newsandcontact .contacttitle{
	float:right;
	width:45%;
	background:#fff;
	overflow:hidden;
	padding: 20px 2.5% 21px;
}
#newsandcontact .contacttitle:hover b{
	animation-name:shake;
	animation-duration:3s;
}
#newsandcontact .newstitle p,
#newsandcontact .contacttitle p{
	display:inline-block;
	margin-left:10px;
	font-size:20px;
}
#newsandcontact .newstitle p a{
	color:#fff;
}
#newsandcontact .contacttitle p a{
	color:#3496ae;
}
#newsandcontact .contacttitle b{
	display: inline-block;
    float: right;
}
#news{
}
#news .newslist{
}
#news .newslist .box{
	background:#3496ae;
	padding: 40px;
    overflow: hidden;
}
#news .newslist .box:hover{
	background:#4baac1;
}
#news .newslist .box .date{
	float: left;
	color:#fff;
	width: 13%;
}
#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: 75%;
    margin-left: 5%;
    border-left: 1px dashed #fff;
    padding-left: 5%;
}
#news .newslist .box .newsinfo h3{
	overflow: hidden;
	height: 46px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#news .newslist .box .newsinfo h3 a{
	color:#fff;
	font-size:16px;
	text-decoration:underline;
}
#news .newslist .box .newsinfo article{
	overflow: hidden;
	height: 42px;
	color: #a1edff;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    margin-top: 10px;
    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{
	background:url(/images/32/index-about-img.png)no-repeat 0 0;
	width:50%;
	float:right;
	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:25px;
	color:#313131;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	position:relative;
	line-height: 100%;
}
#index-article h2 b,
#product h2 b{
	color:#6967b5;
}
#index-article h2:after,
#product h2:after{
	position:absolute;
	display:block;
	content:'';
	width:6em;
	height:4px;
	background:#f0d973;
	bottom:-4px;
	left:0;
}
#index-article .articleList{
	overflow:hidden;
	margin: 30px 0;
}
#index-article .articleList .article-list{
	float:left;
	width: 24.25%;
    margin-right: 1%;
	position: relative;
}
#index-article .articleList .article-list:nth-child(4){
	margin-right:0;
}
#index-article .articleList .article-list .photo{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;	
}
#index-article .articleList .article-list .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	background-image:url(/images/32/index-profile-style.png);
	transition:all ease-in-out 0.2s;
}
#index-article .articleList .article-list .article-info{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding-bottom: 20px;
}
#index-article .articleList .article-list .article-info h3{
	text-align:center;
	font-size:22px;
	width: 80%;
    margin: 0 auto 10px;
}
#index-article .articleList .article-list .article-info h3 a{
	color:#fff;
}
#index-article .articleList .article-list .article-info p{
	text-align:center;
	width: 80%;
    margin: 0 auto;
	height: 48px;
    overflow: hidden;
}
#index-article .articleList .article-list .article-info p a{
	color:#fff;
	font-size:12px
}
#index-article .articleList .article-list .article-info p.more{
	display: none;
	transition:all ease-in-out 0.4s;
	margin-top: 0;
}
#index-article .articleList .article-list .article-info p.more a{
	color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 15px;
}
#index-article .articleList .article-list:hover .photo a{
	background-image:url(/images/32/index-profile-style-hover.png);
}
#index-article .articleList .article-list:hover .article-info p.more{
	display: block;
	margin-top: 30%;
}
#product{
	margin-top: 20px;
} 
#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/index-service-bg.jpg);
	background-position:50% 50%;
	background-attachment:fixed;
	padding: 130px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #service {
		background-attachment:initial;
    }
}

#service h2{
	text-align:center;
	color:#fff;
	font-size:35px;
	font-weight:normal;
}
#service h2 span{
	display: block;
    margin: 0 auto 25px;
    text-align: center;
}
#service article{
	text-align:center;
	color:#fff;
	font-size:18px;
	margin: 50px 0 0;
	line-height:200%;
}
@media screen and (max-width: 1280px) {
	#newsandcontact{
	    margin-top: -55px;	
	}
	#newsandcontact .newstitle{
	    padding: 15px 2.5%;	
	}
	#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%;
	}
}
@media screen and (max-width: 640px) {
	#newsandcontact .newstitle,
	#newsandcontact .contacttitle{
	   width:95%;
	}
}
@media screen and (max-width: 480px) {
	#about .about-wrap article{
	    margin-top: 170px;	
	}
}