.g-products {
	height: auto;
	overflow: hidden;
	background: none;
	padding: 50px 0 80px;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
}

.g-products .tit01 {
	height: 177px;
}

.g-products .tit01 h2 {
	background: url(../images/protit.png) no-repeat center bottom;
}
.tit01{text-align: center; }
.tit01 h2{font-size: 60px; font-family: "Microsoft YaHei";color: #1b1c21;font-weight:normal;position: relative; line-height: 72px; padding-bottom: 20px;}
.tit01 a{color: #1b1c21; }
.tit01 p{ font-weight: normal; display: block;font-size:18px;color: #666; line-height:48px; }

.tit02{text-align: center; }
.tit02 h2{font-size: 48px; font-family: "Microsoft YaHei";color: #fff;font-weight:normal;position: relative; line-height: 60px;padding-bottom: 10px;}
.tit02 a{color: #fff; }
.tit02 p{ font-weight: normal; display: block;font-size:22px;color: #fff; line-height:45px; }

.products {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.pro-nav {
	width: 241px;
	float: left;
	border-radius: 8px;
	background: #004ea1;
	padding-bottom: 6px;
}

.protit {
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.protit a {
	color: #fff;
}

.pro-c {
	width: 229px;
	border-radius: 8px;
	background: #fff;
	margin: 0 auto;
	padding: 10px 8px;
	box-sizing: border-box;
}

.pro-c h3 a {
	position: relative;
	display: block;
	height: 45px;
	line-height: 45px;
	background: #757575;
	font-size: 18px;
	color: #fff;
	padding-left: 43px;
	width: 100%;
	border-radius: 8px;
	box-sizing: border-box;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro-c h3 a::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	left: 25px;
	top: 50%;
	margin-top: -3.5px;
	background: #fff;
}

.pro-c h3 a:hover {
	background: #004ea1;
}

.pro-c p {
	padding: 13px 0;
}

.pro-c p a {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/ico2.png) no-repeat 24px center;
	font-size: 16px;
	color: #666;
	padding-left: 40px;
	width: 100%;
	box-sizing: border-box;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro {
	/*border: 1px solid #dcdcdc;*/
	width: 1132px;
	float: right;
}

.pro img {
	width: 100%;
	display: block;
}
.pro-cp img{height: 245px;}
.pro1 {
	width: 100%;
	clear: both;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	/*border-bottom: 1px solid #dcdcdc;*/
}

.pro-ad {
	width: 66%;
	/*float: left;*/
	margin-bottom: 25px;
}
.pro-img{border: 1px solid #ccc;}
.pro-cp {
	width: 32%;
	height: 100%;
	/*float: right;*/
	display: flex;
	flex-direction: column;
	/*border-left: 1px solid #dcdcdc;*/
}
.pro-ad-pic p{padding: 15px 0;text-align: center;font-size: 15px;}
.pro-cp a {
	height: 50%;
	display: block;
	position: relative;
	padding-bottom: 13%;
	margin-bottom: 6%;
}

@media only screen and (max-width: 1399px) {
	.pro-cp a {
	padding-bottom: 16%;
	margin-bottom: 0;
}.pro-cp img{height: 206px;}
}
.pro-cp a h4 {
	width: 100%;
	line-height: 40px;
	font-size: 15px;
	color: #666;
	text-align: center;
	font-weight: normal;
	/*position: absolute;
	right: 0;
	bottom: 0;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
	box-sizing: border-box;
}

.pro-cp a:nth-child(1) {
	/*border-bottom: 1px solid #dcdcdc;*/
}
.pro2 ul{
	display: flex;justify-content: space-between;width: 100%;
}
.pro2 a {
	width: 32%;
}
.pro2 li {
	width: 100%;
	/*border-left: 1px solid #dcdcdc;*/
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.pro2 li img {
	width: 100%;
	display: block;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	transition: .35s;
	white-space: nowrap;
	overflow: hidden;
}

.pro li h4 {
	width: 100%;
	background: rgb(0,78,161,.75);
	line-height: 48px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
	box-sizing: border-box;
}

.pro2 li:first-child {
	border-left: 0;
}

.pro2 img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

@media screen and (max-width:1401px) {
	.products {
		width: 1200px;
	}
	.pro {
		width: 940px;
	}
	.pro-c h3 a {
		height: 38px;
		line-height: 38px;
	}
	.pro-c p {
		padding: 8px 0;
	}
	.pro-c p a {
		height: 33px;
		line-height: 33px;
		font-size: 14px;
	}
}