/**************************************/
/*************[公用start]**************/
/**************************************/
/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/


body{
	background-color: #f9f9f9;
	position: relative;
}





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{
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
}
#header.cur{
	position: fixed;
	top: -40px;
}
.header-1{
	background-color: #0a3568;
	position: relative;
	z-index: 80;
}

.header-1 .fl{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}

.header-1-dl dl{
	margin:0;
}

.header-1-dl dd{
	float: left;
	font-size: 0;
	line-height: normal;
	position: relative;
}

.hher{
	position: absolute;
	width: 100px;
	top: 100%;
	left: 5px;
	display: none;

}

.hher img{
	display: block;
	width: 100%;
}
.header-1-dl dd:hover .hher{display: block;}
.header-1-dl dd+dd{
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 13px center;
	background-image: url(../images/hd0.png);
}

.header-1-dl dd>a{
	display: inline-block;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.header-1-dl dd>a:hover{
	text-decoration: underline;
}



.header-2{
	background-color: #0d4589;
	height: 115px;
	position: relative;
	transition: height .3s;
}
.header-2 .container{
	position: relative;
	z-index: 50;
}
.header-2 .container::after{
	position: absolute;
	width: 325px;
	height: 100%;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/img_main_topbar_words.png);
	z-index: 15;
	right: -210px;
	top: 0%;
}
.header-2-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	height: 300px;
	background-color: #D3D7E2;
  opacity: 0.9;
	z-index: 15;
	display: none;
}



.logo{
	width: 499px;
	margin-top: 22px;
	transition: width .3s,margin-top .3s;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.wen1{
	width: 38px;
	margin-top: 53px;
	padding-left: 21px;
	background-image: url(../images/wen1-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.wen1 a,.wen1 img{
	display: block;
	width: 100%;
}
.nav{
	margin-top: 35px;
	margin-right:10px;
	position: relative;
	z-index: 50;
	transition: margin .3s;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	height: 80px;
	transition: height .3s;
}
.nav>ul>li.xia_li>a{
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jiao2.png);
}
.nav>ul>li+li{
	padding-left:16px;
}
.nav>ul>li>a{
	display: block;
	padding: 10px 6px;
	font-size: 17px;
	color: #fff;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	right: 0;
	margin-left: -50px;
	width: 100px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	padding: 5px 0;
}

.nav>ul>li>ul>li{
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;

}
.nav>ul>li>ul>li>a:hover{
	color: #0d4589;
	font-weight: bold;
}
.nav>ul>li.xia_li:hover .xia{
	background-color: #fff;
}
.nav>ul>li.xia_li:hover .xia::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	content:"";
	height: 3px;
	background-color: #0d4589;
}
.xia{
	position: absolute;
	left: 8px;
	right: -8px;
	top: 100%;
	height: 300px;
	padding: 20px 0;
	text-align: center;
	font-size: 0;
	line-height: normal;
	display: none;
}

.xia dl{
	margin:0;
	display: inline-block;
	text-align: left;
}

.xia dd{
	font-size: 14px;
	color: #333;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jiao10.png);
}
.xia dd+dd{
	margin-top: 15px;
}
.xia dd:hover{
	background-image: url(../images/jiao10h.png);
	color: #0d4589;

}

#header.cur .logo{
	width: 400px;
	margin-top: 16px;
}
#header.cur .header-2{
	height: 87px;
}
#header.cur .nav>ul>li{
	height: 65px;

}
#header.cur .nav{
	margin-top: 22px;
}





/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	padding-top: 155px;
	transition: padding-top .3s;
}
#main.cur{
	padding-top: 87px;
}

.fafa .slides>li{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	
}
.fafa .slides>li>a{
	display: block;
	height: 100%;
}


.fafa .flex-control-nav{
	bottom: 36px;
	height: 0;
}
.fafa .flex-control-nav li{
	margin:0 12px;
}
.fxfx .flex-control-nav{
	bottom: 20px;
	height: 0;
}
.fxfx .flex-control-nav li{
	margin:0 4px;
}

.fxfx .flex-control-paging li a{
	width: 8px;
	height: 8px;
}


.fafa .flex-direction-nav a{
	width: 33px;
	height: 77px;
	margin-top: -38px;
}

.fafa .flex-direction-nav .flex-prev{
	left: 0px;
}

.fafa .flex-direction-nav .flex-next{
	right: 0px;
}


.fxfx .flex-direction-nav a{
	width: 33px;
	height: 77px;
	margin-top: -38px;
}

.fxfx .flex-direction-nav .flex-prev{
	left: 0px;
}

.fxfx .flex-direction-nav .flex-next{
	right: 0px;
}
.index1{
	min-height: 753px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/index1.jpg);
	padding: 80px 0 55px;
}
.index-title.fl{
	padding-left: 75px;
	background-repeat: no-repeat;
	background-position: left center;
}

.index-a{
	width: 38px;
	height: 12px;
	background: url(../images/index-a.png) no-repeat center;
	margin-top: 40px;
	cursor: pointer;
	transition: background-image .3s;
}
.index-a:hover{
	background-image: url(../images/index-ah.png);
}

.index1-list{
	margin-top: 45px;
}

.index1-list .owl-dots {
    margin-top: 40px;
}
.index1-list .owl-dots .owl-dot{
    margin:0 7px;
}
.index1-list .owl-dot span{
    width: 11px;
    height: 11px;
}


.index1-date{
	position: absolute;
	left: 28px;
	bottom: -36px;
	z-index: 25;
	width: 78px;
	height: 75px;
	background-color:#0d4589;
	text-align: center;
	border-radius: 5px;
	padding-top: 10px;
}
.index1-date h1{
	margin:0;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}
.index1-date h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}
.index1-1 .index3-con{
	padding-top: 55px;
}
.index1-1{
	width: 970px;
	margin-right: 43px;
}

.index1-2{
	overflow: hidden;
}

.index1-2-dl dl{
	margin:0;
}

.index1-2-dl{
	margin-top: 45px;
}

.index1-2-dl dd+dd{
	margin-top: 23px;
}

.index1-2-date{
	width: 77px;
	height: 77px;
	border-radius: 50%;
	background-color: #b7b7b7;
	padding: 18px 8px 0;
	text-align: center;
	margin-right: 18px;
}
.index1-2-date h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}

.index1-2-date h2{
	margin:0;
	font-size: 12px;
	color: #fff;
	margin-top: 6px;
	border-top: 1px solid #cdcdcd;
	padding-top: 6px
}


.index1-2-con{
	overflow: hidden;
	padding-top: 5px;
}


.index1-2-a{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.index1-2-dl dd:hover .index1-2-a{color: #0d4589;font-weight: bold;}

.index1-2-dl dd:hover .index1-2-date h2{border-top:1px solid #cdcdcd}

.index1-2-dl dd:hover .index1-2-date{
	background-color: #0d4589;
}



.index2{
	padding-top:100px; 
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/index2.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.index2-div-wp{
	position: relative;
}
.index2-div{
	padding: 97px 0 125px;
	overflow: hidden;
	position: relative;
	z-index: 50;
}
.index2-bg{
	position: absolute;
	right: 0;
	left: -10px;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/index2-bg.jpg);
	z-index: 15;
}

.index2-dl1{
	width: 150px;

}

.index2-dl1 dl{
	margin:0;
}
.index2-dl1 dd{
	height: 150px;
	padding-top: 33px;
	position: relative;
	cursor: pointer;
}
.index2-dl1 dd::after{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0%;
	height: 0%;
	content:"";
	z-index: 10;
	transition: .3s;
	background-color:#000;
	opacity: 0.3;
}
.index2-dl1 dd.cur::after{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index2-dl1 dd+dd{
	margin-top: 1px;
}
.index2-dl1 dd:first-child{background-color:#0d4589; }
.index2-dl1 dd:first-child+dd{background-color:#515875; }
.index2-dl1 dd:first-child+dd+dd{background-color:#caa26b; }
.index2-dl1 dd img{
	display: block;
	width: 53px;
	margin:0 auto;
	position: relative;
	z-index: 25;
}

.index2-dl1 dd h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin:7px 0;
	position: relative;
	z-index: 25;
}

.index2-dl1 dd h2{
	margin:0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: "Georgia";
	text-transform: uppercase;
	position: relative;
	z-index: 25;
}


.index2-con-wp{
	float: left;
	position: relative;
	width: 1200px;
}

.index2-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	left: 15000%
}

.index2-con.cur{
	position: relative;
	left: 0;
}

.index2-item>a{
	display: block;
	padding: 35px 50px 35px 0;
	
	transition: background-color .3s,background-image .3s;
	
	position: relative;
}
.index2-item>a::after{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	content:"";
	transition: width .3s,background-image .3s;
	background-color: #0d4589;
	z-index: 10;
	background-image: url(../images/index2-ico4-zao.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.index2-item>a:hover::after{
	width: 100%;
	background-image: url(../images/index2-ico4.png);
}
.index2-date{
	width: 150px;
	text-align: center;
	position: relative;z-index: 25;

}
.index2-date h1{
	margin:0;
	font-size:30px;
	color: #0d4589;
	font-weight: bold;
	font-family: "Arial";
	line-height: 1;
	transition: color .3s;
}
.index2-date h2{
	margin:0;
	font-size:16px;
	color: #0d4589;
	margin-top: 10px;
	transition: color .3s;
}

.index2-ico{
	width: 22px;
	height: 22px;
	margin:35px auto 0;
	background-image: url(../images/index2-ico0.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}

.index2-item-con{
	overflow: hidden;
	position: relative;z-index: 25;
}
.index2-item-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	transition: color .3s;
}
.index2-item-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	transition: color .3s;
}
.index2-item-con .line{
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin:18px 0 13px;
}




.index2-item>a:hover .index2-date h1{color: #fff;}
.index2-item>a:hover .index2-date h2{color: #fff;}
.index2-item>a:hover .index2-ico{background-image: url(../images/index2-ico0h.png);}

.index2-item>a:hover .index2-item-con h1{color: #fff;}
.index2-item>a:hover .index2-item-con p{color: #fff;}
.index2-list{
	padding: 28px 0;
}
.index2-list .owl-dots {
		position: absolute;
    text-align: center;
    margin-top: 0px;
    left: 0;
    width: 100%;
    bottom: -60px;
    height: ;
}
.index2-list .owl-dots .owl-dot{
    margin:0 3px;
}
.index2-list .owl-dot span{
    width: 24px;
    display: block;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/owl-dot-ico2.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.index2-list .owl-dot.active span{
    background-image: url(../images/owl-dot-ico2-h.png);

}



















.index3{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/index3.jpg);
	padding: 90px 0 80px;
}

.index-title h1{
	margin:0;
	font-size: 24px;
	color: #999;
	font-family: "Georgia";
	text-transform: uppercase;
	line-height: 1.5;
}
.index-title h2{
	margin:0;
	font-size: 34px;
	color: #333;
	font-weight: bold;
}

.index3-list{
	margin-top: 50px;
}
.index3-pic{position: relative;}
.index3-pic .imgbox_a{
	padding-bottom: 66.7%;
}

.index3-con{
	padding-top: 20px;
}

.index3-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	position: relative;
	left: 0;
	transition: left .3s;
}
.index3-con h1 a:hover{
	color: #0d4589;
}
.index3-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 10px;
}
.index1-list .item:hover .index3-con h1{
	left: 10px;
}
.index3-list .owl-nav{
	position: relative;
	margin:50px auto 0;
	height: 53px;
	width: 152px;
}
.index3-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 53px;
    height: 53px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}
.index3-list .owl-nav button.owl-prev:hover{
  background-image: url(../images/lefth.png);

}
.index3-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 53px;
    height: 53px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}
.index3-list .owl-nav button.owl-next:hover{
  background-image: url(../images/righth.png);

}


.index4{
	background-color: #fff;
	padding: 45px 0;
}

.index4-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
}
.index4-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	
}

.index4-dl dd>a{
	display: inline-block;
	padding-left:98px;
	padding-top: 13px;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 80px;
	transition: background-image .3s;
}

.index4-dl dd.index4-dd1>a{background-image: url(../images/ddico1.png);}
.index4-dl dd.index4-dd2>a{background-image: url(../images/ddico2.png);}
.index4-dl dd.index4-dd3>a{background-image: url(../images/ddico3.png);}
.index4-dl dd.index4-dd4>a{background-image: url(../images/ddico4.png);padding-top: 28px;}
.index4-dl dd.index4-dd5>a{background-image: url(../images/ddico5.png);padding-top: 28px;}

.index4-dl dd.index4-dd1>a:hover{background-image: url(../images/ddico1h.png);}
.index4-dl dd.index4-dd2>a:hover{background-image: url(../images/ddico2h.png);}
.index4-dl dd.index4-dd3>a:hover{background-image: url(../images/ddico3h.png);}
.index4-dl dd.index4-dd4>a:hover{background-image: url(../images/ddico4h.png);}
.index4-dl dd.index4-dd5>a:hover{background-image: url(../images/ddico5h.png);}



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

}

.footer-1{
	padding: 60px 0 30px;
}





.yq{
	position: relative;
	padding-left: 120px;
	min-height: 40px;
}

.yq-title{
	position: absolute;
	width: 120px;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #0d4589;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/yq.png);
}


.yq-dl dl{
	margin:0;
	margin-left:-2%;
}

.yq-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
}
.yq-dl dd select{
	height: 40px;
	border-radius: 0;
}
.footer-1-1-right{
	width: 238px;
}
.er{
	width: 116px;

	color: #fff;
	text-align: center;
	font-size: 14px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

.biao{
	width: 62px;
}
.biao img{
	display: block;
	width: 100%;
}
.footer-1-1-list{
	overflow: hidden;
}
.footer-1-1-list ul{
	margin:0;
}
.footer-1-1-list li{
	float: left;
	text-align: center;
}

.footer-1-1-list li+li{
	margin-left: 80px;
}
.footer-1-1-list li h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.footer-1-1-list dl{
	margin:0;
	padding-top: 7px;
}
.footer-1-1-list dd{
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
}
.footer-1-1-list dd a{
	opacity: 0.8;
	transition: opacity .3s;
}
.footer-1-1-list dd a:hover{
	opacity: 1;
}

.footer-1-2{
	margin-top: 35px;
}
.youqing{
	width: 266px;
	margin-top: 4px;
}
.youqing select{
	font-size: 16px;
	height: 43px;
}

.footer-1-2-list{
	overflow: hidden;
}

.footer-1-2-list dl{
	margin:0;
}
.footer-1-2-list dd{
	float: left;
}
.footer-1-2-list dd+dd{
	margin-left: 100px;
}
.footer-1-2-list dd{
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 0px 40%;
}

.footer-1-2-list dd h1{
	margin:0;
	font-size: 14px;
	color: #fff;
}


.footer-1-2-list dd h2{
	margin:0;
	font-size: 36px;
	color: #fff;
	font-family: "Arial";
	line-height: 36px;
	margin-top: 5px;
}


.footer-1-2-list dd h3{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	margin-top: 5px;
}






.footer-2{
	border-top: 1px solid rgba(222,222,222,0.5);
	padding: 23px 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}


/**************************************************************/
/*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: #0d4589;
	/*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: 275px;
	margin-left: 15px;
	margin-top: 19px;
}

.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样式要求区域]**********/
/**************************************/

.banner-2{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}


.erji{
	padding: 45px 0;
}


.menu{
	width: 308px;
	margin-right: 45px;
}

.menu-h1{
	height: 154px;
	line-height: 154px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	background-image: url(../images/menu-h1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.menu-dl{
	background-color: #fff;
}

.menu-dl dl{
	margin:0;
}


.menu-dl dd>a{
	display: block;
	height: 85px;
	line-height: 85px;
	background-color: #fff;
	position: relative;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.menu-dl dd>a:hover{
	color: #0d4589;
	font-weight: bold;
}
.menu-dl dd.cur>a{
	background-color: #eaeaea;
	color: #0d4589;
	font-weight: bold;
}
.menu-dl dd.cur>a::before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	content:"";
	background-color: #0d4589;
}

.menu-dl dd.cur>a::after{
	position: absolute;
	width: 8px;
	height: 15px;
	top: 50%;
	margin-top: -7px;
	right: 45px;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}



.erji-content{
	overflow: hidden;

}

.erji-content-bai{
	background-color: #fff;
	padding: 30px;
	min-height: 600px;
}


.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}

.erji-title h1{
	margin:0;
	font-size: 24px;
	color: #333;
	padding: 0	5px 10px;
	border-bottom: 2px solid #0d4589;
}

.mianbaoxie{
	font-size: 14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
	padding-left: 20px;
	margin-top: 7px;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #0d4589;
}
.keji{
	padding-top: 7px;
}
.keji dl{
	margin:0;
}

.keji dd{
	background-repeat: no-repeat;
	background-position:3px center;
	background-image: url(../images/dian.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left:18px;
	overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 59px;
	line-height: 58px;
	border-bottom: 1px dashed #dadada;
}
.keji dd a{
	font-size: 18px;
	color:#333;
}
.dd-date{
	font-size: 14px;
	color:#666;
	position: absolute;
	right: 0px;
	top: 0;
}
.keji dd a:hover{
	color:#0d4589;
}



.fenye{
	text-align: center;
	margin-top: 40px;
}
.fenye ul{
	margin:0;
}

.dang dl{
	margin:0;
}

.dang dd{
	background-color: #f9f9f9;
	margin-top: 30px;
	transition: background-color .3s;
}

.dang-pic{
	width: 280px;
}

.dang-pic .imgbox_a{
	padding-bottom: 66.43%;
}

.dang-con{
	padding: 30px;
	padding-bottom: 0;
	overflow: hidden;
}

.dang-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	transition: color .3s;
}

.dang-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:20px 0 15px;
	transition: color .3s;
}

.dang-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	transition: color .3s;
}


.dang dd:hover{
	background-color: #0d4589;
}

.dang dd:hover h1{color: #fff;}
.dang dd:hover h2{color: #fff;}
.dang dd:hover p{color: #fff;}





.gaik dl{
	margin:0;
}

.gaik dd{
	background-color: #f9f9f9;
	margin-top: 30px;
	transition: background-color .3s;
}

.gaik-pic{
	width: 190px;
}

.gaik-pic .imgbox_a{
	padding-bottom: 131.58%;
}

.gaik-con{
	padding: 20px 30px 0;
	overflow: hidden;
}

.gaik-con-h1{
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 12px;
	font-size: 14px;
	color: #666;
}

.gaik-con-h1 a{
	font-weight: bold;
	font-size: 20px;
	color: #0d4589;
	padding-right: 15px;
}

.gaik-con-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 10em;
	overflow: hidden;
	margin-top: 13px;
}



.danpian{
	padding-top: 25px;
}

.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 p{
	font-size: 16px;
	color:#666;
	line-height: 2!important;
}

.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:#0d4589;

}


.shizi dl{
	margin:0;

}

.shizi dd{

	margin-top: 30px;

}

.shizi-pic{
	width: 183px;
}

.shizi-pic .imgbox_a{
	padding-bottom: 122.95%;
}

.shizi-con{
	overflow: hidden;
	padding-left: 30px;
}

.shizi-con h1{
	margin:0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.shizi-con h1 a:hover{
	color: #0d4589;
}
.shizi-con h2{
	margin:0;
	font-weight: bold;
	color: #333;
	font-size:15px;
	padding: 12px 0 8px;
}

.shizi-con p{
	margin:0;
	color: #777;
	font-size:14px;
	line-height: 1.8;
}



.sanji-dl{
	padding-top: 15px;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.sanji-dl dd>a{
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	border:1px solid #d4d4e1;
}
.sanji-dl dd>a:hover{
	background-color: #0d4589;
	border-color: #0d4589;
	color: #fff;
}
.sanji-dl dd.cur>a{
	background-color: #0d4589;
	border-color: #0d4589;
	color: #fff;
}
