/*头部*/
.header_box{
	height: 90px;
}
.logo {
	margin: 16px 0;
	width: 253px;
	height: 54px;
}
.logo a{
	display: block;
}
.logo img{
	width: 100%;
	height: 100%;
}
.tell_box{
	margin: 20px 50px 20px 0;
	width: 300px;
	height: 50px;
}
.tell_box img{
	width: 51px;
	height: 50px;
	float: left;
}
.tell_box .text{
	float: right;
}
.tell_box .text p{
	color: #707f86;
	font-size: 16px;
}
.tell_box .text p em{
	font-style: normal;
	font-weight: bold;
}
/*导航*/
.nav_box{
	height: 60px;
	width: 100%;
	border-top: 1px #0061ae solid;
	border-bottom: 1px #dbdbdb solid;
}
.nav_box ul li{
	line-height: 60px;
	padding: 0 30px;
	float: left;
	position: relative;
}
.nav_box ul li a{
	color: #666666;
	font-size: 16px;
	position: relative;
	display:block;
}
.nav_box ul li>a:after{
	content: "";
	width: 20px;
	height: 2px;
	background:#0061ae;
	position: absolute;
	bottom: 0;
	right: 30%;
	display: none;
}
.nav_box ul li:first-child>a:after{
	right: 20%;
}
.nav_box ul li:hover>a,.nav_box ul li.on>a{
	color: #0061ae;
}
.nav_box ul li:hover>a:after,.nav_box ul li.on>a:after{
	display: block;
}
.nav_box  .upmenu{
	display: none;
 	padding: 40px 15px;
 	background: #FFFFFF;
 	position: absolute;
 	top: 60px;
 	left: -90px;
 	z-index: 3;
 	width: 785px;
}
.nav_box  .upmenu .left{
	width: 360px;
	border-right: 1px #e8e8e8 dashed;
	overflow: hidden;
}
.nav_box  .upmenu dl{
	float: left;
	min-width: 170px;
	text-align: center;
	float: left;
}
.nav_box  .upmenu dl dd>a{
	display:block;
	color: #999999;
	font-size: 14px;
	line-height: 33px;
}
.nav_box  .upmenu dl dd a:hover{
	color: #0061AE;
	text-decoration: underline;
}

.nav_box ul li:hover .upmenu{
	display: block;
}
.nav_box  .upmenu .right{
	margin-left: 32px;
	margin-right: 25px;
	width: 367px;
}
.nav_box  .upmenu .right img{
	float: left;
	width: 180px;
	height: 198px;
}
.nav_box  .upmenu .right .text{
	width: 170px;
	float: right;
}
.nav_box  .upmenu .right .text p{
	color: #919191;
	text-indent: 2em;
	line-height: 26px;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.banner .bd {
  width: 100%;
  height: 550px;
}
.banner .bd ul {
  width: 100%;
  height:550px;
}
.banner .bd ul li {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.banner .bd ul li .pic {
  display: block;
  width: 100%;
  height: 550px;
  text-align: center;
}
.banner .bd ul li .pic img {
  display: block;
  margin: 0 auto;
}
.banner .hd {
  width: 100%;
  position: absolute;
  bottom: 2%;
  text-align: center;
  z-index: 2;
}
.banner .hd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 6px;
  width: 6px;
  cursor: pointer;
  margin-right: 10px;
  background: #2cad42;  
}
.banner .hd li.on {
	width: 22px;
  background-color: #ffffff;
}
.subbanner{
	width: 100%;
}
.subbanner img{
	width: 100%;
}
.subbanner a{
	display: block;
	position: relative;
	text-align: center;
}
.subbanner a h4{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 615px;
	line-height: 130px;
	background: rgba(255,255,255,0.4);
	margin: 130px auto;
	font-size: 56px;
	color: #FFFFFF;
}
.subbanner a h4 span{
	font-size: 40px;
}
/*底部*/
.footer_box{
	overflow: hidden;
	margin-top: 70px;
}
.footer_top{
	width: 100%;
	background: #f3f3f3;
	padding: 10px 0;
}
.footer_top .left{
	width: 232px;
}
.footer_top .left .logo{
	width: 100%;
	height: 49px;
	margin-bottom: 20px;
}
.code_box{
	width: 232px;
	height: 126px;
	background: url(../images/2wm_bg.png) no-repeat center;
	background-size: 232px 126px;
}
.code_box img{
	width: 119px;
	height: 119px;
	margin:3px;
}
.footer_top .right{
	width: 900px;
	overflow: hidden;
}
.footer_top .right ul li{
	float: left;
	padding: 0 32px;
	max-width: 120px;
}
.footer_top .right ul li+li:before{
	content: "";
	width: 1px;
	height: 156px;
	background: #e8e8e8;
	float: left;
	margin-left: -34px;
    margin-top: 59px;
}
.footer_top .right ul li h4{
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0;
}
.footer_top .right ul li h4 a{
	color: #3c3d3d;
}
.footer_top .right ul li .text{
	overflow: hidden;	
}
.footer_top .right ul li .text a{
	font-size: 14px;
	color: #919191;
	display: block;
	line-height: 26px;
}
.footer_bottom{
	line-height: 60px;
	color: #7e7e7e;
}
.footer_bottom a{
	color: #7e7e7e;
}
/*首页主体部分样式开始*/
.index_title{
	text-align: center;
	padding-top: 60px;
	padding-bottom:20px;
	margin-bottom: 25px;
	background: url(../images/titile_bg.png) no-repeat center bottom;
}
.index_title span{
	color: #2f3030;
	font-size: 26px;
}
.index_title span em{
	color: #9e9e9e;
	font-size: 14px;
	font-style: italic;
	margin-left: 15px;
}
.news_left{
	width: 510px;
	height: 360px;
	position: relative;
}
.news_left img{
	width: 100%;
	height: 100%;
}
.news_left span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 60px;
	padding: 0 20px;
	background:rgba(0,0,0,0.6);
	color: #FFFFFF;
	font-size: 20px;
}
.news_right{
	width: 650px;
}
.news_right ul+ul{
	display:none;
}
.news_right ul li{
	overflow: hidden;
}
.news_right ul li .left{
	width: 130px;
}
.news_right ul li .left span{
	display: block;
	background: #ccc;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 26px;
}
.news_right ul li .left p{
	line-height: 110px;
	text-align: center;
	background: #f3f3f3;
	font-size:66px;
	color: #2cad42;
}
.news_right ul li .right{
	width: 500px;
	height: 160px;
}
.news_right ul li .right h4{
	line-height: 24px;
	font-size: 22px;
	font-weight: normal;
}
.news_right ul li .right h4 a{
	color: #444444;
}
.news_right ul li .right h4 a:hover{
	color: #0061ae;
}
.news_right ul li .right p{
	padding-top: 16px;
	padding-bottom: 20px;
	color: #9e9e9e;
	line-height: 26px;
	font-size: 16px;
}
.news_right ul li .right .read{
	color: #bababa;
	font-size: 14px;
	display: block;
	width: 60px;
	height: 20px;
	border:1px #bababa solid;
	text-align: center;
}
.news_right ul li .right .read:hover{
	background: #0061ae;
	color: #FFFFFF;
	border:1px #0061ae solid;
}
.news_right ul li+li{
	margin-top: 42px;
}
.pro_list ul li{
	overflow: hidden;
	float: left;
	width: 280px;
	height: 208px;
	margin:0 10px 20px 10px;
}
.pro_list ul li a{
	display: block;
	position: relative;
}
.pro_list ul li a img{
	width: 100%;
	height: 100%;
}
.pro_list ul li a .text{
	position: absolute;
	bottom: -110px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	height: 160px;
}
.pro_list ul li:hover a .text{
	padding: 47px  10px 0 10px;
	position: absolute;
	bottom: 0;
	display: block;
}
.pro_list ul li a .text h4{
	text-align: center;
	font-size: 18px;
	color:#FFFFFF;
	line-height: 50px;
	font-weight: normal;
	border-bottom: 1px #FFFFFF dashed;
}
.pro_list ul li a .text p{
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	overflow: hidden;
	height: 89px;
}
.pro_menu{
	width: 100%;
	height: 58px;
	border:1px #d7d8db solid;
	overflow: hidden;
}
.pro_menu a{
	display: block;
	width: 33%;
	height: 58px;
	float: left;
}
.pro_menu a+a{
	border-left:1px #d7d8db solid ;
}
.pro_menu .prev{
	background: url(../images/arr_l.png) no-repeat center;
	background-size: 32px 20px;
}
.pro_menu .menu{
	background: url(../images/dot.png) no-repeat center;
	background-size: 28px 6px;
}
.pro_menu .next{
	background: url(../images/arr_r.png) no-repeat center;
	background-size: 32px 20px;
}
.pro_menu .prev:hover{
	background:#0061ae url(../images/arr_l2.png) no-repeat center;
	background-size: 32px 20px;
}
.pro_menu .menu:hover{
	background:#0061ae url(../images/dot2.png) no-repeat center;
	background-size: 28px 6px;
}
.pro_menu .next:hover{
	background:#0061ae url(../images/arr_r2.png) no-repeat center;
	background-size: 32px 20px;
}
.case_list ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.case_list ul li{
	float: left;
	width: 380px;
	height: 260px;
	overflow: hidden;
}
.case_list ul li+li{
	margin-left: 30px;
}
.case_list ul li a{
	display: block;
	position: relative;
}
.case_list ul li a img{
	width: 100%;
	height: 260px;
}
.case_list ul li a .text{
	position: absolute;
	bottom: -260px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
}
.case_list ul li a:hover .text{
	bottom: 0;
}
.case_list ul li a .text .detail{
	width: 226px;
	height: 216px;
	background: rgba(0,0,0,0.7);
	margin:20px auto;
	border:1px #FFFFFF solid;
	padding:0 55px;
}
.case_list ul li a .text .detail h4{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}
.case_list ul li a .text .detail i{
	display: block;
	width: 80px;
	height: 1px;
	margin: 15px auto;
	background: #FFFFFF;
}
.case_list ul li a .text .detail p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.more{
	display: block;
	color: #9e9e9e;
	font-size: 18px;
	text-align: center;
	border:1px #dbdbdb solid;
	line-height: 58px;
}
/*产品中心*/
.main_main{
	margin-top: 40px;
	overflow: hidden;
}
.page_left{
	width: 260px;
}
.page_title{
	width: 100%;
	height: 80px;
	background: url(../images/menu_bg.png) no-repeat center;
	background-size: contain;
	color: #FFFFFF;
	line-height: 80px;
	font-size: 24px;
}
.page_title h4{
	padding: 0 20px;
	font-weight: normal;
}
.page_title span{
	font-size: 16px;
}
.page_menu{
	overflow: hidden;
}
.page_menu ul{
	padding-top: 18px;
}
.page_menu ul li{
	padding: 18px;
	border-left: 1px #dbdbdb solid;
	border-right: 1px #dbdbdb solid;
	overflow: hidden;
}
.page_menu ul li:hover,.page_menu ul li.on{
	background: #f0f8ff;
	border-left: 1px #0061AE solid;
}
.page_menu ul li h4{
	color: #0061ae;
	font-size: 18px;
	font-weight: normal;
}
.menu_list{
 width: 100%;
}
.menu_list a{
	width: 50%;
	float: left;
	color: #808080;
	font-size: 14px;
	margin-top: 15px;
}
.menu_list a:nth-child(odd){
	float: left;
}
.menu_list a:nth-child(even){
	width: 40%;
	float: right;
}
.page_menu ul li  .menu_list a:hover{
	color: #0ca026;
	text-decoration: underline;
}
.page_right{
	width: 890px;
}
.page_top{
	line-height: 57px;
	border-bottom: 1px #dbdbdb dashed;
	margin-top: 23px;
	margin-bottom: 30px;
}
.page_top .left{
	color: #5e5e5e;
	font-size: 20px;
}
.page_top .left img{
	width: 10px;
	height: 9px;
	vertical-align: middle;
}
.breadcrumb {
    float: right;
    font-size: 14px;
    overflow: hidden;    
}
.breadcrumb a {
    color: #919191;
    font-size: 14px;
    margin-left: 5px;
    line-height: 56px;
}
.prolist{
	overflow: hidden;
}
.prolist ul li{
	float:left;
	overflow: hidden;
	width: 280px;
	height: 208px;
	position: relative;
	margin: 0 8px 30px 8px;
}
.prolist ul li a{
	display: block;
}
.prolist ul li a img{
	width:100%;
	height: 100%;
}
.prolist ul li a p{
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	color: #FFFFFF;
	padding: 0 10px;
	font-size: 14px;
	background: rgba(0,0,0,0.7);
}
.prolist ul li:hover a p{
	color: #FFFFFF;
	background: #0061AE;
}
.pagination{
  width: 100%;
  margin: 28px auto;
  text-align: center;
  overflow: hidden;
}
.pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align:center;
  padding: 5px 15px;
  color: #6d6d6e;
  font-size:18px;
  border: #dbdbdb 1px solid;
}
.pagination a:hover,
.pagination a.on {
  color: #FFFFFF;
  background:#0061ae ;
}
/*产品详情*/
.productdetail{
	width:808px;
	border:1px #CCCCCC solid;
	padding: 0 30px;
	overflow: hidden;
}
.productdetail .top{
	height: 235px;
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.productdetail .top img{
	display: inline-block;
	height: 100%;
	width: 325px;
	margin-right: 30px;
}
.productdetail .top .text{
	width: 415px;
    height: 100%;
    margin-right: 30px;
}
.productdetail .top .text h4{
	font-size: 16px;
	color: #333333;
	margin: 10px 0;
}
.productdetail .top .text p{
	color: #666666;
	line-height: 20px;
	height: 140px;
}
.productdetail .top .text a{
	display: block;
	width: 150px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	background: #0061AE;
	margin-top: 10px;
}
.productdetail .bottom{
	padding-bottom: 30px;
}
/*工程案例*/
.menu_box{
	overflow: hidden;
	margin-top: 30px;
}
.menu_box ul li{
	overflow:hidden;
	line-height: 40px;
}
.menu_box ul li +li{
	margin-top: 8px;
}
.menu_box ul li:hover,.menu_box ul li.on{
	background: #f5faff;
	border-left: 5px #0ca026 solid;
}
.menu_box ul li a{
	display: block;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 10px;
	background: url(../images/arr-g.png) no-repeat center  right  10px;
	background-size: 18px 18px;
	color: #696969;
}
.menu_box ul li:hover a,.menu_box ul li.on a{
	background: url(../images/arr_b.png) no-repeat center  right  10px;
	background-size: 18px 18px;
}
.caselist{
	overflow: hidden;
}
.caselist ul li{
	float:left;
	overflow: hidden;
	width: 280px;
	
	position: relative;
	margin: 0  8px;
}
.caselist ul li a{
	display: block;
}
.caselist ul li a img{
	width:100%;
	height: 208px;
}
.caselist ul li a p{
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	right:0;
	bottom: 60px;
	padding: 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	background: #0061AE;
	display: none;
}
.caselist ul li:hover a p{
	display: block;
}
.caselist ul li a span{
	display: block;
	text-align: center;
	color: #3c3d3d;
	font-size: 18px;
	line-height: 60px;
}
/*服务与支持*/
.service_box ul li{
	overflow: hidden;
}
.service_box ul li+li{
	margin-top: 20px;
}
.service_box ul li .top{
	line-height: 40px;
	border:1px #dbdbdb solid;
	padding:7px 9px;
	overflow: hidden;
}
.service_box ul li .top img{
	width: 45px;
	height: 40px;
	float: left;
}
.service_box ul li .top span{
	font-size: 18px;
	color: #3c3d3d;
	font-weight: bold;
	width: 770px;
	line-height: 40px;
	float: left;
}
.service_box ul li .top i{
	float: right;
	display: inline-block;
	width: 40px;
	height: 40px;
	background:url(../images/next.png) no-repeat center;
	background-size: 20%;
	transform: rotate(90deg);
}
.service_box ul li.on .top i{
	background:url(../images/next.png) no-repeat center;
	background-size: 20%;
	transform: rotate(360deg);
}
.service_box ul li.on .top{
	background: #f5faff;
}
.service_box ul li .bottom{
	padding-top: 18px;
	padding-left: 10px;
	display: none;
}
.service_box ul li .bottom img{
	width: 45px;
	height: 40px;
	float: left;
}
.service_box ul li .bottom .text{
	border:1px #dbdbdb solid;
	padding: 16px 17px;
	width: 780px;
	float: right;
}
.service_box ul li.on .bottom{
	display: block;
}
/*关于我们*/
.about_us{
	overflow: hidden;
}
.about_us img{
	display: block;
	margin: 0 auto;
}
/*新闻中心*/
.newslist .news_right{
	width: 100%;
	margin-bottom: 100px;
}
.newslist .news_right ul li .right{
	width: 735px;
}
.newslist .news_right ul li .right p{
	height: 77px;
	overflow: hidden;
}
/*联系我们*/
.contact_us{
	width: 100%;
}
.contact_us_img{
	text-align: center;
	width:100%;
	height: 434px;
	margin-bottom:40px;
}
.contact_us_img img{
	width:100%;
	height: 434px;
}
.contact_us p{
	font-size:18px;
	color: #666666;
	line-height: 30px;
}
/*在线留言*/
.reserve_form {
  width: 600px;
  margin: 30px auto 35px;
  height: auto;
  overflow: hidden;
}
.reserve_form .form-group {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.reserve_form .form-group .control-label {
  width: 80px;
  margin-right: 10px;
  float: left;
  text-align: right;
  line-height: 35px;
  font-size: 16px;
  color: #585858;
}
.reserve_form .form-group .control-label span {
  color: #FF0000;
}
.reserve_form .form-group .form-control {
  float: left;
  width: 398px;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  background-color: #F4F4F4;
  background-color: #FFFFFF;
}
.reserve_form .form-group .form-brizhu {
  height: auto;
}
.reserve_form .form-group .required {
  margin-left: 15px;
  line-height: 45px;
  color: #ce112c;
}
.reserve_form .form-group .yzm-control {
  width: 148px;
}
.reserve_form .form-group .yzm_pic {
  float: left;
  width: 110px;
  height: 35px;
  margin-left: 10px;
}
.reserve_form .form-group .huan_a {
  padding-left: 10px;
  line-height: 47px;
  font-size: 14px;
  color: #999;
}
.reserve_form .form-group .submint_btn {
  display: inline-block;
  margin-left: 90px;
  vertical-align: middle;
  height: 45px;
  width: 420px;
  border-radius: 3px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #005FAD;
  cursor: pointer;
}
.reserve_form .tip {
  padding-left: 90px;
  font-size: 12px;
  overflow: hidden;
}
.reserve_form .tip-false {
  color: #FC3526;
}
.content{
	overflow: hidden;
    margin: 65px 0;
}
/*招贤纳士*/
.recruit{
	padding:20px;
	width: 850px;
	overflow: hidden;
}
.recruit .th{
	color: #666666;
	font-size: 16px;
	border:1px #E0DCDC dashed;
	float: left;
	line-height: 55px;
	text-align: center;
	width:168px;
	overflow: hidden;
}
.recruit .th1,.recruit .th2,.recruit .th3,.recruit .th4,.recruit .th5{
	border-top:1px #E0DCDC dashed;
}
.recruit .th5 a{
	padding: 2px 5px;
	font-size:14px;
	color: #666666;
	border:1px #CCCCCC solid;
	background: #F0F0F0;
}
.recruit dd .th1{
	background: url(../images/jia.png) no-repeat center left 10px;
}

.recruit dd.on .th1{
	background: url(../images/jian.png) no-repeat center left 10px;
}
.recruit_text{
	margin: 15px 50px;
	background: #f5f5f5;
	padding:20px;
	line-height: 26px;
	display: none;
}
.recruit dd.on .recruit_text{
	display: block;
}