body{
	
	width: 100%;
	/*min-width: 900px;*/
}
a:hover{
	text-decoration: none;
}
header{
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	
	margin: 0;
	padding: 0;
}
/*导航*/
.navall{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100px;
	
}
.navbar-brand {
	font-size: 28px;
	color: #222222;
	font-weight: bold;
	height: 100%;
	line-height: 100px;
	padding: 0;
}
.navbar-brand:hover{
	color:#222222 ;
}
.navbar-brand img{
	display: inline-block;
	vertical-align: middle;
	
}



.header_top{
	display: block;
	height: 82px;
	border-bottom: solid 1px #e4e4e4;
}

.header_top_con{
	max-width: 1510px;
	margin: 0 auto;
}
.logo{
	float: left;
	line-height: 82px;
	
}
.logo img{
	height:65%;
	width: auto;
	
}
.small_icon{
	width: 40%;
	float: right;
	line-height: 82px;
	display: flex;
	justify-content : space-between;
	align-items : center;
	
}
.small_icon .small_icon_phone span{
	line-height: 82px;
	font-size: 24px;
	color: #0079c3;
	font-family: arial;
}
.small_icon .small_icon_phone img{
	width: 26px;
	height: 26px;
	vertical-align: sub;
}
.list_nav{
	max-width: 1510px;
	margin: 0 auto;
	clear: both;
}

.navbar-collapse,.navbar-nav{
	/*background: #FFFFFF;*/
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	/*background: #FFFFFF;*/
}

.dropdown-menu li{
	/*padding: 10px;*/
}
.navbar-collapse{
	padding: 0 !important;
}
.navbar-header{
	position: relative;
}
.navleft{
	position: absolute;
	
	height: 100px;top: 0;
	right: 0;

	
}
#menu {
	z-index: 10000000;
	
}
.list_nav .navbar-collapse>.nav{
	/*width: 60%;*/
	padding-left:5% ;
	float: right;
	margin: 0 auto;
/*background: #0180db;*/
	display: block;
	margin: 0 auto;
	color: #333333;
	font-size: 18px;
	margin-top:33px;
	/*padding-left:20px ;
	padding-top:33px;*/
}
.list_nav .navbar-collapse>.nav>li{
	
	/*color: #333333;
	font-size: 18px;
	
	padding-top:35px;*/
}
.list_nav .navbar-collapse>.nav>li a:visited {
	background: #0180DB !important;
	text-decoration: none;
}
.list_nav .navbar-collapse>.nav>li a.active {
	background: #0180DB !important;
	text-decoration: none;
	color:#FFFFFF;
	height:41px;
}
.navbar-toggle{
	background: #0079c3;
}
.navbar-toggle span{
	background: #FFFFFF;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
background-color:#00598f;	
}
.navbar-nav>li>.dropdown-menu{
	margin-top: 2px;
	background: #007ac3;
}
.dropdown-menu>li>a{
	color: #FFFFFF;
	text-align: center;
	background: #0180DB;
}
.dropdown-menu>li>a:hover{
	color: #FFFFFF;
	background-color:#00598f;
}
.navbar-nav>li>a{
	font-size: 18px !important;
	color: #333333;
	 padding: 10px 15px !important;
}

.navbar-nav>li>a:hover{
	background: #0180DB;
	color: #FFFFFF;
	border-bottom:solid 1px #007ac3  ;
}

/*.dropdown-menu li{
	font-size: 16px;
	color: #333333;
	
}*/
.o-sliderContainer{
	margin: 0 !important;
}
.pc_imgBox{
            display: block;
            height: 400px;
            width: 100%;
            background-size: cover;
            background-position:  center;
            background-repeat: no-repeat;
        }
        .m_imgBox{
            display: block;
            width: 100%;
        }
        .carousel-indicators{
            /*background: #ccc;*/
        }
/*中间部分*/  
 
     
 .cpmodal{
 	width: 100%;
 	clear: both;
 	
 } 
 .cpbg{
 	background-color: #F6F6F6;
 }
 .title{
 	width: 100%;
 	padding-top: 80px;
 	border-bottom: 1px solid #e2e2e2;
 	text-align: center;
 	margin-bottom: 40px;
 }
 .title .titleCname{
 	/*line-height: 80px;*/
 	font-size: 42px;
 	color: #222222;
 } 
 .title .titleEname{
 	text-transform: uppercase;
 	line-height: 50px;
 	font-size: 16px;
 	color: #222222;
 } 
 .title .spanhr{
 	background: #0180db;
 	width: 45px;
 	height: 3px;
 	margin: 0 auto;
 }  
 /*模块内容*/
.cpcoent{
	
	max-width: 1510px;
	margin: 0 auto;
	color: #222222;
	
}
.cpcoent_name{
	font-size: 36px;
	
}
/*公司简介*/
.maintitle{
	margin-top: 30px;
	font-size: 34px;
	color: #222222;
}
.subheading{
	font-size: 22px;
	color: #222222;
	text-transform: uppercase;
	line-height: 60px;
	width: 95%;
	border-bottom:2px solid #e2e2e2;
}
.briefintroduction{
	font-size: 14px;
	color: #222222;
	width: 95%;
	line-height: 30px;
	margin-top: 30px;
}
.more{
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #0180db;
	padding-left:50px ;
	margin-top: 50px;
	border-radius:3px;
}
.more:hover{
	color:#FFFFFF ;
	font-size:16px;
}
.more img{
	vertical-align: middle;
	width:60px ;
	height: 30px;
}
.introduction_img{
	margin: 30px 0 98px;
	width: 100%;
	height: 428px;
}
/*检测项目*/
#myTab{
display: block;
height: 46px;
line-height: 46px;
width:fit-content;
width:-moz-fit-content;
width:-webket-fit-content;
margin: 30px auto

}
#myTab li{
	border: none;
	display:inline-flex;
}
#myTab li a{
	text-transform: none;
	background:#FFFFFF ;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	margin:0 20px;
	font-size: 16px;
	
}
#myTab li a:hover{
text-transform: none
}
#myTab .active a{
background: #0180db;
color: #FFFFFF;
	text-decoration: none;
}
#myTab .active a:hover{
text-transform: none;
border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: none;
}
.jiancelis div{
	padding:0px 5px;
	margin: 10px 0;
}

.jiancelis .col-md-3 a{
	display: block;
}
.jiancelis .col-md-3 a:hover{
	/*box-shadow: 10px 10px 5px #888888;*/
}
.jiancelis .col-md-3 a:hover img{
	opacity: 0.8;
}
.jiancelis .col-md-3 img{
		border-bottom: #0180db 5px solid;

	}
.jiancelis div img{
	height: 220px;
	width: 100%;
}

.jiancelis div p{
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	color: #232323;
	background: #FFFFFF;
	
	
}
.jiancelis div a:hover p{
	
	background: #0180db;
	color: #FFFFFF;
	
	
}
.tab-content{
	padding-bottom: 60px;
}
.carousel-indicators {
	    bottom: -40px;
}
.carousel-indicators li{
	background: #e3e3e3;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	
}
.carousel-indicators .active{
	background: #3b9ce1;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	
}

/*检测服务轮播图*/
.jiancelistfuwu div{
	padding:0px 1px;
	margin: 10px 0;
}
.owl-carousel{
	margin: 40px 0;
}
	.post-slide{
		background: #fff;
		margin: 0 15px;
		padding-top:5px;
		overflow: hidden;
		/*border-bottom: 1px solid #dedde1;*/
	}
	.post-slide .post-header{
		margin-bottom: 10px;
	}
	.post-slide .subtitle{
		color:#0b99bc;
		font-size:14px;
		display: inline-block;
		margin-bottom:5px;
		text-transform: uppercase;
		transition: all 0.4s ease 0s;
	}
	.post-slide .subtitle:hover{
		color:#333;
		text-decoration: none;
	}
	.post-slide .post-title{
		margin: 0;
	}
	.post-slide .post-title a{
		color:#333;
		font-size:18px;
		font-weight: bold;
		text-transform:capitalize;
		transition: all 0.4s ease 0s;
	}
	.post-slide .post-title a:hover{
		color:#0b99bc;
		text-decoration: none;
	}
	.post-slide .pic{
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 250px;
	}
	.jiancelistfuwu .post-slide .pic{
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 245px;
	}
	.post-slide .pic a{
	display: block;
		width: 100%;
		height: 100%;
		position: relative;
		
	}
	.post-slide .pic img{
		width: 100%;
		height: 100%;
		transform: rotate(0deg) scale(1,1);
		transition: all 0.9s ease 0s;
	}
	.post-slide:hover img{
		transform: rotate(-2deg) scale(1.1,1.1);
	}
	.post-slide .pic:after{
		content: "";
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0);
		transition: all 0.9s ease 0s;
	 
	}
	.post-slide:hover .pic:after{
		background: rgba(255,255,255,0.2);
	}
	.post-slide .post-bar{
		list-style: none;
		padding:12px 0;
		margin: 0;
	}
	.post-slide .post-bar li{
		display: inline-block;
		margin-right:3px;
		color:#aaa;
	}
	.post-slide .post-bar li:last-child{
		margin-right: 0;
	}
	.post-slide .post-bar li a{
		color:#aaa;
		transition:0.3s ease;
	}
	.post-slide .post-bar li a:hover{
		text-decoration: none;
		color:#0b99bc;
	}
	.post-slide .post-description{
		font-size: 14px;
		line-height: 24px;
		margin-bottom:15px;
		color:#767676;
	}
	.post-slide .read-more{
	
		position: absolute;
		bottom: 10px;
		display: block;
		text-decoration: none;
		color:#FFFFFF;
		font-size: 18px;
		text-align: left;
		line-height: 50px;
		width: 100%;
		background: rgba(0,0,0,0.4);
		padding-left: 10px;
		/*border-top-right-radius: 100%;*/
		 background: linear-gradient(-145deg, transparent 50px, #000000 0) right;
		 opacity: 0.5;
         background-size: 100%;
         background-repeat: no-repeat;
		/*font-style: italic;*/
		/*text-transform: capitalize;*/
	}
	#news-slider1 .item{
		font-size: 10px;
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
  /*background: #000000;*/
  height: 20px;
  width: 100%;
  color: #FFF;
  position: absolute;
  bottom: 60%;
}
.customNavigation a{
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 26px;
	
	background: rgba(2,2,2,0.5);
}
.customNavigation a:hover{
	background: rgba(7,107,177,0.8);
}
.customNavigation .prevbtn{
	float: left;
	margin-left: 3%;
	}
	.customNavigation .nextbtn{
		float: right;
		margin-right: 3%;
	}
.owl-pagination .owl-page {
	display: inline-block;
	}
	.owl-pagination{
		text-align: center;
		}
.owl-pagination .owl-page span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #EEEEEE;
	border-radius: 50%;
	margin-left:5px ;
	margin-right:5px ;
	}
	.owl-pagination .active span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background:#0180DB;
	}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
	
	
	.post-slide .read-more:hover{
		/*background: rgba(1,128,219,0.7);*/
		background: linear-gradient(-145deg, transparent 50px, #0180db 0) right;
		text-decoration:none;
	}
		.sec_row .hover_white{
			
			background: #007ac3;
			
			
		}
		.sec_row .hover_white p{
			
			color: #FFFFFF;
			
		}
			.bg-lunbo .prev, .bg-lunbo .next{
			width: 32px;
			height: 56px;
			background:#108fdc;
			color: #FFFFFF;
			
		}
		.prev{
			position: absolute;
			left: -31px;
			top: 176px;
		}
		.next{
			position: absolute;
			right: -31px;
			top: 176px;
		}
		
		
	/*新闻动态*/	
	.news{
		background: #F6F6F6;
		height:auto;
	}
	.index_news .col-md-6{
	margin-bottom: 60px;	
	}
	.newsleft{
		position: relative;
		overflow: hidden;
	}
	.newsleft img{
		width: 100%;
		height: 100%;
	}
	.new_maintitle{
		box-sizing: border-box;
		position: absolute;
		width: 100%;
		bottom: 0;
		font-weight: bold;
		padding: 10px 25px;
		color: #232323;
		font-size: 18px;
		line-height: 28px;
		background: rgba(246,246,246,0.8);
		
	}
	.new_maintitle span{
		margin-left:25px ;
	}
	.new_maintitle p{
		/*margin-left:25px ;*/
		font-size: 14px;
		color:#666666 ;
		line-height: 20px;
		font-weight: normal;
	}
	 .newsleft .news_date{
		position: absolute;
		width:60px ;
		height: 60px;
		background: #0180DB;
		top: 10px;
		left: 15px;
		color: #FFFFFF;
		text-align: center;
		font-size: 12px;
		line-height: 20px;
		
	}
	.newsleft:hover .new_maintitle,.newsleft:hover .new_maintitle>p{
		/*background: #0180DB;*/
		color: #0180DB;
		
	}
	.news_date .day{
		font-size: 28px;
		line-height: 30px;
		margin-top: 5px;
		
	}
	
	.news_list_li {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		background: #FFFFFF;
		
	}
	.news_list_li:hover{
		background: #c3c3c3;
	/*box-shadow: 10px 10px 5px #888888;*/	
	}
	.news_list_li .media-left {
		width: 30%;
	}
	.news_list_li .media-left a img{
		width: 100%;
		height: auto;
	}
	.news_list_li .media-body{
		padding: 10px 5px 5px 0;
	}
	
	.media-left{
		position: relative;
	}
   .news_list_li .news_date{
		position: absolute;
		width:60px ;
		height: 60px;
		background: #0180DB;
		top: 10px;
		right: 10px;
		color: #FFFFFF;
		text-align: center;
		font-size: 12px;
		line-height: 20px;
	}
		
	 .news_title{
		color: #232323;
		font-size: 18px;
		font-weight: bold;
		
		line-height:28px ;
	}
	 .news_introduce{
		color: #666666;
		font-size: 14px;
		line-height:24px ;
		/*margin-top: 10px;*/
	}
	.next_news{
		display: block;
		margin-top: 10px;
	}
	
	/*联系我们*/
	
	.contUs{
	display: flex;
	justify-content: space-around;

	}
	.contUs li{
		z-index: 20;
		width: 366px;
		/*height: 120px;*/
		background: #0180db;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 30px;
		padding: 40px 0;
			position: relative;
			bottom: -60px;
	}
	.contUs_text{
		font-size: 18px;
	}
	.contUs_img{
		
		width: 100%;
		z-index: 2;
		
	}	
 .footer{
 	
    clear: both;
    width: 100%;
    min-height: 72px;
    background: #0d1114;
    text-align: center;
    color: #FFFFFF;
    line-height: 30px;
    padding: 20px 0;
    font-size: 14px;
 }
/*中间部分end*/        
 
/*****************************************************/
/**************************项目列表***************8**/
/**************************************************/
.projbanner_img{
	position: relative;
	width: 100%;
	height: auto;
}
.projbanner_img img{
	width: 100%;
	height: auto;
}
.projbanner_img_title{
	position: absolute;
	width: 100%;
	text-align: center;
	top:35% ;
	font-family: "黑体";
	
	color: #fffefe;
	
	
	}
	.projbanner_img_title p{
		display: inline-block;
		font-size: 60px;
		border: 3px solid #fffefe;
		padding: 10px;
		}
		.projbanner_img_title span{
		display: inline-block;
		margin-top: 10px;
		font-size: 40px;
		}
/**/
/*.list_cont{
	position: relative;
	max-width: 1510px;
	margin:20px auto;
	
	
}
.list_cont .listnav{
	width: 300px;
	position: absolute;
	
	height: 100%;
	
	
}
.list_cont .listcontent{
	
	margin-left:300px ;
	height: 100%;
	min-height: 800px;
	
}*/
.list_cont{
	/*position: relative;*/
	max-width: 1510px;
	margin:20px auto;
	 display: flex;
	
	
}
.list_cont .listnav{
	width: 300px;
	/*position: absolute;*/
	margin-right: 10px;
	height: 100%;
	
	
}
.list_cont .listcontent{
	flex: 1;
	/*margin-left:300px ;*/
	height: 100%;
	/*min-height: 800px;*/
	
}
.bt_border{
	border-bottom:1px solid #e3e3e3;
}
.breadcrumb{
	background: #FFFFFF;
	max-width: 1510px;
	margin: 0 auto;
	line-height: 55px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">\00a0";
}
/*左侧导航列表*/
.pjnav_title{
	background: #0180db;
	font-size: 28px;
	padding: 0 35px;
	color: #FFFFFF;
	height: 75px;
	line-height: 75px;
	font-weight: bold;
}
.listnav_frist{
margin: 10px 0;	

}
.listnav_frist>li{
	border: 1px solid #e3e3e3;
	border-top: none;
	
}

.listnav_frist>.listnav_active{
	border:none;
	
	
}
.listnav_frist>.listnav_active>a{
	
	border:none;
	background: #0180DB;
	color: #FFFFFF;
	
}
.listnav_frist>.listnav_active>a:hover{
	color: #FFFFFF;
}
.listnav_frist li>a{
	display: block;
	width: 100%;
	height:50px ;
	line-height: 50px;
	padding-left:30px;
	position: relative;
	
		
}
.listnav_frist>li>a{
 font-size: 16px;
  color: #000000;
	
		
}

.listnav_scond>li>a{
 font-size: 16px;
 color: #000000;
display: block;
width: 100%;
height: 35px;
line-height: 35px;
padding-left: 35px;
position: relative;
}
.listnav_frist>li>a:hover{
 font-size: 16px;
  color: #0180DB;
}

.listnav_scond>li>a:hover{
 font-size: 16px;
 color: #0180DB;
}
.listnav_scond>li>a.ccur{
 font-size: 16px;
 color: #0180DB;
}
.listnav_frist li>a .nav_icon{
	position: absolute;
	right: 10px;
}
.listnav_scond{
	display: none;
	border: 1px solid #e3e3e3;
	background-color:#f7f9fa;
	padding:10px 0;
}
.nav_phone{
	box-sizing: border-box;
	width: 100%;
	height: 233px;
	background-image: url(../image/project_nav.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 40px 0;
}
.nav_phone a{
	display: block;
	width: 100%;
	height: 100%;
}
.nav_phone p{
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;

	
	
}
.nav_phone hr{
	width: 108px;
	margin: 10px auto;
	height: 3px;
	background: #FFFFFF;
	border: none;
	margin-bottom: 30px;
	
}
.nav_phone  .nav_phone_text{
	font-size: 25px;
	line-height: 40px;
	margin-top: 10px;
	
}
/*右侧list*/
.listcontent>div{
	margin-bottom: 30px;
}
.listcontentli{
	
	width: 100%;
	height: 100%;
	color:#232323 ;
	font-size: 16px;
	text-align: center;
	
}
.listcontentli img{
	border-bottom:6px solid #0180db ;
	width: 100%;
	height:5.0rem ;
}
.listcontentli>p{
	line-height: 64px;
	border: 1px solid #f0f0f0;
	border-top: none;
	background: #FFFFFF;
}
.listcontentli:hover>p{
	line-height: 64px;
	color: #FFFFFF;
	border: 1px solid #0180db;
	border-top: none;
	background: #0180db;
}
/*****************************************************/
/**************************项目详情***************8**/
/**************************************************/
.projectdetial{
	text-align: center;
	max-width:1510px ;
	margin: 0 auto;
}
.projectdetial_conet{
	text-align: center;
}
.projectdetial_conet p,.projectdetial_conet div{
	text-align: left;
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}
.projectdetial_conet p a,.projectdetial_conet div a{
	text-align: left;
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}
.projectdetial_conet h3{
	font-size: 18px;
	line-height: 2;
	font-weight:bold;
	width:100%;
	text-align:left;
	float:left;
}
.img-responsive{
	margin: 10px auto;
}
.projectdetial_title{
	font-size: 24px;
	color: #232323;
	padding: 20px 0;
	/*line-height: 36px;*/
	display: inline-block;
	border-bottom:#108FDC solid 3px;
	
}
.projectdetial_subtitle{
	color: #999999;
	font-size: 14px;
	margin-bottom: 40px;
}
.projectdetial_subtitle span{
	margin-right: 10px;
	margin-left: 10px;
}
.projectdetial hr{
	margin: 0;
	margin-bottom: 20px;
}
.projectdetial_text{
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	
	text-align: justify;
	padding: 10px;
	
}
/*****************************************************/
/**************************新闻列表***************8**/
/**************************************************/
.projectNewslist{
/*background: #f9f9f9;*/	
}
.projectNewslist_date{
	position: relative;
	box-sizing: border-box;
	padding-top: 15px;
	width: 170px;
	height: 120px;
	color: #FFFFFF;
	font-size: 60px;
	overflow:hidden;
	text-align: center;
}
.projectNewslist_date img{
	width:100%;
	height:auto;
	left:0;
	top:0;
	font-size: 14px;
}
.projectNewslist .media{
	clear: both;
	background: #f9f9f9;
	padding: 1.5%;
	margin:20px 0;	
}
.projectNewslist .media>a{
	
	
	display: block;
	width: 100%;
	height: 100%;	
}
.projectNewslist_date p{
	position: absolute;
	font-size: 30px;
	padding: 5px 0;
	bottom: 0;
	background: #000510;
	width: 100%;
	
	
}
.projectNewslist .media .media-body .media-heading{
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	
}
.projectNewslist .media .media-body .media-heading span{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	float: right;
	
}
.projectNewslist .media .media-body{
	padding-left: 20px;
}
.projectNewslist .media .media-body p{
	margin-top:15px ;
	
	color: #666666;
	font-size: 16px;
	line-height:26px;
	
}
.projectNewslist .media:hover{
	background: #e9e9e9;
	
}
.projectNewslist .media:hover .media-body .media-heading{
	color: #0180DB;
}
.new_more_href a{
	color: #0180db;
	line-height: 24px;
	font-size: 16px;
}
.new_more_href span{
	margin-left: 10px;
	font-size: 16px;
	line-height: 24px;
}
.new_more_href{
	color:#0180DB;

}
/*****************************************************/
/**************************新闻详情***************8**/
/**************************************************/


.projectNewsdetial_link{
	border-top:1px solid #e3e3e3 ;
	text-align: left;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
	padding-top: 30px;
}
.projectNewsdetial_link a{
	color: #666666;
}
.projectNewsdetial_link a:hover{
	color:#0180DB;
}
/*****************************************************/
/**************************关于我们***************8**/
/**************************************************/
.aboutUs{
	
}
.aboutUs_cont{
font-size: 14px;
color: #222222;
line-height: 26px;
text-align: justify;
}
.aboutUs_img{
	box-sizing: content-box;
	float: right;
	/*height: 444px;*/
	padding-left:4.5%  ;
	background: #FFFFFF;
	width:  50%;
	padding-bottom: 30px;
	/*margin: 10px;*/
}
.aboutUs_img img{
	/*height: 444px;
	width:  755px;*/
	width: 100%;
	height: auto;
	
}

.aboutUs_cont_title{
	line-height: 60px;
	font-size: 34px;
	color: #222222;
	text-transform: uppercase;
	border-bottom: 1px #e2e2e2 solid;
	margin-bottom: 10px;
	margin-right:10px ;
}
.aboutUs_cont_title_p2{
	font-size: 26px;
}
.#open-sb{
	display: none;
}
.contact {
  margin:0 0 50px 30px;
  background: #f4f4f4;
  border: 1px solid #e4e4e4;
  text-align:center;
  padding-bottom:30px;
}
.contact .tit {
	font-size:30px;
	text-align:center;
	margin-top:45px;
	margin-bottom:60px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
	width:90%;
	display:inline-block;
  
}
.reservation{
	width:80%;
	padding-left:85px;
}
.reservation p,.reservation div{ font-size:14px; line-height:30px; margin-top:12px;}
.reservation  table{ width:90%;}
.reservation  table th{ width:15%; height:46px; line-height:46px; font-size:14px; padding-left:10px;}
.reservation  table td{}
.reservation  table td input{  width: 300px;height: 32px;line-height: 32px\9;  border: 1px solid #e3e3e3;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background-color: #ffffff;padding: 0 4px;font-size: 14px;color: #666666;float: left;font-family:"微软雅黑";}
.reservation  table td textarea{ border:1px #e3e3e3 solid;  -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding: 0 5px;font-size: 14px;color: #666666;float: left;font-family:"微软雅黑";}
.reservation .buybtn{ float:left; margin-left:117px; padding:5px 30px; border:0; background:#007ac3; border-radius:4px; font-size:16px; font-family:"微软雅黑"; color:#fff; letter-spacing:3px; margin-top:20px;  width: 164px; height: 45px;
}
.reservation a{ float:left; margin-left:10px; padding:8px 5px; border:0;  border-radius:4px; font-family:"微软雅黑";  letter-spacing:3px; margin-top:10px; text-decoration:underline;}
.reservation span{ 
	height:32px;
	line-height:32px;
}
.jieshao{
	text-align:left;
	padding-left:85px;
	margin-top:20px;
}
.jieshao p{
	font-size:14px;
	color:#999;
	line-height:25px;
}



/**分页样式*/   
.pager { margin:auto; text-align:center; height:40px;display: block; }
.pager a{ border:#999999 1px solid; border-radius:4px; color: #999999; padding:6px 10px; margin-left:5px;}
.pager span{ margin-left:5px;padding:6px 10px;border-radius:4px; border:#0180db 1px solid; }
.pager a:hover ,#pager a:active { border:#0180db 1px solid; color:#fff; background:#0180db;}
.pager a.page-num-current {   font-weight:bold; color:#fff; background:#0180db;}
.pager a.disabled { color: #999999; padding:6px 10px; border:#999999 1px solid; }

.provnext{padding:10px 5px 20px;  }
.prov{ height:34px; line-height:34px; font-size:14px; font-weight:bold; float:left; width:100%; }
.next{ height:34px; line-height:34px;font-size:14px; font-weight:bold; float:left; width:100%;}
.next a:hover,.prov a:hover{ color:#007ac3; font-weight:bold;}

hr{ clear:both; border:0; background:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0; overflow:hidden;}
.i2{ display:block; clear:both; height:2px; line-height:2px; font-size:2px; overflow:hidden;}
.i5{ display:block; clear:both; height:5px; line-height:5px; font-size:5px; overflow:hidden;}
.i8{ display:block; clear:both; height:8px; line-height:8px; font-size:8px; overflow:hidden;}
.i10{ display:block; clear:both; height:10px; line-height:10px; font-size:10px; overflow:hidden;}
.i12{ display:block; clear:both; height:10px; line-height:12px; font-size:12px; overflow:hidden;}
.i15{ display:block; clear:both; height:15px; line-height:15px; font-size:15px; overflow:hidden;}
.i20{ display:block; clear:both; height:20px; line-height:20px; font-size:20px; overflow:hidden;}
.i25{ display:block; clear:both; height:25px; line-height:25px; font-size:25px; overflow:hidden;}
.i30{ display:block; clear:both; height:30px; line-height:30px; font-size:30px; overflow:hidden;}
.i50{ display:block; clear:both; height:50px; line-height:50px; font-size:30px; overflow:hidden;}
.nobg{ background:none!important;}
.noborder{ border:none!important;}
