/**************************************/
/*************[公用start]**************/
/**************************************/


div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
ul,li{ padding:0;margin:0;list-style:none}
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);
}




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 124px;
}

.logo{
	width: 334px;
	margin-top: 22px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.header-right{
	width: 407px;
}
.header-right-dl{
	padding-left: 5px;
}
.header-right-dl dl{
	margin:0;
}

.header-right-dl dd{
	float: left;
	padding-left: 35px;
	background-image: url(../images/hico0.png);
	background-repeat: no-repeat;
	background-position: 16px center;
}
.header-right-dl dd:first-child{padding-left: 0;background-image: none;}
.header-right-dl dd a{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.header-right-dl dd a:hover{
	color: #01468f;
}
.header-right-dl dd a img{
	margin-top: -3px;
	margin-right: 10px;
}


.search{
	position: relative;
	margin-top: 36px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 54px;
	background-color:#fff;
	border:1px solid #e1e1e1;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 45px 6px 14px;
}

.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
	width:67px;
	height: 54px;
	background: #013974;
}

.nav-wp{
	position: relative;
	background-color:#0f6cbf;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
	border-left: 1px solid #3c8ad0;

}
.nav>ul>li:first-child{
	border-left: none;
}
.nav>ul>li>a{
	display: block;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#06579f;
	/*font-weight: bold;*/

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #01468f;
	display: none;
}

.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: #013974;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .slides>li{

	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.banner-img{
	height: 540px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}


.fafa .flex-control-nav li{
	margin:0 4px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 15px;
}
.fafa .flex-control-nav li a.flex-active{
	background: #06579f;
}
.fafa .flex-control-nav{
	bottom: 15px;
	height: 0;
}

.fafa .flex-control-paging li a{
	width: 8px;
	height: 8px;
}


.main{
	padding:5px 0 30px;
}








/*********************7*****************/
/********[特殊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: #fff;
	/*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: 350px;
   margin-left: 15px;
   margin-top: 13px;
}

.logo-2 img{
	display: block;
	width: 210px;
}


.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样式要求区域]**********/
/**************************************/
.bg-f-20{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
}


.banner-2{
	height: 307px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2x img{
	display: block;
	width: 100%;
}
.home-tt{
	text-align: center;
}
.home-tt h1{
	font-size: 28px;
	color: #1068b7;
	font-weight: bold;
	margin: 0px;
}
.home-tt h2{
	margin: 0px;
	font-size: 14px;
	color: #555555;
	margin-top: 14px;
	margin-bottom: 20px;
}
.home-box1{
	overflow: hidden;
	margin-bottom: 22px;
}
.home-left{
	overflow: hidden;
}
.box1-tit{
	height: 58px;
	line-height: 58px;
	font-size: 22px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}
.box1-tit-name{
}
.box1-tit-name ul li{
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
}
.box1-tit-name ul li.cur{
	color: #0f6cbf;
}
.box1-tit-name ul li:first-child{
	padding-left: 0px;
}
.box1-tit-name ul li::before{
	content: "|";
	font-size: 20px;
	color: #ccc;
	position: absolute;
	right: 0px;
}
.box1-tit-name ul li:last-child::before{
	content: "";
}
.box1-tit-name ul li span{
	float: left;
	font-size: 22px;
}
.home-box1-a{
	float: right;
	font-size: 16px;
}
.home-box1-a a:hover,.box1-right-tit a:hover{
	color: #1068b7;
}
.box1-left-main{
	height: 306px;
	overflow: hidden;
}


.box1-left-con>ul{
	padding-top: 8px;
	padding-bottom: 8px;
}
.box1-left-con>ul>li{
	height: 44px;
	line-height: 44px;
	background: url(../images/li-bj.png) no-repeat left center;
	padding-left: 12px;
}

.box1-left-con>ul>li>a{
	font-size: 18px;
}
.box1-left-con>ul>li>a:hover{
	color: #1068b7;
}
.box1-left-con>ul>li>a>span{
	float: left;
}
.box1-left-con>ul>li>a>span:last-child{
	float: right;
	color: #888888;
	font-size: 16px;
}
.home-news-con{
	display: none;
}
.home-news-con.cur{
	display: block;
}

.home-news-con>ul{
	padding-top: 8px;
	padding-bottom: 8px;
}
.home-news-con>ul>li{
	height: 44px;
	line-height: 44px;
	background: url(../images/li-bj.png) no-repeat left center;
	padding-left: 12px;
}

.home-news-con>ul>li>a{
	font-size: 18px;
}
.home-news-con>ul>li>a:hover{
	color: #1068b7;
}
.home-news-con>ul>li>a>span{
	float: left;
}
.home-news-con>ul>li>a>span:last-child{
	float: right;
	color: #888888;
	font-size: 16px;
}


.home-right{
	width: 434px;
	float: right;
	margin-left: 24px;
}
.box1-right-tit a{
	font-size: 16px;
	float: right;
}
.zt .imgbox_a{
	padding-bottom: 11.57%;
}
.box2-height{
	background-color: #eff7ff;
	padding: 20px;
	padding-top: 0px;
}
.box2-right-tit{
	font-size: 22px;
	height: 66px;
	line-height: 66px;
}
.box2-right-tit span{
	float: left;
}
.box2-right-tit a{
	float: right;
	font-size: 16px;
}
.box2-right-tit a:hover{
	color: #1068b7;
}
.home-box2{
	margin-top: 30px;
	overflow: hidden;
}
.home-dzfw ul li{
	margin-bottom: 26px;
}
.home-dzfw ul li:last-child{
	margin-bottom: 4px;
}
.home-dzfw ul li .imgbox_a{
	padding-bottom: 37.06%;
}

.home-dzfw ul li i{
	position: relative;
	z-index: 1;
	display: block;
}
.home-dzfw ul li i .imgbox_a{
	padding-bottom: 36.8%;
}
.home-dzfw ul li span{
	position: absolute;
	top: 50%; 
	transform: translate(0, -25%);
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	text-align: center;
	z-index: 2;
	font-style: normal;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.home-dj-box{
	background: #fff;
}
.home-dj-tit,.home-gz-tit{
	overflow: hidden;
}
.home-dj-tit ul li.cur,.home-gz-tit ul li.cur{
	background-color: #fff;
	color: #1068b7;
	font-weight: bold;
}
.home-dj-tit ul li.cur img,.home-gz-tit ul li.cur img{
	display: none;
}
.home-dj-tit ul li{
	width: 25%;
	height: 62px;
	line-height: 62px;
	float: left;
	text-align: center;
	background-color: #0f6cbf;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #fff;
}

.home-dj-tit ul li:last-child{
	border-right: 0px;
}
.home-gz-tit ul li{
	width: 50%;
	height: 62px;
	line-height: 62px;
	float: left;
	text-align: center;
	background-color: #0f6cbf;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #fff;
}

.home-dj-tit ul li img,.home-gz-tit ul li img{
	 width: 28px;
	 margin-right:3px;
}
.home-dj-con{
	padding: 0px 20px;
	display: none;
}
.home-dj-con.cur{
	display: block;
}

.home-gz-con{
	padding: 0px 20px;
	display: none;
}
.home-gz-con.cur{
	display: block;
}
.home-zwgk{
	border: 1px solid #e6e6e6;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.home-zwgk-tit{
	height: 70px;
	line-height: 70px;
}
.home-zwgk-tit span{
	float: left;
	font-size: 22px;
}
.home-zwgk-tit a{
	float: right;
}
.home-zwgk-main ul li{
	width: 50%;
    padding-right: 10px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 15px;
}
.home-zwgk-main ul li:nth-child(2n){
	padding-left: 10px;
	padding-right: 0px;
}
.home-zwgk-main ul li a{
	width: 100%;
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e6e6e6;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 10px;
	background: url(../images/li-bj.png) no-repeat 10px center;
}
.home-zwgk-main ul li a span:last-child{
	float: right;
	font-size: 16px;
}
.home-zwgk-main ul li a:hover{
	color: #fff;
	border: none;
	background: url(../images/li-bj-h.png) no-repeat 10px center #0f6cbf;
}
.home-tit{
	height: 66px;
	line-height: 66px;
	font-size: 22px;
}
.home-dwgk-main{
}


.home-dwgk-main a{
	display: block;
	border: 1px solid #ccc;
	text-align: center;
}
.home-dwgk-main a:hover{
	color: #1068b7;
}
.home-dwgk-main a .imgbox_a{
	padding-bottom: 58.6%;
}
.home-dwgk-main a span{
	font-size: 18px;
	height: 54px;
	line-height: 54px;
}
#footer{
	background: #0f6cbf;
	overflow: hidden;
	margin-top: 30px;
}
.footer-main{
	padding-left: 20px;
	padding-right: 20px;
}
.footer-link{
	border-bottom: 1px solid #2982d1;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.footer-link-tit{
	width: 96px;
	font-size: 18px;
	float: left;
	color: #fff;
}
.footer-link-list{
	width: calc(100% - 96px);
	float: left;
}
.footer-link-list ul li{
	width: 25%;
	padding-left: 20px;
	float: left;
}
.footer-link-li{
	border-radius: 0px !important;
	border: 0px;
	height: 42px;
}
.home-footer-inf{
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	padding-top: 28px;
	padding-bottom: 28px;
}