/**************************************/
/*************[公用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{
	position: relative;
	z-index: 998;
}

.header-1{
	background-color: #0097c3;
}

.header-1 .fl{
	height: 63px;
	line-height: 63px;
	font-size: 14px;
	color: #fff;
}

.search{
	width: 290px;
	margin-top: 11px;
	position: relative;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 42px;
	padding: 8px 40px 8px 14px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	border:1px solid #c4d3d8;
	background-color: #fff;
	position: relative;
	z-index: 15;
}

.search input[type="image"]{
	position: absolute;
	right:10px;
	top: 12px;
	width:18px;
	cursor: pointer;
	z-index: 50;
}

.header-2{
	background-color: #fff;
	padding: 10px 0;
}

.logo{
	width: 420px;
	margin-top: 15px;
	padding-left: 8px;
}

.logo>a{
	display: block;
	width: 365px;
}
.logo>a img{
	display: block;
	width: 100%;
}

.nav{
	width: 980px;
	border-left: 1px solid #d4d4d4;
}

.nav ul{margin:0;}

.nav>ul>li{
	float: left;
	width: 14.28571%;
	border-right: 1px solid #d4d4d4;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	height: 80px;
	position: relative;
	text-align: center;
	padding-top: 18px;
}

.nav>ul>li>a h1{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1;
	transition: color .3s;
}
.nav>ul>li>a h2{
	margin:0;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	line-height: 1;
	transition: color .3s;
}
.nav-a-after{
	height: 16px;
	position: relative;
}

.nav-a-after::after{
	position: absolute;
	width: 0;
	left: 50%;
	top: 50%;
	height: 1px;
	background-color: #0097c3;
	content:"";
	transition: width .3s,left .3s;
}
.nav>ul>li:hover .nav-a-after::after{
	width: 100%;
	left: 0;
}
.nav>ul>li:hover>a h1{color: #0097c3;}
.nav>ul>li:hover>a h2{color: #0097c3;}

.nav>ul>li.cur .nav-a-after::after{
	width: 100%;
	left: 0;
}
.nav>ul>li.cur>a h1{color: #0097c3;}
.nav>ul>li.cur>a h2{color: #0097c3;}


.nav>ul>li ul{
	position: absolute;
	left: 1px;
	right: 0;
	top: 100%;
	background-color: #fff;
	padding: 10px 0px 0;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	transition: .3s;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #0097c3;
	color: #fff;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}

.fafa .flex-control-paging li a{
	width: 13px;
	height: 13px;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 50px;
}
.fafa .flex-control-nav li{
	margin:0 12px;
}

.main1{
	background-color: #f4f4f4;
	padding: 43px 0;
}

.main1-list .item .imgbox_a{
	padding-bottom: 55.43%;
}
.main1-list .item .imgbox_a i{
	position: absolute;
	width: 100%;
	left: 30px;
	top: 30px;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	z-index: 50;
}
.main2{
	background-color: #fff;
	padding: 50px 0 65px;
}

.main2-1{
	width: 680px;
	margin-right: 70px;
}

.title-11 span.fl{
	cursor: pointer;
	font-size: 16px;
	color: #333;
	height: 28px;
	line-height: 28px;
	transition: color .3s;
}
.title-11 span.fl.cur{
	color: #0097c3;
}
.title-11 span.fl+span.fl{
	margin-left: 40px;
}

.title-11 a.fr{
	width: 28px;
	height: 28px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	display: none;
	transition: background-image .3s;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr:hover{
	background-image: url(../images/moreh.png);
}

.main2-1-div-wp{
	padding-top: 30px;
}

.main2-1-div-wp .main2-1-div{display: none;}
.main2-1-div-wp .main2-1-div:first-child{display: block;}

.tui1-pic{
	width: 237px;
	margin-right: 30px;
}
.tui1-pic .imgbox_a{
	padding-bottom: 63.7%;
}
.tui1-con{
	overflow: hidden;
	padding-top: 8px;
}

.tui1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.tui1-con h1 a:hover{
	color: #0097c3;
}
.tui1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 12px;
}
.tui1-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top: 18px;
}

.main2-1-dl{
	border-top: 1px solid #d4d4d4;
	margin-top: 30px;

}
.main2-1-dl dl{
	margin:0;
}

.main2-1-dl dd{
	height: 70px;
	line-height: 69px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-right: 85px;
}
.main2-1-dl dd a:hover{
	color: #0097c3;
}
.main2-1-dl dd span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}





.main2-2{
	overflow: hidden;
}

.main2-2-h1{
	font-size: 48px;
	color: #ececec;
	font-family: "Impact";
	text-transform: uppercase;

}
.main2-2-div{
	margin-top: 23px;
}

.main2-2-img .imgbox_a{
	padding-bottom: 22.58%;
}

.main2-2-con{
	margin-top: 30px;
}

.main2-2-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.main2-2-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 20px;
	height: 4em;
	overflow: hidden;
}

.main2-2-dl dl{
	margin:0;
	margin-left: -3%;
}

.main2-2-dl dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	border:1px solid #dcdddd;
	margin-top: 3%;
}
.main2-2-dl dd>a{
	display: block;
	height: 109px;
	position: relative;
}


.main2-2-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 15;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	transition: opacity .3s;
}


.main2-2-tz{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -33px;
	font-size: 14px;
	color: #666;
	text-align: center;
	z-index: 50;
	transition: color .3s;
}
.main2-2-ico{
	width: 36px;
	height: 36px;
	margin:0 auto 10px;
	transition: background-image .3s;
}
.main2-2-ico1{background-image: url(../images/main2-2-ico1.png);}
.main2-2-ico2{background-image: url(../images/main2-2-ico2.png);}
.main2-2-ico3{background-image: url(../images/main2-2-ico3.png);}

.main2-2-dl dd>a:hover .main2-2-bg{
	opacity: 1;
}
.main2-2-dl dd>a:hover .main2-2-tz{
	color: #fff;
}

.main2-2-dl dd>a:hover .main2-2-ico1{background-image: url(../images/main2-2-ico1h.png);}
.main2-2-dl dd>a:hover .main2-2-ico2{background-image: url(../images/main2-2-ico2h.png);}
.main2-2-dl dd>a:hover .main2-2-ico3{background-image: url(../images/main2-2-ico3h.png);}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-color: #f4f4f4;
	padding: 10px 0; 
}

.footer-1-div{
	height: 42px;
	position: relative;
	padding-left: 82px;
}

.foo1-title{
	position: absolute;
	width: 82px;
	left: 0;
	top: 0;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #666;
}

.footer-1-dl dl{
	margin:0;
	margin-left: -2%;
}

.footer-1-dl dd{
	float: left;
	width: 18%;
	margin-left: 2%;
}
.footer-1-dl dd select:focus{
	outline: none;
}
.footer-1-dl dd .form-control{
	box-shadow: none!important;
	border-radius: 0;
	height: 42px;
	border:1px solid #d9dada!important;
}
.footer-2{
	background-color: #484949;
}
.footer-2-1{
	padding: 40px 0;
	border-bottom: 1px solid #6d6d6d;
}
.er{
	width: 95px;

}
.er img{
	display: block;
	width: 100%;
}
.foo2-2{
	width: 400px;
	margin-right: 60px;
}
.foo2-2 h1{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.foo2-2-p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 20px;
}
.foo2-3{overflow: hidden;}

.foo2-3 ul{
	margin:0;
}

.foo2-3 li{
	float: left;
}
.foo2-3 li+li{
	margin-left: 90px;
}
.foo2-3 li:last-child{
	margin-left: 0;
	position: relative;
	top: 45px;
	left: -56px;
}
.foo2-3 li h1{
	margin:0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.foo2-3 dl{
	margin:0;
	padding-top: 28px;
}

.foo2-3 dd+dd{
	margin-top: 11px;
}
.foo2-3 dd>a{
	font-size: 12px;
	color: #999999;
	transition: color .3s;
}

.foo2-3 dd>a:hover{
	color: #fff;
}





.footer-2-2{
	padding: 40px 0;
	font-size: 12px;
	color: #fff;
	line-height: 1.8;
}
/**************************************************************/
/*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: 4px 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: 320px;
   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: 325px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.erji{
	overflow: hidden;
}


.erji-top{
	background-color: #e9e9e9;
}

.erji-nav dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.erji-nav dd{
	display: inline-block;
}
.erji-nav dd+dd{
	margin-left: 80px;
}
.erji-nav dd>a{
	display: block;
	height: 63px;
	line-height: 63px;
	font-size: 16px;
	color: #666;
	padding: 0	10px;
	overflow: hidden;
	position: relative;
}
.erji-nav dd>a::after{
	position: absolute;
	width: 10px;
	height: 5px;
	content:"";
	background-image: url(../images/jiao0.png);
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	transition: bottom .3s;
}

.erji-nav dd>a:hover::after,
.erji-nav dd.cur>a::after{
	bottom: 0;
}

.erji-bottom{
	padding: 40px 0 75px;
	background-color: #fff;
}





.fenye{
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
}

.fenye ul{
	margin:0;
}




.xinwen1{
	background-color:#f6f6f6;
	padding: 50px 58px;
}
.xinwen1 .form-control{
	box-shadow: none!important;
	border-radius: 0;
}

.xinwen1-1{
	width: 105px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	color: #333;
}

.xinwen1-2{
	width: 238px;
}
.xinwen1-3{
	width: 238px;
	margin:0 22px;
}

.xinwen1-4{
	width: 238px;
}
.xinwen1-5{
	width: 238px;
	margin-left: 22px;
}

.xinwen1-5 input{
	width: 100%;
	height: 34px;
	border:0;
	cursor: pointer;
	background-color: #1798c1;
	color: #fff;
	display: block;
	font-size: 14px;
}

.xinwen1-5 input:focus{
	outline: none;
}

.xinwen2{
	margin-top: 60px;
}

.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 168px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 15px;
}

.xinwen2 li:first-child{
	margin-top: 0px;
}

.xinwen2-date{
	width: 169px;
	text-align: center;
	height: 232px;
	padding-top: 81px;
	position: relative;
	z-index: 80;
}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #1798c1;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: -14px;
	display: none;
	z-index: 30;
}




.linei{
	position: absolute;
	width: 45px;
	height: 1px;
	background-color:#bcbcbc;
	left: 100%;
	top: 50%; 
}

.xinwen2-date h1{
	margin:0;
	font-size: 50px;
	font-weight: bold;color: #1798c1;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;

}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #1798c1;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}

.xinwen2-div{
	width: 1046px;
	padding: 40px;
	position: relative;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #f6f6f6;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;
}

.xinwen2-pic{
	width: 231px;
	margin-left: 30px;
}

.xinwen2-pic .imgbox_a{
	padding-bottom: 66.67%;
}



.xinwen2-con-nei{
	overflow: hidden;
}

.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}



.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}

.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 479px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}


.xinwen2 li:hover .linei{background-color:#1798c1; }

.xinwen2 li:hover .xinwen2-div::after{
	left: -186px;
	right: -330px;
}

.xinwen2 li:hover .xinwen2-con-nei h1,
.xinwen2 li:hover .xinwen2-con-nei p{color: #1798c1;}


.danpian2{
	max-width: 1300px;
	margin:0 auto;
}
.danpian2-h1{
	text-align: center;
	font-size: 25px;
	color: #1798c1;
	line-height: 1.5;
}

.danpian2-h2{
	text-align: center;
	font-size:16px;
	color: #666;
	line-height: 1.5;
	margin-top: 10px;
}

.danpian2-h3{

	padding:35px 0 25px;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;

}

.danpian2-h3 .wwfl.fl img{
	margin-top: -3px;
	margin-right: 5px;
}

.aafl{
	margin-left: 20px;
}

.aafl a{
	display: inline-block;
	width: 13px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center ;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 12px;
}

.aafl a.aafl1{background-image: url(../images/aaa1.png);}
.aafl a.aafl2{background-image: url(../images/aaa2.png);}
.aafl a.aafl3{background-image: url(../images/aaa3.png);}


.aafl a.aafl1.cur{background-image: url(../images/aaa1h.png);}
.aafl a.aafl2.cur{background-image: url(../images/aaa2h.png);}
.aafl a.aafl3.cur{background-image: url(../images/aaa3h.png);}



.danpian2-con {
	padding: 0px 0 60px;
}
.danpian2-con p{margin:0;}

.danpian2-con img{
	display: block;
	margin:15px auto;
}

.danpian2-con,.danpian2-con *{
	font-family: "Microsoft Yahei"!important;
	font-size: 16px!important;
	color: #666!important;
	line-height: 2.2!important;
}

.danpian2-con.cur0,.danpian2-con.cur0 *{
	font-size: 18px!important;
}

.danpian2-con.cur2,.danpian2-con.cur2 *{
	font-size: 14px!important;
}


.danpian2-page{
	border-top: 1px solid #f3f3f3;
}

.danpian2-page-li{
	border-bottom: 1px solid #f3f3f3;

}
.danpian2-con a:hover{
	color: #1798c1!important;
}





.danpian2-sx{
	width: 120px;
	height: 59px;
	margin-right: 35px;
}
.danpian2-sx a{
	display: block;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.danpian2-page-div{
	overflow:hidden;
	padding-right: 115px;
	position: relative;
	height: 59px;
	line-height: 59px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.danpian2-page-div a{
	font-size: 16px;
	color: #666;
}
.danpian2-page-div a:hover{
	color: #1798c1;
}
.danpian2-page-div span{
	position: absolute;
	right: 30px;
	font-size: 14px;
	color: #999;
}

.danpian2-page-li:hover .danpian2-sx a{
	background-color: #1798c1;
	color: #fff;
}





.dang-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.dang-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}
.dang-pic
{position: relative;
z-index: 15;}
.dang-pic .imgbox_a{
	padding-bottom: 55.69%;
}
.dang-item{
	padding-bottom: 178px;
	background-color: #fff;
	box-shadow: 0px 0px 24px 0px rgba(6, 0, 1, 0.2);
	position: relative;
}
.dang-pic .imgbox_a::after{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	content:"";
	z-index: 10;
	background-color: #000;
	opacity: 0.12;
	transition: opacity .3s;
}
.dang-con{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #fff;
	padding: 30px 40px 0;
	z-index: 25;
}

.dang-h1{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.dang-di{
	height: 59px;
	border-top: 1px solid #e1e1e1;
	padding-top: 15px;
	margin-top: 35px;
}
.dang-di img{
	margin-top: -3px;

}
.dang-fl2{
	margin-left: 23px;
	font-size: 14px;
	color: #1798c1;
}
.dang-fl2 img{
	margin-right: 10px;
}

.dang-di .fr a{
	font-size: 14px;
	color: #1798c1;
}
.dang-di .fr a:hover{
	font-weight: bold;
}

.dang-height{
	height: 50px;
	transition: height .3s;
}

.dang-pic .imgbox_a>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;

}
.dang-item:hover .dang-height{height: 0;}
.dang-item:hover .imgbox_a::after{
	opacity: 0;
}
.dang-item:hover .imgbox_a>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.dang-date{
	position: absolute;
	width: 56px;
	height: 63px;
	background-color: #1798c1;
	left: 19px;
	top: 18px;
	z-index: 35;
	text-align: center;
	padding-top: 12px;
}

.dang-date h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-family: "Arial";
}
.dang-date h2{
	margin:0;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	font-family: "Arial";
	margin-top: 7px;
}

.contact{
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(6, 0, 1, 0.15);
}

.map-wp{
	width: 889px;
	height: 525px;

}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact-wp{
	padding-top: 35px;
}

.map-con{
	overflow: hidden;
	padding: 55px 80px 0 55px;
}

.contact-dl dl{
	margin:0;
}

.contact-dl dd{
	min-height: 53px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	padding-top: 3px;

}

.contact-dl dd+dd{
	margin-top:50px;
}
.contact-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.contact-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #666;
	line-height: 27px;
	margin-top: 5px;
}

.contact-dl dd h3{
	margin:0;
	font-size: 25px;
	color: #666;
	font-family: "Impact";
	line-height: 27px;
	margin-top: 5px;
}

.contact-dl dd h4{
	margin:0;
	font-size: 18px;
	color: #666;
	font-family: "Arial";
	line-height: 27px;
	margin-top: 5px;
}
.xm{
	padding-top: 20px;
}

.xm-li{
	background-color: #f4f4f4;
}
.xm-li+.xm-li{
	margin-top: 80px;
}
.xm-pic{
	width: 69%;
}

.xm-pic .imgbox_a{
	padding-bottom: 42.34%;
}

.xm-con{
	overflow: hidden;
	padding: 65px 55px 0;
}

.xm-h1{
	font-size: 0;
	line-height: normal;
}
.xm-h1>a{
	display: inline-block;
	font-size: 18px;
	color: #333;
	padding-bottom: 20px;
	position: relative;
}
.xm-h1>a::after{
	position: absolute;
	content:"";
	height: 3px;
	background-color: #1798c1;
	left: 0;
	width: 3em;
	bottom: 0;
}
.xm-h1>a:hover{
	color: #1798c1;
}

.xm-p{
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	line-height: 2.4;
	height: 7.2em;
	overflow: hidden;
	margin-top: 20px;
}
.xm-p p{margin:0;}

.xm-li .more1{margin-top: 90px;}

.more1{
	margin-top: 25px;
}
.more1>a{
	font-size: 12px;
	color: #999;
	margin-top: 9px;
}

.more1>a:hover{
	color: #1798c1;
}


.zhaopin-table{
	margin:0!important;
}
.zhaopin-table table.table{
	margin:0;
	text-align: center;
	    border-bottom: 1px solid #ddd;
}

.zhaopin-table table.table tr th{
	background-color: #f4f4f4;
	font-size: 14px;
	color: #666;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	border-color:#f4f4f4;
	font-weight: normal;
}
.zhaopin-table table.table tr th span{
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 12px;

}
.zhaopin-table table.table tr th:first-child{
	text-align: left;
	padding-left: 80px;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	padding-left: 5px;
}

.zhaopin-table table.table tr td{
	background-color: #fff;
	border-color: #eaeaeb;
	vertical-align: middle;

}
.zhaopin-table table.table tr td i
{font-style: normal;font-size: 18px;color: #333;
}
.zhaopin-table table.table tr.tr11 td{
	font-size: 14px;
	color: #666;
	height: 68px;
}
.zhaopin-table table.table tr.tr11 td:first-child{
	font-size: 18px;
	padding-left: 80px;
	text-align: left;
}

.zhaopin-table table.table tr.tr22 td{
	padding: 0;
}

.zhaopin-con{
	padding: 35px;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: left;
	display: none;
	white-space: normal;
}

.jjw{
	cursor: pointer;
}
.jjw:hover{
	color: #1798c1;
}


.tan_aaa-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1998;
	display: none;
}

.tan_aaa-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
}

.tan_aaa-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}

.tan_aaa-div{
	position: absolute;
	width: 900px;
	height: 600px;
	background-color: #fff;
	z-index: 200;
	margin-left: -450px;
	left: 50%;
	margin-top: -300px;
	top: 50%;
	padding: 60px 30px 30px;
}


 .close_btn{position:absolute;width:50px;height:50px;right:10px;top:10px;text-align:center;line-height:50px;display:block;margin-bottom:1px;cursor:pointer;overflow:hidden;background-color: #1798c1;}
 .close_btn:hover{background:#1798c1;}
 .close_btn:after, .close_btn:before{content:''; position:absolute; width:60%; height:1px;background:#fff; display:block; left:50%; margin-left:-30%;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
 .close_btn:before{bottom:50%; transform:rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
 .close_btn:after{top: 50%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
 .close_btn:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover i{opacity:1;visibility:visible;}
 .close_btn i{font-style:normal;
 	opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff;font-size: 12px;}

.tan_aaa-div-h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 40px;
}

.tan_aaa-dl{
	background-color:#efefef;
	margin-top:  30px;
	padding: 30px 40px;
}

.tan_aaa-dl dl{
	margin:0;
	margin-left: -3%;
}

.tan_aaa-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}

.tan_aaa-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.tan_aaa-dl dd h2{
	margin:0;
	font-size: 25px;
	color: #333;
	margin-top: 10px;
}
.tan_aaa-wen-wp{
	padding: 40px;
	padding-right: 20px;
}
.tan_aaa-wen{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height:14.4em ;
	overflow-y: auto;
	padding-right: 20px;
}




.about1{
	padding: 70px 0 110px;
	background-color: #fff;
}
.about2{
	padding: 85px 0 180px;
	background-image: url(../images/about2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.about3{
	padding: 80px 0 120px;
	background-color: #fff;
}


.about-title{
	text-align: center;
	padding-bottom: 25px;
	position: relative;
}

.about-title h1{
	margin:0;
	font-size: 48px;
	color: #ececec;
	font-family: "Impact";
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 15px;
}
.about-title h2{
	margin:0;
	font-size: 20px;
	color: #666;
	text-align: center;
}
.about-title::after{
	position: absolute;
	width: 78px;
	height:2px ;
	bottom: 0;
	left: 50%;
	margin-left: -39px;
	content:"";
	background-color: #0097c3;
}


.about1-div{
	margin-top: 40px;
}
.about1-img img{
	display: block;
	width: 100%;
}

.about1-con{
	max-width: 800px;
	margin:40px auto 0;
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	text-align: center;
}





.about2-img{
	margin-top: 100px;
}

.about2-img img{
	display: block;
	margin:0 auto;
}

.about3-div{
	margin: 53px auto 0;
	max-width: 1290px;
}

.about3-img{
	width: 45%;
	margin-right: 80px;
}

.about3-img img{
	display: block;
	width: 100%;
}

.about3-con{
	overflow: hidden;
	font-size: 16px;
	color: #666;
	l;line-height: 2.4;
	padding-top: 10px;
}





.tousu{
	padding: 0px 100px 0 30px;
}
.tousu input{

	box-shadow: none;
}
.tousu input:focus{
	outline: none;
	box-shadow: none;
}

.tousu textarea:focus{
	outline: none;
	box-shadow: none;
}

.tousu input.form-control{
	height:40px;
	border:1px solid #0097c3;
	border-radius: 5px;
	padding-right: 40px;
}
.tousu textarea.form-control{
	border:1px solid #0097c3;
	resize: none;
	box-shadow: none!important;
	border-radius: 5px;
	padding: 9px 40px 9px 12px;
	height: 222px;
}
.tousu-title{
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.tousu-input{
	position: relative;
}

.tousu-input i.icoii{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right:13px;
	background-repeat: no-repeat;
	background-position: center;
}

.tousu-input i.icoii.icoii1{
	margin-top: 0;
	top: 11px;
}

.tousu-btn{
	text-align: center;
}

.tousu-btn input{
	width: 195px;
	height: 49px;
	border:0;
	background-color: #0097c3;
	color: #fff;
	font-size: 14px;
}

.tousu-btn{
	padding-top: 30px;
}