/**************************************/
/*************[公用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)
}
*/


/** {*/
/*-moz-filter: grayscale(100%); */
/*-ms-filter: grayscale(100%); */
/*-o-filter: grayscale(100%); */
/*filter: gray;*/
/*}*/




/*html .footer-1-dd{*/
/*   -webkit-filter:grayscale(0%);*/
/*-moz-filter:grayscale(0%);*/
/*-ms-filter:grayscale(0%);*/
/*-o-filter:grayscale(0%);*/
/*filter:grayscale(0%);*/
/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0)*/
/*}*/



/*百度百科變灰*/
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: 999;
}

.header-1{
	background-color: #fff;
	border-top: 9px solid #00545e;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0 8px;
}
.logo{
	width: 372px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	position: relative;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 274px;
	margin-top: 25px;
	padding: 1px 55px 1px 24px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	border:0;
	position: relative;
	z-index: 15;
}

.search input[type="image"]{
	position: absolute;
	right:7px;
	top: 5px;
	width:32px;
	cursor: pointer;
	z-index: 50;
}
.search-select{
    width: 135px;
    margin-right: 20px;
    margin-top: 25px;
}
.search-select select{
	display: block;
	width: 100%;
	height: 42px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	border:1px solid #f0f0f0;
	z-index: 15;
	border-radius: 999em;
	padding: 0 20px;
	-webkit-appearance:none;
	appearance:none;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: 105px center;
}

.search-select select:focus{
	outline: none;
}
.language{
	width: 106px;
	margin-top: 25px;
	margin-left: 9px;
}
.language select{
	display: block;
	width: 100%;
	height: 42px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	border:1px solid #f0f0f0;
	position: relative;
	z-index: 15;
	border-radius: 999em;
	padding: 0 20px;
	-webkit-appearance:none;
	appearance:none;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: 75px center;
}

.language select:focus{
	outline: none;
}

.nav-wp{
	position: relative;
	background-color:#fff;
	z-index: 500;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/nav-wp.png);
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 9.09090909%;
	text-align: center;
	position: relative;
	

}

.nav>ul>li>a{
	display: block;
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	color:#333;
	background-repeat: no-repeat;
	background-position: center bottom;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	color: #005959;
	
	/*font-weight: bold;*/

}
.nav>ul>li.active>a {
	background-image: url(../images/jiao2.png);
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #fff;
	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: #005959;
	color: #fff;
}













/**************************************************************/
/*header-over*/





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

#main{

}
.fafa .flex-control-nav{
	height: 0;
	bottom: 28px;
}
.fafa .flex-control-nav li{
	margin:0 4px;
}


.main-top{
	padding: 35px 0 45px;
}
.main-middle{
	padding: 65px 0 70px;

	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main-middle-bg.png);
}
.main-bottom{
	padding: 75px 0 0px;
}

.title-11{
	font-size: 0;
	line-height: normal;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.png);
}

.title-11-item{
	display: inline-block;
	font-size: 26px;
	color: #333;
	padding-bottom: 15px;
	position: relative;
}
.title-11-item+.title-11-item{
	margin-left: 30px;
}
#title-11-hua .title-11-item{
	cursor: pointer;
}
.title-11-item::after{
	position: absolute;
	width: 0px;
	height: 2px;
	background-color: #01763a;
	content:"";
	left: 50%;
	margin-left: 0px;
	bottom: 0;
	transition: width .3s,margin-left .3s;
}
.title-11-item.cur::after{
	margin-left: -25px;
	width: 50px;
}

.main-middle .title-11-item{
	padding-bottom: 0;
	color: #fff;
}
.main-middle .title-11{background-image: none;}
.main-middle .title-11-item::after{display: none;}

.main-hua{
	margin-top: 20px;
	text-align: center;
	font-size: 0;
	line-height: normal;
}

.main-hua dl{
	display: inline-block;
	margin:0;
	border:2px solid #00545e;
	border-radius: 44px;
	overflow: hidden;
}

.main-hua dd{
	float: left;
	width: 97px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	transition: background-color .3s;
}

.main-hua dd+dd{
	border-left: 1px solid #dfdfdf;

}
.main-hua dd.cur{
	background-color: #00545e;
	color: #fff;
}
.main-middle .main-hua{
	margin-top: 25px;
}
.main-middle .main-hua dl{
	border-color:#fff;
}

.main-hua-div-wp .main-hua-div{display: none;}
.main-hua-div-wp .main-hua-div:first-child{display: block;}















.main2-dl{
	overflow: hidden;
}
.main2-dl dl{
	margin:0;
	margin-left: -26px;
	margin-right: -26px;
}

.main2-dl dd{
	float: left;
	width: 14.28571%;
	padding-top: 42px;
}
.main2-dl dd.hd{
    display: none;
}
.main2-dl dd>a{
	display: block;
	height: 122px;
	width: 122px;
	border-radius: 50%;
	background-color: #fff;
	border:3px solid #fff;
	text-align: center;
	margin:0 auto;
	transition: background-color .3s;
	padding-top: 15px;
}
.main2-dl dd>a h1{
	margin:0;
	font-size: 15px;
	color: #333;
	transition: color .3s;
}

.main2-ico{
	width: 54px;
	margin:0 auto 5px;
	position: relative;
}

.main2-ico img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity .3s;
}
.main2-ico img.cur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	transition: opacity .3s;
	opacity: 0;
}
.main2-dl dd>a:hover {
	background-color: transparent;
}
.main2-dl dd>a:hover h1{color: #fff;}
.main2-dl dd>a:hover img{opacity: 0;}
.main2-dl dd>a:hover img.cur{opacity: 1;}

.main3{
	padding: 8px;
	border:1px solid #e4e4ea;
}

.main3 .imgbox_a{
	padding-bottom: 34.36%;
}
.mm40{margin-top: 40px;}

.main4-list .item{
	border:1px solid #e4e4ea;
	padding: 10px;
	padding-bottom: 12px;
}


.main4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-70px;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background-image: url(../images/left6.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main4-list .owl-nav button.owl-next{
    position: absolute;
    right:-70px;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background-image: url(../images/right6.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.main4-pic .imgbox_a{
	padding-bottom: 128.64%;
}

.main4-con{
	padding-top: 10px;
}
.main4-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.main4-con h1 a:hover{
	color: #118182;
}
.main4-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 8px;
	text-align: center;
}
.main4-con h3{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 8px;
	text-align: center;
}

.more2{
	margin-top: 30px;
}

.more2>a{
	display: block;
	width: 158px;
	height: 46px;
	line-height: 44px;
	border:1px solid #045761;
	margin:0 auto;
	font-size: 14px;
	color: #045761;
	text-align: center;
	background-color: #fff;
	transition: background-color .3s,color .3s;
}

.more2>a:hover{
	background-color: #045761;
	color: #fff;
}

.main5-hua-div-wp{
	position: relative;
	overflow: hidden;
}

.main5-hua-div{
	position: absolute;
	width: 100%;
	left: -15000%;
	top: 0;
}


.main5-hua-div.cur{
	left: 0;
	position: relative;
}

.main5-list2{
	padding-bottom: 45px;
}
.main5-list2 .imgbox_a{
	padding-bottom: 52.4%;
}
.main5-list2 .owl-dots {
   margin-top: 40px;
}
.main5-list2 .owl-dots .owl-dot{
  margin:0 4px;
}


.main5-list2 .owl-dot.active span{
	width: 30px;
}

.main5-1{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main5-1-bg.jpg);
	padding-bottom: 65px;
}


.main5-dd{
	float: left;
	width: 25%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.main5-dd .imgbox_a{
	padding-bottom: 76.63%;

}

.main5-dd1{background-color: #1e96ec;}

.main5-dd.main5-dd3{
	width: 50%;
}


.main5-dd5{background-color: #ff9200;}


.main5-dd-con{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -57px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.main5-dd-con img{
	display: block;
	margin:0 auto 10px;
}


.main5-dd7 .main5-dd-con{color: #333;margin-top: 0;top: 50px;}
.main5-dd4::after{
	position: absolute;
	width: 17px;
	height: 35px;
	top: 50%;
	margin-top: -17px;
	right: 0;
	content:"";
	background-image: url(../images/jiao5.png);
	background-repeat: no-repeat;
	background-position: center;
}







.main1{
	margin-top: 30px;
}

.main1-1{
	width: 713px;
	margin-right: 22px;
}

.fmain1 .imgbox_a{
	padding-bottom: 58.205%;
}
.fmain1 .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 100px;
	z-index: 15;
	background-image: url(../images/heidi1.png);
}


.fmain1 .flex-control-paging li a.flex-active {
    background-image: url(../images/arrow-b2-h.png);
}

.fmain1 .flex-control-nav{
	text-align: right;
	padding-right: 20px;
	height: 0;
	bottom: 35px;
}
.fmain1 .flex-control-nav li{margin:0;}
.fmain1 .flex-control-nav li+li{margin-left: 6px;}
.main1-2{
	overflow: hidden;
}
.main1-2 dl{
	margin:0;
}
.main1-2 dd{
	border-bottom: 1px solid #e4e4e4;
	padding: 21px 0;
}
.main1-2 dd:first-child{
	padding-top: 0;
}
.main1-2-pic{
	width: 100px;
	margin-left: 25px;
}
.main1-2-pic .imgbox_a{
	padding-bottom: 66%;
}

.main1-2-con{
	overflow: hidden;
}

.main1-2-con h1{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
}
.main1-2-con h1 a:hover{
	color: #00545e;
}
.main1-2-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top:7px;
}


.main0{
	/*border:1px solid #e9e9e9;*/
}
.main0-top{
	border:1px solid #e9e9e9;
}
.main0-list{
	border:1px solid #e9e9e9;
	border-left:0;
	border-top:0;

}
.main0-nbottom{
	position: relative;
}
.main0-nbottom::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #e9e9e9;
	content:"";
	z-index: 25;
}

.main0-list dl{
	margin:0;
}

.main0-list dd{
	float: left;
	width: 16.66666666666%;
	padding: 15px 0;
}
.main0-list dd+dd{
	border-left:1px solid #e9e9e9;
}
.main0-list .item{
	padding: 15px 0;
	border-left:1px solid #e9e9e9;
}
.main0-list .item>a{
	display: block;
	width: 168px;
	position: relative;
	margin:0 auto;
}
.main0-list .item>a:hover span{
	font-weight: bold;
}
.main0-list .item>a img{
	display: block;
	width: 100%;
	transition: .3s;
}

.main0-list .item>a:hover img{
	transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);	
-moz-transform: rotateY(180deg);	

}







.main0-list .item>a span{
	position: absolute;
	width: 100%;
	bottom: 22px;
	text-align: center;
	font-size: 16px;
	z-index: 15;
}
.main0-top{
	padding-left: 20px;
}
.main0-title{
	height: 70px;
	line-height: 70px;
	padding-left: 34px;
	font-size: 18px;
	font-weight: bold;
	color: #42a098;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/lb.png);
	margin-right: 10px;
}

.main0-div{
	overflow: hidden;
}

.main0-h1{
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #333;
	padding-right:110px;
	position: relative; 
	max-width: 600px;
}


.main0-h1 a:hover{
	color: #42a098;
}
.main0-h1 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	color: #999;
}

.fmain0 .slides>li{
	padding-right: 90px;

}


.fmain0 .flex-direction-nav{
	width: 47px;
	height: 17px;
	background-image: url(../images/b-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 21px;
	top: 50%;
	margin-top: -8px;
}


.fmain0 .flex-direction-nav .flex-prev{
	left: 0;
	top: 0;
	margin-top: 0;
	width: 10px;
	height: 17px;
	transition: background-image .3s;
}
.fmain0 .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}
.fmain0 .flex-direction-nav .flex-next{
	right: 0;
	top: 0;
	margin-top: 0;
	width: 10px;
	height: 17px;
	transition: background-image .3s;
}
.fmain0 .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}
/**************************************************************/
/*main-over*/





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

#footer{

}

.footer-1{
	border-top: 1px solid #f2f2f2;
	padding: 15px 0;
}

.footer-1-dl{
	width: 950px;
	font-size: 0;
	line-height: normal;
	height: 50px;
	overflow: hidden;
}

.footer-1-dd{
	height: 50px;
	display: inline-block;
	margin-right: 15px;
}
.footer-1-dd a,.footer-1-dd img{
    display: block;
    height: 50px;
}
.youq{
	width: 180px;
	margin-top: 7px;
}

.youq select{
	display: block;
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	border:1px solid #c3c3c3;
	position: relative;
	z-index: 15;
	padding: 0 27px 0 13px;
	-webkit-appearance:none;
	appearance:none;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: 155px center;
}

.youq select:focus{
	outline: none;
}


.footer-2{
	padding: 45px 0 20px;
	background-image: url(../images/footer-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.er-wp{
	width: 457px;
}

.er{
	width: 142px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er.fl+.er.fr{
    margin-left: 14px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.foo2-dl{
	width: 310px;
	border-right: 1px solid #464745;
	margin-right: 70px;
}
.foo2-dl dl{
	margin:0;
}

.foo2-dl dd+dd{
	margin-top: 5px;
}

.foo2-dl dd{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 4px;
	font-size: 14px;
	color: #ddd;
	line-height: 2;
}
.foo2-dl dd span{
	float: left;
}
.foo2-dd{
	overflow: hidden;
}

.foo2-a{
	font-size: 14px;
	color: #ddd;
}
.foo2-a a{
	transition: color .3s;
}
.foo2-a a:hover{
	color: #fff;
}

.foo2-con-p{
	font-size: 14px;
	color: #ddd;
	line-height: 2.2;
	margin-top: 10px;
}


.foo2-con-p a:hover{
	color: #fff;
}


/**************************************************************/
/*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: #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;
	font-size: 0;
	line-height: normal;
	padding-left: 20px;
}
.nav-2>ul>li>ul>li{
	display: inline-block;
	margin-right: 5px;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	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: 260px;
   margin-left: 15px;
   margin-top: 7px;
}

.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: 270px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.erji{
	padding: 30px 0;
}

.mianbaoxie{
	font-size: 14px;
	color: #999;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}

.mianbaoxie a:hover,.mianbaoxie span{color: #005959;}


.erji-div-wp{
	margin-top: 30px;
}

.menu{
	width: 272px;
	margin-right: 23px;
}

.menu-top{
	border:1px solid #ececec;

}

.menu-h1{
	height: 126px;
	background-color: #076667;
	padding-left: 26px;
	padding-top: 39px;
}
.menu-h1-con{
	padding-left: 45px;
	position: relative;
}
.menu-h1-con i{
	position: absolute;
	left: 0;
	width: 33px;
	font-size: 52px;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
	top: 0;
	font-style: normal;
}
.menu-h1-con h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}

.menu-h1-con h2{
	margin:0;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 6px;
}


.menu-dl dl{
	margin:0;
}

.menu-dl dd>a{
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #000;
	padding-left: 25px;
	background-color: #fff;
	transition: background-color .3s,color .3s;
	position: relative;
}
.menu-dl dd>a::after{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
	width: 26px;
	height: 7px;
	content:"";
	background-image: url(../images/jiao3.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu-dl dd+dd{
	border-top: 1px solid #ececec;
}

.menu-dl dd>a:hover{
	background-color: #53acab;
	color: #fff;
}
.menu-dl dd.cur>a{
	background-color: #53acab;
	color: #fff;
}
.menu-pic a,.menu-pic img{
	display: block;
	width: 100%;
}

.menu-pic{
	margin-top:15px; 
}

.erji-div{
	border:1px solid #ebebeb;
	overflow: hidden;
	padding: 22px 22px 35px;
}

.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.jpg);
}

.erji-title h1{
	margin:0;
	font-size: 20px;
	color: #42a098;
	font-weight: bold;
	padding: 0	10px 19px;
	border-bottom: 2px solid #42a098;
}

.xinwen-list dl{
	margin:0;
}

.xinwen-list dd{
	padding: 28px 0;
	border-bottom: 1px solid #eeeeee;
}

.xinwen-pic{
	width: 194px;
	margin-right: 28px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 62.89%;
}

.xinwen-con{
	overflow: hidden;
	padding-top: 15px;
}

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

.xinwen-con h1 a:hover{
	color: #118182;
}

.xinwen-con h2{
	margin:0;
	font-size: 14px;
	color: #9d9d9d;
	margin:15px 0 12px;
}

.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #888888;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 35px;
}

.erji-div-con{
	padding-top: 25px;
}

.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;
	overflow-x: auto;
}
.danpian-con *{
	/*font-size: 16px;*/
	/*color:#666;*/
	line-height: 2!important;
}
.danpian-con img{
	/*display: block;*/
	margin:15px auto;
}
.danpian-con table{
    /*width: 859px;*/
    clear:both
}

.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:#118182;
}

.team-list dl{
	margin:0;
}

.team-list{
	border-bottom: 1px solid #eee;
}

.team-list dd{
	padding: 50px 0;
	position: relative;
}
.team-list dd::before{
	position: absolute;
	left: 203px;
	top: 0;
	bottom: 0;
	width: 1px;
	content:"";
	background-color: #eee;
}
.team-list dd:first-child{
	padding-top: 0;
}
.team-pic{
	width: 170px;
	margin-right: 33px;
}

.team-pic .imgbox_a{
	padding-bottom: 141.18%;
}

.team-con{
	overflow: hidden;
	padding-top: 20px;
	padding-left: 30px;
}

.team-h1{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	position: relative;
}
.team-h1::before{
	position: absolute;
	left: -30px;
	width: 2px;
	content:"";
	background-color: #b1b1b1;
	height: 24px;
	margin-top: -12px;
	top: 50%;
}
.team-h1 a:hover{
	color:#118182;
}

.team-con-1{
	font-size: 14px;
	color: #888;
	line-height: 1.8;
	padding: 13px 0;
}

.team-h2{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.team-con-2{
	font-size: 14px;
	color: #888;
	line-height: 1.8;
	margin-top: 7px;
}

.more1{
	margin-top: 22px;
	font-size: 12px;
	color: #888;
	padding-left: 65px;
	position: relative;
	font-style: italic;
}
.more1::before{
	position: absolute;
	left: 0px;
	width: 53px;
	content:"";
	background-color: #a7a7a7;
	height: 1px;
	top: 50%;
}
.more1 a:hover{
	color: #118182;
}

.team-py{
	padding: 20px 0 23px;
}

.team-py dl{
	margin:0;
}

.team-py dd{
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.team-py dd{
	float: left;
	width: 3.846%;
}

.team-py dd a:hover{
	color: #118182;
}
.team-py dd.cur{
	background-image: url(../images/team-py.png);
}
.team-py dd.cur a{
	color: #118182;

}
.tousu{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/tousu.jpg);
}
.tousu-form{
	padding-top: 30px;
}

.tousu-li+.tousu-li{
	margin-top: 20px;
}

.tousu-span{
	width: 87px;
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	color: #000;
	text-align: right;
	padding-right: 15px;
}

.tousu-input{
	overflow: hidden;
}
.tousu input:focus,
.tousu textarea:focus{
	outline: none;
}
.tousu-input input[type="text"]{
	display: block;
	width: 100%;
	height: 51px;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	border:1px solid #f0f0f0;
	position: relative;
	z-index: 15;
	padding: 8px 15px;
}

.tousu-input1{
	width: 360px;
}
.tousu-input2{
	max-width: 745px;
}
.tousu-input textarea{
	display: block;
	width: 100%;
	height: 140px;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	border:1px solid #f0f0f0;
	position: relative;
	z-index: 15;
	padding: 14px 15px;
	resize: none;
}

.tousu-li-noleft{
	padding-left: 87px;
}

.tousu-li-btn{
	font-size: 0;
	line-height: normal;
}

.tousu-li-btn input{
	display: inline-block;
	width: 135px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	background-color: #076667;
	border:0;
	cursor: pointer;
	vertical-align: top;
}


.tousu-li-btn input:hover{
	background-color: #42a098;
}

.tousu-li-btn a{
	display: inline-block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	background-color: #eaeaea;
	vertical-align: top;
	margin-left: 15px;
	text-align: center;

}

.tousu-li-btn a:hover{
	background-color: #076667;
	color: #fff;
}


.tousu-li-p{
	font-size: 16px;
	color: #f00;
	line-height: 2;
	margin-top: 18px;
}


.keshi1{
	padding-top: 35px;
}

.keshi-title h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left:11px ;
	border-left: 3px solid #01763a;
	height: 18px;
	line-height: 18px;
}

.keshi-title .fr{
	font-size: 14px;
	color: #999;
	height: 18px;
	line-height: 18px;
}

.keshi-title .fr a:hover{
	color: #01763a;
}
.keshi1-list{
	overflow: hidden;
	margin-top: 20px;
}
.keshi1-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.keshi1-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}

.keshi1-list dd>a{
	display: block;
	border:1px solid #e2e2e8;
	padding: 11px 30px 11px 13px; 
	font-size: 15px;
	color: #000;
	background-color: #fff;
	position: relative;
	transition:color .3s,background-color .3s,border-color .3s; 
}

.keshi1-list dd>a::after{
	position: absolute;
	right: 14px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao4.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 7px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	transition:background-image .3s; 
}

.keshi1-list dd>a:hover{
	color: #fff;
	background-color: #53acab;
	border-color: #53acab;
}
.keshi1-list dd>a:hover::after{
	background-image: url(../images/jiao4h.png);

}

.keshi2{
	padding-top: 35px;
}

.keshi2-div{
	margin-top: 20px;
	background-color: #fafafa;
}

.keshi2-left{
	width: 422px;
}

.keshi2-pic .imgbox_a{
	padding-bottom: 58.53%;
}

.keshi2-con{
	background-color: #076667;
	padding: 12px;
}

.keshi2-date{
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	padding-top: 10px;
	margin-right: 13px;
}

.keshi2-date h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #076667;
	line-height: 1;
}

.keshi2-date h2{
	margin:0;
	font-size: 12px;
	color: #076667;
	line-height: 1;
	margin-top:4px;
}

.keshi2-wen{
	overflow: hidden;
	padding-top: 12px;
}

.keshi2-wen h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}

.keshi2-wen p{
	margin:0;
	font-size: 14px;
	color: #bce2e2;
	margin-top: 10px;
}

.keshi2-right{
	overflow: hidden;
	padding: 17px 30px 0;
}

.keshi2-dl dl{
	margin:0;
}

.keshi2-dl dd+dd{
	margin-top: 18px;
}

.keshi2-dl dd{
	font-size: 16px;
	color: #333;
}

.keshi2-dl dd a:hover{
	color: #076667;
}



.nav-dang-wp{
	background-color: #ffe073;
}

.nav-dang dl{
	margin:0;
}

.nav-dang>dl>dd{
	float: left;
}
.nav-dang>dl>dd+dd{
	border-left: 1px solid #dcbf59;
}
.nav-dang>dl>dd>a{
	display: block;
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	color:#be0000;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	padding: 0	37px;
	/*transipx;tion: .3s;*/

}

.nav-dang>dl>dd:hover>a,.nav-dang>dl>dd.active>a {
	background-color: #c30000;
	color: #fff;
}

.dang .mianbaoxie a:hover, .mianbaoxie span {
    color: #c30000;
}

.dang .menu-h1{
	background-color: #c30000;
}

.dang .menu-dl dd.cur>a{
	background-color: #e50606;

}

.dang .menu-dl dd>a:hover{
	background-color: #e50606;

}

.dang .erji-title h1{
	color: #c30000;
	border-color: #c30000;
}

.dang .xinwen-con h1 a:hover {
    color: #c30000;
}


.dang .pagination > li > a,
.dang .pagination > li > span {
  color: #c30000;
}


.dang .pagination > li > a:hover,
.dang .pagination > li > span:hover,
.dang .pagination > li > a:focus,
.dang .pagination > li > span:focus {
  color: #c30000;
}
.dang .pagination > .active > a,
.dang .pagination > .active > span,
.dang .pagination > .active > a:hover,
.dang .pagination > .active > span:hover,
.dang .pagination > .active > a:focus,
.dang .pagination > .active > span:focus {
  color: #fff;
  background-color: #c30000;
  border-color: #c30000;
}

.dang .footer-1-dd a:hover {
    color: #c30000;
}

.dang .dan-a a:hover {
    color: #c30000;
}

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

.dang .jiaspan{
	background-image: url(../images/jia2-hong.png);
}

.dang .jiaspan.cur{
	background-image: url(../images/jia2h-hong.png);

}

.dangjian1{
	padding: 52px 0 57px;
}

.dangjian-title{
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #fff;
	width: 309px;
	margin:0 auto;
	background-image: url(../images/dangjian-title.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin-bottom: 35px;
}

.dangjian1-1{
	width: 573px;
	margin-right: 20px;
}

.fdang1 .imgbox_a{
	padding-bottom: 60%;
}
.fdang1 .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 130px;
	z-index: 15;
	background-image: url(../images/heidi1.png);
}

.fdang1 .flex-control-paging li a{
	background-image: none!important;
	background-color: #fff;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	font-size: 14px;
	color: #333;
	text-indent: 0;
}
.fdang1 .flex-control-paging li a.flex-active{
	color: #fff;
	background-color: #c30000;
}
.fdang1 .flex-control-nav{
	text-align: right;
	padding-right: 16px;
	height: 0;
	bottom: 40px;
}
.fdang1 .flex-control-nav li{
	margin:0;
}

.fdang1 .flex-control-nav li+li{
	margin-left: 4px;
}
.dangjian1-2{
	overflow: hidden;
	padding-top: 2px;
}

.dangjian1-2 dl{
	margin:0;
}

.dangjian1-2 dd{
	position: relative;
	font-size: 18px;
	color: #000;
	/*padding-right: 40px;*/
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/dangjian1-2.png);
}




.dangjian1-2 dd a:hover{
	color: #c30000;
}

/*.list01 dd span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}*/

.dangjian1-2 dd+dd{
	margin-top:20px;
}


.dang-more{
	margin-top: 36px;
}

.dang-more>a{
	display: block;
	width: 154px;
	height: 45px;
	line-height: 43px;
	border:1px solid #d0d0d0;
	margin:0 auto;
	font-size: 16px;
	color: #333;
	text-align: center;
	background-color: #fff;
	transition: background-color .3s,color .3s;
}

.dang-more>a:hover{
	border-color: #c30000;
	background-color: #c30000;
	color: #fff;
}

.dangjian1-img{
	margin-top: 40px;
}

.dangjian1-img a,.dangjian1-img img{
	display: block;
	width: 100%;
}

.dangjian2{
	min-height: 666px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/dangjian1-2-bg.jpg);
	padding: 88px 0;
}

.dangjian2-1{
	width: 574px;
	height: 491px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/dangjian2-1-bg.jpg);
	padding: 38px 20px 0;
}
.dangjian2-1>img{
	display: block;
	margin:0 auto;
}

.dangjian2-1-div{
	margin-top: 20px;
	background-image: url(../images/baidi.png);
	border-radius: 10px;
	padding: 25px 35px 20px;
}

.dangjian2-1-div h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #d30c0d;
}
.dangjian2-1-p{
	margin-top: 18px;
	font-size:17px;
	font-weight: bold;
	height: 204px;
	overflow-y: auto;
	color: #d30c0d;
	line-height: 2;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px 2px 2px rgba(255,255,255,1);
}
.dangjian2-1-p p{
    margin:0;
}

.dangjian2-1-a{
	margin-top: 15px;

}
.dangjian2-1-a a{
	display: block;
	width: 106px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 33px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
}
.dangjian2-1-a a:hover{
	background-color: #c30000;
	color: #fff;
}
.dangjian2-2{
	overflow: hidden;
}

.dangjian2-2-item{
	float: left;
	width: 48%;
	margin-left: 2%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 239px;
	padding: 35px 25px 0;
}

.dangjian2-2-item2{
	background-color: #cf0607;
}
.dangjian2-2-item3{
	margin-top: 2%;
	background-image: url(../images/dangjian2-2-item3.jpg);
}
.dangjian2-2-item4{
	margin-top: 2%;
	background-image: url(../images/dangjian2-2-item4.jpg);
}


.dangjian2-2-item h1{
	margin:0;
	font-size: 24px;
	color: #333;
}
.dangjian2-2-item h2{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 12px;
}
.dangjian2-2-item h3{
	margin:0;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.dangjian2-2-more{
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}

.dangjian2-2-item2 h1{color: #fff;}
.dangjian2-2-item2 h2{color: #fff;}
.dangjian2-2-item2 h3{color: #fff;}
.dangjian2-2-item2 .dangjian2-2-more{color: #fff;}


.dangjian2-2-item4 h1{color: #fff;}
.dangjian2-2-item4 .dangjian2-2-more{color: #fff;}

.dangjian2-2-item3,
.dangjian2-2-item4{
	padding-top: 85px;
}
.dangjian2-2-item a:hover{
	font-weight: bold;
}
.dangjian3{
	padding: 50px 0 35px;
	background-color: #fff;
}

.dangjian3-pic .imgbox_a{
	padding-bottom: 67.935%;
}

.dangjian3-h1{
	background-color: #f7f7fa;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.dangjian3-item:hover .dangjian3-h1{
	color: #c30000;
}








.zaixianliuyan-2{
	margin-top: 25px;
	padding-bottom: 0px;
}

.zaixianliuyan-2-li-top{
	background-color: #fafdff;
	border:1px solid #edf2f5;
	padding-right: 50px;
	position: relative;
}
.zaixianliuyan-2-li-top a{
	position: absolute;
	width: 22px;
	right: 14px;
	top: 12px;
}

.zaixianliuyan-2-li-top a img{
	display: block;
	width: 100%;
}
.zaixianliuyan-2-li-top span{
	font-size: 14px;
	color:#42a098;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	width: 81px;
	padding-left:10px;

}

.zaixian-wd-con{
	overflow: hidden;
}

.zaixianliuyan-2-li-top-con{
	overflow: hidden;
    font-size: 14px;
	color:#666;

	line-height: 1.8;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 5px;
}

.zaixianliuyan-2-li-bottom{
	padding-left: 91px;
}

.zaixian-niw span{
	font-size: 14px;
	color:#999;
	height: 32px;
	line-height: 32px;
	margin-left: 50px;
}

.zaixian-niw-p{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 32px;
}

.zaixianliuyan-2-li-bottom{
	padding-top: 20px;
	padding-bottom: 30px;
}

.zaixian-wd{
	padding-top: 15px;
	margin-top: 13px;
	border-top:1px solid #ececec;
}

.zaixian-wd-hf{
	font-size: 14px;
	color:#d0d0d0;
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/zx_3.png);
}

.zaixian-wd-p{
	overflow:hidden;
	font-size: 14px;
	color:#666;
	line-height: 32px;
	padding-left: 3px;
}

.zaixian-wd span{
	font-size: 14px;
	color:#999;
	height: 32px;
	line-height: 32px;
	margin-left: 50px;
}

.main2-a{
    text-align: center;
    margin-top: 30px;
}
.main2-a span{
    font-size: 15px;
    color:#fff;
    cursor: pointer;
}
.main2-a span:hover{
    font-weight: bold;
}


#xf{
	position: fixed;
	right:0px;
	top: 50%;
	margin-top: -257px;
	width: 108px;
	height: 514px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/xf.png);
	z-index: 989;
	padding: 38px 16px 0;

}

.xf1 dl{
	margin:0;
}

.xf1 dd{
	padding: 15px 0;
}
.xf1 dd>a{
	display: block;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.xf1 dd>a:hover{
	color: #33767e;
}
.xf1 dd>a img{
	display: block;
	width: 40px;
	margin:0 auto 7px;
}
.xf1 dd+dd{
	border-top: 1px solid #eee;
}
.xf2{
	margin-top: 10px;
}
.xf2 a,.xf2 img{
	display: block;margin:0 auto;
}

.wzdt-item{
	padding-top: 30px;
}
.wzdt-item a:hover{
	font-weight: bold;
	color: #42a098;
}
.wzdt-h1{
	font-size: 20px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.wzdt-dl dl{
	margin:0;
}

.wzdt-dl dd{
	float: left;
	margin-right: 30px;
	margin-top: 18px;
	font-size: 15px;
	color: #42a098;
}


.gdpc{
    position: fixed;
    left: 0;
    top:50%;
    margin-top: -95px;
    z-index: 1110;
}

.gdpc a,.gdpc img{
    display: block;
    width:100%;
}

.gdpc-close{
    position: absolute;
    left: 0;
    top:-26px;
    cursor: pointer;
    width:50px;
}

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


.gdpc1{
    position: fixed;
    left: 0;
    top:78%;
    margin-top: -95px;
    z-index: 1110;
}

.gdpc1 a,.gdpc1 img{
    display: block;
    width:100%;
}

.gdpc-close1{
    position: absolute;
    left: 0;
    top:-26px;
    cursor: pointer;
    width:50px;
}

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

#main4-list22{
	margin-top: 30px;
}


#divpiao2{
    width: 341px!important;
    height:auto!important;
}

#divpiao2 a,#divpiao2 a>img{
    display: block;
    width: 100%!important;
     height:auto!important;
}