@charset "utf-8";

/*css reset*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	border: none;
}

body {
	font-family: "microsoft yahei";
	font-size: 12px;
}

a {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
	background: none;
}

textarea {
	resize: none;
}


/*清除浮动*/

.clearfix {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/*公共宽度*/
.w1200{
	width: 1200px;
	margin: 0 auto;
}

/*顶部*/
.itop{
	background: #333333;
	color: #FFFFFF;
	padding: 3px 0;
	margin-bottom: 10px;
}
.itop1{
	float: left;
}
.itop2{
	float: right;
}
.itop2 img{
	vertical-align: sub;
}
.itop2 a{
	color: #FFFFFF;
}

/*logo*/
.ilogo{
	font-size: 0;
	margin-bottom: 10px;
}
.ilogo img{
	max-width: 100%;
	height: auto;
}
.ilogo1{
	float: left;
	margin-left: 50px;
	padding-top: 15px;
}
.ilogo2{
	float: right;
	margin-top: 10px;
}
.ilogo21{
	margin-bottom: 20px;
}
.ilogo22{
	float: left;
	width: 170px;
	height: 24px;
	border: 1px solid #ED000F;
}
.ilogo23{
	float: left;
	width: 30px;
	height: 24px;
	border: 1px solid #ED000F;
	background: #ED000F url(../images/ilogo1.png) no-repeat center center;
	cursor: pointer;
}
.ilogo3{
	float: right;
	margin-right: 50px;
	margin-top: 36px;
}

/*导航*/
.inav{
	background: #ed000f;
	height: 48px;
	font-weight: bold;
}
.inav1>li{
	float: left;
	width: 11%;
	text-align: center;
	font-size: 15px;
	background: url(../images/inav1.png) no-repeat right center;
	position: relative;
}
.inav1>li>a{
	display: block;
	line-height: 48px;
	color: #FFFFFF;
}
.active1>a,.inav1>li>a:hover{
	background: #0070ed;
}
.inav2{
	position: absolute;
	z-index: 10;
	background: #ed000f;
	display: none;
	min-width: 180px;
	padding: 5px 10px 5px;
}
.inav2>li{
	background: #ed000f;
	width: auto;
	font-size: 12px;
	float: none;
	padding:5px 0;
}
.inav2>li>a{
	color: #FFFFFF;
	display:block;
}
.inav2>li:hover{
	background-color:#333;
}
.inav1>li:hover .inav2{
	display: block;
}

/*海报*/
.banner {
	position: relative;
}

.banner1 {
	display: none;
	font-size: 0;
}

.banner1 img {
	max-width: 100%;
}

.banner2 {
	-webkit-animation: banner2 1.5s;
	animation: banner2 1.5s;
}

@-webkit-keyframes banner2 {
	from {
		opacity: .4;
	}
	to {
		opacity: 1;
	}
}

@keyframes banner2 {
	from {
		opacity: .4;
	}
	to {
		opacity: 1;
	}
}

.banner-l {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 40px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	transition: all 0.3s;
	z-index: 1;
}

.banner-r {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 40px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	transition: all 0.3s;
	z-index: 1;
}

.banner-l:hover,
.banner-r:hover {
	background: rgba(0, 0, 0, 0.8);
}

.dot {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.dot1 {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFFFFF;
	margin: 0 3px;
	cursor: pointer;
	transition: background-color 0.6s ease;
}

.dot2,
.dot1:hover {
	background: #ed000f;
}

/*内页海报*/
.nytp{
	font-size: 0;
	overflow: hidden;
}
.nytp img{
	position: relative;
	margin-left: -960px;
	left: 50%;
}

/*关键词*/
.igjc{
	background: #ED000F;
	margin-bottom: 30px;
}
.igjc1{
	background: #0070ed;
	color: #FFFFFF;
	padding: 10px 15px 0 15px;
	font-size: 0;
}
.igjc1 li{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	margin-right: 15px;
}
.igjc1 a{
	color: #FFFFFF;
}
.igjc1 a:hover{
	color: #FF0000;
}

/*产品中心*/
.icpzx{
	margin-bottom: 20px;
}
.icpzx1{
	float: left;
	width: 300px;
}
.icpzx2{
	float: right;
	width: 890px;
}
.icpzx13 li:first-child a{
	border-bottom: 1px dashed #FFFFFF;
}
.icpzx13 a{
	display: block;
	background: #666666;
	color: #ffffff;
	font-size: 15px;
	padding: 8px 0 8px 15px;
}
.icpzx14 a{
	background: #272727;
	font-size: 12px;
	padding: 6px 0 6px 15px;
	border-bottom: 1px dashed #FFFFFF;
}
.icpzx14 li:last-child a{
	border-bottom: none;
}
.icpzx14 a:hover{
	color: #FF0000;
}
.icpzx11{
	font-size: 0;
	margin-bottom: 10px;
}
.icpzx21{
	font-size: 0;
	margin-bottom: 10px;
}
.icpzx22 li{
	float: left;
	font-size: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 290px;
	height: 272px;
	text-align: center;
	overflow: hidden;
}
.icpzx22 li:nth-child(3n){
	margin-right: 0;
}
.icpzx22 li img{
	max-width: 100%;
	height: 240px;
}
.icpzx23{
	/*display: none;
	position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	line-height: 30px;
	height: 30px;
}
.icpzx22 a:hover .icpzx23{
	display: block;
}
.icpzx23 h2{
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.icpzx23 p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5em;
	height: 9em;
	margin-bottom: 20px;
}
.icpzx23 h3{
	font-size: 14px;
	text-align: right;
	color: #FFFFFF;
}

/*公司简介*/
.igsjj{
	background: url(../images/igsjj1.jpg) no-repeat center center;
	height: 600px;
	margin-bottom: 30px;
}
.igsjj1{
	width: 600px;
	float: right;
	padding-top: 30px;
}
.igsjj1 h2{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
}
.igsjj1 h3{
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.igsjj2{
	padding-left: 45px;
	margin-top: 30px;
}
.igsjj2 li{
	width: 520px;
	background: #fff;
	margin-bottom: 25px;
	border-radius: 20px;
}
.igsjj2 span{
	float: left;
	width: 70px;
	height: 85px;
	line-height: 85px;
	display: block;
	color: #ff0000;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.igsjj3{
	float: left;
	padding-top: 10px;
	width: 430px;
}
.igsjj3 h4{
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
.igsjj3 p{
	font-size: 14px;
}

/*工程案例*/
.igcal1{
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.igcal1 h2{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.igcal1t{
	display: inline-block;
	padding: 3px 30px;
	background: #0070ed;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.igcal1t1{
	display: block;
	height: 6px;
	background: url(../images/igcal1.png) repeat-x top center;
	margin-bottom: 20px;
}
.igcal_l{
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: url(../images/ihzhb1.png);
}
.igcal_r{
	display: block;
	position: absolute;
	top: 60%;
	right: 0;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: url(../images/ihzhb2.png);
}
.igcal2{
	position: relative;
	width: 1090px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.igcal3{
	position: absolute;
	width: 90000px;
}
.igcal3 li{
	float: left;
	margin-right: 10px;
}
.igcal3 img{
	border: 1px solid #8e8a8b;
	width: 210px;
	height: 150px;
}

/*间隔*/
.ijg{
	font-size: 0;
	margin-bottom: 20px;
}
.ijg img{
	max-width: 100%;
	height: auto;
}

/*首页新闻中心*/
.ixwzx{
	margin-bottom: 20px;
}
.ixwzx1{
	float: left;
	width: 350px;
	margin-right: 75px;
}
.ixwzx1:nth-child(3){
	margin-right: 0;
}
.ixwzx1 h2{
	font-size: 15px;
	background: #8e8a8b;
	color: #fff;
	padding: 8px 10px;
	border-left: 7px solid #e72f39;
	margin-bottom: 10px;
}
.ixwzx1 h2 a{
	float: right;
	color: #fff;
	font-size: 12px;
	margin-top: 3px;
}
.ixwzx2{
	padding-bottom: 10px;
	border-bottom: 1px dashed #8e8a8b;
	margin-bottom: 10px;
}
.ixwzx2 a{
	display: block;
	width: 100%;
	height: 100%;
}
.ixwzx2 img{
	float: left;
	max-width: 100%;
	margin-right: 10px;
}
.ixwzx2 h3{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom: 5px;
	color: #000000;
}
.ixwzx2 p{
	color: #000000;
	line-height: 1.5em;
	height: 4.5em;
	overflow: hidden;
}
.ixwzx2 a:hover p{
	color: #FF0000;
}
.ixwzx3 li{
	background: url(../images/ixwzx1.png) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 5px;
}
.ixwzx3 li a{
	display: block;
	color: #000;
}
.ixwzx3 li a:hover{
	color: #f00;
}
.ixwzx3 li span{
	float: right;
}

/*合作伙伴*/
.ihzhb1{
	position: relative;
	margin-bottom: 30px;
}
.ihzhb1 h2{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.ihzhb_l{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: url(../images/ihzhb1.png);
}
.ihzhb_r{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 29px;
	height: 29px;
	cursor: pointer;
	background: url(../images/ihzhb2.png);
}
.ihzhb2{
	position: relative;
	width: 1100px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}
.ihzhb3{
	position: absolute;
	width: 90000px;
}
.ihzhb3 li{
	float: left;
	margin-right: 25px;
}
.ihzhb3 img{
	border: 1px solid #8e8a8b;
	width: 200px;
	height: 80px;
}

/*底部*/
.ifooter{
	background: #333333;
	color: #fff;
}
.ifooter a{
	color: #FFFFFF;
}
.ifooter1{
	padding: 15px 20px 0 15px;
}
.iyqlj{
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 5px;
}
.iyqlj li{
	float: left;
	padding-top: 4px;
}
.iyqlj li:first-child{
	font-size: 15px;
	padding: 0;
}
.iyqlj li a{
	display: block;
	border-right: 1px solid #FFFFFF;
	padding: 0 5px;
}
.ifooter2{
	margin-bottom: 10px;
}
.ifooter21{
	float: left;
}
.ifooter21 h2{
	font-size: 15px;
	padding-top: 15px;
	margin-bottom: 5px;
}
.ifooter21 p{
	margin-bottom: 5px;
}
.ifooter21 p .s1{
	display: inline-block;
	width: 4em;
	text-align: right;
}
.ifooter21 p .s2{
	display: inline-block;
	width: 6em;
	text-align: right;
}
.ifooter22{
	float: right;
	font-size: 0;
}
.ifooter22 img{
	max-width: 100%;
	height: auto;
}
.ifooter3{
	
}
.ifooter3 li{
	float: left;
	width: 33%;
}
.ifooter3 li:nth-child(2){
	text-align: center;
}
.ifooter3 li:nth-child(3){
	text-align: right;
}


/*内页*/
.nykj{
	padding-bottom: 40px;
}
.nynav{
	float: left;
	width: 310px;
	margin-right: 10px;
}
.nyphone{
	background: #272727;
	padding: 20px 5px 30px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.nyphone1{
	background: url(../images/nyphone.png) no-repeat left 20px center;
	padding-left: 80px;
	height: 46px;
	margin-bottom: 5px;
}
.nyphone1 h2{
	color: #ED000F;
	font-size: 16px;
	padding: 5px 0;
}
.nyphone1 h3{
	font-size: 12px;
	font-weight: normal;
}
.nyphone li{
	border-bottom: 1px dashed #878787;
	padding: 5px 0 5px 20px;
}

.nytj{
	background: #272727;
	color: #FFFFFF;
	padding: 10px 5px;
}
.nytj h2{
	padding: 5px 20px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #878787;
}
.nytj h2 a{
	float: right;
	color: #FFFFFF;
}
.nytj1{
	text-align: center;
	font-size: 0;
	padding: 0 5px;
}
.nytj1 img{
	max-width: 100%;
}
.nytj1 a{
	display: block;
}
.nytj1 p{
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
}

.nybt{
	background: #ED000F url(../images/nynav1.jpg) no-repeat left 3px center;
	height: 90px;
	margin-bottom: 20px;
}
.nybt h2{
	line-height: 90px;
	color: #FFFFFF;
	font-size: 25px;
	padding-left: 100px;
}

.nynav1{
	margin-bottom: 20px;
}
.nynav2 a:hover{
	color: #ED000F;
}
.nynav1>ul>li{
	background: #666666;
	font-size: 15px;
	font-weight: bold;
}
.nynav1>ul>li>a{
	display: block;
	color: #fff;
	background: url(../images/nynav1.png) no-repeat left 20px center;
	padding: 5px 0 5px 45px;
	border-bottom: 1px solid #272727;
}
.nynav2>li{
	background: #272727;
	font-size: 12px;
	font-weight: normal;
}
.nynav2>li>a{
	display: block;
	color: #fff;
	padding: 8px 0 8px 20px;
	border-bottom: 1px dashed #878787;
}
.nynav2>li:last-child>a{
	border-bottom: none;
}
.nynav1>ul>li.active>a{
	color: #ED000F;
}
.nynav2>li.active>a{
	color: #ED000F;
}

.nycon{
	width: 880px;
	float: left;
}
.nycontop{
	font-size: 0;
	text-align: right;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.nycontop li{
	display: inline-block;
	font-size: 12px;
	color: #737373;
}
.nycontop a{
	color: #737373;
}
.nycontop a:hover{
	color: #000;
}
.nycontop li+li:after{
	content: "/";
	margin: 0 5px;
}
.nycontop li:last-child:after{
	content: "";
	margin: 0;
}

/*联系我们*/
.nylxwm{
	width: 720px;
	margin: 0 auto;
	line-height: 1.5em;
	color: #3b3b3b;
	margin-bottom: 50px;
}
.nylxwm h2{
	color: #ff0000;
	font-size: 16px;
}
.nylxdt{
	width: 720px;
	margin: 0 auto;
}
#dituContent{
	width: 100%;
	height: 450px;
	border:#ccc solid 1px;
}

/*人才招聘*/
.rczptop{
	margin-bottom:20px;
	font-size:14px;
	line-height:1.5em;
}
.nyrczp{
	line-height: 2em;
	margin-bottom:20px;
}
.nyrczp h2{
	background: #efeeee;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 15px;
	margin-bottom: 0.5em;
}
.nyrczp h3{
	padding-left: 15px;
}
.nyrczp ul{
	margin-bottom: 1em;
	padding-left: 10px;
}
.nyrczp li{
	list-style: square;
	color: #666666;
	margin-left: 20px;
	font-size: 12px;
}

/*公司简介*/
.nygsjj{
	line-height: 2em;
/*	text-align: center;*/
}
.nygsjj h2{
	color: #ED000F;
	font-size: 16px;
}
.nygsjj p{
	color: #2e2e2e;
	font-size: 12px;
}
.nygsjj img{
	max-width: 100%;
	margin: 1em auto;
}

/*新闻资讯*/
.nyxwzx li{
	margin-bottom: 25px;
}
.nyxwzx1{
	float: left;
	width: 170px;
	height: 100px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
}
.nyxwzx2{
	float: left;
	width: 695px;
}
.nyxwzx2 h2{
	color: #ED000F;
	font-size: 15px;
	padding: 10px 0;
}
.nyxwzx2 p{
	color: #000;
	height: 4em;
	line-height: 1.5em;
	overflow: hidden;
	border-bottom: 1px dashed #afaeae;
	padding-bottom: 1em;
}
.nyxwzx2 p span{
	float: right;
}
.nyxwzx li a:hover p{
	color: #ED000F;
}
.nyxwzxx h2{
	color: #ED000F;
	font-size: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.nyxwzxx h3{
	color: #aaaaaa;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 1px dashed #aaa;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}
.nyxwzxx1{
	text-align: center;
	line-height: 2em;
	min-height: 700px;
}
.nyxwzxx1 img{
	max-width: 100%;
	margin: 1em auto;
}
.nyxwzxx1 p{
	text-align: left;
}

/*明州荣誉*/
.nymzry li{
	float: left;
	font-size: 0;
	margin: 0 20px 20px;
}
.nymzry li a{
	display: block;
	width: 400px;
	height: 300px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
}
.nymzry p{
	font-size: 14px;
	text-align: center;
	height: 1em;
	line-height: 1em;
	overflow: hidden;
}
.nymzry img{
	max-width: 100%;
	transition: all 0.3s;
}
.nymzry a:hover img{
	transform: scale(1.05);
}
.nymzryx{
	text-align: center;
	line-height: 2em;
	min-height: 700px;
}
.nymzryx img{
	max-width: 100%;
	margin: 10px auto;
}

/*电子画册*/
.nydzhc{
	padding: 10px;
	background: #bfc0c1;
	position: relative;
}
.nydzhcl{
	position: absolute;
	width: 24px;
	height: 41px;
	display: block;
	left: 15px;
	top: 50%;
	background: url(../images/nydzhcl.png) no-repeat center center;
}
.nydzhcr{
	position: absolute;
	width: 24px;
	height: 41px;
	display: block;
	right: 15px;
	top: 50%;
	background: url(../images/nydzhcr.png) no-repeat center center;
}
.pdjs5{
	background: #bfc0c1;
	overflow: hidden;
}
.pdjs51{
	width: 800%;
	float: left;
	font-size: 0;
}
.pdjs51 img{
	height: 480px;
	width: auto;
	margin: 0 5px;
}
.pdjs52{
	float: left;
}
.pdjs53{
	float: left;
}

/*产品中心*/
.nycpzx li{
	float: left;
	font-size: 0;
	margin-right: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	width: 286px;
	text-align: center;
}
.nycpzx li:nth-child(3n){
	margin-right: 0;
}
.nycpzx li img{
	max-width: 100%;
	height: 286px;
}
.nycpzx1{
	/*display: none;
	position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
    line-height: 30px;
	background: rgba(0,0,0,0.7);
	overflow:hidden
}
.nycpzx a:hover .nycpzx1{
	display: block;
}
.nycpzx1 h2{
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.nycpzx1 p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.5em;
	height: 9em;
	margin-bottom: 20px;
}
.nycpzx1 h3{
	font-size: 14px;
	text-align: right;
	color: #FFFFFF;
}

.nycpzxx1{
	width: 720px;
	margin: 0 auto 20px;
	text-align: center;
}
.nycpzxx1 img{
	max-width: 100%;
}
.nycpzxx2{
	width: 720px;
	margin: 0 auto 30px;
	line-height: 2em;
}

.nycpzxx3{
	width: 800px;
	margin: 0 auto;
}
.nycpzxx3 h2{
	font-size: 14px;
	margin-bottom: 10px;
}
.nycpzxx3a{
	border: 2px solid #000000;
	padding: 10px;
}
.nycpzxx31{
	overflow: hidden;
}
.nycpzxx32{
	width: 800%;
	float: left;
	font-size: 0;
}
.nycpzxx32 img{
	height: 150px;
	width: auto;
	margin: 0 5px;
}
.nycpzxx33{
	float: left;
}
.nycpzxx34{
	float: left;
}

/**/
.nyfanye{
	text-align: right;
	font-size: 0;
	margin-top: 50px;
}
.nyfanye li{
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	color: #807f7f;
}
.nyfanye select{
	border: 1px solid;
	color: #807f7f;
}
.nyfanye a{
	color: #807f7f;
}
.nyfanye1{
	text-align: right;
	font-size: 0;
	margin-top: 50px;
}
.nyfanye1 li{
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}
.nyfanye1 a{
	border: 1px solid #cbcbcb;
	padding: 5px 10px;
	color: #2f2f2f;
}

.navsj{
	display: none;
}

/*资料下载*/
.nyzlxz{
	
}
.nyzlxz li{
	border-bottom: 1px dashed #2E2E2E;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.nyzlxz a{
	float: right;
}
.nyzlxz a:hover{
	color: #FF0000;
}

/*客服*/
.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       /*-webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;*/
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    /*box-shadow: #DDD -1px 1px 4px;*/
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
     height: 76px;
    width: 82px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    /*-webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;*/
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}

/* scrollleft */
.scrollleft {
	width:1100px;
	padding:5px 20px 0px 20px;
	margin:20px auto;
	overflow: hidden; 
	position: relative;
}
.scrollleft ul{
	margin: 0px; 
	padding: 0px; 
	overflow: hidden; 
	position: relative; 
	list-style: none; 
	width: 9999px; 
	left: -155px;
}
.scrollleft li {
	position: relative; 
	overflow: hidden;
	float:left;
	margin-right:7px;
	display:inline;
	width:210px;
	text-align:center;
	line-height:19px
}
.scrollleft img {
	width:210px;
	height:150px;
	border:solid 1px #ddd;
}

.scrollleft1 {
	width:1100px;
	padding:5px 20px 0px 20px;
	margin:20px auto;
	overflow: hidden; 
	position: relative;
}
.scrollleft1 ul{
	margin: 0px; 
	padding: 0px; 
	overflow: hidden; 
	position: relative; 
	list-style: none; 
	width: 9999px; 
	left: -155px;
}
.scrollleft1 li {
	position: relative; 
	overflow: hidden;
	float:left;
	margin-right:7px;
	display:inline;
	width:200px;
	text-align:center;
	line-height:19px
}
.scrollleft1 img {
	width:200px;
	height:80px;
	border:solid 1px #ddd;
}
.ifooter21:nth-child(2){
    margin-top: 30px;}
.ifooter21 li{float: left;margin-left: 30px;}

@media only screen and (max-width: 640px) {
	.w1200{
		width: 100%;
	}
	.ifooter21:nth-child(2){
		display: none;
	}
	.itop{
		padding: 3px 10px;
		margin-bottom: 0;
	}
	.ilogo{
		padding: 0 10px;
		float: left;
		width: 80%;
	}
	.ilogo1{
		width: 100%;
		margin-left: 0;
	}
	.ilogo2{
		display: none;
	}
	.ilogo3{
		display: none;
	}
	.inav{
		height: auto;
		float: right;
		width: 20%;
		background: #FFFFFF;
		margin-top: 15px;
	}
	.navsj{
		display: block;
		text-align: right;
		font-size: 0;
		padding: 5px 20px;
	}
	.navsj img{
		height: 30px;
	}
	.inav1{
		position: absolute;
		background: #f00;
		z-index: 9999;
		display: none;
		width: 100%;
		left: 0;
	}
	.inav1>li{
		width: 100%;
	}
	.banner-l{
		display: none;
	}
	.banner-r{
		display: none;
	}
	.icpzx1{
		display: none;
	}
	.icpzx2{
		width: 100%;
	}
	.igjc{
		margin-bottom: 0;
	}
	.icpzx21 img{
		max-width: 100%;
	}
	.icpzx22 li{
		width: 48%;
		height: auto;
		margin: 0 1% 10px;
	}
	.icpzx22 li img{
		height: 168px;
	}
	.icpzx22 li:nth-child(3n){
		margin: 0 1% 10px;
	}
	.ixwzx1{
		width: 100%;
		margin-right: 0;
		display: none;
	}
	.ixwzx1:first-child{
		display: block;
	}
	.ixwzx3{
		display: none;
	}
	.ihzhb{
		display: none;
	}
	.igcal2{
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.igcal_l{
		display: none;
	}
	.igcal_r{
		display: none;
	}
	.igcal3{
		width: 100%;
		position: static;
	}
	.igcal3 li{
		float: none;
		display: inline-block;
		font-size: 0;
		width: 45%;
		margin: 0 1% 5px;
	}
	.igcal3 img{
		width: 100%;
		height: auto;
	}
	.igsjj{
		background: #dd2934;
		height: auto;
	}
	.igsjj1{
		width: 100%;
	}
	.igsjj2{
		padding: 0 10px;
	}
	.igsjj2 li{
		width: 100%;
	}
	.igsjj2 span{
		width: 20%;
	}
	.igsjj3{
		width: 70%;
		padding: 10px 0;
	}
	.ifooter1{
		padding: 10px;
	}
	.ifooter22{
		display: none;
	}
	.ifooter21 h2{
		padding-top: 0;
	}
	.iyqlj{
		display: none;
	}
	.nyphone{
		display: none;
	}
	.nytj{
		display: none;
	}
	
	.nytp img{
		margin-left: -480px;
		max-width: 960px;
	}
	
	.inav1>li:hover .inav2{
		display: none;
	}
	.nycon{
		width: 100%;
		padding: 0 10px;
	}
	.nycpzx li{
		width: 48%;
		margin: 0 1% 10px;
	}
	.nycpzx li:nth-child(3n){
		margin: 0 1% 10px;
	}
	.nycpzx li img{
		height: 168px;
	}
	.nyfanye{
		margin-top: 30px;
	}
	.nykj{
		padding-bottom: 20px;
	}
	.nylxwm{
		width: 100%;
		margin-bottom: 20px;
	}
	.nylxdt{
		width: 100%;
	}
	#dituContent{
		height: 250px;
	}
	.nyxwzx2{
		width: 100%;
	}
	.nyxwzx2 p{
		height: auto;
	}
	.izl-rmenu{
		display: none;
	}
	#udesk-feedback-tab{
		display: none;
	}
	.nynav{
		width: 100%;
		margin-right: 0;
	}
	.nybt{
		display: none;
	}
	.icpzx{
		margin-top: 10px;
	}
	.nynav1>ul>li{
		font-size: 12px;
	}
	.nynav1{
		margin-bottom: 5px;
	}
	.nycontop{
		margin-bottom: 5px;
	}
	.nymzry li{
		width: 48%;
		margin: 0 1% 5px;
	}
	.nymzry img {
    max-width: 100%;
    transition: all 0.3s;
    height: 168px;
}
	.nymzry li a{
		width: auto;
		height: auto;
	}
	.nymzryx{
		min-height: auto;
	}
	.nycpzxx1{
		width: 100%;
	}
	.nycpzxx2{
		width: 100%;
	}
	.nycpzxx3{
		width: 100%;
	}
	.nynav2{
		display: none;
	}
	.ifooter3 li{
		width:auto;
		margin-right:30px;
	}
}
/*手机底部导航*/
.mobile-bottom-nav-box{
	display: none;
	height: 56px;
}
.mobile-bottom-nav{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
    background: #0070ed;
	z-index: 99;
}
.mobile-bottom-nav li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 5px 0;
	font-size: 0;
}
.mobile-bottom-nav a{
	display: block;
}
.mobile-bottom-nav img{
	width: 30px;
	height: 30px;
}
.mobile-bottom-nav p{
	color: #ffffff;
	font-size: 12px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.mobile-bottom-nav-box{
		display: block;
	}
	.mobile-bottom-nav{
		display: block;
	}
	.nyxwzx1{
		display: none;
	}
}
.nycpzxx h1{
	text-align: center;
	padding-bottom: 10px;
}
.nyxwzx1 img{
	max-width: 100%;
	height: 100%;
}
