/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"SC";
	src:url("../fonts/SC-Heavy.otf");
}
@font-face{
	font-family:"SCB";
	src:url("../fonts/SourceHanSerifSC-Bold.otf");
}
/*主站变灰*/
/*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{
	height: 133px;
	background-color: #fff;
	position: relative;
	z-index: 999; 
	padding-left: 100px;
	background-image: url(../images/hua.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.logo{
	width: 627px;
	margin-top: 35px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	width: 134px;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.search a{
	display: block;
	height: 133px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/wen1.png);
}

.header-right{
	margin-right: 30px;
	margin-top: 30px;
}

.header-a{
	text-align: right;
	font-size: 14px;
	color: #2E2E2E;
}
.header-a a{
	white-space: nowrap;
}
.header-a a:hover{
	color: #004098;
}
.header-a a img{
	margin-top: -3px;
	margin-right: 8px;
}
.header-a a+a{
	margin-left: 35px;
}
.nav{
	margin-top: 20px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 63px;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 40px;
}
.nav>ul>li>a{
	font-size: 20px;
	color: #000;
}

.nav>ul>li:hover>a{color: #004098;}
.nav>ul>li.cur>a{color: #004098;}


.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	display: none;
	background-color:#fff;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#333;
	text-align: center;
}


.nav>ul>li>ul>li>a:hover{
	background-color: #004098;
	color: #fff;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .flex-direction-nav a{
	width: 54px;
	height: 54px;
	background-size: auto;
  background-color: rgba(255,255,255,0.4);
  backdrop-filter: blur(5px);
  border-radius: 50%;
}
.fafa .flex-direction-nav{
	position: absolute;
	height: 54px;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	bottom: 60px;
}
.fafa .flex-direction-nav .flex-prev{
	left: 0;
	background-image: url(../images/left1.png);
}
.fafa .flex-direction-nav .flex-prev:hover{
	background-color: #003C8F;
}
.fafa .flex-direction-nav .flex-next{
	right: auto;
	left: 70px;
	background-image: url(../images/right1.png);
}
.fafa .flex-direction-nav .flex-next:hover{
	background-color: #003C8F;
}







.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main1{
	background-image: url(../images/main1-bg.jpg);
	padding: 30px 0;
}


.main-div{
	margin-top: 30px;
}


.main1-1{
	width: 800px;
	margin-right: 48px;
}

.main1-pic .imgbox_a{
	padding-bottom: 60.21%;
}


.main1-con{
	margin-top: 25px;
	border-bottom: 2px solid #0051AD;
}

.main1-con h1{
	margin:0;
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
.main1-con h1 a:hover{
	color: #004098;
}
.main1-con p{
	margin:0;
	font-size: 16px;
	color: #364150;
	line-height: 1.4;
	height: 2.8em;
	overflow: hidden;
	margin-top: 15px;
}

.main1-con h2{
	margin:0;
	font-size: 18px;
	color: #004098;
	font-weight: bold;
	padding: 26px 0;

}
.fmain1 .flex-control-nav{
	height: 0;
	bottom: 225px;
}
.fmain1 .flex-control-nav li{
	margin:0 6px;
}
.fmain1 .flex-control-paging li a{
	width: 12px;
	height: 12px;
	background-image: none!important;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-color: #004098;
}

.main1-2{
	overflow:hidden;
}

.main1-2-1-pic .imgbox_a{
	padding-bottom: 60.21%;
}

.main1-2-1-con{
	padding: 20px 0;
}

.main1-2-1-con h1{
	margin:0;
	font-size: 15px;
	color: #333;
}
.main1-2-1-con h2{
	margin:0;
	font-size: 20px;
	color: #333;
	margin-top: 8px;
}
.main1-2-1-con h2 a:hover{
	color: #004098;
	font-weight: bold;
}

.main1-2-2 dl{
	margin:0;
}
.main1-2-2 dd{
	border-bottom: 1px solid #CAD2DC;
}
a.main1-2-2-con{
	padding: 20px 0;
	display: block;
}

a.main1-2-2-con h1{
	margin:0;
	font-size: 15px;
	color: #333;
}
a.main1-2-2-con h2{
	margin:0;
	font-size: 20px;
	color: #333;
	margin-top: 8px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

a.main1-2-2-con:hover{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #004098;
}

a.main1-2-2-con:hover h1{
	color: #fff;
}
a.main1-2-2-con:hover h2{
	color: #fff;
}


.main2{
	background-image: url(../images/main2-bg.jpg);
	padding: 30px 0;
}
.main2-list .item{
	background-image: url(../images/bb.png);
	background-repeat: no-repeat;
	background-position: 72px 0;

}
.main2-date{
	margin-right: 50px;
	text-align: center;

}
.main2-date h1{
	margin:0;
	font-size: 34px;
	color: #004098;
	font-weight: bold;
}
.main2-date h2{
	margin:0;
	font-size: 14px;
	color: #004098;
	margin-top: 5px;
}
.main2-con{
	overflow: hidden;
}
.main2-con-h1-1{
	font-size: 20px;
	color: #333;
}
.main2-con-h1-2{
	font-size: 20px;
	color: #333;
	margin-top: 5px;
}
.main2-con-h1-2 a:hover{
	color: #004098;
	font-weight: bold;
}
.main2-con-p{
	font-size: 16px;
	color: #364150;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 30px;
	display: none;
}
.main2-list .owl-nav{
	position: relative;
	width: 130px;
	height: 54px;
	margin:15px auto 0;
}
.main2-list .owl-nav button.owl-prev{
  position: absolute;
  left:0px;
  top: 0%;
  width: 54px;
  height: 54px;
  border:1px solid #d4d5d5;
  border-radius: 50%;
  background-image: url(../images/left0.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
}
.main2-list .owl-nav button.owl-prev:hover{
	border-color: #004098;
	background-color: #004098;
  background-image: url(../images/left1.png);
}
.main2-list .owl-nav button.owl-next{
  position: absolute;
  right:0px;
  top: 0%;
  width: 54px;
  height: 54px;
  border:1px solid #d4d5d5;
  border-radius: 50%;
  background-image: url(../images/right0.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
}

.main2-list .owl-nav button.owl-next:hover{
	border-color: #004098;
	background-color: #004098;
  background-image: url(../images/right1.png);
}




.main3{
	background-image: url(../images/main3-bg.jpg);
	padding: 30px 0;
}


.main3-1{
	width: 929px;
	margin-right:33px; 
}

.main3-1-item{
	width: 48.87%;
	background-color: #fff;
}

.main3-1-pic .imgbox_a{
	padding-bottom: 67.18%;
}

.main3-1-con{
	padding: 26px 18px 34px;
}

.main3-1-con h1{
	margin:0;
	font-size: 20px;
	color: #000;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
}
.main3-1-con h1 a:hover{
	color: #004098;
	/*font-weight: bold;*/
}
.main3-1-con p{
	margin:0;
	font-size: 14px;
	color: #364150;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin:18px 0 25px;
}
.main3-1-con h2{
	margin:0;
	font-size: 14px;
	color: #004098;
	font-weight: bold;
}
.main3-1-con h2 img{
	margin-top: -4px;
	margin-right: 5px;
}



.main3-2{
	overflow: hidden;
}

.main3-2 dl{
	margin:0;
}

.main3-2 dd{
	background-color: #fff;
	padding: 18px 15px 18px 0;
}
.main3-2 dd+dd{
	margin-top: 17px;
}
.main3-2-date{
	width: 100px;
	text-align: center;
	border-right: 1px solid rgba(0,64,152,0.3);
	margin-right: 20px;
}

.main3-2-date h1{
	margin:0;
	font-size: 32px;
	color: #004098;
	font-weight: bold;
	line-height: 1;
}
.main3-2-date h2{
	margin:0;
	font-size: 14px;
	color: #004098;
	line-height: 1;
	margin-top: 8px;
}

.main3-2-con{
	overflow: hidden;	
}

.main3-2-a{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}
.main3-2-a a:hover{
	color: #004098;
}

.title-00.title-00-bai .title-00_1{
	border-color: #fff;
}

.title-00.title-00-bai .title-00_1 h1  span{
	color: #fff;
}

.title-00.title-00-bai .title-00_1 h2{
	color: rgba(255,255,255,0.3);
}
.title-00.title-00-bai .title-00_1 h2 span{
	color: #fff;
}

.title-00.title-00-bai a.fr::before{
	background-color: rgba(230,230,230,0.2);
}
.title-00.title-00-bai a.fr::after{display: none;}

.title-00.title-00-bai  a.fr span:first-child{
	color: #fff;
	background-image: url(../images/jt2.png);
}
.title-00.title-00-bai  a.fr span{
	color: rgba(255,255,255,0.7);
}


.main4{
	padding: 30px 0 150px; 
}


.main4-2{
	margin-top: 40px;
}
.title-00_1{
	padding-right: 15px;
	border-right: 2px solid #004098;
}
.title-00_1 h1{
	margin:0;
	font-size: 20px;
	color: rgba(158,158,158,0.2);
	font-family:"SCB";
	text-align: right;
	line-height: 1;
}


.title-00_1 h1 span{
	font-family:"SCB";
	width: 24px;
	height: 80px;
	/*font-family: Source Han Serif CN, Source Han Serif CN;*/
	font-weight: 600;
	font-size: 56px;
	line-height: 1;
	text-align: left;
	font-style: normal;
	text-transform: none;
	/*background: linear-gradient(97.61974985698794deg, rgba(0,81,173,0.5) 0%, rgba(0,81,173,0) 100%);*/
	/*color: #0051AD;*/
	color: #004098;
	padding-right: 8px;
	opacity: 0.5;
}
.title-00_1 h2{
	margin:0;
	font-size: 48px;
	color: #1A2633;
	font-family:"SCB";
	line-height: 1;
}
.title-00_1 h2 span{
	color: #004098;
}
.title-00 a.fr{
	width: 230px;
	position: relative;
	padding-top: 18px;
	margin-top: 20px;
}
.title-00 a.fr::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	content:"";
	background-color: #E6E6E6;
	z-index: 1;
}
.title-00 a.fr::after{
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	height: 1px;
	content:"";
	background-color: #018134;
	z-index: 10;
}
.title-00 a.fr:hover  span:first-child{
	font-weight: bold;
}


.title-00 a.fr span{
	display: block;
	font-size: 14px;
	color: #666;
}


.title-00 a.fr span:first-child{
	font-size: 18px;
	color: #018134;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt3.png);
}

.main4-1-list{
	margin-top: 30px;
	font-size: 0;
}

.main4-1-item{
	display: inline-block;
	width: 480px;
	margin-right: 30px;
}

.main4-1-item .imgbox_a{
	padding-bottom: 61.67%;
}
.main4-1-item .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 15px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	z-index: 15;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0,0,0,0.3);
}
.main4-1-item .imgbox_a::before{
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	content:"";
	background-image: url(../images/ces1-zz2.png);
	background-repeat: repeat-x;
	background-position: center 100%;
	display: none;
}

.main4-2-list{
	margin-top: 40px;
	padding-bottom: 25px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.main4-2-list a{
	font-size: 18px;
	color: #333;
	margin-right: 30px;
}
.main4-2-list a:hover{
	color: #004098;
	font-weight: bold;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-image: url(../images/footer-bg.jpg);
	position: relative;
}

#footer::before{
	position: absolute;
	width: 100%;
	height: 82px;
	left: 0;
	bottom: 100%;
	content:"";
	background-image: url(../images/lang.png);
	background-repeat: no-repeat;
	background-position: center;
}


.footer-1{
	padding: 45px 0;
}

.er{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100px;
	margin:0 auto 18px;
}


.foo-logo{
	width: 585px;
	margin-right: 125px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}

.foo1-con{
	overflow: hidden;
}

.foo1-con h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.foo1-p{
	font-size: 16px;
	color: #fff;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 2;
	margin-top: 15px;
}
.foo1-p p{
	margin:0;
	
}


.footer-2{
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 1.8;
}

.footer-2 a:hover{
	opacity: 1;
}
/**************************************************************/
/*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>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:22px;
}
.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: 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{
	padding-bottom: 26.875%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.erji{
	padding: 65px 0 180px;
	min-height: 800px;
	background-image: url(../images/erji-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



.menu{
	width: 260px;
	background-color: #004098;
	padding: 25px 0 250px;
	position: relative;
	overflow: hidden;
}
.menu::before{
	position: absolute;
	width: 63px;
	height: 54px;
	right: 0px;
	top: 0px;
	background-image: url(../images/menu-bg1.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	z-index: 1;
}
.menu::after{
	position: absolute;
	width: 185px;
	height: 178px;
	right: -60px;
	bottom: -37px;
	background-image: url(../images/menu-bg2.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	z-index: 1;
}
.menu-title-wp{
	padding-left: 28px;
	position: relative;
	z-index: 15;
}
.menu-title{
	padding-left: 13px;
	border-left: 3px solid #0AB84F;
}
.menu-title h1{
	margin:0;
	font-size: 28px;
	color: #fff;
	line-height: 1;
	font-family:"SCB";
}
.menu-title h2{
	margin:0;
	font-size: 16px;
	color: #9E9E9E;
	line-height: 1;
	opacity: 0.2;
	font-family:"SCB";
	margin-top: 8px;
}

.menu-list{
	position: relative;
	z-index: 15;
	margin-top: 30px;
}

.menu-list dl{
	margin:0;
}

.menu-list dd>a{
	display: block;
	position: relative;
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	font-family:"SCB";
	height: 57px;
	line-height: 57px;
	padding-left: 44px;
	transition: opacity .3s;
}
.menu-list dd>a:hover{
	opacity: 1;
}
.menu-list dd.cur{
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.menu-list dd.cur>a{
	opacity: 1;
	padding-left: 56px;
}
.menu-list dd>a::after{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	content:"";
	background-image: url(../images/jt1h.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	width: 6px;
	height: 9px;
}

.erji-content{
	width: 1090px;
}
.erji-title{
	border-bottom: 1px solid #E5E5E5;
}
.erji-title .fl{
	font-size: 30px;
	color: #222;
	font-family: "SCB";
	padding-bottom: 20px;
}

.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}


.mianbaoxie a:hover,
.mianbaoxie span{
	color: #004098;
}

.erji-content-div{
	margin-top: 30px;
}

.about-p{
	font-size: 18px;
	color: #504C4C;
	line-height: 2;
}
.kexue-list{
	padding-top: 15px;
}
.kexue-list dl{
	margin:0;
}
.kexue-list dd{
	height: 16px;
	line-height: 16px;
	padding-left:22px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
	color: #222;
	position: relative;
	padding-right: 95px;
	border-left: 2px solid #004098;
}

.kexue-list dd+dd{
	margin-top: 40px;
}
.kexue-list dd>span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}

.kexue-list dd>a:hover{
	color: #004098 ;
	font-weight: bold;
}

.fenye{
	text-align: center;
	margin-top: 70px;
}

.fenye ul{
	margin:0;
}

.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:#004098;
}


.news-list dl{
	margin:0;
}

.news-list dd+dd{
	margin-top: 30px;
}

.news-pic{
	width: 270px;
	margin-right: 25px
}

.news-list .imgbox_a{
	padding-bottom: 62.6%;
}

.news-con{
	overflow:hidden; 
	padding-top: 20px;
}

.news-con h1{
	margin:0;
	font-size: 15px;
	color: #333;
}
.news-con h1 img{
	margin-top: -3px;
	margin-right: 8px;
}
.news-con h2{
	margin:0;
	font-size: 19px;
	color: #333;
	margin:15px 0 20px;
}

.news-con h2 a:hover{
	color: #004098;
	font-weight: bold;
}

.news-con p{
	margin:0;
	font-size: 14px;
	color: #707376;
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
}
.pic1-list{
	overflow: hidden;
}
.pic1-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.pic1-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.pic1-list dd .main4-1-item{
	width: 100%;
	display: block;
}

.pic1-list dd .main4-1-item .imgbox_a h1{
	font-size: 20px;
}