﻿/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	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);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	background-color: #215e97;
}
.header-1 .container{
	height:200px;
	background-image: url(../images/header-1.png);
	background-repeat: no-repeat;
	background-position: 95% top ;
	padding-top: 10px;
}


.header-1-1 .fl{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
}



.logo{
	width: 401px;
	margin-top: 19px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.header-1-2-img{
	width: 510px;
	margin-top: 49px;
}

.header-1-2-img img{
	display: block;
	width: 100%;
}


.search{
	width: 315px;
	position: relative;
}

.search1{
	width:198px;
}
.search2{
	width:139px;
	margin-left:3px ;
	margin-right:3px; 
}
.search3{
	width:42px;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 42px;
	background-color:#fff;
	padding: 8px 12px;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
}
.search select{
	display: block;
	width: 100%;
	height: 42px;
	background-color:#fff;
	padding: 8px 12px;
	border:0;
	font-size: 14px;
	color: #999;
	line-height: 1.428571;
}
.search3{
	width: 42px;
}
.search3 input[type="image"]{
	width: 100%;display: block;
}

.search4{
	width: 75px;
	text-align: right;
	height: 42px;
	line-height: 42px;
}

.search4 a{
	font-size: 16px;
	color: #fff;
}
.search4 a:hover{
	color: #F6A84C;
}



.nav-wp{
	position: relative;
	background-color:#5b93c8;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11%;
	text-align: center;
	position: relative;
	padding: 0  0px;

}
.nav>ul>li:first-child{
	background-image: none;
}
.nav>ul>li>a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color:#fff;
	/*transition: .3s;*/
	border-bottom: 4px solid #5b93c8;
	transition: .3s;

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*font-weight: bold;*/
	border-bottom: 4px solid #f8a942;

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #5b93c8;
	display: none;
	padding-top: 1px;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #f8a942;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li{
	height: 322px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img{
	display: none;
	width: 100%;
}

.fafa .flex-control-paging li a{
	width: 13px;
	height: 13px;
	transition: .3s;

}
.fafa .flex-control-nav li{
	margin:0 13px;
}
.fafa .flex-control-nav{
	bottom: 41px;
	height: 0;
}



.main0{
	background-color:#f2f2f2; 
	padding: 25px 0px;
	text-align: center;
}

.main0 h1{
	margin:0;
	font-size: 30px;
	color: #215e97;
	padding: 0	25px;
}

.main0 h1 a:hover{
	color: #f8a942;
}

.main0 p{
	margin:0;
	font-size: 16px;
	color: #215e97;
	margin-top: 14px;
}

.main-div{
	padding: 30px 0;
}

.main1-1{
	width: 600px;
	margin-right: 22px;
}

.fmain1 .slides>li>a.imgbox_a{
	padding-bottom: 66.67%;
}

.fmain1 .slides>li>a.imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 55px;
	line-height: 55px;
	background-image: url(../images/heidi2.png);
	color: #fff;
	font-size: 16px;
	padding: 0	115px 0 25px;
	z-index: 15;
}

.fmain1 .flex-control-nav{
	font-size: 0;
	text-align: right;
	height: 0;
	bottom: 32px;
	padding-right: 22px;
}
.fmain1 .flex-control-nav li{margin:0 7px;}
.fmain1 .flex-control-paging li a{
	background-image: url(../images/arrow-b2.png);
	width: 10px;
	height: 10px;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}
.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.png);
}
.title-11 span{
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	padding: 0	40px;
}
.title-11 span.cur{
	font-weight: bold;
	background-color: #215e97;
	color: #fff;
}

.title-11 a.fr{
	display: none;
	font-size: 12px;
	color: #999;
	margin-top: 15px;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr:hover{
	color: #215e97;
}

.main1-2{
	overflow: hidden;
}


.main1-2-date{
	width: 60px;
	border:1px solid #215e97;
	text-align: center;
	margin-right: 22px;
}

.main1-2-date h1{
	height:48px;
	line-height: 48px;
	margin:0;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	background-color: #215e97;
}

.main1-2-date h2{
	height:19px;
	line-height: 19px;
	margin:0;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}





.main1-2-con{
	overflow: hidden;
	padding-top: 1px;
}



.main1-2-con h1{
	margin:0;
	font-size: 16px;
	color: #215e97;
}

.main1-2-con h1 a:hover{
	color: #f8a942;
}

.main1-2-con p{
	margin:0;
	font-size: 12px;
	color: #999;
	margin:10px 0;
}
.main1-2-con h2{
	margin:0;
	font-size: 12px;
	color: #666;
}

.main1-2-con h2 a:hover{
	color: #f8a942;
}

.tui1{
	padding: 32px 0 25px;
}
#list01-gun{
	overflow: hidden;
	padding-top: 20px;
}

#list01-gun ul{
	position: relative;
	height: 332px;
}
.list01 ul{
	margin:0;
}

.list01 li{
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/list01.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:18px;
  overflow: hidden;
	position: relative;
	padding-right:50px;
	height: 22px;
	line-height: 22px;
}
.list01 ul>li:first-child{
	margin-top: 0;
}


.list01 li a{
	font-size: 16px;
	color:#333;
}
.list01 li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list01 li a:hover{
	color:#f8a942;
}
.main1-2-div-wp{
	position: relative;
	overflow: hidden;
}
.main1-2-div-wp .main1-2-div{
	position: absolute;
	left: -15000%;
	top: 0;
	width: 100%;
}
.main1-2-div-wp .main1-2-div.cur{
	position: relative;
	left: 0;
}

.mm30{margin-top: 30px;}

.fhf1 .imgbox_a{
	padding-bottom: 11.41667%;
}

.main2 dl{
	margin:0;
	margin-left: -2%;
}

.main2 dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	
}
.main2 dd:first-child{
		margin-top: 0!important;
	}
.main-bor{
	border:1px solid #dcdcdc;
	padding: 20px;
}
.title-22{
	padding-bottom: 12px;
}

.title-22 .fl{
	font-size: 18px;
	color: #215e97;
}

.title-22 a.fr{
	font-size: 12px;
	margin-top: 4px;
	color: #999;
}

.title-22 a.fr:hover{color: #215e97;}


.main3-dl1{
	height: 260px;
	position: relative;
}

.main3-dl1 ul{margin:0;}

.main3-dl1 li{
	position: absolute;
}

.main3-dl1 li:first-child{
	left: 0;
	right: 0;
	top: 0;
	height: 110px;
	border-radius: 5px;
	overflow: hidden;
	
}
.main3-dl1 li:first-child>a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/dd1.png);
	font-size: 22px;
	color: #fff;
	padding-left: 20px;
	padding-top: 40px;
}

.main3-dl1 li:first-child+li{
	left: 0;
	bottom: 0;
	height: 140px;
	overflow: hidden;
	width: 105px;
	
}
.main3-dl1 li:first-child+li>a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/dd2.png);
	font-size: 16px;
	color: #5792d4;
	padding-left: 14px;
	padding-top: 18px;
	
}


.main3-dl1 li:first-child+li+li{
	right: 0;
	bottom: 75px;
	height: 65px;
	overflow: hidden;
	width: 225px;
	
}
.main3-dl1 li:first-child+li+li>a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/dd3.png);
	font-size: 16px;
	color: #d6a04f;
	padding-left: 21px;
	padding-top: 12px;
}


.main3-dl1 li:first-child+li+li+li{
	right: 0;
	bottom: 0;
	height: 65px;
	overflow: hidden;
	width: 225px;
	
}
.main3-dl1 li:first-child+li+li+li>a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/dd4.png);
	    font-size: 14px;
    color: #459e86;
    padding-left: 13px;
    padding-top: 10px;
    padding-right: 76px;
}


.main3-2{
	border:1px solid #ddd;
	height: 147px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/main3-2.png);
	position: relative;
	padding-top: 25px;
	padding-left: 55px;
	
}

.main3-2::after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 102px;
	height: 105px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/hua.png);
	content:"";
	z-index: 50;

}

.main3-2-li{
	font-size: 16px;
	color: #666;
	margin-top: 16px;
	position: relative;
	z-index: 60;
}


.main3-3{
	border:1px solid #ddd;
	padding: 38px 0 37px;
	margin-top: 20px;
}


.main4-list .item .imgbox_a{
	padding-bottom: 31.8%;
}

.main3-li{
	width: 50%;
	font-size: 0;
	text-align: center;
	line-height: normal;
}

.main3-li.fl{
	border-right: 1px solid #ddd;
}
.main3-li>a{
	display: inline-block;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #666;
}
.main3-li>a:hover{
	color: #215e97;
	font-weight: bold;
}
.main3-li>a img{
	margin-right: 15px;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #215e97;
	padding: 35px 0 45px;
}

.foo-a{
	width: 200px;
	margin-top: 8px;
}

.foo-a a{
	display: block;
	height: 36px;
	line-height: 34px;
	border:1px solid #648fb6;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.foo-a a:hover{
	font-weight: bold;
}
.foo-a a:first-child{
	margin-top: 0;
}
.foo-a a img{
	margin-top: -3px;
	margin-right: 16px;
}


.footer-left{
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
}
.footer-p2{
	line-height: 2.6;
}
.footer-p span{
	padding-left: 15px;
}
.dun2{
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	
}

.dun2 a,.dun2 img{
	display: block;
	width: 100%;
}





/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #215e97;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 260px;
   margin-left: 15px;
   margin-top: 14px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.erji{
  padding-top: 50px;
}


.erji-div{
	padding-bottom: 100px;
	background-image: url(../images/erji.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}



.menu{
	width: 252px;
	margin-right: 50px;
}
.menu-h1{
	margin:0;
	font-size: 22px;
	color:#fff;
	height: 100px;
	line-height: 100px;
	background-color: #215e97;
	text-align: right;
	padding-right: 28px;
	background-image: url(../images/menu-h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu-list{
	padding: 36px 27px 30px;
}
.menu-list ul{
	margin:0;
	border-top: 1px solid #dddddd;
}
.menu-list li{
	border-bottom: 1px solid #dddddd;
}
.menu li a{
	display: block;
	padding:12px 0px; 	
	line-height: 	1.5;
	padding-right: 0;
	color:#333;
	font-size: 16px;
	/*transition: .3s;*/
	background-color: #fff;
	text-align: right;
}
.menu li a:hover{
	color: #215e97;
}

.menu li.active a{
	background-color: #215e97;
	padding-right: 16px;
	color:#fff;
}
.menu li.active a:hoveR{
	color: #fff;
}
.erji-title {
    border-bottom: 1px solid #dddddd;
}
.erji-title .fl{
	margin:0;
  font-size: 18px;
  color:#000;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/erji-title.png);
  padding-left: 36px;
  padding-bottom: 21px;
  position: relative;
}
.erji-title .fl::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height:9px ;
	background-image: url(../images/erji-title2.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}
.mianbaoxie{
	font-size: 14px;
	color:#999;
	line-height: 21px;
	height: 20px;
	line-height: 20px;
}
.mianbaoxie a:hover{
    color:#215e97;
}
.mianbaoxie span{
    color:#215e97;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:30px;
}

.fenye{
    text-align: center;
    margin-top: 50px;
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 10px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#215e97;
}




.xinwen1{
	background-color: #eeeeee;
	padding: 40px 45px;

}

.xinwen1 h1{
	margin: 0;
	font-size:18px;
	color: #215e97;
	font-weight: bold;
}

.xinwen1 h1 a:hover{
	color: #f8a942;
}


.xinwen1 p{
	margin: 0;
	font-size:14px;
	color: #666;
	line-height: 2;
	height: 4em;
	margin:15px 0;
	overflow: hidden;
}


.xinwen1-a a{
	display: block;
	width: 132px;
	height: 32px;
	line-height: 30px;
	border:1px solid #f8a942;
	color: #f8a942;
	font-size: 14px;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: 102px center;
	background-image: url(../images/more.png);
	transition: .3s;
}
.xinwen1-a a:hover{
	color: #fff;
	background-color:#f8a942; 
	background-image: url(../images/moreh.png);
}

.xinwen2{

   border-top: 1px solid #e8e8e8;
   margin-top:35px; 
}

.dang-2-gai-list dl{
	margin:0;
}
.dang-2-gai-list dd {
   padding: 25px 0;
   border-bottom: 1px solid #e8e8e8;
    
}



.dang-2-gai-date{
	width: 80px;
	margin-right: 30px;
	text-align: center;
	background-color: #eeeeee;
	height: 110px;
	padding-top: 20px;
	color: #215e97;
	transition: .3s;
}

.dang-2-gai-date h1{
	margin:0;
	font-size: 44px;
	color: inherit;

}

.dang-2-gai-date h2{
	margin:0;
	font-size: 13px;
	color: inherit;
	margin-top:8px;
	font-family: "Arial";
}

.dang-2-gai-con{
	overflow: hidden;
	padding-top: 6px;
}

.dang-2-gai-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.dang-2-gai-con h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:10px 0 12px;
}
.dang-2-gai-con h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.dang-2-gai-con p{
	margin:0;
	font-size: 12px;
	color: #999;
}

.dang-2-gai-list-dd{
	position: relative;
  padding-right: 150px;
  transition: .3s;
  padding-bottom: 0;
}

.dang-2-gai-aaa{
	position: absolute;
	width: 33px;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}

.dang-2-gai-aaa a{
	display: block;
	height: 33px;
	background-image: url(../images/aaha.png);
}


.dang-2-gai-list dd:hover .dang-2-gai-list-dd{
	padding-bottom: 10px;
}
.dang-2-gai-list dd:hover .dang-2-gai-aaa a{
	background-image: url(../images/aahah.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-date{
	background-color: #215e97;
	color: #fff;
}
.dang-2-gai-list dd:hover .dang-2-gai-con h1{
	color: #215e97;
}

.dang-2-gai-con h1 a:hover{
	color: #f8a942;
}




.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}

/*table*/

.danpian-con>table
        {
            table-layout: fixed;
            empty-cells: show;
            border-collapse: collapse;
            margin: 0 auto;
        }
.danpian-con>table>td
        {
            height: 30px;
        }
.danpian-con>table>td h1, h2, h3
        {
            font-size: 12px;
            margin: 0;
            padding: 0;
        }
.danpian-con>table
        {
            border: 1px solid #cad9ea;
            color: #666;
        }
.danpian-con>table th
        {
            background-repeat: repeat-x;
            height: 30px;
        }
.danpian-con>table td, .table th
        {
            border: 1px solid #cad9ea;
            padding: 0 1em 0;
        }

/*table*/

.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#215e97;

}
.pic-list{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.pic-item{
	margin-bottom: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#215e97;
}

.map-wp{
	width: 400px;
	height: 250px;
	margin-right: 30px;
}

.map {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.map-con{
	overflow: hidden;
}

.map-con-h1{
	font-size: 32px;
	color: #215e97;
}

.map-con-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 25px;
}




.tousu{
	padding: 30px 100px 0 30px;
}
.tousu input{

	box-shadow: none;
}
.tousu input:focus{
	outline: none;
	box-shadow: none;
}

.tousu textarea:focus{
	outline: none;
	box-shadow: none;
}

.tousu input.form-control{
	height:40px;
	border:1px solid #215e97;
	border-radius: 5px;
	padding-right: 40px;
}
.tousu textarea.form-control{
	border:1px solid #215e97;
	resize: none;
	box-shadow: none!important;
	border-radius: 5px;
	padding: 9px 40px 9px 12px;
	height: 222px;
}
.tousu-title{
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.tousu-input{
	position: relative;
}

.tousu-input i.icoii{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right:13px;
	background-repeat: no-repeat;
	background-position: center;
}

.tousu-input i.icoii.icoii1{
	margin-top: 0;
	top: 11px;
}

.tousu-btn{
	text-align: center;
}

.tousu-btn input{
	width: 195px;
	height: 49px;
	border:0;
	background-color: #215e97;
	color: #fff;
	font-size: 14px;
}

.tousu-btn{
	padding-top: 30px;
}


.diaocha-list{
	padding-bottom: 240px;
}

.diaocha-list dl{
	margin:0;
}

.diaocha-list dd{
}

.diaocha-date{
	height: 35px;
	line-height: 35px;
	background-color: #eee;
	padding-left: 25px;
	color: #215e97;
    font-size: 14px;
	font-weight: bold;
}
.diaocha-con{
	position: relative;

    padding: 10px 0;
	padding-right: 75px;
	line-height: 1.6;
	background-repeat: no-repeat;
    background-position: 8px 18px;
    background-image: url(../images/dian2.jpg);
	padding-left: 25px;

}


.diaocha-con  i{
	font-style: normal;
	font-size: 14px;
	color:#333;
	cursor: pointer;
	display: block;
}

.diaocha-con  i:hover{
	color:#215e97;
}

.diaocha-con>a{
	position: absolute;
	right: 0;
	top: 10px;
}

.diaocha-con>a:hover{
	color:#215e97;
}

.diaocha-div{
	position: absolute;
	left: 0px;
	right: 75px;
	top: 100%;
	border:1px dashed #215e97;
	background-color: #fff;
	padding: 25px;
	display: none;
	z-index: 50;
}

.diaocha-div h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#333;
}

.diaocha-div  ul{
	margin:0;
	margin-top: 15px;
}

.diaocha-div  li{
	line-height: normal;
	margin-top: 5px;
}

.diaocha-div  li input{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.diaocha-button{
	text-align: center;
	margin-top: 25px;
}

.diaocha-button button{
	margin:0 15px;
}


.jieguo-title{
	font-size: 20px;
	color:#333;
	line-height: 1.6;
	font-weight: bold;
}

.jieguo-dd-title{
	font-size: 14px;
	color:#333;
	line-height: 1.6;
	font-weight: bold;
}

.jieguo dl{
	margin:0;
}

.jieguo dd{
	margin-top: 15px;
}

.jieguo-dd-wp{
	background-color: #eee;
	margin-top: 5px;
}

.jieguo-dd{
	height: 30px;
	line-height: 30px;
	background-color: #215e97;
	color:#fff;
	font-size: 14px;
	padding-left: 10px;
	display: inline-block;
}





.zaixianliuyan-2-li-top{
	background-color: #fafdff;
	border:1px solid #edf2f5;
	padding-right: 50px;
	position: relative;
}
.zaixianliuyan-2-li-top a{
	position: absolute;
	width: 22px;
	right: 14px;
	top: 12px;
}

.zaixianliuyan-2-li-top a img{
	display: block;
	width: 100%;
}
.zaixianliuyan-2-li-top span{
	font-size: 14px;
	color:#4178be;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	width: 81px;
	padding-left:10px;

}

.zaixian-wd-con{
	overflow: hidden;
}

.zaixianliuyan-2-li-top-con{
	overflow: hidden;
    font-size: 14px;
	color:#666;

	line-height: 1.8;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 5px;
}

.zaixianliuyan-2-li-bottom{
	padding-left: 91px;
}

.zaixian-niw span{
	font-size: 14px;
	color:#999;
	height: 32px;
	line-height: 32px;
	margin-left: 50px;
}

.zaixian-niw-p{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 32px;
}

.zaixianliuyan-2-li-bottom{
	padding-top: 20px;
	padding-bottom: 30px;
}

.zaixian-wd{
	padding-top: 15px;
	margin-top: 13px;
	border-top:1px solid #ececec;
}

.zaixian-wd-hf{
	font-size: 14px;
	color:#d0d0d0;
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/zx_3.png);
}

.zaixian-wd-p{
	overflow:hidden;
	font-size: 14px;
	color:#666;
	line-height: 32px;
	padding-left: 3px;
}


.gaoji1{
	padding: 15px 0 50px;
}
.gaoji1-li{
	margin-top: 15px;
}
.gaoji1-li:first-child{
	margin-top: 0;
}

.gaoji1-li span{
	width: 250px;
	text-align: right;
	height: 34px;
	line-height: 34px;
	margin-right: 15px;
	font-size: 15px;
	color: #333;
}
.gaoji1 input:focus,.gaoji1 select:focus{
	outline: none;
}
.gaoji1-con{
	width: 400px;
}

.gaoji1-con-input input[type="text"]{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: 96% center;
}
.gaoji1-con-input.fl input[type="text"]{
  background-image: url(../images/time.jpg);
  padding-right: 35px;

}
.gaoji1-con-input select{
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.gaoji1-con-input.fl{
	width: 45%;
}
.gaoji1-zhi{
	width: 10%;
	text-align: center;
	font-size: 15px;
	color: #333;
	height: 34px;
	line-height: 34px;
}
.gaoji1-btn{
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding-top: 25px;
}
.gaoji1-btn input{
	display: inline-block;
	margin:0 15px;
	border:0;
	background-color: #215e97;
	color: #fff;
	height: 37px;
	width: 140px;
	font-size: 15px;
}

.gaoji1-btn input[type="reset"]{
	background-color: #f00;
}

.gaoji1-btn input[type="button"]:hover{
	background-color: #f8a942;
}

.gaoji2 dl{
	margin:0;
}

.gaoji2 dd{

	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian2.jpg);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:18px;
  overflow: hidden;
	position: relative;
	padding-right:90px;
	height: 60px;
	line-height: 59px;
	border-bottom: 1px dashed #ddd;
}


.gaoji2{
	border-top: 1px dashed #ddd;
}
.gaoji2 dd a{
	font-size: 16px;
	color:#333;
}
.gaoji2 dd span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.gaoji2 dd a:hover{
	color:#f8a942;
}


.datepicker td.active.day, .datepicker td.active.year{
	background-color: #215e97;
}



.web_map ul{
	margin:0;
}

.web_map li{
	margin-top: 15px;
}
.web_map li:first-child{
	margin-top: 0px;
}

.web_map li>a.yiji_a{
	height: 48px;
	line-height: 48px;
	width: 105px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background-color: #215e97;
	margin-right: 30px;
}

.web_map-dl{
	overflow: hidden;
}

.web_map-dl>p{
	height: 48px;
	line-height: 48px;
	margin:0;
	font-size: 14px;
	color: #333;
}

.web_map-dl dl{
	margin:0;
}

.web_map-dl dd{
	float: left;
	margin-right: 15px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #333;
}

.web_map-dl dd a:hover{
	color: #215e97;
}












#gk{
	background: url(../images/bj.jpg) center top no-repeat;
}

.gk-header{
	padding-top: 45px;
}

.gk-logo{
	padding-left: 82px;
	height: 70px;
	line-height: 70px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/gh.png);
	font-size: 35px;
	color: #fff;
}

.gk-banner{
	font-size: 100px;
	color:#fff;
	text-align: center;
	padding: 30px  0 120px;
}

.gk-hui{
	background-color: #f2f2f2;
	padding: 0px 90px 120px; 
}

.gk-form-wp{
	padding: 70px 0;
}
.gk-form{
	width: 510px;
	margin:0 auto;
	position: relative;
}

.gk-form input:focus{
	outline: none;
}

.gk-form input[type="text"]{
	display: block;
	width: 100%;
	height: 50px;
	background-color:#fff;
	padding: 8px 12px;
	border:0;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	border:2px solid #2d66a5;
	border-radius: 9px;
	padding-right: 70px;
}

.gk-form input[type="image"]{
	position: absolute;
	right: 15px;
	top: 4px;
	width: 40px;
}

.gk-menu{
	width: 240px;
	margin-right: 30px;
}

.gk-content{
	overflow: hidden;
}
.gk-content .danpian{
	padding: 0px 15px;
}
.gk-menu dl{
	margin:0;
}

.gk-menu dd+dd{
	margin-top: 20px;
}

.gk-menu dd>a{
	display: block;
	height: 72px;
	border:1px solid #ccc;
	background-color: #fff;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-right: 55px;
	color: #2d66a5;
  font-size: 23px;
}

.gk-menu dd.gkdd1>a{
	background-image: url(../images/gk-ico1.png);
}
.gk-menu dd.gkdd2>a{
	background-image: url(../images/gk-ico2.png);
}
.gk-menu dd.gkdd3>span{
	background-image: url(../images/gk-ico3.png);
}
.gk-menu dd.gkdd4>span{
	background-image: url(../images/gk-ico4.png);
}


.gk-menu dd.cur.gkdd1>a{
	background-image: url(../images/gk-ico1h.png);
}
.gk-menu dd.cur.gkdd2>a{
	background-image: url(../images/gk-ico2h.png);
}
.gk-menu dd.cur.gkdd3>span{
	background-image: url(../images/gk-ico3h.png);
}
.gk-menu dd.cur.gkdd4>span{
	background-image: url(../images/gk-ico4h.png);
}


.gk-menu dd.cur>a{
	background-color: #2C66A5;
	color:#fff;
}

.gk-menu dd>span{
	display: block;
	height: 72px;
	border:1px solid #ccc;
	background-color: #fff;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-right: 55px;
	color: #2d66a5;
  font-size: 23px;
  cursor: pointer;
  position: relative;
}
.gk-menu dd>span::after{
	position: absolute;
	width: 17px;
	height: 17px;
	content:"";
	right: 10px;
	top: 50%;
	margin-top: -8px;
	background-image: url(../images/gk-ico-jia.png);
}
.gk-menu dd.cur>span{
	background-color: #2C66A5;
	color:#fff;
}
.gk-menu dd.cur>span::after{
	background-image: url(../images/gk-ico-jian.png);

}

.gk-menu dd ul{
	display: none;
	margin:0;
	border:1px solid #ccc;
	border-top: 0;
	padding: 5px 0px;
	background-color: #fff;
}
.gk-menu dd li{
	
}


.gk-menu dd.gkdd2-2>a{
	padding-right:25px;
}

.gk-menu dd li a{
	display: block;
	height: 32px;
	line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
	font-size: 14px;
	color: #333;
	padding-left: 90px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 70px center;
	background-image: url(../images/gk-dian.png);
}
.gk-menu dd li a:hover{
	color: #2C66A5;
}
.gk-menu dd li.cur a{
	font-weight: bold;
	color: #2C66A5;
	background-color: #E7F5FE;
}



.gk-table{
	display: table;
	width: 100%;
	height: 100%;
}
.gk-table-cell{
	display: table-cell;
	vertical-align: middle;
	
}
    

.gk-content{
	background-color: #fff;
	padding: 30px 15px;
	height: 1000px;
	overflow-y: auto;
}
.gk-title{
	border-bottom: 2px solid gray;
}
.gk-title h1{
	margin:0;
	min-width: 200px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 0 30px;
	text-align: center;
	background-color: #2d66a5;
	height: 35px;
	line-height: 35px;
}

.gk-list dl{
	margin:0;
}

.gk-list{
	padding-top:20px;
}

.gk-list dd{
 	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	position: relative;
	padding-right:90px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}
.gk-list dd+dd{
	margin-top: 15px;
}
.gk-list dd a{
	font-size: 16px;
	color:#333;
}
.gk-list dd a:hover{
	color: #f00;
}
.gk-list dd span.gk_span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
