/**************************************/
/*************[公用start]**************/
/**************************************/
/*百度百科變灰*/
/*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{
}
.header-1{
	height: 130px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-1.jpg);
}
.logo{
	width: 419px;
	margin-top: 28px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-right{
	width: 392px;
	margin-top: 22px;
}
.tq{
	font-size: 14px;
	color: #666;
	text-align: right;
}
.search{
	position: relative;
	margin-top: 15px;
	padding-right: 83px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	width: 100%;
	border:1px solid #c1e0ff;
	height: 50px;
	padding: 8px 15px 8px 41px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	line-height:  1.42857143;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-image: url(../images/wen1.png);
}
.search input[type="button"]{
	position: absolute;
	right:0px;
	top: 0px;
	width:83px;
	height: 50px;
	border:0;
	background-color: #f7b901;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: background-color .3s;
}
.search input[type="button"]:hover{
	background-color: #1264b7;
}
.nav-wp{
	position: relative;
	background-color:#1264b7;
	z-index: 500;
}
.nav{
	padding: 0	45px;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
}
.nav>ul>li+li{
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav>ul>li>a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color:#fff;
	/*transition: .3s;*/
}
.nav>ul>li>a img{
	margin-top: -3px;
	width: 27px;
	margin-right: 12px;
}
.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: #1264b7;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #1159a2;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.fafa .slides>li{
	height: 400px;
	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: 10px;
	height: 10px;
	background-image: url(../images/arrow-b3.png);
}
.fafa .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b3-h.png);
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 34px;
}
.fafa .flex-control-nav li{
	margin:0 12px;
}
.main1{
	background-color: #f0f4f9;
	height: 100px;
	position: relative;
	padding-left: 142px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-right: 125px;
	padding-top: 15px;
}
.main1-title{
	position: absolute;
	width: 107px;
	height: 100px;
	background-color:#cf2c2e;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	padding: 20px 28px 0;
	text-align: center;
	line-height: 1.2;
}
.main1-title::after{
	position: absolute;
	width: 10px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	right: -10px;
	content:"";
	background-image: url(../images/jiao2.png);
}
.main1-li{
	position: relative;
	padding-right: 85px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian3.png);
	font-size: 16px;
	color: #333;
	height: 35px;
	line-height: 35px;
}
.main1-li a:hover{
	color: #cf2c2e;
}
.main1-li span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.fmain1 .flex-viewport{
	height: 70px!important;
}
.fmain1 .flex-direction-nav{
	position: absolute;
	width: 55px;
	height: 79px;
	right: -108px;
	top: 50%;
	margin-top: -40px;
}
.fmain1 .flex-direction-nav a{
	width: 55px;
	height: 36px;
	top: 0;
	margin:0;
}
.fmain1 .flex-direction-nav .flex-prev{
	left: 0;
}
.fmain1 .flex-direction-nav .flex-next{
	top: auto;
	bottom: 0;
	right: 0;
}
.main2-1{
	width: 685px;
	margin-right: 30px;
}
.fmain2 .imgbox_a{
	padding-bottom: 66.6%;
}
.fmain2 .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 58px;
	line-height: 58px;
	background-image: url(../images/heidi.png);
	padding-left: 35px;
	padding-right: 120px;
	z-index: 15;
	color: #fff;
	font-size: 18px;
}
.fmain2 .flex-control-nav{
	height: 0;
	bottom: 33px;
	text-align: right;
	padding-right: 25px;
}
.fmain2 .flex-control-nav li{
	margin:0;
}
.fmain2 .flex-control-nav li+li{
	margin-left: 13px;
}
.main2-2{
	overflow: hidden;
}
.title-11{
	background-image: url(../images/xinwen2-title.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.title-11 span.fl{
	font-size: 20px;
	color: #333;
	padding-bottom: 18px;
	position: relative;
	width: 100px;
	text-align: center;
}
.title-11-hua span.fl{cursor: pointer;}
.title-11 span.fl::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -7px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/title-11.png);
	content:"";
	display: none;
}
.title-11 span.fl.cur{
	font-weight: bold;
	color: #1264b7;
}
.title-11 span.fl+span.fl{
	margin-left: 80px;
}
.title-11 span.fl.cur::after{
	display: block;
}
.title-11 a.fr{
	font-size: 14px;
	color: #999;
	display: none;
	margin-top: 5px;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr:hover{
	color: #1264b7;
}
.main-div{
	background-color: #fff;
	padding: 15px 15px 25px;
}
.main3-1{
	width: 690px;
}
.main3-1 .guanli-list dd+dd {
    margin-top: 17px;
}
.main-hua-wp {
	padding-top: 23px;
}
.main-hua-wp .main-hua{display: none;}
.main-hua-wp .main-hua:first-child{display: block;}
.main-hua .guanli-list{
	padding-top: 0;
}
.main3-2{
	width:435px;
	margin:0 20px;
}
.main3-2-pic{
	margin-top: 23px;
}
.main3-2-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.main3-2-pic .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	line-height: 45px;
	background-image: url(../images/landi.png);
	padding: 0	15px;
	z-index: 15;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.main3-3{
	overflow: hidden;
}
.main3-3 dl{
	margin:0;
}
.main3-3 dd+dd{
	margin-top: 13px;
}
.main3-3 dd>a{
	display: block;
	height:85px;
	line-height: 85px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	transition:background-color .3s;
}
.main3-3 dd>a:hover{
	background-color: rgba(0,0,0,0.1);
}
.main3-3 dd>a img{
	margin-top: -3px;
	margin-right: 12px;
	width: 28px;
}
.fmain4 .imgbox_a{
	padding-bottom: 8.76%;
}
.main4 .main-div{
	padding: 15px;
}
.fmain4 .flex-direction-nav a{
	width: 40px;
	height: 120px;
	top: 0;
	margin-top: 0;
}
.fmain4 .flex-direction-nav .flex-prev{
	left: 0;
	background-image: url(../images/b-left2.png);
}
.fmain4 .flex-direction-nav .flex-next{
	right: 0;
	background-image: url(../images/b-right2.png);
}
.main5{
	background-image: url(../images/main5-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 15px 35px;
}
.main5 .about2-title{
	background-image: url(../images/dai2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main5 .about2-title span{
	color: #333;
	padding: 0;
	background-color: transparent;
}





.main5-dl{
	padding: 0	30px;
}
.main5-dl dl{
	margin:0;
}
.main5-dl dd{
	float: left;
	width: 25%;
	margin-top: 40px;
}
.main5-dl dd>a{
	display: block;
	width: 265px;
	height: 178px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin:0 auto;
	position: relative;
	border-radius: 50%/50%;
	overflow: hidden;
}
.main5-dl dd>a::after{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: #000;
	opacity: 0.3;
}
.main5-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: -38px;
	z-index: 50;
}
.main5-con img{
	display: block;
	width: 41px!important;
	margin:0 auto 14px;
}

.main5-list{
	padding: 0	30px;
	margin-top: 40px;
}
.main5-item>a{
	display: block;
	width: 265px;
	height: 178px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin:0 auto;
	position: relative;
	border-radius: 50%/50%;
	overflow: hidden;
}
.main5-item>a::after{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: #000;
	opacity: 0.3;
}








.main6 .row{
	margin-left: -10px;
	margin-right: -10px;
}
.main6 .col-lg-4{
	padding-left: 10px;
	padding-right: 10px;
}
.main6-2 .tui2{
	padding-bottom: 16px;
}
.main6-2 .tui2-pic{
	width: 150px;
}
.main6-2 .tui2-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.main6-2 .tui2-con{
	padding-top: 12px;
}
.main6-2 .tui2-con p{
	line-height: 1.6;
	height: 3.2em;
	margin-top: 13px;
}
.main7 .about2-title span{
	color: #333;
}
.main7 .main-div{
	padding-bottom: 30px;
}
.main7-list{
	margin-top: 30px;
	padding: 0	44px;
}
.main7-list .item .imgbox_a{
	padding-bottom: 66.67%;
}
.main7-list .item .imgbox_a::after{
	content:"";
	position: absolute;
	left: 0;
	top: 0;right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 15;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.main7-con{
	position: absolute;
	width: 100%;
	padding: 0	15px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	max-height: 3.6em;
	overflow: hidden;
	z-index: 35;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.main7-list .item .imgbox_a:hover::after,
.main7-list .item .imgbox_a:hover .main7-con{
	opacity: 1;
	visibility: visible;
}
.main7-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 70px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.main7-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
   	margin-top: -35px;
    width: 30px;
    height: 70px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.main-hua-a{
	margin-top: 15px;
}
.main-hua-a a{
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	background-color: #1264b7;
	color: #fff;
	text-align: center;
	margin:0 auto;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-color: #1264b7;
	padding: 40px 0;
}
.footer-1{
	padding-bottom: 35px;
}
.footer-1 dl{
	margin:0;
	margin-left: -3%;
}
.footer-1 dd{
	float: left;
	width: 17%;
	margin-left: 3%;
}
.footer-1 dd select.form-control{
	background-color: #e9f6ff;
	box-shadow: none!important;
	border:0;
}
.footer-2-con{
	width: 820px;
	margin:0 auto;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-align: center;
}
.footer-2{
	position: relative;
}
.f{
	position: absolute;
	left: 0;
	top: 5px;
	width: 186px;
}
.f a,.f img{
	display: block;
	width: 100%;
}
/**************************************************************/
/*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-color: #fff;
	/*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: 300px;
   margin-left: 15px;
   margin-top:13px;
}
.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{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-2-wen{
	text-align: center;
	padding: 135px 0 110px;
}
.banner-2-wen h1{
	margin:0;
	font-size: 24px;
	font-weight: bold;
	color: #1264b7;
}
.banner-2-wen h2{
	margin:0;
	font-size: 20px;
	font-family:'Georgia';
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.banner-2-wen.ziBai h1,
.banner-2-wen.ziBai h2{color: #fff;}
.banner-2-wen.ziHong h1,
.banner-2-wen.ziHong h2{color: #cc0000;}
.erji{
	position: relative;
	min-height: 500px;
	padding: 20px 0 44px;
	background-color: #f3f5f7;
}
.erji::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 430px;
	content:"";
	background-image: url(../images/erji-before.jpg);
	z-index: 15;
}
.erji::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 436px;
	content:"";
	background-image: url(../images/erji-after.jpg);
	z-index: 15;
}
.erji .container{
	position: relative;
	z-index: 50;
}
.erji-div{
	background-color: #fff;
	padding: 20px;
	padding-bottom: 25px;
}
.guanli-div{
	width: 49%;
}
.guanli-title{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 13px;
}
.guanli-title h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #1264b7;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
.guanli-title a.fr{
	font-size: 14px;
	color: #999;
	margin-top: 2px;
}
.guanli-title a.fr:hover{
	color: #1264b7;
}
.mm30{margin-top: 30px;}
.mm20{margin-top: 20px;}
.guanli-list{
	padding-top: 22px;
}
.guanli-list dl{
	margin:0;
}
.guanli-list dd{
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.guanli-list dd a{
	font-size: 16px;
	color: #333;
}
.guanli-list dd a:hover{
	color: #1264b7;
}
.guanli-list dd+dd{
	margin-top: 15px;
}
.guanli-list1 dd{
	height:32px;
	line-height: 32px;
	padding-left: 120px;
}
.guanli-list1 dd:hover .span_11{color: #fff;background-color:#1264b7;}
.span_11{
	position: absolute;
	width: 98px;
	left: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	text-align: center;
	background-color: #ececec;
	border-radius: 4px;
}
.guanli-list2 dd{
	height:24px;
	line-height: 24px;
	padding-left: 17px;
	padding-right: 85px;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.span_22{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.fxinwen1 .imgbox_a{
	padding-bottom: 66.6%;
}
.fxinwen1 .flex-control-paging li a{
	width: 9px;
	height: 9px;
}
.fxinwen1 .flex-control-nav{
	height: 0;
	bottom: 33px;
}
.fxinwen1 .flex-control-nav li{
	margin:0 10px;
}
.tui1{
	padding: 15px 0;
	border-bottom: 1px solid #e7e7e7;
}
.tui1 h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.tui1 h1 a:hover{
	color: #1264b7;
}
.tui1 h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:20px 0 13px;
}
.tui1 p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}
.xinwen1-2-pic{
	width: 47.67%;
}
.xinwen1-2-pic .imgbox_a{
	padding-bottom: 66.6%;
}
.xinwen1-2-pic .imgbox_a::after{
	position: absolute;
	z-index: 15;
	content:"";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/yy.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.xinwen1-2-pic .imgbox_a::before{
	width: 48px;
	height: 48px;
	left: 50%;
	margin-left: -24px;
	top: 50%;
	margin-top: -24px;
	position: absolute;
	z-index: 25;
	content:"";
	background-image: url(../images/bo.png);
	background-repeat: no-repeat;
	background-position: center;
}
.xinwen1-2-pic .imgbox_a h1{
	position: absolute;
	width: 100%;
	z-index: 35;
	left: 0;
	bottom: 0;
	color: #fff;
	margin:0;
	font-size: 16px;
	text-align: center;
	padding: 0 15px 15px;
}
.xinwen1-3-list dl{
	margin:0;
}
.xinwen1-3-list dd+dd{
	margin-top: 16px;
}
.xinwen1-3-date{
	width: 68px;
	height: 70px;
	background-color: #1264b7;
	text-align: center;
	padding-top: 11px;
	margin-right: 20px;
}
.xinwen1-3-date h1{
	margin:0;
	font-size: 28px;
	font-family: "Arial";
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.xinwen1-3-date h2{
	margin:0;
	font-size: 14px;
	font-family: "Arial";
	color: #fff;
	margin-top: 5px;
}
.xinwen1-3-con{
	overflow: hidden;
	padding-top: 13px;
}
.xinwen1-3-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.xinwen1-3-con h1 a:hover{
	color: #1264b7;
}
.xinwen1-3-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.menu{
	width: 308px;
	margin-right: 44px;
}
.menu-h1{
	font-size: 30px;
	color: #fff;
	background-color: #1b4f9a;
	padding: 55px 0;
	text-align: center;
}
.menu-dl dl{
	margin:0;
}
.menu-dl dd+dd{
	border-top: 1px solid #eeeeee;
}
.menu-dl dd>a{
	display: block;
	height: 85px;
	line-height: 85px;
	font-size: 20px;
	color: #333;
	text-align: center;
	position: relative;
	background-color: #fff;
}
.menu-dl dd>a:hover{
	color: #1264b7;
}
.menu-dl dd>a::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	bottom: 0;
	background-color: #fff;
	content:"";
	z-index: 15;
}
.menu-dl dd>a::after{
	position: absolute;
	right: 45px;
	top: 50%;
	width: 8px;
	height: 15px;
	margin-top: -7px;
	content:"";
	z-index: 25;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.menu-dl dd.cur>a{
	font-weight: bold;
	color: #1264b7;
	background-color: #f0f4f9;
}
.menu-dl dd.cur>a::before{
	background-color: #1264b7;
}
.menu-dl dd.cur>a::after{
	display: block;
}
.xinwen2-div{
	overflow: hidden;
	background-color: #fff;
	padding: 30px 38px 38px;
}
.xinwen2-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/xinwen2-title.png);
}
.xinwen2-title h1{
	margin:0;
	font-size: 20px;
	color: #333;
	padding: 0	5px 10px;
	border-bottom: 3px solid #1264b7;
}
.mianbaoxie{
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
	margin-top: 5px;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #1264b7;
}
.xinwen2-list{
	padding-top: 5px;
}
.xinwen2-list dl{
	margin:0;
}
.xinwen2-list dd{
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height:59px;
	line-height: 58px;
	padding-left: 16px;
	padding-right: 85px;
	background-image: url(../images/dian2.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-bottom: 1px dashed #dadada;
}
.xinwen2-list dd a{
	font-size: 16px;
	color: #333;
}
.xinwen2-list dd a:hover{
	color: #1264b7;
}
.fenye{
	text-align: center;
	margin-top: 35px;
}
.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;
	text-indent: 2em;
	line-height: 2!important;
}


.danpian-con table *{
	font-size: 16px!important;
	text-indent: 0em!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:#1264b7;
}
.tui2-pic{
	width: 178px;
	margin-right: 22px;
}
.tui2-pic .imgbox_a{
	padding-bottom: 66.3%;
}
.tui2-con{
	overflow: hidden;
	padding-top: 7px;
}
.tui2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.tui2-con h1 a:hover{
	color: #1264b7;
}
.tui2-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:15px 0 10px;
}
.tui2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.tui2-wp .tui2+.tui2{
	margin-top: 15px;
}
.tui2-wp{
	margin-left: -2%;
}
.tui2-wp .tui2{
	float: left;
	width: 48%;
	margin-left: 2%;
}
.tui2-wp .tui2:first-child+.tui2{
	margin-top: 0;
}




.wenhua2-2 .guanli-list {
    padding-top:0px;
}
.wenhua2-2 .guanli-list dd+dd {
    margin-top: 16px;
}
.wenhua3-pic .imgbox_a{
	padding-bottom: 66.6%;
}
.wenhua3-item h1{
	margin:0;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	text-align: center;
}
.wenhua3-item:hover h1{
	color: #1264b7;
}
.jishu1-list dl{
	margin:0;
	margin-left: -2%;
}
.jishu1-list dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
	background-color: #f0f4f9;
}
.jishu1-pic{
	width: 320px;
}
.jishu1-pic .imgbox_a{
	padding-bottom: 66.6%;
}
.jishu1-con{
	overflow: hidden;
	padding: 28px 25px 0;
}
.jishu1-con h1{
	margin:0;
	font-size: 18px;
	color: #1264b7;
}
.jishu1-con h1 a:hover{
	font-weight: bold;
}
.jishu1-p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	height: 9em;
	overflow: hidden;
	margin-top: 15px;
}
.jishu2-div .guanli-list {
    padding-top:5px;
}
.jishu2-div .guanli-list2 dl{
	margin-left: -2%;
}
.jishu2-div .guanli-list2 dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 15px;
}
.lingdao{
	padding-bottom: 35px;
	border-bottom: 1px solid #ddd;
}
.lingdao dl{
	margin:0;
	margin-left: -2%;
}
.lingdao dd{
	float: left;
	width: 31.3333333%;
	margin-left: 2%;
	margin-top: 30px;
}
.lingdao-pic{
	width: 146px;
	margin-right: 26px;
}
.lingdao-pic .imgbox_a{
	padding-bottom: 126.7%;
}
.lingdao-con{
	overflow: hidden;
	padding-top: 58px;
}
.lingdao-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.lingdao-con h1 a:hover{
	color: #1264b7;
}
.lingdao-con h2{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	margin-top: 12px;
}
.about1-1{
	width: 1006px;
	margin-right: 36px;
}
.about1-pic{
	width: 410px;
	margin-right: 25px;
}
.about1-pic .imgbox_a{
	padding-bottom: 66.6%;
}
.about1-con{
	padding-top:7px;
	overflow: hidden;
}
.about1-con-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 16em;
	overflow: hidden;
}
.about1-2{
	overflow: hidden;
}
.about1-2 dl{
	margin:0;
}
.about1-2 dd+dd{
	margin-top: 20px;
}
.about1-2 dd>a{
	display: block;
	height: 97px;
	line-height: 97px;
	text-align: left;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.about2-title{
	font-size: 0;
	line-height: normal;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/dai2.png);
}
.about2-title span{
	display: inline-block;
	padding: 0!important;
	font-size: 22px;
	font-weight: bold;
	color: #1264b7;
}
.erji2{
	background-color: #f3f5f7;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 50px;
}
.erji2 .banner-2-wen{
	padding: 75px 0 60px;
}
.erji2 .guanli-title h1{color: #cc0000;}
.erji2 .guanli-title a.fr:hover{
	color: #cc0000;
}
.erji2 .guanli-list dd a:hover {
    color: #cc0000;
}
.erji2 .tui2-con h1 a:hover {
    color: #cc0000;
}
.lz-1-div .guanli-list {
    padding-top: 15px;
}
.lz-1-div .guanli-list dd+dd {
    margin-top: 14px;
}
.zding {
	margin-top: 25px;
}
.zding .xinwen1-3-con{
	padding-top: 4px;
	padding-left: 82px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/zd.png);
}
.erji2 .xinwen1-3-con h1 a:hover{
	color: #cc0000;
}
.dq1-1 .flex-control-paging li a.flex-active {
    background-image: url(../images/arrow-b2-h.png);
}
.dq1-2 dl{
	margin:0;
}
.dq1-2 dd{
	padding: 30px 0;
	border-bottom: 1px solid #e7e7e7;
}
.dq1-2 dd h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-right: 85px;
	position: relative;
}
.dq1-2 dd h1 a:hover{
	color: #cc0000;
}
.dq1-2 dd h1 span{
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.dq1-2 dd p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
}

.xinwen3-item{
	margin-top: 30px;
}

.xinwen3-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.xinwen3-item h1{
	margin:0;
	font-size: 16px;
	text-align: center;
	color: #333;
	margin-top: 15px;
}

.xinwen3-item:hover h1{color: #1b4f9a;}