﻿@charset "utf-8";
/*home_banner*/
.home_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.home_banner .slick {
  width: 100%;
  text-align: center;
}
.home_banner .slick img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.home_banner .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 0px;
  padding: 0px;
  cursor: pointer;
}
.home_banner .slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  z-index: 9;
}
 
.home_banner .slick-slider {
  margin-bottom: 0px !important;
}
.home_banner .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  margin: -5px 0 0 -5px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  opacity: 1;
}
.home_banner .slick-dots li.slick-active button:before {
  background: #00b5b1;
  -moz-border-radius: 30px;
  /* Firefox */
  -webkit-border-radius: 30px;
  /* Safari 和 Chrome */
  border-radius: 30px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  opacity: 1;
}
.home_banner .slick-dots {
  position: absolute;
  width: 1200px;
  text-align: right;
  bottom: 0px;
  margin: 0 auto;
  left: 50%;
  margin-left: -600px;
}
/*home_search*/
.home_search {
  width: 100%;
  background: #282b2b;
  line-height: 30px;
  padding: 15px 0;
  position: relative;
  margin-top: -40px;
}
.home_search p {
  font-size: 13px;
  color: #bbb;
  position: relative;
  z-index: 9999;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_search p a {
  display: inline-block;
  color: #bbb;
  margin: 0 15px;
}
.home_search p a:hover {
  color: #00b5b1;
}
.home_search .search {
  height: 30px;
  margin-right: 100px;
  line-height: 30px;
  position: relative;
  z-index: 99;
}
.home_search .search span {
  display: block;
  width: 60px;
  height: 30px;
  background: #bbbbbb url(../images/hs_bg.jpg) no-repeat 40px 10px;
  font-size: 14px;
  color: #252525;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  cursor: pointer;
  float: left;
  margin-right: 2px;
}
.home_search .search ul {
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
}
.home_search .search ul li {
  width: 60px;
  height: 30px;
  background: #bbb;
  font-size: 14px;
  color: #252525;
  padding-left: 10px;
  border-top: 1px solid #282b2b;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
}
.home_search .search ul li:hover {
  color: #00b5b1;
}
.home_search .search input {
  height: 30px;
  line-height: 30px;
  outline: none;
  background: none;
  border: none;
}
.home_search .search input.txt {
  width: 200px;
  border: 1px solid #bbb;
  float: left;
  font-size: 13px;
  color: #666;
  padding-left: 10px;
  font-family: "微软雅黑";
}
.home_search .search :-moz-placeholder {
  color: #666;
}
.home_search .search ::-moz-placeholder {
  color: #666;
}
.home_search .search input:-ms-input-placeholder {
  color: #666;
}
.home_search .search input::-webkit-input-placeholder {
  color: #666;
}
.home_search .search input.btn {
  font-size: 14px;
  color: #BBB;
  position: absolute;
  right: 10px;
  font-family: "微软雅黑";
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_banner .slick-dots {
    width: 970px;
    margin-left: -485px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_banner .slick-dots {
    width: 750px;
    margin-left: -360px !important;
  }
  .home_search p {
    width: 47%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home_search p a {
    margin: 0 2px;
  }
}
@media (max-width: 767px) {
  .home_search p {
    display: none;
  }
  .home_search {
    margin-top: 0;
    padding: 10px 0;
  }
  .home_search .search {
    margin: 0 auto;
    float: right;
  }
  .home_banner .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    left: 0;
    margin-left: 0;
  }
}
.mt70 {
  margin-top: 3%;
}
/*home_product*/
.home_product {
  position: relative;
  padding-bottom: 24px;
}
.home_product:after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: #005c5a;
  position: absolute;
  left: 0;
  top: 370px;
  z-index: 10;
}
.home_product .p_title {
  width: 100%;
  height: 165px;
  background: url(../images/hp_bg.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 40px;
}
.home_product .p_title i {
  display: block;
  font-size: 20px;
  color: #565656;
  font-style: normal;
}
.home_product .p_title b {
  font-size: 40px;
  color: #333;
}
.home_product .banner {
  margin-top: 50px;
  position: relative;
  z-index: 99;
}
.home_product .banner a {
  display: block;
  width: 257px;
}
.home_product .banner a:hover i img {
  -webkit-animation: pulse  1s ease;
  animation: pulse  1s ease;
}
.home_product .banner i {
  display: block;
  width: 100%;
  height: 227px;
  position: relative;
  border-top-left-radius: 25px;
  overflow: hidden;
}
.home_product .banner span {
  display: block;
  width: 100%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #00b5b1;
  font-size: 18px;
  color: #fff;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  padding: 0 15px;
}
.home_product .slick-slider {
  padding-left: 15px;
}
.home_product .banner .slick-prev:before,
.slick-next:before {
  position: absolute;
  left: 0;
  content: '';
}
.home_product .banner .slick-prev {
  width: 30px;
  height: 30px;
  left: -50px;
  top: 200px;
  background: url(../images/left.png) no-repeat center;
  transition: 0.5s;
}
.home_product .banner .slick-next {
  width: 30px;
  height: 30px;
  right: -30px;
  top: 200px;
  background: url(../images/right.png) no-repeat center;
  transition: 0.5s;
}
.home_product .banner .slick-prev:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.home_product .banner .slick-next:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .home_product .banner .slick-prev {
    left: 0px;
  }
  .home_product .banner .slick-next {
    right: -10px;
  }
  .home_product .slick-slider {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_product .banner {
    width: 100%;
  }
  .home_product .slick-slider {
    padding-left: 70px;
  }
  .home_product .banner .slick-prev {
    display: none;
  }
  .home_product .banner .slick-next {
    display: none;
  }
  .home_product .banner .slick {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .home_product {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home_product {
    padding-bottom: 0px;
  }
  .home_product .p_title {
    height: 80px;
    padding-top: 5px;
  }
  .home_product .p_title i {
    font-size: 14px;
  }
  .home_product .p_title b {
    font-size: 24px;
  }
  .home_product .banner {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .home_product .slick-slider {
    padding: 0;
    overflow: hidden;
  }
  .home_product .banner a {
    margin: 0 auto;
  }
  .home_product:after {
    top: 230px;
  }
  .home_product .banner.slick {
    max-width: 100%;
    margin: 0 auto;
  }
  .home_product .banner.slick-prev {
    display: none !important;
  }
  .home_product .banner.slick-next {
    display: none !important;
  }
}
/*home_about*/
span.l_title {
  display: block;
  font-size: 24px;
  color: #333;
  padding-left: 15px;
  border-left: 5px solid #00b5b1;
  margin-bottom: 30px;
}
.home_about .left {
  width: 575px;
}
.home_about .left i {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
}
.home_about .left p {
  font-size: 13px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
  margin: 25px 0;
}
.home_about .left a.more {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #00b5b1;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.home_about ul {
  width: 575px;
}
.home_about ul li {
  width: 100%;
  padding: 25px 35px 25px 130px;
  background: #f6f6f6;
  border-radius: 25px;
  position: relative;
  transition: 0.5s;
  margin-bottom: 20px;
}
.home_about ul li b {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  transition: 0.5s;
}
.home_about ul li p {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  transition: 0.5s;
}
.home_about ul li i {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -32px;
}
.home_about ul li i.hide {
  display: none;
}
.home_about ul li:hover b {
  color: #fff;
}
.home_about ul li:hover p {
  color: #fff;
}
.home_about ul li:hover {
  background: #00b5b1;
}
.home_about ul li:hover i.hide {
  display: block;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .home_about .left {
    width: 45%;
  }
  .home_about ul {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_about .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .home_about ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_about .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .home_about .left i {
    height: 100px;
  }
  .home_about .left p {
    margin: 10px 0;
  }
  .home_about ul {
    width: 100%;
  }
  .home_about ul li {
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 70px;
  }
  .home_about ul li i {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-top: 0;
    margin-left: -32px;
  }
  span.l_title {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
/*rec_news*/
.rec_news {
  padding: 80px 0;
  background: #f6f6f6;
}
.rec_news .title a {
  font-size: 14px;
  margin-top: 5px;
}
.rec_news ul {
  overflow: hidden;
}
.mr0 {
  margin-right: 0 !important;
}
.rec_news ul li {
  width: 260px;
  float: left;
  margin-right: 53px;
}
.rec_news ul li i {
  display: block;
  width: 100%;
  height: 130px;
  position: relative;
  overflow: hidden;
}
.rec_news ul li i img {
  transition: 0.5s;
}
.rec_news ul li b {
  display: block;
  font-size: 16px;
  color: #333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  margin: 15px 0 10px 0;
  transition: 0.5s;
}
.rec_news ul li b:hover {
  color: #00b5b1;
}
.rec_news ul li:hover i img {
  transform: scale(1.1);
}
.rec_news ul li p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .rec_news ul li {
    width: 25%;
    margin-right: 0;
  }
  .rec_news ul li i {
    width: 95%;
    margin: 0 auto;
  }
  .rec_news ul li b {
    width: 95%;
    margin: 0 auto;
  }
  .rec_news ul li p {
    width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rec_news {
    padding: 40px 0;
  }
  .rec_news ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .rec_news ul li i {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .rec_news ul li b {
    width: 80%;
    margin: 0 auto;
  }
  .rec_news ul li p {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .rec_news {
    padding: 20px 0 10px;
  }
  .rec_news ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .rec_news ul li i {
    width: 50%;
    float: left;
    height: 100px;
  }
  .rec_news ul li b {
    width: 45%;
    float: right;
  }
  .rec_news ul li p {
    width: 45%;
    float: right;
  }
}
/*product*/
.page .product ul li {
  width: 260px;
  margin-bottom: 45px;
  float: left;
}
.page .product ul li.mid {
  margin: 0 50px;
}
.page .product ul li i {
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.page .product ul li i img {
  transition: 0.5s;
}
.page .product ul li i img:hover {
  transform: scale(1.1);
}
.page .product ul li span {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 27px;
  font-size: 13px;
  color: #333;
  margin-top: 15px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.page .product ul li span:hover {
  color: #00b5b1;
}
.page .product ul li span:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #00b5b1;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .page .right {
    width: 670px;
  }
  .page .product ul li.mid {
    margin: 0 0px;
    margin-bottom: 30px;
  }
  .page .product ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .page .product ul li span {
    width: 50%;
    margin: 15px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pageNav {
    display: none;
  }
  .page .right {
    width: 100%;
  }
  .page .product ul li.mid {
    margin: 0px 0px 20px;
  }
  .page .product ul li {
    margin-bottom: 20px;
    width: 33%;
  }
  .page .product ul li i {
    width: 80%;
    margin: 0 auto;
  }
  .page .product ul li span {
    width: 80%;
    margin: 10px auto 0;
  }
  .pageNum span {
    display: none;
  }
}
@media (max-width: 767px) {
  .pageNav {
    display: none;
  }
  .pageNum span {
    display: none;
  }
  .page .right {
    width: 100%;
  }
  .page .product ul li.mid {
    margin: 0px 0px 20px;
  }
  .page .product ul li {
    margin-bottom: 20px;
    width: 50%;
  }
  .page .product ul li i {
    width: 80%;
    margin: 0 auto;
    height: 120px;
  }
  .page .product ul li span {
    width: 80%;
    margin: 10px auto 0;
  }
}
/*pro_show*/
.pro_show h1.title {
  width: 100%;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  color: #333;
  margin-bottom: 40px;
}
.pro_show .banner i {
  display: block;
  width: 100%;
  height: 550px;
  position: relative;
  margin: 0 auto;
}
.pro_show .banner .slick-prev:before,
.slick-next:before {
  content: '';
}
.pro_show .banner .slick-prev {
  width: 45px;
  height: 45px;
  margin-top: -35px;
  left: 0;
  background: url(../images/proLeft.png) no-repeat center;
  transition: 0.5s;
  z-index: 999;
}
.pro_show .banner .slick-next {
  width: 45px;
  height: 45px;
  margin-top: -35px;
  right: 0;
  top: 50%;
  background: url(../images/proRight.png) no-repeat center;
  transition: 0.5s;
  z-index: 999;
}
.pro_show .banner .slick-prev:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.pro_show .banner .slick-next:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pro_show .banner .slick-prev {
    display: none !important;
  }
  .pro_show .banner .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pro_show .banner i {
    height: 350px;
  }
  .pro_show h1.title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pro_show .banner .slick-prev {
    display: none !important;
  }
  .pro_show .banner .slick-next {
    display: none !important;
  }
}
.pro_info {
  width: 100%;
  padding: 3.1% 0;
  background: #f6f6f6;
}
.pro_info .choose {
  text-align: center;
  padding-bottom: 2%;
  border-bottom: 1px dashed #d0cfcf;
}
.pro_info .choose i {
  display: inline-block;
  font-style: normal;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 20px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}
.pro_info .choose i.on {
  background: #00b5b1;
  color: #fff;
}
.pro_info .list {
  padding: 2% 0 0 0;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-indent: 2em;
  display: none;
}
.pro_info .list ul {
  width: 845px;
  margin: 0 auto;
  overflow: hidden;
}
.pro_info .list ul li {
  width: 385px;
  height: 35px;
  float: left;
  margin-right: 30px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.pro_info .list ul li input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  line-height: 35px;
  font-size: 14px;
  padding-left: 10px;
  font-family: "微软雅黑";
  border: 1px solid #e4e3e3;
}
.pro_info .list ul li input.txt {
  float: left;
}
    .pro_info .list ul li input.validate-on,.pro_info .list ul li textarea.validate-on {
    border-color:red;
    }
.pro_info .list ul li.msg {
  width: 95%;
  height: 130px;
  margin-right: 0;
}
.pro_info .list ul li textarea {
  float: left;
  border: none;
  outline: none;
  width: 100%;
  height: 130px;
  line-height: 24px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  font-family: "微软雅黑";
  border: 1px solid #e4e3e3;
}
.pro_info .list ul li.yanzhen input.yz {
  width: 160px;
  float: left;
}
.pro_info .list ul li.yanzhen i {
  float: left;
  width: 80px;
  height: 35px;
  border: 1px solid #e4e3e3;
  position: relative;
  margin: 0 10px;
}
.pro_info .list ul li.yanzhen a {
  float: left;
  font-size: 14px;
  color: #666;
  text-decoration: underline;
  text-indent: 0;
  line-height: 35px;
}
.pro_info .list ul li.tijiao {
  text-align: right;
}
.pro_info .list ul li.tijiao input.btn {
  width: 113px;
  text-indent: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1e1e1e;
  line-height: 32px;
}
.pro_info .list ul li.tijiao input.b1 {
  background: #00b5b1;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pro_info .list ul {
    width: 100%;
  }
  .pro_info .list ul li {
    width: 45%;
    margin: 0 17px 15px 17px;
  }
}
@media (max-width: 767px) {
  .pro_info .list ul {
    width: 100%;
  }
  .pro_info .list ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .pro_info .list ul li.msg {
    width: 100%;
  }
  .pro_info .list ul li.tijiao {
    text-align: center;
  }
  .pro_info .list ul li.yanzhen input {
    width: 30% !important;
  }
}
@media (max-width: 767px) {
  .pro_info .choose i {
    width: 40%;
  }
}
/*preNext*/
.preNext {
  background: #00b5b1;
}
.preNext .main {
  position: relative;
}
.preNext .main:after {
  content: "";
  display: block;
  width: 1000%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 90px;
}
.preNext ul li {
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  padding-right: 90px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preNext ul li a {
  color: #fff;
}
.preNext a.back {
  display: block;
  width: 90px;
  height: 60px;
  line-height: 60px;
  text-align: right;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .preNext a.back {
    text-align: center;
    font-size: 14px;
  }
}
.pro_rec ul li {
  width: 260px;
  float: left;
  margin-right: 50px;
}
.pro_rec ul li i {
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.pro_rec ul li i img {
  transition: 0.5s;
}
.pro_rec ul li i img:hover {
  transform: scale(1.1);
}
.pro_rec ul li span {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 27px;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.pro_rec ul li span:hover {
  color: #00b5b1;
}
.pro_rec ul li span:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #00b5b1;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .pro_rec ul li {
    width: 25%;
    margin-right: 0;
  }
  .pro_rec ul li i {
    width: 85%;
    height: 214px;
    margin: 0 auto;
  }
  .pro_rec ul li span {
    width: 85%;
    margin: 10px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pro_rec ul li {
    width: 25%;
    margin-right: 0;
  }
  .pro_rec ul li i {
    width: 85%;
    height: 214px;
    margin: 0 auto;
  }
  .pro_rec ul li span {
    width: 85%;
    margin: 10px auto 0;
  }
}
@media (max-width: 767px) {
  .pro_rec ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .pro_rec ul li i {
    width: 85%;
    height: 150px;
    margin: 0 auto;
  }
  .pro_rec ul li span {
    width: 85%;
    margin: 10px auto 0;
  }
}
/*about*/
h1.about_title {
  font-size: 30px;
  text-align: center;
  color: #333;
  font-weight: 400;
  position: relative;
  margin-bottom: 40px;
}
h1.about_title:after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #00b5b1;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
}
.about .art {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-indent: 2em;
}
.about .art p.img {
  width: 100%;
  height: 165px;
  position: relative;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .about .art p.img {
    height: 50px;
  }
  h1.about_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/*honor*/
.honor .honor_list {
  width: 100%;
}
.honor .banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.honor .banner:after {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background: #efefef;
  position: absolute;
  left: 0;
  bottom: 22px;
}
.honor .banner:before {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background: #efefef;
  position: absolute;
  right: 0;
  bottom: 22px;
}
.honor .honor_list {
  padding-bottom: 50px;
}
.honor .honor_list i {
  display: block;
  width: 270px;
  height: 375px;
  position: relative;
  background: #f8f8f8;
  border: 3px solid #ebebeb;
  margin: 0 auto;
}
.honor .honor_list span {
  display: block;
  width: 270px;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin: 25px auto 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor .slick-prev:before,
.slick-next:before {
  content: '';
}
.honor .slick-prev,
.slick-next {
  top: 104%;
}
.honor .slick-prev {
  width: 45px;
  height: 45px;
  margin-top: -35px;
  left: 46%;
  background: url(../images/hLeft.png) no-repeat center;
  transition: 0.5s;
  z-index: 999;
}
.honor .slick-next {
  width: 45px;
  height: 45px;
  margin-top: -35px;
  right: 46%;
  background: url(../images/hRight.png) no-repeat center;
  transition: 0.5s;
  z-index: 999;
}
.honor .slick-prev:hover {
  background: url(../images/hLeft_h.png);
}
.honor .slick-next:hover {
  background: url(../images/hRight_h.png);
}
@media (min-width: 992px) and (max-width: 1205px) {
  .honor .slick-prev {
    width: 45px;
    height: 45px;
    margin-top: -35px;
    left: 45%;
  }
  .honor .slick-next {
    width: 45px;
    height: 45px;
    margin-top: -35px;
    right: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .honor .slick-prev {
    display: none !important;
  }
  .honor .slick-next {
    display: none !important;
  }
  .honor .banner:before {
    display: none !important;
  }
  .honor .banner:after {
    display: none !important;
  }
  .honor .honor_list {
    padding-bottom: 0;
  }
  .honor .slick-slider {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .honor .slick-prev {
    display: none !important;
  }
  .honor .slick-next {
    display: none !important;
  }
  .honor .banner:before {
    display: none !important;
  }
  .honor .banner:after {
    display: none !important;
  }
  .honor .honor_list {
    padding-bottom: 0;
  }
  .honor .slick-slider {
    margin-bottom: 0;
  }
  .honor .honor_list span {
    margin-top: 10px;
  }
}
/*solution*/
.solution .top {
  padding-bottom: 3%;
}
.solution .top .left {
  width: 246px;
  height: 164px;
  position: relative;
}
.solution .top .Pright {
  width: 900px;
  padding-right: 10px;
}
.solution .top .Pright h1 {
  font-size: 24px;
  font-weight: 400;
}
.solution .top .Pright p {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  text-indent: 2em;
  margin: 13px 0;
}
.solution .top .Pright a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 155px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #00b5b1;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .solution .top .left {
    width: 40%;
  }
  .solution .top .Pright {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .solution .top .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .solution .top .Pright {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .solution .top .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .solution .top .Pright {
    width: 100%;
    text-align: center;
  }
  .solution .top .Pright p {
    text-align: left;
    margin: 10px 0;
  }
}
.solution .bottom {
  padding-top: 3%;
  background: #fcfcfc;
}
.solution .bottom a.sol_list i {
  display: block;
  width: 260px;
  height: 150px;
  position: relative;
  margin: 0 auto;
}
.solution .bottom a.sol_list span {
  display: block;
  width: 260px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
}
.solution .bottom a.sol_list span:hover {
  color: #00b5b1;
}
.solution .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 12px;
  height: 12px;
  margin: -5px 0 0 -5px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #dbdbdb;
  opacity: 1;
}
.solution .slick-dots li.slick-active button:before {
  background: #00b5b1;
  -moz-border-radius: 30px;
  /* Firefox */
  -webkit-border-radius: 30px;
  /* Safari 和 Chrome */
  border-radius: 30px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  opacity: 1;
}
@media (max-width: 767px) {
  .solution .slick-dots {
    bottom: -25px;
  }
  .solution .bottom a.sol_list span {
    margin-top: 10px;
  }
}
/*sol_show*/
.sol_show .word {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 30px;
  padding-bottom: 3%;
}
.sol_show .banner i {
  height: 227px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol_show .banner i {
    height: 475px;
  }
}
@media (max-width: 767px) {
  .sol_show .banner i {
    height: 180px;
  }
  .sol_show .banner .slick {
    margin-bottom: 10px;
  }
}
.sol_rec ul li i {
  height: 160px;
}
.sol_rec ul li span:before {
  display: none;
}
.sol_rec ul li span {
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sol_rec ul li i {
    height: 90px;
  }
}
/*service*/
.service .art .left {
  width: 600px;
  position: relative;
}
.service .art .left span {
  display: block;
  width: 80px;
  height: 80px;
  border: 5px solid #cff1f0;
  left: 0;
  top: 0;
  position: absolute;
}
.service .art .left p {
  width: 190px;
  border: 5px solid #00b5b1;
  font-size: 34px;
  font-weight: 600;
  color: #00b5b1;
  padding: 40px 70px;
  margin-top: 30px;
  margin-left: 30px;
  line-height: 34px;
  float: left;
  position: relative;
}
.service .art .left i {
  float: left;
  display: block;
  width: 460px;
  height: 244px;
  position: absolute;
  top: 75px;
  left: 145px;
  border-left: 20px solid #fff;
  border-top: 20px solid #fff;
  background: #fff;
}
.service .art .pRight {
  padding-top: 30px;
  width: 550px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-indent: 2em;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .service .art .left {
    float: none;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .service .art .pRight {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service .art .left {
    float: none;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .service .art .pRight {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service .art .left {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .service .art .left i {
    position: static;
    position: relative;
    width: 100%;
    border: none;
    height: 190px;
    margin: 0;
    left: 0;
    top: 0;
  }
  .service .art .left span {
    display: none;
  }
  .service .art .left p {
    position: static;
    padding: 10px 0 10px 0;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    float: none;
  }
  .service .art .pRight {
    width: 100%;
    padding-top: 10px;
  }
}
/*news*/
.news ul {
  margin-bottom: 3%;
}
.news ul li {
  width: 560px;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e4e3e3;
  float: left;
  margin-right: 80px;
}
.news ul li .data {
  width: 105px;
  height: 105px;
  color: #fff;
  background: #00b5b1;
  text-align: center;
  padding: 15px 15px 0;
  float: left;
}
.news ul li .data i {
  display: block;
  font-size: 42px;
  font-style: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.news ul li .data span {
  display: block;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news ul li .word {
  width: 435px;
  float: right;
}
.news ul li .word b a {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news ul li .word b a:hover {
  color: #00b5b1;
}
.news ul li .word p {
  font-size: 12px;
  color: #666;
  line-height: 18px;
  width: 100%;
  height: 75px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .news ul li {
    width: 45%;
    margin-right: 40px;
  }
  .news ul li .word {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news ul li {
    width: 100%;
    margin-right: 0px;
    padding: 0 30px 20px 30px;
    margin-bottom: 20px;
  }
  .news ul li .word {
    width: 80%;
  }
  .news ul li .word p {
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .news ul {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .news ul li {
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news ul li .word {
    width: 60%;
  }
  .news ul li .word b a {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news ul li .word p {
    line-height: 15px;
  }
}
/*news_show*/
.news_show {
  padding-bottom: 3%;
}
.news_show .title {
  text-align: center;
  border-bottom: 1px dashed #e4e3e3;
  margin-bottom: 3%;
}
.news_show .title h1 {
  font-size: 30px;
  font-weight: 400;
}
.news_show .title p {
  margin: 15px 0;
  font-size: 13px;
  color: #999;
}
.news_show .title p span {
  display: inline-block;
  margin: 0 30px;
}
.news_show .art {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  min-height: 150px;
  text-indent: 2em;
}
.news_show .art img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}

.news_show .art p.img {
  margin-top: 20px;
  width: 100%;
  height: 337px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .news_show .art p.img {
    height: 273px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news_show .art p.img {
    height: 211px;
  }
}
@media (max-width: 767px) {
  .news_show .title h1 {
    font-size: 20px;
  }
  .news_show .title p span {
    width: 100%;
    margin: 2px 0;
  }
  .news_show .title p {
    margin: 5px 0;
  }
  .news_show .art p.img {
    height: 100px;
    margin-top: 10px;
  }
}
/*contact*/
.contact {
  margin-bottom: 3%;
}
.contact .left {
  width: 450px;
  height: 227px;
  position: relative;
}
.contact .word {
  width: 695px;
}
.contact .word h1 {
  font-weight: 24px;
  color: #00b5b1;
  margin: 50px 0 40px;
}
.contact .word ul li {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-right: 45px;
  margin-bottom: 25px;
  min-width: 250px;
}
.contact .word ul li a {
  color: #333;
}
.contact .word ul li a:hover {
  color: #00b5b1;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .contact .word {
    width: 50%;
  }
  .contact .word h1 {
    margin: 0;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact .word {
    padding-left: 20px;
    width: 50%;
  }
  .contact .word ul li {
    margin-right: 0;
    margin-bottom: 13px;
    line-height: 24px;
  }
  .contact .left {
    width: 50%;
    height: 189px;
  }
  .contact .word h1 {
    margin: 0;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .contact .left {
    width: 100%;
    height: 175px;
  }
  .contact .word {
    width: 100%;
  }
  .contact .word h1 {
    margin: 20px 0 10px;
  }
  .contact .word ul li {
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
}
.webMap {
  width: 100%;
  height: 440px;
}
.webMap #map {
  width: 100%;
  height: 440px;
}
/*搜索弹出层*/
.search_mask {
  background: rgba(26, 26, 26, 0.6) none repeat scroll 0 0 !important;
  background: #403E41;
  filter: alpha(opacity=65);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index:99999; .search_mask;
  top: 0;
  left: 0;
}
.search_mask .s_box {
  width: 350px;
  height: 136px;
  padding: 25px;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  position: absolute;
  margin-top: -68px;
  background: #fff;
}
.search_mask .s_box .text1 {
  text-align: center;
  line-height: 24px;
  color: #666;
  font-size: 16px;
}
.search_mask .s_box #sure {
  width: 140px;
  height: 36px;
  display: block;
  margin: 20px auto 0;
  background: #ffc501;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 5px;
}
/*底部浮动*/
.mobile-footer-menu {
    display: none;
    width: 100%;
    background: #ca8527;
    padding: 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    list-style: none;
    font-size: 12px;
}
@media (max-width: 768px) {
  .message .form_box {
    margin-bottom: 30px;
  }
  footer{margin-bottom:54px;}
  .mobile-footer-menu {
    display: block;
    width: 100%;
    background: #1c62b0;
    padding: 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    list-style: none;
    font-size: 12px;
  }
  .mobile-footer-menu li {
    width: 25%;
    float: left;
    position: relative;
  }
  .mobile-footer-menu li:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    right: 0;
    top: 2px;
  }
  .mobile-footer-menu li span {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .mobile-footer-menu li em {
    font-style: normal;
    text-align: center;
    display: block;
    color: #fff;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
  }
  .mobile-footer-menu li:last-child:after {
    display: none;
  }
   .banner .slick-dots{
    bottom:3px;
  }

}


@media(max-width:800px) {
  .solution .slick-dots {
    display: none !important; 
  }
}

.topNav { height: 61px;}