﻿@charset "utf-8";
/* less Document */
body{
	margin:0px;padding:0px; font-size:14px; font-family:Tahoma, Geneva, Microsoft SimSun,"宋体"; color:#555 ;
	line-height:24px;
}
ul,li,dl,dt,dd,ol,p{
	margin:0px;padding:0px; list-style:none;
}
input{
	font-size:12px; font-family:Tahoma, Geneva, Microsoft SimSun,"宋体"; vertical-align:middle;
}
select{
	font-family:Arial; font-size:12px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.clear {
  clear: both;
}
a{
	 text-decoration:none; transition:all 200ms linear 0s;
}
a:hover{
	 text-decoration:none;             
}

*:focus { 
  outline:none;
}

p{
	 line-height:24px;
}
@font-face{/*导航字体*/
	 font-family:"REFSAN";
		src:url('../font/REFSAN.ttf');
}
@font-face{/*首页标题*/
	 font-family:"ENGR";
		src:url('../font/ENGR.ttf');
}
@font-face{/*关于我们上面小字体*/
	 font-family:"Proxima";
		src:url('../font/ProximaNova-Reg.ttf');
}
@font-face{/*主体内容*/
	 font-family:"ROCK";
		src:url('../font/ROCK.ttf');
}


/********************head******************/
.head_box{width:100%; overflow:hidden}
.wel_box{width:100%; height:30px; background:#3e424c}
.wel_text{width:1150px; margin:0 auto; overflow:hidden}
.wel_text h3{float:left; margin-top:5px}
.wel_text p{float:right}
.wel_text p img{vertical-align:middle; margin-right:10px}
.wel_text p a{float:left; margin-right:20px; line-height:30px; font-size:12px}
.banner{width:100%}


/********************foot******************/

.foot_box{ width:100%; height:235px; background:#2a2d34; overflow:hidden;}
.foot{width:1150px; margin:0 auto;}
.foot dl{float:left; display:block; margin-left:60px;margin-top:20px;}
.foot dt,.contact_add span{font-family:微软雅黑; font-weight:bolder; font-size:14px;color:#f7f7f7;}
.foot dd,.contact_add p{font-family:微软雅黑;font-size:12px; color:#f7f7f7;line-height:20px;}
.foot dd a{color:#f7f7f7;}
.foot dd a:hover{ color:#4d4d4d;}
.contact_add{ float:left; display:block; width:400px; margin-left:60px; margin-top:20px;}
.contact_add p{font-family:微软雅黑;font-size:14px;}
.bottom{width:1150px; height:40px;margin:0 auto;}
.bottom p{float:left; color:#f7f7f7;font-family:微软雅黑;font-size:12px; margin-left:20px; margin-top:10px;line-height:40px;}
.bottom p a{font-family:微软雅黑;font-size:12px; color:#f7f7f7;}
.bshare-custom{float:right; margin:20px 20px;}
.contact_wx{ float:left; display:block; width:220px; margin-left:60px; margin-top:10px;}





/********************banner******************/
#solid{
	width:100%;
	height:603px;
	clear:both;
	margin-top:0px;
	position:relative;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:498px;
	display:none;
}
#solid .solid0{
	background:#78c4db;
}
#solid .solid1{
	background:#c5c9db;
}
#solid .solid2{
	background:#e7dfd1;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:501px;
	margin-left:0px;
	display:none;
	cursor:pointer;
}
#solid #btt{
	width:905px;
	height:10px;
	top:560px;
	left:50%;
	position:relative;
	margin-left:-452px;
}
#solid #btt span{
	position:absolute;
	top:1px;
	left:45%;
	display:block;
	width:30px;
	height:8px;
	margin:0 15px;	
	text-align:center;
	background:#3688eb;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*/
}

/********************主页内容******************/
.content_box{with:100%; min-height:1000px; overflow:hidden; background:#fff;}
.contents{width:1150px; margin:0 auto; overflow:hidden;min-height: 320px;}
.newsbox{ width:400px; float:left; overflow:hidden;}
.newslist{ overflow:hidden;}
.news_01{display:block;margin-left:10px; margin-top:20px; width:390px;}
.news_01 li{ width:390px;display:block;height:30px; border-bottom:1px dashed #CCCCCC;}
.news_01 a{display:block;font-family:微软雅黑;font-size:14px; color:#808080; float:left; line-height:30px;}
.news_01 a:hover{ color:#000000;}
.news_01 span{display:block; float:right;font-family:微软雅黑;font-size:12px; color:#808080;line-height:30px;}


.news_02{float:right; margin-top:20px;}
.news_02 a{display:block;font-family:微软雅黑;font-size:14px; color:#808080;text-align:center; line-height:30px;}
.title{width:400px; height:35px; overflow:hidden; margin-top:20px;     background: url('../images/home/land.png');}
.title h3{float:left;}
.title span{display:block;color:#808080; font-family:Arial; float:left; margin-left:50px;font-style:italic; font-size:12px; margin-top:12px;}
.title p{ float:right; margin-top:10px; margin-right:10px;}
.title p a{font-family:微软雅黑;color:#000000; font-style:italic; width:40px; height:30px; line-height:30px;font-size:10px;}
.title img{ margin-left:5px;}

.title01{width:700px; height:35px; overflow:hidden; margin-top:20px;     background: url('../images/home/land.png');}
.title01 h3{float:left;}
.title01 span{display:block;color:#808080; font-family:Arial; float:left; margin-left:50px;font-style:italic; font-size:12px; margin-top:12px;}
.title01 p{ float:right; margin-top:10px; margin-right:10px;}
.title01 p a{font-family:微软雅黑;color:#000000; font-style:italic; width:40px; height:30px; line-height:30px;font-size:10px;}
.title01 img{ margin-left:5px;}
.title01box{margin-top:20px}


.words_box{ float:right; width:700px; height:280px; margin-top:0px; background:#FFFFFF;}
.words_box img{ margin-left:0px;float: left;}
.words_box p{font-family:微软雅黑;font-size:14px; color:#808080; margin-left:0px; line-height:30px;padding-left: 10px; height: 250px; overflow: hidden;}

/********************product roll******************/
.product_box{width:1150px; margin:0 auto;}
.title02{ width:100%;height:35px; overflow:hidden; margin-top:20px;background: url('../images/home/land.png');}
.title02 h3{float:left;}
.title02 span{display:block;color:#808080; font-family:Arial; float:left; margin-left:50px;font-style:italic; font-size:12px; margin-top:12px;}
.title02 p{ float:right; margin-top:10px; margin-right:10px;}
.title02 p a{font-family:微软雅黑;color:#000000; font-style:italic; width:40px; height:30px; line-height:30px;font-size:10px;}
.title02 img{ margin-left:5px;}



.case_box{width:1150px; margin:0 auto; overflow:hidden; margin-bottom:20px;}
.case_pic{ width:100%; overflow:hidden; margin-top:20px;}
.case_pic_d{ display:block;width:1150px;height:200px;}
.case_pic_d img{ display:block;float:left; width:350px; height:160px; margin-left:25px; margin-top:0px;}
.case_pic_d dl{float: left;display: block;width: 1150px;height: 25px;}
.case_pic_d dd{display:block;float:left; width:350px; height:25px; margin-left:25px; margin-top:5px;background: url('../images/home/prcm.png');}
.case_pic_d a{color: #2a2d34;}


/* CSS preview */

.rollphotos {	MARGIN-TOP: 10px;height: 265px;}


.blk_29 {
	 padding: 10px 0px; OVERFLOW: hidden; ZOOM: 1; position: relative
}

.blk_29 .LeftBotton {
	 BACKGROUND: url(../images/home/bnt.png) no-repeat 0px 0px; LEFT: 20px;
    FLOAT: left;
    WIDTH: 45px;
    CURSOR: pointer;
    POSITION: absolute;
    TOP: 90px;
    HEIGHT: 114px
	}
.blk_29 .RightBotton {
	RIGHT: 15px; BACKGROUND: url(../images/home/bnt.png) no-repeat -45px 0px; FLOAT: right; WIDTH: 45px; CURSOR: pointer;
	POSITION: absolute; TOP: 90px; HEIGHT: 114px
}
.blk_29 .Cont {
	  margin:0px auto; overflow:hidden; padding-top:5px
}
.blk_29 .box {
	 float: left;margin-left: 38px;
}
.blk_29 .box img{
	 aborder:#add2fc 1px solid; display:block; padding:3px; margin: 0px auto;
}
.blk_29 .box A:hover img{
	 border: #5385cc 1px solid;
}
.blk_29 .box li {	
    background: url(../images/home/prbn.png);
    margin-top: -30px;
    height: 25px;
    position: relative;
    width: 232px;
    margin-left: 4px;
	font-family: Tahoma, Geneva, Microsoft SimSun,"宋体";
    font-size: 14px;
    color: #ffffff;
	line-height: 24px;
}
.blk_29 .box li a{	
     margin-left: 10px;
}



/*********************************************************************************************内页部分*************************************************************************************/

/*******************公司概况*******************/
.cont_box01{ width:1150px; margin:0 auto; overflow:hidden;}
.beside_box{ width:160px; float:left; margin-top:16px;}
.beside_box span{ display:block; width:160px; height:5px; background:#0072b0; margin:20px 0;}
.bes_nav{ width:160px; background:#f2f2f2; font-weight:bold;}
.bes_nav li a{ display:block; height:40px; line-height:40px; color:#333; text-align:center; font-size:14px;}
.bes_nav li a:hover{ background:#0072b0; color:#FFFFFF;}
.pic_nav{ margin:50px 0;}
.abt{ float:left; width:950px; min-height:600px; margin-left:40px; margin-top:20px;overflow:hidden;}
.abt_hd{overflow:hidden; border-bottom:1px solid #B0B0B0;}
.abt_hd p{float:left;font-family:微软雅黑;color:#333; font-size:14px; line-height:40px;}
.abt_hd span{ float:right;}
.abt_hd span a{font-family:微软雅黑;color:#333; font-size:14px; line-height:40px;text-align:center;}
.abt_hd span a:hover{ color:#0072b0;}
.abt_wd img{ float:right; margin:10px 0 20px 20px;}
.abt_wd p{ color:#808080; font-size:14px; margin-left:10px; line-height:30px; margin-top:10px;}
.nowplace a{background:#0072b0; color:#FFFFFF!important;}
#nav2{background:url(../images/bgr_1_04.png); width:180px;}
#nav_pro{background:#0072b0; color:#FFFFFF!important;}
#nav_pro a{color:#fff;}
.page01{ color:#0072b0!important; text-decoration:underline!important;}
#nav3{background:url(../images/bgr_1_04.png); width:180px;}




/*******************企业文化*******************/
.culture p{color:#333; font-size:14px; text-align:center; margin-top:50px; line-height:40px;}


/*******************荣誉资质*******************/
.honor img{ float:left;width:225px; height:300px; margin-left:10px; margin-top:20px;margin-bottom:40px;}


/*******************新闻中心*******************/
.news{ overflow:hidden;margin-bottom:40px;}
.new_led{ width:940px; overflow:hidden; margin-top:20px;}
.new_led img,.new_led p{ float:left;}
.new_led p{ display:block; width:520px; margin-left:20px; margin-top:15px; color:#808080; font-family:微软雅黑; font-size:14px; line-height:30px;}
.new_led p a{color:#333; font-family:微软雅黑; font-size:16px; line-height:40px;}
.new_led p a:hover{color:#0072b0;}

.news_cont{ width:100%; overflow:hidden; margin-top:20px;}
.news_cont dl{ display:block; float:left;width:950px; height:40px;border-bottom:1px dashed #ccc;}
.news_cont dl dt,.news_cont dl dd{ float:left;}
.news_cont dt a,.news_cont dl dd{height:40px;font-family:微软雅黑; color:#333; font-size:14px; line-height:40px;}
.news_cont dl dd{ float:right; margin-right:20px;}
.news_cont dt a{ display:block; height:40px; }
.news_cont dt a:hover{color:#0072b0;}
.news_cont span{float:right; margin:10px 0;}
.news_cont span a{font-family:微软雅黑; color:#808080; font-size:14px; padding:5px 10px;}

/******newsdail*******/
.news_detail{overflow:hidden;margin:40px;}
.news_detail h3,.news_detail img{text-align:center;}
.tpc{display:block; overflow:hidden; border-bottom:dashed 1px #999899;}
#time{float:left; margin-left:20px;font-family:微软雅黑; color:#808080; font-size:14px;}
#person{ float:right; margin-right:100px;font-family:微软雅黑; color:#808080; font-size:14px;}
#newstitle{display:block;text-align:center;font-family:微软雅黑; color:#808080; font-size:14px; margin-bottom:30px;}
.news_detail img{ display:block;margin:50px 75px 0 55px;}
.news_detail p{display:block;font-family:微软雅黑; color:#808080; font-size:14px;}


/*******************发展历程*******************/
.hist_cont{width:950px; overflow:hidden; margin-top:40px; margin-bottom:40px;}
.hist_cont h3,.hist_cont p,.hist_cont img{ float:left;}
.hist_cont h3{font-family:微软雅黑; font-weight:bolder;}
.hist_cont p{width:580px; font-family:微软雅黑; color:#808080; font-size:14px; margin-left:30px;}
.hist_cont img{ float:right; width:240px; height:160ox;}


/*******************产品中心*******************/
.products{width:950px;}
.Product_box{ margin:0 auto; overflow:hidden; margin-bottom:20px; margin-top:20px;}
.Product_box dl{display:block; width:200px; height:245px; float:left; margin-left:20px; margin-bottom:30px;}
.Product_box dd{color:#333; text-align:center; line-height:40px;}

.menu {font-family: 微软雅黑; width:160px; position:relative; margin:0; font-size:14px; float:left; margin-bottom:50px; overflow:visible!important;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:160px; height:40px; text-align:center; color:#000; background:#f2f2f2; line-height:40px; font-size:14px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#0072b0;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:160px; width:160px;}
.menu ul li:hover ul li a.hide {background:#0072b0; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#0072b0; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#eee; color:#000;}
.menu ul li:hover ul li a:hover {background:#0072b0; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:160px; top:0;}

.menu_head{width:118px;height:40px;line-height:40px;padding-left:40px;font-size:14px;color:#000;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0px; font-family:微软雅黑; font-weight:bold;background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;}
.menu_head:hover{background:#0072b0}
.menu_head a{color:#000;}
.menu_head a:hover{color:#fff;}
.menu_list .current{background:#f1f1f1 url(../images/pro_down.png) center right no-repeat; width:118px;}
.menu_body{width:158px;height:auto;overflow:hidden;line-height:30px;border-left:1px solid #e1e1e1;backguound:#f2f2f2;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;width:160px;height:30px;line-height:30px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none; color:#0072b0;}



/*******************设备维护*******************/
.protection{width:950px; overflow:hidden; margin-top:40px; margin-bottom:40px;}
.protect_cont01 p,.protect_cont01 h3,.protect_cont02 p,.protect_cont02 h3{font-family:微软雅黑; color:#808080; font-size:14px; line-height:30px;}
.protect_cont01 h3,.protect_cont02 h3{color:#0072b0;}
.protect_cont02{margin-top:20px;}
.protect_cont02 p{float:left; line-height:40px;}
.protect_cont02 img{float:right;}


/*******************项目案例*******************/
.case{width:950px; overflow:hidden; margin-top:40px; margin-bottom:40px;}
.case dl{text-align:center; margin-bottom:20px;}


/******************售后服务********************/
.after_sale{font-family:微软雅黑; color:#333; font-size:14px; line-height:30px; margin:20px 0 20px 20px;}
.after_sale p{margin:20px 0;}
.after_sale img{ margin-left:-15px; margin:20px 0;}

/******************在线留言********************/
.words{ line-height:30px; border:solid 1px #CCCCCC;}
.words input{ line-height:28px;}
.tbox_h_100{ margin: 0px;width: 450px;height: 120px;}

/******************联系我们********************/
.contact{ overflow:hidden; width:950px; margin:20px 0;}
.add_cont p,.add_cont h3{font-family:微软雅黑; color:#333; font-size:14px; line-height:35px; margin-left:40px;}
.add_cont{ display:block; float:left; width:420px; margin-top:20px;}
.contact img{ float:right; width:490px; margin:20px;}

/******************招聘信息********************/
.recruitment{ display:block;width:940px; overflow:hidden; text-align:center;border:1px solid #707070; border-bottom:none;}
.recruitment h3 a{float:left; margin-left:100px;font-family:微软雅黑; color:#000000; font-size:14px; line-height:30px;}
.recruitment h3{font-family:微软雅黑; color:#000000; font-size:14px;}
.require{ width:940px;border:1px solid #707070;}
.require p{ margin:0 auto;font-family:微软雅黑; color:#333333; font-size:14px; margin-left:100px;}
.require span{display:block; width:940px; height:30px; background:#f2f2f2; border-top:1px solid #707070;} 

























