/**************************************/
/*************[公用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)
}
*/


/*百度百科變灰*/
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;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #064D97;
}
#header .container{
	position: relative;
	z-index: 15;
}
#header::before{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.15;
	content:"";
	z-index: 1;
	left: 0;
	bottom: 0;
	display: none;
}
.logo{
	width: 540px;
	margin-top: 39px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right{
	margin-top: 19px;
}

.search{
	width: 135px;
	margin-left: auto;
	position: relative;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 30px;
	height: 30px;
	border:0;
	background-color: rgba(255,255,255,0.1);
	border-radius: 999em;
	font-size: 12px;
	color: #fff;
	padding: 6px 35px 6px 15px;
}
.search input[type="text"]::placeholder {
  color: #fff; /* 设置颜色 */
}







.search input[type="image"]{
	position: absolute;
	width: 12px;
	right: 15px;
	top: 10px;
}


.nav{
	margin-top: 24px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 72px;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 32px;
}

.nav>ul>li>a{
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	display: none;
	background-color:#064D97;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#fff;
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #fff;
	color: #064D97;
	font-weight: bold;
}



/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .flex-control-nav{
	bottom:35px;
	height: 0;
}

.fafa .flex-control-nav li{
	margin:0 8px;
}
.fafa .flex-control-paging li a{
	width: 40px;
	height: 5px;
	background-image: none!important;
	background-color: #E4E6E9;
}

.fafa .flex-control-paging li a.flex-active{
	background-color: #005BAC;
}






.main1{
	background-color: #fff;
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.main1-1{
	width: 482px;
	margin-right: 40px;
}
.title-00 {
	margin-bottom: 35px;
}
.title-00 .fl{
	height: 70px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.title-00 .fl.cur{
	background-image: url(../images/title-00-ico.png);
	padding-left: 85px;

}
.title-00-1{
	font-size: 35px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
.title-00-2{
	font-size: 12px;
	color: #666;
	line-height: 1;
	margin-top: 13px;
	text-transform: uppercase;
}

.title-00 a.fr{
	width: 56px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/more.png);
	font-size: 14px;
	color: #204469;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
}

.title-00 a.fr:hover{
	color: #064D97;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 63.4855%;
}

.main1-1-item{
	background-color: #fff;
	box-shadow: 0px 3px 41px 1px rgba(0,0,0,0.12);
}
.fmain1-1 .flex-control-nav{
	height: 0;
	bottom: 190px;
}
.fmain1-1 .flex-control-nav li{
	margin:0 6px;
}
.fmain1-1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.3;
	background-image: none!important;
}
.fmain1-1 .flex-control-paging li a.flex-active{
	background-color: #D11E26;
	opacity: 1;
}
.main1-1-con{
	padding: 25px 30px 0px;

}


.main1-1-h1{
	font-size: 14px;
	font-weight: bold;
	color:#9F2325;
}

.main1-1-h2{
	font-size: 22px;
	font-weight: bold;
	color:#333;
	margin:13px 0 15px;
	line-height: 1;
}
.main1-1-h2 a:hover{
	color: #064D97;
}
.main1-1-p-wp{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.main1-1-p{
	font-size: 17px;
	color: #727271;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.main1-1-list{
	padding: 25px 30px 40px;
}

.main1-1-list dl{
	margin:0;
}

.main1-1-list dd{
	position: relative;
	padding-left: 50px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 18px;
	line-height: 18px;
}
.main1-1-list dd+dd{
	margin-top: 17px;
}
.main1-1-list dd a:hover{
	color: #064D97;
}
.main1-1-list dd span.span_11{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}

.main1-2{
	width: 470px;
}

.main1-2-div{
	background: #FFFFFF;
	border-top: 4px solid #D11E26;
	box-shadow: 0px 3px 41px 1px rgba(0,0,0,0.12);
	height: 591px;
	padding: 10px 44px 0;
}


.main1-2-list dl{
	margin:0;
}
.main1-2-list dd{
	padding: 25px 0;
	border-bottom: 1px dashed #eee;
}

.main1-2-h1{
	font-size: 17px;
	color: #D11E26;
}

.main1-2-h1 img{
	margin-top: -4px;
	margin-right: 8px;
}
.main1-2-h2{
	font-size: 19px;
	color: #333;
	font-weight: bold;
	margin-top: 5px;
}
.main1-2-h2 a:hover{
	color: #064D97;
}

.main2{
	background-image: url(../images/main2-bg.jpg);

}
.main2-menu{
	font-size: 0;
	text-align: center;
}

.main2 .title-00{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	text-align: left;
}
.main2 .title-00+.title-00{
	margin-left: 80px;
}

.main2 .title-00+.title-00::before{
	width: 1px;
	background-color: #fff;
	opacity: 0.25;
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 0;
	content:"";
}
 


.main2 .title-00 .fl{
	opacity: 0.3;

}
.main2 .title-00 .fl.cur{
	opacity: 1;
	background-image: url(../images/title-00-ico2.png);
}
.main2 .title-00-1{color: #fff;}
.main2 .title-00-2{color: #fff;}


.main2-dl dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.main2-dl dd{
	float: left;
	width: 31.33333%;
	margin-left: 2%;
	margin-top: 2%;
}

.main2-item{
	background-color: #fff;
	padding: 40px 10px 35px 24px;
	background-image: url(../images/main2-wenli.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.main2-div-wp{
	margin-top: 50px;
}
.main2-date{
	margin-right: 30px;
	text-align: center;
}
.main2-date-h1{
	font-size: 18px;
	color: #9F2325;
	font-weight: bold;
	width: 3em;
}
.main2-date-h2{
	font-size: 28px;
	color: #9F2325;
	font-weight: bold;
	margin-top: 14px;
	padding-top: 6px;
	border-top: 1px solid #eee;
}

.main2-con{
	overflow: hidden;
	padding-top: 15px;
}

.main2-a{
	font-size: 19px;
	color: #333;
	line-height: 1.4;
	height:2.8em;
}
.main2-a a:hover{
	font-weight: bold;
}

.main2-item:hover .main2-a{
	color: #9F2325;

}

.fmain2 .flex-direction-nav .flex-prev{
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-image: url(../images/left1.png);
	left: -70px;
}
.fmain2 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/left1h.png);

}
.fmain2 .flex-direction-nav .flex-next{
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-image: url(../images/right1.png);
	right: -70px;
}
.fmain2 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/right1h.png);

}


.main2-div-wp .main2-div{display: none;}
.main2-div-wp .main2-div:first-child{display: block;}


.main3{
	background: #FAF9F9;
	background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FAF9F9 100%);
}


.pp80{
	padding: 60px 0;
}


.main3-1{
	width: 850px;
}
.main3-2 {
	width: 610px;
}
.title-00-hua .fl{
	cursor: pointer;
}
.title-00-hua .fl+.fl{
	margin-left: 75px;
	position: relative;
}
.title-00-hua .fl+.fl::before{
	position: absolute;
	width: 75px;
	left: -75px;
	top: 0;
	content: "/";
	color: #D9D9D9;
	font-size: 57px;
	line-height: 1;
	text-align: center;
}
.title-00-hua .title-00-1{color: rgba(0,0,0,0.3);}
.title-00-hua .cur .title-00-1{color: #000;}
.title-00-hua .title-00-2{color: rgba(0,0,0,0.3);}
.title-00-hua .cur .title-00-2{color: #666;}

.title-00-hua a.fr{display: none;}
.title-00-hua a.frr{display: block;}


.main3-2-div{
	display: none;
}
.main3-2-div:first-child{
	display: block;
}

.main3-2-list dl{
	margin: 0;
}

.main3-2-list dd+dd{
	margin-top: 20px;
}
.main3-2-list dd{
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
	padding: 17px;
	padding-left: 0
}

.main3-2-date{
	width: 105px;
	text-align: center;
	border-right: 1px solid #C2CEA7;
	margin-right: 25px;
}

.main3-2-date-1{
	font-size: 32px;
	color: #064D97;
	font-weight: bold;
	line-height: 1;
}
.main3-2-date-2{
	font-size: 14px;
	color: #5B5A5A;
	line-height: 1;
	margin-top: 8px;
}


.main3-2-a{
	overflow:hidden; 
	padding-top: 15px;
	font-size: 18px;
	color: #4D4D4D;
}

.main3-2-a a:hover{
	color: #064D97;
}


.main3-1-div{
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
	padding: 28px 15px 36px;
}


.main3-1-tui{
	border:1px solid rgba(0,0,0,0.1);
	padding: 15px;
}

.main3-1-pic{
	width: 313px;
	margin-right: 32px;
}

.main3-1-pic .imgbox_a{
	padding-bottom: 58.79%;
}

.main3-1-con{
	padding-top: 20px;
}

.main3-1-h1{
	font-size: 14px;
	color: #9F2325;
	font-weight: bold;
}
.main3-1-h2{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	margin:7px 0 15px;
}


.main3-1-h2 a:hover{
	color: #064D97;
}
.main3-1-p{
	font-size: 16px;
	color: #727271;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}


.main3-1 .main1-1-list{
	padding: 0;
	margin-top: 30px;
}

.main3-1 .main1-1-list dd+dd{
	margin-top: 24px;
}
.main3-1 .main1-1-list dd{
	font-size: 18px;
	padding-left: 70px;
}


.main4{
	padding: 60px 0;
	overflow: hidden;
}

.main4-1 .title-00 {
    margin-bottom: 0px;
}
.main4-2{
	margin-top: 60px;
}

.main4-2-list{
	font-size: 0;
}

.main4-2-item{
	display: inline-block;
	vertical-align: top;
	margin-right: 38px;
	width: 480px;
}

.main4-2-item .imgbox_a{
	padding-bottom: 61.67%;
}

.main4-2-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 15px 30px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-align: center;
	z-index: 15;
}

.main4-1-menu{
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

.main4-1-menu-item{
	float: left;
	width: 120px;
	height: 48px;
	line-height: 46px;
	border:1px solid #d3d3d3;
	border-radius: 999em;
	text-align: center;font-size: 18px;
	color: #064D97;
	cursor: pointer;
	transition: .3s;
}
.main4-1-menu-item+.main4-1-menu-item{
	margin-left: 13px;
}
.main4-1-menu-item.cur{
	background-color: #064D97;
	border-color: #064D97;
	color: #fff;
}

.main4-2{
	position: relative;
}
.main4-2-div{
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
}

.main4-2-div.cur{
	position: relative;
	left: 0;
}



.main5{
	background-color: rgba(243, 245, 251, 0.90);
}


.main5-a-wp{
	text-align: center;
	font-size: 0;
}

.main5-a-box{
	display: inline-block;
	vertical-align: top;
}
.main5-a-box+.main5-a-box{
	margin-left: 170px;
}
.main5-a{
	font-size: 22px;
	color: #313134;
	overflow: hidden;
	line-height: 66px;
	text-align: left;
}
.main5-a a:hover{
	color: #064D97;
	font-weight: bold;
}
.main5-ico{
	margin-right: 45px;
	width:  100px;
	border-right: 1px solid #d1d2d4;
}
.main5-ico img{
	display: block;
	width: 70px;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-1{
	padding: 40px 0 60px; 
}


.foo-logo{
	width: 496px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}

.foo1-item-wp{
	margin-top: 52px;
}

.foo1-item + .foo1-item{
	margin-left: 110px;
}

.foo1-h1{
	font-size: 12px;
	color: #fff;
	opacity: 0.4;
}
.foo1-p{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	margin-top: 10px;
}

.foo1-2{
	width: 500px;
	margin-top: 50px;
}

.foo1-2 dl{
	margin:0;
	margin-left: -3%;
}

.foo1-2 dd{
	float: left;
	width: 47%;
	margin-top: 3%;
	margin-left: 3%;
	position: relative;
}

.foo1-2 dd:hover .foo1-2-list{
	display: block;
}
.foo1-2-a{
	height: 45px;
	line-height: 45px;
	background: rgba(46,55,64,0.5);
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	padding-left: 17px;
	position: relative;
	cursor: pointer;
	background-image: url(../images/jiao18.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.foo1-2-list{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: rgb(46,55,64);
	z-index: 15;
	display: none;
}
.foo1-2-list ul{
	margin:0;
	max-height: 90px;
	overflow-y: auto;
}

.foo1-2-list li>a{
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	padding: 5px 17px;
}

.foo1-2-list li>a:hover{
	background-color: #394450;
}



.footer-2{
	padding: 25px 0; 
	font-size: 14px;
	color: rgba(255,255,255,0.65);
	line-height: 1.8;
	border-top: 1px solid rgba(255,255,255,0.03);
}
.footer-2 a:hover{
	color: #fff;
}
/**************************************************************/
/*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: #064D97;
}
.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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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;
}
.nav-2>ul>li>ul>li>ul{
	padding: 5px 0;
}
.nav-2>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 50px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}
.nav-2>ul>li>ul>li>ul>li>ul{
	padding: 10px 0 5px;
}
.nav-2>ul>li>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 30px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}
/*.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 a{
	display: block;
	width: 100%;
}
.logo img{
	display: block;
	width: 100%;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 73px;
	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: 580px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}

.erji{
	position: relative;
	z-index: 100;
	padding-bottom: 100px;
}


.menu{
	position: relative;
	width: 300px;  
	background-color: #064D97;
	padding: 0px 0 60px;
	min-height: 945px;
	box-shadow: 0px 30px 65px 0px rgba(0,0,0,0.05), 0px 119px 119px 0px rgba(0,0,0,0.04), 0px 267px 160px 0px rgba(0,0,0,0.03), 0px 474px 190px 0px rgba(0,0,0,0.01), 0px 741px 208px 0px rgba(0,0,0,0);
	border-radius: 30px 0px 30px 0px;
	top: -120px;
}

.menu-h1{
	height: 120px;
	line-height: 120px;
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	padding-left: 69px;
}
.menu-list dl{
	margin:;
}

.menu-list dd>a{
	display: block;
	font-size: 26px;
	color: rgba(255,255,255,0.8);
	padding: 20px 15px 20px 69px;
	position: relative;
}
.menu-list dd>a:hover{
	/*font-weight: bold;*/
	color: rgba(255,255,255,1);
}
.menu-list dd>a span.span_a{
	position: relative;
	z-index: 15;
}
.menu-list dd>a::after{
	position: absolute;
	width: 13px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	content:"";
	background-image: url(../images/jt1.png);
	background-size: 100%;
	right: 30px;
	z-index: 11;
	opacity: 0;
}
.menu-list dd>a::before{
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	z-index: 10;
	right: -20px;
	content:"";
	background-color: #fff;
	border-left: 4px solid #E5A23C;
	background: #FFFFFF;
	box-shadow: 0px 30px 65px 0px rgba(0,0,0,0.05), 0px 119px 89px 0px rgba(0,0,0,0.08), 0px 267px 160px 0px rgba(0,0,0,0.08), 0px 474px 190px 0px rgba(0,0,0,0.08), 0px 741px 208px 0px rgba(0,0,0,0.1);
	opacity: 0;
}
.menu-list dd.cur>a::before{
	opacity: 1;
}
.menu-list dd.cur>a::after{
	opacity: 1;
}
.menu-list dd.cur>a span.span_a{
	color: #064D97;
	font-weight: bold;
}
.erji-content{
	width: 1123px;
	padding-top: 50px;
}

.erji-title{
	border-bottom: 1px solid #E5E5E5;
}

.erji-title .fl{
	position: relative;
	top: 1px;
	z-index: 15;
	font-size: 30px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	padding-bottom: 18px;
}

.erji-title .fl::after{
	position: absolute;
	width: 2em;
	left: 0;
	height: 1px;
	bottom: 0;
	content:"";
	background-color: #064D97;
}


.mianbaoxie{
	font-size: 14px;
	color: #999;
	padding-left:25px;
	background-repeat: no-repeat; 
	background-position: 0 center;
	background-image: url(../images/mian.png);
	margin-top: 10px;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #064D97;
}

.erji-content-div{
	margin-top: 30px;
}

.shizi-list dl{
	margin:0;
}

.shizi-list dd+dd{
	margin-top: 30px;
}

.shizi-item{
	background-color: #F5F5F5;
	padding: 25px;
}

.shizi-pic{
	width: 180px;
	margin-right: 35px;
}
.shizi-pic .imgbox_a{
	padding-bottom: 120%;
}

.shizi-con{
	overflow: hidden;
	padding-top: 20px;
}

.shizi-h1{
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.shizi-h2{
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.shizi-p{
	font-size: 14px;
	color: #666;
	margin-top: 25px;
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
}

.shizi-p p{
	margin:0;
}


.fenye{
	margin-top: 70px;
	text-align: center;
}

.fenye ul{
	margin:0;
}

.gongzuo-list dl{
	margin:0;
}

.gongzuo-list dd+dd{
	margin-top: 20px;
}

.gongzuo-item{
	background-color: #f5f5f5;
	padding: 25px 15px 25px 0;
}

.gongzuo-date{
	width: 146px;
	padding: 5px 36px;
	border-right: 1px solid #d1d1d1;
	text-align: center;
	margin-right: 38px;
}

.gongzuo-date-h1{
	font-size: 18px;
	color: #064D97;
	height: 30px;
	line-height: 30px;
}
.gongzuo-date-h2{
	font-size: 14px;
	color: #fff;
	height: 26px;
	line-height: 26px;
	background-color: #064D97;
}

.gongzuo-a{
	font-size: 22px;
	color: #333;
	padding-top: 17px;
}
.gongzuo-a a:hover{
	color: #064D97;
}

.news-list dl{
	margin:0;
}

.news-list dd+dd{
	margin-top: 40px;
}

.news-pic{
	width: 270px;
	margin-right: 20px;
}

.news-pic .imgbox_a{
	padding-bottom: 62.5926%;
}

.news-con{
	overflow:hidden;
	padding-top:  15px;
}

.news-date{
	font-size: 15px;
	color: #333;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/time.png);
}

.news-h1{
	font-size: 21px;
	color: #333;
	font-weight: bold;
	margin:5px 0 15px;
}

.news-h1 a:hover{
	color: #064D97;
}

.news-p{
	font-size: 16px;
	color: #707376;
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
}


.about-p{
	font-size: 18px;
	color: #333;
	line-height: 2;
}

.about-p img{
	margin:0 auto 10px;
	display: block;
}


.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:#064D97;
}