/* CSS Document */

.banner {
	background: #495180;
}

/* news */
.news {
	margin: auto;
	padding-top: 70px;
	width: 1200px;
	overflow: hidden;
}
.news a {
	color: #FFF;
}
.picnews {
	float: left;
	position: relative;
	width: 600px;
	height: 400px;
	overflow: hidden;
}
.picnews img {
	transition: all 0.5s;
}
.picnews img:hover {
	transform: scale(1.05);
}
.picnews .con {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 30px 0;
	height: 130px;
	background: url(../img/picnews_bar.png);
}
.picnews .con .date {
	position: relative;
	padding: 10px 0 10px 15px;
	font-size: 18px;
	line-height: 25px;
}
.picnews .con .date:before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 3px;
	height: 15px;
	background: #FFF;
	content: "";
}
.picnews .con h4 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
}
.newslist {
	float: right;
	width: 600px;
	height: 400px;
	background: #0AAD6E;
}
.newslist ul {
	padding: 0 40px;
}
.newslist li {
	position: relative;
	padding-top: 50px;
	height: 150px;
}
.newslist li:first-child:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(255,255,255,.2);
	content: "";
}
.newslist li .con {
	float: left;
	width: 340px;
}
.newslist li .con .date {
	position: relative;
	padding: 0 0 10px 15px;
	font-size: 16px;
	line-height: 25px;
}
.newslist li .con .date:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 3px;
	height: 14px;
	background: #FFF;
	content: "";
}
.newslist li .con h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
.newslist li .pic {
	float: right;
	width: 150px;
}

/* about */
.about {
	height: 480px;
	background: url(../img/m_about.jpg) center top;
	background-size: cover;
}
.about .tit {
	padding: 20px 0;
}
.about .tit h2 {
	font-size: 36px;
	font-weight: normal;
	color: #495180;
}
.about .con {
	width: 840px;
	padding: 20px 0;
	font-size: 16px;
	line-height: 30px;
}
.about .btm {
	padding: 20px 0;
}
.about a.more {
	display: inline-block;
	padding: 0 30px 0 15px;
	height: 30px;
	background: url(../img/more_arrow.png) no-repeat right #495180;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}

/* product */
.product {
	background: #DCE3EB;
}
.product_tit {
	height: 80px;
}
.product_tit h2 {
	float: left;
	font-size: 36px;
	font-weight: normal;
	color: #495180;
	line-height: 60px;
}
.product_tit .menu {
	float: right;
	margin-top: 15px;
}
.product_tit .menu a {
	display: inline-block;
	padding: 0 15px;
	border-left: 1px solid #DCE3EB;
	background: #FFF;
	font-size: 14px;
	color: #495180;
	line-height: 30px;
}
.product_tit .menu a:hover {
	background: #495180;
	color: #FFF;
}
.product_list {
	width: 1200px;
	overflow: hidden;
}
.product_list ul {
	width: 1220px;
	overflow: hidden;
}
.product_list li {
	float: left;
	margin: 0 20px 20px 0;
	width: 285px;
}
.product_list li a {
	position: relative;
	display: block;
	width: 285px;
	height: 335px;
}
.product_list li h4 {
	padding: 10px 20px;
	height: 30px;
	background: #FFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}
.product_list li a .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 285px;
	height: 335px;
	background:  url(../img/pro_arrow.png) no-repeat center rgba(73,81,128,.7);
	opacity: 0;
}
.product_list li a:hover .mask {
	opacity: 1;
	transition: all 0.5s;
}

/* International Exchange */
.inter {
	margin: auto;
	max-width: 1920px;
	background: #F6F6F6;
}
.inter_tit {
	height: 80px;
}
.inter_tit h2 {
	float: left;
	font-size: 36px;
	font-weight: normal;
	color: #495180;
	line-height: 60px;
}
.inter_tit a.more {
	float: right;
	display: inline-block;
	margin-top: 15px;
	padding: 0 45px 0 15px;
	background: url(../img/more_arrow_2.png) no-repeat right #FFF;
	font-size: 14px;
	color: #495180;
	line-height: 30px;
}
.inter_list {
	width: 1200px;
	overflow: hidden;
}
.inter_list ul {
	width: 1240px;
}
.inter_list li {
	float: left;
	margin: 0 40px 25px 0;
	width: 580px;
	height: 160px;
	background: #FFF;
}
.inter_list li .pic {
	float: left;
	width: 240px;
}
.inter_list li .con {
	float: right;
	padding: 30px;
	width: 280px;
}
.inter_list li .con h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}
.inter_list li .con p {
	padding-top: 20px;
	font-size: 14px;
	color: #999;
}