﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

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

body {
	overflow-x: hidden;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
}

input,
textarea {
	outline: none;
}

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

a:hover {
	color: #ff3a00;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.paddt30 {
	padding: 30px 0 0;
}

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

.jxmobot {
	display: none;
}


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


/*头部*/

.head_top {
	height: 36px;
	line-height: 36px;
	color: #e7f4ff;
	background: #1e50ae;
}

.head_top li {
	float: left;
	padding-left: 15px;
}

.head_top li a {
	color: #e7f4ff;
	border-left: 1px solid #e7f4ff;
	padding-left: 15px;
}

.head_top li:first-child a {
	border: 0;
}

.head_top li a:hover {
	color: #ff3a00;
}

.head_cen {
	height: 76px;
	padding: 10px 0;
	background: url(../img/topbg.png);
}

.hlogo img {
	border-right: 1px solid #ccc;
	padding-right: 5px;
	max-width: 337px;
}

.hlogotxt {
	padding-left: 15px;
	padding-top: 13px;
}

.hlogotxt h2 {
	padding-top: 6px;
	color: #1e50ae;
}

.hlogotxt p {
	font-size: 16px;
	color: #666;
}

.head_cen ul {
	padding-left: 30px;
}

.head_cen li {
	float: left;
	padding: 0 18px;
}

.head_cen li img {
	padding: 10px;
	border: 2px solid #666;
	box-sizing: border-box;
	border-radius: 50%;
}

.head_cen li p {
	color: #666;
	text-align: center;
}

.head_cen li:hover img {
	transform: rotateY(360deg);
	transition: .6s;
	background: #eee;
}

.headc_tel {
	background: url(../img/headc_tel.png) no-repeat left 6px;
	padding: 13px 0 0 68px;
}

.headc_tel span {
	color: #666;
}

.headc_tel p {
	font-size: 30px;
	font-weight: bold;
}


/*导航*/

.head_bot {
	background: url(../img/topbg.png);
	border-top: 2px solid #d6d6d6;
}

.head_nav {
	height: 60px;
}

.head_nav ul {
	margin: 0;
	padding: 0;
}

.head_nav ul li {
	width: 12.5%;
	height: 60px;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.head_nav>ul>li {
	float: left;
	position: relative;
}

.head_nav>ul>li:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 0;
	width: 1px;
	height: 35px;
	background: #cecece;
}

.head_nav>ul>li:hover:after {
	display: none;
}

.head_nav>ul>li:last-child:after {
	display: none;
}

.head_nav>ul>li.oneli {
	margin-left: 0;
}

.head_nav ul li a {
	display: block;
}

.head_nav>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 2%;
	line-height: 60px;
	color: #666;
}

.head_nav>ul>li>a.head_toptel {
	color: #1e50ae;
}

.head_nav>ul>li:hover>a {
	background: #1e50ae;
	color: #fff;
}

.head_nav>ul>li>ul {
	display: none;
}

.head_nav ul li ul {
	width: 200px;
	height: auto;
	background: #1e50ae;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 9999;
}

.head_nav ul li ul li {
	width: 180px;
	height: auto;
	padding-right: 20px;
	text-align: left;
}

.head_nav ul li ul li i {
	display: block;
	width: 8px;
	height: 100%;
	background: url(../img/nav_i.png) no-repeat center;
	position: absolute;
	right: 5px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}

.head_nav ul li ul li a {
	display: block;
	width: 140px;
	height: auto;
	margin: 0 20px;
	padding: 15px 20px 15px 0;
	font-size: 15px;
	border-bottom: 1px solid #618eb3;
	color: #fff;
}

.head_nav ul li.last-child>a {
	border-bottom: 0;
}

.head_nav ul li ul li.last-child>a {
	border-bottom: 0;
}

.head_nav ul li ul li:last-child>a {
	border-bottom: 0;
}

.head_nav>ul>li.last-child>ul {
	left: inherit;
	right: 0;
}

.head_nav>ul>li>ul>li:hover>i {
	right: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.head_nav ul li ul li ul {
	width: 200px;
	height: auto;
	position: absolute;
	left: 205px;
	top: 0;
	background: #4bc0fe;
	display: none;
	overflow: hidden;
}


/*头部*/


/* hbaner */

.hbaner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.hbaner_con {
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
}

.hbaner_con a {
	display: block;
	height: 600px;
	float: left;
}

.hbaner_dot {
	height: 50px;
	position: relative;
	margin: 580px auto 0;
	z-index: 1;
}

.hbaner_dot span {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 2px;
	float: left;
	margin: 0 5px;
	_margin: 0 3px;
	background: #fff;
}

.hbaner_dot .spcss {
	background: #ff3a00;
}

.hban_btnl {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0px;
	background: none;
	top: 0px;
}

.hban_btnr {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0px;
	background: none;
	top: 0px;
}

.hban_btnl em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/banlr.png) 0px 0px no-repeat;
	margin: 0 auto;
	margin-top: 250px;
}

.hban_btnr em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/banlr.png) -50px 0px no-repeat;
	margin: 0 auto;
	margin-top: 250px;
}

.hban_btnl .ondot {
	background-position: 0px -100px;
}

.hban_btnr .ondot {
	background-position: -50px -100px;
}

.hban_btnl,
.hban_btnr {
	display: none;
}

.hbaner:hover .hban_btnl,
.hbaner:hover .hban_btnr {
	display: block;
}


/*小优势*/

.hysbox {
	background: #f8f8f8;
}

.hysbox dl {
	float: left;
	width: 20%;
	padding: 15px 0;
	border-right: 1px solid #e2e2e2;
	box-sizing: border-box;
}

.hysbox dl:nth-child(5) {
	border-right: 0;
}

.hysbox dt {
	float: left;
	width: 30%;
	padding-left: 5px;
	box-sizing: border-box;
}

.hysbox dt img {
	max-width: 100%;
}

.hysbox dd {
	float: right;
	width: 68%;
}

.hysbox dd h3 {
	font-size: 18px;
	padding-bottom: 5px;
}

.hysbox dd p {
	color: #666;
	height: 35px;
	overflow: hidden;
}


/*产品*/

.hprobox {
	background: url(../img/probg.jpg) no-repeat center top;
}

.htitbox {
	text-align: center;
}

.htitbox h1 {
	text-transform: uppercase;
	font-size: 30px;
	color: #565656;
	padding: 0 10px;
	width: 35%;
	margin: 0 auto;
}

.htitbox h1 i {
	font-style: normal;
	color: #1e50ae;
}

.htitbox .htline {
	padding: 3px 0 5px;
}

.htitbox .htline span {
	display: inline-block;
	width: 6%;
	height: 2px;
	background: #FF3A00;
}

.htitbox .htline em {
	width: 45%;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin: 0 10px;
}

.htitbox p {
	color: #888;
}


/*产品分类*/

.hprocate {
	font-size: 0;
}

.hprocate li {
	width: 15.82%;
	margin: 0 1% 1% 0;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: url(../img/hproico.png) no-repeat left center;
	border-bottom: 1px dashed #959595;
	box-sizing: border-box;
	padding-left: 20px;
}

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

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

.hprocate li:hover {
	background: url(../img/hproicoh.png) no-repeat left center;
	border-bottom: 1px solid #FF3A00;
	transition: .3s;
}

.hprocate li:hover a {
	color: #FF3A00;
}
.hprocate ul{background:#fff;margin-bottom:1%;}
.hprocate .hproca_tit{border: 0;color:#fff;font-size:22px;background: #1e50ae;width: 150px;height: 104px;text-align: center;float: left;padding:13px 40px;box-sizing: border-box;font-weight: bold;margin-bottom:0;}
.hprocate .hproca_tit:hover{background: #1e50ae;border: 0;}
.hprocate .hproca_tit:hover a{color: #fff;}
.hprocate .hproca_tit a{color: #fff;overflow: visible;white-space: normal;}

/*滚动产品*/

.tprobox {
	width: 1200px;
	position: relative;
}

#tp_scroll {
	width: 1200px;
	height: 164px;
	overflow: hidden;
	display: block;
}

#tp_scroll ul {
	width: 1176px;
}

#tp_scroll li {
	width: 358px;
	height: 142px;
	padding: 10px;
	margin-right: 11px;
	float: left;
	background: #f8f8f8;
	border: 1px solid #dedede;
}

#tp_scroll li .spepic {
	width: 61%;
	height: 142px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}

#tp_scroll li img {
	width: 100%;
	height: 100%;
}

#tp_scroll li .speinfo {
	float: right;
	width: 35%;
	padding-top: 5px;
	height: 142px;
	overflow: hidden;
	display: block;
}

#tp_scroll li .speinfo h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 5px;
	color: #FF3A00;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#tp_scroll li .speinfo p {
	line-height: 20px;
	height: 80px;
	font-size: 14px;
	color: #666666;
	display: block;
	overflow: hidden;
}

#tp_scroll li .speinfo em {
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	width: 30px;
	border: 1px solid #bcbcbc;
	display: block;
	color: #a5a5a5;
	margin-top: 8px;
}

#tp_scroll li:hover {
	background: #1e50ae;
	border-bottom: 2px solid #FF3A00;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

#tp_scroll li:hover .speinfo h4 {
	color: #fff;
}

#tp_scroll li:hover .speinfo p {
	color: #fff;
}

#tp_scroll li:hover .speinfo em {
	width: 60px;
	color: #fff;
	border: 1px solid #fff;
	transition: .6s;
}

.tprobtn {
	position: absolute;
	right: 0;
	top: 45%;
	width: 18px;
}

.tprobtn small {
	float: right;
	font-size: 12px;
	width: 18px;
	height: 18px;
	line-height: 15px;
	text-align: center;
	background: #bbbbbb;
	color: #fff;
	margin: 2px 0 10px;
}

.tprobtn small:hover {
	background: #FF3A00;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

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

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

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

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

.hprocon p {
	height: 42px;
	line-height: 42px;
	background: #f5f5f5;
	padding: 0 5px;
	box-sizing: border-box;
	border-bottom: 5px solid #eee;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hprocon li:hover {
	box-shadow: 0 0 15px #eee;
	transition: .3s;
}

.hprocon li:hover p {
	color: #fff;
	background: #1e50ae;
	border-bottom: 5px solid #FF3A00;
	transition: .3s;
}

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


/*关于ag尊龙凯时*/

.habout {
	height: 300px;
	background: #1e50ae/*url(../img/habg.jpg) no-repeat center center*/
	;
	position: relative;
	padding-top: 30px;
	margin-bottom: 60px;
}

.habcon {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
	height: 300px;
	background: #fff url(../img/habg.png) no-repeat left bottom;
	padding: 20px;
	box-sizing: border-box;
}

.habimg {
	width: 420px;
	height: 303px;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;
}

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

.habtxt {
	width: 720px;
}

.habtxt h1 {
	font-size: 24px;
	color: #777;
	letter-spacing: 2px;
}

.habtxt em {
	display: block;
	margin: 15px 0;
	width: 120px;
	height: 3px;
	background: #777;
}

.habtxt p {
	line-height: 1.8;
	color: #888;
	position: relative;
	margin-bottom: 20px;
	height: 172px;
	overflow: hidden;
}

.habtxt a {
	display: block;
	width: 20%;
	text-align: center;
	line-height: 36px;
	height: 36px;
	background: #ececec;
	border: 1px solid #eee;
	box-sizing: border-box;
	float: left;
	margin-right: 15px;
	border-radius: 5px;
}

.habtxt span {
	display: block;
	float: right;
	font-size: 26px;
	background: url(../img/habtel.png) no-repeat left center;
	padding-left: 30px;
	color: #888;
}

.habtxt a:hover {
	color: #fff;
	background: #FF3A00;
	transition: .3s;
}


/*首页案例*/

.hcasebox {
	overflow: hidden;
	background: url(../img/casebg.jpg);
	padding-bottom: 30px;
}

.hcase_con {
	border: 1px solid #ddd;
	text-align: left;
	overflow: hidden;
	margin-top: 30px;
	background: #fff;
}

.hcase_con .hcase_cate {
	height: 42px;
	line-height: 42px;
	/*background: #1e50ae;*/
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: 12px;
}

.hcase_con .hcase_cate ul {
	text-align: center;
}

.hcase_con .hcase_cate ul li {
	display: inline-block;
	width: 15%;
	margin: 0 10px;
	cursor: pointer;
	font-size: 16px;
}

.hcase_con .hcase_cate ul li a {
	color: #666;
}

.hcase_con .hcase_cate ul li.on {
	background: #fff url(../img/catico.png) no-repeat center 36px;
	border-bottom: 2px solid #fff;
}

.hcase_con .hcase_cate ul li.on a {
	color: #666;
}

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

.hcase_con .hcase_btnl,
.hcase_con .hcase_btnr {
	position: absolute;
	left: 5px;
	top: 35%;
	display: block;
	width: 30px;
	height: 94px;
	background: url(../img/casl.png) center center no-repeat;
}

.hcase_con .hcase_btnr {
	left: auto;
	right: 5px;
	background: url(../img/casr.png) center center no-repeat;
}

.hcase_con .hcase_btnl:hover,
.hcase_con .hcase_btnr:hover {
	opacity: 0.8;
}

.hcase_con .hcase_scrol ul {
	overflow: hidden;
	zoom: 1;
}

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

.hcase_con .hcase_scrol ul li .hcase_img {
	text-align: center;
	width: 100%;
	height: 166px;
	overflow: hidden;
}

.hcase_con .hcase_scrol ul li .hcase_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.hcase_con .hcase_scrol ul li .hcase_img a:hover img {
	border-color: #999;
}

.hcase_con .hcase_scrol ul li .hcase_info {
	line-height: 24px;
	text-align: left;
	padding: 10px 11px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	background: #f8f8f8;
}

.hcase_info h2 {
	font-size: 16px;
	color: #666;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.hcase_info em {
	display: block;
	width: 60px;
	height: 2px;
	background: #888;
	margin: -1px 0 10px;
}

.hcase_info p {
	line-height: 1.5;
	height: 60px;
	overflow: hidden;
	color: #777;
}

.hcase_info span {
	display: block;
	margin-top: 10px;
	width: 36%;
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #888;
	border-radius: 5px;
}

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

.hcase_con .hcase_scrol ul li:hover em {
	width: 100%;
	transition: .8s;
	background: #FF3A00;
}

.hcase_con .hcase_scrol ul li:hover h2 {
	color: #FF3A00;
}

.hcase_con .hcase_scrol ul li:hover span {
	background: #FF3A00;
}


/*广告条*/

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

.advbox .advcon {
	position: relative;
	height: 220px;
}

.advbox .advcon a {
	position: absolute;
	display: block;
	bottom: 20px;
	width: 120px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #a9a8a7;
	border-radius: 5px;
}

.advbox .advcon .adv_lx {
	left: 1%;
	background: #015198;
}

.advbox .advcon .adv_ly {
	left: 12%;
}

.advbox .advcon a:hover {
	background: #FF3A00;
}


/*首页新闻*/

.hnewsbox {
	padding-bottom: 30px;
}

.hnewscon .hnew_lis {
	width: 31.6%;
	width: 31%\9;
	margin-right: 1%;
	border-right: 1px solid #ccc;
	padding-right: 15px;
}

.hnewscon .hnew_lis:nth-child(3n) {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}

.hnew_lis dl {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.hnew_lis dl dt {
	width: 30%;
	height: 86px;
	overflow: hidden;
	float: left;
}

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

.hnew_lis dl dd {
	float: right;
	width: 68%;
}

.hnew_lis dl dd h2 {
	color: #666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnew_lis dl dd span {
	background: url(../img/time.png) no-repeat left center;
	color: #ccc;
	padding: 3px 0 3px 20px;
	display: block;
}

.hnew_lis dl dd p {
	height: 36px;
	overflow: hidden;
	color: #9f9f9f;
}

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

.hnewul {}

.hnewul li {
	height: 36px;
	clear: both;
	line-height: 36px;
	border-bottom: 1px dashed #ccc;
	background: url(../img/newico.png) no-repeat left center;
	padding-left: 20px;
}

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

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

.hnewul li:hover a {
	color: #FF3A00;
}


/*友情链接*/

.yqlink {
	background: #f9f9f9;
	padding: 10px 0;
}

.yqlink .yqcon h2 {
	color: #8a8a8a;
	background: url(../img/yq.png) no-repeat left -2px;
	padding: 0 0 10px 35px;
	border-bottom: 1px solid #eee;
}

.yqlink .yqcon li {
	float: left;
	padding: 10px 15px 0 0;
}


/*底部*/

.hfootbox {
	height: 300px;
	background: #1e50ae;
	border-top: 2px solid #0c80e3;
}

.hfoot_nav li {
	float: left;
	width: 12.5%;
	text-align: center;
	height: 42px;
	line-height: 42px;
	position: relative;
	border-bottom: 1px solid #869db1;
}

.hfoot_nav li a {
	color: #fff;
}

.hfoot_nav li a:hover {
	opacity: 0.6;
}

.hfoot_nav li:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	width: 1px;
	height: 20px;
	background: #869db1;
}

.hfoot_nav li:nth-child(8):after {
	display: none;
}

.footlx {
	width: 400px;
}

.footit {
	color: #fff;
	border-bottom: 1px solid #869db1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.footit:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #FF3A00;
}

.footlx p {
	color: #fff;
	line-height: 2.0;
}

.qrbox {
	margin-right: 15px;
	width: 300px;
	margin: 0 20px;
}

.qrbox p {
	width: 120px;
	text-align: center;
	margin: 0 15px;
	float: left;
	color: #fff;
}

.qrbox p img {
	width: 100%;
}

.slmap {
	width: 390px;
}

.slmap img {
	width: 100%;
}

.footbot {
	text-align: center;
	color: #fff;
	background: #02437e;
	padding: 10px;
}

.footbot a {
	color: #4281c5;
}


/*浮窗*/


/* 侧边栏 */

.floatbox {
	position: fixed;
	top: 32%;
	right: 0;
	z-index: 99999999999;
}

.floatbox ul li:first-child {
	border-top: solid 1px #ccc;
}

.floatbox ul li {
	width: 48px;
	height: 48px;
	border: solid 1px #ccc;
	border-top: none;
	background-color: #7c7c7c;
	transition: 0.3s;
	position: relative;
}

.floatbox ul li:hover {
	background-color: #1e50ae;
	transition: 0.5s;
}

.floatbox ul li.float_retop {
	background-color: #1e50ae;
}

.floatbox ul li.float_retop img {
	opacity: 1 !important;
}

.floatbox ul li a {
	display: block;
	padding-top: 14px;
}

.floatbox ul li a>img {
	height: 25px;
	display: block;
	margin: 0px auto;
	opacity: 1.0;
	transition: 0.3s;
}

.floatbox ul li a>p {
	font-size: 14px;
	color: #eee;
	text-align: center;
	line-height: 38px;
	transition: 0.3s;
}

.floatbox ul li:hover a>p {
	transition: 0.5s;
	color: #fff;
}

.floatbox ul li.float_wx {}

.floatbox ul li.float_wx div img {
	display: block;
	width: 100%;
}

.floatbox ul li.float_wx:hover div {
	display: block !important;
	width: 120px;
	right: 50px;
	height: 120px;
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 0;
}

.floatbox ul li.float_tel {
	background-position: center 14px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.floatbox ul li.float_tel div p {
	color: #eee;
	font-size: 16px;
	line-height: 45px;
}

.floatbox ul li.float_tel div {
	right: 50px;
	background: #7c7c7c;
	padding: 0 10px;
	height: 45px;
	position: absolute;
	top: 0;
	width: 180px;
}

.floatbox ul li.float_tel:hover div {
	display: block !important;
}

.float_qr,
.float_tslide {
	display: none;
	border-radius: 3px;
}


/*内页*/

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

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

.ibread {
	height: 48px;
	line-height: 48px;
	color: #666;
	background: #f5f5f5;
}

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

.ibread h2 em {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.ibread p {
	float: right;
	letter-spacing: 2px;
	background: url(../img/brea2.png) no-repeat left center;
	padding-left: 20px;
}

.iernav ul {
	text-align: center;
}

.iernav li {
	width: 16.3%;
	display: inline-block;
	line-height: 42px;
	height: 42px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 16px;
}

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

.iernav li a {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

.incon {
	font-size: 15px;
	line-height: 1.8;
	color: #777;
}

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

.inmain .hysbox {
	margin-top: 20px;
}

.inmain .hysbox dl {
	border-right: 1px solid #eee;
}


/*产品页*/

.iprocon {
	position: relative;
}

.iprocon .bd {
	overflow: hidden;
}

.iprocon li {
	float: left;
	width: 24.2%;
	width: 24%\9;
	display: block;
	margin: 0 1% 1% 0;
	position: relative;
}

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

.iprocon li a {
	display: block;
	position: relative;
}

.iprocon li a.iproc_img {
	width: 100%;
	height: 218px;
	overflow: hidden;
	position: relative;
}

.iprocon li img {
	width: 100%;
	height: 100%;
	display: block;
}

.iprocon li:hover img {
	transform: scale(1.2, 1.2);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.iprocon li a.iproc_txt {
	border: 1px solid #ddd;
	background: #fff;
	height: 48px;
	line-height: 48px;
	position: relative;
	border-top: 0 none;
}

.iprocon li h3 {
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.iprocon li em {
	right: 30px;
	top: 18px;
	width: 10px;
	height: 16px;
	background-position: -248px 0;
	display: block;
}

.iprocon li:hover h3 {
	padding-left: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.iprocon li:hover em {
	background-position: -268px 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.iprocon li:hover .iproc_txt {
	background: #1e50ae;
	color: #fff;
	border: 1px solid #1e50ae;
	border-top: 0 none;
}

.iproc_m {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.2, 0.2);
}

.iprocon li:hover .iproc_m {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

.iproc_jt {
	background: url(../img/ipro.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.iproc_txt em {
	position: absolute;
}


/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 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;
}

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

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

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


/*案例列表*/

.icasecon {}

.icasecon li {
	width: 24.2%;
	margin: 0 1% 1% 0;
	height: 289px;
	text-align: center;
	padding-left: 5px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

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

.icasecon li .icasimg {
	width: 100%;
	height: 188px;
	overflow: hidden;
	border: solid 1px #ededed;
	box-sizing: border-box;
}

.icasecon li img {
	width: 100%;
	height: 100%;
}

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

.icasecon li a {
	width: 100%;
	border: solid 1px #ededed;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.icasecon li h2 {
	color: #333333;
	font-size: 16px;
	line-height: 68px;
	font-weight: normal;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icasecon li span {
	width: 37px;
	height: 37px;
	background: #999999;
	border-radius: 100%;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -19px;
	margin: auto;
	font-size: 27px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	z-index: 3;
}

.icasecon li:hover .pro_con {
	height: 100%;
}

.icasecon li:hover span {
	background: #be1d2c;
}


/*留言*/

.ly_input {
	width: 95%;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	background: #f9f9f9;
	border: 1px solid #d2d4d6;
}

.ly_text {
	width: 95%;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	height: 100px;
	background: #f9f9f9;
	border: 1px solid #dedede;
}

.lybox {
	margin: 0 auto;
	text-align: center;
}

.G_botton {
	width: 55px;
	height: 30px;
	line-height: 30px;
	border: 0;
	cursor: pointer;
}

.formli {
	width: 100%;
	height: auto;
	padding-top: 10px;
	clear: both;
	position: relative;
}

.formli img {
	position: absolute;
	right: 35%;
	top: 25px;
}

#checkCode {
	width: 95%;
	height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	background: #f9f9f9;
	border: 1px solid #dedede;
	text-transform: uppercase;
	vertical-align: middle;
}

.forml_sub,
.czhi {
	width: 190px;
	height: 42px;
	border: none;
	color: #000;
	font-family: 微软雅黑;
	border-radius: 3px;
	font-size: 16px;
	margin: 25px 25px 0 0;
}

.forml_sub {
	margin-left: 58px;
}

.forml_sub:hover,
.czhi:hover {
	cursor: pointer;
	color: #fff;
	background: #ca0000;
}

.form_tit {
	display: block;
	float: left;
	line-height: 42px;
}


/*标题新闻*/

.ilicon li {
	border-left: 6px solid #b1b1b1;
	float: left;
	box-sizing: border-box;
	margin: 1%;
	width: 48%;
	background: #f6f6f6;
	padding: 10px;
}

.ilicon span {
	display: block;
	color: #999;
}

.ilicon em {
	display: block;
	width: 6px;
	height: 1px;
	background: #ccc;
	margin: 10px 0;
}

.ilicon p {
	color: #888;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ilicon li:hover em {
	width: 120px;
	background: #FF3A00;
	transition: .6s;
}

.ilicon li:hover p {
	color: #FF3A00;
}


/*概述新闻*/

.inewul li {
	width: 32.6%;
	width: 32%\9;
	height: 445px;
	background: #fff;
	box-shadow: 0 0 15px #ddd;
	margin: 0 1% 1% 0;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

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

.inewul li:hover {
	transform: translateY(-6px);
	box-shadow: 0 0 15px #bbb;
	transition: all .5s linear;
}

.inewul li a {
	display: block;
}

.inew_time {
	width: 90px;
	height: 50px;
	background: #01309e;
	line-height: 25px;
	color: #fff;
	text-align: center;
}

.inew_time span {
	display: block;
	background: #e22626;
}

.inewul li h3 {
	width: 240px;
	padding-top: 5px;
	line-height: 40px;
	border-bottom: #ddd solid 1px;
}

.inew_txt {
	line-height: 35px;
	height: 105px;
	margin: 20px 0 10px;
	overflow: hidden;
	color: #999;
}

.inew_more {
	text-align: right;
}

.inewul li:hover h3 {
	color: #FF3A00;
}

.inewul li:hover .inew_more a {
	color: #FF3A00;
}

.itxnew_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}

.itxnew_img img {
	width: 100%;
}

.rebox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000 !important;
	-webkit-filter: none !important;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.rebox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.rebox-contents {
	position: absolute;
	top: 20%;
	left: 5%;
	text-align: center;
	width: 90%;
	height: 90%;
}

.rebox-contents .rebox-content {
	border: 5px solid #fff;
	box-shadow: 0 0 20px #000;
	border-radius: 1px;
	max-width: 100%;
	max-height: 80%;
}

.rebox-loading {
	width: 31px;
	height: 31px;
	margin: -16px 0 0 -16px;
	position: absolute;
	top: 48%;
	left: 50%;
}

.rebox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1000;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
}

.rebox-caption p {
	margin: 0 auto;
	max-width: 70%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.rebox-button {
	position: absolute;
	z-index: 9999;
	min-width: 40px;
	color: #FF3A00;
	height: 40px;
	line-height: 40px;
	background: #eee;
	opacity: 0.4;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.rebox-button:hover,
.rebox-button:focus {
	opacity: 1;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

.rebox-close {
	right: 10px;
	top: 10px;
}

.rebox-next {
	right: 10px;
	top: 48%;
}

.rebox-prev {
	left: 10px;
	top: 48%;
}

.rebox-loading {
	left: 50%;
	top: 48%;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.gallery a {
	display: block;
	width: 24.2%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #eee;
	padding: 10px 10px 0;
	box-sizing: border-box;
}

.gallery a:hover {
	background: #1e50ae;
	transition: .6s;
}

.gallery a:nth-child(4n) {
	margin-right: 0;
}

.gallery .ihonimg {
	width: 100%;
	height: 188px;
	overflow: hidden;
}

.gallery .ihonimg img {
	width: 100%;
	height: 100%;
}

.gallery .ihonimg:hover img {
	transform: scale(1.2);
	transition: .3s;
}

.gallery p {
	text-align: center;
	line-height: 45px;
	color: #898989;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gallery a:hover p {
	color: #fff;
}


/*新闻详情*/

.inewde_top {
	text-align: center;
}

.inewde_top h1 {
	font-size: 26px;
}

.inewde_top p {
	padding: 15px 0 0;
}

.inewde_top p span {
	padding: 0 15px;
	color: #999;
}

.zhaiyao {
	text-align: left;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-top: 15px;
}

.zhaiyao span {
	font-weight: bold;
}

.inewde_top .zhaiyao p {
	padding-top: 0;
	color: #888;
	line-height: 1.5;
	height: 39px;
	overflow: hidden;
}

.newbq {
	color: #999;
	margin-top: 10px;
	padding-top: 6px;
	border-top: 1px dotted #ccc;
}

.updown p {
	line-height: 39px;
	height: 39px;
	border-bottom: 1px solid #ddd;
	/* background: url(../img/newico.png) no-repeat left center;
	padding-left: 20px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.updown p span {
	font-weight: bold;
	border-left: 3px solid #fe3a00;
    padding-left: 10px;
}

.updown p:hover {
	padding-left: 28px;
	transition: .6s;
}

.relnew {
	background: #f7f7f7;
	margin-top: 20px;
	padding: 20px 0;
}

.reltit {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 20px;
	position: relative;
}

.reltit:before {
	position: absolute;
	content: "";
	top: 20px;
	left: 0;
	background: #888;
	width: 10px;
	height: 10px;
}

.reltit span {
	color: #FF3A00;
}

.reltit a {
	font-weight: normal;
	float: right;
	font-size: 16px;
	color: #aaa;
}

.relnew .hnew_lis .hnewul li {
	width: 48%;
	margin: 1% 1% 0;
	float: left;
	box-sizing: border-box;
	clear: none;
}

.relpro {
	padding: 20px 0;
}

.iprod_img {
	width: 54%;
	max-height: 445px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
}

.iprod_img img {
	width: 100%;
}

.iprod_info {
	width: 45%;
	padding: 10px;
	box-sizing: border-box;
}

.iprod_info em {
	display: block;
	width: 60px;
	height: 5px;
	background: #FF3A00;
	margin: 10px 0;
}

.iprod_info p {
	color: #777;
}

.iprod_info .iprop1 {
	line-height: 2.0;
	background: #f5f5f5;
	padding: 3px 6px;
	box-sizing: border-box;
	margin-top: 1%;
	border-bottom: 1px solid #eee;
	border-left: 2px solid #FF3A00;
}

.iprod_info .iprop2 {
	padding: 6px;
	background: #f5f5f5;
	margin-top: 1%;
	line-height: 1.5;
	height: 124px;
	overflow: hidden;
}

.ipro_qr {
	margin-top: 10px;
	width: 120px;
	text-align: center;
	margin-right: 15px;
}

.ipro_qr img {
	width: 100px;
}

.ipro_qr p {
	color: #888;
}

.iprod_info .headc_tel {
	height: 65px;
	padding: 13px 60px 0 68px;
}

.iprolx {
	display: block;
	text-align: center;
	width: 260px;
	height: 36px;
	line-height: 36px;
	background: #eee;
}

.iprolx:hover {
	color: #fff;
	background: #1e50ae;
	transition: .3s;
	border-radius: 5px;
}

.incon .reltit {
	margin-bottom: 15px;
}

.incon .reltit:before {
	top: 27px;
}

.relly {
	background: #f7f7f7;
	padding-bottom: 20px;
}

@media screen and (max-width: 959px) {
	html,
	body {
		min-width: 660px;
		max-width: 660px;
		margin: auto;
	}
	.mainb {
		width: 98%;
	}
	.headbox .mainb,
	.head_bot .mainb {
		width: 100%;
	}
	.head_top,
	.head_cen ul,
	.floatbox {
		display: none;
	}
	.hlogo {
		width: 42%;
	}
	.hlogo img {
		border-right: 0;
		width: 100%;
		max-width: 100%;
	}
	.hlogotxt h2 {
		font-size: 16px;
		padding-top: 0;
	}
	.hlogotxt p {
		font-size: 12px;
	}
	.headc_tel p {
		font-size: 20px;
	}
	.headc_tel {
		padding: 13px 0 0 56px;
		background-size: 25%;
	}
	.head_cen {
		height: 65px;
		border-top: 2px solid #1e50ae;
		background: #fff;
	}
	.head_bot {
		    clear: both;
		background: #1e50ae;
		border-top: 1px solid #ffffff;
	}
	.head_nav>ul>li>a {
		padding: 0;
		color: #fff;
	}
	.head_nav ul li {
		width: 25%;
		height: 36px;
		box-sizing: border-box;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.head_nav {
		height: 72px;
	}
	.head_nav>ul>li:after {
		display: none;
	}
	.head_nav>ul>li>a {
		line-height: 36px;
	}
	.head_nav ul li ul {
		display: none !important;
	}
	.hbaner,
	.hbaner_con a {
		height: 190px;
	}
	.hbaner_con a {
		background-size: 100% 100% !important;
	}
	.hysbox dd p {
		display: none;
	}
	.hysbox dt {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
	}
	.hysbox dd {
		width: 100%;
		float: none;
		text-align: center;
	}
	.hysbox dd h3 {
		font-size: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.htitbox h1 {
		font-size: 22px;
	}
	.htitbox .htline em {
		width: 25%;
	}
	.hprocate li {
		width: 24.2%;
	}
	.hprocate li:nth-child(6n) {
		margin-right: 1%;
	}
	.hprocate li:nth-child(4n) {
		margin-right: 0;
	}
	.tprobox {
		display: none !important;
	}
	.hprocon .hproimg {
		height: 114px;
	}
	.habimg {
		width: 40%;
		height: 179px;
	}
	.habtxt {
		width: 58%;
	}
	.habtxt p {
		height: 72px;
	}
	.habtxt span {
		display: none;
	}
	.habtxt a {
		width: 30%;
	}
	.habtxt em {
		margin: 10px 0;
	}
	.habout {
		height: 180px;
	}
	.habtxt h1 {
		font-size: 22px;
	}
	.habcon {
		height: 220px;
	}
	.hcase_con .hcase_scrol ul li {
		width: 283px;
	}
	.hcase_con .hcase_scrol ul li .hcase_img {
		height: 210px;
	}
	.hcase_info h2 {
		padding-top: 0;
	}
	.advbox {
		display: none;
	}
	.hnewscon .hnew_lis {
		width: 100%;
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
	}
	.hnew_lis dl dt {
		width: 17%;
	}
	.hnew_lis dl dd {
		width: 81%;
	}
	.hnewscon .hnew_lis:nth-child(2n),
	.hnewscon .hnew_lis:nth-child(3n) {
		display: none;
	}
	.footlx {
		width: 48%;
	}
	.qrbox {
		margin: 0;
		width: 48%;
		margin-left: 10px;
	}
	.slmap {
		display: none;
	}
	.inbaner {
		background-size: 100%;
		height: 100px;
	}
	.ibread h2 em {
		display: none;
	}
	.ibread h2 {
		background: none;
		padding-left: 10px;
		margin-top: 9px;
		line-height: 30px;
		border-left: 5px solid #FF3A00;
	}
	.iernav li {
		width: 24.1%;
		font-size: 15px;
	}
	.iproc_m {
		display: none;
	}
	.iprocon li {
		width: 48%;
		margin: 1%;
	}
	.iprocon li:nth-child(4n) {
		margin-right: 1%;
	}
	.iprocon li a.iproc_img {
		height: 230px;
	}
	.icasecon li {
		width: 48%;
		margin: 1%;
		padding:0;
	}
	.icasecon li:nth-child(4n) {
		margin-right: 1%;
	}
	.inewul li {
		width: 48%;
		margin: 1%;
	}
	.inewul li h3 {
		width: 160px;
	}
	.inewul li:nth-child(3n) {
		margin-right: 1%;
	}
	.ilicon p {
		height: 33px;
		overflow: hidden;
	}
	.gallery a {
		width: 48%;
		margin: 1%;
	}
	.gallery a:nth-child(4n) {
		margin-right: 1%;
	}
	.gallery .ihonimg {
		height: 216px;
	}
	.inewde_top h1 {
		font-size: 20px;
	}
	.iprod_img {
		width: 100%;
	}
	.iprod_info {
		width: 100%;
	}
	.iprod_info em {
		display: none;
	}
	.ly_input,
	.ly_text,
	#checkCode {
		width: 100%;
	}
	.formli img {
		right: 5%;
		top: 65px;
	}
	.head_nav ul li:nth-child(4n) {
		border-right: none;
	}
}

@media screen and (max-width: 640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	.paddt30 {
		padding-top: 15px;
	}
	.hlogotxt {
		display: none;
	}
	.hlogo {
		width: 52%;
	}
	.headc_tel {
		padding: 13px 0 0 36px;
		background-size: 18%;
	}
	.headc_tel p {
		font-size: 16px;
	}
	.headc_tel span {
		display: none;
	}
	.head_cen {
		height: 45px;
	}
	.hbaner,
	.hbaner_con a {
		height: 110px;
	}
	.hysbox dt {
		width: 50%;
	}
	.hysbox dd h3 {
		display: none;
	}
	.htitbox h1 {
		width: 100%;
		font-size: 20px;
	}
	.hprocate li {
		width: 32.6%;
		font-size: 15px;
	}
	.hprocate li:nth-child(4n) {
		margin-right: 1%;
	}
	.hprocate li:nth-child(3n) {
		margin-right: 0;
	}
	.hprocon li:nth-child(4n) {
		margin-right: 1%;
	}
	.hprocon li {
		width: 48%;
		margin: 1%;
	}
	.hprocon .hproimg {
		height: 129px;
	}
	.habimg {
		height: 242px;
		width: 100%;
		display: none;
	}
	.habtxt {
		width: 100%;
	}
	.habout {
		margin-bottom: 30px;
	}
	.hcase_con .hcase_cate ul li {
		width: 30%;
		margin: 0;
	}
	.hcase_con .hcase_li {
		padding: 10px 0 10px 8px;
	}
	.hcase_con .hcase_scrol ul li {
		width: 336px;
	}
	.hnew_lis dl dt {
		width: 30%;
		height:80px;
	}
	.hnew_lis dl dd {
		width: 67%;
	}
	.hfootcon {
		display: none;
	}
	.hfootbox {
		height: auto;
		margin-bottom: 55px;
	}
	.footbot {
		background: #616161;
	}
	.footbot a {
		color: #e7e7e7;
	}
	.jxmobot {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #02437e;
		border-top: 1px solid #02437e;
		z-index: 9999;
		display: block;
	}
	.jxmobot li {
		float: left;
		width: 25%;
		/* padding: 0 3%; */
		box-sizing: border-box;
		border-left: 1px solid #fff;
	}
	.jxmobot li:first-child {
		border-left: 0;
	}
	.jxmobot li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.jxmobot li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.jxmobot li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.footbot .mainb {
		width: 100%;
	}
	.inbaner {
		height: 60px;
	}
	.iernav li {
		width: 31.3%;
		margin: 1%;
		display: inline;
		float: left;
		height: 36px;
		line-height: 36px;
	}
	.ibread h2 {
		padding: 0;
		border: 0;
		font-size: 18px;
		color: #FF3A00;
	}
	.ibread p {
		width: 50%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.iprocon li a.iproc_img {
		height: 131px;
	}
	.iprocon li .iproc_jt {
		display: none;
	}
	.iprocon li h3 {
		padding: 0;
		text-align: center;
	}
	.icasecon li .icasimg {
		height: 124px;
	}
	.icasecon li {
		height: 219px;
	}
	.inewul li {
		width: 100%;
		margin: 1% 0;
	}
	.inewul li h3 {
		width: 220px;
	}
	.ilicon li {
		width: 100%;
		margin: 1% 0;
	}
	.ly_input,
	.ly_text,
	#checkCode {
		width: 100%;
	}
	.formli img {
		right: 5%;
		top: 65px;
	}
	.forml_sub {
		margin-left: 0;
	}
	.forml_sub,
	.czhi {
		width: 130px;
	}
	.gallery .ihonimg {
		height: 116px;
	}
	.relnew .hnew_lis .hnewul li {
		width: 100%;
		margin: 0;
	}
	.reltit {
		font-size: 18px;
		padding: 10px 0 6px 10px;
	}
	.reltit:before {
		top: 15px;
		background: #ff4914;
		width: 3px;
		height: 15px;
	}
	.iprod_info .headc_tel span {
		display: block;
	}
	.iprod_info .headc_tel {
		padding: 13px 60px 0 38px;
	}
	.iprolx {
		width: 160px;
	}
	.incon .reltit:before {
		top: 18px;
	}
	.iprod_info h2 {
		padding-bottom: 10px;
		font-size: 18px;
	}
	.icasecon li h2,.iprocon li h3,.gallery p{font-size:15px;}
	
	.inewul li{padding:8px;}
	
	.inew_txt{line-height:1.8;}
	.hnew_lis dl dd p{line-height:1.3;}
	.hnew_lis dl dd h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	
	
}

@media screen and (max-width: 360px) {
	.hcase_con .hcase_scrol ul li {
		width: 326px;
	}
	.iprod_info .headc_tel {
		padding: 13px 0px 0 28px;
	}
	.iprod_info .iprop2 {
		height: 122px;
	}
}

@media screen and (max-width: 350px) {
	.hcase_con .hcase_scrol ul li {
		width: 312px;
	}
}

@media screen and (max-width: 330px) {
	.hcase_con .hcase_scrol ul li {
		width: 280px;
	}
}
@media screen and (max-width: 300px) {
	.headc_tel {
    padding: 8px 0 0;
    background: 0;
}
.head_cen{padding:0;}
.inewul li h3 {
    width: 160px;
}
}
