/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*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{
	overflow-x: hidden;
	overflow-y: auto;
}






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: relative;
	z-index: 999;
}

.header-1{
	height: 120px;
	background-color: #fff;
}

.logo{
	width: 483px;
	margin-top: 22px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	position: relative;
	margin-top: 38px;
	width: 225px;
	padding: 2px 50px 2px 24px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 41px;
	background-color:#fff;
	border:0;
	font-size: 14px;
	border-radius: 999em;
	color: #333;
	line-height: 1.428571;
	padding: 8px 0px;
}

.search input[type="image"]{
	position: absolute;
	right: 22px;
	top: 13px;
	width: 19px;
}
.header-a{
	margin-top: 32px;
}
.header-a dl{
	margin:0;
}

.header-a dd{
	float: left;
	margin-right: 22px;
}
.header-a dd>a{
	font-size: 14px;
	color: #333;
	text-align: center;
}
.header-a dd>a img{
	display: block;
	width: 32px;
	margin:0 auto 7px;
}



.nav-wp{
	background-color: #0452a7;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 9.090909%;
	text-align: center;
	position: relative;

}
.nav>ul>li+li{
	border-left: 1px solid #0452a7;
}
.nav>ul>li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color:#fff;
	position: relative;

}

.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	background-color:#04468d;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #0452a7;
	border-top: 1px solid #0452a7;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 11px 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: #04468d;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fafa .flex-control-nav{
	height: 0;
	bottom: 75px;
}
.fafa .flex-control-nav li{
	margin:0 11px;
}
.fafa .flex-control-paging li a{
	width: 20px;
	height: 20px;
}

.main-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1{
	padding: 70px 0;
	background-image: url(../images/main1-bg.jpg); 
}

.main1-1{
	width: 950px;
	margin-right: 58px;
	min-height: 1px;
}

.main1-1-left{
	width: 540px;
	margin-right: 40px;
}
.main1-1-left-div{

}

.main1-1-pic .imgbox_a{
	padding-bottom: 66.67%;
}


.main1-1-title{
	height: 65px;
	line-height: 65px;
	background-color: #fff;
	box-shadow: 0px 3px 6.93px 0.07px rgba(4, 82, 167, 0.3);
	padding-left: 33px;
	padding-right: 125px;
	position: relative;
}
.main1-1-title a{
	font-size: 16px;
	color: #333;
}
.main1-1-title a:hover{
	color: #0452a7;
}


.main1-1-title span.span_11{
	position: absolute;
	right: 25px;
	top: 0;
	font-size:16px;
	color: #999;
	font-family: 'Georgia';
}

.fmain1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}
.fmain1 .flex-control-nav{
	height: 0;
	bottom: 90px;
}
.fmain1 .flex-control-nav li{
	margin:0 9px;
}



.main1-1-right{
	overflow: hidden;
}

.main1-1-right dl{
	margin:0;
}

.main1-1-right dd{
	padding: 15px 0;
	border-bottom: 1px dashed #ededed;
}
.main1-1-right dd:first-child{
	padding-top: 0;
}
.main1-1-right dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main1-1-right dd:hover h1{
	color: #0452a7;
	font-weight: bold;
}

.main1-1-right dd h2{
	margin:0;
	font-size: 16px;
	color: #999;
	font-family: "Georgia";
	line-height: 1;
	margin-top: 5px;
}


.main1-2{
	overflow: hidden;
}

.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd+dd{
	margin-top: 37px;
}

.main1-2-date{
	width: 78px;
	height: 78px;
	margin-right: 25px;
	border:1px solid #0452a7;
	border-top: 16px solid #0452a7;
	text-align: center;
	padding-top: 5px;
}
.main1-2-date h1{
	margin:0;
	font-size: 24px;
	color: #333333;
	font-family: "Georgia";
	line-height: 1;
}

.main1-2-date h2{
	margin:0;
	font-size: 16px;
	color: #666;
	font-family: "Georgia";
	margin-top: 5px;
}


.main1-2-con{
	overflow: hidden;
	padding-top: 8px;
}

.main1-2-a{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main1-2-dl dd:hover .main1-2-a{
	color: #0452a7;
	font-weight: bold;
}


.main2{
	padding: 60px 0 70px;
	background-image: url(../images/main2-bg.jpg); 
}


.main2-item{
	width: 48.2%;
}


.main2-1-dl dl{
	margin:0;
}

.main2-1-dl dd+dd{
	margin-top: 20px;
}

.main2-1-dl dd>a{
	display: block;
	border:3px solid #bdd4ed;
	padding: 22px 25px 22px 0;
}


.main2-1-date{
	width:121px;
	border-right: 1px solid #fff;
	text-align: center;
	font-size: 24px;
	color: #333;
	font-family: "Georgia";
	height: 48px;
	line-height: 42px;
	margin-right: 30px;
	margin-top: 4px;
}

.main2-1-con-wp{
	overflow: hidden;
}

.main2-1-con{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main2-1-dl dd>a:hover{
	background-color: #0452a7;
	border-color: #0452a7;
}

.main2-1-dl dd>a:hover .main2-1-date{
	color: #fff;
	border-color: #fff;
}
.main2-1-dl dd>a:hover .main2-1-con{
	color: #fff;
}

.main2-tui{
	width: 47.5%;
/*	background-color: #fff;
	padding: 10px;*/
	padding-bottom: 0;
}
/*.main2-tui:hover .main2-tui-h1{
	color: #0452a7;
}*/
.main2-tui-pic .imgbox_a{
	padding-bottom:66.5625%;
}

.main2-tui-h1{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-image: url(../images/heidi2.png);
	z-index: 15;
	padding: 0 15px;
}
.main2-list{
	padding-top: 35px;
}
.main2-list dl{
	margin:0;
}

.main2-list dd{
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main2-ico.png);
	position: relative;
	padding-right:100px;
	font-size: 16px;
	color: #333;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main2-list dd+dd{
	margin-top: 30px;
}

.main2-list dd a:hover{
	color: #0452a7;
	font-weight: bold;
}
.main2-list dd span.span_22{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
	font-family: "Georgia";
}



.main2-list.main2-list1 dd{
	height: 55px;
	line-height: 54px;
	border-bottom: 1px dashed #e0e2e3;
}

.main2-list.main2-list1 dd+dd {
    margin-top: 0px;
}
.main2-list.main2-list1 {
    padding-top: 20px;
}
.main2-adl dl{
	margin:0;
	margin-left: -3%;
}

.main2-adl dd{
	float: left;
	width: 22%;
	margin-left: 3%;

}
.main2-adl dd>a{
	display: block;
	height: 118px;
	border:1px solid #dcdcdc;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-top: 23px;
}
.main2-adl dd>a img{
	display: block;
	width: 45px;
	margin:0 auto 12px;
}
.main2-adl dd>a:hover{
	color: #0452a7;
	font-weight: bold;
}
.main3{
	padding: 65px 0 45px;
	background-color: #fff;
}
.title-11{
	padding-bottom: 40px;
}
.title-11 .fl h1{
	margin:0;
	font-size: 22px;
	color: #cecece;
	font-family: "Georgia";
	text-transform: uppercase;
}
.title-11 .fl h2{
	margin:0;
	font-size: 30px;
	color: #333;
	margin-top: 5px;
}

.title-11 a.fr{
	font-size: 14px;
	color: #0452a7;
	width: 44px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fr.png);
	text-align: right;
	margin-top: 30px;
}
.title-11 a.fr:hover{
	font-weight: bold;
}


.main3-pic .imgbox_a{
	padding-bottom: 66.5625%;
}

.main3-title{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
}
.main3-title a:hover{
	color: #0452a7;
}



.main3-list .owl-nav button.owl-prev{
    position: absolute;
    left:-90px;
    top: 50%;
    margin-top: -27px;
    width: 55px;
    height: 55px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main3-list .owl-nav button.owl-next{
    position: absolute;
    right:-90px;
    top: 50%;
    margin-top: -27px;
    width: 55px;
    height: 55px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}




.main4{
	padding: 40px 0 25px;
	background-color: #f6f7fb;
}


.main4-dl dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.main4-dl dd{
	display: inline-block;
	vertical-align: top;
	padding: 0 60px;
}
.main4-dl dd>a{
	font-size: 18px;
	color: #333;
}

.main4-dl dd>a img{
	display: block;
	width: 68px;
	margin:0 auto 15px;
}
.main4-dl dd>a:hover{
	color: #0452a7;
	font-weight: bold;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-image: url(../images/footer-bg.jpg);
}
.footer-1{
	padding: 60px 0;
}

.foo1-2{
	width: 204px;
	margin-left: 50px;
}

.er{
	width: 110px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-left: auto;
}
.er img{
	margin-bottom: 13px;
	width: 100%;
}
.yq{
	margin-top: 33px;
}
.yq select{
	display: block;
	width: 100%;
	height: 40px;
	border-color: #fff;
	border-radius: 5px;
	padding-left: 10px;
}

.foo1-1{
	overflow: hidden;
}

.foo1-1 ul{
	margin:0;
}

.foo1-1 li{
	float: left;
	text-align: center;
}

.foo1-1 li+li{
	margin-left: 45px;
}
.foo1-1 li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}

.foo1-1 dl{
	margin:0;
	padding-top: 15px;
}
.foo1-1 dd{
	margin-top: 10px;
}
.foo1-1 dd>a{
	font-size:14px;color: #fff; 
	opacity: 0.5;
	transition: opacity .3s;
}
.foo1-1 dd>a:hover{
	opacity: 1;
}
.footer-2{
	padding: 20px 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	border-top: 1px solid #457dba;
}





/**************************************************************/
/*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: #fff;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 300px;
   margin-left: 15px;
   margin-top:15px;
}

.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;w
	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;
	position: relative;
	z-index: 15;
}


.erji{
	position: relative;
	z-index: 100;
	padding-bottom: 70px;
}


.menu{
	width: 310px;
	margin-right: 42px;
	position: relative;
	top: -112px;
}
.menu::before{
	position: absolute;
	width: 104px;
	height: 262px;
	left: -104px;
	top: 43px;
	content:"";
	background-image: url(../images/l.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu::after{
	position: absolute;
	width: 106px;
	height: 214px;
	right: -106px;
	top: 80px;
	content:"";
	background-image: url(../images/r.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu-h1{
	font-size: 30px;
	color: #fff;
	text-align: center;
	background-color: #0452a7;
	height: 112px;
	line-height: 112px;
}
.menu-dl{
	background-color: #f6f7fb;
	padding: 15px 42px 72px;
}

.menu-dl dl{
	margin:0;
}
.menu-dl dd{
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	padding: 18px 0;
	/*padding-left: 30px;*/
}
.menu-dl dd>a{
	font-size: 16px;
	color: #333;
	position: relative;
	left: 16px;
}

.menu-dl dd>a img{
	margin-top: -3px;
	margin-left: 15px;
	display: inline-block;
}
.menu-dl dd>a img.imgCur{
	display: none;
}
.menu-dl dd.cur>a,.menu-dl dd>a:hover{
	color: #0452a7;
}
.menu-dl dd.cur>a img{
	display: none;
}
.menu-dl dd.cur>a img.imgCur{
	display: inline-block;
}
.erji-content{
	overflow: hidden;
}

.erji-title{
	padding-top: 50px;
	padding-bottom: 15px;
	border-bottom: 2px solid #b3cbe4;
}

.erji-title h1{
	margin:0;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top:5px;
}

.lingdao dl{
	margin:0;
}

.lingdao dd{
	margin-top: 35px;
	background-color: #f6f7fb;
	padding: 25px;
}

.lingdao-pic{
	width: 190px;
	margin-right: 45px;
}

.lingdao-pic .imgbox_a{
	padding-bottom: 137.894737%;
}

.lingdao-con{
	overflow: hidden;

}

.lingdao-title{
	font-size: 16px;
	color: #0452a7;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 5px;
	padding-bottom: 17px;
}

.lingdao-title span{
	padding-right: 30px;
	font-weight: normal;
	color: #333333;
	font-size: 18px;
}

.lingdao-con-p{
	margin-top: 18px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 10.8em;
	overflow: hidden;
}
.lingdao-con-p p{margin:0;}

.lingdao-dz{
	margin-top: 20px;
}

.lingdao-dz-item{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin-right: 35px;
}

.lingdao-dz-item img{
	margin-top: -3px;
	margin-right: 10px;
}

.xinwen-list dl{
	margin:0;
}

.xinwen-list dd{
	margin-top: 35px;
	background-color: #f6f7fb;
	padding: 15px 20px;
}

.xinwen-pic{
	width: 295px;
}

.xinwen-pic{
	margin-right: 50px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 66.44%;
}


.xinwen-con{
	overflow: hidden;
	padding-top: 30px;
}

.xinwen-date{
	margin-right: 30px;
	text-align: center;
}

.xinwen-date h1{
	margin:0;
	font-size: 32px;font-weight: bold;
	color:#0452a7;
	font-family: 'Georgia';
	line-height: 1;
}
.xinwen-date h2{
	margin:0;
	font-size: 14px;
	color:#0452a7;
	font-family: 'Georgia';
}

.xinwen-a{
	font-size: 18px;
	color: #333;
	padding-top: 12px;
}

.xinwen-a a:hover{
	color: #0452a7;
}

.xinwen-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 18px;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 60px;
}


.erji-content-div{
	margin-top: 30px;
}

.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;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.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:#0452a7;
}


.minglu-item{
	margin-top: 35px;
	background-color: #f6f7fb;
	padding: 35px 60px 45px;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
}

.minglu-img{
	width: 72px;
}

.minglu-img img{
	display: block;
	width: 100%;
}
.minglu-title{
	background-image: url(../images/line1.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.minglu-title span.fl{
	padding-right: 20px;
	background-color: #f6f7fb;
	font-size: 18px;
	color: #0452a7;
	font-weight: bold;
	margin-top: 5px;
	position: relative;
}

.minglu-title span.fl::before{
	width: 24px;
	height: 4px;
	background-color: #0452a7;
	content:"";
	left: -38px;
	top: 50%;
	margin-top: -2px;
	position: absolute;
}
.minglu-dl{
	padding-top: 5px;
}
.minglu-dl dl{
	margin:0;
}

.minglu-dl dd{
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 42px;
	margin-top: 20px;
}

.minglu-dl dd a:hover{
	color: #0452a7;
}
.lishi{
	padding-top: 40px;
}
.lishi-dl{
	padding-bottom: 85px;
	position: relative;
}
.lishi-dl::before{
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: #e1e1e1;
	content:"";
	left: 18px;
}
.lishi-dl dl{
	margin:0;
	position: relative;
	z-index: 15;
}
.lishi-dl dd{
	padding-left: 11px;
}
.lishi-nian{
	width:135px;
	background-image: url(../images/dou.jpg);
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 84px;
	line-height: 84px;
	font-size: 30px;
	color: #0452a7;
	font-family: "Georgia";
	position: relative;
}
.lishi-nian::after{
	position: absolute;
	width: 1px;
	content:"";
	height: 18px;
	margin-top: -9px;
	right: 8px;
	top: 50%;
	background-color: #e1e1e1;
}

.lishi-con{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	padding: 28px 20px 27px;
	border-bottom: 1px dotted #e6e6e6;
}

.lishi-dl dd:hover .lishi-nian{background-image: url(../images/douh.jpg);}



.lishi-ico{
	width: 38px;
	margin-top: 6px;
}

.lishi-ico img{
	display: block;
	width: 100%;
}






.menu-dl dd ul{
	border-top: 1px solid #e1e1e1;
	margin:0;
	padding-top: 20px;
	margin-top: 15px;
	display: none;
}
.menu-dl dd.cur ul{
	display: block;
}
.menu-dl dd li+li{
	margin-top: 12px;
}

.menu-dl dd li.cur a,.menu-dl dd li a:hover{
	color: #0452a7;
}

.sanji-dl{
	padding: 10px 0 0;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

.sanji-dl dd>a{
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	color: #333;
	border:1px solid #e7e7e7;
}

.sanji-dl dd.cur>a{
	background-color: #0452a7;
	border-color: #0452a7;
	color:#fff;
}