/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td{
	margin:0;
	padding: 0;
}
html{
	min-width: 1200px; /*主要内容区最小尺寸大小，每次制作前更新！！！ */
}
body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#4b4b4b;
	background-color: #fff;
	min-width: 1200px; /*主要内容区最小尺寸大小，每次制作前更新！！！ */
	overflow-y:scroll; /*防止页面高度过低，滚动条加载时突显引起的页面调动。！！！ */



}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#4b4b4b;
	font-size: 12px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

a{
	text-decoration: none;
	color:#4b4b4b;
	cursor: pointer;
}


img{
	border:0;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}



.bobox{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/



#map{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}


#map-top{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 49px;
	background-image: url(../images/map-top.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	z-index: 3000;
}

.logo{
	height: 49px;
	background-repeat: no-repeat;
	background-position: center ;
	width: 328px;
}
.logo a
{display: block;height: 100%;}
.nav li{
	float: left;
	

}

.nav li a{
	display: block;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 49px;
	line-height: 49px;
	padding-left: 52px;
	padding-right: 20px;
	font-size: 15px;
	color:#fff;
	background-repeat: no-repeat;
	background-position: 22px center;
}
.nav li a:hover{
	background-color: #46a76f;
}
.nav li.active a{
	background-color: #46a76f;
}


.denglu{
	height: 49px;
	line-height: 49px;
	color:#fff;
	margin-right: 22px;
}

.denglu a{
	vertical-align: middle;
	color:#fff;
	padding: 0	7px;
}

#map-top-2{
	width: 754px;
	position: absolute;
	right: 21px;
	top: 73px;
}

.select{
	width: 89px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
}
.select select{
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            border:1px solid #dddddd;
            padding-left: 13px;
            font-size: 12px;
            color:#7c8196;
}

.caozuo{
	width: 654px;
	height: 40px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
              border:1px solid #dddddd;
              background-color: #fff;
}
.caozuo li{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 11.1111111111111%;
	background-image: url(../images/xian.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.caozuo li:first-child{
	background-image: none;
}
.caozuo li a{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	display: block;
	padding-left: 40px;
	font-size: 12px;
	color:#5f6477;
	background-repeat: no-repeat;
	background-position: 13px center;

}



.map-left{
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: 49px;
	width: 328px;
	background-color: #fff;
	height: 100%;
	    box-shadow: 4px 0 10px -3px #ddd;
	    transition: .5s;
}
.map-left.active{
	left: -328px;
}
.zuo{
	position: absolute;
	width: 23px;
	height: 62px;
	top: 50%;
	margin-top: -31px;
	right: -23px;
	background-image: url(../images/zuo-2.png);
	background-repeat: no-repeat;
	background-position: center ;
	cursor: pointer;
	z-index:1001;
}
.zuo.active{
	background-image: url(../images/zuo-2-h.png);
}
.form{
	width: 290px;
	margin:20px auto 0;
	position: relative;
}
.form input[type="text"]{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color:#333;
	border:1px solid #e6e6e6;
	padding-left: 10px;
}

.form input[type="image"]{
	position: absolute;
	right: 0;
	top: 0;
}


.nav-2-list{
	
}

.nav-2-list li{
	float: left;
	width: 33.33333%;
	text-align: center;
	margin-top: 10px;
}
.nav-2-list li a{
	font-size: 14px;
	color:#787878;
}
.nav-2-list li img{
	display: block;
	margin:10px auto;
}

.chadao{
	height: 46px;
	line-height: 46px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	color:#4b4b4b;
	padding-left: 12px;
	margin-top: 15px;
}
.chadao i{
	color:#e0221c;
}


.map-left-gun{
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	padding-bottom: 20px;
	overflow-y:scroll; 
	position: absolute;
	
	width: 100%;

	left: 0;
	top:474px;
	bottom: 0;

}
.jieguo-list li{
	padding: 15px 0;
	border-bottom:1px solid #e6e6e6;
}
.jieguo-list li:hover{
	background-color: #f8f8f8;
}
/*.jieguo-list li:first-child{
	border-top:1px solid #e6e6e6;
}*/
.jieguo-num{
	width: 20px;
	height: 27px;
	line-height: 20px;
	margin-left: 12px;
	margin-right: 20px;
	color:#fff;
	text-align: center;
	background-image: url(../images/num.png);
	background-repeat: no-repeat;
	background-position: center ;
}


.jieguo-con{
	width: 255px;
}
.jieguo-con h1{
	font-size: 14px;
	color:#3b3b3b;
}

.jieguo-con h1 a{
	display: inline-block;
	border:1px solid #e6e6e6;
	padding: 1px 3px;
	font-size: 12px;
	color:#828282;
margin-left: 12px;
background-color: #fff;
}

.jieguo-con h2{
	font-size: 12px;
	color:#828282;
	padding: 10px 0;
}

.jieguo-con p{
	font-size: 12px;
	line-height: 1.6;
	color:#828282;
}
.page{
	text-align: center;
	font-size: 12px;
	color:#5a82be;
}
.page {
	margin-top: 24px;
}
.page a{
	margin:0 6px;
}

.page span{
	color:#000;
}
.page img{
	vertical-align: middle;
	margin-top: -2px;
}




/*yiliao2*/


.yiliao2-pic{
	width: 290px;
	margin:15px auto 0;
}

.yiliao2-pic img{
	display: block;
}



/*yiliao3*/


.leixing{
	margin:22px auto;
	width: 290px;
}

.leixing h1{
	font-size: 14px;
	color:#4b4b4b;
}
.leixing-input{
	margin-top: 12px;
}
.leixing-input input[type="checkbox"]{
	vertical-align: middle;margin-top: -1px;
	margin-right: 10px;
	margin-left:2px;
}

.leixing-input input[type="button"]{
	width: 81px;
	height: 36px;
	line-height: 36px;
	border:0;
	background-color: #4ebc7d;
	font-size:14px;
	color:#fff; 
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 22px;
            border-radius: 3px;
            background-image: url(../images/lei-1.png);
            background-repeat: no-repeat;
            background-position: 12px center;
            cursor: pointer;
}

.leixing-input input[type="reset"]{
	width: 81px;
	height: 36px;
	line-height: 36px;
	border:0;
	background-color: #46a76f;
	font-size:14px;
	color:#fff; 
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 22px;
            border-radius: 3px;
              background-image: url(../images/lei-2.png);
            background-repeat: no-repeat;
            background-position: 12px center;
            cursor: pointer;
            margin-left: 8px;
}



/*yiliao4*/


.tongji{
	margin:22px auto;
	width: 290px;
}


.tongji-sel{
	height: 36px;
	line-height: 36px;
	margin-top: 20px;
}

.tongji-sel select{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	width: 170px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
/*	color:#afaeae; */
	border:1px solid #e6e6e6;
	padding-left: 16px;
}

.tongji .leixing-input{
	margin-top: 20px;
}
.tongji .leixing-input input[type="button"]{
	 background-image: url(../images/lei-3.png);
	 padding-left: 25px;
          
}

/*yiliao5*/

.yiliao{
	margin:22px auto;
	width: 290px;
}
.yiliao .tongji-sel 
{height: auto;line-height: normal;}
.yiliao .tongji-sel input[type="text"]{
	display: block;
	margin-top: 12px;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 268px;
    height:38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e6e6e6;
    padding-left: 5px;
}

.yiliao  .tongji-sel select{
	display: block;
	margin-top: 12px;
	 width: 268px;
}

.yiliao .leixing-input{
	margin-top: 20px;
}
.yiliao .leixing-input input[type="button"]{
	 background-image: url(../images/lei-4.png);
	
          
}


/*yiliao6*/


.fangshi{
	/*position: absolute;
	left: 13px;
	top: -26px;*/
	padding-left: 20px;
	width: 235px;
}




.fangshi  a{
	margin: 0	5px;
	display: inline-block;
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center ;
}

.fangshi  a.fangshi-a-1{
	background-image: url(../images/che-1-h.png);
}
.fangshi  a.fangshi-a-1.active{
	background-image: url(../images/che-1.png);
}
.fangshi  a.fangshi-a-2{
	background-image: url(../images/che-2-h.png);
}
.fangshi  a.fangshi-a-2.active{
	background-image: url(../images/che-2.png);
}

.xianlu{
	
	margin-top: 13px;
	padding-left: 40px;
	
	background-image: url(../images/luxian.png);
	background-repeat: no-repeat;
	background-position: 21px 13px;
	position: relative;
	display: none;
}

#xianluxianlu-1{
	display: block;
}
.xianlu a.shuaxin{
	position: absolute;
	left: -2px;
	top: 37px;

}
.xianlu input[type="text"]{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #e6e6e6;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	margin-bottom: 12px;
	width: 220px;
	font-size: 14px;
	
}
.xianlu-sub {
	margin-top: 22px;
}
.xianlu-sub input[type="button"]{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	width: 96px;
	height: 36px;
	line-height: 36px;
	border:0;
	background-repeat: no-repeat;
	background-position: center ;
	text-align: left;
	padding-left: 30px;
	cursor:pointer;
	margin:0 2px;
	color:#fff;
}

.xianlu-2 {
    background-image: none;
    text-align: left;
    padding: 0	8px;
    padding-left: 24px;
    font-size: 14px;
    color: #b0b0b0;
    width: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xianlu-chaxun input[type="radio"] {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 6px;
}
.xianlu-chaxun-text {
    margin-top: 18px;
}
.input-chaxun-2 {
    margin-left: 28px;
}

.xianlu-sub-1{
	background-image: url(../images/xiansub-1.png);
}

.xianlu-sub-2{
	background-image: url(../images/xiansub-2.png);
}


.luxian{
	width: 290px;
	margin:22px auto;
}

.luxian .leixing-input{
	text-align: left;
	padding-left: 25px;
}

.luxian .xianlu-2 .leixing-input{
	padding-left:0;
}

/*yiliao7*/

.xiaoqu-con{
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	width: 290px;
	margin:22px auto;
	padding-left: 60px;
	font-size:14px;
	line-height: 1.8;
	color:#4b4b4b; 
	background-image: url(../images/lou.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.xiaoqu-xx{
	padding-top: 28px;
	border-top: 1px solid #e6e6e6;
}
.xiaoqu-xx a{
	display: block;
	padding-left: 22px;
	margin-bottom: 16px;

}

.xiaoqu-xx a img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 7px;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.map-left{
	display: none;
}


#diyi{
	display: block;
}


#pagebtn{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(../images/go.png);
    background-color: #fff;
    background-repeat: no-repeat;
}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/







/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/











/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
