﻿* { padding:0; margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.trans {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

h1, h2, h3, h3, h4, h5, h6 {
	font-weight: normal;
}


.wp {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.wp a{ color:#ccc}
a {
	color: #333;
}
.wp a:hover {
	color: #5096d2;
}

/*首页*/
.tit-i {
	text-align: center;
	padding: 50px 0;
	line-height: 36px;
	overflow: hidden;
}
.tit-i h3 {
	font-size: 30px;
	color: #002;
	margin-bottom: 10px;
}
.tit-i h5 {
	font-size: 20px;
	color: #cacace;
	text-transform: uppercase;
	font-family: Arial;
}
.tit-i h5 span {
	color: #e4392a;
}










.news-bg {
	/*background: url(../images/bg_2.png) center top no-repeat;*/
	background: #f8f8f8;
	overflow: hidden;
}
.tit-i-1 h3 {
	color: #fff;
}
.tit-i-1 em {
	border-bottom-color: #dddde1;
}
.ul-news-i {
	/*margin-right: -10px;*/
	/*margin-left: -30px;*/
	width: 100%;
        display: flex;
	justify-content: space-between;
	align-items: center;
       
}
.ul-news-i li {
	float: left;
	width: 23%;
	color: #fff;
	position: relative;
	min-height: 295px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	overflow: hidden;
}
.ul-news-i li .news_img{
   width:100%;
   height:185px;
overflow: hidden;
   
}
.ul-news-i li .news_img img{
   max-width:100%;
   height:185px;
transition: all 0.5s;
}
.ul-news-i li .news_title p:first-child{
  color: #111;
	display: inline-block;
	margin: 20px 0;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ul-news-i li .news_title p:last-child{
   	color:#222;
	line-height: 26px;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ul-news-i li:hover img{
  transform: scale(1.1);
}
.ul-news-i li:last-child {
/*width: 21%;*/
}
.ul-news-i li .txt {
	padding-left: 30px;
	padding-right: 58px;
}
.ul-news-i li .txt span {
	padding: 15px 8px;
	display: inline-block;
	/*border: 1px solid #222;*/
	background: #5096d2;
	border-radius: 5px;
	font-size: 14px;
}
.ul-news-i li .txt span em {
	display: block;
	font-size: 20px;
}
.ul-news-i li:last-child .txt {
/*padding-right: 0;*/
}
.ul-news-i li h3 a {
	color: #111;
	display: inline-block;
	padding: 20px 0;
}
.ul-news-i li p {
	color:#222;
	line-height: 20px;
}
.ul-news-i li .padd h3 a{ color:#fff}
.ul-news-i li .padd p{ color: #eee}
.ul-news-i li .moree {
	background: url(../images/more1.png) no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-top: 50px;
}
.ul-news-i li .hover {
}
.ul-news-i li .hover .img {
	width: 100%;
	position: absolute;
	top: -165px;
	left: 7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-news-i li .hover .pad {
	padding: 0 27px 20px 27px;
	position: absolute;
	left: 7px;
	bottom: -148px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #5096d2;
	width: 92%;
}
.ul-news-i li .hover .img {
	height: 165px;
	width: 92%;
}
.ul-news-i li.on .hover .img {
	/*display: block;*/
	top: 0;
}
.ul-news-i li.on .hover .pad {
	bottom: 0;
}
.news-more {
	text-align: center;
	/*padding-bottom: 100px;*/
	padding-top: 50px;
}
.news-more a {
	display: inline-block;
	width: 178px;
	height: 48px;
	/*border: 1px solid #111;*/
	background: #5096d2;
	border-radius: 5px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.news-more a:hover {
	background-color: #000;
}

.wp .wp1{ margin-bottom:40px; padding-top:30px; color:#111}



