﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 14px;
	min-width: 1200px;
	color: #333;
	margin: auto;
}

body {
	overflow-x: hidden;
}

ul,
li {
	list-style: none;
}

img {
	display: block;
	border: 0;
}

input,
textarea {
	outline: none;
}

a {
	color: #565656;
	text-decoration: none;
}

a:hover {
	color: #ee3a3a;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainb {
	width: 1200px;
	margin: 0 auto;
}

.paddt30 {
	padding: 30px 0 0;
}

.paddb20 {
	padding-bottom: 20px;
}

.overfw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m_bot {
	display: none;
}


/*/////////////////////////////////////////*/

.head_top {
	background: #333;
}

.headt_con {
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #fff;
}

.headt_con i {
	float: left;
	font-style: normal;
}

.headt_con span {
	display: inline-block;
	padding-left: 25px;
	background: url(../img/icon3.png) no-repeat 0 center;
}

.headt_con a {
	display: inline-block;
	padding-left: 25px;
	margin-left: 20px;
	font-size: 14px;
	color: #fff;
}

.headt_con a.zxzx {
	background: url(../img/icon1.png) no-repeat 0 center;
}

.headt_con a.lxyb {
	background: url(../img/icon2.png) no-repeat 0 center;
}

.head_bot {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.logo {
	width: 350px;
	height: 52px;
	position: absolute;
	left: 0;
	top: 20px;
}

.logo img {
	height: 100%;
}

.m_btn {
	position: absolute;
	right: 2.5%;
	top: 17px;
	width: 30px;
	margin: 0;
	display: none;
	cursor: pointer;
}

.m_btn tt {
	float: left;
	width: 30px;
	height: 4px;
	background: #fff;
	margin-top: 5px;
}

.m_close {
	display: inline-block;
	font-size: 26px;
	color: #fff;
	position: absolute;
	right: 5%;
	top: 10px;
	z-index: 999;
	display: none;
	cursor: pointer;
}

.head_nav {
	margin-left: 360px;
	text-align: right;
}

.head_nav li {
	display: inline-block;
	margin: 0 0 0 1.5%;
	position: relative;
	z-index: 11;
}

.head_nav li a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	height: 85px;
	line-height: 85px;
	border-bottom: 4px solid #fff;
	padding: 0 20px;
}

.head_nav li a:hover,
.head_nav li:hover a,
.head_nav li.on a {
	background: #f5f5f5;
	border-bottom: 4px solid #ee3a3a;
}

.head_nav li dl {
	width: 150px;
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 22;
	background: #fff;
	border-top: 4px solid #f7c93d;
	display: none;
}

.head_nav li dl a {
	display: block;
	width: 100%;
	line-height: 30px;
	text-indent: 20px;
	padding: 0;
	font-size: 14px;
	border: none;
}

.head_nav li:hover dl a,
.head_nav li.on dl a {
	color: #333;
	font-weight: 300;
	border-bottom: none;
}

.head_nav li dl a:hover {
	background: #004480;
	color: #fff;
}

.head_nav li.onn {
	z-index: 22;
}

.head_nav li .hnav_twoli {
	position: absolute;
	background: #fff;
	padding: 10px 0 0 0;
	border-top: 2px solid #ee3a3a;
	border-bottom: 0;
	/*border-radius:10px 10px 0 0;*/
	left: -30px;
	z-index: 9999;
	opacity: 0;
	transition: all .3s ease 0s;
	visibility: hidden;
	transform: translate3d(0, 10px, 0);
}

.head_nav li .hnav_twoli li {
	position: relative;
	display: block;
	text-align: center;
	margin: 0;
	min-width: 166px;
	background: none;
}

.head_nav li .hnav_twoli li a {
	color: #333;
	white-space: nowrap;
	border-radius: 0;
	height: 42px;
	line-height: 42px;
	padding: 10px 30px;
	border-bottom: 1px solid #f3f3f3;
	font-size: 16px;
	width: 100%;
	padding: 0px;
}

.head_nav li:hover .hnav_twoli {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.head_nav li:hover .hnav_twoli a {
	background: #fff;
	color: #333;
	font-size: 16px;
}

.hnav_twoli li:hover a {
	color: #ee3a3a !important;
}

.head_nav li .hnav_twoli li .hnav_twoli2 {
	position: absolute;
	background: #fff;
	border: 1px solid #f3f3f3;
	border-bottom: 0;
	right: -202px;
	top: -17px;
	z-index: 9999;
	opacity: 0;
	transition: all .3s ease 0s;
	visibility: hidden;
}

.head_nav li .hnav_twoli li:hover .hnav_twoli2 {
	opacity: 1;
	visibility: visible;
}

.yb_mobile {
	display: none !important;
}

.yb_pc {
	position: relative;
	display: block !important;
	float: left;
	width: 347px;
	height: 52px;
	padding-top: 12px;
	top: 0;
	background: none;
}

.headfix {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
	background-color: rgba(13, 13, 13, 0.6);
	float: left;
	height: 89px;
}

.headfix li a {
	color: #fff;
	border-bottom: 0;
}

.headfix li a:hover,
.headfix li:hover a,
.headfix li.on a {
	background: #ee3a3a;
}

.head_nav .cur {
	background: #f5f5f5;
	border-bottom: 4px solid #ee3a3a;
}

.headfix li .cur {
	background: #ee3a3a;
}


/*banner*/

.ybanner {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.ybanner li {
	height: 600px;
	background-repeat: no-repeat;
	background-position: center top;
}

.ybanner li a {
	display: block;
	width: 100%;
	height: 100%;
}

.ybanner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 42px;
	height: 6px;
	margin: 0 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}


/*小优势*/

.hybox {
	background: #f5f5f5;
	padding: 15px 0;
}

.hycon {}

.hycon li {
	width: 18.8%;
	height: 115px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 90% center;
	float: left;
	margin-left: 1.5%;
	background-size: auto 44px;
	overflow: hidden;
}

.hycon li h2 {
	font-size: 18px;
	color: #000;
	padding: 30px 0 0 20px;
}

.hycon li p {
	font-size: 14px;
    color: #a2a2a2;
    padding: 8px 5px 0 20px;
    height: 35px;
    overflow: hidden;
}

.hycon li:nth-child(1) {
	margin-left: 0;
}

.hycon li:hover {
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, .1);
	transition: .5s;
}

.hytxt {
	float: left;
}

.hytxt {
	float: left;
	width: 145px;
	overflow: hidden;
}

.hycon li img {
	float: right;
	width: 64px;
	padding: 25px 10px 0 0;
}


/*首页产品*/

.htitle {
	height: 97px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.htitle .htit_con {
	width: 70%;
	overflow: hidden;
	float: left;
}

.htitle h1 i {
	font-style: normal;
	color: #ee3a3a;
}

.htitle h1 {
	color: #666;
}

.htitle span {
	font-style: normal;
	letter-spacing: 2px;
	color: #777;
	text-transform: uppercase;
	padding-top: 6px;
	display: block;
}

.htitle em {
	display: block;
	width: 60px;
	height: 3px;
	background: #ee3a3a;
	margin: 6px 0;
}

.htitle p {
	color: #777;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}

.htitle .htit_a {
	display: block;
	float: right;
	text-align: center;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #ee3a3a;
	margin-top: 65px;
	border: 1px solid #ee3a3a;
}

.htitle .htit_a:hover {
	color: #ee3a3a;
	background: #fff;
	transition: .3s;
}

.hprobox {
	overflow:hidden;
	background: url(../img/hprobg.jpg);
}

.hprocate ul {
	font-size: 0;
}

.hprocate li {
	display: inline-block;
	width: 15.8%;
	font-size: 16px;
	margin: 0 1% 1% 0;
	line-height: 37px;
	height: 39px;
	background: #eee;
	text-align: center;
	padding: 0 3px;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.hprocate li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hprocate li:nth-child(6n) {
	margin-right: 0;
}

.hprocate li:hover {
	color: #ee3a3a;
	border: 1px solid #ee3a3a;
	background: #fff;
	transition: .3s;
}

.hprocon li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	float: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: relative;
}

.hprocon li:nth-child(4n) {
	margin-right: 0;
}

.hprocon li .hproimg {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.hprocon li .hproimg img {
	width: 100%;
	height:100%;
}

.hprocon li .hproinfo {
	padding: 15px 6px;
	box-sizing: border-box;
	background: #fff;
}

.hprocon li .hproinfo h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0 10px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.hprocon li .hproinfo p {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hprocon li em {
	display: block;
	width: 0;
	height: 2px;
	background: #ee3a3a;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.hprocon li:hover img {
	transform: scale(1.2);
	opacity: 0.8;
	transition: 1s;
}

.hprocon li:hover em {
	width: 100%;
	transition: .6s;
}

.hprocon li:hover h3 {
	color: #ee3a3a;
}


/*首页关于*/

.habout {
	background-image: url(../img/habg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.habout_info {
	width: 60%;
	color: #fff;
}

.habout_info h2 {
	padding-bottom: 15px;
	font-size: 26px;
	color: #ee3a3a;
}

.habout_info p {
	line-height: 1.8;
	overflow: hidden;
	height: 150px;
	text-indent: 2em;
}

.habout_info ul {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #eee;
}

.habout_info ul li {
	float: left;
	width: 24.3%;
	border-right: 1px solid #eee;
	padding: 0 10px 0 0;
	margin-right: 4%;
	box-sizing: border-box;
}

.habout_info li em {
	display: block;
	width: 30px;
	height: 2px;
	background: #eee;
	margin: 10px 0;
}

.habout_info ul li:nth-child(3) {
	border-right: 0;
}

.habout_info ul a {
	display: block;
	width: 90px;
	float: right;
	height: 50px;
	color: #fff;
	background: #ee3a3a;
	line-height: 50px;
	text-align: center;
}

.habout_info ul a:hover {
	transform: translateX(10px);
	transition: .6s;
}

.hab_img {
	width: 36%;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.hab_img img {
	width: 100%;
}

.hab_img:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 260px;
	height: 300px;
	background: #ee3a3a;
	z-index: -1;
}


/*案例*/

.hcasebox .htitle,
.hnewbox .htitle {
	text-align: center;
}

.hcasebox .htitle .htit_con,
.hnewbox .htitle .htit_con {
	width: 100%;
}

.hcasebox .htitle .htit_con h1,
.hnewbox .htitle .htit_con h1 {
	font-size: 32px;
}

.hcasebox .htitle em,
.hnewbox .htitle em {
	margin: 5px auto;
}

.hcasebox {
	overflow: hidden;
	background:#eee url(../img/hcasebg.jpg) repeat-x;
}

.hcasecon {
	position: relative;
	margin-top: 30px;
	background: #fff;
	overflow: hidden;
}

.hcasecon .hcasetab {
	background: #ee3a3a;
	padding: 30px 20px 0;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: 16%;
	height: 350px;
	z-index: 9999;
}

.hcasetab h2 {
	color: #fff;
	padding-top: 10px;
}

.hcasetab em {
	margin: 10px 0px;
	display: block;
	width: 30px;
	height: 2px;
	background: #eee;
}

.hcasetab p {
	color: yellow;
	margin-bottom: 25px;
	background: url(../img/hsatel2.png) no-repeat left center;
	padding-left: 18px;
	box-sizing: border-box;
	font-weight: bold;
}

.hcasecon .hcasetab ul li {
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #e02020;
}

.hcasecon .hcasetab ul li.on {
	background: #fff url(../img/hca.png) no-repeat left center;
	border: 1px solid #ddd;
	border-bottom: 2px solid #fff;
}

.hcasecon .hcasetab ul li.on a {
	color: #ee3a3a;
}

.hcasecon .hcasetab ul li a {
	color: #fff;
}

.hcasecon .hcaslide_li {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 10px 42px;
	position: relative;
}

.hcasecon .hcaslide_li ul {
	overflow: hidden;
}

.hcasecon .caprev,
.hcasecon .cnext {
	position: absolute;
	left: 5px;
	top: 30%;
	display: block;
	width: 30px;
	height: 94px;
	border: 1px solid #ddd;
	background: url(../img/hcal.png) center center no-repeat #fff;
}

.hcasecon .cnext {
	left: auto;
	right: 5px;
	background: url(../img/hcar.png) center center no-repeat #fff;
}

.hcasecon .caprev:hover,
.hcasecon .cnext:hover {
	border-color: #E02020;
}

.hcasecon .hcascrol ul {
	overflow: hidden;
	zoom: 1;
}

.hcasecon .hcascrol ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 263px;
}

.hcasecon .hcascrol ul li .hcasimg {
	width: 100%;
	height: 178px;
	text-align: center;
	border: 1px solid #ccc;
	overflow: hidden;
}

.hcasecon .hcascrol ul li .hcasimg img {
	width: 100%;
	height: 100%;
	display: block;
}

.hcasecon .hcascrol ul li .hcasimg a:hover img {
	border-color: #999;
}

.hcasecon .hcascrol ul li .hcas_tit {
	line-height: 36px;
	background: #f6f6f6;
}

.hcasecon .hcascrol ul li:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.hcasecon .hcascrol ul li:hover .hcas_tit {
	color: #fff;
	background: #E02020;
}

.hcasecon .hcascrol ul li:hover .hcas_tit a {
	color: #fff;
}

.speic {
	width: 100%;
	height: 390px;
	overflow: hidden;
	padding-left: 236px;
	box-sizing: border-box;
}

.speic dl {
	width: 49.2%;
	float: left;
	margin: 1% 1% 1.5% 0;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
}

.speic dl:nth-child(2n) {
	margin-right: 0;
}

.speic dl dt {
	width: 46%;
	float: left;
	height: 155px;
	overflow: hidden;
}

.speic dl dt img {
	width: 100%;
	height: 100%;
}

.speic dl dd {
	float: right;
	width: 54%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	height: 155px;
}

.speic dl dd span {
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.speic dl dd p {
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
	color: #999;
}

.speic dl dd i {
	display: block;
	width: 100px;
	height: 26px;
	line-height: 26px;
	margin-top: 15px;
	color: #888;
	border: 1px solid #ccc;
	text-align: center;
	letter-spacing: 2px;
	font-style: normal;
}

.speic dl dd i:hover {
	color: #E02020;
	border: 1px solid #E02020;
}


/*广告*/

.hadvbox {
	height: 220px;
	background: url(../img/adv.jpg) no-repeat center top;
}

.hadvbox .mainb {
	position: relative;
}

.hadvcon {
	color: #fff;
	line-height: 2.0;
	padding: 15px 0 10px 0;
	width: 60%;
	box-sizing: border-box;
}

.hadvcon h2 {
	font-size: 26px;
}

.hadvcon span {
	display: block;
	font-size: 20px;
}

.hadvcon p {
	font-size: 14px;
	color: #ccc;
}

.hadvcon a {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #ee3a3a;
	border: 1px solid #ee3a3a;
	box-sizing: border-box;
	margin-top: 10px;
}

.hadvcon a:hover {
	color: #ee3a3a;
	background: #fff;
	transition: .3s;
}

.hadvadd {
	color: #fff;
	width: 35%;
	padding-top: 6%;
}

.hadvadd p {
	line-height: 2.0;
}


/*首页新闻*/

.hnewbox {
	background: url(../img/newbg.jpg) no-repeat center center;
	height: 580px;
	overflow: hidden;
}

.faqbox {
	width: 35%;
}

.hwdli {
	border: 1px solid #eee;
	border-top: 0;
}

.faqbox h3 {
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
	border-top: 1px solid #e3e3e3;
	background: #faf9f9;
	font-size: 15px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.faqbox h3 em {
	float: right;
	display: block;
	width: 40px;
	height: 42px;
	background: url(../img/hnewico.png) 16px 20px no-repeat;
	cursor: pointer;
}

.faqbox h3 span {
	padding-right: 10px;
	color: #E02020;
}

.faqbox h3.on em {
	background-position: 16px -50px;
}

.faqbox ul {
	padding: 8px 25px;
	color: #999;
	display: none;
}

.faqbox ul li {
	height: 63px;
	overflow: hidden;
	line-height: 1.5;
}

.hnew_title {
	margin: 10px 0;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #888;
	background: url(../img/fq.png) no-repeat left 3px;
	padding-left: 25px;
	position: relative;
}

.hnew_title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #888;
}

.hnew_title a {
	font-weight: normal;
	font-size: 14px;
	float: right;
	padding-top: 5px;
	color: #999;
}

.hnew_title a:hover {
	color: #ee3a3a;
}

.hnecon {
	width: 63%;
}

.hnecon .hnew_title {
	background: url(../img/nli.png) no-repeat left 3px;
	padding-left: 25px;
}

.hnecon dl {
	width: 45%;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	background: #f8f8f8;
	float: left;
}

.hnecon dl dt span {
	color: #999;
}

.hnecon dl dt span i {
	font-style: normal;
	font-size: 24px;
	padding-right: 5px;
	color: #E02020;
}

.hnecon dl dt h3 {
	padding: 6px 0;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnecon dl dt p {
	line-height: 1.5;
	height: 37px;
	overflow: hidden;
	padding-bottom: 10px;
	color: #999;
}

.hnecon dl dd {
	width: 100%;
	height: 223px;
	overflow: hidden;
}

.hnecon dl dd img {
	width: 100%;
	height: 100%;
}

.hnecon dl:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.hnecon dl:hover h3 {
	color: #ee3a3a;
}

.hnecon ul {
	float: right;
	width: 52%;
}

.hnecon ul li {
	height: 42px;
	line-height: 41px;
	border-bottom: 1px dashed #ddd;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}

.hnecon ul li a {
	display: block;
	float: left;
	width: 72%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

.hnecon ul li span {
	float: right;
	color: #999;
}

.hnecon ul li:before {
	position: absolute;
	content: "";
	top: 18px;
	left: 0;
	width: 10px;
	height: 3px;
	background: #666;
}

.hnecon ul li:hover:before {
	background: #ee3a3a;
	transform: rotate(90deg);
	top: 19px;
	transition: .6s;
}

.hnecon ul li:hover a {
	color: #ee3a3a;
}


/*友情链接*/

.yqlink {
	padding: 10px 0;
}

.yqlink .mianb {
	border: 1px solid #ccc;
}

.yqlink span {
	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../img/yq.png) no-repeat left 3px;
	padding-left: 25px;
	font-weight: bold;
	color: #888;
}

.yqlink li {
	display: inline-block;
	border: 1px dashed #ddd;
	padding: 3px 15px;
	margin: 0 10px 10px 0;
}

.yqlink li a {
	display: block;
}

.yqlink li:hover {
	border-color: #ee3a3a;
}

.yqlink li:hover a {
	color: #ee3a3a;
}


/*底部*/

.footbox {
	background: url(../img/hcasebg.jpg) repeat-x;
}

.footc_l {
	width: 22%;
	padding-right: 4%;
	line-height: 30px;
	float: left;
}

.footc_logo {
	padding: 5% 0;
}

.footc_logo img {
	width: 100%;
}

.footc_nav {
	width: 73%;
	padding-left: 2%;
	border-left: #ddd solid 1px;
	box-sizing: border-box;
	float: right;
}

.footc_nav li {
	min-width: 116px;
	float: left;
	margin-left: 6.0%;
}

.footc_nav li h3 {
	height: 50px;
	line-height: 50px;
	border-bottom: #ddd solid 1px;
	margin-bottom: 20px;
	font-weight: normal;
}

.footc_nav li a {
	display: block;
	line-height: 40px;
	color: #666;
}

.footc_nav li a:hover {
	color: #ee3a3a;
}

.foot_copy {
	padding: 20px 11.5%;
	background: #e4e4e4;
}

.foot_copy a:hover {
	color: #ee3a3a;
}

.m_foot_bqcon {
	display: none;
	position: fixed;
	left: 0;
	foot_bqcontom: 0;
	width: 100%;
	background: #1c1c1c;
	padding: 2% 0;
}

.m_foot_bqcon li {
	width: 25%;
	float: left;
}

.m_foot_bqcon li a {
	color: #fff;
	line-height: 1.8;
}

.m_foot_bqcon li img {
	width: 25%;
}

#foot_bqcon .fr span {
	color: #999;
}


/* 浮窗 */

.floatbox {
	position: fixed;
	width: 50px;
	height: 275px;
	right: 0;
	top: 214px;
	z-index: 100;
}

.floatbox ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 50px;
}

.floatbox ul li .float_li {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	color: #fff;
	background: #ee3a3a;
	overflow: hidden;
	opacity: .8;
}

.floatbox ul li.float_wx .float_li {
	overflow: visible;
}

.floatbox ul li .float_li:hover {
	opacity: 1;
	transition: all 0.3s;
}

.floatbox ul li .sidetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #ee3a3a;
	opacity: .8;
}

.floatbox ul li .sidetop:hover {
	opacity: 1;
	transition: all 0.3s;
}

.floatbox ul li img {
	float: left;
}

.floatbox ul li .float_li3 {
	font-size: 16px;
}

.floatbox ul li .float_picb {
	padding: 4px;
}

.floatbox .float_qr {
	position: absolute;
	top: 0;
	left: -140px;
	width: 110px;
	display: ;
	background: #fff;
	border: 1px solid #dadada;
	padding: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	display: none;
}

.floatbox .float_qr img {
	display: block;
	width: 110px;
	height: 110px;
	margin-bottom: 5px;
	float: none;
}

.floatbox .float_zx {
	height: 0;
	position: relative;
	z-index: 2;
}

.floatbox .float_zx .float_li {
	border: 1px solid #ee3a3a;
	height: auto;
	border-radius: 5px 0 0 5px;
	width: 140px;
	background: #fff;
	opacity: 1;
	bottom: -50px;
	top: auto;
	text-align: center;
	padding-bottom: 5px;
	right: -150px;
}

.floatbox .float_zx h5 {
	height: 35px;
	line-height: 35px;
	background: #ee3a3a;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	text-align: left;
	margin-bottom: 10px;
}

.floatbox .float_zx h5 i {
	float: right;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}

.floatbox .float_zx h5 i:hover {
	transform: rotate(90deg);
}

.floatbox .float_zx a {
	display: block;
	height: 32px;
	line-height: 32px;
	border-radius: 18px;
	margin: 5px 15px
}


/*内页开始*/

.inbaner {
	height: 300px;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
}

.ban1 {
	background-image: url(../img/ban1.jpg);
}

.ibread {
	height: 62px;
	line-height: 62px;
	margin-bottom: 15px;
}

.ibread h2 {
	float: left;
	color: #E02020;
	background: url(../img/wz.png) no-repeat left center;
	padding-left: 35px;
}

.ibread em {
	display: block;
	float: left;
	width: 60%;
	height: 0px;
	border-bottom: 1px dotted #999;
	margin: 33px 15px 0 15px;
}

.ibread p {
	float: right;
	color: #888;
	font-size: 15px;
	background: url(../img/bhom.png) no-repeat left center;
	padding-left: 20px;
}

.ibread p i {
	font-style: normal;
}

.ibread p span {
	padding: 0 0 0 12px;
}

.ibread p a {
	background: url(../img/brejt.png) no-repeat right center;
	padding-right: 35px;
}

.iernav {
	padding: 20px 0 10px;
	background: #f8f8f8;
}

.iernav ul {
	font-size: 0;
}

.iernav li {
	display: inline-block;
	font-size: 16px;
	margin: 0 1% 1% 0;
	width: 15.8%;
	border: 1px solid #666;
	box-sizing: border-box;
	text-align: center;
	height: 42px;
	line-height: 40px;
	border-radius: 3px;
}

.iernav li a {
	color: #666;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	    font-size: 15px;
}

.iernav li:nth-child(6n) {
	margin-right: 0;
}

.iernav li:hover {
	border-color: #ee3a3a;
	background: #ee3a3a;
	transition: .6s;
}

.iernav li:hover a {
	color: #fff;
}

.inccon {
	font-size: 14px;
	color: #888;
	line-height: 1.8;
}

.inccon img {
	max-width: 100%;
	height: auto;
}


/*图文*/

.picnew_con {
	position: relative;
}

.picnew_li {
	width: 100%;
	height: 182px;
	position: relative;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.picnew_li:last-child {
	margin-bottom: 0;
}

.hover_pan {
	width: 0;
	height: 100%;
	position: relative;
	background: rgba(238, 238, 238, 0.35);
	opacity: 0;
}

.picnew_li:hover .hover_pan {
	width: 100%;
	opacity: 1;
	transition: 0.5s;
}

.picnew_img {
	width: 256px;
	height: 146px;
	position: absolute;
	top: 15px;
	left: 18px;
	overflow: hidden;
}

.picnew_img img {
	width: 100%;
	height: 100%;
}

.picnew_li:hover .picnew_img img {
	transform: scale(1.05);
	transition: 0.5s;
}

.picnew_ico {
	width: 4px;
	height: 16px;
	background: #ee3a3a;
	position: absolute;
	top: 52px;
	left: 304px;
}

.picnew_li:hover .picnew_ico {
	background: #ee3a3a;
	transition: 0.5s;
}

.picnew_tit {
	width: 360px;
	font-size: 17px;
	line-height: 20px;
	color: #333333;
	position: absolute;
	top: 48px;
	left: 320px;
}

.picnew_time {
	font-size: 16px;
	line-height: 16px;
	color: #8e8e8e;
	position: absolute;
	top: 48px;
	right: 30px;
}

.picnew_txt {
	width: calc(100% - 320px - 24px);
	height: 49px;
	font-size: 15px;
	line-height: 26px;
	color: #6d6d6d;
	position: absolute;
	top: 86px;
	left: 320px;
}

.picnew_txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.picnew_li:hover .picnew_tit {
	color: #ee3a3a;
}


/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
	padding-top: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	background: #f9f9f9;
	border-radius: ;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #EE3A3A;
	border: 1px solid #EE3A3A;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}


/*案例展示*/

.icase_li {
	width: 32.6%;
	width: 32%\9;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin: 0 1% 2% 0;
}

.icase_li:nth-child(3n) {
	margin-right: 0;
}

.icase_img {
	width: 100%;
	height: 256px;
	position: relative;
	overflow: hidden;
}

.icase_img>img {
	width: 100%;
	min-height: 100%;
}

.icase_li:hover .icase_img>img {
	transform: scale(1.1);
	transition: 0.5s;
}

.icase_pal {
	width: 0;
	height: 0;
	border: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}

.icase_li:hover .icase_pal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: 0.5s;
}

.icase_tit {
	font-size: 15px;
	line-height: 60px;
	color: #333333;
	font-weight: lighter;
	text-align: center;
	width: 100%;
	height: 60px;
	background: #f0f0f0;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.icase_li:hover .icase_tit {
	color: #fff;
	background: #EE3A3A;
	transition: .3s;
}


/*留言*/

button,
input,
textarea {
	outline: none;
}

.ilycon_fm {
	position: relative;
}

.ilycon_fm input {
	box-sizing: border-box;
	height: 39px;
	padding: 5px;
	margin: 0 0 15px;
	font-size: 14px;
	width: 100%;
	background: inherit;
	outline: none;
	color: #888;
	border: 1px solid #eee;
	background: #f5f5f5;
}

.ilycon_fm textarea {
	box-sizing: border-box;
	color: #888;
	border: 1px solid #eee;
	height: 135px;
	padding: 5px;
	font-size: 14px;
	width: 100%;
	background: inherit;
	outline: none;
	margin-bottom: 15px;
	font-family: "微软雅黑";
	background: #f5f5f5;
}

.lybtn {
	width: 110px;
	background: #EE3A3A;
	font-size: 14px;
	color: #ffffff;
	border: none;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
	cursor: pointer;
}

#reseti {
	width: 110px;
	background: #999;
	font-size: 14px;
	color: #ffffff;
	border: none;
	text-align: center;
	height: 39px;
	cursor: pointer;
	margin-left: 30px;
}

.ilycon_fm img {
	position: absolute;
	top: 64%;
	right: 3px;
	padding: 24px 10px 0 0;
}


/*新闻列表*/

.inewli_con {}

.inewli_con li {
	width: 48%;
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	margin: 1%;
	border-radius: 5px;
}

.inewli_con li h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	border-left: 3px solid #ee3a3a;
	padding-left: 10px;
}

.inewli_con li em {
	display: block;
	width: 20px;
	height: 2px;
	background: #999;
	margin: 18px 0;
}

.inewli_con li span {
	color: #999;
}

.inewli_con li p {
	width: 30%;
	color: #888;
	border: 1px solid #ccc;
	border-radius: 25px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: right;
}

.inewli_con li:hover h3 {
	color: #EE3A3A;
}

.inewli_con li:hover em {
	width: 60%;
	background: #EE3A3A;
	transition: .6s;
}


/*产品列表*/

.iprocon {
	text-align: center;
}

.iprocon ul {
	padding: 10px 0 0
}

.iproli {
	width: 32.5%;
	width: 32%\9;
	float: left;
	margin: 0 1% 2% 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.iproli:nth-child(3n) {
	margin-right: 0;
}

.iproli_img {
	position: relative;
	width: 100%;
	height: 279px;
	overflow: hidden;
}

.iproli_img img {
	display: inline-block;
	width: 100%;
	height: 100%;
	transform: scale3d(1, 1, 1);
}

.iproli_panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
}

.iproli .iproli_img .iproli_panel .iproli_btn {
	display: inline-block;
	line-height: 1;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50px;
	font-size: 16px;
	margin: 25% auto 0;
	transform: scale3d(0, 0, 0);
}

.iproli:hover {
	box-shadow: 6px 6px 9pt 0 rgba(0, 0, 0, .15);
	transition: .4s;
}

.iproli:hover .iproli_img img {
	transform: scale3d(1.2, 1.2, 1);
	transition: transform .4s;
}

.iproli:hover .iproli_img .iproli_panel {
	opacity: 1;
	transition: .4s;
}

.iproli:hover .iproli_img .iproli_panel .iproli_btn {
	transform: scale3d(1, 1, 1);
	transition: all .4s;
}

.iproli:hover .iproli_btn {
	color: #fff;
	background: rgba(0, 0, 0, .7);
}

.iproli_tit {
	padding: 10px 0;
}

.iproli_tit p {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	padding: 0 10px;
	box-sizing: border-box;
}

.iproli:hover p {
	color: #EE3A3A;
}


/*实力*/

.ihoncon li {
	width: 25%;
	float: left;
	padding: 1%;
	box-sizing: border-box;
}

.ihoncon .hon_img {
	width: 100%;
	height: 180px;
}

.ihoncon .hon_img img {
	width: 100%;
	height: 100%;
}

.ihoncon p {
	text-align: center;
	height: 42px;
	line-height: 42px;
	border-bottom: 2px solid #eee;
	background: #f3f3f3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:15px;
}

.ihoncon li:hover p {
	border-bottom: 2px solid #EE3A3A;
}

.ihoncon li:hover {
	transform: translateY(-10px);
	transition: .5s;
}

.inewde_tit {
	text-align: center;
}

.inewde_tit h1 {
	font-size: 24px;
	color: #666;
}

.inewde_tit p {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

.inewde_tit p span {
	padding: 0 30px;
	color: #999;
}

.zhaiyao {
	padding: 10px;
	box-sizing: border-box;
	background: #f6f6f6;
	 margin-bottom: 15px;
}

.zhaiyao span {
	font-weight: bold;
}

.zhaiyao p {
	margin-top: 5px;
	color: #999;
	height: 42px;
	line-height: 1.5;
	overflow: hidden;
}

.artbq {
	border-top: 1px dotted #ddd;
	padding: 10px 0;
	margin-top: 10px;
	color: #ccc;
}

.updown {
	font-size: 16px;
}

.updown span {
	margin-right: 10px;
	background: #EE3A3A;
	display: inline-block;
	width: 120px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	border-left: 15px solid #999;
	box-sizing: border-box;
}

.updown p {
	height: 42px;
	line-height: 42px;
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

.updown p a {
	color: #666;
}

.updown p:hover a {
	padding-left: 19px;
	transition: .6s;
	color: #EE3A3A;
}

.updown p:hover {
	color: #EE3A3A;
}
.relnews{background: url(../img/hprobg.jpg);}
.reltit{text-align: center;font-size: 24px;letter-spacing: 2px;border-left: 1px solid #666;border-right: 1px solid #666;width: 35%;margin: 0 auto;}
.reltit i{color: #EE3A3A;font-style: normal;}
.relnews .hnecon{width: 100%;}
.relnews .hnecon ul{width: 100%;float: none;}
.relnews .hnecon ul li{width: 32.6%;margin: 0 1% 1% 0;float: left;}
.relnews .hnecon ul li:nth-child(3n){margin-right: 0;}
.relpro{background: #f6f6f6;}
/*产品详情*/

/*产品放大镜*/

div.zoomDiv {
	width: 200px;
	height: 200px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomDiv img {
	width: auto;
	max-width: none;
}

div.zoomMask {
	cursor: crosshair;
	background: #000;
	border: 1px solid #fff;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	-ms-opacity: .15;
	-o-opacity: .15;
	opacity: .15;
	position: absolute;
	z-index: 1;
}


/*图片放大镜样式*/

#preview img {
	max-width: none;
	height: auto !important;
	display: block;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #ffffff/*url(zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.iprode_con {
	width: 690px;
	background: #f8f8f8;
	padding: 10px;
	box-sizing: border-box;
}
.iprode_con strong{color: #EE3A3A;}
.iprode_con h2 {
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.iprode_con .iprode_info {
	height: 59px;
	overflow: hidden;
	line-height: 1.5;
	margin: 15px auto 20px;
	padding-bottom: 6px;
}

.bot_tel {
	background: url(../img/toptel.png) no-repeat left top;
	padding-left: 60px;
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
}


.proqr {
	width: 100px;
}

.proqr img {
	width: 100%;
}

.prozxyy {
	width: 46%;
	margin-right: 1%;
	float: left;
	display: block;
	line-height: 42px;
	height: 42px;
	color: #fff;
	background: #ee3a3a;
	text-align: center;
	margin-top: 18px;
	border: 1px solid #ee3a3a;
}

.prozxyy:hover {
	color: #ee3a3a;
	background: #fff;
}

.iprode_top {
	margin-bottom: 30px;
}
.iprode_con p{height: 36px;line-height: 36px;border-bottom: 1px dashed #ccc;color: #777;}
.bot_tel p {
	font-size: 26px;
	line-height: auto;
	border: 0;
}
.ipde_titli{border-bottom:1px solid #ddd;padding-bottom: 10px;margin-bottom: 10px;}
.ipde_titli li{display:inline-block;height: 42px;line-height: 42px;width: 20%;background: #999;text-align: center;}
.ipde_titli li a{color: #fff;display: block;}
.ipde_titli li:first-child{background: #EE3A3A;}





@media(max-width: 959px) {
	html,
	body {
		max-width: 660px;
		min-width: 660px;
		margin: auto;
	}
	.mainb {
		width: 98%;
	}
	.floatbox {
		display: none;
	}
	.head_nav li {
		margin: 0 0 0 1%;
	}
	.head_nav li a {
		font-size: 14px;
		padding: 0 10px;
	}
	.logo {
		height: 40px;
		width: 280px;
		top: 20px;
	}
	.head_nav li a {
		height: 75px;
		line-height: 75px;
	}
	.head_nav {
		margin-left: 290px;
	}
	.head_top {
		display: none;
	}
	.head_bot {
		height: 70px;
		background: #333;
		position: fixed;
		top: 0;
		max-width: 660px;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.yb_mobile {
		display: block !important;
	}
	.yb_pc {
		display: none !important;
	}
	.yb_pc2 {
		display: none;
	}
	.logo {
		height: 35px;
		width: 280px;
		top: 18px;
		left: 2.5%;
	}
	.m_btn {
		display: block;
	}
	.head_nav {
		position: fixed;
		top: 0px;
		right: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		max-width: 660px;
		height: 80%;
		background: rgba(0, 0, 0, .8);
		padding: 50px 0 0;
		margin: auto;
		display: none;
		overflow-y: scroll;
		overflow-x: visible;
		padding-bottom: 30px;
	}
	.head_nav li {
		display: block;
		width: 90%;
		margin: 0 auto;
		border: none;
		border-bottom: 1px solid #555;
		float: none;
		text-align: left;
	}
	.head_nav li a {
		color: #fff;
		height: 35px;
		line-height: 35px;
		width: 70%;
		display: inline-block;
		margin: 0;
		padding: 5px 0;
		border: none;
	}
	.head_nav li.on a,
	.head_nav li a:hover {
		border: none;
		background: none;
	}
	.m_close {
		display: inline-block;
	}
	.head_nav li:hover .hnav_twoli a {
		background: none;
		color: #fff;
		font-size: 16px;
	}
	.head_nav li span {
		font-size: 20px;
		color: #fff;
		width: 10%;
		float: right;
		text-align: right;
		padding-top: 15px;
	}
	.head_nav li span img {
		width: 10px;
		float: right;
	}
	.head_nav li .hnav_twoli {
		padding: 0;
		opacity: 1;
		visibility: visible;
		width: 100%;
		transition: 0s;
		transform: translate3d(0, 0, 0);
	}
	.head_nav li .hnav_twoli li {
		text-align: left;
	}
	.head_nav li a:hover,
	.head_nav li:hover a,
	.head_nav li.on a {
		background: none;
		border-bottom: none;
	}
	.head_nav li .hnav_twoli {
		position: static;
		display: none;
		background: none;
	}
	.head_nav li .hnav_twoli li a {
		color: #fff;
		padding: 5px 15px;
	}
	.headfix {
		max-width: 660px;
	}
	.head_nav .cur {
		background: none;
		border-bottom: none;
	}
	.headfix li .cur {
		background: none;
	}
	.ybanner {
		margin-top: 70px;
	}
	.ybanner,
	.ybanner li {
		height: 260px;
		 background-size: 100% 100%; 
	}
	.ybanner .bx-wrapper .bx-pager.bx-default-pager a {
		width: 22px;
		height: 8px;
	}
	.hybox {
		display: none;
	}
	.paddt30 {
		padding-top: 15px;
	}
	.htitle h1 {
		font-size: 26px;
	}
	.hprocate li {
		width: 24.2%;
	}
	.hprocate li:nth-child(6n) {
		margin-right: 1%;
	}
	.hprocate li:nth-child(4n) {
		margin-right: 0;
	}
	.hprocon li .hproimg {
		height: 114px;
	}
	.hab_img {
		display: none;
	}
	.habout_info {
		width: 100%;
	}
	.habout_info ul a:hover {
		transform: initial;
		opacity: 0.8;
	}
	.hcasebox .htitle .htit_con h1,
	.hnewbox .htitle .htit_con h1 {
		font-size: 26px;
	}
	.speic {
		padding-left: 0;
		display: none;
	}
	.hcasecon .hcasetab {
		position: relative;
		width: 100%;
	}
	.hcasecon .hcasetab ul li {
		width: 24.2%;
		float: left;
		margin: 0 1% 1% 0;
		box-sizing: border-box;
		background: #fff;
		border-bottom: 1px solid #fff;
	}
	.hcasecon .hcasetab ul li:nth-child(7) {
		margin-right: 0;
	}
	.hcasecon .hcasetab {
		box-sizing: border-box;
		height: auto;
		padding: 10px;
	}
	.hcasecon .hcasetab ul li.on {
		border: 0;
	}
	.hcasecon .hcasetab ul li a {
		color: #565656;
	}
	.hcasecon .hcaslide_li {
		padding-left: 0;
	}
	.hcasecon .caprev,
	.hcasecon .cnext {
		z-index: 99;
		display: none;
	}
	.hadvbox {
		display: none;
	}
	.footbox {
		padding-top: 0;
	}
	.hnecon {
		width: 100%;
	}
	.faqbox {
		width: 100%;
	}
	.footc_l,
	.footc_nav {
		display: none;
	}
	.inbaner {
	 background-size: 100%;
    height: 102px;
    margin-top: 70px;
	}
	.iernav li {
		width: 24.2%;
	}
	.iernav li:nth-child(6n) {
		margin-right: 1%;
	}
	.iernav li:nth-child(4n) {
		margin-right: 0;
	}
	.ibread em {
		width: 25%;
	}
	.iernav li {
		height: 36px;
		line-height: 34px;
	}
	.icase_pal {
		display: none !important;
	}
	.icase_img {
		height: 156px;
	}
	.icase_tit {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.inewli_con li p {
		width: 36%;
	}
	.picnew_li {
		width: 48%;
		margin: 1%;
		height: auto;
		padding: 10px;
		float: left;
	}
	.picnew_img,
	.picnew_tit,
	.picnew_time,
	.picnew_txt {
		position: relative;
		top: 0;
	}
	.hover_pan {
		display: none;
	}
	.picnew_tit,
	.picnew_txt {
		width: 100%;
		left: 0;
	}
	.picnew_time {
		right: 0;
		padding: 10px 0 6px 0;
	}
	.picnew_img {
		width: 100%;
		box-sizing: border-box;
		left: 0;
		top: 0;
		height: 214px;
	}
	.picnew_ico {
		left: 10px;
		top: 238px;
	}
	.picnew_tit {
		padding: 10px 0 0 10px;
	}
	.iproli_img {
		height: 152px;
	}
	.iproli_panel {
		display: none;
	}
	.ihoncon li {
		width: 48%;
		margin: 1%;
		padding: 0;
	}
	.ihoncon .hon_img {
		height: 230px;
	}
	.relnews .hnecon ul li{width: 48%;margin: 1%;}
	.relnews .hnecon ul li:nth-child(3n){margin-right: 1%;}
	div.zoomDiv{display: none !important;}
	.iprode_img,.inpro_img,.inpro_bpic,#preview,.jqzoom{width: 100%;}
#preview img{width: 100%;}
	.iprode_con{width: 100%;}
	
	
	
}

@media(max-width: 640px) {
	html,
	body {
		max-width: 100%;
		min-width: 100%;
	}
	.headfix,
	.head_bot {
		max-width: 100%;
	}
	.head_bot {
		height: 50px;
	}
	.logo {
		top: 8px;
	}
	.m_btn {
		top: 9px;
	}
	.ybanner {
		margin-top: 50px;
	}
	.ybanner,
	.ybanner li {
		height: 120px;
		z-index: 1;
	}
	.hprocate li {
		width: 32.6%;
		display: inline;
		float: left;
		font-size: 15px;
	}
	.hprocate li:nth-child(6n) {
		margin-right: 1%;
	}
	.hprocate li:nth-child(4n) {
		margin-right: 1%;
	}
	.hprocate li:nth-child(3n) {
		margin-right: 0;
	}
	.hprocon li {
		width: 48%;
		margin: 1%;
	}
	.hprocon li:nth-child(4n) {
		margin-right: 1%;
	}
	.hprocon li .hproinfo h3 {
		font-size: 15px;
	}
	.htitle h1 {
		font-size: 20px;
	}
	.htitle .htit_a {
		margin-top: 48px;
	}
	.habout_info ul {
		border-top: 0;
		margin-top: 0;
	}
	.habout_info ul li {
		display: none;
	}
	.habout_info ul a {
		width: 35%;
		height: 36px;
		line-height: 36px;
		float: none;
		margin: 0 auto;
	}
	.hcasecon .hcasetab ul li.on {
		background: #fff;
	}
	.hcasecon {
		margin-top: 0;
	}
	.hnecon dl {
		width: 100%;
		padding: 10px 10px 20px;
	}
	.hnecon ul {
		width: 100%;
	}
	.foot_copy {
		padding: 10px 2px;
		text-align: center;
	}
	.foot_copy span,
	.foot_copy p {
		float: none;
		line-height: 2.0;
	}
	.foot_copy {
		margin-bottom: 55px;
	}
	/*底部*/
	.m_bot {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #ee3a3a;
		border-top: 1px solid #ee3a3a;
		z-index: 9999;
		display: block;
		max-width: 660px;
		margin: auto;
	}
	.m_bot li {
		float: left;
		width: 25%;
		box-sizing: border-box;
		border-left: 1px solid #fff;
	}
	.m_bot li:first-child {
		border-left: 0;
	}
	.m_bot li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.m_bot li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.m_bot li a span {
		display: block;
		height: 20px;
		line-height: 20px;
		    padding-top: 3px;
	}
	.inbaner {
		height: 60px;
    margin-top: 50px;
	}
	.head_nav li a{width:88%;}
	.iernav li {
		width: 32.6%;
	}
	.iernav li:nth-child(4n) {
		margin-right: 1%;
	}
	.iernav li:nth-child(3n) {
		margin-right: 0;
	}
	.ibread {
		height: auto;
		line-height: 32px;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.ibread em {
		float: none;
		width: 100%;
		margin: 10px 0 5px;
	}
	.ibread h2 {
		float: none;
	}
	.ibread p {
		float: none;
	}
	.icase_li {
		width: 48%;
		margin: 1%;
	}
	.icase_li:nth-child(3n) {
		margin-right: 1%;
	}
	.icase_img {
		height: 114px;
	}
	.inewli_con li {
		width: 100%;
		margin: 1% 0;
	}
	.picnew_li {
		width: 100%;
		margin: 1% 0;
	}
	.picnew_img {
		height: 214px;
	}
	.picnew_ico {
		top: 235px;
	}
	.iproli {
		width: 48%;
		margin: 1%;
	}
	.iproli:nth-child(3n) {
		margin-right: 1%;
	}
	.ihoncon .hon_img {
		height: 114px;
	}
	.ibread h2{font-size: 20px;}
	.relnews .hnecon ul li{width: 100%;margin: 1% 0;}
	.updown p{height: 36px;line-height: 36px;}
	.updown span{width: 100px;}
	.inewde_tit h1{font-size: 20px;border-left: 5px solid #999;}
	.ipde_titli li:nth-child(2){display: none;}
	.ipde_titli li:nth-child(3){display: none;}
	.ipde_titli li{width: 35%;border-left: 3px solid #999;line-height: 36px;height: 36px;font-size:16px;}
	.iprode_con .iprode_info{padding-bottom: 0;height: 65px;}
	.bot_tel{background: none;padding-left: 0;}
	.prozxyy{color: #ee3a3a; background: #ffffff;line-height: 36px;height: 36px; box-sizing: border-box;}
	.htitle p{font-size:12px;}
	.habout_info h2{font-size:22px;}
.hcasebox .htitle .htit_con h1, .hnewbox .htitle .htit_con h1{font-size:22px;}
	
	.hcasebox .htitle{display:none;}
	.hnecon dl dt p{height:35px;}
	.hnewbox{height:auto;}
	.iproli_img{height:114px;}
	
	#reseti{height:auto;padding:10px 0;}
	.inewde_tit p span{padding:0 10px;}
	
	
	
}



