﻿@charset "UTF-8";
body {
  overflow-x: hidden;
  overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
  margin: 0px;
}
input, button, ul, ol {
  margin: 0px;
  padding: 0px;
}
body, input, button, form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", "宋体", "Arial";
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
}
ul, ol, li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img, iframe {
  border: 0px;
}
em, i {
  font-style: normal;
}
button, input, select, textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #ba292e;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
a {
  color: #434343;
  text-decoration: none;
}
a:hover {
  color: #308f85;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease, .ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease, .noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}
/*清除浮动*/
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*网站顶部*/
.top_main {
  color: #666;
  font-size: 12px;
  line-height: 39px;
  background: #f4f5f6;
  border-bottom: 1px solid #ddd;
}
.top_main li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
}
.top_main .split {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #858585;
  vertical-align: middle;
  margin: 0;
  margin-top: -2px;
}
.top_main li a {
  color: #666;
  cursor: pointer;
}
.top_main li a:hover {
  color: #308f85;
}
/*网站头部*/
.header_main {
  width: 100%;
  height: 120px;
  z-index: 100;
}
.header_main .logo {
  display: block;
  margin-top: 20px;
}
.header_main .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.header_main .ewm {
  width: 95px;
  height: 95px;
  margin: 0 25px;
  margin-top: 14px;
}
.header_main .ewm img {
  width: 100%;
  height: 100%;
  display: block;
}
.header_main .tel {
  margin-top: 40px;
  padding-left: 65px;
  background: url(../images/tel.png) no-repeat top left;
}
.header_main .tel span {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.header_main .tel h3 {
  color: #308f85;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 5px;
}
/*网站导航*/
.nav_main {
  width: 100%;
  height: 58px;
  z-index: 3;
  background: url(../images/nav_bj.jpg);
}
.nav_main .nav li {
  float: left;
  width: 133px;
  line-height: 58px;
  display: block;
  position: relative;
  z-index: 10;
  font-size: 16px;
  text-align: center;
  transition: all .5s;
}
.nav_main .nav li a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.nav_main .nav li:hover, .nav_main .nav li.hover {
  background: #474747;
}
.nav_main .nav dl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}
.nav_main .nav dl {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
  line-height: 40px;
  height: 40px;
  text-align: left;
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  border-top: 1px solid #029b60;
}
.nav_main .nav dl dd:first-child {
  border: none;
}
.nav_main .nav dl dd a {
  color: #fff;
  font-size: 14px;
  padding: 0;
  background: #308f85;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #029b60, #029b60);
  background-image: linear-gradient(to right, #029b60, #029b60);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_main .nav dl dd a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
/*网站大图*/
#banner_main {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto;
}
#banner_main .banner {
  height: 685px;
}
#banner {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#banner, .banner ul {
  max-height: 685px;
  overflow: hidden;
}
.banner li {
  width: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  display: none;
}
.banner li:first-child {
  display: block;
}
.banner li img {
  width: 1920px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
#banner .tip {
  width: 1000px;
  height: 10px;
  line-height: 0;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 20px;
  z-index: 3;
}
#banner .tip span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  transition: all .5s;
}
#banner .tip span.cur {
  background: #308f85;
}
#banner #btn_prev, #banner #btn_next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: url(../images/ad_ctr.png) no-repeat;
  z-index: 5;
  border-radius: 100%;
  opacity: 0;
}
#banner #btn_prev {
  left: 4%;
}
#banner #btn_next {
  right: 4%;
  background-position: bottom;
}
#banner:hover #btn_prev, #banner:hover #btn_next {
  opacity: 0.8;
}
#banner #btn_prev:hover, #banner #btn_next:hover {
  opacity: 1;
}
/*搜索栏*/
.search_main {
  height: 60px;
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.search_main .skey {
  float: left;
  line-height: 60px;
}
.search_main .skey p {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  line-height: 60px;
}
.search_main .skey p a {
  display: inline-block;
  font-weight: normal;
  color: #666;
  border-right: 1px solid #e8e8e8;
  line-height: 15px;
  padding: 0 12px;
}
.search_main .skey p a:last-of-type {
  border-right: none;
}
.search_main .skey p a:hover {
  color: #308f85;
}
.search_main .search_form {
  float: right;
  width: 285px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  position: relative;
  margin-top: 14px;
  border-radius: 3px;
  position: relative;
}
.search_main .search_form input {
  background-color: none;
  border: none;
  outline: none;
}
.search_main .search_form .stxt {
  width: 245px;
  height: 30px;
  line-height: 28px;
  display: block;
  text-indent: 10px;
  color: #999;
}
.search_main .search_form .sbtn {
  width: 40px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background: #308f85 url(../images/search.png) center no-repeat;
  border-radius: 3px;
}
/*网站底部*/
.footer {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #313435;
}
.footer .title {
  color: #ddd;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.footer .fnav {
  width: 280px;
  float: left;
}
.footer .fnav ul {
  padding-top: 10px;
  overflow: hidden;
}
.footer .fnav ul li {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
}
.footer .fnav ul li a {
  display: block;
  color: #ccc;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}
.footer .fnav ul li a:hover {
  color: #308f85;
}
.footer .contact {
  width: 300px;
  float: left;
  margin-left: 60px;
}
.footer .contact .box {
  padding-top: 15px;
}
.footer .contact p {
  color: #ccc;
  line-height: 30px;
  margin-top: 5px;
}
.footer .link {
  width: 350px;
  float: left;
  margin-left: 60px;
}
.footer .link .box {
  text-align: left;
  float: left;
  margin-top: 20px;
}
.footer .link a {
  color: #ccc;
  line-height: 30px;
  display: inline-block;
  padding-right: 15px;
}
.footer .link a:hover {
  color: #308f85;
}
.footer .ewm {
  width: 120px;
}
.footer .ewm .box {
  padding-top: 25px;
}
.footer .ewm img {
  width: 120px;
  height: 120px;
}
.copyright {
  color: #ccc;
  line-height: 60px;
  text-align: center;
  background-color: #2b2c2d;
}
.copyright a {
  color: #ccc;
}
.copyright a:hover {
  color: #fff;
}
/*******index css*******/
/*首页标题*/
.index .in_title {
  position: relative;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.index .in_title:after {
  display: inline-block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #308f85;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}
.index .in_title span {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
}
/*产品中心*/
.index .pro_box {
  padding: 60px 0;
  background: #f4f5f6;
}
.index .pro_box .pro_l {
  width: 270px;
  float: left;
}
.index .pro_box .pro_l .pro_l_left {
  border: 2px solid #308f85;
  background: #fff;
  border-top: 0;
  padding-bottom: 15px;
  overflow: hidden;
}
.index .pro_box .pro_l .pro_tit {
  height: 70px;
  color: #fff;
  line-height: 70px;
  background: #308f85 url(../images/pro.png) no-repeat 230px center;
}
.index .pro_box .pro_l .pro_tit h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin: 0 20px;
}
.index .pro_box .pro_l ul {
  padding: 0 18px;
  overflow: hidden;
}
.index .pro_box .pro_l ul li {
  font-size: 16px;
  line-height: 73px;
}
.index .pro_box .pro_l ul li a {
  position: relative;
  display: block;
  color: #308f85;
  padding-left: 25px;
  background: url(../images/tag.png) no-repeat 5px center;
  border-bottom: 1px solid #ddd;
}
.index .pro_box .pro_l ul li:hover a {
  color: #308f85;
  border-color: #308f85;
}
.index .pro_box .pro_list {
  float: right;
  width: 900px;
}
.index .pro_box .pro_list li {
  float: left;
  width: 268px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 8px;
  padding-bottom: 0;
  background: #fff;
  border: 1px solid #ddd;
  transition: .5s;
}
.index .pro_box .pro_list li:nth-child(3n) {
  margin-right: 0;
}
.index .pro_box .pro_list li .img {
  position: relative;
  width: 268px;
  height: 268px;
  overflow: hidden;
}
.index .pro_box .pro_list li .img img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.index .pro_box .pro_list li h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
}
.index .pro_box .pro_list li:hover {
  border-color: #308f85;
}
.index .pro_box .pro_list li:hover .img img {
  transform: scale(1.2);
}
.index .pro_box .pro_list li:hover h3 {
  color: #308f85;
}
.index .pro_box .pro_list li .img .mask {
  width: 100%;
  height: 100%;
  background: rgba(48 143 133 / 80%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .5s;
}
.index .pro_box .pro_list li .img .link {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background: url(../images/look.png) center no-repeat;
}
.index .pro_box .pro_list li:hover .img .mask {
  opacity: 1;
}
/*四大优势*/
.index .youshi {
  padding: 30px 0;
}
.index .youshi .title {
  text-align: center;
  padding-bottom: 20px;
}
.index .youshi .title h3 {
  color: #333;
  font-size: 38px;
  font-weight: bold;
  line-height: 60px;
}
.index .youshi .title p {
  color: #666;
  font-size: 16px;
}
.index .youshi ul {
  padding: 20px 0px 5px;
}
.index .youshi ul li {
  width: 220px;
  float: left;
  text-align: center;
  padding: 20px;
  margin-right: 53px;
  border-radius: 125px;
  background: #308f85;
  cursor: pointer;
  overflow: hidden;
}
.index .youshi ul li:last-child {
  margin-right: 0;
}
.index .youshi ul li img {
  width: 224px;
  height: 224px;
  transition: all .5s;
}
.index .youshi ul li h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
}
.index .youshi ul li p {
  padding-top: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  height: 140px;
}
.index .youshi ul li:hover img {
  transform: rotate(360deg);
}
/*热门产品*/
.index .pro_hot {
  padding: 60px 0;
  background: #f4f5f6;
}
.index .pro_hot .w1200 {
  position: relative;
}
.index .pro_hot .bd {
  padding-top: 15px;
  overflow: hidden;
}
.index .pro_hot .list {}
.index .pro_hot .list li {
  float: left;
  position: relative;
  padding: 25px;
  margin-right: 45px;
  background: #fff;
}
.index .pro_hot .list li a {
  display: block;
}
.index .pro_hot .list li a .img {
  width: 320px;
  height: 320px;
  overflow: hidden;
}
.index .pro_hot .list li a .img img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.index .pro_hot .list li a h3 {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  padding-left: 70px;
  margin-bottom: 10px;
}
.index .pro_hot .list li .hot {
  position: absolute;
  left: 35px;
  top: 25px;
  width: 46px;
  height: 60px;
  overflow: hidden;
  background: url(../images/hot.png) no-repeat;
  z-index: 1;
}
.index .pro_hot .list li:hover img {
  transform: scale(1.2);
}
.index .pro_hot .hd {
  position: relative;
  width: 200px;
  height: 40px;
  margin: auto;
  margin-top: 50px;
}
.index .pro_hot .hd ul {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  transform: translateX(-50%);
  text-align: center;
}
.index .pro_hot .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  font-size: 0;
  text-indent: -9999rem;
  background: #ccc;
  border-radius: 100%;
  cursor: pointer;
  transition: all .5s;
}
.index .pro_hot .hd ul li:hover, .index .pro_hot .hd ul li.on {
  background: #308f85;
}
.index .pro_hot .hd span {
  width: 22px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  transition: all .5s;
}
.index .pro_hot .hd .prev {
  left: 0;
}
.index .pro_hot .hd .next {
  right: 0;
}
.index .pro_hot .hd .prev:after, .index .pro_hot .hd .prev:before, .index .pro_hot .hd .next:after, .index .pro_hot .hd .next:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  width: 28px;
  height: 3px;
  background: #999;
  border-radius: 5px;
  transition: all .5s;
}
.index .pro_hot .hd .prev:after, .index .pro_hot .hd .next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index .pro_hot .hd .prev:before, .index .pro_hot .hd .next:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.index .pro_hot .hd .prev:after {
  top: 28px;
  left: -3px;
}
.index .pro_hot .hd .prev:before {
  top: 10px;
  left: -3px;
}
.index .pro_hot .hd .next:after {
  top: 10px;
  right: -3px;
}
.index .pro_hot .hd .next:before {
  top: 28px;
  right: -3px;
}
.index .pro_hot .hd .prev:hover:after, .index .pro_hot .hd .prev:hover:before, .index .pro_hot .hd .next:hover:after, .index .pro_hot .hd .next:hover:before {
  background: #308f85;
}
/*工程案例*/
.index .case {
  padding: 60px 0 140px;
  background: #f4f5f6;
}
.index .case .w1200 {
  position: relative;
}
.index .case .bd {
  padding-top: 20px;
  overflow: hidden;
}
.index .case .list {}
.index .case .list li {
  float: left;
  border: 1px solid #ddd;
  margin-right: 26px;
}
.index .case .list li a {
  display: block;
}
.index .case .list li .img {
  width: 278px;
  height: 278px;
  overflow: hidden;
}
.index .case .list li .img img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.index .case .list li h3 {
  color: #333;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  background: #fff;
}
.index .case .list li:hover img {
  transform: scale(1.2);
}
.index .case .hd {
  position: absolute;
  width: 100%;
}
.index .case .hd span {
  width: 50px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  transition: all .5s;
}
.index .case .hd .prev {
  left: 50%;
  margin-left: -85px;
}
.index .case .hd .next {
  right: 50%;
  margin-right: -85px;
}
.index .case .hd span:hover {
  border-color: #308f85;
  background: #308f85;
}
.index .case .hd .prev:after, .index .case .hd .prev:before, .index .case .hd .next:after, .index .case .hd .next:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  width: 15px;
  height: 2px;
  background: #b5b5b5;
  border-radius: 5px;
  transition: all .5s;
}
.index .case .hd .prev:after, .index .case .hd .next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index .case .hd .prev:before, .index .case .hd .next:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.index .case .hd .prev:after {
  left: 18px;
  top: 24px;
}
.index .case .hd .prev:before {
  left: 18px;
  top: 14px;
}
.index .case .hd .next:after {
  right: 18px;
  top: 14px;
}
.index .case .hd .next:before {
  right: 18px;
  top: 24px;
}
.index .case .hd .prev:hover:after, .index .case .hd .prev:hover:before, .index .case .hd .next:hover:after, .index .case .hd .next:hover:before {
  background: #fff;
}
/*关于我们*/
.index .about {
  height: 540px;
  padding: 60px 0;
  background: url(../images/about_bg.jpg) no-repeat center top;
}
.index .about .in_title {
  margin-bottom: 50px;
}
.index .about .in_title, .index .about .in_title span {
  color: #fff;
}
.index .about .in_title:after {
  background: #fff;
}
.index .about ul {
  width: 160px;
}
.index .about ul li {
  width: 120px;
  height: 80px;
  padding: 20px;
  background-color: #308f85;
  color: #FFF;
  display: block;
}
.index .about ul li:last-child {
  background-color: #4f4f4f;
}
.index .about ul li h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.index .about ul li p {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}
.index .about .con {
  width: 100%;
  height: 300px;
  padding: 50px;
  overflow: hidden;
  background-color: #FFF;
}
.index .about .con .img {
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.index .about .con .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
.index .about .con .txt {
  width: 750px;
  height: 300px;
}
.index .about .con .txt h3 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 25px;
}
.index .about .con .txt p {
  height: 150px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  text-align: justify;
  overflow: hidden;
}
.index .about .con .txt .more {
  width: 100px;
  height: 35px;
  border-radius: 4px;
  display: block;
  line-height: 35px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background-color: #308f85;
  margin-top: 30px;
}
.index .about .con .txt .more:hover {
  background: #333;
}
.index .about .con .img:hover img {
  transform: scale(1.1);
}
/*新闻中心*/
.index .inews {
  padding: 60px 0;
}
.index .inews .in_title {
  margin-bottom: 40px;
}
.index .inews .news {
  width: 340px;
  height: 499px;
  overflow: hidden;
  float: left;
  padding: 19px;
  padding-bottom: 0;
  border: 1px solid #ddd;
  margin-right: 30px;
}
.index .inews .news:last-child {
  margin-right: 0;
}
.index .inews .news .title {
  height: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.index .inews .news .title h3 {
  float: left;
  color: #308f85;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.index .inews .news .title span {
  float: left;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  padding-left: 10px;
}
.index .inews .news .title a {
  position: relative;
  height: 20px;
  width: 46px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  padding-right: 15px;
  float: right;
}
.index .inews .news .title a:after {
  display: inline-block;
  content: " + ";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  width: 12px;
  height: 12px;
  color: #999;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 100%;
  transition: all .5s;
}
.index .inews .news .title a:hover {
  color: #308f85;
}
.index .inews .news .title a:hover:after {
  color: #308f85;
  border-color: #308f85;
}
.index .inews .news .hot {
  position: relative;
  margin-top: 20px;
}
.index .inews .news .hot .img {
  width: 100%;
  height: 255px;
  overflow: hidden;
}
.index .inews .news .hot .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
.index .inews .news .hot h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 50px;
  padding: 0px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  transition: all .5s;
}
.index .inews .news .hot:hover h3 {
  color: #308f85;
}
.index .inews .news .hot:hover img {
  transform: scale(1.2);
}
.index .inews .news .list {
  padding: 10px 0;
}
.index .inews .news .list li {
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
}
.index .inews .news .list li:last-child {
  border-bottom: 0;
}
.index .inews .news .list li a {
  color: #333;
}
.index .inews .news .list li span {
  float: right;
  color: #666;
}
.index .inews .news .list li:hover a {
  color: #308f85;
}
.index .inews .news .bd {
  margin-top: 20px;
  height: 420px;
  overflow: hidden;
}
.index .inews .news .faq li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.index .inews .news .faq li h3 {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  transition: all .5s;
}
.index .inews .news .faq li p {
  color: #666;
  font-size: 12px;
  line-height: 23px;
  height: 46px;
  margin-top: 5px;
  padding-bottom: 15px;
  overflow: hidden;
}
.index .inews .news .faq li:hover h3 {
  color: #308f85;
}
/*******内页样式********/
.nybanner {
  width: 100%;
  position: relative;
  height: 400px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/nybanner.jpg);
}
.submian {
  padding: 20px 0;
}
.submian .sobtitle {
  height: 35px;
  line-height: 35px;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px;
}
.submian .sobtitle s {
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-right: 10px;
  background: url(../images/locationico.png) no-repeat;
  vertical-align: middle;
}
.submian .sobtitle a {
  font-size: 14px;
  color: #666;
}
.submian .sobtitle a:hover {
  color: #308f85;
}
/*内页左侧*/
.submian .subleft {
  width: 250px;
}
.submian .subleft .title {
  height: 70px;
  color: #fff;
  line-height: 70px;
  background: #308f85 url(../images/pro.png) no-repeat 210px center;
}
.submian .subleft .title h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin: 0 20px;
}
/*栏目分页*/
.submian .subleft .lefta {
  margin-bottom: 10px;
}
.submian .subleft .lefta .comt {
  border: 2px solid #308f85;
  background: #fff;
  border-top: 0;
  padding-bottom: 15px;
  overflow: hidden;
}
.submian .subleft .lefta .comt ul {
  padding: 0 18px;
  overflow: hidden;
}
.submian .subleft .lefta .comt ul li a {
  position: relative;
  display: block;
  color: #308f85;
  font-size: 16px;
  line-height: 51px;
  padding-left: 25px;
  background: url(../images/tag.png) no-repeat 5px center;
  border-bottom: 1px solid #ddd;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
  color: #308f85;
}
.submian .subleft .lefta .comt ul li:hover a:after, .submian .subleft .lefta .comt ul li.hover a:after {
  background: #308f85;
}
.submian .subleft .lefta .comt ul li .boxlist {
  display: none;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
  color: #838383;
  font-size: 12px;
  line-height: 35px;
  border-bottom: 0;
  padding-left: 25px;
  background: none;
}
.submian .subleft .lefta .comt ul li .boxlist li a:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  left: 10px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #308f85;
  border-radius: 50%;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
  color: #308f85;
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
  display: block;
}
/*推荐产品*/
.submian .leftnews {
  margin-bottom: 10px;
}
.submian .leftnews ul {
  padding-top: 10px;
  border: 2px solid #308f85;
  border-top: 0;
}
.submian .leftnews ul li {
  float: left;
  text-align: center;
  width: 110px;
  margin-left: 9px;
}
.submian .leftnews ul li img {
  width: 108px;
  height: 108px;
  border: 1px solid #ddd;
}
.submian .leftnews ul li p {
  color: #666;
  font-size: 12px;
  line-height: 30px;
  transition: all .5s;
}
.submian .leftnews ul li:hover p {
  color: #308f85;
}
/*联系我们*/
.submian .leftnews .leftcont {
  background: #fff;
  padding: 10px;
  border: 2px solid #308f85;
  border-top: 0;
}
.submian .leftnews .leftcont h2 {
  font-size: 16px;
  font-weight: bold;
  color: #308f85;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.submian .leftnews .leftcont p {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
  display: block;
}
/*内页右侧*/
.submian .subright {
  width: 930px;
}
/*默认单页*/
.submian .Aboutpage {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}
.submian .Aboutpage img {
  max-width: 100%;
}
.submian .t {
  padding: 0 0 25px;
  color: #308f85;
  font-size: 18px;
}
.submian .t2 {
  padding: 25px 0;
  color: #308f85;
  font-size: 24px;
}
/*文章列表*/
.Newslist .left {
  float: left;
}
.Newslist .right {
  float: right;
}
.submian .Newslist {}
.submian .Newslist .list {
  padding-bottom: 20px;
}
.submian .Newslist .item {
  border-bottom: 1px dashed #eaeaea;
  display: block;
  padding: 20px 0;
  transition: all .5s;
}
.submian .Newslist .item a {
  display: block;
}
.submian .Newslist .item .time {
  width: 120px;
  height: 100px;
  font-family: arial;
  font-size: 18px;
  color: #666;
  text-align: center;
  background: #f2f2f2;
}
.submian .Newslist .item .time .day {
  font-size: 40px;
  line-height: 60px;
  display: block;
}
.submian .Newslist .item .txt {
  width: 780px;
  cursor: pointer;
}
.submian .Newslist .item .txt h3 {
  font-size: 16px;
  line-height: 30px;
  transition: all .5s;
}
.submian .Newslist .item .txt .mark {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
}
.submian .Newslist .item .txt .mark span {
  display: inline-block;
  padding-right: 18px;
}
.submian .Newslist .item .txt p {
  color: #666;
  line-height: 25px;
  text-align: justify;
  padding-top: 25px
}
.submian .Newslist .item .txt p span {
  display: inline-block;
  color: #308f85;
  padding-left: 10px;
}
.submian .Newslist .item a:hover .txt h3 {
  color: #308f85;
}
/*图片列表*/
.Piclist ul.list {
  float: left;
  width: 100%;
  padding-left: 0px;
}
.Piclist ul.list li.item {
  float: left;
  width: 287px;
  margin-bottom: 30px;
  margin-right: 31px;
  border: 1px solid #F6F6F6;
}
.Piclist ul.list li.item:nth-child(3n) {
  margin-right: 0;
}
.Piclist ul.list li.item a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #F6F6F6;
}
.Piclist ul.list li.item span {
  width: 100%;
  height: 50px;
  color: #555;
  text-align: center;
  display: block;
  line-height: 25px;
  padding: 5px 0 5px;
  transition: all .5s;
}
.Piclist ul.list li.item img {
  display: block;
  width: 287px;
  height: 287px;
}
.Piclist ul.list li.item a:hover {
  background: #308f85;
}
.Piclist ul.list li.item a:hover span {
  color: #fff;
}
.Piclist ul.list li.item .item_mask {
  width: 287px;
  height: 287px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
  *zoom: 1;
  -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
  transform: rotateX(180deg) scale(0.2, 0.2);
  transition: all ease-out .5s;
}
.Piclist ul.list li.item .item_link_icon {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  opacity: 0;
  filter: Alpha(opacity=0);
  *zoom: 1;
  background: url(../images/see.png) center no-repeat;
}
.Piclist ul.list li.item:hover .item_mask {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
  background: rgba(0, 0, 0, .1);
}
.Piclist ul.list li.item:hover .item_link_icon {
  transform: translateY(-21px);
  opacity: 1;
  filter: Alpha(opacity=100);
}
/*留言表单*/
.formData {
  padding-bottom: 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 420px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #e4e4e4;
  margin-right: 76px;
  margin-bottom: 45px;
  position: relative;
}
.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #666;
}
.formData .item input {
  outline: none;
  line-height: 38px;
  height: 38px;
  font-size: 18px;
}
.formData .item .txt {
  width: 350px;
  height: 56px;
  line-height: 56px;
  display: block;
  background: none;
  padding-left: 70px;
  border: 0 none;
  color: #666;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 918px;
  height: 260px;
  border: 1px solid #e4e4e4;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  display: block;
}
.formData .liuyan textarea {
  width: 908px;
  height: 234px;
  line-height: 35px;
  padding: 12px 10px;
  text-indent: 100px;
  font-size: 18px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
}
.formData .sub {
  width: 232px;
  line-height: 52px;
  border: 2px solid #308f85;
  margin-right: 2px;
  text-align: center;
  background: #308f85;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.formData .sub:hover {
  background: none;
  color: #308f85;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  border: 0px;
  display: block;
}
/*内容详情页*/
.submian .subright .conBox .ArticleTitle h1 {
  font-size: 24px;
  text-align: center;
  padding: 20px 0px;
  font-weight: bold;
}
.submian .subright .conBox .ArticleMessage {
  line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
.submian .subright .conBox .ArticleMessage span:first-child {
  margin-left: 0;
}
.submian .subright .conBox .ArticleMessage span {
  color: #999;
  margin-left: 14px;
  font-size: 12px;
}
.submian .subright .conBox .ArticleMessage .jiathis_style {
  float: left;
  margin-top: 5px;
}
.submian .subright .conBox .ArticleTencont {
  padding: 5px 0px 20px 0px;
  color: #666;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  overflow: hidden;
}
.submian .subright .conBox .ArticleTencont img {
  max-width: 100%;
}
.submian .subright .conBox #pic {
  text-align: center;
}
.submian .subright .conBox #pic img {
  display: inline-block;
  max-width: 800px;
  padding: 1px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}
/*内容分页*/
.reLink {
  height: 38px;
  border: 1px solid #ddd;
  margin: 10px auto 10px;
  padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
  height: 38px;
  line-height: 38px;
  color: #666;
}
.reLink .prevLink a, .reLink .nextLink a {
  height: 38px;
  line-height: 38px;
  color: #666;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
  color: #308f85;
}
.reLink .prevLink {
  float: left;
}
.reLink .nextLink {
  float: right;
}
/*浮动客服*/
.toolbar {
  position: fixed;
  top: 50%;
  right: 1%;
  margin-top: -163px;
  z-index: 100;
  width: 80px;
}
.toolbar dd {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  background: #308f85;
  margin-top: 2px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}
.toolbar dd:first-child {
  margin-top: 0;
}
.toolbar dd i {
  width: 100%;
  height: 30px;
  display: block;
  margin-top: 13px;
  background: url(../images/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
  background-position-y: 0;
}
.toolbar dd.tel i {
  background-position-y: -30px;
}
.toolbar dd.code i {
  background-position-y: -60px;
}
.toolbar dd.top i {
  background-position-y: -90px;
}
.toolbar dd span {
  display: block;
  color: #fff;
}
.toolbar dd.tel .box {
  position: absolute;
  top: 0;
  width: 190px;
  right: -200px;
  height: 100%;
  margin-right: 10px;
  border-radius: 5px;
  background: #308f85;
  opacity: 0;
  transition: all .5s;
}
.toolbar dd.tel .box p {
  font-size: 14px;
  margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
  font-size: 18px;
  font-weight: bold;
}
.toolbar dd.tel .box:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #308f85;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -18px;
  margin-left: -12px;
}
.toolbar dd.code .box {
  position: absolute;
  top: 0;
  width: 162px;
  right: -172px;
  height: 162px;
  margin-right: 10px;
  border-radius: 5px;
  background: #308f85;
  opacity: 0;
  transition: all .5s;
}
.toolbar dd.code .box img {
  width: 140px;
  height: 140px;
  padding: 11px;
}
.toolbar dd.code .box:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #308f85;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  right: -18px;
  margin-left: -12px;
}
.toolbar dd:hover {
  background: #333;
}
.toolbar dd.tel:hover .box {
  opacity: 1;
  right: 80px;
}
.toolbar dd.code:hover .box {
  opacity: 1;
  right: 80px;
}
/*↓组图样式↓*/
.HS10, .HS15 {
  overflow: hidden;
  clear: both;
}
.HS10 {
  height: 10px;
}
.HS15 {
  height: 15px;
}
.Hidden {
  display: none;
}
.Clearer {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
}
.FlLeft {
  float: left;
}
.FlRight {
  float: right;
}
/*幻灯片区域背景*/
.MainBg {
  width: 920px;
  margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
  padding: 0;
}
#OriginalPic {
  width: 920px;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}
#OriginalPic img {
  display: block;
  min-width: 100px;
  margin: 0 auto;
}
/*鼠标手势*/
.CursorL {
  position: absolute;
  z-index: 999;
  width: 50%;
  height: 100%;
  color: #FFF;
  left: 0;
  cursor: url(../images/CurL.cur), auto;
}
.CursorR {
  position: absolute;
  z-index: 999;
  width: 50%;
  height: 100%;
  color: #FFF;
  right: 0;
  cursor: url(../images/CurR.cur), auto;
}
/*小图预览和滑动*/
.SliderPicBorder {
  width: 100%;
  overflow: hidden;
}
.ThumbPicBorder {
  width: 920px;
  margin: 0 auto;
  background: #eeeeee;
  overflow: hidden;
  position: relative;
}
.ThumbPicBorder #btnPrev {
  width: 45px;
  height: 113px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 20px;
}
.ThumbPicBorder #btnNext {
  width: 45px;
  height: 113px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.ThumbPicBorder .pic {
  width: 755px;
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}
#ThumbPic img {
  border: 3px solid #ddd;
  cursor: pointer;
  background-color: #ddd;
  margin: 0 5px;
  width: 135px;
  height: 108px;
  display: block;
  transition: all .5s;
}
#ThumbPic img.active {
  border: 3px solid #308f85;
}
.pagebar {
  padding: 20px;
  overflow: hidden
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 0px 10px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 0px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #308f85;
}
.pagination a.page-num-current {
  color: #fff;
  background: #308f85;
  border: 1px solid #308f85;
}
.pagination .st {
  font-family: 宋体
}
.text-secondary {
  text-align: center;
  padding: 20px 0
}
.link.shengxi {
	position: fixed;
	left: 0;
	top: -1000;
	width: 100%;
	height: 500px;
	overflow: hidden;	
}