body {
	font-family: "Microsoft YaHei";
	font-size: .85rem;
	color: #333;
	max-width: 640px;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

ul {
	list-style-type: none
}

li {
	display: inline
}

li a {
	font-size: 1rem;
}

a {
	outline: none;
}

a:focus {
	outline: 0;
}

a,img,button,input,textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

em {
	font-style: normal;
}

input[type="button"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance: none;
}

/*头部*/
header {
	line-height: 60px;
	position: relative;
	background-color: #286f67;
	color: #fff;
	height: 60px;
}

header a {
	color: #fff;
	font-size: 1.5em;
	line-height: 25px;
}

header h1 {
	font-size: 1.6em;
	text-align: center;
	width: 76%;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -38%;
}

.bgyuan {
	font-family: "FixFont";
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	padding: 5px;
	line-height: 25px;
	text-align: center;
	margin: 12px 10px;
	cursor: pointer;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, .6);
}

header span {
	-webkit-transform: rotate(90deg);
}

header .head_h1 {
	width: 85%;
	margin-left: 0px;
	left: 3%;
	font-weight: 100;
}
.cxg{color:#333;font-size:1.2rem;margin-bottom: 10px;display: block;}
/*幻灯片*/
.addWrap {
	position: relative;
	width: 100%;
	background: rgb(0, 0, 0);
	height: 280px;
}

.addWrap .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	height: 100%;
}

.addWrap .swipe-wrap {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.addWrap .swipe-wrap div {
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
}

.addWrap .swipe-wrap div a {
	height: 100%;
	display: block;
}

.addWrap .swipe-wrap div a img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

#position {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px 3%;
	margin: 0;
	background: url(../images/lunbo_bg.png);
	width: 94%;
	filter: alpha(opacity = 50);
	text-align: left;
}

#position li {
	width: 100%;
	display: none;
}

#position li a {
	color: rgb(255, 255, 255);
}

#position li a h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

#position li a span {
	font-size: 0.85em
}

#position li.cur {
	display: inline-block;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/*查询结果*/
.qresult {
	display: none;
}

.query {
	width: 100%;
	margin: 0 auto;
	background-color: #eeeeee;
	padding: 2% 0;
	letter-spacing: 1px;
}

.lookxq {
	float: right;
	padding: 10px 0;
}

.lookxq em {
	display: inline-block;
	border: 4px solid #286f67;
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 2px 6px;
}

.query1 {
	width: 30px;
	margin-left: 10px;
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #ff6f02;
	border-radius: 30px;
	color: #ff6f02;
	font-weight: bold;
	font-size: 1.8em;
	display: inline-block;
	text-align: center;
}

.query2 {
	width: 80%;
	padding-left: 2%;
}
.query3{line-height:27px;}
.query h1 {
	font-size: 2em;
	text-align: center;
	background: #286f67;
	color: #fff;
	font-weight: 100;
}

.query h2 {	
	color: #286f67;
	padding: 10px;
	padding-top: 0;
}

.query2 p {
	padding-top: 10px;
	font-size: 1.2em;
}

.query p {
	color: #7e7e7e;
}

.query b {
	color: #f00;
	font-weight: bold;
}

.messdl {
	border-bottom: 1px dashed #ddd;
	padding: 10px 2%;
	width: 96%;
	cursor: pointer;
}
.showul dl:last-child{border-bottom:0;}
.showul dl:first-child{border-top:7px solid rgb(238,238,238);}
.showul dl:nth-child(2n){background:rgb(249,249,249)}
.messdl dt {
	width: 15%;
	background: #eeeeee;
	height: 15%;
	text-align: center;
	max-width: 60px;
	max-height: 60px;
	border-radius: 5px;
}

.messdl dt img {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	
}

.messdl dd {
	width: 77%;
	padding-left: 2%;
	float: right;
}

.messdl dd h4 {
	color: #333;
	font-size: 1.3em;
	padding-bottom: 5px;
}

.messdl dd div span {
	color: #999;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	overflow: hidden;
}

.messdl dd div a {
	float: right;
	width: 20%;
	text-align: right;
}

.messdl dd div a:hover {
	color: #286F67;
}

.divheg {
	width: 100%;
	height: 100px;
}

.footer_ind {
	position: fixed;
	width: 100%;
	bottom: 0;
	background-color: #fff;
	left: 0;
}

.footer_ind a,.footer_ind div {
	white-space: nowrap;
	width: 25%;
	display: inline-block;
	float: left;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	padding: 15px 0;
	position: relative;
}

.footer_ind a {
	overflow: hidden;
}

.footer_ind div,.footer_ind a:nth-child(4) {
	border-right: none;
	width: 24%;
	cursor: pointer;
}

.footer_ind a b,.footer_ind div b {
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	right: -2px;
	bottom: -7px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #e6e6e6;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.spantop {
	font-size: 1.2em;
	padding-top: 5px;
	display: block;
	width: 100%;word-wrap: break-word;word-break:break-all;
}

.que_fir {
	background: rgb(255, 255, 255);
	padding-bottom: 20px
}

.que_fir .query2 p {
	color: rgb(90, 90, 90);
	font-size: 1.3em;
	}

.que_fir .query1 {
	font-weight: normal;
}
/*公司介绍*/
.main {
	line-height: 22px;
	color: #666;
	margin-bottom: 60px;
	width: 100%;
	
}

.company img {
	max-width: 640px;
	width: 100%;
	text-align: center;
}

.company div {
	padding-bottom: 10px;
}

.footer_b {
	/* max-width: 640px; */
	line-height: 40px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #286f67;
	color: #fff;
	height: 40px;
}

.footer_b p {
	padding: 0 10px;
}

.footer_b a {
	color: #1f4d48;
	font-size: .8em;
	padding: 0 10px;
}
/*视频中心*/
.videos {
	width: 96%;
	max-width: 640px;
	margin: 10px auto;
	margin-top: 0;
	background-color: #eee;
	padding: 2%;
}

.videos h2 {
	font-weight: 300;
	font-size: 1.1rem;
	color: #333;
}

.videos video {
	top: 0;
	left: 0;
	width: 100%;
	margin: 10px 0;
}

video img {
	width: 100%;
	height: 100%;
}
/*产品信息*/
.listul {
	line-height: 25px;
	width: 100%;
}

.listul li {
	margin: 10px 10px 0px;
	display: block;
	background: #fff;
	padding: 10px;
	text-align: center;
	box-shadow: 0px 2px 4px rgb(150,150,150);
}

.listul li img {
	width: 100%;
}

.listul li div h1 {
	font-size: 1.2em;
	color: #333;
	font-weight: 100;
	line-height: 28px;
	text-align: left;
}

.listul li div p {
	color: #666;
}

.ctitleh1 {
	padding: 20px 0;
	font-size: 1.8em;
	font-weight: 100;
}

.content1 {
	line-height: 22px;
	color: #666;
	margin-bottom: 60px;
	width: 96%;
	padding: 1% 2%;
	overflow: hidden;
}

.showtwo {
	width: 96%;
	max-width: 640px;
	line-height: 25px;
	border-bottom: 1px solid #e5e4e4;
	float: left;
	font-size: 1.25em;
	padding:8px 2%;
}

.showtwo img {
	width: 100%;
	margin-bottom: 5px;
	margin-top:5px;
}

.cor {
	font-weight: bold;
	color: #333;
}

.showtwo table {
	font-size: .8em;
	border:1px solid #eee;
	line-height:30px;
	margin-top:10px;
	color:#666;
}
.showtwo table tr:first-child{background:#eee;color:#333;font-size:1.1rem;}
.showtwo table tr td{padding-left:10px;}

.videopay {
	width: 100%;
	height: 100%;
	max-height: 140px;
	background: transparent url('../images/play.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*质量诉求*/
.itemdl {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 98%;
	padding: 0 1%;
	line-height: 50px;
}

.itemdl dt,.itemdl dd {
	float: left;
}

.itemdl dt {
	float: left;
	display: block;
	width: 30%;
	text-indent: 10px;
}

.itemdl dd {
	width: 65%;
	float: right;
	font-size: 1em;
}

.itemdl input[type="text"],.itemdl textarea {
	background: transparent;
	border: none;
	width: 100%;
	font-size: 1.3em;
	padding: 10px 0;
}

.itemdl textarea {
	margin: 10px 0;
}

.itemdl input[type="text"].yzmtxt {
	width: 40%;
}

.itemdl .yzmimg {
	width: 80px;
	float: right;
	margin-top: 13px;
}

.btndiv {
	padding: 10px;
	width: 80%;
	margin: 10px auto;
}

.btndiv input[type='button'] {
	border-radius: 4px;
	text-align: center;
	width: 45%;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border: none;
}

.graybtn {
	background: #ddd;
	color: #333;
}

.oragebtn {
	background: #286F67;
	color: #fff;
}

/*底部*/
.navul {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 100%;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 45px;
}

.navul li {
	width: 100%;
	display: block;
	float: left;
	border-bottom: 1px solid #ddd;
}

.navul li:last-child,.navul li span {
	border-bottom: none;
}

.navul li a,.navul li span {
	display: inline-block;
	float: left;
	width: 100%;
}

.navul li span {
	padding:20px 0;
	line-height: 25px;
}
/*销售网点*/
.salesul {
	line-height: 35px;
	float: left;
	width: 100%;
	overflow-x: hidden;
	font-size: 1.2em;
}

.salesul li {
	float: left;
	background: #fff;
	padding: 2% 2% 0 2%;
	width: 96.1%;
	margin-bottom: 4%;
}

.salesul h2 {
	font-size: 1.1em;
	font-weight: 100;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.salesul p,.salesul a {
	color: #666;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	margin-bottom: 5px;
}

.selectdiv {
	width: 100%;
	line-height: 30px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 4%;
}

.selectdiv select {
	background-color: transparent;
	height: 45px;
	font-size: 1.3em;
	font-family: "microsoft yahei";
	border: none;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.salesul li b {
	float: left;
	display: inline-block;
	width: 5%;
	text-align: center;
	padding: 8px 15px;
	background: #eee;
}

.salesul li span {
	float: left;
	display: block;
	width: 70%;
	padding-left: 10px;
}

.dotdl {
	width: 100%;
	margin-bottom: 5px;
	float: left;
	border-bottom: 1px solid #eee;
}

.dotdl dt {
	width: 5%;
	text-align: center;
	padding: 8px 15px;
	background: #eee;
	float: left;
}

.dotdl dd {
	float: left;
	display: block;
	width: 80%;
	padding-left: 10px;
}
/*活动咨询 产品促销内页*/
.hddiv {
	line-height: 45px;
}

.hddiv p {
	border-bottom: 1px solid #e8e8e8;
	float: left;
	display: block;
	width: 100%;
	font-size: 1.1em;
}

.hddiv p strong {
	float: left;
	color: #333;
}

.hddiv p span {
	float: left;
	line-height: 22px;
	padding: 10px 0;
}

.ejul {
	line-height: 35px;
}

.ejul li {
	display: block;
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?dwvrdc');
	src: url('fonts/icomoon.eot?dwvrdc#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?dwvrdc') format('truetype'),
		url('fonts/icomoon.woff?dwvrdc') format('woff'),
		url('fonts/icomoon.svg?dwvrdc#icomoon') format('svg');
	font-weight: 100;
	font-style: normal;
}

[class ^="icon-"],[class *=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.6em;
	color: #9c9b9b;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*联系人姓名*/
.icon-user:before {
	content: "\e900";
}
/*地址*/
.icon-map-pin-fill:before {
	content: "\e901";
}
/*网点描述*/
.icon-quill:before {
	content: "\e902";
}
/*销售热线*/
.icon-phone-hang-up:before {
	content: "\e903";
	font-size: .9em;
}
/*联系人电话*/
.icon-mobile:before {
	content: "\e904";
}
/*响应式*/
@media only screen and (max-width:320px) {
	header h1 {
		font-size: 1.4em;
	}
	.bgyuan {
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 1.3em;
		margin-top: 17px;
	}
	
	.query h2,.messdl dd h4 {
		font-size: 1em;
	}
	.query h1 {
		font-size: 1.2em;
	}
	.footer_ind a:last-child {
		width: 23%;
	}
	
	.spantop {
		font-size: 1em;
		padding-top: 6px;
	}
}

@media only screen and (min-width:321px) and (max-width:380px) {
	header h1 {
		font-size: 1.4em;
	}
	.bgyuan {
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 1.5em;
		margin-top: 15px;
	}

	.query h2,.messdl dd h4 {
		font-size: 1.2em;
	}
	.query h1 {
		font-size: 1.5em;
	}
	
	.spantop {
		font-size: 1em;
		
	}
}

@media only screen and (min-width:381px) and (max-width:420px) {
	header h1 {
		font-size: 1.4em;
	}
	.bgyuan {
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 1.5em;
		margin-top: 15px;
	}
	
	.query h2,.messdl dd h4 {
		font-size: 1.3em;
	}
	.query h1 {
		font-size: 1.8em;
	}
	
	.spantop {
		font-size: 1.2em;
		
	}
}

@media only screen and (min-width:421px) and (max-width:486px) {
	.spantop {
		font-size: 1.2em;
		
	}
}