.clear{px
	clear: both;
}
.header{
	width:100%;
	height:80px;
}
.header .headBox{
	width:70%;
	margin:0 15%;
	height: 100%;
	position: relative;
}
.header .headBox .leftNav{
	width:30%;
	height:80px;
	float: left;
	overflow: hidden;
}
.header .headBox .leftNav .logoBox{
	overflow: hidden;
    border-color: transparent;
    border-width: 0px;
    width: 100%;
	max-width:313px;
    float:left;
	margin-top:15px;
}
.header .headBox .leftNav .textBox{
	width:50%;
	height: 80px;
	float:left;
}
.header .headBox .leftNav .textBox span{
	font:bold 20px/95px "微软雅黑";
}
.header .headBox .leftNav .logoBox img{
	width:100%;
	height:100%;
}
.header .headBox .leftNav .Navtext{
	margin-top:8%;
	float:left;
	text-indent: 10px;
	font-family: 微软雅黑;
    font-size: 20px;
    color: rgb(102, 102, 102);
}
.header .headBox .navMenu{
	float:right;
	width:65%;
	height:85%;
	position: absolute;
	top:15%;
	right: 0px;
}

.header .headBox .navMenu .mobileMenu> ul> li{
	width:14%;
	float:left;
	text-align: center;
	line-height:52px;
	
}
.header .headBox .navMenu .mobileMenu> ul> li> a{
	font-size:14px;
}
.header .headBox .navMenu .mobileMenu> ul .Cutcolor{
	background-color: #4a86e8;
	transition: width 0.5s;
	-moz-transition: width 0.5s;	/* Firefox 4 */
	-webkit-transition: width 0.5s;	/* Safari 和 Chrome */
	-o-transition: width 0.5s;	/* Opera */
}
.header .headBox .navMenu> ul .Cutcolor a{
	color:white;
	transition: width 0.5s;
	-moz-transition: width 0.5s;	/* Firefox 4 */
	-webkit-transition: width 0.5s;	/* Safari 和 Chrome */
	-o-transition: width 0.5s;	/* Opera */
}
/*下拉菜单*/
.zi_mun_lf{ width:150px; float:left; height:auto; margin-left:50px;} 
.zi_mun_lf li{ line-height:30px; background:#dcdcdc; margin-bottom:5px; font-size:14px; }
.zi_mun_lf li a{ color:#4f4f4f;}
.zi_mun_lf li:hover,.zi_mun_lf li:hover a{ background:#ed1c24; color:#fff;}
.zi_mun_cnt{ width:460px; float:left; margin:0 30px; text-align:left;font-size:14px;  line-height:20px;}
.zi_mun_cnt h2{}
.zi_mun_cnt p{  color:#84868e;text-align:justify; font-size:12px; }
.zi_mun_rg{ width:200px; height:150px; padding:5px; border:1px solid #dedede; float:left;}
.zi_mun_rg img{ width:200px; height:150px; }

.header .headBox .navMenu .mobileMenu> ul> li> .dorp-menu-Box{
	position:absolute;
	top:52px;
	padding-top:50px;
	left: 0px;
	z-index:5;
	width:0px; left:-300px; height:350px;
	overflow: hidden;
}
.header .headBox .navMenu .mobileMenu> ul> li> .dorp-menu-Box li{
	width:100%;
	float:left;
}
.header .headBox .bannerColor{
	width:100%;
	height:320%;
	position:absolute;
	left:0px;
	top:80px;
	background:white;
	opacity:0.8;
	z-index:4;
	display:none;     border-bottom: 2px solid #ed1c24;
}
/*当分辨率小于1000*/
.header .headBox .navMenu .mobileBox{
	float:right;
	width:50%;
	height: 100%;
	position:relative;
	z-index:999;
}
.header .headBox .navMenu .mobileBox> span{
	display:block;
	width:20%;
	position:absolute;
	top:20%;
	right:10%;
}
.header .headBox .navMenu .mobileBox> ul{
	width:100%;
	position:absolute;
	top:100%;
	left:1em;
	z-index:100;
	clear:both;
	background:white;
}
.header .headBox .navMenu .mobileBox> ul> li{
	width:100%;
	clear: both;
}
.header .headBox .navMenu .mobileBox> span i{
	display:inline-block;
	width: 35px;
	height:35px;
	background:url(../images/menu_icon.png);
	position: relative;
}
.header .headBox .navMenu  .mobileBox> span i:after{
	content: "菜单";
	font-size:1.5em;
	position: absolute;
	left:-2.2em;
	top:0.25em;
	color: rgb(28, 69, 135);
}
.header .headBox .navMenu .mobileBox> span:hover{
	cursor:pointer;
}
/*首页轮播*/
.fullSlide{ width:100%;  position:relative;  height:460px; z-index:0; margin-bottom:150px;}	
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }	
.fullSlide .bd ul{ width:100% !important;  }	
.fullSlide .bd li{ width:100% !important;  height:460px; overflow:hidden; text-align:center;  }	
.fullSlide .bd li a{ display:block; height:460px; }	
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center;}	
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }	
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(../images/tg_flash_p.png) -18px 0; overflow:hidden; 		line-height:9999px; 	}	
.fullSlide .hd ul .on{ background-position:0 0; }
.fullSlide .prev,
.fullSlide .next{ position:absolute; left:2%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.fullSlide .next{ left:auto; right:2%; background-position:8px 5px; }
.fullSlide .prev:hover,
.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.fullSlide .prevStop{ display:none;  }
.fullSlide .nextStop{ display:none;  }




		.slideBox{margin-bottom:150px;width:100%; height:460px; overflow:hidden; position:relative;}
		.slideBox .hd{ height:18px; overflow:hidden; position:absolute; left:45%; bottom:10px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; height:18px;}
		.slideBox .hd ul li{border-radius:12px;border:1px solid #ccc; float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; height:100%;}
		.slideBox .bd img{width:100%;height:100%; display:block;  }
		.slideBox .bd .tempWrap{width:100%;height:100%; }
		.slideBox .bd ul{
			height:100%;
		}
		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
/*推荐客服*/
		.sildeImg{
			width:172px;
			height:216px;
			margin:0px auto;
			position:relative;
			overflow:hidden;
			margin-top:20px;}
		.sildeImg .hd{height:0px;}
		.sildeImg .hd a{
			background:url("../images/arrow.png") no-repeat;
			cursor:pointer;
			display:block;
			width:5px; height:9px;
			overflow:hidden;
		}
		.sildeImg .hd .prev{
			position:absolute;
			top:70px;
			left:0px;
		}
		.sildeImg .hd .next{
			position:absolute;
			top:70px;
			right:0px;
			background-position:-60px -50px;
		}
		/*.sildeImg .hd .prev,.picScroll-left .hd .next{  float:right; margin-right:5px; margin-top:10px;  
			 }*/
		.sildeImg .hd .next{ background-position:0 -50px;  }
		.sildeImg .hd .prevStop{ background-position:-60px 0; }
		.sildeImg .hd .nextStop{ background-position:-60px -50px; }		

		.sildeImg .bd{/*width:100%;height:100%;*/text-align: center;}
		.sildeImg .bd .tempWrap{display:inline-block;overflow:hidden; position:relative; width:111px!important;height:175px;}
		.sildeImg .bd ul{ overflow:hidden; zoom:1;width:444px!important;}
		.sildeImg .bd ul li{ margin:0 8px; float:left;display:inline; overflow:hidden; text-align:center; width:95px;height:155px;}

/*当分辨率小于1000*/
.header .headBox .navMenu .mobileBox{
	float:right;
	width:50%;
	height: 100%;
	position:relative;
	z-index:999;
}
.header .headBox .navMenu .mobileBox> span{
	display:block;
	width:20%;
	position:absolute;
	top:20%;
	right:10%;
}
.header .headBox .navMenu .mobileBox ul{
	width:100%;
	position:absolute;
	top:100%;
	left:1em;
	z-index:100;
	clear:both;
	background:white;
}
.header .headBox .navMenu .mobileBox ul li{
	width:100%;
	clear: both;
}
.header .headBox .navMenu .mobileBox> span i{
	display:inline-block;
	width: 35px;
	height:35px;
	background:url(../images/menu_icon.png);
	position: relative;
}
.header .headBox .navMenu  .mobileBox> span i:after{
	content: "菜单";
	font-size:1.5em;
	position: absolute;
	left:-2.2em;
	top:0.25em;
	color: rgb(28, 69, 135);
}
.header .headBox .navMenu .mobileBox> span:hover{
	cursor:pointer;
}

#banner-index{width:100%;margin-bottom:8%;height:580px;position:relative;z-index:1;overflow:hidden;}

.posTxt{
	position: absolute;
	top:20%;
	right: 25%;
	z-index:10;
	width: 416px;
    height: 198px;
}
.posTxt .posBox{
	width:100%;
	height:100%;
	position: relative;

}
.posTxt .posBox .bColor{
	/*position:absolute;*/
	width:100%;
	height:100%;
	background:#ccc;
	opacity: 0.8;
}
.posTxt .posBox .bText{
	background: white;
	position:absolute;
	top:10%;
	left: 7%;
	width: 373px;
    height: 165px;

}
.posTxt .posBox .bText .title{
	line-height:30px;
	font-weight: bold;
	font-size: 20px;
	color: rgb(28, 69, 135);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "微软雅黑";
	margin-top:10%;
}
.posTxt .posBox .bText .Tbody{
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.posTxt .posBox .bText .Tbody hr{
	width:15%;
	height:1px;
	display: inline-block;
	background: rgb(28, 69, 135);
	margin:0px 4%;
	margin-bottom: 1%;
}

.posTxt .posBox .bText .Tbody span{
	width:60%;
	font-size:14px;
	color: rgb(28, 69, 135);
}
.posTxt .posBox .bText .Tfoot{
	margin-top:8%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.posTxt .posBox .bText .Tfoot span{
	display: inline-block;
	background: rgb(28, 69, 135);
	z-index:999;
	width:43%;
	height:20px;
	margin:0 3%;
	position:relative;
	color:white;
	font-size:12px;
	text-align:center;
	line-height: 20px;

}
.posTxt .posBox .bText .Tfoot span i:nth-child(1){
	/*display:inline-block;*/
	position:absolute;
	top:0px;
	left:-8px;
	 width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 20px solid rgb(28, 69, 135);
    border-left: 8px solid transparent;
    z-index: 998;
}
.posTxt .posBox .bText .Tfoot span i:nth-child(2){
	position:absolute;
	top:0px;
	right:-8px;
	 width: 0;
    height: 0;
    border-top: 20px solid rgb(28, 69, 135);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 998;
}
.idea{
	width:100%;
	margin-bottom:8%;
}
.idea .ideaBox{
	width:1188px;
	margin:0px auto;
	height:521px;
	background:url(../images/back.jpg);
	position: relative;
}
.idea .ideaBox .Box_1{
	width: 390px;
    height: 239px;
	background:white;
	overflow: hidden;
	padding:8px;
}
.idea .ideaBox .Box_1 .title p{
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}
.idea .ideaBox .Box_1 .title p:last-child{
	color: rgb(30, 80, 174);
    font-family: 微软雅黑;
    font-size: 30px;
    line-height:140%;
    font-weight:bold;
}
.idea .ideaBox .Box_1> p{
	 line-height: 26px;
	 width:80%;
	 margin:0px 10%;
	 margin-top:7%;
	 font-size: 14px;
	 text-indent: 28px;
}
.idea .ideaBox .Box_2{
	width:580px;
	height:517px;
	position:absolute;
	top:-10%;
	right:10%;
}
.idea .ideaBox .Box_2 img{
	width:100%;
	height:100%;
}
.idea .ideaBox .Box_3{
	width:379px;
	height:298px;
	position: absolute;
	bottom:-70px;
	left:40px;
}
.idea .ideaBox .Box_3 img{
	width:100%;
	height:100%;
}

/*about*/
.about{
	width:100%;
	height:465px;
	background:url(../images/1.png);
	margin:165px 0px;
}
.about .aboutBox{
	width:1200px;
	height:100%;
	margin: 0px auto;
	position:relative;
}
.about .aboutBox .leftBox{
	width: 416px;
    height: 394px;
	position:absolute;
	top:25px;
}
.about .aboutBox .leftBox .abImg{
	width:100%;
	height:100%;
	position:relative;
}
.about .aboutBox .leftBox .abImg> img{
	width:100%;
	height:100%;
}
.about .aboutBox .leftBox .abImg .logoBox{
	width:100px;
	height:100px;
	overflow: hidden;
	position:absolute;
	bottom: -8%;
	right: 0px;
}
.about .aboutBox .leftBox .abImg .logoBox img{
	width:100%;
	height:100%;
}
.about .aboutBox .upbj{
	width:440px;
	height: 85%;
	position: absolute;
	left:436px;
	top:25px;
}
.about .aboutBox .upbj .topNav{
	overflow: hidden;
}
.about .aboutBox .upbj .topNav .bac{
	width:66px;
	height:56px;
	background:white;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	padding:8px;
	float:left;
}
.about .aboutBox .upbj .topNav .topText{
	float:right;
	width:346px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 1%;
}
.about .aboutBox .upbj .topNav .topText p:first-child{
	font-family: 微软雅黑;
    font-size: 27px;
    line-height: normal;
    font-weight: bold;
    text-align: left;
}
.about .aboutBox .upbj .topNav .topText p:last-child{
	font-size: 12px;
    line-height: 140%;
    overflow: hidden;
    text-align: left;
}
.about .aboutBox .upbj .imgBox{
	width:436px;
	height:160px;
	margin-top:15px;
}
.about .aboutBox .upbj .imgBox img{
	width:100%;
	height:100%;
}
.about .aboutBox .upbj .up_text{
	margin-top:20px;
	width:427px;
	height: 111px;
	overflow:hidden;
}
.about .aboutBox .upbj .up_text p{
	 font-family: 微软雅黑;
    line-height: 190%;
    color: rgb(67, 67, 67);
    font-size:12px;
}
.about .aboutBox .upbj .mroe{
	text-align: left;
}
.about .aboutBox .upbj .mroe span{
	display:inline-block;
	padding:5px 8px;
}
.about .aboutBox .upbj .mroe span a{
	font-size:12px;
}
.about .aboutBox .upbj .mroe span:hover{
	background: rgb(30, 80, 174);
	border-radius:5px;
}
.about .aboutBox .upbj .mroe span:hover a{
	color:white;
}
.about .aboutBox .rightBox{
	width:287px;
	height:85%;
	position: absolute;
	right:0px;
	top:25px;
}
.about .aboutBox .rightBox .posBox{
	width:100%;
	height:100%;
	position: relative;
}
.about .aboutBox .rightBox .posBox .borBox{
	width:287px;
	height:341px;
	border:1px solid #ccc;
}
.about .aboutBox .rightBox .posBox .bigBox{
	width:190px;
	height:537px;
	position:absolute;
	bottom:0px;
	left:20%;
	background: #d21d29; 
}
.about .aboutBox .rightBox .posBox .bigBox .contents{
	width:150px;
	height:225px;
	margin:0 auto;
	position: relative;
}
.about .aboutBox .rightBox .posBox .bigBox .contents hr{
	background:white;
	height: 1px;
}
.about .aboutBox .rightBox .posBox .bigBox .contents img{
	margin:5% 0px;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .h1{
	margin-top:30px;
	width:50%;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .h2{
	margin-bottom:10%;
	width:80%;
}
.about .aboutBox .rightBox .posBox .bigBox .contents p{
	text-align: center;
	font-size:18px;
	color:white;
	line-height: 2.0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .contact_but{
	width: 123px;
    height: 52px;
	margin:0 auto;
	border:1px solid white;
	text-align: center;
	line-height:52px;
	margin-top:15px;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .contact_but a{
	color:white;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .contact_but:hover{
	transition: background 1s;
	-moz-transition: background 1s;	/* Firefox 4 */
	-webkit-transition: background 1s;	/* Safari 和 Chrome */
	-o-transition: background 1s;	/* Opera */
	background:#ccc;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .contact_but:hover a{
	color:black;
}
.about .aboutBox .rightBox .posBox .bigBox .sildeImg #text{
	height:100%!important;
}

/*product*/
.product{
	width:100%;
	height:380px;
	margin-bottom:8%; 
}
.product .productBox{
	width:1200px;
	margin:0px auto;
	height:100%;
	background:rgb(30,80,174);
	position:relative;
}
.product .productBox .proLeft{
	width: 537px;
    height: 437px;;
	position:absolute;
	bottom:0px;
	left:0px;
}
.product .productBox .proLeft img{
	width:100%;
	height:100%;
}
.product .productBox .proShow{
	position:absolute;
	top:0px;
	right:0px;
	width:640px;
	height:380px;
}
.product .productBox .proShow .ShowBox{
	width:100%;
	height:100%;
}
.product .productBox .proShow .ShowBox ul{
	width:100%;
	height:320px;
	margin:30px 0px;
	overflow: hidden;
}
.product .productBox .proShow .ShowBox ul li{
	width:180px;
	height:150px;
	float:left;
	position:relative;
	margin-bottom:10px;
	margin-right: 20px;
}
.product .productBox .proShow .ShowBox ul li p{
	color:white;
	line-height:2.0;
	text-indent:10%;
}
.product .productBox .proShow .ShowBox ul li hr{
	background:white;
	height:3%;
	width:25%;
	margin-left:10%;
	margin-top: 5%;
}
.product .productBox .proShow .ShowBox ul li .name{
	 font-size: 30px;
	font-weight:bold;
}
.product .productBox .proShow .ShowBox ul li .mroe a{
	display: inline-block;
	text-align: center;
	width:112px;
	line-height:34px;
	color:white;
	position: absolute;
	bottom: 0px;
	text-indent:0px!important;
	border:1px solid white;
	font-size:12px;
}
.product .productBox .proShow .ShowBox ul li .mroe a:hover{
	transition: background 1s;
	-moz-transition: background 1s;	/* Firefox 4 */
	-webkit-transition: background 1s;	/* Safari 和 Chrome */
	-o-transition: background 1s;	/* Opera */
	background:#ccc;
	color:black;
}
.product .productBox .proShow .ShowBox ul li img{
	width:100%;
	height:100%;
}
/*wmys*/
.wmys{
	width:100%;
	height:500px;
	margin-bottom: 8%;
}
.wmys .wmysColorBox{
	width:100%;
	height:40%;
	background:rgb(30,80,174);
}
.wmys .wmysBox{
	width:1200px;
	margin:0px auto;
	position:relative;
	height: 60%;
}
.wmys .wmysBox .posBox{
	position: absolute;
	top:-110px;
	height: 130%;
	width:100%;
}
.wmys .wmysBox .posBox .wmysLeft,.wmys .wmysBox .posBox .wmysRight{
	float: left;
	height: 100%;
}
.wmys .wmysBox .posBox .wmysLeft{
	width: 547px;
    height: 426px;
}
.wmys .wmysBox .posBox .wmysLeft img{
	width:100%;
	height: 100%;
}
.wmys .wmysBox .posBox .wmysRight{
	width:653px;
    height:426px;
	background:white;
}
.wmys .wmysBox .posBox .wmysRight .textBox{
	width:100%;
	height: 100%;
	overflow:hidden;
}
.wmys .wmysBox .posBox .wmysRight .textBox .title{
	height:70px;
	margin-top:35px;
}
.wmys .wmysBox .posBox .wmysRight .textBox> div{
	margin-left:40px;
}
.wmys .wmysBox .posBox .wmysRight .textBox .title .name1{
    color: rgb(222, 222, 222);
    font-size: 28px;
}
.wmys .wmysBox .posBox .wmysRight .textBox .title .name2{
	font-size:22px;
	line-height: 2.0;
}
.wmys .wmysBox .posBox .wmysRight .textBox .listBox{
	width:610px;
	height:320px;
	overflow:hidden;
}
.wmys .wmysBox .posBox .wmysRight .textBox .listBox p{
	width:100%;
	line-height:1.5;
	font-size:14px;
	margin-top:20px;
}
/* news*/
.news{
	width:100%;
	overflow: hidden;
	margin-bottom:70px;
}
.news .newsBox{
	width:1200px;
	margin:0px auto;
	height: 100%;
}
.news .newsBox .newsTitle{
	position:relative;
	overflow: hidden;
	width:100%;
	height:40px;
	z-index:1;
}
.news .newsBox .newsTitle .hrColor{
	position:absolute;
	bottom:0px;
	width:100%;
	background:#ccc;
	height:2px;
}
.news .newsBox .newsTitle a{
	line-height:40px;
	width:100px;
	text-align:center;
	display:inline-block;
}
.news .newsBox .newsTitle .a1{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:2;
}
.news .newsBox .newsTitle .a2{
	position:absolute;
	bottom:0px;
	left:120px;
	z-index:2;
}
.news .newsBox .newsTitle .a3{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:2;
}
.ca{
	background:#007BD8;
	color:white;
}
.news_content{
	width: 100%;
	height:85%;
}
.news_content ul{
	width:100%;
	height: 100%;
	margin-top:5%;
}
.news_content ul li{
	width:100%;
	height:100px;
	border-bottom: 1px solid #ccc;
	position:relative;
}
.news_content ul li .content{
	width:94%;
	height: 90%;
	margin:0 2%;
	overflow: hidden;
	position:absolute;
	bottom:-2%;
}
.news_content ul li .content .dateBox{
	float:left;
	width:10%;
	height:100%;
}
.news_content ul li .content .dateBox .date_sum{
	width:80%;
	height:80%;
	background:#ccc;
}
.news_content ul li .content .dateBox .date_sum span{
	display:block;
	text-align:center;
	line-height:2.0;
}
.news_content ul li .content .dateBox .date_sum .bigFont{
	font-size:22px;
}
.news_content ul li .content .newText{
	width:90%;
	height: 100%;
	float:left;
	overflow:hidden;
}
.news_content ul li .content .newText .title a{
	font-size:18px;
}
.news_content ul li .content .newText .title a:hover{
	color:rgb(30,80,174);
}
.news_content ul li .content .newText .text{
	margin-top:1%;
}
.news_content ul li .content .newText .text p{
	font-size:14px;
	line-height:1.5;
}
.news_content ul li .content .mroeBox{
	position:absolute;
	bottom:0px;
	right:0px;
	height:20px;
	width:90%;
}
.news_content ul li .content .mroeBox span{
	font-size:12px;
	color:#ccc;
}
.news_content ul li .content .mroeBox span a{
	font-size:12px;
	color:#ccc;
}
.news_content ul li .content .mroeBox span:first-child{
	float:left;
}
.news_content ul li .content .mroeBox span:last-child{
	float:right;
}
/*.footer*/
.footer{
	width:100%;
	overflow: hidden;
	background: #6a6a6a;
	 border-top:5px solid #3498db;
}
.footer .footBox{
	width:1188px;
	height: 100%;
	overflow: hidden;
	margin:3% auto;
    background: url(../images/dot1.png) no-repeat left top;
}
.footer .footBox .selectBox p{
	color:white;
	font:18px/1.5 "微软雅黑";
}
.footer .footBox .selectBox{
	float:left;
    background: url(../images/dot1.png) no-repeat right top;
    padding:0px 25px;
}
.footer .footBox .selectBox .childBox{
	margin-top:5%;
	overflow:hidden;
}
.footer .footBox .selectBox .childBox a{
	display:block;
	font:14px/2.0 "微软雅黑";
	color:#a2a2a2;
}
.footer .footBox .rightBox{
	margin:100px 0px 0px 80px;
	float:left;
	width:300px;
	height:100%;
}
.footer .footBox .rightBox .telBox{
	margin-right:20%;
}
.footer .footBox .rightBox .telBox .tel{
	left:0px;
	 background: url(../images/img03.png) no-repeat right center;
    color: #f00609;
    font-weight: bold;
    font-size: 16px;
    padding-right: 16px;
    text-align: right;
    line-height: 39px;
}
.footer .footBox .rightBox .telnum{
	font-size: 24px;
    font-family: Impact;
    text-align:center;
    line-height: 58px;
    color: #eaeaea;
}
.footer .footBox .rightBox .enjoy{
	overflow: hidden;
	width:80%;
	height:40px;
	margin-left: 10%;
}
.footer .footBox .rightBox .enjoy .enjoy1{
	float: left;
    width: 20%;
    height: 100%;
    margin:0px 6%;
}
.foot{
	width:100%;
	overflow: hidden;
	background:rgb(30,80,174);
}
.foot .beian{
	width:1188px;
	margin:0px auto;
	color:#f2f2f2;
	line-height:2.5;
	font-size:16px;
}
.info_slide_dots{
	left:50%!important;
}
.proNav{
	width:100%;
	overflow: hidden;
}
.proNav .proNavBox{
	width:1200px;
	margin:0px auto;
	height:150px;
}
.proNav .proNavBox .pBox{
	text-align:center;
	width:100%;
	height:20%;
	position:relative;
	margin-bottom:10px;
}
.proNav .proNavBox .pBox .span1{
	width:18%;
	height:100%;
	display:inline-block;
	border:1px solid #ccc;
}
.proNav .proNavBox .pBox .span2{
	width:14%;
	height:70%;
	background:white;
	display:inline-block;
	position:absolute;
	bottom:-7%;
	left:43%;
	color:#ccc;
}
.proNav .proNavBox p{
}
.proNav .proNavBox .p1{
	color:#ccc;
	font-size:36px;
	text-align:center;
	line-height:1.5;
}
.proNav .proNavBox .p2{
	color:#ccc;
	text-align:center;
	font-size:20px;
}
.products{
	width:100%;
	overflow:hidden;
	margin-bottom:8%;
}
.products .productsBox{
	width:1200px;
	margin:0px auto;
}
.products .productsBox .proNavMenu ul{
	width:96%;
	height:50px;
	padding:0px 2%;
	background:#ccc;
}
.products .productsBox .proNavMenu ul li{
	float:left;
	width:16%;
	text-align:center;
}
.products .productsBox .proNavMenu ul li a{
	font-size:14px;
	line-height:50px;
}
.products .productsBox .proNavMenu ul li:hover{
    background: rgb(30,80,174);
}
.products .productsBox .proNavMenu ul li:hover a{
	color:white;
}
.products .productsBox .proMain ul{
	width:100%;
	overflow: hidden;
	margin-bottom:20px;
}
.products .productsBox .proMain ul li{
	width:23%;
	float:left;
	margin-right:2%;
	margin-top:2%;
}
.products .productsBox .proMain ul li a img{
    height: 250px;
    width: 250px;
}
.products .productsBox .proMain ul li a p{
	line-height:2.0;
	width:250px;
	font-size:16px;
	text-align:center;
}
.siteBox{
	width:100%;
	height:40px;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
}
.siteBox h1{
	float:left;
	width:15%;
	font-size:14px;
	line-height:40px;
	text-indent:28px;
}
.siteBox .lv_tree_con{
	width:85%;
	font-size:14px;
	float: left;
	line-height:40px;
	text-align:right;
}
.products .productsBox .content{
	text-align: center;
}
.products .productsBox .content .title{
	font-size:20px;
	line-height: 2.0;
}
.products .productsBox .content .time{
	color:#ccc;
	font-size:16px;
	line-height: 2.0;
}
.products .productsBox .content p{
	text-indent:28px;
	line-height: 2.0;
	overflow:hidden;
}
.products .productsBox .content img{
	width:100%;
	height:100%;
}
.m-page a{
	padding:5px;
	margin: 2px;
	background:#ccc;
	color:white;
}
.m-page a:hover{
	background: rgb(30,80,174);
}
.m-pg-ln{
	margin-top:20px;
}
.m-pg-ln> div{
	line-height:1.8;
	font-size:14px;
}
/*about*/
.aboutUs{
	width:100%;
	margin-bottom: 8%;
	overflow:hidden;
}
.aboutUs .aboutUsBox{
	width:1200px;
	margin:0px auto;
}
.aboutUs .aboutUsBox p img{
	width:50%;
}
.aboutUs .aboutUsBox .content{
 	text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8%;
}
.aboutUs .aboutUsBox .content> p{
	text-align: center;
 	font-size:16px;
 	line-height:1.5;
}
.aboutUs .aboutUsBox .content .imgBox{
	width:500px;
	height:380px;
	overflow:hidden;
	margin:0px 10px;
}
.aboutUs .aboutUsBox .content .imgBox img{
	width:100%;
	height:100%;
}
.aboutUs .aboutUsBox .content .img_1{
	float:left;
}
.aboutUs .aboutUsBox .content .img_2{
	float:right;
}
.aboutUs .aboutUsBox .content .TextBox{
	float:left;
	width:650px;
	overflow: hidden;
}

.aboutUs .aboutUsBox .content> ul{
	overflow:hidden;
	width:100%;
	margin-top:5%;
}
.aboutUs .aboutUsBox .content ul li{
	overflow:hidden;
	width:100%;
	height:400px;
	margin:20px 0px
}
.aboutUs .aboutUsBox .content ul li p span{
	font-size:14px;
}
.aboutUs .aboutUsBox .content ul li .TextBox .title{
	text-align:left;
	text-indent:34px;
	font-size:34px;
	line-height:2.0;
}
.aboutUs .aboutUsBox .content ul li .TextBox .text{
	color:#666;
	font-size:16;
	line-height:1.5;
}
/*about轮播*/
.honor{margin-top:4%;}
.honor .picMarquee-left{width:100%;  overflow:hidden; position:relative;}
.honor .picMarquee-left .hd{ overflow:hidden; position:relative; height:30px; background:#f4f4f4; padding:0 10px;  }
.honor .picMarquee-left .hd a{ display:block; width:5px; height:9px;margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.honor .picMarquee-left .hd .next{ background-position:0 -50px; position:absolute;right:45%;top:0px; }
.honor .picMarquee-left .hd .prev{ background-position:-50 -50px;position:absolute;left:45%;top:0px;}
.honor .picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.honor .picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.honor .picMarquee-left .bd{ padding:10px;   }
.honor .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.honor .picMarquee-left .bd ul li{ width:20%;height:280px; margin:0 8px; float:left;overflow:hidden; text-align:center;  }
.honor .picMarquee-left .bd ul li .pic{ text-align:center;width:60%;height:80%;margin-left: 20%;}
.honor .picMarquee-left .bd ul li .pic img{width:100%;height:100%;}
.honor .picMarquee-left .bd ul li .pic a{display:inline-block;text-align:center;width:100%;height:100%;}
.honor .picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.honor .picMarquee-left .bd ul li .title{width:100%;height:20%;text-align:center;overflow:hidden;line-height:3.0;font-size:16px;}




.newsCenter{
	width:100%;
	overflow:hidden;
	margin-bottom:100px;
}
.newsCenter .newsBox{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.newsCenter .newsBox .content{
	overflow: hidden;
}
.newsCenter .newsBox .content .newsNavMenu ul{
	width: 96%;
    height: 50px;
    padding: 0px 2%;
    background: #ccc;
}
.newsCenter .newsBox .content .newsNavMenu ul li{
	width:33.33%;
	float:left;
	height:100%;
	text-align: center;
}
.newsCenter .newsBox .content .newsNavMenu ul li a{
	font-size: 14px;
    line-height: 50px;
}
.newsCenter .newsBox .content .newsNavMenu ul li:hover{
	background: rgb(30,80,174);
}
.newsCenter .newsBox .content .newsNavMenu ul li:hover a{
	color:white;
}
.newsCenter .newsBox .content .NewsTextBox{
	text-align: center;
}
.newsCenter .newsBox .content .NewsTextBox .title{
	font-size: 20px;
    line-height: 2.0;
}
.newsCenter .newsBox .content .NewsTextBox .time{
	color: #ccc;
    font-size: 16px;
    line-height: 2.0;
}
.newsCenter .newsBox .content .NewsTextBox p img{
	display:block;
	margin:0 auto;
}
.newsCenter .newsBox .content .NewsTextBox p{
	text-indent: 28px;
    line-height: 2.0;
    overflow: hidden;
    overflow: hidden;
}
/*recruit*/
.contentCenter{
	width:100%;
	overflow:hidden;
	margin-bottom:8%;
}

.contentCenter .contentBox{
	width:1200px;
	margin:0px auto;
	overflow: hidden;
}

.newsCenter .newsBox .content .contact> p{
	width:90%;
	margin:0 5%;
    color: rgb(90, 90, 90);
    font-family: 微软雅黑;
    line-height: 280%;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
}
.qqlt{
	width:600px;
	height:400px;
	display:none;
	position:relative;
}
.qqlt .clearBox{
	width: 40px;
	height:40px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:2;
}
.qqlt .clearBox img{
	width:100%;
	height:100%;
}
.qqlt .backcolor{
	position: absolute;
	top:0px;
	left:0px;
	background:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100%;
}
.qqlt .contentsBox{
	width:100%;
	height:200px;
	position:absolute;
	left:0px;
	top:100px;
	text-align:center;
	z-index:2;
}
.qqlt .contentsBox .keBox{
	width:100px;
	height:200px;
	position:relative;
}
.qqlt .contentsBox .keBox p{
	line-height:2.0;
	color:white;
}
.qqlt .contentsBox .ke1{
	position:absolute;
	left:150px
}
.qqlt .contentsBox .ke2{
	position:absolute;
	right:150px
}
.back-img{
	width: 1188px;
    background: url(../images/ly-bj2.jpg) no-repeat center top;
    background-size:100% 100%;
    overflow: hidden;
    margin:0px auto;
}
.back-img .title{
	margin-top:80px;
	text-align:center;
}
.back-img .title p{
	text-align:center;
	display: block;
    font: 22px/42px "微软雅黑";
    color: #363636;
}
.back-img .title .name{
	font:35px/1.5 'SimHei';
	color:#d60011;
	font-weight:900;
}
.back-img .title img{
	margin-top:20px;
}
.back-img .contents{
	overflow: hidden;
	width:900px;
	margin:30px auto 0px;
}
.back-img .contents .Box{
	margin-top:50px;
	overflow: hidden;
}
.back-img .contents .Box .pp{
	width:400px;
	float:left;
	margin-top: 80px;
}
.back-img .contents .Box .pp .img{
	background:url(../images/ys-ts1.png) no-repeat left top;
	height: 35px;
    width: 400px;
    padding-left: 7px;
    margin: 6px 0;
    font: bold 22px/35px "微软雅黑";
    color: #363636;
}
.back-img .contents .Box .pp p{
	margin-bottom: 6px;
    font: 14px/22px "微软雅黑";
    color: #363636;
}
.back-img .contents .Box .imgBox1{
	float:left;
	width:450px;
	height: 300px;
}
.back-img .contents .Box .imgBox1 img{
	width:100%;
	height:300px;
}
.back-img .contents .Box .ad{
	margin-right:40px;
}

/*cell*/
.cell{
	width:1188px;
	height:200px;
	margin:0 auto;
	background:url(../images/123.jpg);
	background-size:100% 100%;
	position:relative;
	margin-bottom:50px;
}
.cell .text{
	position:absolute;
	top:40px;
	left:244px;
	width:700px;
	height:120px;
}
.cell .text .left{
	background:#db2532;
	opacity: 0.9;
	color:white;
	width:520px;
	height:120px;
	float: left;
	position:relative;
}
.cell .text .left .leftBox{
	position:absolute;
	top:10px;
	left:50px;
	width:480px;
	height:100px;
}
.cell .text .left h2{
	font: bold 1.5em/2.0 "微软雅黑";
}
.cell .text .left .pn1{
	display: block;
    font: bold 18px/1.2 "微软雅黑";
    color: #fff;
}
.cell .text .left .pn2{
	font: 12px/22px "微软雅黑";
    color: #fff;
}
.cell .text .right{
	background:#515151;
	width:180px;
	height:120px;
	float: left;
	color:white;
	position:relative;
}
.cell .text .right .r1{
	 font: 13px/20px "微软雅黑";
    color: #fff;
    margin-bottom: 12px;
    padding-left: 52px;
    background: url(../images/pic-tel.gif) no-repeat left top;
    position:absolute;
    top:40px;
    left:10px;
}
.cell .text .right .r1 em{
	font:bold 14px/20px "微软雅黑";
}
.application{
	width:1188px;
	margin:0px auto;
}
.application> .title{
	height: 70px;
    text-align: center;
    margin: 35px 0 46px 0;
    background: url(../images/case-bts.png) no-repeat center 46px;
}
.application> .title p{
	font:bold 22px/2.0 "微软雅黑";
	text-align:center;
}
.application> .title .bg{
	font:14px/1.1 "微软雅黑";
}
.picFocus{ margin:0 auto;  width:467px; border:1px solid #ccc; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   }
		.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
		.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
		.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
		.picFocus .hd ul li img{ width:109px; height:65px; border:2px solid #ddd; cursor:pointer; margin-right:5px;   }
		.picFocus .hd ul li.on{ background:url("images/icoUp.gif") no-repeat center 0; }
		.picFocus .hd ul li.on img{ border-color:#f60;  }
		.picFocus .bd li{ vertical-align:middle; }
		.picFocus .bd img{ width:467px; height:230px; display:block;  }


.ban{ width:800px; height:530px; position:relative; overflow:hidden;margin:40px auto 0 auto;}
.ban2{ width:800px; height:350px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:800px; height:350px;}
.ban2 ul li .textBox{background:#f0f0f0; overflow: hidden;width:800px;height:350px;}
.ban2 ul li .textBox> div{float:left;}
.ban2 ul li .textBox .img {width:480px;height:350px;}
.ban2 ul li .textBox .img img{width:100%;height:100%;}
.ban2 ul li .textBox .text{margin-top: 20px;padding:0px 20px ;width:280px;
height:350px;}
.ban2 ul li .textBox .text .p1{font:bold 20px/1.5 "微软雅黑";}
.ban2 ul li .textBox .text .p2{font: 16px/28px "微软雅黑";color: #D60011;margin-bottom: 10px;font-weight: bold;}
.ban2 ul li .textBox .text .p3{font: 14px/2.0 "微软雅黑";color: #363636;text-align: justify;}
.ban2 ul li .textBox .text p> a{color: #D60011}
.prev{ float:left; cursor:pointer;}
.num{ height:180px;overflow:hidden; width:740px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:800px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:178px; height:150px; margin-right:5px; padding:1px;}
.num ul li img{width:178px;height:120px;}
.num ul li a p{font:12px/1.2 "微软雅黑";text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:40px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:40px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:220px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:220px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:800px; height:500px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:800px; height:500px; position:relative; overflow:hidden;}
.pop_up2{ width:800px; height:500px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:500px; height:500px; float:left;}



.pic2{
	width:1188px;
	margin:0px auto;
	height: 200px;
    position: relative;
    background: url(../images/pic2.jpg) no-repeat center top;
    background-size:100% 100%;
    overflow: hidden;
    margin-bottom:100px;
}
.pic2 .childBox{
	width:520px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -150px;
}
.pic2 .childBox .child-1{
	width: 350px;
    text-align: center;
    background: url(../images/pic2-br.png) no-repeat center 86px;
    float:left;
}
.pic2 .childBox .child-1 .h1{ 
	font: bold 18px/36px "微软雅黑";
    color: #fff;
}
.pic2 .childBox .child-1 .h2{
	font: 16px/22px "微软雅黑";
    color: #fff;
}
.pic2 .childBox .child-2{
	width:170px;
    margin-top: 20px;
    overflow: hidden;
    float: right;
}
.pic2 .childBox .child-2 p{
	 font: 16px/20px "微软雅黑";
    color: #fff;
    margin-bottom: 12px;
    padding-left: 52px;
   background: url(../images/pic-tel.gif) no-repeat left top;
}
.pic2 .childBox .child-2 p em{
	font:bold 14px/20px "微软雅黑";
}

/*表单*/
.proMain .m-form{
	margin-top: 30px;
	width:100%;
}
.proMain .m-form .fromBox{
	width:60%;
	margin:0 auto;
}
.proMain .m-form .fromBox .lab{
	font-size:14px;
	line-height: 30px;
	width:100px;
	display:block;
}
.proMain .m-form .fromBox .u-ipt{
	width:80%;
	height:30px;
	font-size:18px;
}
.proMain .m-form .fromBox .u-tta-6{
	min-width:80%;
	max-width:80%;
	height:200px;
}
.proMain .m-form .fromBox #mit{
	width:100px;
	height:30px;
	display:block;
	margin-left:37%;
	margin-top:30px;
}
.cont{
	margin-top:20px;
}
.cont p,.cont span{
	line-height:1.5;
}
.code{
	width:120px;
	display:inline-block;
}
.code img{
	width:120px;
	height:120px;
	display:inline-block;
}
.code p{
	color:white;
	width:120px;
	line-height: 30px;
	text-align: center;
}
.co1{
	margin-right:20px;
}


#banner-inside_bg{width: 100%;height: 300px; overflow:hidden; }

#banner-inside {
	position: relative;
	width: 100%;
	height: 300px;
	
	margin: 0px auto;
	
}
#banner-inside img {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1000px; max-width:none;
}

.sou{ width:1000px; margin:0 auto;     height: 80px;}
.remen{ width:60%; float:left;  height: 30px;    font: 14px/30px "微软雅黑";    margin: 24px 0 0 2px; }
.remen b{color: #363636; font-weight: bold;}
.remen a{ color: #828282;  padding: 0 5px;}
.search_bg{ }
.search{ float:right;      height: 41px;    margin: 16px 0 0 44px;}
.search .box{    
    width: 208px;
    height: 37px;
    border: 1px solid #D70010;
    line-height: 41px;
    background: #e5e5e5;
    color: #8d8d8d;
    font-size: 14px;
    padding-left: 20px;
    float: left;
	}
.search	.botton{ 
    background: url(../images/ss2.jpg) no-repeat center top;
    width: 80px;
    height: 41px;
    line-height: 41px;
    border: 0;
    float: left;
	}
	
.about_min{ width:1000px; margin:0 auto;}
.about_min_lf{ width:220px; float:left;}
.about_min_rg{ width:760px; float:right;}
.about_min .weiz{ 
    background: url(../images/logo_03.png) no-repeat 5px 5px;
    height: 20px;
    line-height: 24px;
    padding: 7px 8px 8px 35px;
    position: relative;
    color: #333;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #D70010;
    padding-bottom: 8px;
    font-family: 微软雅黑;
	width:96%
}	
.about_min .weiz a{ font-style: normal;   font-size: 14px;   color: #333;}
.about_min .weiz .red_x{     
    color: #D70010;
    font-weight: bold;
    font-size: 14px;
	}
.a_nav {
    margin-top: 30px;
    height: 42px;
    overflow: hidden;
}
.a_nav ul {
    width: 996px;
}
.a_nav li {
    float: left;
    text-align: center;
    width: 82px;
    font-size: 14px;
    border: 1px solid #efefef;
    background: #363636;
    border-left: 0;
}
.a_nav li a:hover, .a_nav li.cur a {
    background: #D70010;
    color: #fff;
    font-weight: bold;
}
.a_nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}	
	
	
	
.about_info{ padding:20px; min-height:300px;}	
.about_info img{max-width: 100%;}
.d_btn{width:120px; height: 40px; line-height: 40px; display: table; border-radius: 10px; text-align: center; margin: 20px auto; background: #D70010; color:#fff;}

.about_title{ text-align:center; margin-top:30px; }
.about_title1{ margin-top:-53px; font-size:21px; letter-spacing:6px; color:#666666;}

.about_info h1{
	padding-top: 16px;
    color: #333;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font: 20px/63px "Microsoft Yahei";
	}
.info_con_tit {
    font-family: "宋体";
    line-height: 24px;
    margin-bottom: 15px;
}
.info_con_tit .n_tit {
    text-align: left;
    color: #666;
    border-bottom: 1px dashed #999;
    height: 44px;
    line-height: 44px;
}
.info_con_tit span {
    margin-right: 20px;
}
#cntrBody {
    padding-top: 12px;
}
#cntrBody img{max-width:100%;}	

.gduo {
    line-height: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 50px 0px 20px 0px;
    padding: 0 10px;
}
.gduo span {
    overflow: hidden;
    height: 30px;
    display: block;
}
.gduo a {
    color: #D70010;
}



.leib2 {
    width: 216px;
    margin-bottom: 20px;
}
.leib2 .tit{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #D70010;
    height: 34px;
    padding-top: 18px;
    text-align: center;
    overflow: hidden;
}
.leib2 .nr {
    border: 1px solid #D70010;
    padding: 10px 17px 10px;
}
.leib2 .nr h3 {
    background: #F0F0F0;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    text-indent: 0px;
    font-family: "Microsoft Yahei";
    text-align: center;
    margin-bottom: 10px; font-size: 14px;
}
.leib2 .nr h3:hover,.leib2 .nr .bg{ background: #D70010;}
.leib2 .nr h3:hover a,.leib2 .nr .bg a{  color:#fff}
.leftlx {
    text-align: left;
    font-family: "Microsoft YaHei";
    padding: 6px 0;
    overflow: hidden;
    border-bottom: 1px solid #D70010;
    margin: 10px auto;
}
.leftlx h3 {
    font-size: 16px;
    color: #3b3b3b;
    border-bottom: 1px solid #D70010;
    height: 63px;
    line-height: 63px;
    margin-bottom: 10px; font-weight:bold;
}
.leftlx h3 span {
    color: #c4c4c4;
    margin-left: 10px;
    font-weight: normal;
}
.leftlx .phone {
    margin: 0 10px 20px;
    height: 45px;
    color: #D70010;
}
.leftlx .phone span {
    font-size: 12px;
    background: url(../images/h_pho.gif) no-repeat 0 0;
    padding-left: 60px;
    height: 45px;
    display: block;
}
.leftlx .phone span b {
    display: block;
    color: #D70010;
    font-size: 16px;
    margin-top: 2px; font-weight:bold;
}
.leftlx p {
    line-height: 18px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 10px; padding-left:5px !important; _padding-left:5px; width:98%; min-height:18px;
}
.leftlx p span {
    float: left;
    height: 23px;
}


.news_list{ margin-top:10px;}
.inf_lc {
    clear: both;
    padding: 5px 0 0;
}
.inf_lc li.bg {
    background: #edf6f4;
}
.inf_lc li {
    padding: 7px 20px 0 0;
    height: 110px;
    overflow: hidden;
    margin: 0 0 30px;
    background: #F7F7F7;
}
.fr {
    float: right;
}
.inf_lc li .fr:hover {
    background: #D70010;
}
.inf_lc li .fr {
    margin: 20px 0 0;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background-color: #999;font-size: 12px;
}
.inf_lc li h4 {
    padding: 20px 5px 0 0;
    text-align: center;
    float: left;
    width: 64px;
    overflow: hidden; font-weight:bold
}
.inf_lc li h4 b {
    color: #D70010;
    font-weight: 100;
    display: block;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    font-size: 36px;
    font-family: Arial;
    text-transform: uppercase; font-weight:bold
}
.inf_lc li h4 span {
    font-weight: 100;
    display: block;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
    color: #D70010;
}
.inf_lc li p {
    padding: 0 0 0 14px;
    line-height: 26px;
    width: 566px;
    overflow: hidden;
    font-size: 14px;
    float: left;
    color: #666;
    text-align: justify;
}
.inf_lc li p b {
    display: block;
    font-weight: 100;
    color: #000000; font-weight:bold
}
.inf_lc li p a:hover b {
 text-decoration: underline;
}
.inf_lc li p b a, .inf_lc li p b a:hover {
    color: #343434;
    font-weight: bold;
}

.pageNavi {  margin-top:20px; display:block; WIDTH: 100%; TEXT-ALIGN: center; line-height:30px; font-size:12px; margin-bottom:10px;}
.wp-pagenavi { CLEAR: both}
.wp-pagenavi A {
	border:#CCC solid 1px;
	padding:5px 10px; 
-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */
margin:0 3px;
	}
.wp-pagenavi SPAN { 
border:#CCC solid 1px;
padding:5px 10px; 
-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px;            /* W3C syntax */
margin:0 3px;
}
.wp-pagenavi A:hover { background:#2E782D; color:#FFF; border:#2E782D solid 1px;}
.wp-pagenavi SPAN.current {  background:#2E782D; color:#FFF; border:#2E782D solid 1px;}

.cp_list{ width:100%;}
.cp_list li{ width:236px; float:left;  padding: 0px 20px 20px 0px; overflow: hidden;}
.cp_list_tu img{
	width: 222px;
    height: 161px;
    border: 1px solid #f1f1f1;
    padding: 5px;
	}
.cp_list_tu a:hover img{ border-color: #D70010;}	
.cp_list_title{ 
    margin-top: 3px;
    height: 30px;
    width: 236px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-align: center;
}	
.cp_list_title a{    color: #4c4c4c;    font-size: 14px;}
.cp_list_title a:hover{    text-decoration: underline;}

.ry_content{ width:100%; margin:0 auto; position:relative; padding:30px 0;}
.cerbox{ width:980px; margin:20px auto 0; overflow:hidden;}
ul.cer-list{ float:left; width:980px;}
ul.cer-list li{ float:left; width:200px; height:230px; display:inline; margin-right:22px; margin-left:22px; margin-bottom:10px; overflow:hidden;  }
ul.cer-list li .cerbox{ *float:left; width:200px; height:200px; text-align:center; vertical-align:middle; display:table-cell; position:relative;}
ul.cer-list li .cerimg{ *position:absolute; top:50%;}
ul.cer-list li .cerimg img{ *position:relative; top:-50%; left:-50%; vertical-align: middle\9; }
ul.cer-list li span{ float:left; width:200px; height:30px; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:keep-all; line-height:30px; font-weight: bold;}


.down_content{ width:1000px; margin:20px auto 0 auto;}
.down_content li{ height:60px; width:100%; margin-bottom:20px; border-bottom:1px solid #CCC;}
.down_content .down_tu1{    margin-left: 25px; width:40px; height:60px; line-height: 60px;float: left;background: url(../images/wj.png) no-repeat left center;}

.down_content .down_tit{ float:left; height:60px; line-height:60px; font-size:18px; margin-left:20px;}
.down_content .down_tu2{display: block;
    line-height: 60px; margin-right:30px;
    float: right;
    width: 40px;
    height: 60px;
    background: url(../images/down.png) no-repeat center center;}
	
ul.job-list{ float:left; width:90%; margin-left:5%; margin-top:20px;}
ul.job-list li{ float:left; width:99%; margin-bottom:20px; border:1px solid #e4e4e4;}
ul.job-list li .jobtitle{ height:46px; overflow:hidden; cursor:pointer; border-radius:5px 5px 0 0;}
ul.job-list li .jobtitle .tit{ float:left; display:block;  line-height:46px; height:46px; overflow:hidden; padding-left:25px; font-size:14px; font-weight:bold;}
ul.job-list li .jobtitle .arr{ float:right; background:url(../images/arrow-d.jpg) center no-repeat; height:46px; width:46px;}
ul.job-list li .jobtitle-active .tit{ color:#e87813;}
ul.job-list li .jobtitle-active .arr{ background:url(../images/arrow-u.jpg) center no-repeat;}
ul.job-list li .jobbrief{ border-top:1px solid #e4e4e4; padding-left:20px; padding-top:15px; padding-right:20px; padding-bottom:15px;}


.yqlj_bg{ width:100%; float:left; }	
.yqlj{ width:1200px; height:30px; margin:0 auto; border:1px solid #3498DB; line-height:30px; margin-bottom:10px;}
.yqlj span{ float:left; background:#3498DB; color:#fff; padding:0 15px;}
.yqlj li{ float:left; margin-left:10px;}
.yqlj li a:hover{ color:#3498DB}	

.gjc_bg{ width:100%;}
.gjc{ width:1200px; height:30px; margin:0 auto;}
.gjc ul{ float:right;}
.gjc li{ float:left; margin-left:10px; font-weight:bold;} 
.gjc li a{ font-weight:bold;}


.lanren{ position:absolute; right:0; top:150px; z-index:999999}
.lanren .slide_min{ width:28px; height:112px; background:url(../images/slide_min.jpg) no-repeat; cursor:pointer;}
.lanren .slide_box{ width:154px; height:auto; overflow:hidden; background:url(../images/slide_box_bg.jpg) repeat-y; font-size:12px; text-align:center; line-height:130%; color:#666; border-bottom:2px solid #76A20D;}
.lanren .slide_box .weixin{ margin-bottom:5px;}
.lanren .slide_box img{ cursor:pointer;}
.lanren .slide_box p{ text-align:center; padding:5px; margin:5px;border-bottom:1px solid #ddd;}
.lanren .slide_box span{ padding:5px 10px; display:block;}
.lanren .slide_box span a{ color:#76A20C;}

.nrbox{margin:0px auto; padding:0px;}
.nrbox ul{margin:0px; padding:0px; list-style:none;}
.nrbox ul li{ margin: 0px 2px 0px 0px; padding: 0px; width: 180px; height: 35px; display: block; border-radius: 0px; background-color: #F3F3F3; border-bottom:1px solid #ddd; }
.nrbox ul li:hover ul{display:block;}
.nrbox ul li a{text-align:center; width:180px; height:37px;  line-height:35px; display:block; text-decoration:none;}
.nrbox ul li a:hover{background:#D70010 url(../images/feel5.png) right 5px center no-repeat; color:#fff;}
.nrbox ul li ul{display:none;position:relative; top:-37px; left:181px;}
.nrbox ul li ul li{ padding:0px; background-color:#FFFFFF; border-bottom:1px solid #ddd;}
.sech{background-color:#eee;}
.nrbox ul li ul li a:hover{background:#D70010 url(../images/feel5.png) right 5px center no-repeat; color:#fff;}
.nrbox ul li ul li:hover ul{visibility:visible;}
.nrbox ul li ul li ul{visibility:hidden; position:relative;  top:-37px; left:181px;}
.nrbox ul li ul li ul li{background:#FFFFFF; border-bottom:1px solid #ddd;}
.nrbox ul li ul li ul li a:hover{background:#D70010;}
.thirdh{background-color: #ddd;}