﻿@charset "utf-8";

#main{
	width:640px;
	height:auto;
	margin:0px auto;
	background-color:#f1f4f4;
}

/*公共头部*/
#header{
	width:640px;
	height:auto;
}
#header .header-top{
	width:640px;
	height:92px;
	text-align:center;
	background-color:#ffffff;
	position:relative;
}
#header .header-top .sousuo{
	width:68px;
	height:92px;
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../Images/bgn1.png);
	background-repeat:no-repeat;
	background-position:center;
}
#header .menu{
	width:640px;
	height:60px;
	position:relative;
}
#header .menu ul{
	width:572px;
	height:60px;
	background-color:#f09a00;
	float:left;
}
#header .menu ul li{
	width:142px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-right:1px solid rgba(255,255,255,.3);
	float:left;
	font-size:24px;
	color:#ffffff;
}
#header .menu .open{
	width:68px;
	height:60px;
	float:right;
	background-color:#2389d1;
}
#header .menu .open .str{
	width:68px;
	height:44px;
	line-height:55px;
	text-align:center;
	color:#ffffff;
	font-size:18px;
}
#header .menu .open .pic{
	width:68px;
	height:16px;
	background-image:url(../Images/bgn2.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.mobile-inner-nav{
	background-color: rgba(240,154,0,1);
	width: 210px;
	position: absolute;
	top: 60px;
	right: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
	z-index:100;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 210px;
	padding:10px 0px;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
	text-align:center;
	font-size:24px;
}
.mobile-inner-nav a span{
	display:block;
	height:50px;
	width:150px;
	margin:0px auto;
	line-height:50px;
	text-align:center;
	background-color:rgba(212,121,11,1);
	border-radius:50px;
	padding:0px 15px;
}
#header .banner{
	width:640px;
	height:304px;
}
#header .banner .swiper-container {
    width: 640px;
    height: 304px;
}
#header .banner .swiper-container .swiper-slide {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#header .banner .swiper-container .swiper-pagination {
	width:610px;
	padding:0px 15px;
	bottom:20px;
	text-align:left;
}
#header .banner .swiper-container .swiper-pagination span{
	background-color:#c5c7cb;
	opacity:1;
	margin:0px 5px;
	width:8px;
	height:8px;
	border-radius:0px;
}
#header .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	width:35px;
}

/*首页*/
#index1{
	width:610px;
	height:auto;
	padding:0px 15px;
}
#index1 ul{
	width:610px;
	height:auto;
}
#index1 ul li{
	width:304px;
	height:115px;
	border-right:1px solid #D9E2E2;
	border-top:1px solid #D9E2E2;
	float:left;
}
#index1 ul a:nth-child(even) li {
	border-right:0px;
}
#index1 ul a:nth-child(1) li {
	border-top:0px;
}
#index1 ul a:nth-child(2) li {
	border-top:0px;
}
#index1 ul li .picture{
	width:119px;
	height:115px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}
#index1 ul li .title{
	width:185px;
	height:115px;
	line-height:115px;
	overflow:hidden;
	float:right;
	font-size:22px;
	color:#818383;
}

#index2{
	width:640px;
	height:auto;
	background-color:#ffffff;
}
#index2 .index2-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
}
#index2 .index2-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#index2 ul{
	width:610px;
	height:auto;
	margin:0px auto;
}
#index2 ul li{
	width:203.3px;
	height:165px;
	float:left;
}
#index2 ul li .picture{
	width:113px;
	height:113px;
	border:1.5px solid #ccc;
	border-radius:113px;
	margin:0px auto;
	background-repeat:no-repeat;
	background-position:center;
}
#index2 ul li .title{
	width:200px;
	height:50px;
	text-align:center;
	line-height:50px;
	overflow:hidden;
	font-size:18px;
}
#index2 ul li .pic1{
	border-color:#f09a00;
}
#index2 ul li .pic2{
	border-color:#44b003;
}
#index2 ul li .pic3{
	border-color:#009eb6;
}
#index2 ul li .tit1{
	color:#f09a00;
}
#index2 ul li .tit2{
	color:#44b003;
}
#index2 ul li .tit3{
	color:#009eb6;
}

#index3{
	width:610px;
	height:170px;
	padding:40px 15px 30px 15px;
}
#index3 .swiper-container {
    width: 610px;
    height: 170px;
}
#index3 .swiper-container .swiper-slide{
	width:510px;
	height:170px;
	
}
#index3 .swiper-container .swiper-slide ul li{
	width:234px;
	height:170px;
	background-color:#515265;
	margin-right:42px;
	float:left;
}
#index3 .swiper-container .swiper-slide ul li:last-child{
	margin-right:0px;
}
#index3 .swiper-container .swiper-slide ul li .picture{
	width:224px;
	height:160px;
	margin:5px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#index3 .swiper-container .swiper-button-prev{
	left:10px;
	top:53%;
	width:31px;
	height:31px;
	background-image:url(../Images/left.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#index3 .swiper-container .swiper-button-next{
	right:10px;
	top:53%;
	width:31px;
	height:31px;
	background-image:url(../Images/right.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

#index4{
	width:640px;
	height:auto;
}
#index4 .index4-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
	background-color:#ffffff;
}
#index4 .index4-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#index4 ul{
	width:640px;
	height:auto;
}
#index4 ul li{
	width:610px;
	height:50px;
	padding:0px 15px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background-color:#ffffff;
}
#index4 ul li .icon1{
	width:40px;
	height:50px;
	background-image:url(../Images/bgn6.png);
	background-repeat:no-repeat;
	background-position:center left;
	float:left;
}
#index4 ul li .str{
	width:540px;
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#575757;
	float:left;
}
#index4 ul li .icon2{
	width:25px;
	height:50px;
	background-image:url(../Images/bgn7.png);
	background-repeat:no-repeat;
	background-position:center left;
	float:left;
	margin-right:5px;
}
#index4 ul li .num{
	display:none;
}
#index4 ul .content{
	width:530px;
	height:auto;
	line-height:30px;
	font-size:16px;
	color:#676767;
	padding:15px 55px;
	display:none;
}
#index4 ul .content span{
	margin-right:5px;
}

#index5{
	width:610px;
	height:260px;
	padding:40px 15px;
	background-color:#ffffff;
}
#index5 .company{
	width:610px;
	height:60px;
	line-height:30px;
	color:#f09a00;
	overflow:hidden;
}
#index5 .company span{
	font-size:22px;
	font-weight:600;
}
#index5 .introduction{
	width:610px;
	height:185px;
	position:relative;
}
#index5 .introduction .picture{
	width:259px;
	height:147px;
	background-image:url(../Images/bgn8.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top:5px;
	right:0px;
}
#index5 .introduction .content{
	width:360px;
	height:120px;
	line-height:30px;
	overflow:hidden;
	font-size:16px;
	color:#575757;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:2em;
}
#index5 .introduction .details{
	width:135px;
	height:40px;
	border:1px solid #b1b1b1;
	border-radius:3px;
	text-align:center;
	line-height:40px;
	color:#b1b1b1;
	position:absolute;
	left:0px;
	bottom:0px;
}

#index6{
	width:640px;
	height:auto;
}
#index6 .index6-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
}
#index6 .index6-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#index6 .caseBox{
	width:608px;
	height:460px;
	border:1px solid #E4E4E2;
	margin:0px auto;
	background-color:#ffffff;
}
#index6 .caseBox ul li{
	width:202px;
	height:229px;
	border-bottom:1px solid #E4E4E2;
	float:left;
}
#index6 .caseBox ul li.list2{
	border:1px solid #E4E4E2;
	border-top:0px;
}
#index6 .caseBox ul li.list5{
	border:1px solid #E4E4E2;
	border-top:0px;
	border-bottom:0px;
	height:230px;
}
#index6 .caseBox ul li.list4{
	border-bottom:0px;
	height:230px;
}
#index6 .caseBox ul li.list6{
	border-bottom:0px;
	height:230px;
}
#index6 .caseBox ul li .picture{
	width:202px;
	height:150px;
	background-repeat:no-repeat;
	background-position:center;
}
#index6 .caseBox ul li .name{
	width:172px;
	height:50px;
	margin-top:15px;
	padding:0px 15px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	color:#434343;
}
#index6 .more{
	width:170px;
	height:47px;
	margin:0px auto;
	line-height:47px;
	text-align:center;
	background-color:#525365;
	color:#ffffff;
	border-radius:0px 0px 5px 5px;
}
#index6 .more a{
	color:#ffffff;
	padding:10px 25px;
}

#index7{
	width:640px;
	height:auto;
	background-color:#ffffff;
}
#index7 .index7-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
}
#index7 .index7-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#index7 .service{
	width:610px;
	height:auto;
	padding:45px 15px;
}
#index7 .serviceBox{
	width:125px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #f09a00;
	border-radius:3px;
	float:left;
	margin-bottom:25px;
	font-size:18px;
	overflow:hidden;
	color:#323232;
}
#index7 .serviceIcon{
	width:26px;
	height:42px;
	float:left;
	background-image:url(../Images/bgn9.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:25px;
}
#index7 .icon{
	width:22px;
}
#index7 .boxBg{
	background-color:#f09a00;
	color:#ffffff;
}
#index7 .fontcolor{
	color:#f09a00;
}

/*公共底部*/
#footer{
	width:640px;
	height:auto;
}
#footer .hotLine{
	width:610px;
	height:95px;
	padding:0px 15px;
	background-color:#f09a00;
}
#footer .hotLine .pic{
	width:80px;
	height:95px;
	background-image:url(../Images/bgn10.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}
#footer .hotLine .telNumber{
	width:530px;
	height:60px;
	padding:17.5px 0px;
	float:left;
	line-height:30px;
	color:#ffffff;
	font-size:22px;
	overflow:hidden;
}
#footer .copyright{
	width:610px;
	height:auto;
	padding:25px 15px;
	line-height:28px;
	font-size:16px;
	background-color:#262628;
	color:rgba(255,255,255,.6);
}
#footer .footer{
	width:640px;
	height:97px;
	background-color:#373737;
	position:fixed;
	bottom:0px;
	z-index:200;
}
#footer .footer ul{
	width:640px;
	height:97px;
}
#footer .footer ul li{
	width:159px;
	height:77px;
	padding:10px 0px;
	border-right:1px solid rgba(255,255,255,.2);
	float:left;
}
#footer .footer ul a:last-child li{
	border-right:0px;
}
#footer .footer ul li .icon{
	width:159px;
	height:50px;
	background-repeat:no-repeat;
	background-position:center;
}
#footer .footer ul li .str{
	width:159px;
	height:27px;
	line-height:27px;
	text-align:center;
	color:#e1e1e1;
	font-size:20px;
}


/*单页*/
#RightContent{
	width:640px;
	height:auto;
	background-color:#ffffff;
}
#RightContent .RightContent-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
}
#RightContent .RightContent-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#OnePage{
	width:610px;
	height:auto;
	padding:25px 15px;
	line-height:35px;
	font-size:18px;
	color:#575757;
}
#OnePage1{
	width:610px;
	min-height:633px;
	padding:25px 15px;
	line-height:35px;
	font-size:18px;
	color:#575757;
	background-image:url(../Images/bgn18.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#OnePage2{
	width:570px;
	height:auto;
	padding:0px 35px;
	padding-bottom:70px;
}
#OnePage2 ul li{
	width:550px;
	padding:15px 0px;
	padding-left:20px;
	height:auto;
	border-bottom:1px dashed #b7b7b7;
}
#OnePage2 ul li .str{
	width:500px;
	min-height:50px;
	line-height:25px;
	padding-left:50px;
	background-repeat:no-repeat;
	background-position:center left;
	font-size:16px;
}
#OnePage2 ul li .linkman{
	background-image:url(../Images/bgn19.png);
	line-height:50px;
}
#OnePage2 ul li .tel{
	background-image:url(../Images/bgn20.png);
}
#OnePage2 ul li .bus{
	background-image:url(../Images/bgn24.png);
}
#OnePage2 ul li .fax{
	background-image:url(../Images/bgn22.png);
}
#OnePage2 ul li .address{
	background-image:url(../Images/bgn23.png);
}
#OnePage2 ul li .email{
	background-image:url(../Images/bgn21.png);
}
.fenge{
	width:640px;
	height:1px;
	border-top:1px solid #dcdde0;
	border-bottom:1px dashed #dcdde0;
	margin-top:25px;
}
#Chairman{
	width:610px;
	height:auto;
	padding:25px 15px;
}
#Chairman .title{
	width:610px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	margin-bottom:20px;
}
#Chairman .content{
	width:610px;
	min-height:420px;
	line-height:35px;
	font-size:18px;
	color:#575757;
}
#Chairman .content .picture{
	width:300px;
	height:420px;
	float:right;
	clear: both;
	margin:10px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
}
#Chairman .content .picture .name{
	width:300px;
	height:50px;
	background-color:rgba(0,71,187,.6);
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
	line-height:50px;
	font-size:18px;
	color:#ffffff;
}

/*导航*/
#Left{
	width:640px;
	height:auto;
}
#Left .sortName{
	width:610px;
	height:70px;
	padding:0px 15px;
	line-height:70px;
	text-align:center;
	font-size:26px;
	color:#f09a00;
}
#Left ul{
	width:640px;
	height:auto;
	margin-bottom:20px;
	text-align:center;
}
#Left ul li{
	display:inline-block;
	width:145px;
	height:40px;
	border:1px solid #c6c6c6;
	border-radius:2px;
	text-align:center;
	line-height:40px;
	color:#464646;
	font-size:18px;
	background-color:#ffffff;
	margin-bottom:16px;
	overflow:hidden;
}
#Left ul li.onfocus{
	background-color:#f09a00;
	color:#ffffff;
}
#serviceNav{
	width:610px;
	height:auto;
	padding:0px 15px;
}
#serviceNav ul{
	width:610px;
	height:auto;
}
#serviceNav ul li{
	width:304px;
	height:115px;
	border-right:1px solid #D9E2E2;
	border-top:1px solid #D9E2E2;
	float:left;
}
#serviceNav ul a:nth-child(even) li {
	border-right:0px;
}
#serviceNav ul a:nth-child(1) li {
	border-top:0px;
}
#serviceNav ul a:nth-child(2) li {
	border-top:0px;
}
#serviceNav ul li .picture{
	width:119px;
	height:115px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}
#serviceNav ul li .title{
	width:185px;
	height:115px;
	line-height:115px;
	overflow:hidden;
	float:right;
	font-size:22px;
	color:#818383;
}
#classify{
	width:610px;
	height:auto;
	padding:0px 15px;
}
#classify .classify{
	width:590px;
	height:46px;
	padding:0px 10px;
	line-height:46px;
	background-color:#f09a00;
	color:#ffffff;
	font-size:18px;
	box-shadow:0px 2px 2px #ccc;
	border-radius:3px;
}
#classify .classify .pic{
	width:30px;
	height:46px;
	background-image:url(../Images/bgn15.png);
	background-repeat:no-repeat;
	background-position:center;
	float:right;
}
#classify ul{
	width:610px;
	height:auto;
	margin-top:10px;
	display:none;
}
#classify ul li{
	width:588px;
	height:44px;
	padding:0px 10px;
	line-height:44px;
	font-size:18px;
	background-color:#ffffff;
	border:1px solid #c6c6c6;
	border-radius:3px;
	margin-bottom:5px;
	color:#464646;
	overflow:hidden;
}
#classify ul li.onfocus{
	background-color:#f09a00;
	color:#ffffff;
}

/*服务项目、建筑资质*/
#WebNewsList1{
	width:640px;
	height:auto;
	background-color:#ffffff;
}
#WebNewsList1 .WebNewsList1-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
}
#WebNewsList1 .WebNewsList1-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#WebNewsList1 .navContent{
	width:610px;
	height:auto;
	padding:0px 15px;
	font-size:18px;
	line-height:30px;
	color:#575757;
	text-indent:2em;
	margin-top:30px;
}
#WebNewsList1 ul{
	width:640px;
	height:auto;
}
#WebNewsList1 ul li{
	width:610px;
	height:auto;
	padding:0px 15px;
}
#WebNewsList1 ul li .title{
	width:610px;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#f09a00;
	font-size:24px;
}
#WebNewsList1 ul li .content{
	width:610px;
	max-height:300px;
	line-height:30px;
	color:#575757;
	font-size:18px;
	overflow:hidden;
}
#WebNewsList1 ul .Open{
	width:640px;
	height:47px;
	line-height:47px;
	text-align:center;
	font-size:18px;
	color:#575757;
	background-color:#e3e3e3;
	margin:30px 0px;
}

/*生产许可目录*/
#WebNewsList{
	width:640px;
	height:auto;
	background-color:#ffffff;
}
#WebNewsList .WebNewsList-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
}
#WebNewsList .WebNewsList-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#WebNewsList ul li{
	width:610px;
	height:auto;
	padding:25px 15px;
	border-bottom:1px dashed #cccccc;
}
#WebNewsList ul li .title{
	width:610px;
	height:auto;
	overflow:hidden;
	line-height:35px;
	font-size:20px;
}
#WebNewsList ul li .title a{
	color:#000000;
	font-size:20px;
}
#WebNewsList ul li .title a:hover{
	color:#f09a00;
}
#WebNewsList ul li .content{
	width:610px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	color:#747474;
	font-size:16px;
}
#WebNewsList ul li .time{
	width:610px;
	height:20px;
	margin-top:10px;
	font-size:12px;
	line-height:20px;
	color:#9c9c9c;
}
#WebNewsList ul li .time em{
	font-style:normal;
	padding-left:18px;
	background-image:url(../Images/bgn16.png);
	background-repeat:no-repeat;
	background-position:center left;
	margin-right:10px;
}
#WebNewsList ul li .time span{
	padding-left:22px;
	background-image:url(../Images/bgn17.png);
	background-repeat:no-repeat;
	background-position:center left;
}

/*分页*/
.paging{
	height:25px;
	width:610px;
	text-align:center;
	font-size:12px;
	padding:0px 15px;
}
.paging em{
	height:25px;
	border:1px #d1d1d1 solid;
	padding:4px 14px;
	text-align:center;
	line-height:25px;
	font-style:normal;
	background-color:#ffffff;
	color:#565656;
	font-size:16px;
}
.paging em a{
	color:#565656;
}
.paging span{
	display:none;
}
.paging .next_page{
	height:25px;
	display:inline;
	border:1px #d1d1d1 solid;
	padding:5px 7px;
	text-align:center;
	line-height:25px;
}
.paging em.onfocus{
	background:#f09a00;
}
.paging em.onfocus a{
	color:#ffffff;
}

/*成功案例*/
#WebNewsList2{
	width:640px;
	height:auto;
	background-color:#ffffff;
}
#WebNewsList2 .WebNewsList2-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
}
#WebNewsList2 .WebNewsList2-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#WebNewsList2 .navContent{
	width:610px;
	height:auto;
	padding:0px 15px;
	font-size:18px;
	line-height:30px;
	color:#575757;
	text-indent:2em;
	margin-top:30px;
}
#WebNewsList2 .str{
	width:610px;
	height:80px;
	padding:0px 15px;
	line-height:80px;
	text-align:center;
	color:#f09a00;
	font-size:24px;
}
#WebNewsList2 ul{
	width:600px;
	height:auto;
	padding:0px 20px;
}
#WebNewsList2 ul li{
	width:190px;
	height:230px;
	float:left;
	margin:0px 5px;
	margin-bottom:20px;
}
#WebNewsList2 ul li .picture{
	width:190px;
	height:160px;
	background-repeat:no-repeat;
	background-position:center;
}
#WebNewsList2 ul li .title{
	width:170px;
	height:50px;
	padding:10px;
	line-height:25px;
	text-align:center;
	overflow:hidden;
	color:#434343;
}

/*客户问答*/
#WebPicList{
	width:640px;
	height:auto;
	background-color:#ffffff;
}
#WebPicList .WebPicList-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
}
#WebPicList .WebPicList-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#WebPicList ul{
	width:640px;
	height:auto;
}
#WebPicList ul li{
	width:640px;
	height:auto;
}
#WebPicList ul li .title{
	width:640px;
	height:auto;
}
#WebPicList ul li .title .pic{
	width:30px;
	height:45px;
	float:left;
	margin-left:15px;
	background-image:url(../Images/bgn25.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#WebPicList ul li .title .str{
	width:580px;
	height:auto;
	line-height:45px;
	font-size:20px;
	float:right;
	margin-right:15px;
}
#WebPicList ul li .content{
	width:610px;
	height:auto;
	background-color:#f1f4f4;
	padding:20px 15px;
}
#WebPicList ul li .content .pic{
	width:30px;
	height:45px;
	float:left;
	margin-top:5px;
	background-image:url(../Images/bgn26.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#WebPicList ul li .content .str{
	width:580px;
	height:auto;
	line-height:30px;
	font-size:16px;
	float:right;
	color:#575757;
}
#WebPicList .sousuo{
	width:610px;
	height:50px;
	padding:0px 15px;
	line-height:50px;
	font-size:20px;
}
#WebPicList .sousuo span{
	float:left;
}
#WebPicList .sousuo input{
	width:300px;
	height:46px;
	line-height:46px;
	border:1px solid #ccc;
	float:left;
	font-size:20px;
}
#WebPicList .sousuo .search{
	width:100px;
	height:50px;
	background-color:#f09a00;
	text-align:center;
	line-height:50px;
	color:#ffffff;
	font-size:18px;
	float:left;
	margin-left:20px;
}
#WebPicList .tiwen{
	width:610px;
	height:auto;
	padding:0px 15px;
	line-height:50px;
	font-size:20px;
}
#WebPicList .tiwen span{
	float:left;
}
#WebPicList .tiwen form{
	display:inline;
	float:left;
}
#WebPicList .tiwen .input{
	width:300px;
	height:46px;
	line-height:46px;
	border:1px solid #ccc;
	float:left;
	font-size:20px;
}
#WebPicList .tiwen .submit{
	display:block;
	width:100px;
	height:50px;
	background-color:#f09a00;
	text-align:center;
	line-height:50px;
	color:#ffffff;
	font-size:18px;
	float:left;
	margin-left:20px;
	border:none;
}
#WebPicList .tiwen .radio{
	float:left;
}

/*详情页*/
#NewsShow{
	width:610px;
	padding:30px 15px;
	height:auto;
}
#NewsShow .title{
	text-align:center;
}
#NewsShow .miaoshu{
	width:610px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:20px 0px;
}
#NewsShow .theContent{
	width:610px;
	height:auto;
	font-size:20px;
	line-height:30px;
	color:#575757;
	overflow:hidden;
}
#NewsShow .thePageInfo{
	width:610px;
	height:auto;
	line-height:25px;
	margin-top:10px;
	line-height:30px;
	margin-bottom:30px;
	font-size:18px;
}

/*地图页面*/
#webMap{
	width:640px;
	height:auto;
	background-color:#ffffff;
}
#webMap .webMap-title{
	width:640px;
	height:50px;
	border-bottom:1px solid #e7e7e7;
	line-height:50px;
	text-align:center;
	font-size:24px;
	color:#f09a00;
	position:relative;
}
#webMap .webMap-title .heng{
	width:40px;
	height:2px;
	background-color:#434343;
	position:absolute;
	left:300px;
	bottom:-1px;
}
#webMap .map{
	width:610px;
	height:auto;
	padding:30px 15px;
}

#picBg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:201;
	background-color:rgba(0,0,0,.5);
	display:none;
}
#picBig{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:202;
	display:none;
	line-height:100%;
}
#picBig img{
	width:100%;
	position:absolute;
	left:0px;
}





















































