/**************************************/
/*************[公用start]**************/
/**************************************/
body{
	overflow-x: hidden;
}
/*主站变灰*/
/*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)
}
*/


/*百度百科變灰*/
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;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.header-1{
	padding-top: 19px;
	position: relative;
	z-index: 50;
	padding-bottom: 15px;
}
.logo{
	width: 520px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	width: 19px;
	margin-top: 15px;
	margin-left: 13px;
}
.search a,.search img{
	display: block;
	width: 100%;
}

.header-dl{
	background-image: url(/images/line.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	margin-top: 13px;
}
.header-dl dl{
	margin:0;
}

.header-dl dd{
	float: left;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left 0;
	position: relative;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	white-space: nowrap;
}
.header-dl dd+dd{
	margin-left: 12px;
}
.header-dl dd>a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}
.header-dl dd>a:hover{
	opacity: 1;
}
.header-dl dd>span{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	cursor: pointer;
	width: 76px;
	background-image: url(/images/jiao1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.header-dl dd>span:hover{
	opacity: 1;
}
.header-dl dd:hover .hd-ul{
	display: block;
}
.hd-ul{
	display: none;
	padding-top: 10px;
}
.hd-ul ul{
	margin:0;

	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	background-color: #fff;
	top: 100%;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	
}
.hd-ul ul::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
  top: -6px;
  left: 50%;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #ebeef5;
}
.hd-ul li {
    position: relative;
}

.hd-ul li > a {
    display: block;
    padding: 0 5px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    text-align: center;

}

.hd-ul li > a:hover {
    background-color: #f5f7fa;
    color: #0d4589;
}

#header.cur .nav-wp{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #0d4589;
	background-image: none;
}

#header.cur .nav>ul>li>ul{
	background-color: #0d4589;

}

#header.cur .nav>ul>li>ul>li>a:hover {
    background-color: #0b3971;
}
.nav-wp{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(/images/line2.png);
}
.nav{
	
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	font-size: 18px;
	color: #fff;
	height: 55px;
	line-height: 55px;
	position: relative;
}
.nav>ul>li.cur>a::after{
	display: block;
	width: 96px;
	position: absolute;
	left: 50%;
	margin-left: -48px;
	height: 2px;
	background-color: #fff;
	content:"";
	bottom: -1px;
}
.nav>ul>li>a img{
	margin-top: -3px;
	margin-left:10px;
}

.nav>ul>li>ul{
	position: absolute;
	left: 2px;
	right: 0px;
	top:100%;
	z-index: 600;
	background-color: rgba(0,0,0,0.3);
	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: #004694;
	color: #fff;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .flex-control-paging li a{
	width:24px;
	height: 3px;
	background-image: none!important;
	background-color: #fff;
}

.fafa .flex-control-paging li a.flex-active{
	background-color: #0d4589;
}

.fafa .flex-control-nav{
	width: 1600px;
	left: 50%;
	margin-left: -800px;
	bottom: 60px;
	height: 0;
	text-align: right;
}
.fafa .flex-control-nav li{
	margin:0;
}
.fafa .flex-control-nav li+li{
	margin-left: 23px;
}


.fafa .flex-direction-nav a{
	width: 65px;
	height: 65px;
	margin-top: -32px;
}


.fafa .flex-direction-nav .flex-prev {
  left: 3%;
}
.fafa .flex-direction-nav .flex-next {
  right:3%;
}




.main{
	background-color: #f3f8ff;
}

.main1{
	padding: 80px 0 95px;
}

.main1-item{
	width: 31%;
	float: left;
}
.main1-item+.main1-item{
	margin-left: 3.5%;
}

.title-11 .fl{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.title-11 .fl i{
	font-style: normal;
	color: #0d4589;
}

.title-11 .fl span{
	font-family: 'Georgia';
	text-transform: uppercase;
	font-weight: normal;
	opacity: 0.5;
	color: #0d4589;
	padding-left: 15px;
}
.title-11 .fr{
	width: 38px;
	margin-top: 16px;
}

.title-11 .fr img{
	display: block;
	width: 100%;
}

.main1-bai{
	height: 588px;
	background-color: #fff;
	border-bottom: 3px solid #0d4589;
	margin-top: 40px;
	padding: 35px 20px;
}

.main1-list1 dl{
	margin:0;
}

.main1-list1 dd{
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
}
.main1-list1 dd:first-child{
	padding-top: 0;
}

.main1-date1{
	width: 92px;
	height: 66px;
	background-color: #f3f8ff;
	border-radius: 5px;
	text-align: center;
	padding-top: 6px;
	margin-right: 25px;
}

.main1-date1 h1{
	margin:0;
	font-size: 25px;
	color: #333;
	font-family: "Georgia";
	line-height: 1;
}
.main1-date1 h2{
	margin:0;
	font-size:16px;
	color: #666;
	font-family: "Georgia";
	line-height: 1;
	margin-top: 8px;
}

.main1-con1{
	overflow: hidden;
	padding-top: 2px;
}
.main1-a1{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}



.main1-list1 dd:hover .main1-date1{background-color: #0d4589;}
.main1-list1 dd:hover .main1-date1 h1{color: #fff;}
.main1-list1 dd:hover .main1-date1 h2{color: #fff;}
.main1-list1 dd:hover .main1-a1{color: #0d4589;}


.main1-list3 dl{
	margin:0;
}

.main1-list3 dd{
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
}
.main1-list3 dd:first-child{
	padding-top: 0;
}

.main1-date3{
	width: 97px;
	height: 66px;
	text-align: center;
	margin-right: 25px;
	background-image: url(/images/main1-date3.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.main1-date3 h1{
	margin:0;
	font-size: 36px;
	color: #333;
	font-family: "Georgia";
	line-height: 1;
}
.main1-date3 h2{
	margin:0;
	font-size:16px;
	color: #666;
	font-family: "Georgia";
	line-height: 1;
	margin-top: 8px;
}

.main1-con3{
	overflow: hidden;
}




.main1-list3 dd:hover .main1-date3 h1{color: #0d4589;}
.main1-list3 dd:hover .main1-date3 h2{color: #0d4589;}
.main1-list3 dd:hover .main1-a1{color: #0d4589;}


.fmain1 .imgbox_a{
	padding-bottom: 66.52174%;
}

.fmain1 .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height:50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	padding-left: 23px;
	padding-right: 80px;
}
.fmain1 .flex-control-nav{
	text-align: right;
	height: 0;
	bottom: 27px;
	padding-right: 19px;
}
.fmain1 .flex-control-nav li+li{
	margin-left:10px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-paging li a{
	width: 7px;
	height: 7px;
}


.main1-list2 dl{
	margin:0;
	padding-top: 5px;
}

.main1-list2 dd{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/dian.png);
	font-size: 18px;
	color: #333;
	position: relative;
	padding-right:80px;
	height: 20px;
	line-height: 20px;
	margin-top: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main1-list2 dd a:hover{
	color: #0d4589;
}
.main1-list2 dd span.span_22{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
	font-family: 'Georgia';
}
.main2{
	position: relative;
}

.main2-1-div{
	height: 663px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(/images/main2-bg.jpg);
	padding: 195px 35px 0;
}
.main2-1-div .title-11 {
	position: relative;
}
.main2-1-div .title-11 .fl{
	float: none;
	text-align: center;
	color: #fff;
}
.main2-1-div .title-11 .fl i{
	color: #fff;
}

.main2-1-div .title-11 .fl span{
	padding-left: 0;
	display: block;
	color: #fff;
	opacity: 1;
	padding-top: 5px;
	font-size: 0.8em;
}

.main2-1-div .title-11 .fr{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}


.main2-1{
	position: relative;
}

.main2-1::after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: calc(100vw - 1600px);
	content:"";
	background-image: url(/images/main2-bg0.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.main2-1 .container{
	margin-left: 0;
}

.main2-2 .container{
	margin-right: 0;
	max-width: 1284px;
}
.main2-2{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -80px;
	z-index: 50;
}


.main2-2-ul ul{
	margin:0;
}

.main2-2-ul li{
	float: left;
	width: 33.333333333%;
}

.main2-2-ul li>a{
	display: block;
	height: 373px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 50px 0;
}


.li1>a{background-image: url(/images/main2-2-bg1.jpg);}
.li2>a{background-image: url(/images/main2-2-bg2.jpg);}
.li3>a{background-color: #555555;}



.main2-2-date{
	font-size: 16px;
	font-family: 'Georgia';
}

.li1 .main2-2-date{
	color: #fff;
	opacity: 0.5;
}

.li2 .main2-2-date{
	color: #999;
}

.li3 .main2-2-date{
	color: #fff;
	opacity: 0.5;
}

.main2-2-h1{
	font-size: 18px;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}

.li1 .main2-2-h1{color: #fff;}
.li2 .main2-2-h1{color: #333;}
.li3 .main2-2-h1{color: #fff;}

.main2-2-ul dl{
	margin:0;
	padding-top: 10px;
}

.main2-2-ul dd{
	font-size: 14px;
	line-height: 17px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.li1 dd{color: #fff;}
.li2 dd{color: #666;}
.li3 dd{color: #fff;}






.main3{
	padding: 80px 0 95px;
}


.main3-div{
	background-color: #fff;
	position: relative;
	padding-right: 375px;
}
.main3-div::after{
	position: absolute;
	width: 375px;
	right: 0;
	top: 0;
	bottom: 0;
	content:"";
	background-image: url(/images/main3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main3-1{
	width: 430px;
}

.main3-1 dl{
	margin:0;
}
.main3-1 dd{
	float: left;
	width: 50%;
}
.main3-1 dd>a{
	display: block;
	height: 238px;
	background-color: #0d4589;
	position: relative;
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.main3-1 dd.main3-1-ddx{
	display: block;
	height: 238px;
	background-color: #0d4589;
	position: relative;
	padding-top: 80px;
}


.main3-1-ax{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.main3-1-ax a{
	display: inline-block;
	vertical-align: top;
}
.main3-1-ax a+a{
	margin-left: 10px;
}
.main3-1-ax a:hover{
	font-weight: bold;
}
.main3-1-a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 50;
}
.main3-1-a img{
	display: block;
	width: 45px;
	margin:0 auto 18px;
}


.main3-1-bg{
	position: absolute;
	width:100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .3s;
}
.main3-1 dd>a:hover .main3-1-bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/*.main3-1 dd:nth-child(2)>a{background-image: url(/images/main3-bg1.jpg);}
.main3-1 dd:nth-child(3)>a{background-image: url(/images/main3-bg2.jpg);}*/
.main3-1 dd:nth-child(2)>a .main3-1-a{color: #333;}
.main3-1 dd:nth-child(3)>a .main3-1-a{color: #333;}

.main3-2{
	overflow: hidden;
	padding: 40px 45px 0;
}


.main3-2-list dl{
	margin:0;
	/*padding-top: 5px;*/
}

.main3-2-list dd{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/dian.png);
	font-size: 18px;
	color: #333;
	position: relative;
	padding-right: 100px;
	height: 75px;
	line-height: 74px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main3-2-list dd+dd{
	border-top: 1px solid #e9e9e9;
}
.main3-2-list dd a:hover{
	color: #0d4589;
}
.main3-2-list dd span.span_33{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
	font-family: 'Georgia';
}






/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}
.footer-1{
	background-image: url(/images/footer-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 40px;
}
.er-wp{
	width: 265px;
	margin-left: 100px;
	margin-top: 0px!important;
}

.er{
	width: 125px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.foo1{
	width: 590px;
}

.foo-logo{
	width: 436px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}
.foo-sel-wp{
	width: 467px;
	margin-top: 25px;
}
.foo-sel{
	width: 48.5%;
}
.foo-sel select:focus{
	outline: none;
}
.foo-sel select{
	display: block;
	width: 100%;
	height: 45px;
	background-color: #5579a4;
	font-size: 14px;color: #fff;
	border:0;
	padding-left: 10px;
}

.foo1-con{
	overflow: hidden;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
	padding-left: 90px;
	padding-right: 30px;
	position: relative;
	top: 15px;
}

.foo1-con-h1{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.foo1-dl dl{
	margin:0;
	padding-top: 10px;
}
.foo1-dl dd{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-top: 10px;
}


.footer-2{
	background-color: #122b49;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 18px 0;
}
.footer-2 a:hover{
	font-weight: bold;
}


/**************************************************************/
/*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: #122b49;

}
.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: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top:17px;
}

.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: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	padding: 75px 0 65px;
}

.menu{
	width: 280px;
	margin-right: 60px;
}
.menu-h1{
	height:85px;
	line-height: 85px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(/images/menu-h1.png);
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.menu-list{
	background-color: #f2f3f7;
	padding: 25px 28px 180px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(/images/menu-bg.png);
}

.menu-list dl{
	margin:0;
	min-height: 430px;
}

.menu-list dd>a{
	    display: block;
    /* height: 66px; */
    line-height: 1.5;
    font-size: 18px;
    color: #333;
    background-color: #d8dae1;
    padding: 20px 45px 20px 25px;
    position: relative;
    transition: background-color .3s;
}
.menu-list dd>a::after{
	position: absolute;
	width: 22px;
	height: 22px;
	right: 23px;
	top: 50%;
	margin-top: -11px;
	content:"";
	background-size: 100%;
	background-image: url(/images/jiao3.png);
}
.menu-list dd+dd{
	margin-top: 11px;
}

.menu-list dd.cur>a,
.menu-list dd>a:hover{
	background-color: #a5c2e5;
}

.erji-content{
	overflow: hidden;
}

.erji-title{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}

.erji-title .fl{
	margin:0;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.mianbaoxie{
	font-size: 16px;
	color: #999;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/mian.png);
	margin-top: 9px;
}

.mianbaoxie span{
	color: #005ca9;
}

.list01 dl{
	margin:0;
}

.list01 dd{
	padding: 25px 0;
	border-bottom: 1px solid #e7e7e7;
}

.list01-date{
	width:100px;
	text-align: center;
	border-right: 1px solid #e7e7e7;
	margin-right:25px; 
}

.list01-date h1{
	margin:0;
	font-size: 36px;
	color: #333;
	font-family: 'Georgia';
	line-height: 1;
}

.list01-date h2{
	margin:0;
	font-size: 16px;
	color: #666;
	font-family: 'Georgia';
	line-height: 1;
	margin-top: 5px;
}

.list01-con{
	overflow: hidden;
	padding-top: 16px;
}

.list01-a{
	font-size: 18px;
	color: #333;
}
.list01-a a span{
	font-weight: normal!important;
	color: #f00!important;
	font-family: 'Microsoft Yahei'!important;
	font-size: 18px!important;
}
.list01 dd:hover .list01-date h1,
.list01 dd:hover .list01-date h2{
	color: #005ca9;
}
.list01 dd:hover .list01-a{
	color: #005ca9;
}
.list01 dd:hover .list01-a a span{
	color: #005ca9!important;
}
.page{
	margin-top: 30px;
}
.fenye{
	text-align: center;
	margin-top: 65px;
}
.fenye ul{
	margin:0;
}


.xinwen-list dl{
	margin:0;
}

.xinwen-list dd{
	background-color: #f5f5f5;
	margin-top: 35px;
	padding: 20px;
}

.xinwen-pic{
	width: 240px;
	margin-right: 40px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.xinwen-con{
	overflow: hidden;
	padding-top: 20px;
}

.xinwen-con h1{
	margin:0;
	font-size: 14px;
	color: #999;
}

.xinwen-con h1 img{
	margin-top: -5px;
	margin-right: 6px;
	width: 13px;
}

.xinwen-con h2{
	margin:0;
	font-size: 16px;
	color: #333;
	margin: 17px 0 15px; 
}

.xinwen-con h2 a:hover{
	color: #005ca9;
}

.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.erji-content-div{
	margin-top: 35px;
}

.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:#005ca9;
}


.identity-wp{
	padding: 50px 0;
}

/* entry-card */
.entry-card {
	font-size: 18px;
    display: flex;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    padding: 24px 16px;
    padding-right: 100px;
    position: relative;
    /* background-image: url(/images/bg_item_1.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: var(--color-text-secondary-grey);
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    transition: all .4s;
    transform: scale(1);
}

.entry-card:hover {
    box-shadow: 0 30px 60px rgb(0 0 0 / 20%);
    /* transform: scale(1.05); */
}

.entry-card .icon-box img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.entry-card:hover .icon-box img {
    -webkit-filter: unset;
    -moz-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
    filter: unset;
    filter: unset;
}

.entry-card .item_bd {
    flex: 1;
    padding: 0 10px;
    font-size: 18px;
}

.entry-card .item_ft {
    width: 100px;
    overflow: hidden;
    transform: skewX(-20deg);
    transform-origin: 0 100%;
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    transition: all .5s;
}

.entry-card:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #005ca9;
}

.entry-card:after {
    /*content: "\e635";*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 22px;
    font-family: "iconfont";
    transition: all .4s;

}

.entry-card .item_ft:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .7;
    background-color: #005ca9;
}

.entry-card .item_ft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: skewX(20deg);
    transform-origin: 0 100%;
}

.entry-card .item_ft i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .3s .2s;
    margin-left: 20px;
}

.entry-card:hover:after {
    opacity: 0;
    right: 0px;
}

.entry-card:hover .item_ft {
    right: 0;
}

.entry-card:hover .item_ft i {
    margin-left: 0;
}




@media screen and (max-width:567px) {
    .entry-card {
        padding-right: 16px;
    }

    .entry-card .item_ft {
        display: none;
    }

    .entry-card:after {
        content: unset;
    }

    .entry-card .item_bd {
        font-size: 18px;
    }

}

/* entry-card END */

.identity-item{
	margin-top: 50px;
}
.identity-h1{
	font-size: 30px;
	color: #333;
}
.identity-dl{

}
.identity-dl dl{
	margin:0;
	margin-left: -2%;
}

.identity-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 30px;
}
.identity-wp{
	background-color: #F9F9F9;

}
.identity-wp .erji-content{
	overflow: visible;
}
.identity{
	padding-bottom: 50px;
}





.list2 dl{
	margin:0;
	margin-left: -3%;
}

.list2 dd{
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
	float: left;
}

.list2-pic .imgbox_a{
	padding-bottom: 19.624%;
}

.list2 dd h1{
	margin:0;
	font-size: 14px;
	color: #333;
	border-bottom: 1px dotted #ddd;
	line-height: 1.5;
	padding: 10px 0 5px;
}

.list2 dd:hover h1{
	color: #005ca9;
}

.sanji-dl{
	padding-top: 15px;
}
.sanji-dl dl{
	margin:0;
}
.sanji-dl dd{
	display: inline-block;
}
.sanji-dl dd{
	margin-right: 10px;
	margin-top: 10px;
}
.sanji-dl dd>a{
	display: block;
	padding: 8px 20px;
	background-color: #f8f8f8;
	text-align: center;
	font-size: 16px;
	color:#333;
}

.sanji-dl dd.cur>a,
.sanji-dl dd>a:hover{
	background-color: #005ca9;
	color:#fff;
}




.main5{
	background-color: #fff;
	padding: 80px 0;
}

.main5-div{
	width:48.4375%;
}

.main5-div-con{
	margin-top: 45px;
}

.main5-1{
	background-color: #f3f8ff;
}

.main5-1-title{
	width: 387px;
	height: 156px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/main5-1-bg.jpg);
	padding: 45px 33px 0
	
}
.main5-1-title-a{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main5-1-title-a a:hover{
	color: #0d4589;
}
.main5-1-dl{
	margin:0;
	overflow: hidden;
	padding-top: 28px;
}
.main5-1-dl dl{
	margin:0;
	padding: 8px 15px 8px 28px;
	padding-left: 28px;
	border-left: 1px solid #d6e7ff;
}

.main5-1-dl dd{
	font-size: 14px;
	line-height: 17px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.main5-1-dl dd+dd{
	margin-top: 15px;
}

.main5-2{
	border-bottom: 1px solid #e9e9e9;
}

.main5-3-pic{
	width: 230px;
	margin-right: 34px;
}

.main5-3-pic .imgbox_a{
	padding-bottom: 66.5%;
}

.main5-3-con{
	overflow: hidden;
	padding-top: 10px;
}

.main5-3-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}

.main5-3-con h1 a:hover{
	color: #0d4589;
	font-weight: bold;
}

.main5-3-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin:15px 0 ;
}

.main5-3-con h2{
	margin:0;
	font-size: 16px;
	color: #999;
	font-family: "Georgia";
}

.main5-3-con h2 img{
	margin-right: 10px;
}


.banner{
	position: relative;
}


@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		-webkit-transform: translate(0, 14px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		transform: translate(0, 14px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
#shu-wp{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 20px;
	z-index: 300;
	width: 200px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
#shu{
  position: relative;
  width: 30px;
  height: 50px;
  border: 2px solid #FFF;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 600;
  cursor:pointer;
  margin: 0 auto 15px;
}

#shu::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 12px;
  margin-left: -2px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}




@keyframes updown {
  	0% {transform: translateY(0);}
    50% {transform: translateY(10px);}
    100% {transform: translateY(0);}
}

.banner-ico{
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: 20px;
	width: 23px;
	z-index: 300;
	animation: updown 3s infinite both;
}
.banner-ico img{
	display: block;
	width: 100%;
}



.list01.list_1 .list01-con{
	padding-top: 0;
}


.list01.list_1 .list01-date{
	font-size: 16px;
	width: 115px;
	text-align: left;
  color: #333;
  font-family: 'Georgia';
}