/**************************************/
/*************[公用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%;
}


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;
	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;
	border:0;
	border:0px;
}

.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);}


.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;
    font-family: SCN;
    color: #fff;
    padding: 0 8px;
    font-weight: normal;
    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*/





/*main-start*/
/**************************************************************/

#main{

}

.banner-num{
	position: absolute;
	z-index: 15;
	width: 100%;
	left: 0;
	bottom:55px;
	font-size: 20px;
	color: #fff;
	font-family: "SCN";
}
.banner-num span{
	font-size:4em;
	color: #0087a9;
	padding-left: 18px;
	padding-right: 5px;
	line-height: 1;
}
.banner-num i{
	font-style: normal;
	padding-left: 8px;
}
.fafa .flex-direction-nav{
	position: absolute;
	width: 1600px;
	height: 14px;
	left: 50%;
	margin-left: -800px;
	z-index: 10;
	bottom: 70px;
}
.fafa .flex-direction-nav a{
	width: 7px;
	height: 14px;
	top: 0;
	margin-top: 0;
}

.fafa .flex-direction-nav .flex-prev{
	left: 0;
	width:60px;
	height:20px;
	background:url('../images/slide_prev.png');
}
.fafa .flex-direction-nav .flex-next{
	right: auto;
	left: 110px;
	width:60px;
	height:20px;
	background:url(../images/slide_next.png) no-repeat;
}






.main1{
	background-color: #fff;
	padding: 40px 0 ;
}
.main1 .title-11{
	margin-bottom: 40px;
}
.main1-1{
	width: 1045px;
	margin-right: 60px;
	min-height: 1px;
}

.fmain1{
	width: 55%;
	float:left;
    transition: all 0.5s ease;
	/*background-color: #f1f8fa;*/
}
.fmain1:hover .main1-pic a,.fmain1:hover .main1-pic p{
	background: #1B529D;
	color:#FFF !important;
    transition: all 0.5s ease;
}
.main1-pic{
	width: 600px;
	min-height: 1px;
}
.main1-pic p{
	font-size: 14px;
    color: #898989;
    line-height: 2em;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-indent: 30px;*/
}

.main1-pic .imgbox_a{
	padding-bottom: 60%;
}
.main1-con{
	/*overflow: hidden;
	padding: 40px 30px 15px;
	*/
}
.new_pictitle {
    font-size: 16px;
    width: 100%;
    color: #1a4d8a;
    display: block;
    padding-top: 20px;
    font-weight: bold;
    line-height: 36px;



    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.time-1 {
    /*color: #1a4d8a;
    font-weight: bold;*/
    font-size: 14px;
}
.time {
    color: #CCC !important;
    /*background: url(../images/time.png) left no-repeat;
    text-indent: 23px;*/
    display: block;
    font-size: 12px !important;
}
.main1-pic {
	width:100%;
    /*width: 450px;*/
    padding-right: 25px;
}
.main1-pic a{
	background:#F7F7F7;
	transition: all 0.5s ease;
}
.main1-pic p{
	background:#F7F7F7;
	transition: all 0.5s ease;
}
.main1-con {
    padding: 0px 0 0px 0px;
}
.main1-con:hover h2{
	background:#1B529D;
	transition: all 0.5s ease;
}
.main1-con:hover .xinwen-date h1,.main1-con:hover .xinwen-date h2{
	color:#FFF;
}
.main1-con:hover h2 a,.main1-con:hover h2 p{
	color:#FFF;
}

.main1-con h1{
	margin: 0;
	font-size: 20px;
	color: #22738e;
}
.main1-con h1 img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	width: 22px!important;
	display: inline-block!important;
}

.main1-con h2{
	background: #f7f7f7b0;
    margin: 0;
    font-size: 18px;
    color: #1a4d8a;
    padding: 8px;
    font-weight: bold;
    line-height: 1.8;
    /* height: 3.9em; */
    overflow: hidden;
    margin: 0px 0 14px;
	transition: all 0.5s ease;
}

.main1-con h2 a{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
}
.main1-con p{
	margin: 0;
	font-size: 16px;
	color: #696d72;
	line-height: 2;
	height: 8em;
	display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制在这个元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*margin-top: 20px;*/
}

.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);
}

.fmain1 .flex-control-nav{
	width: 445px;
	right: 0;
	height: 0;
	bottom: 44px;
}
.main1-dl{
	    width: 45%;
    float: left;
}
.fk{
	font-size: 29px !important;
    color: #C2C2C2 !important;
}

.main1-dl dl{
	margin: 0;
	margin-left: -5%;
}

.main1-dl dd{
	float: left;
    width: 100%;
    margin-left: 5%;
    height: 47px;
    line-height: 47px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main1-dl dd span.span_113{
	position: absolute;
	font-size: 20px;
	color: #999;
	top: 0;
	left: 0px;
	font-family: "Georgia";
}
.main1-dl dd a{
	font-size: 16px;
	color: #000;
	float:left;
	padding-right: 8px;
}
.n-bt{
	width:70%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
}
.main1-dl dd a:hover{
	/*font-weight: bold;*/
	color: #1f6ac5;
}
.main1-con p {
    line-height: 1.6;
    height: 3.7em;
    margin-top: 10px;
    font-weight: normal;
    /* text-indent: 30px; */
}
	.new_pictitle{ 
		font-size: 16px;
    width: 100%;
    color: #2C2A35;
    display: block;
    padding-top: 15px;
    padding-left: 20px;
	padding-right: 20px;
    font-weight: bold;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	}
	.time{
		color:#999999 !important;
		/*background:url(../images/time.png) left no-repeat;*/
		/*text-indent:23px;*/
		display:block;
		padding-left: 20px;
		font-size:14px !important;
}
.time-pic{
		color:#6E6E6E !important;
		background:url(../images/time.png) left no-repeat;
		text-indent:20px;
		display:block;
		padding-top:13px;
		font-size:14px !important;
}
	.time-1{
		color: #1a4d8a;
		font-weight:bold;
		font-size:14px;
	}
.main1-2{
	overflow: hidden;
}


.main1-2 .tongzhi-list dd{
	padding: 0;
	border: 0;
}

.main1-2 .tongzhi-list dd+dd{
	margin-top: 26px;

}

.main2{
	min-height: 543px;
	background-image: url(../images/kuaisu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ddecf3;
}
.main2 .title-11 h1{
	font-size: 48px;
	color: #fff;
	opacity: 0.2;
}

.main2 .title-11 h2{
	color: #fff;
}

.main2-1{
	padding-top: 30px;
}
.main2-1 dl{
	margin: 0;
	margin-left: -2.5%;
}

.main2-1 dd{
	float: left;
	width: 10%;
	margin-left: 2.5%;
	margin-top: 2.5%;
}

.main2-1 dd>a{
	display: block;
	background-color: #fff;
	height: 100px;
	font-size: 16px;
	color: #22738e;
	text-align: center;
	padding-top: 18px;
}
.main2-1 dd>a:hover{
	font-weight: bold;
}


.main2-1 dd>a img{
	display: block;
	margin: 0 auto 8px;
	transition: .3s;
}


.main2-1 dd>a:hover img{
	transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);	/* Safari å'Œ Chrome */
-moz-transform: rotateY(180deg);	/* Firefox */
}

.main2-2{
	
}
.main2-2 dl{
	margin: 0;
	/*margin-left: -2%;*/
}

.main2-2 dd{
	float: left;
	width: 33.333333%;
	
}
.main2-2 dd:first-child{
	background:#0668b3d6;
	padding-top:70px;
	}
.main2-2 dd:nth-child(2){
	background:#1353a2d6;
	padding-top:70px;
	}
.main2-2 dd:nth-child(3){
	background:#004580d6;
	padding-top:70px;
	}
/*本文详细介绍了CSS中的各种选择器，包括:、:last-child、:等基本选择器，以及:first-of-type、:last-of-type等类型选择器，并探讨了它们在网页布局中的应用。
同级别的第几个*/：

.main2-2 dd .imgbox_a{
	padding-bottom: 49.2%;
}

.main2-2 dd .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	content: "";
	opacity: 0.45;
	z-index: 10;
}


.main2-2-con{
	position: absolute;
    width: 70%;
    left: 15%;
    /*top: 40%;
    transform: translateY(-50%);*/
    z-index: 25;
}
.stitle{
	height:50px;
	line-height:50px;
	padding-left: 20px;
	border-radius:25px;
	transition: background 0.5s ease;
}

.stitle:hover {
	background:#ffffffc4;
	    transition: background 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.stitle:hover img{
	transform: rotateY(360deg);
	transition: transform 1.9s;
    transform-style: preserve-3d;
}
.stitle:hover img{
  filter: brightness(0) saturate(100%) invert(75%) sepia(80%) saturate(9000%) hue-rotate(543deg);

}
.stitle:hover a{
	color:#0b5b99;
}
.stitle a{ 
	color:#FFF;
	font-size:16px;
	margin-left:15px;
}
.stitle img{
	width:25px;
	height:25px;
	
}
.kuaisu{
		padding-top:30px;
		padding-left:30px;
		position:absolute !important;
		z-index:1;
	}
.main3 .col-lg-4 {
    margin-left: 15px;
    margin-right: 15px;
}
.san{
	background:#fcfcfc;
}
.d1{
	width: 100%; /* 或具体宽度 */
  	background-image: url('../images/d1.jpg');
  	background-size: 100% auto; /* 宽度100%，高度自动 */
  	background-repeat: no-repeat;
  	background-position: center;
	height:100px;
	background-size: 100%; /* 初始大小 */
  	transition: background-size 0.8s ease;
}
.d1:hover {
  background-size: 130%;
   /* 产生视差效果 */
}
.d1 h2{ 
	padding-top:45px;
	padding-left:30px;
	color:#FFF !important;
}
.d1 div{ 
	padding-bottom:20px;
	
}
.d1 div a{
	color:#FFF !important;
	padding-right:20px;
}

.d2{
	width: 100%; /* 或具体宽度 */
  	background-image: url('../images/d2.jpg');
  	background-size: 100% auto; /* 宽度100%，高度自动 */
  	background-repeat: no-repeat;
  	background-position: center;
	height:100px;
	transition: background-size 0.8s ease;
}
.d2:hover {
  background-size: 130%;
   /* 产生视差效果 */
}
.d2 h2{ 
	padding-top:45px;
	padding-left:30px;
	color:#FFF !important;
}
.d2 div{ 
	padding-bottom:20px;
	
}
.d2 div a{
	color:#FFF !important;
	padding-right:20px;
}

.d3{
	
	height:100px;
	 width: 100%; /* 或具体宽度 */
	  background-image: url('../images/d3.jpg');
	  background-size: 100% auto; /* 宽度100%，高度自动 */
	  background-repeat: no-repeat;
	  background-position: center;
	  transition: background-size 0.8s ease;
}
.d3:hover {
  background-size: 130%;
   /* 产生视差效果 */
}
.d3 h2{ 
	padding-top:45px;
	padding-left:30px;
	color:#FFF !important;
}
.d3 div{ 
	padding-bottom:20px;
	
}
.d3 div a{
	color:#FFF !important;
	padding-right:20px;
}

.main2-2-con img{
	/*display: block;
	width: 41px;
	margin: 0 auto;*/
}

.main2-2-con h1{
	margin: 0;
	font-size: 28px;color: #fff;
	font-weight: bold;
	/*text-align: center;*/
	margin: 13px 0 10px;
}

.main2-2-con h2{
	margin: 0;
	font-size: 20px;color: #fff;
	opacity: 0.4;
	text-transform: uppercase;
	text-align: center;
	font-family: "Georgia";
}



.main2-3{
	height: 621px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main2-3-bg.jpg);
	margin-top: 80px;
	padding: 60px 50px 0 300px;
	position: relative;
}

.main2-3 .title-11{
	position: absolute;
	width: 240px;
	top: 0;
	left: 0;
	bottom: 0;
}
.main2-3 .title-11 h1{
	position: absolute;
	width: 100%;
	font-size: 54px;
	writing-mode: vertical-rl;
  writing-mode: tb-rl;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 240px;
  z-index: 15;
	/*font-weight: bold;*/
}

.main2-3 .title-11 h2{
	position: absolute;
	width: 100%;
	padding: 0px 95px;
	z-index: 25;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  text-align: center;
	z-index: 50;
}


.main2-3-dl{
	overflow: hidden;
}
.main2-3-dl dl{
	margin: 0;
	margin-left: -3%;
	margin-top: -3%;
}

.main2-3-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.main2-3-dl dd>a{
	display: block;
	background-color: #fff;
	height: 140px;
	font-size: 18px;
	color: #333;
	text-align: center;
	padding-top: 30px;
	border-top:3px solid #bcd5dd;
}


.main2-3-dl dd>a img{
	display: block;
	margin: 0 auto 8px;
	width: 40px;

}
.main2-3-dl dd>a img.cur{
	display: none;
}

.main2-3-dl dd>a:hover{
	font-weight: bold;
	background-color: #22738e;
	color: #fff;
}
.main2-3-dl dd>a:hover img{
	display: none;
}

.main2-3-dl dd>a:hover img.cur{
	display: block;
}
.kuaisu{
		padding-top:30px;
		padding-left:30px;
		position:absolute !important;
		z-index:1;
	}

.main3{
	background-color: #fff;
	padding: 40px 0;
}
.main3 .row{
	margin-left: -15px;
	margin-right: -15px;
}

.main3 .col-lg-4{
	padding-left: 0;
	padding-right: 0;
}
.main3 .title-11{
	margin-bottom: 20px;
}
.main3-l{ 
	height: 80px;
    margin-bottom: 0px;
    border-bottom: 1px #d9d9d9 dashed;
}
.main3-list2 dl{
	margin: 0;
}

.main3-list2 dd+dd{
	margin-top: 23px;
	padding-top: 23px;
	border-top: 1px dashed #dadad9;
}

.main3-list2 dd .dangqun2-pic{
	width: 200px;
	margin-right: 24px;
}

.main3-list2 dd .dangqun2-con{
	margin-top: 0;
	overflow: hidden;
	padding-top: 8px;
}

.main3-list2 dd .dangqun2-con h1 a:hover {
    color: #22738e;
    font-weight: bold;
}

.main3-list2-media .dangqun2-pic .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	z-index: 1;
	background-color: #000;
	opacity: 0.15;
}

.main3-list2-media .dangqun2-pic .imgbox_a::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-image: url(../images/bo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	left: 50%;
	top: 50%;
	z-index: 15;
}

.main3-list1 dl{
	margin: 0;
}

.main3-list1 dd>a{
	display: block;
	padding-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;color: #333;
	height: 38px;
	line-height: 38px;
	position: relative;
	padding-right: 100px;
	border-left: 5px solid #22738e;
}
.main3-list1 dd.main3-l>a{
	background-color: #f1f8fa;
}
.main3-list1 dd+dd{
	margin-top: 3px;
}
.main3-list1 dd:hover>a{
	background-color: #22738e!important;
	color: #fff;
	font-weight: bold;
}
.main3-list1 dd:hover span.span112{
	color: #fff;
	font-weight: normal;
}
.main3-list1 dd span.span112{
	position: absolute;
	font-size: 14px;
	color: #999;
	top: 0;
	right: 20px;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



.footer-1{
	padding: 0px 0 20px;
}

.foo1-1{
	width: 180px;
	
}

.foo-logo a,
.foo-logo img{
	display: block;
	width: 100%;
}

.er{
	width: 100px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 25px auto 0;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.foo1-2{
	overflow: hidden;
	padding-top: 20px;
	
}

.foo1-2-div a{
	font-size:16px; padding-right:20px; line-height:38px;white-space: nowrap;
}
.foo1-2-list ul{
	margin: 0;
	
}

.foo1-2-list li{
	float: left;
	width:100%;
	height: 122px;
	position: relative;
}

.foo1-2-title{
	position: absolute;
	width: 28px;
	height: 95px;
	background-image: url(../images/foo1-2-title.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 5px	5px 0;
	left: 16px;
	top: 0;
	line-height: 1.1;
}
.foo1-2-dl{
	color:#FFF;
	}
.foo2-1{ 
	margin-top:25px;
	padding-right: 50px;
	}
.foo2-2-dl{
	margin-top:30px;
	/*padding-left:50px;*/
	line-height:40px;
}
.foo1-2-dl dl{
	margin: 0;
}

.foo1-2-dl dd+dd{
	margin-top:8px;
}

.foo1-2-dl dd{
	font-size:14px;
	color: #FFF;
	line-height: 2.8;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 3px;


}


.foo1-3{
	line-height:35px;
}
.foo1-3 .foo1-2-dl dd{
	font-size: 14px;
	background-position: left center;
	float: left;
	width: 280px;
}
.foo1-2-dl a{ font-size:16px; color:#000; margin-right:20px;white-space: nowrap;}
.foo1-3 .foo1-2-dl dd+dd{
	margin-top: 0px;
}

.foo1-3 .foo1-2-dl dd:first-child+dd+dd{
	width: 100%;
	margin-top: 10px;
}

.foo1-2-dd a:hover{
	/*text-decoration: underline;*/
	font-weight: bold;
}

.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;
}



/**************************************************************/
/*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: #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;*/
}
.mb li {
    display: inline-block;
    padding-bottom: 10px;
    margin-right: 10px;
}
.nav-2>ul>li>a{

	padding:18px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.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:#1B529D;
	margin-right: 25px;
	text-align: center;
	padding-top: 8px;
	perspective: 1000px;
	border-radius: 15px;
	 
}

.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 !important;
	font-weight: normal;
}

.xinwen-date {
    width: 78px;
    height: 78px;
    margin-right: 15px;
    padding-left: 10px;
    text-align: center;
    margin-top: 5px;
    perspective: 1000px;
    /* border-radius: 20px;*/
}
.xinwen-date h1 {
    margin: 0;
    font-size: 38px !important;
    text-align: left;
    padding-left: 12px;
    padding-top: 14px;
    font-weight: bold;
    color: #1f71c5;
    line-height: 1;
}

.xinwen-date h2 {
    margin: 0;
    font-size: 12px;
    text-align: left;
    padding-left: 12px;
    color: #313131;
    line-height: 1;
    /* margin-top: 10px !important; */
    font-weight: normal;
}
/*.main1-con h2:hover .xinwen-date{
	background:#1b529d;
}
.main1-con h2:hover .xinwen-date h1,.main1-con h2:hover .xinwen-date h2{
	color:#FFF;
}
.main1-con h2:hover h2 a{
	color:#1b529d !important;
}*/
.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: #000;
	line-height: 1.7;
	/*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tongzhi-con h1 a{
	/*white-space: nowrap; */
    /* 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-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;
	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: #1B529D;
	/*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);
}