@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
}
section, article, aside, header, footer, nav, dialog, figure {
	display: block;
}
ul, ol {
	list-style: none;
}
img, fieldset {
	vertical-align: middle;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, cite, code, em, th {
	font-weight: normal;
	font-style: normal;
}
input, button, textarea, select {
	font: 100% Arial, '';
	vertical-align: middle
}
table, td, tr, th {
	font-size: 12px;
}
.nodispaly {
	display: none
}
.line {
	height: 20px;
	line-height: 20px;
	font-size: 0px;
	clear: both;
	overflow: hidden;
	display: block;
}
.clearfix {
*zoom:1;
}
.clearfix:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.layout {
	width: 1280px;
	margin: 0 auto;
}
/*::-webkit-scrollbar-track{background-color: #e8e8ea;}
::-webkit-scrollbar{ width:10px;}
::-webkit-scrollbar-thumb{background-color:#222326;}*/


.clears {
	clear: both;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}
#dropWebMenu {
	position:fixed;
	top: 0px;
	background-color: #3463b0;
	right: -200px;
	z-index: 1000;
	padding-top:25px;
	height:800px;
	width: 200px;

}
#dropWebMenu a {
	color: #ffffff;
}
.webMenuDrops {
	text-align: left;
	height: 36px;
	text-indent:50px;
	width: 100%;
	line-height: 36px;

	font-size: 16px;
}
.dropWebMenuCur {
	text-align: left;
	height: 45px;
	text-indent: 12px;
	width: 100%;
	line-height: 45px;
	border-bottom: #ffffff 1px solid;
	font-size: 17px;
	background: #407ee5;
}
.dropWebMenuCur a {
	color: #000000;
	text-transform: none;
}
header {
	position: fixed;
	width: 100%;
	left: 0%;
	top: 8%;
	z-index: 100;
	display: none;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	height:80px;

}
header #hmbut {
	width: 8%;
	position: absolute;
	left: 2%;
	top: 25px;
}

header #hmbut img {
	width:90%;
}
	
header .logo {
	width: 60px;
	position: absolute;
	left: 13%;
	top: 15px;
}
header img {
	width: 55px;
}

.logowz {
	width: 180px;
	position: absolute;
	left: 28%;
	top: 16px;
	color:#3463b0;
	font-size:22px;
	font-weight:bold;
}

.logowzen {
	width: 180px;
	position: absolute;
	left: 30%;
	top: 50px;
	color:#999;
	font-size:12px;
	font-family:Arial;
	letter-spacing:-1px;
	text-transform:capitalize;
	
}
header .header-main {
	transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
}
header .m-btn {
	width: 60px;
	height: 80px;
	margin-top:5px;
	text-align: center;
	float: right;
	margin-right: 2%;
}
header .m-btn .box {
	display: block;
	position: relative;
	font-size: 30px;
	color: #FFF;
	text-shadow: 0.05em 0.05em #666
}
.body-wrap {
	width: 100%;
	position: relative;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
.body-wrap.left, header.left .header-main {
	transform: translateX(-25%);
}
.m-sub-menu.show {
	right: 0;
	transition: all 0.44s ease 0s;
}
.m-sub-menu {
	position: fixed;
	right: -100%;
	width: 25%;
	top: 0;
	z-index: 100;
	height: 100%;
	background-color: #e7e7e8;
	transition: all 0.64s ease 0s;
}
.m-sub-menu .box {
	margin: 0 20%;
}
.m-sub-menu .top-box {
	margin-top: 20%;
}
.m-sub-menu .top-box .stt {
	display: inline-block;
	font-size: 16px;
	color: #acacac;
	margin-left: 8.2%;
	float: left;
}
.m-sub-menu .top-box .close {
	cursor: pointer;
	float: right;
	text-align: center;
	line-height: 30px;
}
.m-sub-menu .top-box .close i {
	font-size: 24px;
}
.m-sub-menu .list-wrap {
	margin-top: 5%;
}
.m-sub-menu .list-wrap ul {
}
.m-sub-menu .list-wrap li {
	line-height: 40px;
	font-size: 16px;
	text-align: right;
}
.m-sub-menu .list-wrap li a {
	position: relative;
}
.m-sub-menu .list-wrap li a:hover {
	text-decoration: none;
}
.m-sub-menu .list-wrap li a.current {
	font-weight: bold;
	color: #2EAFBB;
}
.m-sub-menu .bot-link {
	margin-top: 30px;
	text-align: right;
}
.m-sub-menu .bot-link i {
	font-size: 20px;
}
.m-sub-menu .bot-link a {
	margin-left: 20px;
}
.m-sub-menu .bot-link a:hover {
	text-decoration: none;
}
.m-sub-menu .sec-sub-list {
	position: absolute;
	right: -100%;
	top: 60px;
	width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	line-height: 60px;
	background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
	padding-left: 18px;
	color: #fff;
	font-size: 18px;
}
.m-sub-menu .sec-sub-list .return-fir p i {
	font-size: 14px;
	margin-right: 10px;
}
.m-sub-menu .sec-sub-list .boxs {
	width: 100%;
	transition: all 0.4s ease 0s;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.m-sub-menu .sec-sub-list .boxs.show {
	left: -100%;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
	width: 100%;
}
.m-sub-menu .sec-sub-list li {
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	font-size: 16px;
	color: #666;
}
.m-sub-menu .sec-sub-list li a:hover {
	text-decoration: none;
}
.m-sub-menu .sec-sub-list .bot-link {
	margin-top: 14px;
}
.yy {
	text-align: right;
	margin-top: 30px;
}
.yy a:hover {
	text-decoration: none;
}
.yy a.current {
	font-weight: bold;
}
.bq {
	text-align: right;
	line-height: 18px;
	color: #000;
	font-size: 12px;
	position: absolute;
	right: 0px;
	bottom: 50px;
	margin: 0 20%;
}
header {
	display: block;
	left: 0px;
	top: 0%;
}
.body-wrap.left, header.left .header-main {
	transform: translateX(-66%);
}
.m-sub-menu {
	width: 66%;
}
.m-sub-menu .box {
	margin: 0 15%;
}
.m-sub-menu .bot-link a {
	margin-left: 10px;
}
.index_about_er {
	display: block;
	text-align: left;
	padding: 30px 3% 10px;
	line-height:25px;
	
	
	

}

.index_about_er img {
	width:100%;
	margin-bottom:10px;
}

.index_about_er img {
	width: 100%;
}
.index_about_er a {
	padding: 0px;
	display: block;
}
.index_about_er a:hover {
	text-decoration: none;
}
.index_about_er i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #333;
	border-radius: 50px;
	margin: 0 auto;
	display: block;
}
.index_about_er .an {
	margin-top:20px;
}
.index_about_er .an p {
	font-weight: bold;
	font-size: 24px;
	padding: 30px 0;
}
.index_about_er .an span {
	font-size: 12px;
}
#indexprd {
	clear: both;
	width: 100%;
	;
	padding: 20px 0px;
	text-align: center;
}
#tjprod {
	padding: 18px 0px;
	clear: both;
}
.indexbt {

	font-size: 23px;
	line-height: 40px;
	color: #3463b0;
	text-align:left;
	border-bottom:#ddd 1px solid;
	position:relative;
	text-indent:5px;
	padding-bottom:2px;

}

.indexbt span {
	float:right;
	margin-right:10px;
}

.indexbt span a {
	font-weight:normal;
	font-size:15px;
	color:#999;
}

.indexbt::after {
	bottom: -2px;
	width: 132px;
	height: 3px;
	position: absolute;
	left: 0px;
	content: "";
	background:#3463b0;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
}

.indexbt span {
	font-size:14px;
	color: #7f7e7e;
	font-weight: normal;
}
.indexbt a {
	font-size: 16px;
	font-weight: bold;
}
.bordbg {
	clear: both;
	width: 98%;
	margin: 0px auto;
	background-color: #FFF;
	text-align: center;
	padding-top: 2px;
}
.piclist {
	float: left;
	width: 50%;
	text-align: center;
	padding-bottom: 10px;
	line-height: 20px;
}

.piclistindex {
	float: left;
	width: 47%;
	text-align: center;
	padding-bottom: 10px;
	line-height: 20px;
	border-radius:3px;
	border: #CCCCCC solid 1px;
	margin:10px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
.piclistindex img {
	display: block;
	margin: 0px auto;
	width: 90%;
	margin-top: 10px;
}


.indexpy {
	border-bottom:#d2d2d2 dashed 1px;
	width: 90%;
	margin: 0px auto;
}

.indexnm {
	text-align:left;
	background:url(../../images/pnmbg.png) no-repeat right center;
	 background-size:19px 5px;
	width: 90%;
	margin: 0px auto;
	padding-top:5px;
}

.indexpy img {
	height:6px;
	margin-top:8px;
	margin-bottom:8px;
}
.piclist img {
	display: block;
	margin: 0px auto;
	width: 95%;
	margin-bottom: 0px;
	border: #CCCCCC solid 1px;
}
.piclist div {
	border: #CCCCCC solid 1px;
	width: 95%;
	line-height: 30px;
	margin: 0px auto;
	border-top: 0px;
	text-align: center;
	margin-bottom: 15px;
}
.piclist span {
	color: #D90001;
}
#indexnews {
	width: 100%;
	clear: both;
	text-align: center;
}
#indexnewslist {
	clear: both;
	padding: 15px 8px 0px;
}
.newslist {
	clear: both;
	height: 45px;
	line-height: 45px;
	text-indent: 5px;
	border-bottom: #b3b3b3 1px dotted;
	overflow: hidden;
	text-align: left;
}
.newslist a {
	display:block;
	float:left;
	line-height:45px;
	width:240px;
}
.newslist span {
	float: right;
}
#abmenu {
	clear: both;
	width: 100%;
	padding: 15px 0px;
}
#abmenu ul li {
	float: left;
	text-align: center;
	margin: 10px;
}
.listabcur a {
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #3463b0;
	text-align: center;
	color: #ffffff;
	padding-left: 7px;
	padding-right: 7px;
}
.listab a {
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #EEEEEE;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
}
#abmain {
	clear: both;
	padding: 20px 10px;
	text-align:left;
	line-height:25px;
}
#abbody {
	width: 100%;
	clear: both;
}
#abpath {
	clear: both;
	width: 100%;
	text-align:center;
	padding-top:20px;
}
#prdmain {
	clear: both;
	padding: 20px 0px;
}
#apths {
	clear: both;
	width: 100%;
	line-height: 46px;
	text-align: center;
	color: #464646;
	border-bottom: #bdbcbd 1px solid;
	height: 46px;
	background: url(../images/abbg.gif);
	font-size: 17px;
	position: relative;
}
#dropmenu {
	position: absolute;
	background-color: #fff;
	left: 0px;
	top:44px;
	display: none;
	z-index: 1000;
	width: 100%;
	border-bottom-width: 0px;
	overflow: hidden;
}
.drops {
	text-align: left;
	height: 45px;
	text-indent: 7px;
	width: 100%;
	line-height: 45px;
	border-bottom: #CBC8C8 1px solid;
	font-size: 16px;
	position: relative;
}
.icon-left {
	float: left;
	padding-left: 5px;
	display: block;
}
.icon-left img {
	height: 18px;
	border: 0px;
	line-height: 46px;
}
.icon-details {
	float: right;
	font-style: normal;
	padding-right: 5px;
	font-size: 16px;
	display: block;
}
.icon-details img {
	height: 30px;
	border: 0px;
}
#prdinfoimg {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
#prdinfoimg img {
	max-width: 98%;
}
#prodinfodetails img {
	max-width: 98%;
}
#picinfowz {
	clear: both;
	padding: 0px 5px;
	text-align: left;
}
#prodinfodetails {
	clear: both;
	padding: 15px 5px;
	text-align: left;
}
.newsinfotitle {
	text-align: center;
	width: 100%;
	line-height: 30px;
	margin: 0px auto;
	padding-top: 25px;
	border-bottom: #cccccc 1px solid;
}
.newsinfotop {
	text-align: center;
	padding: 15px;
	clear: both;
}
.newsinfos {
	clear: both;
	line-height: 25px;
	padding: 0px 10px 20px 10px;
}
.newsinfos img {
	max-width: 100%;
}
.contact_box {
}
.zxly {
}
.zxly h2 {
	font-size: 24px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 2%;
}
.zxly ul {
	width: 80%;
	margin: 0 auto;
}
.zxly li {
	width: 95%;
	margin-bottom: 5%;
	float: left;
	text-align: left;
}
.zxly ul font {
	color: #FF0000;
	padding-left: 5px;
	float: left;
	padding-top: 16px;
}
.zxly ul div {
	float: left;
	padding-left: 5px;
	padding-top: 15px;
}
.zxly li .input_txt {
	width: 96%;
	height: 40px;
	border: 1px solid #999;
	outline: medium;
	padding: 0 2%;
	font-family: "宋体";
	background: none;
	color: #333;
}
.zxly li.textarea {
	width: 95%;
	margin: 0;
}
.zxly li.textarea textarea {
	width: 98%;
	height: 100px;
	border: 1px solid #999;
	outline: medium;
	padding: 1%;
	font-family: "宋体";
	background: none;
	color: #333;
}
.zxly .more {
	margin-top: 10px;
}
.zxly .input_btn {
	width: 100px;
	height: 40px;
	font-family: "宋体";
	border: 0 none;
	margin-right: 5px;
	color: #FFF;
	background: #2EAFBB;
}
.zxly .input_btn2 {
	width: 100px;
	height: 40px;
	font-family: "宋体";
	border: 0 none;
	margin-left: 5px;
	color: #FFF;
	background: #999;
}
#footsps {
	width: 100%;
	height: 75px;
	clear: both;
	overflow: hidden;
}
#footmain {
	text-align: center;
	width: 100%;
	border-top:#ddd 1px solid;
}
#footmain p {
	text-align: center;
	line-height: 47px;
	height: 47px;
}
#footmenu {
	clear: both;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index:5000000;
	height: 55px;
	background-color: #3463b0;/*border-top:#BF8643 1px solid;*/
}
#footmenu ul li {
	float: left;
	text-align: center;
	overflow: hidden;
}
#footmenu div {

	text-align: center;
	padding-top: 5px;
}
#footmenu img {
	display: block;
	margin: 0px auto;
	height: 25px;
	border: 0px;
	margin-bottom:3px;
}
#footmenu a {
	color: #ffffff;
}
.webpage a{
		display:inline-block;
		width:30px;
		height:30px;
		border-radius:4px;
		background:#f2f2f2;
		color:#999;
		font-size:16px;
		text-align:center;
		line-height:30px;
		margin:0px 3px;
		overflow:hidden;
}
.webpage a:hover{
   background:#3463b0;
   color:#fff;
}
.webpagecur{
   background:#3463b0!important;
   color:#fff!important;
}


#indexmenu {
	clear:both;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}

#indexmenu ul li {
	width:25%;
	float:left;
	text-align:center;
	font-size:18px;
}

#indexmenu img {
	display:block;
	margin:10px auto;
	clear:both;
	height:28px;
}

#indexcate {
	clear:both;
	padding:15px 0px;
}

#indexcate ul li {
	float:left;
	width:33.33%;
}
.indecatepic {
	clear:both;
	text-align:center;
}

.indecatepic img {
	height:60px;
	margin-bottom:5px;
}

.indexbten {
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0px;
	text-align: center;
	color: #999999;
	clear:both;
}
.indexbtwz {
	font-size: 14px;
	text-align: center;
	color: #666;
	clear:both;
	line-height:25px;
}

.graylinebg {
	height:9px;
	background:#f5f5f5;
	line-height:0px;
	clear:both;
	width:100%;
}

#indexfootlx {
	clear:both;
	padding:20px 0px 20px 10px;
	
}

#indexfootlx ul li {
	clear:both;
	padding:5px 0px;
	font-size:16px;
	
}

.footlxtel {
	font-size:32px!important;
	font-family:Arial;
	color:#3463b0;
}