/**************************************/
/*************[公用start]**************/
/**************************************/



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: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 999;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 111px;
}

#header.cur{
	background-color: #fff;
	background-image: none;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}

.logo{
	width: 310px;
	margin-top: 25px;
}

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







.wx{
	width: 27px;
	margin-top: 45px;
	margin-right: 17px;
	position: relative;
	cursor: pointer;
}
.wx img{
	display: block;
	width: 100%;
}


.wx-er{
	position: absolute;
	width: 100px;
	top: 65px;
	left: 50%;
	margin-left: -50px;
	display: none;
}
.wx:hover .wx-er{
	display: block;
}

.search{
	width: 21px;
	margin-top: 45px;
	margin-right: 26px;
	position: relative;
	cursor: pointer;
}
.search img,.search a{
	display: block;
	width: 100%;
}


#header img.img00{
	display: block;
}


#header img.img00h{
	display: none;
}


#header.cur img.img00{
	display: none;
}


#header.cur img.img00h{
	display: block;
}





.nav{
	padding-right: 25px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
}
.nav>ul>li+li{
	margin-left: 50px;
}

.nav>ul>li>a{
	display: block;
	font-size: 16px;
	color: #fff;
	height: 111px;
	line-height: 111px;
	font-weight: bold;
	position: relative;
}
.nav>ul>li>a::after{
	position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #19e753;
  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;
}


#header.cur .nav>ul>li>a{
	color: #333;
}

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





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

#main{
	position: relative;
	z-index: 150;
}
.pp70{
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner{
	height: 747px;
}

.fafa .slides>li{
	height: 747px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img.phone-img{
	display: none;
	width: 100%;
}


.fafa .banner-2-con {
    padding-top: 320px;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 33px;
}
.fafa .flex-control-nav li{
	margin:0 3px;
}
.fafa .flex-control-paging li a{
	width: 23px;
	height: 4px;
	background-color: #fff;
	background-image: none!important;
}

.fafa .flex-control-paging li a.flex-active{
	background-color: #4aab52;
}


@-webkit-keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.fafa .banner-2-wen h1{
	-webkit-animation-duration:0.8s;
  animation-duration:0.8s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.fafa .banner-2-wen p{
	-webkit-animation-duration:0.8s;
  animation-duration:0.8s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}

.fafa .slides>li.flex-active-slide  .banner-2-wen h1{
	-webkit-animation-name: fadeInLeft1;
	animation-name: fadeInLeft1;
}


.fafa .slides>li.flex-active-slide  .banner-2-wen p{
	-webkit-animation-name: fadeInLeft1;
	animation-name: fadeInLeft1;
	-webkit-animation-delay:0.3s;
  animation--delay:0.3s;
}













.main1{
	padding-bottom: 140px;
}

.main2{
	min-height: 840px;
	background-image: url(../images/main2-bg.jpg);
}

.main2-pic{
	width: 500px;
	margin-right: 27px;
}
.main2-pic .main2-pic-item{
	display: none;
}
.main2-pic .main2-pic-item:first-child{
	display: block;
}
.main2-pic .imgbox_a{
	padding-bottom:100%;
}
.main2-con{
	overflow: hidden;
}

.main2-h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 18px;
	background-color: rgba(0,0,0,0.6);
	z-index: 20;
}
.main2-h1 h1{
	margin:0;
	font-size: 16px;
	color: #ff;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	color: #fff;
}
.main2-dl	dl{
	margin:0;
}
.main2-dl{
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
.main2-dl dd{
	float: left;
	width: 25%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 166px;
	
}

.main2-dl dd>a{
	display: block;
	padding: 25px	35px 0;
	position: relative;
	height: 100%;
}
.main2-dl dd>a::after{
	position: absolute;
	left: 50%;
	width: 0;
	top: 50%;
	height: 0;
	transition:.3s;
	content:"";
	z-index: 15;
	background-color: #007d88;
}

.main2-dl dd.cur>a::after{
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
}


.main2-dl dd>a img{
	display: block;
	margin:0 auto;
	width: 62px;
	position: relative;
	z-index: 25;
}
.main2-dl dd>a h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 13px;
	position: relative;
	z-index: 25;
}
.main3{

	min-height: 946px;
	background-image: url(../images/main3-bg.jpg);
}
.main3-list-div-wp{
	margin-top: 35px;
	position: relative;
	overflow: hidden;
}
.main3-list-div{
	position: absolute;
	left: -1050%;
	top: 0;
	width: 100%;
}
.main3-list-div.cur{
	position: relative;
	left: 0;
}

.main3-list .item{
	padding: 15px;
}



.main4{
	min-height: 814px;
	background-image: url(../images/main4-bg.jpg);
}

.main5{

	background-image: url(../images/main5-bg.jpg);
}

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

.main5-list dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 3%;
}


.main6{
	min-height: 805px;
	background-image: url(../images/main6-bg.jpg);
}
.main6-div{
	position: relative;
}
.main6-middle{
	width: 538px;
	margin:30px auto 0;
}

.main6-middle>img{
	display: none;
	width: 100%;
}
.main6-middle>img:first-child{
	display: block;
}
.main6-dl dl{
	margin:0;
}

.main6-dl dd{
	position: absolute;
	width: 425px;
}
.main6-dl dd>img{
	display: block;
	height: 69px;
	opacity: 0;
	visibility: hidden;
	/*transition: .3s*/
}
.main6-dl dd.cur>img{
	opacity: 1;
	visibility: visible;
}

.main6-dl dd h2{
	text-indent: 2em;
	margin:0;
	font-size: 17px;
	line-height: 1.8;
	margin-top: 15px;
	color: #fff;
}
.main6-dl dd.main6-dd1{
	left: 0px;
	top: -50px;
}



.main6-dl dd.main6-dd2{
	right: 0px;
	top: -50px;
}
.main6-dl dd.main6-dd3{
	left: 0px;
	bottom: 0px;
}

.main6-dl dd.main6-dd4{
	right: 0px;
	bottom: 0px;
}

.main7{
	border-bottom: 1px solid #ddd;
}
.about3-ul2 ul{
	margin:0;
	margin-left:-2% ;
	margin-top: -2%;
}

.about3-ul2 li{
	float: left;
	width: 14.6666666666666%;
	margin-top: 2%;
	margin-left:2% ;
}

.about3-ul2 li>a{
	display: block;
	border:1px solid #e9e9e9;
	position: relative;
	padding-bottom: 45.54%;
	overflow: hidden;
	transition: .3s;
}

.about3-ul2 li>a:hover{
	/*border-color: #f66d24;*/
}
.about3-ul2 li>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.about3-ul2 li>a:hover .main7-con-wp{opacity: 1;visibility: visible;}
.main7-con-wp{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	background-color: rgba(0,125,136,0.8);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.main7-con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	padding: 0	5px;
	max-height: 3em;
	overflow: hidden;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}









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





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

#footer{

}

.footer-1{
	background-color: #fff;
	padding: 35px 0 70px;
	
}
.foo1-1-h1{
	font-size: 18px;
	color: #1b719a;
}
.foo1-1{
	width: 640px;
}
.foo1-1-dl{
	padding-top: 5px;
}
.foo1-1-dl dl{
	margin:0;
	margin-left: -2%;
}
.foo1-1-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 15px;
	font-size: 14px;
	color: #a3a3a3;
}

.foo1-1-dl dd a:hover{
	color: #1b719a;
}


.foo1-2{
	width: 340px;
	padding-left: 70px;
}

.foo1-2 h1{
	margin:0;
	font-size: 26px;
	color: #333;
	margin:20px 0 12px;
}

.foo1-2 h2{
	margin:0;
	font-size: 14px;
	color: #a3a3a3;
	line-height: 1.8;
}

.foo1-3{
	overflow: hidden;
	padding-top: 15px;
}

.er-wp{
	width: 283px;
	margin:0 auto;
}

.er{
	width: 113px;
	font-size: 14px;
	color: #a3a3a3;
	text-align: center;
}
.er+.er{
	margin-left: 57px;
}
.er img{
	display: block;
	margin:0 auto 15px;
	width: 100%;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
}




.footer-2{
	background-color: #000000;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 13px 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: #000;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dashed #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;
	padding-left: 15px;
	display: none;
	font-size: 0;
	line-height: normal;
}
.nav-2>ul>li>ul>li{
	display: inline-block;
}
.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: 220px;
   margin-left: 15px;
   margin-top: 14px;
}

.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;
	-webkit-background-size: cover;
	background-size: cover;
}



.banner-2-con{
	padding-top: 280px;
}
.banner-2-wen{
	width: 50%;
}
.banner-2-wen h1{
	margin:0;
	font-weight: bold;
	color: #fff;
	font-size: 52px;
	line-height: 1;
}

.banner-2-wen p{
	margin:0;
	color: #fff;
	font-size: 20px;
	line-height: 2;
	margin-top: 25px;
}

.erji-top{
	text-align: center;
	background-color: #fff;
	padding: 20px 0 0;
	font-size: 0;
	line-height: normal;
}

.erji-top dl{
	display: inline-block;
	margin:0;
}

.erji-top dd{
	float: left;

}

.erji-top dd+dd{
	margin-left: 90px;
}
.erji-top dd>a{
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-bottom: 18px;
	position: relative;
}
.erji-top dd>a::after{
	position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #159768;
  bottom: 0px;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}

.erji-ico{
	width: 40px;
	margin:0 auto 10px;
	position: relative;
}
.erji-ico img{
	display: block;
	width: 100%;

}
.erji-ico img.curImg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}

.erji-top dd:hover>a::after,
.erji-top dd.cur>a::after{
	width: 100%;
    right: auto;
    left: 0;
}
.erji-top dd>a:hover,
.erji-top dd.cur>a{
	color: #159768;
}

.erji-top dd.cur>a{
	color: #159768;
}
.erji-top dd>a:hover img{
	opacity: 0;
}
.erji-top dd>a:hover img.curImg{
	opacity: 1;
}
.erji-top dd.cur>a img{
	opacity: 0;
}
.erji-top dd.cur>a img.curImg{
	opacity: 1;
}



.erji-bottom{
	padding: 80px 0;
	background-color:#f9f9f9; 
}
.lingyu{
	padding: 80px 0;
	background-color: #fff;
}

.lingyu-list .row{
	margin-left: -18px;
	margin-right: -18px;
	margin-top: -45px;
}
.lingyu-list .col-lg-4{
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 45px;
}
.lingyu-item>a{
	display: block;
	background-color: #f9f9f9;
	padding: 35px 35px 45px;
	position: relative;
}

.lingyu-item>a>img{
	display: block;
	width: 62px;
}

.lingyu-item>a h1{
	margin:0;
	font-size: 24px;
	color: #333;
	margin:35px 0 20px;
}

.lingyu-item>a p{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}
.lingyu-item>a:hover{
	/*box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);*/
}
.lingyu-item>a:hover .lingyu-item-pic{
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.lingyu-item-pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
}

.lingyu-item-pic::after{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background-color: rgba(0,0,0,0.64);
}

.lingyu-item-con{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	padding: 0	15px;
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 25;
	text-align: center;
}

.lingyu-item-con img{
	display: block;
	margin:0 auto 30px;
	width: 62px;
}

.tuijian{
	background-color: #f9f9f9;
	padding: 60px 0;
}

.tuijian-title{
	background-color: #fff;
}

.tuijian-title span.fl{
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #333;
	padding: 0	60px;
	cursor: pointer;
}

.tuijian-title span.fl.cur{
	color: #fff;
	background-color: #1b719a;
}

.tuijian-title a.fr{
	font-size: 14px;
	color: #333;
	margin-top: 19px;
	margin-right: 17px;
	display: none;
}
.tuijian-title a.fr:hover{
	color: #1b719a;
}
.tuijian-title a.fr.frr{
	display:block;
}
.tuijian-div-wp{
	margin-top: 40px;
}
.tuijian-div-wp .tuijian-div{
	display: none;
}
.tuijian-div-wp .tuijian-div:first-child{
	display: block;
}

.tuijian-list1 dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.tuijian-list1 dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
	background-color: #fff;
	padding: 30px 20px 35px;
}


.tuijian-list1 dd h1{
	margin:0;
	font-size: 0;
	line-height: normal;
	position: relative;
}
.tuijian-list1 dd h1::after{
	position: absolute;
	left: 0;
	height: 1px;
	content:"";
	z-index: 15;
	right: 0;
	top: 50%;
	background-color: #e7e7e7;
}

.tuijian-list1 dd h1 i{
	font-size: 14px;
	color: #666666;
	display: inline-block;
	padding-right: 10px;
	background-color: #fff;
	position: relative;
	z-index: 25;
}

.tuijian-list1 dd h2{
	margin:0;
	font-size: 16px;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

.tuijian-list1 dd h2 a:hover{
	color: #1b719a;
}

.xinwen-list dl{
	margin:0;
}
.xinwen-list dd:first-child{
	padding-top: 0!important;
}
.xinwen-list dd{
	padding: 55px 0;
	border-bottom: 1px solid #dddddd;
}

.xinwen-pic{
	width: 370px;
	margin-right: 55px;
}


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

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

.xinwen-con h1{
	margin:0;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}
.xinwen-con h2{
	margin:0;
	font-size: 26px;
	color: #333;
	margin:20px 0 15px;
	
}
.xinwen-con h2 a:hover{
	color: #1b719a;
}
.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	
}

.xinwen-a{
	margin-top: 50px;
}
.xinwen-a::after{
	/*position: absolute;*/
	height: 1px;
	content:"";
	width: 55px;
	background-color: #333;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.xinwen-a a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.xinwen-a a:hover{
	color: #1b719a;
}

.fenye ul{
	margin:0;
}

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



.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;

}

.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;*/
}
.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:#1b719a;

}

.rencai1{
	padding: 80px 0;
	background-color: #fff;
}

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

.rencai1-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	position: relative;
	cursor: pointer;
}

.rencai1-dl dd .imgbox_a{
	padding-bottom: 79.82%;
	z-index: 15;
	background-color: #000;
}
.rencai1-dl dd .imgbox_a img{
	opacity: 0.5;
	transition: opacity .5s;
}
.rencai1-ico{
	position: absolute;
	width: 152px;
	height: 152px;
	border-radius: 50%;
	left: 50%;
	margin-left: -76px;
	top: 50%;
	margin-top: -76px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	z-index: 25;
	padding-top: 34px;
	transition:background-color .3s;
}
.rencai1-ico::after{
	position: absolute;
	width: 40px;
	height: 20px;
	content:"";
	background-image: url(../images/jiao1.png);
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transition-delay:.1s;
}
.rencai1-ico img{
	display: block;
	width: 42px;
	margin:0 auto 8px;
}
.rencai1-dl dd.cur .rencai1-ico::after{
	opacity: 1;
	bottom: -16px;
	visibility: visible;
}
.rencai1-dl dd.cur .rencai1-ico{
	background-color: #1b719a;

}
.rencai1-dl dd.cur .imgbox_a img{
	opacity: 1;
}

.rencai1-div-wp{
	margin-top: 50px;
}

.rencai1-div-wp .rencai1-div{
	display: none;
}

.rencai1-div-wp .rencai1-div:first-child{
	display: block;
}

.rencai1-p{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
}

.rencai2{
	background-color: #f9f9f9;
	padding: 70px 0;
}

.rencai2-left{
	width: 300px;
	margin-right: 50px;
}

.rencai2-left h1{
	margin:0;
	font-size: 26px;
	color: #fff;
	background-color: #1b719a;
	height: 80px;
	padding-left: 23px;
	border-left: 6px solid #1b719a;
	line-height: 80px;
}
.rencai2-left dl{
	margin:0;
}

.rencai2-left dd{
	font-size: 18px;
	color: #777;
	background-color: #f4f4f4;
	line-height: 1.5;
	padding: 23px 15px;
	padding-left: 23px;
	border-left: 6px solid #f4f4f4;
	cursor: pointer;
}
.rencai2-left dd+dd{
	border-top: 2px solid #f9f9f9;
}
.rencai2-left dd.cur{
	background-color: #f9f9f9;
	border-color: #1b719a;
}

.rencai2-right{
	overflow: hidden;
}

.rencai2-1 h1{
	margin:0;
	font-size: 20px;
	color: #333;
}

.rencai2-1{
	padding-bottom: 22px;
	border-bottom: 1px solid #e3e3e3
}
.rencai2-1 dl{
	margin:0;
}

.rencai2-1 dd{
	float: left;
	margin-right: 45px;
	margin-top: 15px;
	color: #666;
	font-size: 16px;
}

.rencai2-2{
	margin-top: 25px;
}


.rencai2-2-p{
	font-size: 18px;
	color: #666;
	line-height: 2.2;
}

.rencai2-2-a{
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color:#1b719a; 
	width: 160px;
	height: 53px;
	line-height: 53px;
	border-radius: 5px;
	margin-top: 45px;
}
.rencai2-2-a:hover{
	background-color:#186387; 
}
.rencai2-2-a img{
	margin-top: -3px;
	margin-right: 13px;
}


#job-form .col-sm-10{
	padding-left: 5px;
}

#job-form .col-sm-2{
	text-align: right;
	height: 34px;
	line-height: 34px;
	padding-right: 0;
}

#job-form textarea{
	resize: none;
	height: 120px;
	width: 350px;
}



#job-form input[type="text"]{

	width: 200px;
}

#job-form input[type="file"]{
	height: 34px;
	padding-top: 4px;
}

#job-form input[type="file"]:focus{
	outline: none;
}

#job-form dl{
	margin:0;
}

#job-form dd+dd{
	margin-top: 15px;
}



.rencai2-div-wp .rencai2-div{
	display: none;
}

.rencai2-div-wp .rencai2-div:first-child{
	display: block;
}


.contact1-dl dl{
	font-size: 0;
	line-height:normal;
	margin:0;
}

.contact1-dl dd{
	display: inline-block;
	width: 22%;
	padding: 0	25px;
	text-align: center;
	vertical-align: top;

}
.contact1-dl dd:first-child+dd{
	width: 34%;
	padding: 0	80px;
}
.contact1-dl dd+dd{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dd.png);
}

.contact1-dl dd img{
	display: block;
	margin:0 auto;
	width: 32px;
}
.contact1-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 17px 0;
}

.contact1-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.map-wp{
	margin-top: 55px;
	height: 436px;
}

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

.contact2-left{
	width: 370px;
	margin-right: 65px;
}

.contact2-left dl{
	margin:0;
}

.contact2-left dd{
	background-color:#f1f1f1; 
	padding: 25px 40px;
	cursor:pointer;
	position: relative;
}
.contact2-ico{
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 59px;
	display: none;
}
.contact2-ico img{
	display: block;
	width: 100%;
}
.contact2-left dd.cur .contact2-ico{
	display: block;
}
.contact2-left dd.cur{
	background-color: #1b719a;
}
.contact2-left dd.cur i{
	color: #6294b1;
}
.contact2-left dd.cur span{
	color: #fff;
}
.contact2-left dd i{
	font-style: normal;
	font-size: 72px;
	color: #e5e5e5;
	font-weight: bold;
	position: relative;
	z-index: 15;
	line-height: 1;
}
.contact2-left dd span{
	font-style: normal;
	font-size: 22px;
	color: #333;
	position: relative;
	z-index: 25;
	left:-43px;
}
.contact2-left dd+dd{
	border-top: 1px solid #f9f9f9;
}

.contact2-right{
	overflow: hidden;
}

.contact2-h1{
	font-size: 22px;
	color: #333;
	padding-bottom: 25px;
}

.contact2-div-wp .contact2-div{
	display: none;
}

.contact2-div-wp .contact2-div:first-child{
	display: block;
}

.erji-top2{
	background-color: #fff;
	padding: 50px 0;
}

.erji-top2-zm dl{
	margin:0;
}

.erji-top2-zm dd{
	float: left;
	font-size: 22px;
	color: #000;
	cursor: pointer;
	position: relative;
	margin-top: 20px;
}
.erji-top2-zm dd+dd{
	margin-left: 40px;
}
.erji-top2-zm dd.cur{
	color: #42a74d;
}
.erji-top2-zm dd.cur::before{
	position: absolute;
	width: 8px;
	height: 8px;
	left: 50%;
	margin-left: -4px;
	top: -20px;
	content:"";
	border-radius: 50%;
	background-color: #42a74d;
}
.search2{
	position: relative;
	margin-top: 45px;
}
.search2 input[type="image"]:focus{
	outline: none;
}
.search2 input[type="image"]{
	position: absolute;
	right:30px;
	top: 50%;
	margin-top: -14px;
}
.search2 input[type="text"]{
	padding-right: 85px;
}

.search2 input[type="text"].input-lg {
  height: 82px;
  padding: 20px 16px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.lvshi1-dl{
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.lvshi1-dl dl{
	margin:0;
	display: inline-block;
}

.lvshi1-dl dd{
	float: left;
	position: relative;
}
.lvshi1-dl dd::after{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 10;
	border:1px solid #bcbcbc;
	border-radius: 8px;
	content:"";
}
.lvshi1-dl dd>a{
	display: block;
	height: 52px;
	line-height: 52px;
	font-size:  18px;
	color: #333;
	border-radius: 8px;
	padding: 0	40px;
	position: relative;
	z-index: 15;
}
.lvshi1-dl dd+dd{
	margin-left: 12px;
}

.lvshi1-dl dd.cur>a,
.lvshi1-dl dd>a:hover{
	color: #fff;
	border-color:#f9f9f9;
	background:#258a73;
	background: -webkit-linear-gradient(left, #0063a4 , #45aa49); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0063a4, #45aa49); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0063a4, #45aa49); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0063a4 , #45aa49); /* 标准的语法 */
}

.lvshi1-list .lvshi1-item{
	margin-top: 80px;
}

.lvshi1-item{
	    transition: all ease 0.6s;
	    position: relative;
}
.lvshi1-item.cur .lvshi1-pic .imgbox_a::after{
	position: absolute;
	width: 56px;
	height: 42px;
	content:"";
	right: 15px;
	bottom: 15px;
	z-index: 15;
	background-image: url(../images/dang.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.lvshi1-item:hover {
    box-shadow: 5px 3px 11px 3px #dbdbdb;
}
.lvshi1-pic .imgbox_a{
	padding-bottom: 131.9%;
}

.lvshi1-con{
	background-color: #fff;
	padding: 20px 15px;
	text-align: center;
}

.lvshi1-con h1{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.lvshi1-con h1 a:hover{
	color: #1b719a;
}

.linee{
	width: 19px;
	height: 2px;
	margin:15px auto;
	background-color: #0366A0;
}


.lvshi1-con h2{
	margin:0;
	font-size: 18px;
	color: #999;
	margin-top: 13px;
}

.lvshi2-1{
	background-color: #f9f9f9;
	padding: 70px 0;
}

.lvshi2-1-pic{
	width: 317px;
	margin-right: 107px;
}
.lvshi2-1-pic .imgbox_a{
	padding-bottom: 131.9%;
}
.lvshi2-1-h1{
	font-size: 42px;
	color: #333;
}
.lvshi2-1-con{
	overflow: hidden;
	height: 
}
.lvshi2-1-dl{
	padding: 23px 0 10px;
	border-bottom: 1px solid #e1e1e1;
}
.lvshi2-1-dl dl{
	margin:0;
}

.lvshi2-1-dl dd{
	float: left;
	margin-right: 90px;
	font-size: 18px;
	color: #333;
	padding-bottom: 15px;
}

.lvshi2-1-dl2 dl{
	margin:0;
}

.lvshi2-1-dl2 dd{
	font-size: 18px;
	color: #1b719a;
	padding-left: 50px;
	line-height: 37px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}
.lvshi2-1-a{
	margin-top: 84px;
}
.lvshi2-1-a a{
	display: block;
	width: 130px;
	height: 46px;
	line-height: 44px;
	border-radius: 5px;
	font-size: 16px;
	color: #333;
	border:1px solid #c5c5c5;
	padding-left: 42px;
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.lvshi2-1-a a:hover{
	background-color: #1b719a;
	color: #fff;
	border-color:#1b719a;
	background-image: url(../images/jiao2h.png);
}

.lvshi2-2{
	background-color: #fff;
	padding:70px 0;
	border-bottom: 1px solid #eee;
}

.lvshi2-2-1 dl{
	margin:0;
}
.lvshi2-2-1 dd+dd{
	margin-top: 45px;
}
.lvshi2-2-1 dd h1{
	margin:0;
	font-size: 18px;
	color: #333;
	padding-bottom: 13px;
}

.lvshi2-2-1 dd p{
	margin:0;
	font-size: 16px;
	color: #777;
	line-height: 2;
}

.lvshi2-2-1-list{
	padding-top: 10px;
}

.lvshi2-2-1-list .item .imgbox_a{
	padding-bottom: 69.4%;
}
.lvshi2-2-2{
	margin-top: 50px;
}
.lvshi2-2-2 .tuijian-title{
}

.lvshi2-2-2 .tuijian-title span.fl{
	background-color: #f9f9f9;
}
.lvshi2-2-2 .tuijian-title span.fl.cur{
	background-color: #1b719a;
}

.lvshi2-2-2 .tuijian-div-wp{
	margin-top: 0;
	border: 1px solid #eeeeee;
}


.tuijian-list2 dl{
	margin:0;
}

.tuijian-list2 dd{
	background-repeat: no-repeat;
	background-position:16px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:38px;
  overflow: hidden;
	position: relative;
	padding-right:120px;
	height: 52px;
	line-height: 52px;
}

.tuijian-list2 dd:nth-child(even){
	background-color: #f9f9f9;
}


.tuijian-list2 dd a{
	font-size: 16px;
	color:#333;
}
.tuijian-list2 dd span{
	font-size: 16px;
	color:#333;
	position: absolute;
	right: 15px;
	top: 0;
}
.tuijian-list2 dd a:hover{
	color:#1b719a;
}
.lingyu-xx{background-color: #f9f9f9;}
.lingyu-xx-right{
	width: 285px;
	padding: 60px 5px;
	background-color: #fff;
}
.lingyu-xx-title{
	padding: 0	10px;
}
.lingyu-xx-title h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.lingyu-xx-title-dl{
	padding: 15px 0;
}
.lingyu-xx-title-dl dl{
	margin:0;
}

.lingyu-xx-title-dl dd{
	float: left;
}

.lingyu-xx-title-dl dd+dd{
	background-image: url(../images/line2.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 15px;
}
.lingyu-xx-title-dl dd>span{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	padding: 0	8px;
	border-radius:4px;
}

.lingyu-xx-title-dl dd.cur>span{
	background-color: #007d88;
	color: #fff;
}
.lingyu-xx-list{
	max-height: 2150px;
	overflow: auto;
	padding: 0	10px;

}
.lingyu-xx-list::-webkit-scrollbar {
    width: 3px;
}
.lingyu-xx-list::-webkit-scrollbar-thumb {
    width: 3px;
    height: 36px;
    border-radius: 4px;
    background-color: #ddd;
}
.lingyu-xx-list::-webkit-scrollbar-track {
    width: 3px;
    border-radius:3px;
}
.lingyu-xx-list dl{
	margin:0;
}
.lingyu-xx-list dd .lvshi1-item{
	box-shadow: none!important;
}
.lingyu-xx-list dd+dd{
	margin-top: 20px;
}
.lingyu-xx-list dd .lvshi1-con{
	padding: 10px 15px 20px;
	border:1px solid #ddd;
	border-top: 0;
}
.lingyu-xx-list dd .lvshi1-con h1{
	font-size: 16px;
}
.lingyu-xx-list dd .lvshi1-con h2{
	font-size: 14px;
	margin-top: 5px;
}

.more18 a{
	display: block;
	height: 41px;
	line-height: 41px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #007d88;
}
.more18 a:hover{
	background-color: #1b719a;
}
.more18 a img{
	margin-top: -3px;
	margin-left: 9px;
}

.lingyu-xx-div-wp .lingyu-xx-div{display: none;}
.lingyu-xx-div-wp .lingyu-xx-div:first-child{display: block;}

.lingyu-xx-left{
	overflow: hidden;
	padding: 60px 50px 60px 0;
}



.lingyu-xx-left-h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.lingyu-xx-left-item{
	padding-top: 50px;
}

.lingyu-xx-left-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.lingyu-xx-left-p p{
	margin:0;
}
.lingyu-xx-left-p{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	margin-top: 22px;
}


.title-11{
	text-align: center;
	padding-bottom: 60px;
}

.title-11 h1{
	margin:0;
	font-size: 48px;
	color: #e6e6e6;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
}

.title-11 h1 span{
	font-size:30px;
	position: absolute;
	z-index: 20;
	color: #000;
	top: 0;
	left: 0;
	width: 100%;
}

.title-11 .line{
	width: 35px;
	height: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/line.png);
	margin:11px auto 20px;
}

.title-11 h2{
	margin:0;
	font-size: 18px;
	color: #666;
}

.about1-pic{
	width: 682px;
	margin-left: 40px;
}

.about1-pic .imgbox_a{
	padding-bottom: 60%;
}

.about1-con{
	overflow: hidden;
}
.about1-p{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
}
.about1-p p{
	margin:0;
}
.about1-dl{
	margin-top: 95px;
}
.about1-dl dl{
	margin:0;
}

.about1-dl dd{
	float: left;
	width: 33.333333%;
	text-align: center;
	padding: 0	15px;
}
.about1-dl dd+dd{
	border-left: 1px solid #ededed;
}
.about1-dl dd h1{
	margin:0;
	font-size: 54px;
	font-family: "Arial";
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background: linear-gradient(to right, #1e7ca3, #3ea258);
  -webkit-background-clip: text;
  color: transparent;
}

.about1-dl dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.about2{
	background-color: #f9f9f9;
	/*padding: */
}

.about2-div h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(to right, #1e7ca3, #3ea258);
  -webkit-background-clip: text;
  color: transparent;
  font-style: italic;
  text-align: center;
  font-family: "SimSun";
}

.about2-div h2{
	margin:0;
	font-size: 22px;
  font-family: "SimSun";
  font-style: italic;
  color: #333;
  max-width: 1150px;
  margin:28px auto 0;
  padding: 0	60px;
	font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.8;
}

.about2-div h2::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 28px;
	/* background-image: url(../images/yin1.png); */
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}

.about2-div h2::after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 28px;
	/* background-image: url(../images/yin2.png); */
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}

.about3{
	background-image: url(../images/about3-bg.jpg);
	min-height: 692px;
}
.title-11-bai h1{
	color: rgba(255,255,255,0.12);

}
.title-11-bai h1 span{
	color: #fff;
}
.title-11-bai h2{
	color: #fff;
}
.title-11-bai .line{
	background-image: none;
	background-color: #fff;
}

.about3-div{
	padding-top: 25px;
}
.about3-div1-wp .about3-div1{display: none;}
.about3-div1-wp .about3-div1.cur{
	display: block;
}

.about3-pic{
	width: 502px;
	margin-right: 70px;
}


.about3-pic .imgbox_a{
	padding-bottom: 51.2%;
}

.about3-con{
	overflow: hidden;
	padding-left: 70px;
	padding-top: 55px;
	position: relative;min-height: 120px;
}


.about3-con i{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 1;
	z-index: 10;
	color: rgba(255,255,255,0.12);
	font-style: normal;
	font-weight: bold;
	font-size: 120px;
	font-family: "Arial";
}

.about3-con h1{
	position: relative;
	z-index: 25;
	margin:0;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.about3-con-p{
	position: relative;
	z-index: 25;
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 25px;
}

.about3-list-wp{
	margin-top: 50px;
	background-repeat: repeat-x;
	background-position: left 23px;
	background-image: url(../images/line.jpg);
}
.about3-list {
	padding: 0	45px;
}
.about3-list .item{
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.about3-list .item span{
	display: inline-block;
	padding-top: 55px;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-image: url(../images/dian1.png);
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}
.about3-list .item.cur span{
	background-image: url(../images/dian1h.png);
	color: #207e9f;
}
.about3-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width:45px;
    height:45px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.about3-list .owl-nav button.owl-prev:hover{background-image: url(../images/lefth.png);}
.about3-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width:45px;
    height:45px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.about3-list .owl-nav button.owl-next:hover{background-image: url(../images/righth.png);}





.about4-pic .imgbox_a{
	padding-bottom: 55.37%;
}

.about4-con h1{
	margin:0;
	font-size: 12px;
	color: #b5b5b5;
	margin:25px 0 18px;
}
.about4-con h2{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.about4-con h2 a:hover{
	color: #1b719a;
}

.more2{
	margin-top: 45px;
}
.more2 a{
	display: block;
	width: 152px;
	height: 52px;
	line-height: 52px;
	color: #333;
	font-size: 18px;
	text-align: center;
	margin:0 auto;
  border-radius:8px;
  position: relative;
}
.more2 a::before{
	border:1px solid #bbbbbb;
	position: absolute;
	content:"";
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
  border-radius:8px;
}
.more2 a:hover{
	background: -webkit-linear-gradient(left, #0063a4 , #45aa49); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0063a4, #45aa49); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0063a4, #45aa49); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0063a4 , #45aa49); /* 标准的语法 */
	color: #fff;

}
.more2 a:hover::before{
	display: none;
}
.about7 .more2 a::before{
	border-color:#fff;
}






.about5{
	border-top: 1px solid #eee;
}

.about5-pic .imgbox_a{
	padding-bottom: 76.85%;
}

.about5-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	margin-top: 22px;
	text-align: center;
}
.about5-item:hover h1{
	color: #1b719a;
}



.about6{
	background-color: #f9f9f9;
}


.about6-width{
	width: 815px;
	height: 0;

}
.about6-list{
	padding-bottom: 40px;
}
.about6-list .poster-item .imgbox_a{
	padding-bottom: 66.87%;
}


.poster-main {
  position: relative;

}

.poster-main .poster-list {
  width: 1200px;
  height: 545px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 545px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1!important;
 
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover{ filter: opacity(1) brightness(2); }

.poster-main .poster-prev-btn {
  left: 0;
  /*background: url(left.png) no-repeat center center;*/
}

.poster-main .poster-next-btn {
  right: 0;
  /*background: url(right.png) no-repeat center center;*/
}
.poster-item-title{
	font-size: 18px;
	text-align: center;
	padding: 15px 0 0;
	display: block;
	color: #333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



.about7{
	background-image: url(../images/about7-bg.jpg);
	min-height: 665px;
}
.about8{
	border-bottom: 1px solid #ebebeb;
}

.about7-list dl{
	margin:0;
}
.about7-list dd+dd{
	margin-top: 25px;
}
.about7-list dd>a{
	display: block;
	background-color: #fff;
	height: 100px;
	line-height: 100px;
	padding-left: 93px;
	padding-right: 115px;
	background-repeat: no-repeat;
	background-position: 37px center;
	background-image: url(../images/about7-ico1.png);
	font-size: 20px;
	color: #333;
	position: relative;
}
.about7-list dd>a::after{
	position: absolute;
	width: 70px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	right: 38px;
	content:"";
	border-left: 2px solid #e6e6e6;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/about7-ico2.png);
}
.about7-list dd>a:hover{
	color: #1b719a;
	font-weight: bold;
}
.about7-list dd>a:hover::after{
	background-image: url(../images/about7-ico2h.png);
}

.liebiao{
	padding: 50px 0;
}
.liebiao .tuijian-div{
border: 1px solid #eeeeee;
	
}


.liebiao2 .col-sm-6{
	margin-bottom: 30px;
}
