


/*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: 998;
}

.header-1{
	height:122px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-1.jpg);
}

.logo{
	width: 604px;
	margin-top: 12px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-1-right{
	width:350px;
	margin-top: 20px;
}
.header-1-dl{
	padding-left: 5px;
}
.header-1-dl dl{
	margin:0;
}

.header-1-dl dd{
	float: left;
	padding-left:23px;
	font-size: 14px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left center;
}
.header-1-dl dd a:hover{
	color: #307ece;
}
.header-1-dl dd+dd{
	margin-left: 22px;
}

.header-1-dl dd:first-child+dd+dd+dd{
	float: right;
	padding-left: 0;
	margin-left: 0;
}

.search{
width:278px;
margin-left:auto;
	height: 43px;
	position: relative;
	margin-top: 16px;
	background-image: url(../images/search.png);
	padding-right: 60px;
	padding-left: 33px;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	width: 100%;
	border:0;
	height: 43px;
	padding: 8px 0px;
	background-color: transparent;
	font-size: 14px;
	color: #333;
	line-height:  1.42857143;
}
.search input[type="image"]{
	position: absolute;
	right:21px;
	top: 11px;
	width:21px;
}

.nav-wp{
	position: relative;
	background-color:#307ece;
	z-index: 500;
}


.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 9.0909090909%;
	text-align: center;
	position: relative;

}
.nav>ul>li>a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*background-color:#a90e00;*/
	font-weight: bold;

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0; 
	top:100%;
	z-index: 600;
	background-color: #307ece;
	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: #296aac;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.banner{
	padding-top: 20px;
}
/*.fafa .slides>li{
	height: 457px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img{
	display: none;
	width: 100%;
}*/

.fafa .flex-control-paging li a{
	width: 13px;
	height: 13px;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 37px;
}
.fafa .flex-control-nav li{
	margin:0 5px;
}

.main1{
	background-color: #fff;
	padding: 40px 0 75px;
}


.main1-1{
	width: 924px;
	margin-right: 30px;
}

.title-11{
	position: relative;
}
.title-11::after{
	position: absolute;
	left: 108px;
	bottom: 0;
	right: 0;
	content:"";
	height: 2px;
	background-color: #d5d5d5;
}
.title-11 .fl h1{
	margin:0;
	font-size: 22px;
	color: #d1d1d1;
	font-weight: bold;
	text-transform: uppercase;
}
.title-11 .fl h2{
	margin:0;
	font-size: 22px;
	color: #333;
	line-height: 1;
	margin-top: 10px;
}
.title-11 .fl h2 span{
	color: #225baf;
}
.title-11 a.fr{
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
.title-11 a.fr:hover{
	color: #225baf;
}


.main1-1-div{
	margin-top: 33px;
}
.main1-1-left{
	width: 505px;
	margin-right: 20px;
}


.fmain1 .imgbox_a{
	padding-bottom: 58.2%;
}

.fmain1 .imgbox_a h1{
	position: absolute;
	margin:0;
	z-index: 15;
	left: 0;
	right: 0;
	bottom: 0;
	height: 53px;
	line-height: 53px;
	padding-left: 14px;
	padding-right: 125px;
	background-image: url(../images/heidi.png);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{margin-left: 5px;}
.fmain1 .flex-control-paging li a{
	background-image: none;
	text-indent: 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 17px;
	height: 17px;
	line-height: 17px;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-color: #307ece;
}
.fmain1 .flex-control-nav{
	height: 0;
	bottom: 34px;
	text-align: right;
	padding-right: 13px;
}

.main1-1-2-item{
	width: 48.9%;
	margin-top: 2.2%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.main1-1-2-pic .imgbox_a{
	padding-bottom: 51.8%;
}

.main1-1-2-bai{
	background-color: #fff;
}

.main1-1-2-date{
	width: 66px;
	height: 51px;
	text-align: center;
	padding-top: 6px;
}
.main1-1-2-date h1{
	margin:0;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.main1-1-2-date h2{
	margin:0;
	font-size: 12px;
	color: #000;
	margin-top: 3px;
}
.main1-1-2-con{
	height: 51px;
	line-height: 51px;
	font-size: 14px;
	font-weight: bold;color: #000;
	padding-right: 10px;
}
.main1-1-2-item:hover .main1-1-2-con{
	color: #307ece;
}


.main1-1-right{
	overflow: hidden;
	padding-top: 5px;
}
.tui{
	padding-bottom: 15px;
	border-bottom: 1px solid #d5d5d5;
}
.tui h1{
	margin:0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.tui h1 a:hover{
	color: #307ece;
}
.tui h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:18px 0 13px;
}
.tui p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}
.main1-1-dl{
	padding-top: 25px;
}
.main1-1-dl dl{
	margin:0;
}

.main1-1-dl dd{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:13px;
  overflow: hidden;
	position: relative;
	padding-right:58px;
	height: 22px;
	line-height: 22px;
}

.main1-1-dl dd+dd{
	margin-top:21px;
}


.main1-1-dl dd a{
	font-size: 16px;
	color:#333;
}
.spanii{
	font-size: 16px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.main1-1-dl dd a:hover{
	color:#307ece;
}

.main1-2{
	overflow: hidden;
	background-color: #fff;
	padding: 9px 9px 3px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.title-22{
	background-image: url(../images/title-22-1.png);
	background-repeat: no-repeat;
	background-position: center;

}

.title-22 .fl{
	height: 57px;
	line-height: 57px;
	color: #fff;
	font-size: 20px;
	padding-left: 41px;
}
.title-22 a.fr{
	font-size: 16px;
	color: #fff;
	margin-top: 18px;
	margin-right: 17px;
}
.title-22 a.fr:hover{
	font-weight: bold;
}

.main1-2-dl{
	padding: 0	10px;
}
.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd{
	padding: 18px 0;
}
.main1-2-dl dd+dd{
	border-top: 1px solid #ebebeb;
}

.main1-2-date{
	width: 64px;
	height: 64px;
	border-radius: 5px;
	margin-right: 19px;
	background-color: #225baf;
	padding-top: 10px;
}

.main1-2-date h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.main1-2-date h2{
	margin:0;
	font-size:12px;
	color: #fff;
	text-align: center;
	margin-top: 4px;
}

.main1-2-con{
	overflow: hidden;
	padding-top: 3px;
}

.main1-2-a{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main1-2-a a:hover{
	color: #307ece;
}
.main2{
	background-image: url(../images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0 80px;
}

.main2 .title-11 .fl h1{
	color: #d1d9e5;
}
.main2 .title-11::after{
	background-color: #dae2ee;
}


.main2-list{
	margin-top: 32px;
}

.main2-item{
	height: 259px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(../images/main2-item.png);
	padding: 25px 20px;

}
.main2-item:hover{
	background-image:url(../images/main2-itemh.png);

}
.main2-item h1{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	padding-bottom: 12px;
}
.main2-item h1 a:hover{
	color: #307ece;
}

.main2-item-div{
	margin-top: 15px;
}

.main2-pic{
	width: 133px;
	margin-right: 14px;
}
.main2-pic .imgbox_a{
	padding-bottom: 116.54%;
}

.main2-dl{
	overflow: hidden;
	max-height: 155px;
}

.main2-dl dl{
	margin:0;
	
}
.main2-dl dd{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 3px;
}
.main2-dl dd+dd{
	margin-top: 6px;
}
.main2-item-con{
	overflow: hidden;
}

.main3{
	background-color: #f7faff;
	padding: 60px 0 55px;
}



.main3-2{
	overflow: hidden;
}


.main3-bottom{
	margin-top: 48px;
	border:1px solid #dfe0e0;
	background-color: #fff;
	padding-left: 55px;
	position: relative;
}

.main3-list-wp{
	padding: 14px 24px;
}

.main3-list .item .imgbox_a{
	padding-bottom: 28.6747%;
}

.main3-title{
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	width: 56px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main3-title.jpg);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	padding: 32px 15px 0;
}
.main3-2-dl{
	padding-top: 25px;
}
.main3-2-dl dl{
	margin:0;
}
.main3-2-dl dd>a{
	display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:20px;
  overflow: hidden;
	position: relative;
	padding-right:75px;
	height: 54px;
	line-height: 52px;
	border:1px solid #d5d5d5;
	font-size: 16px;
	color:#333;
	transition: border-color .3s,color .3s;
	position: relative;
}
.main3-2-dl dd+dd{
	margin-top: 17px;
}

.main3-2-dl a:hover{
	color:#307ece;
	border-color:#307ece;
}
.main3-2-dl a::after{
	width: 27px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	position: absolute;
	content:"";
	background-image: url(../images/after.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 14px;
}

.main3-1-div{
	margin-top: 25px;
}

.main3-1-left{
	width: 460px;
	margin-right: 16px;
}


.main3-1-right{
	overflow: hidden;
}
.main3-1-right .main1-1-dl{
	padding-top: 10px;
	padding-bottom: 2px;
}
.main3-1-right .main1-1-dl dd+dd{
	margin-top: 16px;
}

.main3-1-item{
	background-color: #ecf1f8;
}
.main3-1-item+.main3-1-item{
	margin-top: 28px;
}
.main3-1-pic{
	width: 142px;
	border-right: 5px solid #fff;
}
.main3-1-pic .imgbox_a{
	padding-bottom: 113.14%;
}

.main3-1-con{
	overflow: hidden;
	padding: 10px 10px 0 15px;
}

.main3-1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main3-1-con h1 a:hover{
	color: #307ece;
}

.main3-1-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:10px 0 7px;
}

.main3-1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}


.main4{
	background-color: #fff;
	padding: 25px 0;
}

.main4-dl dl{
	margin:0;
}

.main4-dl dd{
	float: left;
	width: 25%;
	font-size: 0;
	line-height: normal;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
}
.main4-dl dd+dd{
	background-image: url(../images/main4-ico0.png);
}
.main4-dl dd>a{
	display: inline-block;
}
.main4-ico{
	width: 110px;
	margin-right: 10px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	transition: background-image .3s;
}

.main4-ico1{
	background-image: url(../images/main4-ico1.png);
}
.main4-ico2{
	background-image: url(../images/main4-ico2.png);
}
.main4-ico3{
	background-image: url(../images/main4-ico3.png);
}
.main4-ico4{
	background-image: url(../images/main4-ico4.png);
}

.main4-h1{
	overflow: hidden;
	height: 110px;
	line-height: 110px;
	font-size: 24px;
	color: #333;
}
.main4-dl dd>a:hover .main4-ico1{
	background-image: url(../images/main4-ico1h.png);
}
.main4-dl dd>a:hover .main4-ico2{
	background-image: url(../images/main4-ico2h.png);
}
.main4-dl dd>a:hover .main4-ico3{
	background-image: url(../images/main4-ico3h.png);
}
.main4-dl dd>a:hover .main4-ico4{
	background-image: url(../images/main4-ico4h.png);
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-color: #06437b;
	padding: 45px 0 35px;
}


.foo1-1{
	width: 50%;
}

.foo-title{
	font-size: 18px;
	color: #fff;
}
.foo-title::after{
	display: block;
	width: 28px;
	height: 3px;
	background-color: #fff;
	content:"";
	margin-top: 14px;
}
.foo1-2{
	width: 380px;
	padding-left: 105px;
	border-left: 1px solid #295e8f;
}

.foo1-3{
	width: 96px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.er{
	margin-top: 23px;
	font-size: 14px;
	color: #81aad0;
	text-align: center;
}

.foo1-2-p{
	font-size: 14px;
	color: #81aad0;
	line-height: 2.4;
	margin-top: 15px;
}
.foo1-1-dl{
	padding-right: 100px;
	padding-top: 10px;
}
.foo1-1-dl dl{
	margin:0;
}

.foo1-1-dl dd{
	float: left;
	width: 20%;
	margin-top: 15px;
}
.foo1-1-dl dd a{
	font-size: 14px;
	color: #81aad0;
	transition: color .3s;
}
.foo1-1-dl dd a:hover{
	color: #fff;
}

.footer-2{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 14px 0;
	background-color: #003565;
}
/**************************************************************/
/*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-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-1.jpg);
	/*background-color: #0089d0;*/

}
.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>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 185px;
   margin-left: 15px;
   margin-top:3px;
}

.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: 240px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}
.erji{
	padding-bottom: 35px;
}
.mianbaoxie{
	font-size: 14px;
	color: #777;
	padding: 18px 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #307ece;
}

.menu{
	width: 270px;
	margin-right: 45px;
}

.menu-h1{
	height: 122px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/menu-h1.png);
	padding-left: 39px;
	padding-top: 37px;
}
.menu-h1-con{
	padding-left: 33px;
	position: relative;
}
.menu-h1-con i{
	position: absolute;
	left: 0;
	width: 33px;
	font-size: 52px;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
	top: 0;
	font-style: normal;
}
.menu-h1-con h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}

.menu-h1-con h2{
	margin:0;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 6px;
}

.menu-dl dl{
	margin:0;
}
.menu-dl dd+dd{
	border-top: 1px solid #d7e1f1;
}
.menu-dl dd>a{
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #333;
	position: relative;
	padding-left: 26px;
	background-color: #f0f6ff;
	transition: background-color.3s,color.3s;
}

.menu-dl dd>a::after{
	position: absolute;
	width: 26px;
	height: 7px;
	top: 50%;
	margin-top: -3px;
	right: 21px;
	content:"";
	background-image: url(../images/jt.png);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.menu-dl dd>a:hover,.menu-dl dd.cur>a{
	background-color: #307ece;
	color: #fff;
}

.menu-dl dd.cur>a::after{
	display: block;
}

.menu-pic{
	margin-top: 21px;
}

.menu-pic a,.menu-pic img{
	display: block;
	width: 100%;
}

.erji-content{
	overflow: hidden;
}

.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.jpg);
}

.erji-title h1{
	margin:0;
	font-size: 20px;
	color: #225baf;
	font-weight: bold;
	padding: 0 13px 20px;
	border-bottom: 2px solid #225baf;
}

.xinwen dl{
	margin:0;
}

.xinwen dd{
	padding: 28px 0;
	border-bottom: 1px solid #eeeeee;
}

.xinwen-pic{
	width: 194px;
	margin-right: 22px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 62.89%;
}

.xinwen-con{
	overflow:hidden;
	padding-top: 15px;
}

.xinwen-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.xinwen-con h1 a:hover{
	color: #307ece;
}
.xinwen-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:15px 0 12px;
}

.xinwen-con  p{
	margin:0;
	font-size: 14px;
	color: #666;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 30px;
}



.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.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:#307ece;
}

.erji-content-div{
	padding-top: 30px;
}

.lunwen dl{
	margin:0;
}

.lunwen dd{
	background-repeat: no-repeat;
	background-position:13px center;
  background-image: url(../images/dian.jpg);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:29px;
  overflow: hidden;
	position: relative;
	padding-right:105px;
	height: 50px;
	line-height: 48px;
	border:1px solid #f0f0f0;
}

.lunwen dd+dd{
	margin-top: 10px;
}


.lunwen dd{
	font-size: 16px;
	color:#333;
}
.spani{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 15px;
	top: 0;
}
.lunwen dd a:hover{
	color:#307ece;
}

.team dl{
	margin:0;
	margin-left: -5%;
}

.team dd{
	float: left;
	width: 15%;
	margin-left: 5%;
	margin-bottom: 40px;
}

.team-k{
	position: absolute;
	width: 100%;
	z-index: 25;
	left: 0;
	top: 0;
}

.team-k img{
	display: block;
	width: 100%;
}

.team dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin:15px 0 10px;
}
.team dd:hover h1{color: #307ece;}
.team dd h2{
	margin:0;
	font-size: 14px;
	color: #888;
	text-align: center;
}

.bantuan-dl{
	padding-top: 30px;
}
.bantuan-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	}

.bantuan-dl dd{
	display: inline-block;
margin-right: 25px;
margin-bottom:15px;
}


.bantuan-dl dd>a{
	display: block;
	padding: 7px 14px;
	border-radius: 4px;
	background-color:#B4B4B4; 
	color: #fff;
	font-size: 16px;
}

.bantuan-dl dd.cur>a,.bantuan-dl dd>a:hover{
	background-color: #307ece;
	color: #fff;
}

.main3-1-box{
	width: 447px;
}



.footer-0{
	background-color: #06437b;
}

.footer-0-div{
	border-bottom: 1px solid #295e8f;
	padding: 24px 0 30px;
}

.footer-0-div ul{
	margin:0;
	margin-left: -3%;
}

.footer-0-div li{
	float: left;
	width: 17%;
	margin-left: 3%;
	position: relative;
}

.footer-0-div li span{
	display: block;
	height: 45px;
	line-height: 43px;
	border:1px solid #295e8f;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	cursor: pointer;
	position: relative;
}

.footer-0-div li span::after{
	position: absolute;
	width: 14px;
	height: 8px;
	content:"";
	background-image: url(../images/jj.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	margin-top: -4px;
	right:16px;
}
.footer-0-div li span.cur{
	background-color: #fff;
	border-color: #fff;
	color: #333;
}
.footer-0-div li span.cur::after{background-image: url(../images/jjh.png);}
.footer-0-div li dl{
	margin:0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	border-top: 1px solid #ddd;
	background-color: #fff;
	padding: 12px 15px;
	max-height: 170px;
	overflow-y: auto;
	display: none;
}
.footer-0-div li dd{
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
.footer-0-div li dd+dd{
	margin-top: 10px;
}

.footer-0-div li dd a:hover{
	color: #06437b;
}
