﻿/*****通用编码******/
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0px;padding:0px;font-weight:normal}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
img{border:none;display: block;}
body {color:#666; font:14px/1.5 Arial, "Microsoft Yahei";width:100%;background-color:#fff;}
ul,ol,li,form, dl {list-style: none;}
p{margin:0px; padding:0px;}
a{text-decoration:none;color:#434343;}
a:hover {text-decoration:none;}
div{ margin:0 auto;}
.container{margin:auto;}
.pull-over{overflow:hidden;}
.pull-left{float:left}
.pull-right{float:right;}
.text-center{text-align:center;}
.pull-img{display:block;max-width:100%;}
.text-center .pull-img{margin:auto;}
@font-face {
  font-family: 'iconfont';  /* project id 1449907 */
  src: url('../font/font_1449907_ok5myyuaue.eot');
  src: url('../font/font_1449907_ok5myyuaue.eot') format('embedded-opentype'),
  url('../font/font_1449907_ok5myyuaue.woff2') format('woff2'),
  url('../font/font_1449907_ok5myyuaue.woff') format('woff'),
  url('../font/font_1449907_ok5myyuaue.ttf') format('truetype'),
  url('../font/font_1449907_ok5myyuaue.svg') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
/*Header*/
.top{width:100%;z-index:10; background-color:#fff;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);}
.top .container{position: relative;height:120px}
.logo{width:50%;height:120px;overflow:hidden;position: absolute;left:0;top: 50%;
	color: #fff;
	cursor: pointer;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);}
.logo img{
	vertical-align: middle;
	max-width: 100%;
	max-height:120px;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	-webkit-transform-origin: left center;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.slogan{width:50%;height:120px;position: absolute;margin-left:-30%; left:50%; background: url(../image/top_bg.png) no-repeat 50%;}
/*.tel{width:27%;height:120px;position: absolute;right:0;background: url(../images/top_tel.png) no-repeat 0 center;text-indent:-9999em;}*/
.tel{/*width:27%;*/height:120px;position: absolute;right:0;background: url(../image/tel.png) no-repeat 0 center;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.tel span{width: 100%; font-size:14px;color: #686868;display: block;margin-left:100px;}
.tel strong{width: 100%; display: block;color:#aacd23;font-size: 26px; line-height:1;margin-left:100px;}

/**pcnav**/
.pcnav {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pcnavinfo {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pcnavinfo li {
  width: calc(100%/7);
  float: left;
  text-align: center;
	padding: 2px;
	border-right:1px solid #e7e7e7;
}
.pcnavinfo li:last-child{border-right:none;}
.pcnavinfo li:hover,.pcnavinfo li.on,.pcnavinfo li:hover a{
	background-color: #f8bd14;
	color:#fff;
}
.pcnavinfo li:hover a span{color: #fff;}
.pcnavinfo li a {
  display: block;
  color: #232323;
	padding:12px 0;
	font-size:16px;
	border:1px solid #fff;
	text-shadow:1px 1px 1px #ddd
}
.pcnavinfo li a span{display:block;text-align: center;text-transform: uppercase;margin-top:-2px;font-size:12px;color:#666;}
.pcnavinfo li a:hover, .pcnavinfo li a.active,.pcnavinfo li.on a.active {
  background-color:#f8bd14;
	color: #fff;
	border:1px solid rgba(255,255,255,0.3);
}
.pcnavinfo li a:hover span, .pcnavinfo li a.active span{color:#fff;}
.pcnavinfo li ul {
  width: 162px;
  position: absolute;
  display: none;
  z-index: 456;
  border: 0;
  line-height: 40px;
	background-color:#f5c22a;
	margin-left:-2px;
}
.pcnavinfo li ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom:1px solid #fff;
	padding:0;
	border-right: none;
}
.pcnavinfo li ul li a {
  display: block;
  padding:5px;
	color:#fff;
	font-size: 14px;
	border: none
}
.pcnavinfo li ul li a:hover {background-color:#d3a920;color:#fff; border:none;}
.pcnavinfo li ul li:last-child{ border-bottom:none;}
.pcnavinfo li:hover ul {
  display: block;
}
/*移动菜单折叠*/
.nav-toggle{ width: 30px; height: 42px;float: right;cursor: pointer;position: relative;margin-right: 6px;}
.nav-toggle .line{display: block;width:30px;height: 1px;background: #999;position: absolute; right: 0;  transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s;}
.nav-toggle .line1{top:20px;}
.nav-toggle .line2{top:30px;}
.nav-toggle .line3{top:40px;}
.nav-toggle.active .line1{transform: rotate(45deg) translate(2px,12px);-webkit-transform: rotate(45deg) translate(2px,12px);-moz-transform: rotate(45deg) translate(2px,12px);}
.nav-toggle.active .line2{transform: translateX(100%);-webkit-transform: translateX(100%);-moz-transform: translateX(100%);opacity: 0;}
.nav-toggle.active .line3{transform: rotate(-45deg) translate(2px,-12px);-webkit-transform: rotate(-45deg) translate(2px,-12px);-moz-transform: rotate(-45deg) translate(2px,-12px);}
/*移动端导航*/
.nav-bar{display: none;padding: 0 25px 0;position: fixed; width: 100%;left: 0; bottom: 0;top:60px; background-color:#fff;z-index:100;}
.nav-bar.active{display: block;}
.navbar-nav{margin: 0;padding-top: 10px}
.navbar-nav ul {
	display: none
}
.navbar-nav li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.navbar-nav input[type=checkbox] {
	position: absolute;
	opacity: 0
}
.navbar-nav label, .navbar-nav a {
	position: relative;
	display: block;
	padding: 18px 18px 18px 32px;
	box-shadow: inset 0 -1px #eee;
	font-size: 1.6rem
}
.navbar-nav label::before,.navbar-nav a::after {
  /* icons */
  /*content: '\e600';*/
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
	color: #f00;font-size:16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-nav label {
  cursor: pointer;
}
.navbar-nav label::before{
  background-repeat: no-repeat;
}
.navbar-nav label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
@media(min-width:300px) and (max-width: 767px) {
	.top .container{height:60px;}
	.logo{width:60%; height:50px;left:3%;}
	.logo img{height:100%;}
	.logo-name{height:100%;position: absolute;left:16%;font-size:20px;line-height:60px;color:#0c7f40;font-weight:700}
	.bs-docs-featurette .container{padding:0;}
	.pcnavinfo{padding:10px;}
	.pcnavinfo li{width:33.333%;}
	.pcnavinfo li a{padding:5px 0;font-size:15px;}
	.pcnavinfo li:nth-child(1){display: none}
	.pcnavinfo li:nth-child(4){border-right:none;}
	.pcnavinfo li a span{opacity:0.4}
	
}
@media(min-width:768px) and (max-width: 991px) {
	.top .container{height:90px;}
	.logo{height:90px;}
	.logo img{max-height:90px;}
	.nav-bar{top:90px;}
	.tel{display: none}
	.nav-toggle{margin-top:24px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.tel{display:none}
	
}
@media(min-width:1200px) {

}

@media(min-width:1440px) {

}

/**banner**/
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .swiper-button-prev:hover{
	opacity: 1;
	background-color: #0c7e40;
}
.banner .swiper-button-next:hover{
	opacity: 1;
	background-color: #0c7e40;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.banner .swiper-button-next i, .banner .swiper-button-prev i {
  color: #fff;
  font-size: 30px;
}
.banner .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
}

.banner .swiper-button-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
}
.banner .swiper-button-next {
  right: 10%;
	opacity: .3;
}
.banner .swiper-button-prev {
  left: 10%;
	opacity: .3;
}
.swiper-pagination-bullet-active{background-color:#0c7f40}

/*Main*/
.home-title{font-size:32px;color:#454545;font-weight:400;margin-top:70px;line-height:1.8}
.home-fitle{margin-bottom:40px;font-weight:lighter;font-size:16px;color:#545454;text-transform:uppercase !important;opacity:0.32}

/*About*/
.home-about-box{margin-bottom:10px;}
.home-about-left{width:47%;position:relative;}

.home-about-left:after{width:50px;height:1px;position:absolute;right:-50px;top:34px;background:#dedede;content:"";}
.home-about-right{width:47%;}
.home-about-right h2{font-size:28px;color:#454545;line-height:2}
.home-about-right p{font-size:12px;font-family:SimSun;color:#7a7a7a;margin-top:10px;line-height:30px;}
.home-about-right a{width:174px;height:38px; background:#f8bd14;border-radius:15px;display:block;line-height:38px;font-size:14px;text-align: center;color:#fff;font-family:SimSun;margin-top:30px;}
@media(min-width:300px) and (max-width: 767px) {
	.home-about-left{width: 100%;padding-left:0;padding-bottom:10px}
	.home-about-right{width:100%;}
	.home-about-right h2{font-size:22px;}
	.home-about-right p{margin-top:0;line-height:2;height:96px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;word-break:break-all;word-wrap:break-word;}
	.home-about-right a{margin:30px auto 0;}
}
@media(min-width:768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media(min-width:1200px) {

}

@media(min-width:1440px) {

}

/*Service*/

.home-service-nav{background:#f8bd14;height:126px;margin-bottom:50px; }
.home-service-nav ul li{float:left;width:33.3%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-left:solid 1px #fff;border-right:solid 1px #fff;height:126px;display: flex; align-content: center;align-items: center; flex-wrap: wrap; text-align:center;border-radius: 0;background: none;opacity: 1}
.home-service-nav ul li span{ width: 100%; font-size:24px;color:#fff;font-weight:lighter}
.home-service-nav ul li p{ width: 100%; font-size:16px;color:rgba(255,255,255,0.6);font-weight:lighter;text-transform:uppercase !important;font-family:'Microsoft YaHei'}
.home-service-nav ul li:hover,.home-service-nav li.swiper-pagination-bullet-active{background:#d4a20a;border-radius:0;}
.swiper-service-container .swiper-slide .container{background-color:#f4ecdb;padding:0;border-left:15px solid #fff;border-right:15px solid #fff;}
.home-service-pic{width:66.66%;height:390px;padding-right:5%;}
.home-service-pic img{width:100%;height: 100%;object-fit: cover;}
.home-service-pic:after{top:16%;right:0;}
.home-service-info{width:33.33%;color: #fff;padding-top:38px;padding-right:35px;}
.home-service-info h2{color: #201f1c;}
.home-service-info p{ color: #555350;}
.home-service-info a{color:#d4a20a;width: auto;background:none;text-align: left;}
.home-service .swiper-button-next,.home-service .swiper-button-prev{background-image: none;width:38px;height:38px;line-height:38px;}
.home-service .swiper-button-next i,.home-service .swiper-button-prev i{display: block;width:38px;height:38px;border:2px solid #f8bd14;border-radius:50%;color:#fff;background-color:#f8bd14;font-size:32px;text-align: center;line-height:35px;}
.home-service .swiper-button-next {
	top:50%;
	margin-top:70px;
  right: 10%;
}
.home-service .swiper-button-prev {
	top:50%;
	margin-top:70px;
  left: 10%;
}
.home-service .swiper-button-next.swiper-button-disabled i,.home-service .swiper-button-prev.swiper-button-disabled i{background-color:transparent;border-color:#9d9d9d;color:#9d9d9d;}

@media(min-width:300px) and (max-width: 767px) {
	.home-service-nav{height:85px;margin-bottom:30px;}
	.home-service-nav .container{padding:0;}
	.home-service-nav ul li{padding:15px 0;height:85px;}
	.home-service-nav ul li span{font-size:14px;}
	.home-service-nav ul li p{font-size:12px;}
}
@media(min-width:768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media(min-width:1200px) {

}

@media(min-width:1440px) {

}

.home-service-left{width:50%;}
.home-service-right{width:50%;}
.home-service-right li{margin-left:15px;width:46.5%;position:relative;float:left;margin-bottom:15px;}
.home-service-right li span{position:absolute;left:50%;top:50%;width:144px;padding:10px; background:rgba(248,189,20,0.5);line-height:36px; text-align:center;margin-left:-72px;margin-top:-22px;color:#fff;}
.home-service-right li span i{font-style:normal;display:block;background:rgba(248,189,20,0.7);border:1px solid #fff;}
.home-service-right li a{position:absolute;left:0;top:0;width:100%;height:100%;z-index:3}
.home-service-title{margin-top:50px;margin-bottom:80px;}
.home-service-title h2{width:18%;height:105px;background:#f8bd14;}
.home-service-title h2 span{width:92%;height:83px;border:solid 1px rgba(255,255,255,0.47);line-height:83px;text-align:center;font-size:24px;color:#fff;display:block;margin:10px auto;font-style: normal;}
.home-service-title ul{ float: right!important;width:78%;height:105px;border-left:solid 1px #dedede;overflow:hidden}
.home-service-title ul li{width:25%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-right:solid 1px #dedede;float:left;height:105px;}
.home-service-title ul li span{display:block;margin-top:15px;height:44px;}
.home-service-title ul li p{font-size:16px;color:#656565;margin-top:5px;line-height:2;padding:0 15px}
@media(min-width:300px) and (max-width: 767px) {
	.home-service-pic{width:100%;padding-right: 0}
	.home-about-left:after{height:0;width: 0;}
	.home-service-info{width:100%;padding-top: 0;padding-right: 0}
	.home-service-info h2{padding:0 15px;}
	.home-service-info p{padding:0 15px;}
	.home-service-info a{margin:0 0 20px 15px;}
	.home-service .swiper-button-prev,.home-service .swiper-button-next{display:none}
	.home-service-left{width:100%;margin-bottom:15px;}
	.home-service-right{width:100%;float: left!important;}
	.home-service-right li{margin-left: auto;width:48%;}
	.home-service-right li:nth-child(even){margin-right: 0;float: right;}
	.home-service-title{margin:30px auto 50px;}
	.home-service-title h2{width:30%;height:70px;margin-right: 0;}
	.home-service-title h2 span{font-size:14px;height:60px;line-height:60px;margin:5px auto;}
	.home-service-title ul{width:70%;height: auto;}
	.home-service-title ul li{height:auto;}
	.home-service-title ul li span img{width:30%;}
	.home-service-title ul li span{height:22px;margin-top:10px;}
	.home-service-title ul li p{font-size:14px;line-height:18px;height:36px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;word-wrap:break-word;padding:0 6px;}
}
@media(min-width:768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media(min-width:1200px) {

}

@media(min-width:1440px) {

}

.home-cp-service{background: url(../image/c_bg1.jpg) no-repeat 50%;background-size: cover;padding:55px 0;}
.home-cp-service ul{text-align:center}
.home-cp-service ul li{float:none;display: inline-block;vertical-align:top; margin:0 15px;color:#fff;padding-top:50px;}
.home-cp-service ul li i{font-size:60px;height:80px;display: block;}
.home-cp-service ul li:nth-child(2) i{font-size:70px;}
.home-cp-service ul li:nth-child(3) i{font-size:70px;}
.home-cp-service ul li h4{font-size:28px;padding:20px 0 10px;font-weight:300;}
.home-cp-service ul li p{text-transform:uppercase;font-weight: 700;margin-bottom:50px;}
.home-cp-service ul li a{margin-bottom:80px; display:inline-block;border:1px solid rgba(255,255,255,0.6);padding:8px 40px;font-size:14px;color: #fff;}
.home-cp-service ul li:nth-child(1){background-color:#df9800;}
.home-cp-service ul li:nth-child(2){background-color:#33a6ff;}
.home-cp-service ul li:nth-child(3){background-color:#9230cb;}
@media(min-width:300px) and (max-width: 767px) {
	.home-cp-service ul li{margin: 0;float: left;padding-top:20px;}
	.home-cp-service ul li i{font-size:36px;height:50px;}
	.home-cp-service ul li:nth-child(2) i{font-size:40px;}
	.home-cp-service ul li:nth-child(3) i{font-size:40px;}
	.home-cp-service ul li h4{font-size:18px;height:48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.home-cp-service ul li p{font-size:12px;margin-bottom:30px;line-height:1.8;height:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;word-wrap:break-word;}
	.home-cp-service ul li a{padding:3px 10px;margin-bottom:30px;}
}
@media(min-width:768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	.home-cp-service ul li{width:28%;}
}
@media(min-width:1200px) {

}

@media(min-width:1440px) {

}

/*News*/
.home-news{overflow:hidden;background-color:#f8f9f8}
.home-news h2{padding:23px 0;line-height:30px;}
.home-news h2 span{font-size:32px;line-height:1;}
.home-news h2 a{ width:113px;height:30px;background:#6cb0f7;color:#fff;font-size:14px;text-align:center;margin-top:5px;}
.news-pagination-ul{text-align: center;margin-left:1px;margin-bottom:32px;}
.news-pagination-ul li{background:none;border-radius:0;display: inline-block;padding:8px 35px;width:auto;height: auto;border:1px solid #f8bd14;margin-left: -1px;opacity: 1;color: #000;font-size:16px;line-height: 2;}
.news-pagination-ul li.swiper-pagination-bullet-active{background:none;color: #fff;background-color:#f8bd14;}
@media(min-width:300px) and (max-width: 767px) {
	.home-NH .container{padding:0;}
	.home-fitle{padding-bottom:15px;margin-bottom: 0;}
	.home-title{margin-top:26px;line-height:normal;}
	.home-news h2{padding-bottom:10px;}
	.news-pagination-ul li{padding:3px 10px;}
}
@media(min-width:768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media(min-width:1200px) {

}

@media(min-width:1440px) {

}

.news-item{padding:0;margin-bottom:30px;}
.news-item a{display: block;margin:0 15px;background-color:#fff;}
.news-img{width:100%;height:170px;}
.news-img img{width:100%;height:100%; object-fit: cover;}
.news-title{padding:10px 15px; color: #000;line-height:1.8; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-item p{padding:0 15px;color:#777;line-height:1.8;height:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;word-wrap:break-word;}
.news-time{padding:0 15px 10px;color:#c4c4c4;line-height:2;}
.home-news .more{text-align: center;margin-bottom:30px;padding-top:15px;}
.home-news .more a{padding:10px 20px;border:1px solid #0c7f40;font-size:16px;}

.home-NH .container div{background-size: 100% 100%;background-position: 50% 50%; background-repeat: no-repeat;}
.home-NH .container div a{display: block;height:182px; position: relative;text-align: center;}
.home-NH .container div img{position: absolute;margin-left:-79px;left:50%;top:50%;margin-top:-24px;}
.home-NH .nhome1{background-image:url(../image/adv_img1.jpg)}
.home-NH .nhome2{background-image:url(../image/adv_img2.jpg)}
.home-NH .nhome3{background-image:url(../image/adv_img3.jpg)}
.home-NH .nhome4{background-image:url(../image/adv_img4.jpg)}
@media(min-width:300px) and (max-width: 767px){
	.home-NH .container div a{height:140px;}
	.news-item{margin-bottom:10px;}
	.news-img{height:96px;}
	.news-item a{margin:0 5px;}
}
@media(min-width:768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	.home-NH .container div a{height:145px;}
}

@media(min-width:1200px) {

}

@media(min-width:1440px) {

}

/*Footer*/
#Footer{margin-top:50px;}
#Footer a{ color:rgba(255,255,255,0.74);}
.footer-top{background:url(../image/c_bg2.jpg)  repeat-y center; background-size: 100%; padding:40px 0;position: relative;}
.footer-top .container{position:relative;z-index: 10;}
.ft-lh-bg{height:100%;width:420px;background:url(../image/ico-bg.png) no-repeat center; background-size:cover;position: absolute;right:0;top:0;z-index:1}

.footer-top dl{margin-right:84px;font-size:14px;color:#fff;line-height:2;}
.footer-top dl dt{color: #fff;font-weight:700;font-size:16px;}
.footer-top dl dd{color:rgba(255,255,255,0.74);line-height: 2;}
.footer-top dl:last-child{margin-right: 0;width:260px;}

.wx-img{text-align: center;margin-right:84px;}
.wx-img{color:#fff;line-height:3;}
.footer-bottom{height:68px;background:#012532;position:relative;line-height:68px;font-size:14px;color:#fff;}
.footer-bottom span{width:142px;height:50px;background:url(../image/ico_5.png) no-repeat center;position:absolute;left:50%;top:-50px;margin-left:-71px;cursor:pointer}
.footer-bottom span a{display:block;width: 100%;height:100%;}

@media(min-width:300px) and (max-width: 767px) {
	
}
@media(min-width:768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	.footer-left dl dd{padding-right: 20px; width:258px;}
}
@media(min-width:1200px) {

}

@media(min-width:1440px) {

}
/*Page*/
.sidebar{margin-top:2%;text-align: center;padding-bottom: 1%;border-bottom: 1px solid #e6e6e6;margin-bottom: 10px;}
.sidebar li{display: inline-block;vertical-align: top;margin:0 1%;}
.sidebar li a{display:block;height: 36px;line-height: 36px; background-color:#b3b3b3; padding-left:18px; padding-right:18px;font-size:16px; color:#fff; border-radius:20px;margin-bottom:10px; min-width:92px;}
.sidebar li a:hover,.sidebar li.active a{color:#fff; background-color:#f8bd14;}
.page-div{padding-top:1%; overflow:hidden; padding-bottom:1%;line-height:26px; font-size:14px;letter-spacing:1px;}
.pageCont{ line-height:24px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:20px;font-size:14px; color:#1a1a1a;text-align:left;/* font-family:"宋体";*/ padding-bottom:60px;}
.pageCont img{display: inline-block;margin-bottom:10px;}
.page-div .pageCont img{ max-width:100%;height:auto!important}
.page-div h2{ font-size:18px; color:#0c7f41; padding-top:15px; padding-bottom:15px;}
.page-div h3{ font-size:32px;color:#0c7f41; padding-top:5%; padding-bottom:5%;}

/*新闻列表*/
.news-list-box li{padding: 20px;border-bottom: 1px solid #f0f0f0;line-height: 0;overflow: hidden;-webkit-transition: all .35s;transition: all .35s;}
.news-list-box li:hover{box-shadow:0 0 15px 10px #f0f0f0 ;}
.news-list-box li .news-img{width:25%;height:160px; float: left;overflow: hidden;margin-right: 20px;}
.news-list-box li .news-img img,.read-img img{width: 100%;min-height: 100%;-webkit-transition: all .9s;transition: all .9s;}
.news-list-box li:hover img{-webkit-transform: scale(1.06);transform: scale(1.06);}
.news-list-box li .news-text{display: block;width:72%;text-align: left; float: left;}
.news-list-box li .news-text h3{font-size: 16px;line-height: 28px;padding: 3px 0 8px;color: #333;font-weight: 700;}
.news-list-box li .news-text p{font-size: 14px;color: #666;line-height: 24px;height: 48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;word-wrap:break-word;margin-bottom:7px;}
.news-list-box li .news-text>span{font-size: 14px;color: #888;}
.news-list-box li .news-text p font:hover{text-decoration: underline;}
.news-list-box li:hover .news-text h3{color: #f64007;}
@media(min-width:300px) and (max-width: 767px) {
	.news-list-box li{padding:0;padding-bottom:15px;margin-bottom: 15px;}
	.news-list-box li .news-img{width:35%;height:90px;margin-right:4%}
	.news-list-box li .news-text{width:60%;}
	.news-list-box li .news-text h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.news-list-box li .news-text p{height:24px;-webkit-line-clamp:1;}
}
@media(min-width:768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media(min-width:1200px) {

}

@media(min-width:1440px) {

}
.page-div h2.title{text-align: center;}
.cont-line{height:30px;text-align:center;font-size:12px;color:#b2b2b2;border-bottom: 1px dashed #ccc;}

/*分页 start*/
.page{margin:0 auto;padding: 34px 0 25px;text-align: center;}
.page a{padding: 7px 13px;color: #666;font-size: 14px;margin: 0 2px;background-color: #efefef;}
.page a:hover,.page a.cur,.page a.on{background: #f76107;color: #fff;}
.page .active{background: #f76107;color: #fff;}
/*分页 end*/

@font-face{font-family:fzlt;src:url(/skin/default/fonts/fzlt.TTF)}
.h-h1{font-size:34px;color:#A3A2A2;text-transform:uppercase;margin-top:30px;font-family:fzlt}
.h-h1-white{color:#A3A2A2}
.h-h2{font-size:28px;line-height:1;color:#2C2C2C;padding:0 0 20px 0;margin:0 0 30px 0;border-bottom:#e5e5e5 solid 1px;background:0 0;font-family:fzlt}
.h-h2-white{color:#FFF;border-bottom:rgba(255,255,255,.5) solid 1px}
h2 span{font-style:italic;margin-right:12px}
.h-h3{font-size:20px;line-height:150%;color:#000;padding:0 0 20px 0;margin:0 0 40px 0;border-bottom:#e5e5e5 solid 1px;background:0 0}
.h-h3-white{color:#FFF;border-bottom:rgba(255,255,255,.2) solid 1px}
.h-h4{font-size:22px;color:#2C2C2C;padding-bottom:20px;border-bottom:1px #f0f0f0 solid;margin-bottom:30px}
.h-h4-bottom{border:0;margin:0;padding-bottom:0}
.pab,.pas{padding-bottom:40px}
.pas_l1{width:43%;float:left}
.pas_r1{width:54%;float:right}
.pab_l1{width:43%;float:left}
.pab_r1{width:54%;float:right}
.pab_l2{width:54%;float:left}
.pab_r2{width:43%;float:right}
.pab_l3{width:49%;float:left}
.pab_r3{width:48%;float:right}
.pab_l1 img,.pab_l3 img{float:left}
.pab_r2 img{float:right}
.pab_t{width:100%;margin-bottom:30px}
.txt{font-size:14px;line-height:2;color:#333;}
.pab .txt p{text-indent:2em}
/*About*/
.pab_r1 h4{font-size:16px;color:#000;padding:10px 0}

.banner-column{position:relative;}
.Column{overflow:hidden;margin-top:10px;text-align:center;position:absolute;left:0;bottom:5%;width:100%;}
.Column li{text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box;padding:5px 10px;display:inline-block}
.Column li a{display:block;line-height:44px;color:#fff;border-bottom:solid 1px #fff;font-size:16px;padding:0 20px;}
.Column li.active a{border-color:#6cb0f7;color:#6cb0f7}
.medical-nav{background:#6cb0f7;height:50px;line-height:50px;text-align:center}
.medical-nav span{padding:0 50px;color:#fff;display:inline-block;cursor:pointer}
.medical-nav span.active{background:#368fed;color:#fff;}

/*details*/
.details-title{margin-top:30px;font-weight:normal;font-size:18px;color:#333;margin-bottom:5px;}
.details-fitle{text-transform:uppercase!important;font-weight:normal;font-size:14px;color:#999;padding-bottom:15px;border-bottom:dashed 1px #ebebeb;margin-bottom:15px;}
.details-txt{font-size:14px;color:#333;line-height:2;}

.medical-details-box{margin-top:15px;overflow:hidden;}
.medical-team li{ width:20%;box-sizing:border-box;-webkit-box-sizing:border-box;padding:0 8px;float:left;margin-bottom:20px;}
.medical-team li span{display:block;border:solid 1px #dedede;padding:2px;background:#fff;}
.medical-team li h2{font-size:14px;font-weight:normal;line-height:2;margin-top:5px;}
.medical-team li h3{font-size:12px;font-weight:300;}
.medical-team li h4{font-size:12px;font-weight:300;padding-bottom:10px;border-bottom:dashed 1px #dcdcdc}
.medical-details-box .medical-details.active{animation:fadeInRight ease 1s;-webkit-animation:fadeInRight ease 1s;}

/*setting*/
.setting-list{overflow:hidden;}
.setting-list a{display:block;width:19%;float:left;box-sizing:border-box;-webkit-box-sizing:border-box;margin-bottom:16px;position:relative;margin-right:1.25%}
.setting-list a:nth-child(5n){margin-right:0}
.setting-list span{position:absolute;left:0;bottom:0;background:rgba(0,0,0,0.6);color:#fff;text-align:center;width:100%;height:34px;line-height:34px;}

/*======news*/
.news-list li{padding:0 5px;margin-bottom:10px;width:20%;box-sizing:border-box;float:left}
.news-list li .news-img{display:block;margin-bottom:5px;}
.news-box{border:solid 1px #ddd;padding:10px;margin:5px;transition:all 0.3s linear 0.1s;-webkit-transition:all 0.3s linear 0.1s;-moz-transition:all 0.3s linear 0.1s;-o-transition:all 0.3s linear 0.1s;background:#fff;}
.news-list li h2{min-height:40px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical; overflow:hidden;}
.news-list li h2 a{font-size:14px;color:#333;line-height:1;}
.news-list li p{margin-top:5px;font-size:12px;font-family:SimSun;color:#656565;line-height:2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; overflow:hidden;}
.news-list li:hover .news-box{box-shadow:0 4px 5px #ddd;-webkit-box-shadow:0 4px 5px #ddd;-moz-box-shadow:0 4px 5px #ddd;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}
.news-list li:hover h2 a{color:#6cb0f7}
@media(min-width:300px) and (max-width: 767px){
    .news-list li{padding:0; margin-bottom:1px;}
}
/*======news-text*/
.p-info{margin-bottom:20px;margin-top:10px;font-size:12px;color:#999;padding:5px 0;line-height:2.4;transition:all 0.3s linear 0.1s;-moz-transition:all 0.3s linear 0.1s;-o-transition:all 0.3s linear 0.1s;border-bottom:dashed 1px #dedede;}
.p-info i{font-style:normal;margin:0 5%;}
/*=====pernext*/
.pernext{border-top:dashed 1px #dedede;border-bottom:dashed 1px #dedede;margin-top:30px;padding:10px 0}
.pernext span{color:#004042;line-height:2;width:50%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.pernext span a{color:#004042}
.pernext span.pull-right{border-left:dashed 1px #dedede;text-align:right}
.pernext span:hover,.pernext span:hover a{color:#6cb0f7}
/*---page----*/
.p-page{ overflow:hidden; margin-bottom:10px; text-align:center;margin-top:30px;}
.p-page a{ display:inline-block; background:#fff;border:solid 1px #dddede;padding:0 0.625rem;font-family:"微软雅黑";font-size:12px;color:#656565; height:1.5rem; line-height:1.5rem;}
.p-page b{display:inline-block; background:#6cb0f7;border:solid 1px #6cb0f7;padding:0 0.625rem;font-family:"微软雅黑";font-size:12px;color:#fff; height:1.5rem; line-height:1.5rem;font-weight:normal}

.centent-text{font-size:14px;color:#333;line-height:2;}


/* 右侧咨询 */
#Suspension{position: fixed;right: 0;top:50%;/*transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);*/z-index: 9;margin-top:-162.5px}
#Suspension ul{width: 65px;background:#0c7e40;position: relative;}
#Suspension ul .bg3{width:117px; height:114px;background:url(../image/c_bg3.png) no-repeat center;position: absolute;right:0;top:-40px;z-index:10;}
#Suspension ul li{width:65px;height:65px;border-bottom: solid 1px #005028;border-top: solid 1px #00af57;position: relative;text-align: center;cursor: pointer;}
#Suspension ul li:nth-child(2){border-top:none;border-bottom:none;}
#Suspension ul li:nth-child(3){border-top:none}
#Suspension ul li:last-child{border-bottom:none;}
#Suspension ul li i{display:block;font-size:3rem;line-height: 1;margin-top:5px;color:#fff;}
#Suspension ul li span{display: block;font-size:1.4rem;color: rgba(255,255,255,.8)}
#Suspension ul li>div{position: absolute;top: 50%;right:90px;padding: 5px;border-radius: 4px;margin-top:-40px;visibility: hidden;opacity: 0;background: #fff;}
#Suspension ul li>div::after{position: absolute;top: 30px;right:-7px;width: 0;height: 0;border-top:8px solid transparent;border-left: solid 8px #fff;border-bottom: 8px solid transparent;content: "";}
.suspnsion-code{background: #fff;width: 130px;height:130px;font-size:1.2rem;color:#333;transition: ease .3s;-webkit-transition: ease .3s;-ms-transition: ease .3s;-o-transition: ease .3s}
.suspnsion-code img{margin-bottom:10px;}
#Suspension ul li:hover{background: #017f40;}
#Suspension ul li:hover>div{right: 80px;visibility: visible;opacity: 1;}
.suspnsion-tel{width: 170px;height: 80px;padding:10px !important;text-align: left;}
.suspnsion-tel h4{font-size:1.4rem;color:#333;font-weight:bold;margin-bottom: 5px;}
.suspnsion-tel p{font-size:1.2rem;color:#333;line-height:2}
@media(min-width:300px) and (max-width: 767px) {
	#Footer{margin:0 0 60px;}
	.fix_tel{width:100%;position: fixed;bottom:0;left: 0; height:60px;overflow: hidden;z-index:10;}
	.fix_tel a{display:block;float: left;width:50%;color:#fff;text-align:center;line-height:60px;font-size:18px;background-color:#fea049}
	.fix_tel a:last-child{background-color:#f13533;}
}
@media(min-width:768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media(min-width:1200px) {

}

@media(min-width:1440px) {

}
