﻿body, html {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
div, form, dl, dd, dt, ul, li {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
img {
	border: 0px;
}
ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
	color: black;
	transition: all .3s ease-in-out;
}
.bodyWidth {
	width: 1200px;
}
/* 棣栭〉妯″潡 */
.header {
	background-image: url("logo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 1200px;
	height: 120px;
}
.nav {
	background-color: #2D75B6;
	z-index: 100;
	height: 40px;
}
.nav ul {
	width: 1200px;
	z-index: 100;
}
.nav ul li {
	float: left;
	margin: 0px;
	width:200px;

	position: relative;
}
.nav ul li a {
	display: block;
	width:200px;
	font-size: 16px;
	color: white;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.nav ul li a:hover {
	background-color: #25B9F0;
	font-weight: bold;
}
.nav ul li ul {
	position: absolute;
	z-index: 100;
	width: 100%;
	background-color: #2D75B6;
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
	transition: all .5s ease-in-out;
}
.nav ul li:hover ul {
	opacity: 0.9;
	height: auto;
	transform: rotateX(0deg);
}
.nav ul li ul li a {
	display: block;
	font-size: 14px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.nav ul li ul li a:hover {
	color: white;
	font-weight: normal;
}
.banner {
	z-index: 1;
}
.title {
	text-align: center;
	position: relative;
}
.title .cn {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	font-weight: bold;
	color: #2D75B6;
}
.title .en {
	font-size: 80px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-shadow: #e9e9e9 1px 0 0,#e9e9e9 0 1px 0,#e9e9e9 -1px 0 0,#e9e9e9 0 -1px 0;
}
.product {
	padding: 50px 0;
}
ul.IcoListProd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.IcoListProd li {
	width: 290px;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
}
ul.IcoListProd li .Image {
	overflow: hidden;
}
ul.IcoListProd li img {
	width: 290px;
	height: 240px;
	object-fit: contain;
	transition: all .5s;
	z-index: -1;
}
ul.IcoListProd li:hover img {
	transform: scale(1.1);
}
ul.IcoListProd li .Name {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	background-color: #efefef;
	border-top: 1px solid #d5d5d5;
}
.about {
	padding: 50px 0;
	background-image: url("gsjjbg.jpg");
	background-size: cover;
	background-attachment: fixed;
}
.about .cont {
	display: flex;
	align-items: center;
}
.about .cont .Desc {
	width: 55%;
}
.about .cont .Desc .compNameCN {
	font-size: 25px;
	font-weight: bold;
	color: #9f0000;
	padding: 0;
	padding-bottom: 15px;
	margin: 0;
}
.about .cont .Desc .compNameEN {
	font-size: 20px;
	color: #9c9c9c;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	border-bottom: 3px solid #bfbfbf;
	width: 370px;
}
.compCont {
	font-size: 16px;
	color: #454545;
	line-height: 35px;
}
.about .cont .Image img {
	box-shadow: 7px 7px 0px rgba(0,0,0,0.2);
}
.news {
	padding: 50px 0;
	overflow: hidden;
}
.news ul {
	display: flex;
	justify-content: space-between;
}
.news ul li {
	float: left;
	width: 290px;
	border: 1px solid #d5d5d5;
	margin-bottom: 20px;
}
.news ul li .Image {
	overflow: hidden;
}
.news ul li img {
	width: 290px;
	height: 240px;
	object-fit: contain;
	transition: all .5s;
	z-index: -1;
}
.news ul li:hover img {
	transform: scale(1.1);
}
.news ul li .Name {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	background-color: #efefef;
	border-top: 1px solid #d5d5d5;
}
.contact {
	background-color: #25B9F0;
	padding: 30px 0px;
	font-size: 14px;
	color: white;
	line-height: 30px;
}
.contact .bodyWidth {
	display: flex;
}
.contact .bodyWidth div {
	border-left: 1px white solid;
	flex-grow: 1;
	padding-left: 90px;
}
.contact .bodyWidth div:last-child {
	border-right: 1px white solid;
}
.footer {
	background-color: #2D75B6;
	text-align: center;
	font-size: 14px;
	color: white;
	padding: 10px 0;
}
/* 鍐呴〉 */
.nyCont {
	display: flex;
	width: 1200px;
	padding: 20px 0;
	justify-content: space-between;
}
.nyCont .left {
	width: 280px;
	margin: 0;
}
.nyCont .right {
	width: 880px;
	margin: 0;
}
.leftTitle1 {
	background-color: #2D75B6;
	background-image: url("ico1.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 20px;
	font-size: 18px;
	color: white;
}
.leftTitle2 {
	background-color: #2D75B6;
	background-image: url("ico2.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 20px;
	font-size: 18px;
	color: white;
}
.leftCont2 {
	padding: 20px;
	font-size: 14px;
	color: #555;
	border: 1px #2D75B6 solid;
	line-height: 180%;
}
.ProdNav {
	border: 1px #2D75B6 solid;
	padding: 20px;
	margin-bottom: 20px;
}
.ProdNav a {
	display: block;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px #EEE solid;
}
.ProdNav a:hover {
	background-color: #0183D9;
	color: white;
}
.station {
	padding: 10px 20px;
	font-size: 14px;
	border: 1px #2D75B6 solid;
	overflow: hidden;
}
.station a {
	color: #555;
}
.station span {
	color: #555;
	display: inline-block;
	padding: 0px 10px;
}
.mainCont {
	font-size: 15px;
	line-height: 180%;
	color: #333;
	padding: 20px 0;
}
.PageName {
	display: none;
}
/* 椤电爜缁熻 */
.RecordTotal {
	text-align: right;
	font-size: 12px;
	color: #666;
	padding: 10px 0;
}
/* 椤电爜鏉?*/
.Pagination {
	text-align: center;
}
.Pagination a {
	display: inline-block;
	font-size: 12px;
	color: white;
	padding: 3px 10px;
	background-color: #2D75B6;
	margin: 10px;
}
.Pagination a:hover {
	color: #2D75B6;
	background-color: white;
}
/* 鍐呴〉鍥炬爣鍒楄〃 */
.ContentIcoList.cpzx {
	width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.ContentIcoList.cpzx li {
	width: 280px;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ContentIcoList.cpzx li .Image {
	width: 270px;
	height: 220px;
	border: 1px #919191 solid;
	overflow: hidden;
}
.ContentIcoList.cpzx li .Image img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.ContentIcoList.cpzx li .Image img:hover {
	transform: scale(1.1);
}
.ContentIcoList.cpzx li .Name {
	width: 100%;
	text-align: center;
	padding: 5px 0;
}
.ContentIcoList.cpzx li .Name a {
	color: black;
	font-size: 14px;
}
.ContentIcoList.cpzx li .Brief {
	display: none;
}
h4 {
	font-size: 18px;
	text-align: center;
	color: #a88043;
	padding: 0;
	margin: 0;
}
h5 {
	font-size: 16px;
	text-align: center;
	color: #a88043;
	padding: 0;
	margin: 0;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	background-color: #e7e7e7;
	color: black;
	padding: 3px 20px;
}
/* 杩斿洖鐩綍 */
.PageBack {
	text-align: center;
	padding: 10px 0;
}
.PageBack a {
	display: inline-block;
	font-size: 12px;
	color: white;
	padding: 3px 10px;
	background-color: #a88043;
	margin: 10px;
	box-sizing: border-box;
}
.PageBack a:hover {
	color: #a88043;
	background-color: white;
	border: 1px solid #a88043;
}
.PageFrom {
	display: none;
}
.Related {
	display: none;
}
.ContentIcoList.xwzx li {
	height: 140px;
	margin: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #959595;
	box-sizing: content-box;
}
.ContentIcoList.xwzx li .Image {
	float: left;
}
.ContentIcoList.xwzx li .Image img {
	border: 1px solid #959595;
	width: 220px;
	height: 140px;
}
.ContentIcoList.xwzx li .Time {
	float: right;
	width: 660px;
	font-size: 24px;
	font-weight: bold;
	color: #aeaeae;
}
.ContentIcoList.xwzx li .Name {
	float: right;
	width: 660px;
	font-size: 16px;
	padding: 5px 0px 10px 0px;
}
.ContentIcoList.xwzx li .Desc {
	float: right;
	width: 660px;
	font-size: 14px;
	color: #919191;
}
.ContentIcoList.xwzx li a:hover {
	color: #a88043;
}
.sjsb {
	overflow: hidden;

}
.sjsb ul li {
	float:left;
	width: 293px;
	height:260px;
}
.sjsb ul li img {
	width: 280px;
	height: 210px;
	border: 1px #CCC solid;
	text-align: center;
	padding:2px;
}
.sjsb ul li span {
	display: block;
	padding-top: 3px;
	text-align:center;
	width:282px;
}
.jcbg{
	overflow: hidden;

	
}
.jcbg ul li {
	float:left;
	width: 293px;
	height:415px;
}
.jcbg ul li img {
	width: 280px;
	height:367px;
	border: 1px #CCC solid;
	text-align: center;
	padding:2px;
}
.jcbg ul li span {
	display: block;
	padding-top: 3px;
	text-align:center;
	width:282px;
}
.ryzs{
	overflow:hidden;
}
.ryzs ul li {
	float:left;
	width: 293px;
	height:455px;
}
.ryzs ul li img {
	width: 280px;
	height:393px;
	border: 1px #CCC solid;
	text-align: center;
	padding:2px;
}
.ryzs ul li span {
	display: block;
	padding-top: 3px;
	text-align:center;
	width:282px;
}
.cp{
	overflow:hidden;
}
.cp ul li {
	float:left;
	width: 293px;
	height:250px;
}
.cp ul li img {
	width: 280px;
	height:220px;
	border: 1px #CCC solid;
	text-align: center;
	padding:2px;
}
.cp ul li span {
	display: block;
	padding-top: 3px;
	text-align:center;
	width:282px;
}
.cp2{
	overflow:hidden;
	width:586px;
	margin:auto;
}
.cp2 ul li {
	float:left;
	width: 293px;
	height:250px;
}
.cp2 ul li img {
	width: 280px;
	height:220px;
	border: 1px #CCC solid;
	text-align: center;
	padding:2px;
}
.cp2 ul li span {
	display: block;
	padding-top: 3px;
	text-align:center;
	width:282px;
}

.cp1{
	overflow:hidden;
	width:800px;
	margin:auto;
}
.cp1 ul li {
	float:left;
	width:400px;
	height:350px;
}
.cp1 ul li img {
	width: 380px;
	height:300px;
	border: 1px #CCC solid;
	text-align: center;
	padding:2px;
}
.cp1 ul li span {
	display: block;
	padding-top: 3px;
	text-align:center;
	width:382px;
}

.biaoge{
	overflow:hidden;
}
.biaoge table{
	width:100%;
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
}
.biaoge table tr td{
	text-align:center;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	height:40px;
}
.sbzs{
	overflow:hidden;	
}
.sbzs ul li{
	float:left;
	width:290px;
	text-align:center;
	height:260px;
}
.sbzs ul li img{
	width:260px;
	height:190px;
	padding:4px;
	border:1px #CCC solid;
}
.sbzs ul li span{
	display:block;
	width:270px;
	padding-top:5px;
}
