@import url("global.css");
@import url("page.css");

/* 关于我们--产品中心入口开始 */
section#port-1 {
	padding: 55px 0;
	box-sizing: border-box;
}
section#port-1 > .port-1 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
section#port-1 > .port-1 > div {
	width: 560px;
	height: 380px;
	display: flex;
	flex-direction: column;
	padding: 75px 175px 75px 75px;
	box-sizing: border-box;
}
section#port-1 > .port-1 > div:first-of-type {
	background: url(../image/about-bg.jpg);
}
section#port-1 > .port-1 > div:last-of-type {
	background: url(../image/product-bg.jpg);
}
section#port-1 > .port-1 > div > span {
	font-size: 34px;
	color: #FFFFFF;
	font-weight: bold;
}
section#port-1 > .port-1 > div > a {
	margin-top: 100px;
	align-self: flex-end;
	width: 180px;
	height: 65px;
	outline: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #FFFFFF;
}
section#port-1 > .port-1 > div > a > cite {
	font-style: normal;
	margin-left: 5px;
}
/* 关于我们--产品中心入口结束 */

/* 入口二开始 */
section#port-2 {
	height: 250px;
	/*background-color: #e5e5e5;*/
}
section#port-2 > .port-2 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
section#port-2 > .port-2 > div {
	width: 31%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
}
section#port-2 > .port-2 > div > .left {
	/*padding: 20px 20px 20px 15px;*/
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1;
}
section#port-2 > .port-2 > div > .left > span:first-of-type {
	font-size: 20px;
	color: #333333;
}
section#port-2 > .port-2 > div > .left > span:last-of-type {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1.5px solid #aaaaaa;
}
section#port-2 > .port-2 > div > .left > a {
	display: flex;
	align-self: flex-end;
	font-size: 15px;
	padding-top: 7px;
}
section#port-2 > .port-2 > div > .left > a > cite {
	font-style: normal;
	color: #f22;
	margin-right: 4px;
}
section#port-2 > .port-2 > div > img {
	/*width: 165px;*/
}
/* 入口二结束 */

/* 新闻中心开始 */
section#news {
	border-top: 2px solid #d2d2d2;
	padding: 45px 0;
	box-sizing: border-box;
}
section#news > .news {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: column;
}
section#news > .news > .title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#news > .news > .title > span:first-of-type {
	font-size: 30px;
	color: #1A2C5C;
}
section#news > .news > .title > span:nth-child(2) {
	font-size: 17px;
	color: #333333;
}
section#news > .news > .title > span:last-of-type {
	width: 65px;
	height: 2px;
	background-color: #aaaaaa;
	margin-top: 5px;
}
section#news > .news > .cont {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 40px;
	box-sizing: border-box;
	justify-content: space-between;
}
section#news > .news > .cont > a {
	width: 47%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
section#news > .news > .cont > a > img {
	width: 150px;
	height: 120px;
}
section#news > .news > .cont > a > .right {
	flex: 1;
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #999999;
}
section#news > .news > .cont > a > .right > .top {
	display: flex;
	flex-direction: column;
}
section#news > .news > .cont > a > .right > .top > span:first-of-type {
	color: #333333;
	font-size: 15px;
}
section#news > .news > .cont > a > .right > .top > span:last-of-type {
	margin-top: 6px;
	color: #999999;
}
header > nav > .nav a img{height: 90px;}
/* 新闻中心结束 */