/**************************************/
/*************[公用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;
	z-index: 999;
}

.header-1{
	height: 100px;
	background-color: #fff;
}

.logo{
	width: 699px;
	margin-top: 15px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	position: relative;
	margin-top: 33px;
	width:310px;
	
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 37px;
	border:1px solid #d3e5ef;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 45px 6px 25px;
	border-radius: 999em;
}

.search input[type="image"]{
	position: absolute;
	right: 14px;
	top: 9px;
	width: 18px;
}


.header-a{
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	margin-right: 40px;
	margin-top: 40px;
}
.header-a img{
	margin-top: -3px;
	margin-right: 10px;
}
.header-a a:hover{
	color: #0034a2;
}





.nav-wp{
	background-color: #0034a2;
}

.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	position: relative;
	width: 8.3333%;
	text-align: center;
}
.nav>ul>li+li{
	border-left: 1px solid #0034a2;
}
.nav>ul>li>a{
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	color: #fff;
	position: relative;
	font-weight: bold;
}

.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	background-color: #032d87;
}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	top:100%;
	z-index: 600;
	background-color: #0034a2;
	display: none;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #032d87;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .flex-control-nav{
	height: 0;
	bottom: 50px;
}
.fafa .flex-control-nav li{
	margin:0 7px;
}


.fafa .flex-control-paging li a{
	width: 15px;
	height: 15px;
}
.fafa .flex-control-paging li a.flex-active{
	width: 35px;
}

.main-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1{
	padding: 60px 0;
	background-image: url(../images/main1-bg.jpg);
}

.main1-1{
	width: 1025px;
	margin-right: 65px;
}
.title-11{
	padding-bottom: 35px;
}
.title-11.ziBai .fl{color: #fff;}
.title-11.ziBai .fl span{color: #fff;}
.title-11.ziBai a.fr{color: #fff!important;background-image: url(../images/frh.png);}
.title-11.ziBai a.fr:hover{
	font-weight: bold;
}
.title-11 .fl{
	font-size: 16px;
	color: #bbb;
	text-transform: uppercase;
}
.title-11 .fl span{
	font-weight: bold;
	color: #333;
	font-size: 36px;
	padding-right: 15px;
}


.title-11 a.fr{
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
	padding-right: 38px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/fr.png);
	margin-top: 12px;
}
.title-11 a.fr:hover{
	color: #0034a2;
}

.main1-1-left{
	width: 638px;
	margin-right: 24px;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 65.674%;
}

.main1-1-con{
	background-color: #fff;
	padding:30px 35px 75px;
}

.main1-1-h1{
	font-size: 16px;
	color: #0034a2;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/date1.png);
}
.main1-1-h2{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin:15px 0 12px;
}
.main1-1-h2 a:hover{
	color: #0034a2;
}

.main1-1-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}



.fmain1 .flex-control-nav{
	height: 0;
	bottom: 53px;
}
.fmain1 .flex-control-nav li{
	margin:0 14px;
}


.fmain1 .flex-control-paging li a{
	width: 12px;
	height: 12px;
	background-image: url(../images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}





.main1-1-right{
	overflow: hidden;
}

.main1-1-pic2 .imgbox_a{
	padding-bottom: 65.66%;
}

.main1-1-date2{
	position: absolute;
	left: 0;
	bottom: 18px;
	z-index: 15;
	background-image: url(../images/main1-1-date2.png);
	width: 121px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	color: #fff;
	padding-left: 30px;
}

.main1-1-con2{
	background-color: #f6f6f6;
	padding:25px 30px 25px;
}

.main1-1-2-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main1-1-2-h1 a:hover{
	color: #0034a2;
}


.main1-1-2-p{
	font-size: 16px;
	color: #333;
	margin-top: 13px;
}

.main1-1-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.main1-1-right-item{
	border-bottom: 2px solid #dddddd;
	padding: 35px 30px 15px;
}

.main1-1-right-item .main1-1-2-h1{
	margin-top: 10px;
}

.main-over{
	overflow: hidden;
}
.main1-2-list{
	position: relative;
}
.main1-2-list::before{
	position: absolute;
	width: 1px;
	top: 13px;
	bottom: 0;
	background-color: #dddddd;
	content:"";
	left: 3px;
	z-index: 5;
}
.main1-2-list dl{
	margin:0;
	position: relative;
	z-index: 15;
}

.main1-2-list dd+dd{
	margin-top: 18px;
}


.main1-2-date{
	background-image: url(../images/main1-2-date.png);
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 15px;
	color: #0034a2;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: left center;
}

.main1-2-a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	padding-left: 32px;
	margin-top: 10px;
}
.main1-2-a a:hover{
	color: #0034a2;
}



.main2{
	padding: 70px 0 90px;
	background-image: url(../images/main2-bg.jpg);
}


.main2-div{
	background-color: #fff;
	border:2px solid #ddd;
}


.main2-1{
	width: 535px;
	border-right: 2px solid #ddd;
	padding: 42px 50px 55px;
}

.main2-1-pic .imgbox_a{
	padding-bottom: 65.525%;
}

.main2-1-con{
	margin-top: 40px;
}

.main2-1-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.main2-1-h1 a:hover{
	color: #0034a2;
}

.main2-1-p{
	font-size: 16px;
	color: #333;
	line-height:2;
	height: 4em;
	overflow: hidden;
	margin-top: 12px;
}

.main2-1-bm{
	margin-top: 70px;
}

.main2-1-bm a.fl{
	width: 56px;
	height: 56px;
	background-image: url(../images/fl.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.main2-1-bm a.fl:hover{
	background-image: url(../images/flh.jpg);

}
.main2-1-bm .fr{
	font-size: 16px;
	color: #0034a2;
	height: 56px;
	line-height: 56px;
}

.main2-2 dl{
	margin:0;
}
.main2-2 dd{
	padding: 34px 60px;
}
.main2-2 dd+dd{
	border-top: 2px solid #ddd;
}
.main2-2 .main2-1-h1{
	margin-top: 10px;
}

.main3{
	padding: 50px 0 140px;
	background-image: url(../images/main3-bg.jpg);
}


.main3-1{
	width: 625px;
	margin-top: 110px;
	margin-right: 60px;
}
.main3-1 .title-11 {
  padding-bottom: 0px;
}
.main3-1-yw{
	font-size: 16px;
	color: #666;
	padding-left: 47px;
	position: relative;
	text-transform: uppercase;
	margin-top: 15px;
}
.main3-1-yw::before{
	position: absolute;
	left: 0;
	height: 2px;
	background-color: #0034a2;
	content:"";
	width: 41px;
	top: 50%;
	margin-top: -1px;
}

.main3-1-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 45px;
}
.more11{
	margin-top: 70px;
}
.more11 a{
	display: block;
	width: 174px;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #0034a2;
}
.more11 a:hover{
	font-weight: bold;
}
.more11 a img{
	margin-top: -3px;
	margin-left: 11px;
}

.main3-2{
	width: 693px;
}

.main3-2-dl dl{
	margin:0;
}

.main3-2-dl dd{
	float: left;
	width: 50%;
}


.main3-2-dl dd .imgbox_a{
	padding-bottom: 84.73%;
}
.main3-2-dl dd .imgbox_a:hover .main3-2-con1{opacity: 0;}
.main3-2-dl dd .imgbox_a:hover .main3-2-con2{opacity: 1;visibility: visible;}
.main3-2-con1{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-image: url(../images/lanyin1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 1;
	transition: opacity .3s;
}

.main3-2-con1-h1-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px 18px;
}

.main3-2-con1-h1{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
}


.main3-2-con2{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	background-color: rgba(0,52,162,0.8);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}


.main3-2-con2-div .main3-2-con1-h1-wp{
	position: relative;
	padding: 0
}

.main3-2-con2-div{
	position: absolute;
	width: 100%;
	padding: 0 30px;
	top: 50%;
	transform: translateY(-50%);
}

.main3-2-line{
	width: 40px;
	height: 4px;
	background-color: #fff;
	margin:18px 0 28px;
}

.main3-2-con2-item{
	font-size: 14px;
	color: #fff;
	height: 23px;
	line-height: 23px;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
}
.main3-2-con2-item+.main3-2-con2-item{
	margin-top: 13px;
}

.fmain3-2 .flex-direction-nav a{
	width: 57px;
	height: 57px;
	top: auto;
	margin-top: 0;
	bottom: 0;
}

.fmain3-2 .flex-direction-nav a.flex-next{
	right: 0;
}
.fmain3-2 .flex-direction-nav a.flex-next:hover{
	background-image: url(../images/b-right-h.png);
}
.fmain3-2 .flex-direction-nav a.flex-prev{
	left: auto;
	right: 64px;
}
.fmain3-2 .flex-direction-nav a.flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}


.main3-3{
	overflow: hidden;
}

.main3-3 dl{
	margin:0;
}

.main3-3 dd{
	float: left;
	width: 50%;
	background-color: #013158;
	height: 294px;
	background-repeat: repeat-x;
	background-position: left center;
	padding: 35px 40px 0;
}
.main3-3 dd:nth-child(2),
.main3-3 dd:nth-child(3){
	background-image: url(../images/main3-3-bg.jpg);
}




.erji-content-div .main3-3{margin-top: 0}
.erji-content-div .main3-3 dd{
	background-color: #eee!important;
	background-image:none!important;
	float: none;
	width: 100%;
	margin-top: 30px;
	height: auto;
	padding: 25px 35px;
}
.erji-content-div .main3-2-con1-h1 a:hover{
	color: #0034a2;
}
.erji-content-div .main3-2-con1-h1{color: #333;}
.erji-content-div .main3-2-line{background-color: #333;}
.erji-content-div .main3-2-con2-item{color: #666;}
.main4{
	position: relative;
	z-index: 15;
}
.main4-top{
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
}
.main4-bottom{
	background-image: url(../images/main4-bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main4-list{
	position: relative;
	padding-left: 1px;
}
.main4-list::before{
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	background-color: #fff;
	opacity: 0.3;
	top: 0;
	content:"";
}
/*.main4-list::after{
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	background-color: #fff;
	opacity: 0.3;
	top: 0;
	content:"";
}*/
.main4-item{
	height: 555px;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.3);
	padding: 95px 30px 0;
}

.main4-item1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px 50px;
	z-index: 10;
	opacity: 1;
	transition: opacity .3s;
}

.main4-a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}


.main4-item2{
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
	position: relative;
	z-index: 50;
}


.main4-line{
	width: 40px;
	height: 4px;
	background-color: #fff;
	margin:20px 0 28px;
}

.main4-p{
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}
.more22{
	margin-top:160px;
}
.more22 a{
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
}

.more22 a img{
	margin-top: -3px;
	margin-left: 5px;
	display: inline-block!important;
	width: 40px!important;
}
.more22 a:hover{
	font-weight: bold;
}

.main4-item:hover .main4-item1{opacity: 0;}
.main4-item:hover .main4-item2{opacity: 1;visibility: visible;}



.main4-list .owl-nav button.owl-prev{
  position: absolute;
  left:-56px;
  top: 50%;
  margin-top: -51px;
  width: 56px;
  height: 102px;
  background-image: url(../images/left2.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
}

.main4-list .owl-nav button.owl-next{
  position: absolute;
  right:-56px;
  top: 50%;
  margin-top: -51px;
  width: 56px;
  height: 102px;
  background-image: url(../images/right2.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
}



.main5{
	background-image: url(../images/main5-bg.jpg);
	padding:70px 0 80px;
}

.main5-dl{
	padding: 0 50px;
}
.main5-dl dl{
	margin:0;
	margin-left: -2%;
}

.main5-dl dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	font-size: 0;
	text-align: center;
}

.main5-dl dd>a{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.main5-dl dd>a:hover{
	color: #0034a2;
}
.main5-dl dd>a img{
	display: block;
	width: 106px;
	margin:0 auto 25px;
}


/**************************************************************/
/*main-over*/




 
/*footer-start*/
/**************************************************************/

#footer{
	padding: 75px 0 55px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.er-wp{
	width: 240px;
	margin-top: 37px;
}

.er{
	width: 102px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}

.foo1-0{
	width: 175px;
}
.foo1-1{
	width: 280px;
	margin-left: 200px;
}


.foo1-2{
	width: 400px;
	margin-left: 210px;
}

.foo1-h1{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 25px;
	line-height: 1;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.foo1-1-dl dl{
	margin:0;
	padding-top: 25px;
}
.foo1-1-dl dd{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 1.6;
}
.foo1-1-dl dd+dd{
	margin-top: 10px;
}




.footer-2{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 100px;
}

/**************************************************************/
/*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;
}
/*.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: 16px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}




.erji{
    padding: 35px 0 70px;
}

.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}
.erji-title h1{
	margin:0;
	font-size:22px;
	font-weight: bold;
	color: #0034a2;
	padding-bottom: 15px;
	border-bottom: 3px solid #0034a2;
}

.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #0034a2;
}
.erji-div{
	padding-top: 27px;
}
.menu{
	width: 260px;
	margin-right: 40px;
}
.erji-content{
	overflow: hidden;
}
.menu-dl ul{
	margin:0;
	padding: 17px 15px 17px 45px;
}
.menu-dl li+li{
	margin-top: 12px;
}
.menu-dl li a:hover,
.menu-dl li.cur a{
	color: #0034a2;
}
.menu-dl dl{
	margin:0;
	background-color: #f5f5f5;
}
.menu-dl{
	border:1px solid #d4d4e1;
}
.menu-dl dd+dd{
	border-top:1px solid #d4d4e1;
}
.menu-dl dd>a{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left:38px;
	font-size:14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: 92% center;
}
.menu-dl dd.cur>a,.menu-dl dd>a:hover{
	background-image: url(../images/jt.png);
	background-color: #0034a2;
	color: #fff;
}

.menu-dl dd>span{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left:38px;
	font-size:14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: 92% center;
}
.menu-dl dd.cur>span{
	background-image: url(../images/jt.png);
	background-color: #0034a2;
	color: #fff;
}


.erji-content .main3-1-list dl{margin-left: 0;}
.erji-content .main3-1-list dd{margin-left: 0;width: 100%;float: none;}

.fenye{
	text-align: center;
	margin-top: 50px;
}
.fenye ul{
	margin:0;
}

.danpian{
	padding-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;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#0034a2;
}

.erji .main2-2{
	border-top: 0
}
.erji .main2-2 dd {
    padding: 25px 0px;
    border-top: 0!important;
    border-bottom: 1px solid #ddd;
}

.pic-list dl{
	margin:0;
	margin-left: -3%;
}

.pic-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.pic-h1{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-top: 20px;
}

.pic-list dd:hover .pic-h1{
	color: #0034a2;
}



.sanji-dl{
	padding-top: 40px;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	min-width: 115px;
	margin-right: 12px;
	margin-bottom: 10px;
}

.sanji-dl dd>a{
	display: block;
	font-size: 20px;
	color: #333;
	padding: 10px 15px;
	text-align: center;
	background-color: #ededed;
}
.sanji-dl dd.cur>a,
.sanji-dl dd>a:hover{
	background-color: #0034a2;
	color: #fff;
}

.list03 dl{
	margin:0;
}

.list03 dd{
	float: left;
	width: 50%;
	padding: 35px 0;
	border-bottom: 1px dashed #efefef;
}
.list03 dd:nth-child(odd){
	padding-right: 40px;
}
.list03 dd:nth-child(even){
	padding-left: 40px;
}
.list03-pic{
	width: 160px;
	margin-right: 30px;
}

.list03-pic .imgbox_a{
	padding-bottom: 125%;
}

.list03-con{
	overflow: hidden;
	padding-top: 8px;
}

.list03-h1{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}

.list03-h1 a:hover{
	color: #0034a2;
}

.list03-h2{
	font-size: 16px;
	color: #333;
	margin-top: 8px;
}

.list03-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow:hidden;
	margin-top: 10px;
}

.list03-a{
	margin-top: 22px;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
}
.list03-a img{
	margin-top: -3px;
	margin-left: 5px;
}
.list03-a a:hover{
	color: #0034a2;
}