@charset "utf-8";
/* CSS Document */
/*重置*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { margin:0; padding:0; color:#555; font-size:14px;font-family:"微软雅黑"; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn,th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover{ color:#4da9e8;  }
img { border:none;}
ol,ul,li { list-style:none; }
input{ outline-style: none; padding: 0; margin:0; list-style: none; border: none;}
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
/*重置结束*/
/*top*/
.top_box{
	width: 100%;
	line-height: 45px;
	background-color: #f1f1f1;
}
.top_box .top{
	width: 1200px;
	margin: auto;
}
.top .left_top{
	width: 600px;
	float: left;
}
.top .right_top{
	width: 500px;
	float: right;
}
.top .right_top h2{
	float: left;
	padding-left: 25px;
	background: url(../img/tel.png) no-repeat left center;
}
.top .right_top h3{
	float: left;
	padding-left: 27px;
	margin-left: 30px;
	background: url(../img/email.png) no-repeat left center;
}
/*nav*/
.nav_box{
	width: 1200px;
	margin: auto;
	margin-bottom: 20px;
}
.nav_box .logo_box{
	width:220px;
	float: left;
	margin-top: 20px;
	padding-left: 140px;
	background: url(../img/logo.png) no-repeat left center;
}
.nav_box .logo_box h1{
	font-size: 28px;
	font-weight: bold;
}
.nav_box .logo_box h2{
	font-size: 12px;
}
.nav_box .nav{
	width: 830px;
	float: right;
	margin-top: 40px;
	margin-right: -20px;
}
/*.nav_box .nav ul li{
	float: left;
	line-height: 55px;
}*/
/*.nav_box .nav li{
	float: left;
	line-height: 55px;
}
.nav{width:1200px;margin:0 auto;line-height:50px;font-size:16px;}*/
.nav li{float:left;color:#000;position:relative;width: 118px;text-align: center;line-height: 55px;}
.nav li:hover{color:#f66c47;font-weight:bold;}
.nav>li{
	float: left;
}
/*.nav * a:hover{background-color:#82ce18;!* 鼠标经过时的红色背景，可自定义 *!}
.menu{list-style:none;height:40px;width:100%;background-color:#333;margin-top:200px;}
.nav{list-style:none;height:40px;width:900px;margin:0 auto;background-color:#333;}*/

.nav li a{color:#000;height:38px;line-height:38px;padding:0 20px;blr:expression(this.onFocus=this.close());blr:expression(this.onFocus=this.blur());display:inline-block;}
.nav li a:focus{-moz-outline-style: none; }
.nav li .sub-nav{position:absolute;z-index:999;list-style:none;background-color:#e4e4e4;display:none;}
.nav li .sub-nav li{text-align:left;clear:left;width:200px;height:35px;line-height:35px;position:relative;}
.nav li .sub-nav li a{height:34px;line-height:34px;width:180px;padding:0;display:inline-block;}
.dianji{
	background: url(../img/hover.png) no-repeat center;
}

.nav_box .nav li a{
	padding: 0 18px;
}
.nav_box .nav li:hover{
	background: url(../img/hover.png) no-repeat center;
	cursor: pointer;
}
.nav_box .nav li:hover a{
	color: #4da9e8;
}

.dianji {
	background: url(../img/hover.png) no-repeat center;
}

.nav_box .nav ul li a{
	padding: 0 18px;
}
.nav_box .nav ul li:hover{
	background: url(../img/hover.png) no-repeat center;
	cursor: pointer;
}
.nav_box .nav ul li:hover a{
	color: #4da9e8;
}
/***********幻灯片样�?*************/

.slideBox {
	width:100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.slideBox .hd {
	height: 30px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 555px;
	width: 100%;
	z-index: 20;
}

.slideBox .hd .smallUl {
	height: 30px;
	width: 200px;
	line-height: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 21;
	text-align: center;
	/*background-color: #fff;*/
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	margin: 0 auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.slideBox .hd .smallUl li {
	margin-top: 8px;
	background: #000;
	border-radius: 50%;
	box-shadow: 0 0 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	height: 15px;
	line-height: 15px;
	margin-right: 10px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	width: 15px;
	font-size: 0px;
	text-align: center;
	overflow: hidden;
}

.slideBox .hd ul li.on {
	background: #CC0000;
	color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width:100%;
}

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 50px;
	height: 60px;
	background: url(../img/slider-arrow.png) -100px 15px no-repeat #000;
	filter: alpha(opacity=30);
	opacity: 0.3;
	z-index: 1111
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 15px 15px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
.serch_box{
	width: 1200px;
	margin: auto;
	margin-top: 15px;
}
.serch_left {
	width: 392px;
	height: 40px;
	position: relative;
	float: left;
}

.serch_left .gonggao_left{
	float: left;
}
.gonggao_right{
	width: 322px;
	height:25px;
	overflow: hidden;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}
/* marquee5 */
#marquee5{
	height:40px;
	overflow:hidden;
}
#marquee5 ul li{
	height:20px;
	padding:0 10px;
	line-height:20px;
	overflow:hidden;
}
.serch_right{
	width: 330px;
	float: right;
}
.serch_right select {
	height: 33px;
	float: left;
	border: solid 1px #4da9e8;
}
.serch_right #s{
	width: 195px;
	height: 30px;
	border: solid 1px #4da9e8;
	float: left;
}

.serch_right #t{
	width: 37px;
	height: 33px;
	float: left;
	background: url(../img/sr.jpg) no-repeat center;
}
.about_box{
	width: 1200px;
	margin: auto;
}
.top_t{
	width: 1200px;
	margin: auto;
	text-align: center;
	background: url(../img/bg01.png) no-repeat center;
}
.top_t h1{
	font-size: 24px;
	font-weight: bold;
	color: #4da9e8;
	padding-top: 10px;
}
.top_t h2{
	font-size: 16px;
	font-weight: bold;
	color: #555;
	padding-top: 15px;
	padding-bottom: 10px;
}
.about{
	width: 1200px;
	margin:30px auto;

}
.about .about_left{
	width: 532px;
	height: 372px;
	float: left;
	overflow: hidden;
}
.about .about_left img{
	width: 100%;
	height: 100%;
}
.about .about_right{
	width: 600px;
	float: left;
	text-align: justify;
	margin-left: 30px;
	line-height: 30px;
	margin-top: 30px;
}
.about_box h3{
	width: 135px;
	margin: auto;
	line-height: 40px;
	text-align: center;
	border: solid 1px #4da9e8;
	border-radius: 20px;
}
.about_box h3 a{
	color: #4da9e8;
}
.licheng_box{
	width: 100%;
	height: 495px;
	padding-top: 55px;
	margin:30px auto;
	background-color: #f1f1f1;
}
.licheng{
	width: 1200px;
	height: 440px;
	margin: auto;
	background: url(../img/bg02.png) no-repeat center;
}
.licheng dl{
	width: 438px;
	float: right;
}
.licheng dl dd{
	line-height: 24px;
	margin-top: 46px;
}
.licheng ul{
	width: 136px;
	float: right;
	margin-right: 60px;
}
.licheng ul li{
	line-height: 103px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.cp_home{
	width: 1200px;
	margin: auto;
}
.cp_list{
	width: 1200px;
	margin: auto;
}
.cp_list ul{
	margin-top: 35px;
}
.cp_list ul li{
	width: 156px;
	line-height: 45px;
	text-align: center;
	border: solid 2px #4da9e8;
	border-radius: 15px;
	float: left;
	margin: 0 40px;
}
.cp_list ul li a{
	color: #4da9e8;
}
.cp_list dl{
	margin-top: 25px;
}
.cp_list dl dd{
	width: 290px;
	height: 290px;
	float: left;
	margin: 0 5px;
}
.cp_list dl dd .dd_img{
	width: 290px;
	height: 217px;
	overflow: hidden;
}
.cp_list dl dd .dd_img img{
	width: 100%;
	height: 100%;
	 overflow: hidden;
	 transition: all 0.6s;
}
.cp_list dl dd .dd_img img:hover{transform: scale(1.2);}
.cp_list dl dd h1{
	line-height: 36px;
	text-align: center;
}
.tl_one{
	width: 100%;
	height: 250px;
	margin: auto;
	background: url(../img/tl01.jpg) no-repeat center;
}
.youshi_box{
	width: 100%;
	height: 1520px;
	margin: auto;
	margin-top: 35px;
	background:url(../img/bg03.jpg) no-repeat center;
}
.youshi{
	width: 1200px;
	margin: auto;
}
.youshi_cont{
	width: 1200px;
	margin: auto;
}
.youshi_cont ul{
	width: 1162px;
	margin: auto;
	margin-top: 25px;
}
.youshi_cont ul li{
	float: left;
	text-align: center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.youshi_cont ul li:hover{
	cursor: pointer;
	transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	-moz-transform: translate(0, -20px);
	-o-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);

}
.youshi_cont ul li img{
	margin: auto;
}
.youshi_cont ul li h1{
	margin-top: 15px;
	font-weight: bold;
}
.youshi_cont ul li:nth-of-type(2){
	margin-top: 45px;
	margin-left:25px;
	margin-right:25px;
}
.youshi_cont ul li:nth-of-type(4){
	margin-top: 45px;
	margin-left:25px;
	margin-right:25px;
}
.youshi_cont ul li:nth-of-type(6){
	margin-top: 45px;
	margin-left:25px;
	margin-right:25px;
}
.youshi_cont ul li:nth-of-type(8){
	margin-top: 45px;
	margin-left:25px;
	margin-right:25px;
}
.cont_two_top{
	width: 465px;
	margin: auto;
	margin-top: 35px;
	padding-left: 210px;
	background:url(../img/logo2.png) no-repeat left center;
}
.cont_two_top h1{
	padding-top: 35px;
	font-size: 22px;
	color: #555;
}
.cont_two_top h1 span{
	font-weight: bold;
	color: #4da9e8;
	font-size: 32px;
	margin-right: 10px;
}
.cont_two_top h2{
	font-size: 22px;
	font-weight: bold;
	color: #4da9e8;
	padding-bottom: 30px;
}
.xk{
	width: 990px;
	height: 1px;
	margin-left: 120px;
	background-color:  #4da9e8;
}
.cont_two{
	width: 1200px;
	margin: auto;
	margin-top: 35px;
}
.cont_two .two_left{
	width: 150px;
	float: left;
	margin-top: 35px;
}
.cont_two .two_left h1{
	width:60px;height:415px;writing-mode:tb-rl;
	font-size: 22px;
	font-family: "宋体";
	font-weight: bold;
	float: left;
	color: #4da9e8;
}
.cont_two .two_left h2{
	width:60px;height:415px;writing-mode:tb-rl;
	font-size:28px;
	font-weight: bold;
	font-family: "宋体";
	float: left;
	color: #4da9e8;
	margin-top: 35px;
}
.two_right .right_img{
	width: 425px;
	float: left;
}
.two_right .right_text{
	width: 580px;
	float: left;
	margin-left: 20px;

}
.two_right .right_text .text_one{
	padding-left: 15px;
	border-left: solid 6px #4da9e8;
}
.two_right .right_text .text_one h1{
	text-indent: 2em;
}
.two_right .right_text .text_one h2{
	text-indent: 2em;
}
.two_right .right_text .text_one h3{
	text-indent: 2em;
}
.two_right .right_text .text_two{
	padding-left: 15px;
	border-left: solid 6px #4da9e8;
	margin-top: 25px;
}
.two_right .right_text .text_two .text_two_left{
	width: 250px;
	float: left;
	margin-right: 30px;
}
.text_two .text_two_left h1{
	font-size: 16px;
	margin-bottom: 8px;
}
.text_two .text_two_left h1 span{
	font-size: 18px;
	font-weight: bold;
	color: #4da9e8;
}
.text_two .text_two_left h2{
	font-size: 16px;
	margin-bottom: 8px;
}
.text_two .text_two_left h2 span{
	font-size: 18px;
	font-weight: bold;
	color: #4da9e8;
}
.text_two .text_two_left h3{
	font-size: 16px;
	margin-bottom: 8px;
}
.text_two .text_two_left h3 span{
	font-size: 18px;
	font-weight: bold;
	color: #4da9e8;
}
.text_two .text_two_left h4{
	font-size: 16px;
	margin-bottom: 8px;
}
.text_two .text_two_left h4 span{
	font-size: 18px;
	font-weight: bold;
	color: #4da9e8;
}
.text_two .text_two_right{
	width: 250px;
	float: left;
}
.text_two .text_two_right img{
	width: 100%;
	height: 100%;
}
.cont_three{
	width: 943px;
	margin: auto;

}
.cont_three .three_img{
	width: 304px;
	float: left;
}
.cont_three .three_text{
	width: 576px;
	float: left;
	margin-left: 60px;
	padding-top: 25px;
}
.cont_three .three_text h1{
	font-size: 23px;
	font-weight: bold;
}
.cont_three .three_text h2{
	font-size: 30px;
	font-weight: bold;
	color: #4da9e8;
}
.cont_three .three_text div{
	width: 100%;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: dotted 2px #4da9e8;
	border-bottom: dotted 2px #4da9e8;
}
.cont_three .three_text h3{
	font-size: 14px;

	color: #555;
	line-height: 36px;
}
.cont_three .three_text h4{
	font-size: 14px;

	color: #555;
	line-height: 36px;
}
.cont_three .three_text h5{
	font-size: 14px;

	color: #555;
	line-height: 36px;
}
.cont_three .three_text h6{
	font-size: 14px;

	color: #555;
	line-height: 36px;
}
.xiangce_box{
	width: 1200px;
	margin: auto;
}
.xiangce_box ul{
	width: 1200px;
	margin: auto;
}
.xiangce_box ul{
	margin-top: 35px;
}
.xiangce_box ul li{
	width: 290px;
	height: 290px;
	overflow: hidden;
	float: left;
	margin: 0 5px;
	text-align:center;
}
.xiangce_box ul li .li_img{
	width: 290px;
	height: 217px;
	overflow: hidden;
}
.xiangce_box ul li .li_img img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	 transition: all 0.6s;
}
.xiangce_box ul li .li_img img:hover{transform: scale(1.2);}
.xiangce_box ul li h1{
	text-align: center;
	line-height: 36px;
}
.tl_two{
	width: 100%;
	height: 250px;
	margin: auto;
	background: url(../img/tl02.jpg) no-repeat center;
}
.news_box{
	width: 100%;
	height: 450px;
	margin: auto;
	background-color: #f1f1f1;
}
.news{
	width: 1200px;
	margin: auto;
	padding-top: 45px;
}
.news_left{
	width: 187px;
	height: 400px;
	float: left;
	background-color: #222222;
}
.news_left ul li:nth-of-type(1){
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/bg04.jpg) no-repeat center;
}
.news_left ul li:nth-of-type(1) a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 35px;
}
.news_left ul li:nth-of-type(2){
	line-height: 45px;
	text-align: center;
	color: #4da9e8;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/bg05.jpg) no-repeat center;
}
.news_left ul li:nth-of-type(2) a{
	color: #4da9e8;
	font-size: 18px;
	font-weight: bold;
	margin-left: 35px;
}
.news_left h1{
	width: 135px;
	margin: auto;
	line-height: 36px;
	text-align: center;
	border: solid 1px #fff;
	margin-top: 30px;
	border-radius: 15px;
}
.news_left h1 a{
	color: #fff;
}
.news_left img{
	width: 120px;
	margin: auto;
	display: block;
	margin-top: 55px;
}
.news_center{
	width:560px;
	padding: 20px;
	float: left;
	margin-right: 20px;
	background-color: #fff;
}
.center_cont_top{
	padding-bottom: 10px;
	border-bottom: solid 1px #555;
}
.center_cont_top .cont_top_img{
	width: 145px;
	height: 95px;
	float: left;
	margin-right: 25px;
	overflow: hidden;
}
.center_cont_top .cont_top_img img{
	width: 100%;
	height: 100%;
}
.center_cont_top .cont_top_text{
	width: 560px;
}
.center_cont_top .cont_top_text h1{
	font-size: 18px;
	color: #555;
}
.center_cont_top .cont_top_text h1 a{
	color: #555;
}
.center_cont_top .cont_top_text h2{
	font-size: 14px;
	color: #ccc;
	margin-top: 5px;
}
.center_cont_top .cont_top_text h2 a{
	color: #848484;
}
.news_center dl{
	margin-top:16px;
}
.news_center dl dd{
	padding-left: 25px;
	line-height: 34px;
	background: url(../img/jiantou3.png) no-repeat left center;
}
.news_center dl dd h1{
	float: left;
}
.news_center dl dd h2{
	float: right;
}
.news_right{
	width: 362px;
	float: left;
	padding: 0 15px;
	background-color: #fff;
}
.news_right_top{
	line-height: 45px;
	border-bottom: solid 1px #555;
}
.news_right_top h1{
	float: left;
	font-size: 22px;
	font-weight: 600;
	color: #4da9e8;
}
.news_right_top h2{
	float: right;
}
.news_right #marquee6 {
	height: 338px;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 5px;
}

.news_right #marquee6 ul li {
	padding-top: 20px;
	height: 90px;
	overflow: hidden;
	border-bottom: dotted 1px #ccc;
}

#marquee6 ul li .wen {
	padding-left: 25px;
	overflow: hidden;
	background: url(../img/q.jpg) no-repeat left center;
}

#marquee6 ul li .da {
	padding-left: 25px;
	background: url(../img/a.jpg) no-repeat left 8px;
	margin-top: 10px;
	line-height: 28px;
}

.link{
	width: 1200px;
	margin: auto;
	margin-top: 20px;
}
.link ul li{
	float: left;
	margin-right: 15px;
	line-height: 45px;
}
.link dl{
	width: 1200px;
	margin:20px auto;
}
.link dl dd:nth-of-type(1){
	width: 120px;
	text-align: center;
	line-height: 36px;
	background-color: #4da9e8;
	color: #fff;
	margin-top: -10px;
	margin-left: 0px;
	border-right:none;
}
.link dl dd{
	float: left;
	line-height: 15px;
	margin-left: 15px;
	padding-right: 15px;
	border-right: solid 1px #555;
}
.footer_box{
	width: 100%;
	height: 240px;
	background: url(../img/footer_bg.jpg) no-repeat center;
}
.footer{
	width: 1200px;
	margin: auto;
}
.footer ul li{
	float: left;
	line-height: 45px;
}
.footer ul li a{
	padding: 0 38px;
	color: #fff;
}
.footer dl{
	width: 1100px;
	margin: auto;
	margin-top: 25px;
}
.footer dl dd{
	float: left;
	margin: 0 15px;
	color: #fff;
}
.footer dl dd .erweima{
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.footer dl dd .erweima img{
	width: 100%;
	height: 100%;
}
.footer dl dd h3 a{
	color: #fff;
	margin-right: 10px;
}
.footer dl dd:nth-of-type(2){
	margin-top: 25px;
}
.footer dl dd:nth-of-type(3){
	margin-top: 55px;
	margin-left: 6px;
}
/*neiye*/
.product_box{
	width: 1200px;
	margin: auto;
	margin-top: 35px;
}
.product_left{
	width: 240px;
	height: auto;
	float: left;
	margin-right: 25px;
}
.product_left_top{
	padding: 15px 20px;
	background-color: #4DA9E8;
}
.product_left_top h1{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.product_left_top h2{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.product_left dl{
	border: solid 1px #ccc;
}
.product_left dl dd{
	text-align: center;
	line-height: 45px;
	border-bottom: dotted 1px #ccc;
}
.product_left ul{
	margin-top: 10px;
	border: solid 1px #ccc;
}
.product_left ul li{
	padding: 10px 15px;
	border-bottom: dotted 1px #ccc;
}
.product_left ul li h1{
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom:solid 1px #ccc;
}
.product_left ul li h1 span{
	margin-right: 10px;

}

.product_left ul li dl dd{
	line-height: 30px;
	padding-left: 25px;
}

.subNavBox{width:238px;border:solid 1px #4DA9E8;}
.subNav{border-bottom:solid 1px #4DA9E8;cursor:pointer;font-weight:bold;font-size:14px;color:#555;line-height:36px;padding-left:10px;background:url(../img/jiantou1.jpg) no-repeat;background-position:95% 50%;}
.subNav:hover{color:#4DA9E8;}
.currentDd{color:#4DA9E8;}
.currentDt{background-image:url(../img/jiantou.jpg);}
.navContent{display: none;border-bottom:solid 1px #4DA9E8;}
.navContent li a{display:block;width:213px;heighr:28px;text-align:left;font-size:14px;line-height:36px;color:#555; padding-left: 25px;}
.navContent li a:hover{color:#fff;background-color:#4DA9E8;}

.lianxi_zc{
	border:solid 1px #4DA9E8;
}

.lianxi_zc li{
	padding: 10px;
	line-height: 28px;
}


.product_right{
	width: 900px;
	float: left;
	margin-left: 35px;
}
.product_right dl{
	line-height: 36px;
	border-bottom: solid 1px #ccc;
}
.product_right dl dd{
	float: left;
	margin: 0 2px;
}
.product_right ul li{
	width:210px;
	height: 180px;
	text-align: center;
	float: left;
	margin: 0 6px;
}
.product_right ul{
	margin-top: 20px;
}

.product_right ul li .ul_img{
	width: 210px;
	height: 140px;
	overflow: hidden;
}

.product_right ul li .ul_img img{
	width: 100%;
	height: 100%;
}
.news_list ul li{
	width: 900px;
	height: 36px;
	line-height: 36px;
	border-bottom: dotted 1px #ccc;
}
.news_list ul li h1{
	float: left;
}
.news_list ul li h1 span{
	margin-right: 10px;
}
.news_list ul li h2{
	float: right;
}
.news_list .news_list_title{
	text-align: center;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}
.news_show_cont{
	margin-top: 20px;
}
.news_list .news_list_title h1{
	font-size: 24px;
}
.news_list .news_list_title h2{
	font-size: 16px;
	margin-top: 10px;
}
.product_right ul li h1{
	text-align: center;
	line-height: 36px;
}
.about_us_box{
	margin-top: 20px;
}
.tuijian {
	width: 1200px;
	margin: 40px auto;
	margin-bottom: 40px;
}

.tuijian .tuijian_left {
	width: 900px;
}

.tuijian_title{
	width: 1200px;
	line-height: 40px;
	border-bottom: dotted 1px #ccc;
}
.tuijian_title h1{
	float: left;
}
.tuijian_title h2{
	float: right;
}
.tuijian .tuijian_img {
	width: 200px;
	height: 140px;
	padding: 5px;
	border: solid 1px #ccc;
}

.tuijian .tuijian_img img {
	width: 100%;
	height: 100%;
}

.tuijian_left_list {
	margin-top: 20px;
}

.tuijian_left_list ul li {
	width: 200px;
	text-align: center;
	float: left;
	margin-right: 46px;
}
.tuijian_left_list ul li:nth-of-type(5){
	margin-right: 0px;
}
.tuijian_left_list ul li h1 a {
	line-height: 36px;
}

.tuijian .tuijian_right {
	width: 1200px;
}

.tuijian_right .tuijian_right_list dl {
	padding: 10px;
	border: solid 1px #ccc;
	margin-top: 20px;
}

.tuijian_right .tuijian_right_list dl dd {
	width: 392px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 5px;
	float: left;
	border-bottom: dotted 1px #ccc;
}

.tuijian_right_list dl dd .left_cont_img {
	width: 220px;
	float: left;
}

.tuijian_right_list dl dd .left_cont_text {
	width: 100px;
	float: left;
	color: #555;
	margin-left: 15px;
}

.tuijian_right_list dl dd .left_cont_text h1 {
	font-weight: bold;
}
.show_left {
	float: left;
}

.show_right {
	width: 400px;
	float: left;
	margin-left: 60px;
	margin-top: 30px;
}

.show_right ol li {
	line-height: 36px;
	color: #000;
}

.introduce_box h1 {
	line-height: 36px;
	margin-top: 40px;
	color: #555;
	border-bottom: solid 1px #ccc;

}

.introduce_box .introduce {
	line-height: 26px;
	text-indent: 0.2em;
	text-align:center;
	color: #555;
	margin-top: 20px;
}

.online_message h1 {
	line-height: 36px;
	margin-top: 20px;
	color: #555;
	border-bottom: solid 1px #ccc;

}

.shangxia {
	width: 900px;
	line-height: 36px;
	border-bottom: dotted 1px #ccc;
}

.shangxia h1 {
	color: #555;
	float: left;
}

.shangxia h2 {
	color: #555;
	float: right;
}

.lanrenzhijia{ width:355px; height:auto;overflow:hidden; margin-top: 20px;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ width: 350px; height: 300px; background:url(http://www.lanrenzhijia.com/demo/images/loading.gif) no-repeat center center;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:350px;height:300px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:5px;width:352px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;}
.spec-scroll .items ol{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ol li{float:left;width:64px;text-align:center;}
.spec-scroll .items ol li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ol li img:hover{border:2px solid #FF6600;padding:1px;}

/*lianxiyemian*/
.lianxi_box {
	width: 100%;
	height: 604px;
	background: url(../img/bg16.jpg) no-repeat center;
}
.lianxi {
	width: 1200px;
	margin: auto;
	padding: 30px 0px;
}
.lianxi .lianxi_left {
	width: 600px;
	float: left;
}
.lianxi .lianxi_left .lianxi_left_title h1 {
	font-size: 65px;
	font-weight: 600;
	color: #fff;
}
.lianxi .lianxi_left .lianxi_left_title h2 {
	text-align: left;
	color: #fff;
}
.lianxi .lianxi_left #liuyan {
	margin-top: 20px;
}
.lianxi .lianxi_left #x {
	width: 360px;
	line-height: 45px;
	margin-bottom: 15px;
	padding-left: 10px;
	border-radius: 5px;
}
.lianxi .lianxi_left #t {
	width: 120px;
	height: 40px;
	border-radius: 5px;
	background-color: #fff;
}
.lianxi .lianxi_left #cont_liuyan {
	width: 360px;
	height: 80px;
	border-radius: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
.lianxi .lianxi_right {
	width: 600px;
	float: left;
	text-align: right;
}
.dizhi_gongjiao {
	width: 1200px;
	height: 400px;
	margin: 30px auto;
	padding: 60px 0px;
}
.dizhi_gongjiao .gongjiao_left {
	width: 600px;
	float: left;
	text-align: center;
	padding: 60px 0px;
	border-right: solid 3px #2C2D2E;
}
.dizhi_gongjiao .gongjiao_left li {
	text-align: center;
}
.dizhi_gongjiao .gongjiao_left li {
	font-size: 18px;
	text-align: left;
	color: #2C2D2E;
	line-height: 45px;
}
.dizhi_gongjiao .gongjiao_right {
	width: 597px;
	float: left;
	padding: 80px 0px;
}
.dizhi_gongjiao .gongjiao_right h1 {
	font-size: 55px;
	font-weight: bold;
	color: #ff0000;
	padding-left: 120px;
}
.dizhi_gongjiao .gongjiao_right h2 {
	font-size: 24px;
	text-align: left;
	color: #2C2D2E;
	padding-left: 120px;
	font-weight: 600;
}
.dizhi_gongjiao .gongjiao_right h3 {
	font-size: 35px;
	font-weight: bold;
	color: #2C2D2E;
	text-align: left;
	padding-left: 120px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.dizhi_gongjiao .gongjiao_right h4 {
	font-size: 25px;
	font-weight: bold;
	color: #2C2D2E;
	text-align: left;
	padding-left: 120px;
}
.fangshi_box {
	width: 1200px;
	margin: 40px auto;
}
.fangshi_box ul li {
	width: 300px;
	text-align: center;
	float: left;
}
.fangshi_box ul li img {
	margin: auto;
}
.fangshi_box ul li h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fangshi_box ul li h2 {
	font-size: 14px;
	color: #000;
}


















































































































































































































































































/*zujian*/
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
	width: 1em;
}
.glyphicon-asterisk:before {
	content: "\2a";
}
.glyphicon-plus:before {
	content: "\2b";
}
.glyphicon-euro:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.page {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	margin-top: 10px;
	text-align: center;
}
.page a {
	border: 1px solid #333;
	padding: 0 3px;
	margin-right: 5px;
	color: #333;
}
.content{ width:1000px;margin:0 auto;}















/* -- 页面整体布局 -- */



.lefts { width:240px; float:left; overflow:hidden;}



.left2 { width:670px; float:left; overflow:hidden;}



.left3 { width:754px; float:left; overflow:hidden; color:#666;}



.lefttop { background:url(../images/left_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-top:10px;}



.left2top { background:url(../images/left2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}



.leftbot { background:url(../images/left_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;  margin-bottom:10px; background-size: 100%;}



.left2bot { background:url(../images/right_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }







.rights { width:754px; float:left; display:inline; margin-left:5px; overflow:hidden;}



.right2 { width:275px;  float:right; overflow:hidden;}



.right3 { width:201px; float:right; overflow:hidden; color:#666;}



.righttop { background:url(../images/right_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}



.right2top { background:url(../images/right2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}



.rightbot { background:url(../images/right_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}



.right2bot { background:url(../images/left_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}







.right_main { width:752px; min-height:458px; border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}



.right2_main { width:273px; border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}



.left2_main { width:668px;  border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;}







