﻿body, html {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
div, form, dl, dd, dt, ul, li, span {
	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;
}
.bodyWidth {
	width: 1200px;
}
a, div, ul, li {
	transition: all .3s ease-in-out;
}
/* 椤电湁 */
.Header {
	padding: 20px 0;
}
.Header .logo {
	text-align: center;
}
.Header .Hotline {
	position: absolute;
	right: 30px;
	top: 50px;
	background-image: url('phone.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
}
.Header .Hotline span {
	display: block;
}
.Header .lang {
	position: absolute;
	right: 30px;
	top: 60px;
}
.Header .lang a {
	display: inline-block;
	background-image: url('langbg.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 10px;
	font-size: 14px;
}
.Header .lang a:hover {
	color: red;
}
/* 瀵艰埅 */
.MainNav > ul {
	width: 1200px;
	display: flex;
	margin: 10px auto;
}
.MainNav > ul > li > a {
	display: block;
	background-position: center bottom;
	padding: 10px 20px;
}
.MainNav > ul > li > a:hover {
	background-image: url("navbg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #1C6CC6;
}
.MainNav > ul > li:first-child > a {
	background-image: url("navbg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #1C6CC6;
}
.MainNav > ul > li {
	position: relative;
}
.MainNav > ul > li > ul {
	position: absolute;
	z-index: 1;
	left: 0px;
	background-color: rgba(31, 96, 180, 0.8);
	min-width: 280px;
	padding: 10px 0;
}
.MainNav > ul > li > ul > li > a {
	display: block;
	font-size: 14px;
	padding: 5px 20px;
	color: white;
}
.MainNav > ul > li > ul > li > a:hover {
	display: block;
	font-size: 14px;
	padding: 5px 20px;
	background-color: rgb(87, 160, 255);
	color: black;
}
.MainNav > ul > li > ul {
	display: none;
	visibility: hidden;
}
.MainNav > ul > li:hover > ul {
	display: block;
	visibility: visible;
}
/* 棣栭〉浜у搧灞曠ず */
.IndexProd {
	position: relative;
	z-index: 0;
	background-color: #F3F3F3;
}
.IndexProd:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 250px;
	background-color: rgb(33,153,224,0.2);
}
.IndexProd:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0px;
	width: 250px;
	height: 250px;
	background-color: rgb(33,153,224,0.2);
}
/* 浜у搧瀵艰埅 */
.IndexProd .IndexProdNav {
	position: relative;
	z-index: 1;
	background-image: url("indexCpTitle.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 170px 0px 0px 30px;
}
.IndexProd .IndexProdNav ul {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0px;
}
.IndexProd .IndexProdNav ul li {
	margin: 0;
}
.IndexProd .IndexProdNav ul a {
	display: block;
	background-color: #333333;
	padding: 5px 30px;
	font-size: 14px;
	color: white;
}
.IndexProd .IndexProdNav ul a:hover {
	background-color: #1C6CC6;
}
.IndexProd .IndexProdNav ul ul {
	display: none;
}
/* 鏇村鎸夐挳 */
.IndexProd > div {
	position: relative;
}
.IndexProd > div > .more {
	position: absolute;
	z-index: 1;
	top: 170px;
	right: 0px;
}
.IndexProd > div > .more a {
	background-color: #1C6CC6;
	padding: 5px 20px;
	font-size: 14px;
	color: white;
	border-radius: 3px;
}
.IndexProd > div > .more a:hover {
	background-color: #388ef0;
}
.IndexProd ul.IcoListProd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0px 0px 30px;
}
.IndexProd ul.IcoListProd li {
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}
.IndexProd ul.IcoListProd li img {
	width: 280px;
	height: 220px;
	display: block;
	transition: transform 0.5s ease;
	object-fit: cover;
}
.IndexProd ul.IcoListProd li img:hover {
	width: 280px;
	height: 220px;
	display: block;
	transform: scale(1.2);
}
.IndexProd ul.IcoListProd li .Name {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(51,51,51,0.7);
	color: white;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}
.IndexProd .more2 {
	padding: 40px 0;
	text-align: center;
}
.IndexProd .more2 a {
	background-color: #1C6CC6;
	padding: 8px 40px;
	font-size: 14px;
	color: white;
}
.IndexProd .more2 a:hover {
	background-color: #388ef0;
}
/* 鍏徃绠€浠?*/
.IndexGsjj {
	position: relative;
	z-index: 0;
}
.IndexGsjj:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 250px;
	background-color: rgb(33,153,224,0.2);
}
.IndexGsjj > div {
	background-image: url("indexJjTitle.png");
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 140px;
	padding-bottom: 30px;
	overflow: hidden;
}
.IndexGsjj .image {
	float: left;
	margin-right: 40px;
}
.IndexGsjj .image img {
	width: 645px;
	height: 380px;
}
.IndexGsjj .title {
	font-size: 24px;
	font-weight: bold;
	color: #1A6CC5;
	padding-bottom: 30px;
}
.IndexGsjj .cont {
	font-size: 14px;
	line-height: 200%;
}
.IndexGsjj .more {
	padding-top: 40px;
}
.IndexGsjj .more a {
	background-color: #1C6CC6;
	padding: 8px 40px;
	font-size: 14px;
	color: white;
}
.IndexGsjj .more a:hover {
	background-color: #388ef0;
}
/* 缁忚惀鐞嗗康 */
.IndexJyln {
	position: relative;
	z-index: 0;
	background-color: #F3F3F3;
}
.IndexJyln:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	right: 0px;
	width: 250px;
	height: 250px;
	background-color: rgb(33,153,224,0.2);
}
.IndexJyln > div {
	background-image: url("indexZs02.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 80px;
	overflow: hidden;
}
.IndexJyln .image {
	float: right;
}
.IndexJyln .image img {
	width: 360px;
	height: 230px;
}
.IndexJyln .cont {
	float: right;
	width: 790px;
	height: 230px;
	background-color: white;
	padding: 20px 40px;
}
.IndexJyln .cont .title {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
}
.IndexJyln .cont .title2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
}
.IndexJyln .cont .text {
	font-size: 14px;
	color: #5F5F5F;
	line-height: 180%;
}
.IndexJyln .cont {
	position: relative;
}
.IndexJyln .cont .more {
	position: absolute;
	bottom: -10px;
	left: 80px;
}
.IndexJyln .cont .more a {
	background-color: #1C6CC6;
	padding: 8px 40px;
	font-size: 14px;
	color: white;
}
.IndexJyln .cont .more a:hover {
	background-color: #388ef0;
}
/* 鏂伴椈涓績 */
.IndexXwzx {
	background-image: url("xwzx.jpg");
	background-position: center center;
	height: 635px;
	padding-top: 510px;
}
.IndexXwzx ul {
	margin: auto;
	width: 960px;
}
.IndexXwzx ul li {
	color: white;
	display: flex;
	justify-content: center;
}
.IndexXwzx ul li div {
	margin: 10px 0;
}
.IndexXwzx ul li a {
	color: white;
}
/* 鑽ｈ獕璧勮川 */
.IndexRyzz1 {
	position: relative;
	z-index: 0;
	height: 250px;
}
.IndexRyzz1:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 250px;
	background-color: rgb(33,153,224,0.2);
}
.IndexRyzz1 > div {
	background-image: url("indexRyTitle.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;
}
.IndexRyzz2 {
	position: relative;
	z-index: 0;
	height: 250px;
	background-color: #F3F3F3;
}
.IndexRyzz2:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0px;
	bottom: 0px;
	width: 250px;
	height: 250px;
	background-color: rgb(33,153,224,0.2);
}
.IndexRyzz2 ul {
	position: relative;
	top: -60px;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.IndexRyzz2 ul li {
	transition: transform 0.5s ease;
}
.IndexRyzz2 ul li:hover {
	transform: scale(1.1);
}
/* 鐢熶骇璁惧 */
.IndexScsb > div {
	background-image: url("indexSbTitle.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 160px;
}
.IndexScsb ul {
	display: flex;
}
.IndexScsb ul li {
	width: 20%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.IndexScsb ul li img {
	transition: transform 0.5s ease;
}
.IndexScsb ul li img:hover {
	transform: scale(1.2);
}
/* 鑱旂郴鏂瑰紡 */
.IndexLxwm > div {
	background-image: url("indexLxTitle.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 160px 0 50px;
	display: flex;
	justify-content: space-between;
}
.IndexLxwm > div > div {
	margin: 0px;
}
.IndexLxwm .cont {
	background-image: url("indexLxIco.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding: 30px 0;
	padding-left: 180px;
}
.IndexLxwm .cont div {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 7px 0;
	padding-left: 30px;
}
.IndexLxwm .cont div:nth-child(1){background-image:url("indexLxIco01.png");}
.IndexLxwm .cont div:nth-child(2){background-image:url("indexLxIco02.png");}
.IndexLxwm .cont div:nth-child(3){background-image:url("indexLxIco02.png");}
.IndexLxwm .cont div:nth-child(4){background-image:url("indexLxIco03.png");}
.orderOnline form > div {
	display: flex;
	align-items: flex-start;
	padding: 8px 0;
	font-size: 14px;
	color: #1B6CC5;
}
.orderOnline form > div input[type=text], .orderOnline form > div textarea {
	width: 450px;
	border: 1px #1C6CC6 solid;
	background-color: #E4F3FC;
	padding: 3px;
}
.orderOnline form input[type=submit] {
	background-color: #1C6CC6;
	border: none;
	border-radius: 3px;
	color: white;
	padding: 5px 30px;
}
.orderOnline form>div:nth-child(4){display:block;text-align:right;}
/* 椤靛熬瀵艰埅 */
.FooterNav {
	background-color: #2B2B2B;
	padding: 40px 0;
}
.FooterNav > div {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: white;
}
.FooterNav > div > * {
	margin: 0px;
}
.FooterNav a {
	color: #FFF;
}
.FooterNav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 20px;
	font-weight: bold;
	line-height: 250%;
}
.FooterNav ul li {
	width: 250px;
}
.FooterNav>div>ul>li:nth-child(2){width:500px;}
.FooterNav ul ul {
	font-size: 12px;
	font-weight: normal;
}
.FooterNav .QRcode {
	text-align: center;
	font-size: 12px;
	color: #BABABA;
	line-height: 30px;
}
/* 椤靛熬 */
.Footer {
	background-color: #111111;
	padding: 20px 0;
	font-size: 14px;
	color: white;
}
.Footer > div {
	display: flex;
	justify-content: space-between;
}
.Footer > div > div {
	margin: 0px;
}
.Footer a {
	color: #43A9E5;
}
/* 鍐呴〉甯冨眬 */
.NyBody > div {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.NyBody .Left {
	width: 250px;
	margin: 0;
}
.NyBody .Right {
	width: 900px;
	margin: 0;
}
/* 宸︿晶鍐呭 */
.Left .leftTitle {
	padding: 10px 20px;
	text-align: center;
	background-color: #004da5;
	color: white;
	font-size: 20px;
}
.Left .leftTitle span {
	font-size: 16px;
	color: #c1deff;
}
.Left ul {
	background-color: #e7f2ff;
	padding: 20px 0;
	margin-bottom: 20px;
}
.Left ul ul {
	display: none;
}
.Left ul a {
	font-size: 14px;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #bcd9fc;
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

}
.Left ul li:first-child a {
	border-top: 1px solid #bcd9fc;
}
.Left ul a:hover {
	background-color: #4978af;
	color: white;
}
.Left .leftCont {
	padding: 20px;
	font-size: 12px;
	color: #333;
	line-height: 200%;
	border: 1px solid #bcd9fc;
}
/* 鍙充晶鍐呭 */
.Right .station {
	padding: 10px 20px;
	font-size: 14px;
	border: 1px solid #bcd9fc;
}
.Right .station a, .Right .station span {
	display: inline-block;
	padding: 0 5px;
	color: #333;
}
.Right .station a:hover {
	color: #004da5;
}
/* 鐢熸垚鍐呭 */
.pageTitle {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #004da5;
	padding: 20px 0;
}
.mainCont {
	line-height: 180%;
	font-size: 14px;
	color: #222;
}
.mainCont h3 {
	font-size: 16px;
	background-color: #EEE;
	padding: 5px 20px;
	color: #004da5;
	border-left: 3px solid #004da5;
}
.PageName {
	display: none;
}
/* 鍘傛埧杞﹂棿 */
.cfcjImgList {
	display: flex;
	flex-wrap: wrap;
}
.cfcjImgList li {
	width: 33%;
	height: 200px;
	margin: 10px 0px;
	position: relative;
	transition: all .5s ease;
	overflow: hidden;
}
.cfcjImgList li:hover {
	z-index: 2;
	transform: scale(1.3);
}
.cfcjImgList li img {
	width: 95%;
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
	border: 1px #CCC solid;
	background-color: white;
	object-fit: contain;
}
/* 鑽ｈ獕璇佷功 */
.gywm04Ny img {
	height: 200px;
	transition: all .5s ease;
}
.gywm04Ny img:hover {
	transform: scale(1.3);
}
/* 妫€娴嬭澶?*/
.jcsbImgList {
	display: flex;
	flex-wrap: wrap;
}
.jcsbImgList li {
	width: 33%;
	height: 200px;
	margin: 10px 0px;
	position: relative;
	transition: all .5s ease;
	overflow: hidden;
}
.jcsbImgList li:hover {
	z-index: 2;
	transform: scale(1.3);
}
.jcsbImgList li img {
	width: 95%;
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
	border: 1px #CCC solid;
	background-color: white;
	object-fit: contain;
}
.jcsbImgList li span {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 95%;
	margin-left: -50%;
	text-align: center;
	background-color: rgba(0, 41, 117, 0.7);
	padding: 5px;
	padding-bottom: 8px;
	color: white;
	font-size: 14px;
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
/* 鐢熶骇璁惧 */
.scsbImgList {
	display: flex;
	flex-wrap: wrap;
}
.scsbImgList li {
	width: 33%;
	height: 200px;
	margin: 10px 0px;
	position: relative;
	transition: all .5s ease;
	overflow: hidden;
}
.scsbImgList li:hover {
	z-index: 2;
	transform: scale(1.3);
}
.scsbImgList li img {
	width: 95%;
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
	border: 1px #CCC solid;
	background-color: white;
	object-fit: contain;
}
.scsbImgList li span {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 95%;
	margin-left: -50%;
	text-align: center;
	background-color: rgba(0, 41, 117, 0.7);
	padding: 5px;
	padding-bottom: 8px;
	color: white;
	font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
/* 绀鸿寖宸ョ▼ */
.sfgcImgList {
	display: flex;
	flex-wrap: wrap;
}
.sfgcImgList li {
	width: 33%;
	height: 260px;
	margin: 10px 0px;
	position: relative;
	transition: all .5s ease;
	overflow: hidden;
}
.sfgcImgList li:hover {
	z-index: 2;
	transform: scale(1.3);
}
.sfgcImgList li img {
	width: 95%;
	height: 100%;
	padding: 3px;
	box-sizing: border-box;
	border: 1px #CCC solid;
	background-color: white;
	object-fit: contain;
}
.sfgcImgList li span {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 95%;
	margin-left: -50%;
	text-align: center;
	background-color: rgba(0, 41, 117, 0.7);
	padding: 5px;
	padding-bottom: 8px;
	color: white;
	font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
/********************淇℃伅鍙嶉鏍峰紡********************/
#order_online {
	text-align: center;
}
#order_online table {
	font: 14px;
	color: #707070;
	margin: auto;
}
#order_online div {
	color: #F00;
}
#order_online .order_tr1 {
	background-color: #DAEDF5;
}
#order_online .order_tr2 {
	background-color: #EBF5FA;
}
#order_online .order_testinput {
	font-family: Verdana;
	font: 14px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
.Related {
	display: none;
}
/*琛ㄦ牸鏍峰紡1*/
.prodTable {
	border-collapse: collapse;
	width: 100%;
}
.prodTable thead {
	background-color: #F3F3F3;
	font-weight: bold;
}
.prodTable td {
	border: 1px gray solid;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	padding: 3px 10px;
}
/* 杩斿洖鐩綍 */
.PageBack {
	text-align: center;
	padding: 10px 0;
}
.PageBack a {
	display: inline-block;
	font-size: 12px;
	color: white;
	padding: 3px 10px;
	background-color: #0d2983;
	margin: 10px;
}
.PageBack a:hover {
	color: #0d2983;
	background-color: white;
}
/* -------------------------- 缃戦〉鐢熸垚閮ㄥ垎---鍒楄〃椤?-------------------------- */
/* 椤电爜缁熻 */
.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: #0d2983;
	margin: 10px;
}
.Pagination a:hover {
	color: #0d2983;
	background-color: white;
}
/* 鍐呴〉鍥炬爣鍒楄〃 */
.ContentIcoList {
	width: 900px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.ContentIcoList li {
	float: left;
	width: 280px;
	height: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ContentIcoList li .Image {
	width: 280px;
	height: 240px;
	border: 1px #6075b9 solid;
	overflow: hidden;
}
.ContentIcoList li .Image img {
	width: 100%;
	height: 100%;
	transition: all .5s ease;
	object-fit: cover;
}
.ContentIcoList li .Image img:hover {
	transform: scale(1.1);
}
.ContentIcoList li .Name {
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background-color: #6075b9;
}
.ContentIcoList li .Name a {
	color: white;
	font-size: 14px;
}
.ContentIcoList li .Brief {
	display: none;
}
/* 鍐呴〉鏂囧瓧鍒楄〃 */
.ContentTextList {
	width: 100%;
}
.ContentTextList li {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.ContentTextList li:hover {
	background-color: #F8F8F8;
}
.ContentTextList li .Name {
	width: 80%;
}
.ContentTextList li .Name a {
	font-size: 14px;
}
.ContentTextList li .Time {
	width: 20%;
	font-size: 12px;
	color: #666;
	text-align: right;
}
.ContentTextList li .Cont {
	display: none;
}
.ColumnsTitle {
	font-size: 18px;
	background-color: #EEE;
	padding: 5px 20px;
	color: #004da5;
	border-left: 3px solid #004da5;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.ColumnsTitle > * {
	margin: 0;
}
.ColumnsTitle .ColumnsMore {
	font-size: 14px;
}
.ColumnsTitle:first-child {
	margin-top: 0px;
}
.PageFrom {
	text-align: center;
	font-size: 13px;
	color: #999;
}
