﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 15px;
	min-width: 1200px;
	color: #333;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
}

input,
textarea {
	outline: none;
}

a {
	color: #565656;
	text-decoration: none;
}

a:hover {
	color: #de0000;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainb {
	width: 1400px;
	margin: 0 auto;
}

.paddt30 {
	padding-top: 30px;
}

.paddt3b2 {
	padding: 30px 0 20px;
}

.overfw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m_botli {
	display: none;
}


/***********************************************************************************/

.head_box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #f8f8f8 url(../img/ht_bg.png) no-repeat center center;
	border-bottom: 1px solid #ddd;
}

.head_box:hover {
	border-bottom: 1px solid #DE0000;
	background-color: #fff;
	transition: .3s;
}

.head_logo {
	width: 290px;
	box-sizing: border-box;
}

.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: 3px;
	background: #ffffff;
	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 {
	width: 61%;
}

.head_nav li {
	float: left;
	margin: 0 0 0 1%;
	position: relative;
	z-index: 11;
	width: 11.5%;
	text-align: center;
}

.head_nav>li:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 10px;
	background: #ccc;
}

.head_nav>li:hover:after {
	height: 50px;
	background: #DE0000;
	transition: .6s;
}

.head_nav li a {
	font-size: 16px;
	color: #333;
	display: block;
	height: 90px;
	line-height: 90px;
}

.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 .tnav_er {
	position: absolute;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0px 3px 15px #eee;
	box-sizing: border-box;
	border: 1px solid #ddd;
	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(-30px, 0, 0);
	border-radius: 0 0 10px 10px;
}

.head_nav li .tnav_er li {
	position: relative;
	display: block;
	text-align: center;
	margin: 0;
	min-width: 166px;
	background: none;
	border-radius: 0 0 10px 10px;
}

.head_nav li .tnav_er li:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 10px;
	background: #ddd;
}

.head_nav li .tnav_er li:hover:after {
	background: #de0000;
	width: 3px;
	transition: .3s;
	transform: rotate(90deg);
}

.head_nav li .tnav_er li a {
	color: #333;
	white-space: nowrap;
	border-radius: 0;
	height: 45px;
	line-height: 45px;
	padding: 10px 30px;
	border-bottom: 1px solid #f6f6f6;
	font-size: 16px;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.head_nav li .tnavpro {
	width: 330px;
	box-sizing: border-box;
}

.head_nav li .tnavpro li {
	width: 48%;
	margin: 1%;
	min-width: auto;
}

.head_nav li:hover .tnav_er {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.head_nav li:hover .tnav_er a {
	background: #fff;
	color: #333;
	font-size: 16px;
}

.tnav_er li:hover a {
	color: #de0000 !important;
}

.head_nav li .tnav_er li .tnav_er2 {
	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 .tnav_er li:hover .tnav_er2 {
	opacity: 1;
	visibility: visible;
}

.head_nav li:hover a {
	color: #DE0000;
}

.jx_mobile {
	display: none !important;
}

.jx_pc {
	position: relative;
	display: block !important;
	float: left;
	top: 0;
	background: none;
}

.jx_pc img {
	width: 100%;
	display: block;
}

.tnav_one>a {
	box-sizing: border-box;
}

.head_tel {
	float: right;
	line-height: 85px;
	border-left: 1px solid #eee;
}

.head_tel a {
	color: #fff;
	margin: 0 18px;
	position: relative;
}

.head_tel a img {
	position: absolute;
	top: 0;
	left: 5px;
}

.head_tel a font {
	display: none;
	position: absolute;
	left: -33px;
	z-index: 9999999;
}

.head_tel a:hover font {
	display: block;
}

.head_tel .teltop {
	color: #828282;
	padding-left: 50px;
	font-size: 22px;
}

.head_tel .teltop img {
	top: 0px;
	left: 8px;
}

.xybanbox {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 600px;
}

.xybanbox .bd {
	height: 600px;
	z-index: 0;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.ban_btn {
	display: none;
}

.ban_btn a {
	opacity: 0.65;
}

.ban_btn a:hover {
	opacity: 1;
}

.ban_btn a.prev {
	position: absolute;
	z-index: 1;
	left: 20px;
	background: none;
	top: 45%;
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
}

.ban_btn a.next {
	position: absolute;
	z-index: 1;
	display: block;
	right: 20px;
	background: none;
	top: 45%;
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/arrow.png) -50px 0px no-repeat;
	margin: 0 auto;
}

.xybanbox:hover .ban_btn {
	display: block;
	transition: .3s;
}

.ban_btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: .3s;
}

.xybanbox .hd {
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 5;
	left: 50%;
	font-size: 0;
	line-height: 0;
	height: 0px;
	margin-left: -50px;
	height: 14px;
	overflow: hidden;
}

.xybanbox .hd li {
	display: inline-block;
	cursor: pointer;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	_margin: 0 3px;
	border-radius: 50%;
	border: 3px solid #de0000;
	box-sizing: border-box;
	background: #fff;
}

.xybanbox .hd li:hover,
.xybanbox .hd .on {
	border-radius: 50%;
	background: #de0000;
	transition: .6s;
}


/*解决方案生产线*/

.hsolo_boxt {
	overflow: hidden;
	position: relative;
	margin-top: -60px;
	padding: 15px 15px 0;
	box-sizing: border-box;
	background: #fff/* url(../img/hprit.png) no-repeat center -15px*/
	;
	z-index: 9;
	border-radius: 10px;
}

.hsolo_boxt .hd {
	overflow: hidden;
	height: auto;
	padding: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.hsolo_boxt .hd .prev,
.hsolo_boxt .hd .next {
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 0;
	overflow: hidden;
	cursor: pointer;
	background: #ddd;
	display: none;
}

.hsolo_titbox {
	width: 360px;
	height: 283px;
	color: #fff;
	background: #DE0000 url(../img/solobg.png) no-repeat left center;
	float: left;
	position: relative;
	padding: 30px;
	box-sizing: border-box;
}

.hsolo_titbox h2 {
	font-size: 32px;
}

.hsolo_titbox em {
	display: block;
	width: 30%;
	height: 3px;
	background: #fff;
	margin: 15px 0;
}

.hsolo_titbox p {
	line-height: 1.5;
}

.hsolo_titbox .hsolo_more {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	margin-top: 35px;
}

.hsolo_titbox .hsolo_more:hover {
	width: 150px;
	transition: .5s;
}

.hsolo_boxt .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.hsolo_boxt .hd ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin-right: 10px;
	text-indent: -999px;
	cursor: pointer;
	background: #ccc;
	border-radius: 30px;
}

.hsolo_boxt .hd ul li.on {
	background: #333;
}

.hsolo_boxt .bd {
	padding: 10px;
	box-sizing: border-box;
	width: 73%;
	float: right;
}

.hsolo_boxt .bd ul {
	overflow: hidden;
	zoom: 1;
}

.hsolo_boxt .bd ul li {
	width: 317px;
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.hsolo_boxt .bd ul li .hsolo_img {
	text-align: center;
	width: 100%;
	height: 232px;
	overflow: hidden;
}

.hsolo_boxt .bd ul li .hsolo_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hsolo_boxt .bd ul li .hsolo_img a:hover img {
	border-color: #999;
}

.hsolo_boxt .bd ul li .hsolo_name {
	line-height: 42px;
	background: #f8f8f8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hsolo_boxt .bd ul li:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.hsolo_boxt .bd ul li:hover a {
	color: #fff;
}

.hsolo_boxt .bd ul li:hover .hsolo_name {
	color: #fff;
	background: #DE0000;
	transition: .4s;
}


/*首页产品*/

.hprobox {
	background: url(../img/hprobg.png) no-repeat center top;
}

.hpro_tibox {
	text-align: center;
}

.hpro_tibox h2 {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 2px;
}

.hpro_tibox h2 b {
	font-weight: normal;
	font-size: 36px;
	color: #DE0000;
}

.hpro_tibox i {
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin-top: 5px;
}

.hpro_tibox em {
	display: block;
	width: 60px;
	height: 2px;
	background: #de0000;
	margin: 6px auto;
}

.hpro_tibox i:before,
.hpro_tibox i:after {
	content: "";
	position: absolute;
	top: 10px;
	width: 32%;
	height: 1px;
	background: #ddd;
}

.hpro_tibox i:before {
	left: 10%;
}

.hpro_tibox i:after {
	right: 10%;
}

.hpro_tibox p {
	color: #777;
}

.hpro_cate li {
	float: left;
	width: 13.42%;
	width: 12%\9;
	height: 42px;
	line-height: 42px;
	background: #ddd;
	text-align: center;
	margin: 0 1% 1% 0;
	border-left: 2px solid #de0000;
	border-right: 2px solid #de0000;
	box-sizing: border-box;
	font-size: 16px;
}

.hpro_cate li:nth-child(7n) {
	margin-right: 0;
}

.hpro_cate li a {
	display: block;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hpro_cate li:hover {
	border-color: #aaa;
	background: #DE0000;
	transition: .3s;
}

.hpro_cate li:hover a {
	color: #fff;
}

.hp_r a {
	display: block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: #DE0000;
	text-align: center;
	font-size: 20px;
	border: 1px solid #DE0000;
	box-sizing: border-box;
}

.hp_r a:hover {
	color: #DE0000;
	background: #fff;
	transition: .3s;
}

.hpro_con {}

.hproli {
	float: left;
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
}

.hproli:nth-child(4n) {
	margin-right: 0;
}

.hproli .hproimg {
	width: 100%;
	height: 248px;
	overflow: hidden;
	position: relative;
}

.hproli .hproimg img {
	width: 100%;
	display: block;
	height: 100%;
}

.hp_panl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(222, 0, 0, 0);
}

.hpro_info {
	padding: 0 10px 10px;
	box-sizing: border-box;
	background: #fff;
}

.hpro_info h3 {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #666;
}

.hpro_info h3 span {
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 60%;
}

.hpro_info h3 i {
	display: block;
	float: right;
	font-style: normal;
	font-weight: normal;
	background: url(../img/hpx.png) no-repeat right center;
	padding-right: 20px;
}

.hpro_info p {
	color: #888;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hproli:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.hproli:hover .hp_panl {
	background: rgba(222, 0, 0, 0.6);
	transition: .6s;
}

.hproli:hover h3 span {
	color: #DE0000;
}


/*关于我们*/

.habout_box {
	position: relative;
	background: url(../img/habg.jpg) no-repeat center top;
	padding-top: 30px;
}

.habout_box .hpro_tibox {
	margin-bottom: 30px;
}

.habout_box .hpro_tibox h2 {
	color: #fff;
}

.habout_box .hpro_tibox i {
	color: #fff;
}

.habout_box .hpro_tibox p {
	color: #999;
}

.habcon {
	background: #f5f5f5;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

.habcon .hab_info {
	width: 65%;
	padding: 15px 15px 15px 0;
	box-sizing: border-box;
}

.habcon .hab_info h2 {
	color: #666;
}

.habcon .hab_info em {
	display: block;
	margin: 10px 0;
	width: 60px;
	height: 2px;
	background: #777;
}

.habcon .hab_info p {
	line-height: 1.8;
	color: #777;
}

.habcon .hab_img {
	width: 35%;
	height: 346px;
	overflow: hidden;
}

.habcon .hab_img img {
	width: 100%;
}

.habcon .hab_info ul {
	margin-top: 35px;
}

.habcon .hab_info ul li {
	float: left;
	width: 25%;
	position: relative;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	background: #dedede;
	text-align: center;
	height: 42px;
	line-height: 42px;
}

.habcon .hab_info ul li img {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 13px;
	left: 20%;
}

.habcon .hab_info ul li p {
	padding-left: 20px;
}

.habcon .hab_info ul li a {
	display: block;
}


/*首页案例*/

.hcasebox {
	background: url(../img/hcabg.jpg) no-repeat left top;
}

.hcase_cate {
	text-align: center;
}

.hcase_cate li {
	display: inline-block;
	width: 20%;
	height: 42px;
	line-height: 42px;
	border-radius: 25px;
	background: #DE0000;
	border: 1px solid #DE0000;
}

.hcase_cate li a {
	color: #fff;
	display: block;
}

.hcase_cate li:hover {
	background: #fff;
	transition: .3s;
}

.hcase_cate li:hover a {
	color: #DE0000;
}

.hca_l {
	width: 39%;
}

.hca_l li {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 400px;
}

.hca_l li .hcal_img,
.hca_r li .hcal_img {
	width: 100%;
	height: 100%;
}

.hca_l li .hcal_img img,
.hca_r li .hcal_img img {
	width: 100%;
	display: block;
	height: 100%;
}

.hca_r {
	width: 60.3%;
}

.hca_r li {
	width: 31.6%;
	float: left;
	margin: 0 1% 1% 0;
	position: relative;
	height: 195px;
	overflow: hidden;
}

.hca_r li:nth-child(3n) {
	margin-right: 0;
}

.hcapanl {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	top: -110%;
	left: 0;
	padding: 60px 20px;
	box-sizing: border-box;
	text-align: center;
	transform: rotate(90deg);
}

.hcapanl i {
	background: url(../img/eye.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-top: 30px;
}

.hcase_con li:hover .hcapanl {
	background: rgba(0, 0, 0, 0.6);
	transform: rotate(0);
	top: 0;
	transition: .5s;
}


/*广告*/

.hadv_box {
	background: url(../img/advbox.jpg) no-repeat center top;
	min-height: 260px;
}

.hadv_l {
	padding: 25px 0 10px;
	width: 53%;
}

.hadv_l h2 {
	color: #fff;
	font-size: 30px;
	font-style: italic;
}

.hadv_l i {
	color: #DE0000;
}

.hadv_l p {
	color: #FFFFFF;
	margin-top: 25px;
	font-size: 18px;
	    line-height: 1.6;
}

.hadv_l ul {
	font-size: 0;
	margin-top: 35px;
}

.hadv_l ul li {
	display: inline-block;
	text-align: center;
	width: 20%;
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #767676;
	box-sizing: border-box;
}

.hadv_l ul li img {
	width: 30px;
	height: 30px;
	padding: 3px;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
}

.hadv_l ul li p {
	margin-top: 5px;
	font-size: 14px;
}

.hadv_l ul li:hover img {
	transform: rotate(360deg);
	transition: .6s;
}

.hadv_r {
	width: 40%;
	padding: 35px 0 10px;
}

.hadv_r h2 {
	float: left;
	width: 135px;
	font-size: 16px;
	color: #FFF;
}

.hadv_r .hadv_qr {
	width: 100%;
}

.hadv_r h2 span {
	display: block;
	padding-top: 10px;
	text-align: center;
}

.hadv_r .bottel {
	float: left;
	background: none;
	width: 50%;
	padding-top: 15px;
}

.hadv_r .bottel span,
.hadv_r .bottel h3 {
	color: #fff;
}

.hadv_r .bottel h3 {
	font-size: 30px;
}

.hadv_r .hadv_zx {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	float: left;
	color: #DE0000;
	background: #fff;
	text-align: center;
	margin-left: 60px;
	margin-top: 10px;
	border: 1px solid #fff;
	font-size: 16px;
}

.hadv_r .hadv_zx:hover {
	color: #fff;
	background: none;
	transition: .6s;
}


/*新闻资讯*/

.hnewsbox {
	background: #f5f5f5 url(../img/hnewbg.jpg);
}

.hnew_l {
	width: 45%;
}

.hnew_l dl {
	width: 100%;
	height: 462px;
	position: relative;
	overflow: hidden;
}

.hnew_l dl dt {
	width: 100%;
	height: 100%;
}

.hnew_l dl dt img {
	width: 100%;
	height: 100%;
}

.hnew_l dl span {
	display: block;
	color: #fff;
	background: #DE0000;
	width: 120px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	padding: 10px 0;
}

.hnew_l dl span i {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}

.hnew_l dl span b {}

.hnew_l dl dd {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: 100px;
	color: #fff;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
}

.hnew_l dl dd h3 {
	background: url(../img/hnew_1.png) no-repeat left center;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnew_l dl dd p {
	margin-top: 10px;
	height: 44px;
	overflow: hidden;
}

.hnew_l dl:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.hnew_l dl:hover dd h3 {
	color: #DE0000;
	background: url(../img/hnew_11.png) no-repeat left center;
}

.hnew_r {
	width: 53%;
}

.hnew_r li {
	clear: both;
	margin-bottom: 16px;
	height: 63px;
	background: #fff;
}

.hnew_r li .hnr_time {
	float: left;
	text-align: center;
	color: #fff;
	background: #DE0000;
	width: 15%;
	padding: 5px 0;
}

.hnew_r li .hnr_time i {
	display: block;
	border-bottom: 1px solid #fff;
	font-style: normal;
	text-transform: uppercase;
	width: 60px;
	margin: 0 auto;
	padding-bottom: 6px;
	font-weight: bold;
	margin-bottom: 6px;
}

.hnew_r li .hnr_time span {
	display: block;
	font-weight: bold;
}

.hnew_r li .hnr_tit {
	float: right;
	width: 83%;
	padding: 5px 0;
	box-sizing: border-box;
	height: 63px;
}

.hnew_r li .hnr_tit h3 {
	font-weight: 300;
	font-size: 18px;
	width: 80%;
	line-height: 1.4;
	height: 48px;
	overflow: hidden;
	float: left;
}

.hnew_r li .hnr_tit em {
	display: block;
	font-size: 20px;
	font-style: normal;
	float: right;
	width: 80px;
	height: 36px;
	line-height: 36px;
	background: #ebebeb;
	text-align: center;
	border-radius: 20px;
}

.hnew_r li:hover em {
	color: #fff;
	background: #DE0000;
	transition: .3s;
}


/*底部*/

.hfootbox {
	background: url(../img/footbg.png);
	border-top: 2px solid #DE0000;
}
/*.hfootbox .footcon{background: url(../img/hbot.png) no-repeat 75% top;}*/
.hfootbox .yqlink {
	padding: 10px 0;
	border-bottom: 1px solid #565656;
}

.hfootbox .yqlink span {
	font-weight: bold;
	font-size: 18px;
	color: #de0000;
	background: url(../img/yqimg.png) no-repeat left center;
	padding-left: 20px;
	    float: left;
}

.hfootbox .yqlink ul {
	margin-top: 3px;
	float:left;
}

.hfootbox .yqlink ul li {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.lianxi {
	width: 20%;
}

.bottel {
	background: url(../img/footel.png) no-repeat left center;
	padding-left: 60px;
	margin-bottom: 15px;
}

.bottel span {
	font-size: 18px;
	color: #666;
}

.bottel h3 {
	color: #DE0000;
	margin-top: 6px;
	letter-spacing: 2px;
	font-size: 20px;
}

.lianxi p {
	line-height: 36px;
	color: #565656;
}
.botab{width: 20%;border-left: 1px solid #565656;border-right: 1px solid #565656;padding: 0 30px;margin:0 30px;}
.botab h3{color: #929191;margin-bottom: 10px;}
.botab li{float: left;width: 48%;margin:1%;height: 32px;line-height: 32px;border: 1px dashed #565656;box-sizing: border-box;text-align: center;}
.botab p{color: #565656;margin-top: 15px;height: 83px;overflow: hidden;}
.foo_qr {
	width: 27.5%;
	border-right: 1px solid #565656;

}

.foo_qr p {
	display: inline-block;
	margin-left: 15px;
}

.foo_qr p img {
	border: 1px solid #ddd;
	padding: 1px;
	box-sizing: border-box;
	width: 152px;
}

.foo_qr p span {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #565656;
}

.foot_logo a {
	display: block;
	color: #fff;
	background: #DE0000;
	text-align: center;
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
}

.foot_logo .foot_ly {
	background: #666;
}

.foot_logo a:hover {
	opacity: 0.8;
	transition: .3s;
}

.foot_copy {
	padding: 10px 0;
	color: #666;
	background: #15181e;
}

.foot_copy a {
	color: #464646;
	padding-left: 10px;
}

.foot_copy a:hover {
	color: #DE0000;
	text-decoration: underline;
}


/*内页开始*/

.inbaner {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
}

.ban1 {
	background-image: url(../img/ban1.jpg);
}

.inbancon {
	text-align: center;
	padding-top: 60px;
}

.inbancon h2 {
	color: #DE0000;
	font-size: 26px;
}

.inbancon em {
	display: block;
	width: 60px;
	height: 5px;
	background: #DE0000;
	margin: 0 auto;
	margin-top: 15px;
}

.inbancon ul {
	text-align: center;
	margin-top: 30px;
}

.inbancon ul li {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 10%;
	background: url(../img/hnewbg.jpg);
}

.inbancon ul li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inbancon ul li:hover {
	background: #DE0000;
	transition: .5s;
}

.inbancon ul li:hover a {
	color: #fff;
}

.ibread {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.ibread h2 {
	float: left;
	color: #de0000;
	background: url(../img/br_1.png) no-repeat left center;
	padding-left: 35px;
}

.ibread p {
	float: right;
	color: #666;
	background: url(../img/br_2.png) no-repeat left center;
	padding-left: 20px;
}

.incon {
	font-size: 15px;
	color: #666;
	line-height: 1.8;
}

.incon img {
	max-width: 100%;
	height: auto;
}

.imainbody {
	padding-bottom: 20px;
}

.ily_input {
	width: 95%;
	height: 42px;
	background: #f5f5f5;
	border: 1px solid #eee;
}

.ily_info {
	width: 90%;
	height: 100px;
	background: #f5f5f5;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.lybox {
	margin: 0 auto;
	text-align: center;
}

.ily_li {
	width: 100%;
	height: auto;
	padding-top: 10px;
	clear: both;
	position: relative;
}

.ily_li img {
	position: absolute;
	right: 35%;
	top: 25px;
}

#checkCode {
	width: 90%;
	height: 42px;
	background: #f5f5f5;
	border: 1px solid #eee;
	text-transform: uppercase;
	vertical-align: middle;
}

.ily_sub,
.czhi {
	width: 190px;
	height: 42px;
	border: none;
	color: #000;
	font-family: 微软雅黑;
	border-radius: 25px;
	font-size: 16px;
	margin: 25px 25px 0 0;
}

.ily_sub:hover,
.czhi:hover {
	cursor: pointer;
	color: #fff;
	background: #de0000;
}


/*放大镜列表*/

.ihon_con li {
	width: 24.2%;
	width: 24%\9;
	margin: 0 1% 1% 0;
	float: left;
	box-sizing: border-box;
	padding: 10px 10px 0;
	background: #f5f5f5;
}

.ihon_con li:nth-child(4n) {
	margin-right: 0;
}

.ihon_con li p {
	text-align: center;
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #535353;
}

.ihon_con li:hover {
	background: #de0000;
	transition: .3s;
}

.ihon_con li:hover p {
	color: #fff;
}

.ihon_pic {
	width: 100%;
	height: 248px;
	overflow: hidden;
}

.ihon_pic .ho_img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.ihon_con li:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.lightBox-view img {
	display: block;
	display: none;
	border: 0px;
	margin: 0px !important;
}

.lightBox-popupMask {
	position: fixed;
	background: black;
	filter: alpha(opacity=80);
	/* IE */
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background-image: url(../img/overlay.png);
	  
}

.lightBox-popup {}

.lightBox-popup {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0%;
	left: 50%;
	height: 50%;
	background-color: white;
	/* margin-left:-500px; */
	border-radius: 10px;
	border: 5px solid white;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/loading.gif);
	background-size: 8%;
}

.lightBox-description .lightBox-btn {
	/*  position: absolute;
  top:0; */
	display: inline-block;
	height: 100%;
	width: 50%;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=20);
	/* IE */
	opacity: .4;
	background-image: url(../img/opacity.png);
}

.lightBox-description .lightBox-btn:hover {
	filter: alpha(opacity=100);
	/* IE */
	opacity: 1;
}

.lightBox-description .lightBox-prev-btn.active {
	background-image: url(../img/prev.png);
	background-color: transparent;
}

.lightBox-description .lightBox-next-btn.active {
	background-image: url(../img/next.png);
	background-color: transparent;
}

.lightBox-description .lightBox-prev-btn.disable {
	background-image: url(../img/prev.png);
	opacity: 0.1;
	cursor: default;
}

.lightBox-description .lightBox-next-btn.disable {
	background-image: url(../img/next.png);
	opacity: 0.1;
	cursor: default;
}

.lightBox-view .lightBox-description {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 15px;
	display: none;
	color: white;
	background-color: black;
	filter: alpha(opacity=80);
	/* IE */
	background: rgba(0, 0, 0, .8);
}

.lightBox-view .lightBox-description .lightBox-current-index {
	margin-top: 5px;
	display: block;
	font-style: italic;
}

.lightBox-view .lightBox-description .lightBox-close {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../img/closed.png);
	background-position: center center;
}

.lightBox-description .btn-position {
	float: right;
	position: relative;
	width: 100px;
	height: 40px;
}
/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
	padding-top: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	border-radius: ;
}

.pagebox span:hover {
	border: 1px solid #de0000;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #de0000;
	border: 1px solid #de0000;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}
/*新闻列表*/
.inewli_con .hnew_r{width: 100%;}
.inewli_con .hnew_r li{width: 48%;margin: 1%;float: left;box-sizing: border-box;clear: none;border-bottom: 1px solid #ddd;}

.inewli_top .hnew_l{width: 100%;}
.inewli_top .hnew_l dl{width: 31.3%;margin: 1%;float: left;}
.inewli_top .hnew_l dl{height: 321px;}

/*新闻图文*/
.ipicn_con{}
.ipicn_con li{width: 24.2%;width: 24%\9;margin: 0 1% 2% 0;float: left;}
.ipicn_con li:nth-child(4n){margin-right: 0;}
.ipicn_con li .ipcn_img{width: 100%;height: 246px;overflow: hidden;}
.ipicn_con li .ipcn_img img{width: 100%;height: 100%;display: block;}
.ipicn_con li .ipcn_tit{padding: 10px;box-sizing: border-box;}
.ipicn_con li .ipcn_tit h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ipicn_con li .ipcn_tit p{line-height: 1.6;color: #888;height: 54px;overflow: hidden;margin-top: 10px;}
.ipicn_con li .ipcn_time{border-top: 1px solid #ddd;padding-top: 15px;margin-top: 10px;position: relative;}
.ipicn_con li .ipcn_time span{font-size: 20px;line-height: 32px;}
.ipicn_con li .ipcn_time i{float: right;display: block;width: 90px;height: 32;line-height: 32px;border: 1px solid #ddd;font-size: 14px;text-align: center;font-style: normal;}
.ipicn_con li .ipcn_time:before{content: "";position: absolute;top: -1px;left: 0;width: 10px;height: 1px;background: transparent;}
.ipicn_con li:hover .ipcn_time:before{width: 100%;background: #DE0000;transition: .6s;}
.ipicn_con li:hover .ipcn_time i{color:#fff;background: #DE0000;transition: .3s;}
.ipicn_con li:hover img{transform: scale(1.1);transition: .6s;}

/*产品列表*/
.iproli_con{}
.iproli_con li{width: 24.2%;width: 24%\9;margin:0 1% 1% 0;float: left;border: 1px solid #ddd;box-sizing: border-box;}
.iproli_con li:nth-child(4n){margin-right: 0;}
.iproli_con li .ipro_img{width: 100%;height: 245px;overflow: hidden;}
.iproli_con li .ipro_img img{width: 100%;height: 100%;display: block;}
.iproli_con li p{text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 42px;line-height: 42px;font-size: 16px;background: #f4f4f4;}
.iproli_con li:hover{transform: translateY(-10px);transition: .6s;}
.iproli_con li:hover p{color: #fff;background: #DE0000;transition: .3s;}
/*案例列表*/
.icasli_con .hca_r {
	width: 100%;
}

.icasli_con .hca_r li {
	width: 31.6%;
	float: left;
	margin: 0 1% 1% 0;
	position: relative;
	height: auto;
	overflow: hidden;
	height: 323px;
}

.icasli_con .hca_r li:nth-child(3n) {
	margin-right: 0;
}
.icasli_con .hca_r li .hcapanl{transform: rotate(0);top: -100%;}
.icasli_con .hca_r li .hcapanl h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.icasli_con .hca_r li .hcapanl p{margin-top: 20px;height: 69px;overflow: hidden;line-height: 1.6;}
.icasli_con .hca_r li:hover .hcapanl {
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	transition: .5s;
}

/*新闻详情*/
.inewdetail{background: #f2f2f2;}
.inde_con{border-radius:15px;background:#fff;margin: auto;padding: 30px;box-sizing: border-box;}
.inde_tit{text-align: center;padding-top: 20px;}
.inde_tit h2{font-size: 28px;margin-bottom: 15px;color: #666;}
.inde_tit p{border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.inde_tit p span{padding: 0 30px;color: #888;}
.updown p{height: 50px;line-height: 50px;font-size: 16px;border-bottom: 1px solid #ddd;background: url(../img/hnew_11.png) no-repeat left center;padding-left: 20px;}
.updown p span{float: left;display: block;color: #DE0000;font-weight: bold;}
.updown p a{display:block;width: 85%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.updown p:hover a{padding-left: 10px;transition: .6s;}

.reltie{text-align: center;}
.reltie h2{font-size: 24px;border-bottom: 1px solid #ccc;padding-bottom:15px;margin-bottom: 15px;position: relative;}
.reltie h2:after{content: "";position: absolute;bottom: -1px;left: 0;right: 0;margin: auto;width: 100px;height: 2px;background: #DE0000;}
.zhaiyao {
	padding: 10px;
	box-sizing: border-box;
	background: #f9f9f9;
	margin-top: 20px;
}

.zhaiyao p {
	line-height: 1.6;
	color: #888;
	padding-top: 5px;
	height: 71px;
	overflow: hidden;
}

/*产品详情*/
.iprode_bpic,
.iproimgc,
.iprode_big,
.jqzoom,
.iproimg img {
	width: 620px !important;
}


/*图片放大镜*/

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);
}
.ipde_r{width: 54%;}
.ipde_r p{height: 42px;line-height: 42px;border-bottom: 1px solid #ddd;position: relative;}
.ipde_r p strong{color: #DE0000;}
.ipde_r p:after{content: "";position: absolute;bottom:-1px;left: 0;width: 10px;height: 1px;background: #DE0000;}
.ipde_info{padding: 10px 10px 10px 0;line-height: 1.6;color: #777;height: 110px;overflow: hidden;}

.ipde_title{font-size: 28px;margin-bottom: 5px;}
.ipde_r .hadv_r,.iproimg .hadv_r img{width: auto !important;}
.ipde_r .hadv_r .bottel span, .ipde_r .hadv_r .bottel h3{color: #777;}
.ipde_r .hadv_r .bottel{width: 60%;}
.ipde_r .hadv_r .hadv_zx{ color: #ffffff;  background: #de0000;margin-top: 20px;}
.ipde_r .hadv_r .hadv_zx:hover{opacity: 0.8;}
.ipde_r .hadv_r .bottel{padding-top: 0;}
.ipde_r .hadv_r{padding-top: 15px;}

.ide_con .reltie{text-align: left;}
.ide_con .reltie h2:after{margin: 0;}
 .reltie p{color: #777;}
.irelpro ul{margin-top: 30px;}







@media(max-width: 959px) {
	html,
	body {
		max-width: 660px;
		min-width: 660px;
		margin: auto;
		overflow-x: hidden;
	}
	.head_box {
		background: #DE0000;
		height: 60px;
		border-top: 2px solid #e7e7e7;
	}
	.head_box:hover {
		border-bottom: 1px solid #ddd;
		background-color: #DE0000;
	}
	.mainb {
		width: 98%;
	}
	.paddt30 {
		padding-top: 15px;
	}
	.onemenu>a {
		background: none;
	}
	.head_nav li {
		margin: 0 0 0 1%;
	}
	.head_nav li a {
		padding: 0 10px;
	}
	.jx_mobile img {
		width: 100%;
	}
	.head_nav li a {
		height: 75px;
		line-height: 75px;
	}
	.head_nav .onemenu a {
		width: 90%;
	}
	.head_nav {
		margin-left: 290px;
	}
	.head_top {
		height: 70px;
		background: #fcfcfc;
		position: fixed;
		top: 0;
		max-width: 660px;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.jx_mobile {
		display: block !important;
	}
	.jx_pc {
		display: none !important;
	}
	.jx_pc2 {
		display: none;
	}
	.logo {
		width: 63%;
		top: 10px;
		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, .95);
		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 #2e2e2e;
		float: none;
		text-align: left;
	}
	.head_nav li a {
		color: #fff;
		height: 48px;
		line-height: 48px;
		width: 70%;
		display: inline-block;
		margin: 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 .tnav_er 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 .tnav_er {
		padding: 0;
		opacity: 1;
		visibility: visible;
		width: 100%;
		transition: 0s;
		transform: translate3d(0, 0, 0);
		border-top: 0;
	}
	.head_nav li .tnav_er li {
		text-align: left;
		border: 0;
	}
	.head_nav li a:hover,
	.head_nav li:hover a,
	.head_nav li.on a {
		background: none;
		border-bottom: none;
	}
	.head_nav li .tnav_er {
		position: static;
		display: none;
		background: none;
	}
	.head_nav li .tnav_er li a {
		color: #fff;
		padding: 5px 15px;
		border-bottom: 1px solid transparent;
	}
	.head_tel {
		display: none;
	}
	.hsolo_boxt {
		display: none;
	}
	.ban_btn {
		display: none !important;
	}
	.xybanbox {
		margin-top: 0;
	}
	.xybanbox,
	.xybanbox .bd,
	.xybanbox .bd ul li img {
		width: 100%;
		margin-left: 0;
		left: 0;
		height: 220px;
	}
	.xybanbox .prev,
	.xybanbox .next {
		display: none;
	}
	.paddt3b2 {
		padding: 15px 0 10px;
	}
	.hpro_tibox h2 {
		font-size: 22px;
	}
	.hpro_tibox h2 b {
		font-size: 26px;
	}
	.hpro_tibox i:before,
	.hpro_tibox i:after {
		width: 22%;
	}
	.hpro_cate li {
		width: 24.2%;
	}
	.hpro_cate li:nth-child(7n) {
		margin-right: 1%;
	}
	.hpro_cate li:nth-child(4n) {
		margin-right: 0;
	}
	.hproli {
		width: 48%;
		margin: 1%;
	}
	.hproli:nth-child(4n) {
		margin-right: 1%;
	}
	.hproli .hproimg {
		height: 227px;
	}
	.hprobox {
		background-repeat: repeat-y;
	}
	.habcon .hab_info p {
		height: 50px;
		overflow: hidden;
	}
	.habcon .hab_info ul li img {
		display: none;
	}
	.habcon .hab_info ul {
		margin-top: 15px;
	}
	.habcon .hab_img {
		height: 153px;
	}
	.hcase_cate li {
		height: 36px;
		line-height: 36px;
	}
	.hca_l {
		width: 100%;
	}
	.hca_r li {
		width: 48%;
		margin: 1%;
	}
	.hca_r li:nth-child(3n) {
		margin-right: 1%;
	}
	.hca_r {
		width: 100%;
	}
	.hca_l li {
		height: 474px;
	}
	.hca_r li {
		height: 227px;
	}
	.hadv_box {
		display: none;
	}
	.hnew_l dl dt {
		height: 462px;
		overflow: hidden;
	}
	.hnew_l dl dd {
		position: inherit;
	}
	.hnew_l,
	.hnew_r {
		width: 100%;
	}
	.hnew_l dl {
		height: auto;
		margin-bottom: 20px;
	}
	.foo_qr,
	.foot_logo {
		display: none;
	}
	.lianxi {
		width: 100%;
	}
	.head_nav li span img {
		display: none;
	}
	.head_nav li .tnav_er {
		box-shadow: inherit;
		border: 0;
	}
	.inbaner {
		background-size: 100%;
		height: auto;
	}
	.inbancon {
		padding-top: 20px;
	}
	.inbancon ul {
		margin-top: 35px;
	}
	.inbancon ul li {
		width: 31.3%;
		margin: 1%;
		display: inline;
		float: left;
		height: 36px;
		line-height: 36px;
	}
	.ibread h2 {
		background: none;
		padding: 0;
		font-size: 18px;
	}
	.ily_input,
	#checkCode {
		box-sizing: border-box;
	}
	.ihon_con li{width: 48%;margin: 1%;}
	.ihon_pic{height: 212px;}
	.lightBox-popupMask{ max-width: 660px;}
	.ily_input{width: 90%;}
	.inewli_top{display: none;}
	.inewli_con .hnew_r li{width: 100%;margin: 1% 0;}
	.ipicn_con li{width:48%; margin: 1%;}
.ipicn_con li:nth-child(4n){margin-right: 1%;}
	.ipicn_con li .ipcn_img{height: 227px;}
	.iproli_con li{width: 48%;margin: 1%;}
	.iproli_con li:nth-child(4n){margin-right: 1%;}
	.iproli_con li .ipro_img{height: 226px;}
	.icasli_con .hca_r li{width: 48%;margin: 1%;}
	.icasli_con .hca_r li:nth-child(3n){margin-right: 1%;}
	.inewdetail{background: none;}
	.inde_con{padding: 0;border: 0;}
	.inde_tit{padding: 0;}
	.inde_tit h2{font-size: 22px;}
	div.zoomMask,div.zoomDiv{display: none !important;}
	.iprode_bpic, .iproimgc, .iprode_big, .jqzoom, .iproimg img{width: 100% !important;}
	.ipde_r{width: 100%;margin-top: 10px;}
	.ipde_title{font-size: 24px;}
	.reltie h2{font-size: 22px;}
	.head_nav>li:after,.head_nav li .tnav_er li:after{display:none !important;}
	.head_nav li .tnav_er{display:none !important;}
	.habcon .hab_info h2{font-size:20px;}
	.hcapanl i{display:none;}
	.icasli_con .hca_r li{height:227px;}
}

@media(max-width: 640px) {
	html,
	body {
		max-width: 100%;
		min-width: 100%;
	}
	.xybanbox,
	.xybanbox .bd,
	.xybanbox .bd ul li img {
		height: 117px;
	}
	.hpro_cate li {
		width: 31.3%;
		margin: 1%;
	}
	.head_nav li a{width:100%; display: inherit;}
	.head_nav li{width:100%;}
	.lightBox-popupMask{ max-width: 100%;}
	.hpro_cate li:nth-child(4n) {
		margin-right: 1%;
	}
	.hpro_cate {
		display: none;
	}
	.hpro_tibox i:before,
	.hpro_tibox i:after {
		width: 10%;
	}
	.hproli .hproimg {
		height: 129px;
	}
	.hpro_info h3 {
		font-size: 15px;
	}
	.habcon {
		padding: 10px;
	}
	.habcon .hab_info {
		width: 100%;
	}
	.habcon .hab_img {
		width: 100%;
	}
	.habcon .hab_info {
		padding: 0 0 10px;
	}
	.hcase_cate li {
		width: 30%;
	}
	.hca_l li {
		height: 269px;
	}
	.hca_r li {
		height: 129px;
	}
	.hcapanl {
		padding: 10px;
	}
	.hcapanl h3 {
		font-size: 16px;
		font-weight: normal;
		    padding-top: 35px;
	}
	.hcapanl i {
		margin-top: 20px;
	}
	.hnew_l dl dt {
		height: 269px;
	}
	.hnew_r li .hnr_tit h3 {
		font-size: 16px;
		
		    line-height: 1.6;
	}
	.hnew_r li .hnr_tit em {
		height: 30px;
		line-height: 30px;
		display:none;
	}
	.hnew_r li .hnr_time{width:30%;}
	.hnew_r li .hnr_tit{width:68%;}
	.hnew_r li .hnr_tit h3{width:100%;}
	
	.hfootbox {
		display: none;
	}
	.foot_copy {
		margin-bottom: 55px;
	}
	.foot_copy a {
		float: none !important;
	}
	.m_botli {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #de0000;
		border-top: 1px solid #de0000;
		z-index: 9999;
		display: block;
	}
	.m_botli li {
		float: left;
		width: 18.5%;
		padding: 0 3%;
		border-left: 1px solid #fff;
	}
	.m_botli li:first-child {
		border-left: 0;
	}
	.m_botli li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.m_botli li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.m_botli li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.inbancon h2,
	.inbancon em {
		display: none;
	}
	.inbancon ul {
		margin-top: 45px;
	}
	.ily_input,
	.ily_info,
	#checkCode {
		width: 100%;
	}
	.ily_li img{right: 2%;
    top: 45px;}
	.ily_sub,
	.czhi {
		width: 130px;
	}
	.ihon_con li{padding: 0;}
	
	.ihon_pic{height: 129px;}
	.ipicn_con li .ipcn_time span{font-size: 18px;}
	.ipicn_con li{width: 100%;margin: 1% 0;}
	.iproli_con li .ipro_img{height: 128px;}
	.icasli_con .hca_r li .hcapanl p{display: none;}
	.icasli_con .hca_r li .hcapanl h3{ padding-top: 40px;}
	.inde_tit p span{padding: 0 5px;}
	.updown p a{width: 80%;}
	.reltie h2{font-size: 22px;}
	.m_botli li a span{font-size: 14px;}
	
	.ipde_r .hadv_r .bottel{display: none;}
	.hnew_l dl dd p{line-height:1.6;}
	.icasli_con .hca_r li{height:127px;}
	.updown p:hover a{padding-left:0;}
	.inde_tit h2{font-size:20px;}
	.ipicn_con li .ipcn_img{height:auto;}
	.ipicn_con li .ipcn_tit p{height:52px;}
}

@media(max-width: 330px) {
	.updown p a{width: 75%;}
}