/**************************************/
/*************[公用start]**************/
/**************************************/
body{
	overflow-x: hidden;
}
/*主站变灰*/
/*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)
}
*/
@font-face{
   font-family: "SCN"; 
   src:url("../font/SourceHanSerifCN-Heavy.ttf") format('truetype');
}

/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}



.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);
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 16px;
}

/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
	margin-top:40px;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}

.imgbox_b{
	height:433px;
	position:relative;
/*	padding-bottom: 100%;
*/	overflow:hidden;
	display: block;
	margin-top:40px;
}

.imgbox_b>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: 107px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
#header.cur{
	/*background-color: #22738e;
	background-color: #fff;
	position: fixed;*/
}
#header.cur::before,
#header.cur::after{
	display: none;
}
#header .container{
	position: relative;
	z-index: 10;
}
#header .header-container{
	position: relative;
	z-index: 10;
}
#fladdd{
	position: absolute;
	width: 226px;
	right: 0;
	top: 150px;
}

#fladdd a,#fladdd img{
	display: block;
	width: 100%;
}

#fladdd2{
	position: absolute;
	    width: 150px;
    right: 15px;
    top: 90px;
}

#fladdd2 a,#fladdd2 img{
	display: block;
	width: 100%;
}
#header::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 309px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/yy.png);
	z-index: 1;
	content: "";
}

#header.dangqun-header::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 264px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/yy2.png);
	z-index: 1;
	content: "";
}
#header::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 1px;
	height: 1px;
	opacity: 0.3;
	z-index: 2;
	content: "";
}

.logo{
	margin-top: 21px;
	width: 455px;
}

.logo a,.logo img{
	width: 100%;
	display: block;
}

.header-a{
	width: 41px;
	margin-top: 38px;
	margin-left: 12px;
}

.header-a a{
	width: 35px;
	height: 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	transition:background-image .3s;
}

.header-a a.fl{background-image: url(../images/search.png);}
.header-a a.fr{background-image: url(../images/header-a2.png);}

.header-a a.fl:hover{background-image: url(../images/search_hover.png);}
.header-a a.fr:hover{background-image: url(../images/header-a2h.png);}
.foo2-1{ 
	margin-top:25px;
	padding-right: 50px;
	}
.foo2-2-dl {
    margin-top: 30px;
    /* padding-left: 50px; */
    line-height: 40px;
}
.footer-2 {
    background: url(../images/f-bg.jpg) center no-repeat #004580;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    height: 190px;
    padding: 15px 0;
 
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 25px;
}
.nav>ul>li>a{
	display: block;
    height: 70px;
    line-height: 86px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 0 8px;
    font-weight: bold;
    font-family: 'SCN';
    position: relative;
}
.nav>ul>li>a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #00c6ff;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.nav>ul>li:hover>a:after,.nav>ul>li.cur>a:after {
    width: 100%;
    right: auto;
    left: 0;
}



.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	top:100%;
	z-index: 600;
	background-color: #e6f1febd;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#000000;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #1c74bdad;
	color: #fff;
}




/**************************************************************/
/*header-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: #154f817a;
	/*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;
	
	display: block;
    
    transition: .3s;
    transform-origin: center;
   
    
    background: url(../images/more.svg) no-repeat center;
    background-size: 16px 16px;
}
.jiaspan.cur{
	    transform: rotate(-45deg);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:18px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	text-transform: uppercase;

}
.mb li{
	display: inline-block;
	padding-bottom: 10px;
	margin-right:10px;
}
.nav-2>ul>li>ul{
	background: #f3fcff52;
	padding-top: 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: 366px;
   margin-left: 15px;
   margin-top: 15px;
}

.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: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 10;

}
.bumen-banner{
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.bumen-banner-wp{
	position: relative;
}

.banner-2 img{
	display: none;
	width: 100%;
}


.bumen-title-wp{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -54px;
	z-index: 15;
}

.bumen-title{
	text-align: center;
	background-image: url(../images/bumen-title.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	line-height: normal;
}

.bumen-title span{
	display: inline-block;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	height: 108px;
	line-height: 108px;
	padding: 0 20px;
	position: relative;
}
.bumen-title span::before{
	position: absolute;
	width: 60px;
	height: 2px;
	margin-top: -1px;
	content: "";
	right: 100%;
	top: 50%;
	background-color: #fff;
	content: "";
}
.bumen-title span::after{
	position: absolute;
	width: 60px;
	height: 2px;
	margin-top: -1px;
	content: "";
	left: 100%;
	top: 50%;
	background-color: #fff;
	content: "";
}


.erji{
	position: relative;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/erji-bg.jpg);
}

.menu_001{
	width: 336px;
	margin-right: 64px;
	background-color: #22738e;
	padding: 46px 20px 220px 46px;
	border-top-right-radius: 50px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	top: -80px;
}
.menu-title{
	padding-left: 20px;
	border-left:2px solid #fff;
}
.menu-title h1{
	margin: 0;
	font-size: 36px;color: #fff;
	line-height: 1;
}
.menu-title h2{
	margin: 0;
	font-size: 16px;color: #fff;
	opacity: 0.5;
	line-height: 1;
	font-family: "Georgia";
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 8px;
}
.menu-dl{
	padding-top: 70px;
	min-height: 200px;
}

.menu-dl dl{
	margin: 0;
}
.menu-dl dd+dd{
	margin-top: 42px;
}
.menu-dl dd{
	padding-left: 25px;
	position: relative;
}
.menu-dl dd>a{
	font-size: 18px;
	color: #fff;
	opacity: 0.5;
	transition:opacity 0.3s ;
}
.menu-dl dd>a:hover{
	opacity: 1;
}
.menu-dl dd.cur{
	padding-left: 52px;
}
.menu-dl dd.cur>a{
	opacity: 1;

}
.menu-dl dd.cur::before{
	width: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	background-color: #fff;
	content: "";
}
.erji-content{
	min-height: 450px;
	padding: 45px 0 50px;
	width: 1200px;
	float: right;
}
.erji-title{
	border-bottom: 1px solid #dadada;
	padding-bottom: 18px;
}
.erji-title h1{
	margin: 0;

	font-size: 28px;
	font-weight: bold;
	color: #22738e;	
}
.mianbaoxie{
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/fang.png);
	margin-top: 5px;
}
.mianbaoxie dl{
	margin: 0;
}

.mianbaoxie dd{
	float: left;
	font-size:14px;
	color: #999;
}
.mianbaoxie dd a:hover,
.mianbaoxie dd span{
	color:#22738e;
}
.mianbaoxie dd+dd{
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../images/mjt.png);
}

.tongzhi-list dl{
	margin: 0;
}

.tongzhi-list dd{
	padding: 30px 0;
	border-bottom: 1px dashed #dcdcdc;
}

.tongzhi-date{
	width:78px;
	height: 78px;
	background:#1a4d8a;
	margin-right: 25px;
	text-align: center;
	padding-top: 8px;
	perspective: 1000px;
	 
}

.tongzhi-list dd:hover .tongzhi-date{
	transform: rotateY(360deg);
	transition: transform 1.9s;
    transform-style: preserve-3d;
}
.tongzhi-date h1{
	margin: 0;
	font-size: 38px;
	font-weight:bold;
	color: #FFF;
	line-height: 1;
}

.tongzhi-date h2{
	margin: 0;
	font-size: 12px;
	color: #FFF;
	line-height: 1;
	margin-top: 6px;
	font-weight: normal;
}

.di-date{
	width:78px;
	height: 78px;
	margin-right: 15px;
	text-align: center;
	padding-top: 8px;
	margin-left: 10px;
}

.di-date h1{
	margin: 0;
	font-size: 38px;
	font-weight:bold;
	color: #0b45a5;
	line-height: 1;
}

.di-date h2{
	margin: 0;
	font-size: 12px;
	color: #0b45a5;
	line-height: 1;
	margin-top: 6px;
	font-weight: normal;
}

.tongzhi-con{
	overflow: hidden;
	display: flex;
    height: 78px;
    align-items: center;
}

.tongzhi-con h1{
	margin: 0;
	font-size: 18px;
	color: #333;
	line-height: 2;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tongzhi-con  p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 8px;
}

.di-con{
	overflow: hidden;
	display: flex;
    height: 78px;
    align-items: center;
	padding-right: 17px;
}

.di-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.di-con  p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 8px;
}
.tongzhi-list dd:hover  .tongzhi-con h1{
	color: #1a4d8a;
	font-weight: bold;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}

.fenye ul{
	margin:0;
}


.xinwen-list dl{
	margin: 0;
}

.xinwen-list dd{
	border-bottom: 1px dashed #dcdcdc;
	padding: 35px 0;
}
.xinwen-pic{
	width: 270px;
	margin-right: 40px;
}
.xinwen-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.xinwen-con{
	overflow: hidden;
	padding-top: 20px;
}
.xinwen-con h1{
	margin: 0;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}
.xinwen-con h1 a:hover{
	color: #0087a9;
}
.xinwen-con h2{
	margin: 0;
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	margin: 20px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.xinwen-con h2 img{
	margin-top: -3px;
	margin-right: 7px;
}
.xinwen-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.erji-content-div{
	padding-top: 30px;
}
.danpian-h1{
font-family:'SCN';
	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: 17px!important;
	color:#000!important;
	line-height: 2.4!important;
	font-family: "Microsoft Yahei"!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:#c90304;
}

.dan-a a:hover{
	color:#0087a9;
}


.channel{
	padding: 60px 0 65px;
}

.gongzuo{
	background-image: url(../images/gongzuo-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 1000px;
}
.gongzuo .title-11{

	margin-bottom: 40px;
}
.gongzuo1 .title-11{
	text-align: center;

}
.title-11{
	position: relative;
}
.title-11-a{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #1a4d8a;
	padding-left: 14px;
}
.title-11-a a:hover{
	font-weight: bold;
}
.title-11 h1{
	margin: 0;
	font-size:24px;
	color: #cfcfcf;
	font-family: "Georgia";
	text-transform: uppercase;
}


.title-11 h2{
	margin: 0;
	font-size:38px;
	color: #004580;
	/*margin-top: 6px;*/
	font-family:"SCN";
	
}
.gongzuo1-list{
	overflow: hidden;
}
.gongzuo1-list dl{
	margin: 0;
	margin-left: -3%;
	margin-top: -3%;
}

.gongzuo1-list dd{
	float: left;
	width: 30.33333333%;
	margin-left: 3%;
	margin-top: 3%;
	border-top: 5px solid #0087a9;
	height: 328px;
	overflow: hidden;
}

.gongzuo1-pic .imgbox_a{
	padding-bottom: 55.6%;
}

.gongzuo1-h1{
	font-size: 18px;
	color: #333;
	padding-top: 20px;
}

.gongzuo1-h1 a:hover{
	color: #0087a9;
}

.gongzuo1-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 15px;
	
}

.gongzuo2-item{
	width: 48.75%;
	margin-top: 50px;
}

.gongzuo2-list1 dl{
	margin: 0;
}

.gongzuo2-list1 dd+dd{
	margin-top: 23px;
}

.gongzuo2-list1 dd{
	background-color: #fff;
	height: 85px;
	line-height: 85px;
	position: relative;
	padding-left:180px;
	padding-right:30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.gongzuo2-list1 dd span{
	position: absolute;
	width: 150px;
	left: 0;
	top: 50%;
	margin-top:-16px ;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #22738e;
	text-align: center;
	border-right: 2px solid #22738e;
}

.gongzuo2-list1 dd a{
	font-size: 18px;
	color: #333;
}
.gongzuo2-list1 dd a:hover{
	color: #22738e;
}

.gongzuo2-list2 dl{
	margin: 0;
}

.gongzuo2-list2 dd+dd{
	margin-top: 27px;
}

.gongzuo2-date{
	width: 82px;
	height: 82px;
	background-color: #fff;
	border: 2px solid #acc6d2;
	text-align: center;
	padding-top: 10px;
	margin-right: 23px;
}


.gongzuo2-date h1{
	margin: 0;
	font-size: 32px;font-weight: bold;
	color: #22738e;
	line-height: 1;
}

.gongzuo2-date h2{
	margin: 0;
	font-size: 14px;
	color: #999;
	margin-top: 8px;
}

.gongzuo2-con{
	overflow: hidden;
}

.gongzuo2-con h1{
	margin: 0;
	font-size: 18px;
	color: #333;
	line-height: 1.4;
}
.gongzuo2-con h1 a:hover{
	color: #22738e;
}
.gongzuo2-con  p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 11px;
}


.jigou-wp{
	padding: 70px 0 60px;
	background-image: url(../images/jigou-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.jigou-div{
	min-height:900px;
	background-color: #fff;
	position: relative;
	margin-top: 60px;
	padding: 55px 30px 35px;
}

.jigou-div::before{
	position: absolute;
	width: 600px;
	height: 900px;
	background-image: url(../images/jigou-div-before.jpg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	left: 0;
	top: 0;
	z-index: 10;
}

.jigou-div::after{
	position: absolute;
	width: 600px;
	height: 900px;
	background-image: url(../images/jigou-div-after.jpg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	right: 0;
	bottom: 0;
	z-index: 10;
}

.jigou-item-wp{
	position: relative;
	z-index: 15;
}

.jigou-item+.jigou-item{
	margin-top: 55px;
}
.jigou-title{
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.jigou-title span{
	display: inline-block;
	padding: 0	30px;
	position: relative;
	font-size:24px ;
	font-weight: bold;
	color: #22738e;
}

.jigou-title span::before{
	position: absolute;
	right: 100%;
	top: 50%;
	height: 4px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jigou-title1.png);
	content: "";
	margin-top: -2px;
}

.jigou-title span::after{
	position: absolute;
	left: 100%;
	top: 50%;
	height: 4px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jigou-title2.png);
	content: "";
	margin-top: -2px;
}
.jigou-list{
	margin-top: 35px;
}
.jigou-list dl{
	margin:0;
	margin-left: -2%;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.jigou-list dd{
	display: inline-block;
	width: 18%;
	margin-left: 2%;
        vertical-align: top;
}

.jigou-pic .imgbox_a{
	padding-bottom: 63.38%;
}

.jigou-con{
	margin-top: 20px;
	text-align: left;
}

.jigou-con h1{
	margin: 0;
	font-size: 18px;
	color: #333;
}
.jigou-list dd:hover .jigou-con h1{
	color: #22738e;
}
.jigou-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top:7px;
}
.dangqun-wp{
	padding-top: 519px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/dangqun-bg.jpg);

}
.dangqun{

	background-color: #fff;
	padding: 60px 30px;
}

.dangqun .title-11-a{
	color: #da0000;
	background-image: url(../images/title-11-a2.jpg);
}


.dangqun1-div{
	margin-top:40px;
}

.dangqun1-pic{
	width: 745px;
	min-height: 1px;
	margin-right: 40px;
}

.fdangqun1 .imgbox_a{
	padding-bottom: 66.58%;
}

.fdangqun1 .imgbox_a h1{
	margin: 0;
	font-size: 18px;
	color: #fff;
	height:55px;
	line-height: 55px;
	background-image: url(../images/heidi.png);
	z-index: 15;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-left: 35px;
	padding-right: 140px;
}
.fdangqun1 .flex-control-nav {
	bottom: 30px;
	text-align: right;
	padding-right: 25px;
	height: 0;
}
.fdangqun1 .flex-control-nav li{
	margin: 0;
}
.fdangqun1 .flex-control-nav li+li{
	margin-left: 20px;
}
.fdangqun1 .flex-control-paging li a{
	background-image: none!important;
	background-color: #fff;
	width: 8px;
	height: 8px;
}

.fdangqun1 .flex-control-paging li a.flex-active{
	background-color: #da0000;
}

.dangqun1-list{
	overflow: hidden;
}

.dangqun1-list dl{
	margin: 0;
}

.dangqun1-list dd+dd{
	margin-top: 25px;
}

.dangqun1-list dd{
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian2.jpg);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;color: #333;
	height: 22px;
	line-height: 22px;
	position: relative;
	padding-right: 90px;
}

.dangqun1-list dd a:hover{
	color: #da0000;
	font-weight: bold;
}

.dangqun1-list dd span.span_18{
	position: absolute;
	font-size: 14px;
	color: #999;
	top: 0;
	right: 7px;
}

.dangqun2{
	margin-top: 60px;
}

.dangqun2-2{
	overflow: hidden;
}
.dangqun2-list1{
	overflow: hidden;
}
.dangqun2-list1 dl{
	margin: 0;
	margin-left: -5%;
	margin-top: -5%;
}

.dangqun2-list1 dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
}

.dangqun2-pic .imgbox_a {
    padding-bottom: 66.58%;
}

.dangqun2-con{
	margin-top: 30px;
}

.dangqun2-con h1{
	margin: 0;
	font-size: 18px;
	color: #333;
}
.dangqun2-con h1 a:hover{
	color: #da0000;
	font-weight: bold;
}
.dangqun2-con p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin: 15px 0 12px;
}

.dangqun2-con h2{
	margin: 0;
	font-size: 14px;
	color: #999;
}

.dangqun2-con h2 img{
	margin-top: -3px;
	margin-right: 10px;
}

.dangqun2-list2 dl{
	margin: 0;
}

.dangqun2-list2 dd+dd{
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dashed #d7d7d7;
}

.dangqun2-list2 dd .dangqun2-pic{
	width: 240px;
	margin-right: 35px;
}
.dangqun2-list2 dd .dangqun2-pic .imgbox_a {
    padding-bottom: 66.67%;
}

.dangqun2-list2 dd .dangqun2-con{
	margin-top: 0;
	padding-top: 9px;
	overflow: hidden;
}

.dangqun2-list2 dd .dangqun2-con p{
	height: 5.4em;
	margin-bottom: 15px;
}


.list001 dl{
	margin: 0;
	padding-top: 5px;
}

.list001 dd{
	position: relative;
	padding-right: 105px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 15px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian2.jpg);
}
.list001 dd span.span_114{
	position: absolute;
	font-size: 18px;
	color: #999;
	top: 0;
	right: 0px;
	font-family: "Georgia";
}
.list001 dd a{
	font-size: 18px;
	color: #333;
}
.list001 dd a:hover{
	font-weight: bold;
	color: #22738e;
}


.about{
	padding-top: 30px;
}
.about-title{
	background-repeat: no-repeat;
	background-position: 435px center;
	background-image: url(../images/about-title.png);
}
.about-title h1{
	margin: 0;
	font-size:36px;
	color: #333;
}

.about-title h2{
	margin: 0;
	font-size:16px;
	color: #22738e;
	text-transform: uppercase;
	font-family: "Georgia";
	margin-top: 9px;
}

.about-con{
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	line-height: 2.6;
}

.about-con img{
	display: block;
	margin: 0 auto;
}

.fengguang-list dl{
	margin: 0;
	margin-left: -2%;
}

.fengguang-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}

.fengguang-list dd .imgbox_a{
	padding-bottom: 66.67%;
}
.fengguang-list dd .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100px;
	background-repeat: repeat-x;
	background-position: top center;
	content: "";
	background-image: url(../images/landi.png);
}
.fengguang-list dd .imgbox_a h1{
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 11px;
	z-index: 15;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.fengguang-listg{
	margin-top: 30px;
}


.fengguang-listg .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -27px;
    width: 30px;
    height: 55px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.fengguang-listg .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -27px;
    width: 30px;
    height: 55px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.fengguang-listg .item .imgbox_a{
	padding-bottom: 66.67%;
}
.fengguang-listg .item .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100px;
	background-repeat: repeat-x;
	background-position: top center;
	content: "";
	background-image: url(../images/landi.png);
}
.fengguang-listg .item .imgbox_a h1{
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 11px;
	z-index: 15;
	color: #fff;
	font-size: 18px;
	text-align: center;
}








.rongyu1{
	padding: 40px 0 20px;
}

.rongyu1 dl{
	margin: 0;
	margin-left: -2%;
}

.rongyu1 dd{
	float: left;
	width: 18%;
	margin-left: 2%;
}

.rongyu1 dd>a{
	display: block;
	height: 104px;
	text-align: center;
	font-size: 18px;
	color: #333;
	background-color: #e4f1f7;
	padding-top: 20px;
	border-radius: 5px;
}

.rongyu1 dd>a img{
	display: block;
	margin: 0 auto 10px;
}

.rongyu1 dd>a img.curIImg{
	display: none;
}
.rongyu1 dd>a:hover{
	color: #22738e;
}
.rongyu1 dd.cur>a{
	background-color: #22738e;
	color: #fff!important;
}

.rongyu1 dd.cur>a img{
	display: none;
}


.rongyu1 dd.cur>a img.curIImg{
	display: block;
}

.rongyu2 dl{
	margin: 0;
	margin-left: -2%;
}

.rongyu2 dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-top: 2%;
}

.rongyu2 dd>a{
	display: block;
	background-color: #fff;
	padding: 20px;
	padding-bottom: 0!important;
	box-shadow: 0px -1px 6.86px 0.14px rgba(85, 134, 151, 0.3);
}
.rongyu2 dd>a:hover .rongyu2-h1{
	color: #22738e;
}
.rongyu2-pic .imgbox_a{
	padding-bottom: 69.07%;
}

.rongyu2-h1{
	font-size:18px;
	color: #333;
	text-align: center;
	padding: 20px 0;
}
.bumen{
	padding: 50px 0;
}
.bumen .menu-dl{
	padding-top: 0;
}

.bumen .menu_001{
	top: 0;
}

.bumen .erji-content{
	padding: 0;
}

.contact-item{
	padding-top:40px;
}

.contact-h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.contact-dl{
	margin-top:20px;
}

.contact-dl dl{
	margin: 0;
}

.contact-dl dd+dd{
	margin-top: 10px;
}

.contact-dl dd{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.contact-map{
	height: 435px;
	margin-top: 30px;
}

.map{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}

.zuzhi{
	margin-top: 40px;
	background-color: #fff;
}

.zuzhi-h1{
	font-size: 20px;color: #fff;
	padding: 15px;
	background-color: #22738e;
	text-align: center;
}

.zuzhi-div{
	padding: 0 30px;
}



.zuzhi-item{
	padding: 35px 0;
}

.zuzhi-item+.zuzhi-item{
	border-top: 1px solid #e6e6e6;
}

.zuzhi-title{
	font-size: 18px;
	font-weight: bold;
	color: #22738e;
	text-align: center;
	width: 132px;
	border-right:1px solid #e6e6e6;
	line-height: 25px;
	margin-right: 34px;
}
.zuzhi-dl{
	overflow: hidden;
}
.zuzhi-dl dl{
	margin: 0;
}

.zuzhi-dl dd+dd{
	margin-top:20px;
}

.zuzhi-dl dd h1{
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	color: #333;
}

.zuzhi-dl dd h2{
	margin: 0;
	font-size: 16px;
	color: #999;
	line-height: 1.5;
	margin-top: 10px;
}

.fengguang-item{
	margin-top: 40px;
}

.fengguang-item .fengguang-list{
	padding-top: 10px;
}


.banner{
	position: relative;
}


@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		-webkit-transform: translate(0, 14px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		transform: translate(0, 14px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
#shu-wp{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 20px;
	z-index: 300;
	width: 200px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
#shu{
  position: relative;
  width: 30px;
  height: 50px;
  border: 2px solid #FFF;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 600;
  cursor:pointer;
  margin: 0 auto 15px;
}

#shu::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 12px;
  margin-left: -2px;
  background-color: #FFF;
  border-radius: 4px;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}



.erji-dangjian .menu_001{
	background-color: #c50101;
	background-image: url(../images/menu-bgh.png);
}

.erji-dangjian .erji-title h1{
	color: #c50101;
}

.erji-dangjian .mianbaoxie dd a:hover,.erji-dangjian  .mianbaoxie dd span {
    color: #c50101;
}

.erji-dangjian .xinwen-con h1 a:hover {
    color: #c50101;
}

.erji-dangjian .mianbaoxie {
	background-image: url(../images/fangh.png);
}