﻿@charset "UTF-8";
/*共用样式*/
@font-face {
  font-family: 'iconfont';
  /* project id 455609 */
  src: url("../fonts/iconfont.woff");
}

.title {
  text-align: center;
  margin-bottom: 38px;
}

.title h2 {
  font: 600 30px/40px "Microsoft YaHei";
  color: #333;
}

.title span {
  text-transform: uppercase;
  font: 400 19px/19px "Microsoft YaHei";
  color: #dddddd;
  word-wrap: break-word;
}

.swiper-slide img {
  max-width: 100%;
}

/*首页banner样式*/
.slick-banner {
  position: relative;
}

.slick-banner .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/xyin-banner-jt.png);
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  transition: all .5s;
}

.slick-banner .slick-arrow.slick-prev {
  left: 150px;
  background-position: 0 0;
}

.slick-banner .slick-arrow.slick-next {
  right: 150px;
  background-position: -60px 0;
}

.slick-banner .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.slick-banner .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 10px;
}

.slick-banner .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #efefef;
  cursor: pointer;
}

.slick-banner .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
  background: #65c543;
}

.slick-banner .img img {
  width: 100%;
}

.slick-banner .slick-con {
  position: relative;
}

.slick-banner .wz {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  top: 50%;
  text-align: center;
  color: #fff;
}

.slick-banner .wz .wz1 {
  font: 600 42px/42px "Microsoft YaHei";
  margin-bottom: 35px;
}

.slick-banner .wz .wz2 {
  font: 600 46px/46px "Microsoft YaHei";
}

.slick-banner .wz .wz-more {
  display: inline-block;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  font-family: Arial;
  transition: all .5s;
}

.slick-banner .wz .wz-more:hover {
  background: #65c543;
  border-color: #65c543;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .slick-banner .wz .wz1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .slick-banner .wz .wz2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .slick-banner .wz .wz-more {
    padding: 10px 25px;
    font-size: 12px;
    border: 1px solid #fff;
  }
}

#mob-banner {
  display: none;
}

@media (max-width: 992px) {
  #pc-banner {
    display: none;
  }
  #mob-banner {
    display: block;
  }
}

.main-product {
  margin-top: 70px;
}

.main-product .product-con {
  margin-top: 70px;
}

.main-product .product-con .product-silde {
  position: relative;
}

.main-product .product-con .product-silde img {
  width: 100%;
}

@media (min-width: 992px) {
  .main-product .product-con .product-silde .product-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #65c543;
    padding: 5%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all .4s;
  }
  .main-product .product-con .product-silde .product-layer .layer-con {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    text-align: center;
  }
  .main-product .product-con .product-silde .product-layer .layer-con:before {
    content: ".";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
  }
  .main-product .product-con .product-silde .product-layer .layer-con .layer-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 90%;
  }
  .main-product .product-con .product-silde .product-layer .layer-con .layer-text span, .main-product .product-con .product-silde .product-layer .layer-con .layer-text h3 {
    display: block;
    text-align: center;
    color: #fff;
  }
  .main-product .product-con .product-silde .product-layer .layer-con .layer-text span {
    font: 500 42px/42px "Arial";
    margin-left: 30px;
  }
  .main-product .product-con .product-silde .product-layer .layer-con .layer-text h3 {
    font: 500 20px/20px "Microsoft YaHei";
    margin-right: 30px;
    margin-top: 33px;
  }
  .main-product .product-con .product-silde .product-layer .layer-con .layer-text i {
    display: block;
    color: #fff;
    font-style: normal;
    font: 500 40px/40px "Arial";
    margin-top: 20px;
  }
  .main-product .product-con .product-silde .product-layer .layer-con .layer-text a {
    display: block;
    width: 40%;
    background: #fff;
    text-align: center;
    color: #000;
    margin: 36px auto 0;
    font-size: 20px;
  }
}

.main-product .product-con .product-silde:hover .product-layer {
  opacity: 1;
}

.main-product .product-con .product-silde:hover .product-layer span {
  animation: ptsmove 1s forwards;
}

.main-product .product-con .product-silde:hover .product-layer h3 {
  animation: pthmove 1s forwards;
}

@keyframes ptsmove {
  0% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes ptsmove /* Firefox */ {
  0% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes ptsmove /* Safari 和 Chrome */ {
  0% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

@-o-keyframes ptsmove /* Opera */ {
  0% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes pthmove {
  0% {
    margin-right: 30px;
  }
  100% {
    margin-right: 0px;
  }
}

@-moz-keyframes pthmove /* Firefox */ {
  0% {
    margin-right: 30px;
  }
  100% {
    margin-right: 0px;
  }
}

@-webkit-keyframes pthmove /* Safari 和 Chrome */ {
  0% {
    margin-right: 30px;
  }
  100% {
    margin-right: 0px;
  }
}

@-o-keyframes pthmove /* Opera */ {
  0% {
    margin-right: 30px;
  }
  100% {
    margin-right: 0px;
  }
}

.field {
  margin-top: 85px;
  background: #f2f2f2;
  padding: 70px 0 50px;
}

.field .field-list {
  margin-top: 45px;
  padding: 0 15px;
}

.field .field-list ul li {
  width: 10%;
  float: left;
  margin-right: 8%;
}

.field .field-list ul li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .field .field-list ul li {
    width: 30%;
    margin-right: 5%;
  }
  .field .field-list ul li:nth-child(3), .field .field-list ul li:nth-child(6) {
    margin-right: 0;
  }
}

.field .field-list ul li img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.field .field-list ul li h3 {
  text-align: center;
  font: 500 16px/46px "Microsoft YaHei";
  color: #595959;
}

@media (min-width: 992px) {
  .field .field-list ul li:hover h3 {
    color: #65c543;
  }
}

.about {
  margin-top: 70px;
}

.about .about-img img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .about .about-img img {
    width: 94%;
  }
}

.about .about-con {
  margin-top: 40px;
  padding-left: 60px;
  color: #666666;
  font: 500 14px/28px "Microsoft YaHei";
}

@media (min-width: 768px) and (max-width: 992px) {
  .about .about-con {
    padding: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .about .about-con {
    padding-left: 0px;
  }
}

.about .about-con .about-more {
  text-align: center;
}

.about .about-con .about-more a {
  display: inline-block;
  background: #65c543;
  font: 500 16px/46px "Arial";
  color: #fff;
  text-align: center;
  padding: 0 10%;
}

@media (max-width: 1200px) {
  .about .about-con .about-more a {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .about .about-con .about-more a {
    line-height: 36px;
    margin-top: 0;
  }
}

.about .about-con .about-more a:link, .about .about-con .about-more a:visited {
  color: #fff;
  text-decoration: none;
}

.about .about-con .about-more a:hover, .about .about-con .about-more a:active {
  color: #fff;
  text-decoration: none;
}

.about-data {
  background: #65c543;
  overflow: hidden;
  position: relative;
  margin-top: 70px !important;
}

@media (max-width: 992px) {
  .about-data {
    display: none;
  }
}

.about-data .data-list {
  margin-top: 85px;
}

.about-data .data-list li {
  float: left;
  position: relative;
  padding: 0 8%;
  border-right: 1px solid #a9de96;
}

.about-data .data-list li:last-child {
  border: none;
}

.about-data .data-list li strong, .about-data .data-list li span, .about-data .data-list li i {
  font-style: normal;
  color: #fff;
}

.about-data .data-list li strong {
  font: 500 48px/48px "Arial";
}

.about-data .data-list li span {
  position: absolute;
  top: -6px;
  right: 89px;
}

.about-data .data-list li i {
  display: block;
  text-align: center;
  font: 500 14px/28px "Microsoft YaHei";
}

@media (max-width: 1200px) {
  .about-data .data-list li {
    padding: 0 60px;
  }
  .about-data .data-list li span {
    right: 45px;
  }
}

.news .info-con {
  width: 30%;
  float: left;
  margin: 0 1%;
  border: 10px solid #fbfbfb;
}

.news .info-con .info {
  background: #fff;
  padding-bottom: 50px;
  position: relative;
}

.news .info-con .info img {
  width: 100%;
  margin: 0 auto;
}

.news .info-con .info span {
  position: absolute;
  top: 10%;
  left: 0;
  width: 0px;
  height: 36px;
  background: #65c543;
  overflow: hidden;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: #fff;
  font: 500 18px/36px "Arial";
}

.news .info-con .info h3 {
  font: 500 16px/32px "Microsoft YaHei";
  color: #575757;
  margin: 10px 0;
  padding: 0 3%;
}

.news .info-con .info p {
  margin: 0;
  font: 500 12px/24px "Microsoft YaHei";
  color: #999999;
  padding: 0 3%;
}

@media (min-width: 992px) {
  .news .info-con:hover {
    border: 10px solid #65c543;
  }
  .news .info-con:hover .info {
    background: #65c543;
  }
  .news .info-con:hover .info span {
    width: 68px;
    padding-left: 10px;
  }
  .news .info-con:hover .info h3 {
    text-align: center;
    color: #fff;
  }
  .news .info-con:hover .info p {
    color: #fff;
  }
}

.news .news-more {
  text-align: center;
}

.news .news-more a {
  display: inline-block;
  background: #65c543;
  padding: 0 5%;
  font: 500 16px/46px "Arial";
  color: #fff;
  margin-top: 70px;
}

.xyin-product {
  padding: 50px 0;
}

.xyin-title {
  text-align: center;
  font-size: 35px;
  color: #101622;
}

@media (max-width: 768px) {
  .xyin-title {
    font-size: 20px;
  }
}

.xyin-product-list {
  padding: 0 11%;
  margin-top: 40px;
}

.xyin-product-list li {
  float: left;
  position: relative;
  width: 22%;
  margin: 0 1.5%;
  overflow: hidden;
}

.xyin-product-list li .img {
  width: 100%;
}

.xyin-product-list li .wz {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 35% 10% 0 10%;
  transition: all .7s ease;
}

.xyin-product-list li .wz h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.xyin-product-list li .wz h3:after {
  content: '';
  position: absolute;
  left: 42.5%;
  bottom: 0;
  width: 15%;
  height: 1px;
  background: #fff;
}

.xyin-product-list li .wz .wzcon {
  transition: all .7s ease;
}

.xyin-product-list li .wz .wzcon .info {
  text-align: center;
  color: #fff;
  line-height: 1.7;
  height: 48px;
  overflow: hidden;
  margin-bottom: 35px;
}

@media (max-width: 1600px) {
  .xyin-product-list li .wz .wzcon .info {
    margin-bottom: 20px;
  }
}

.xyin-product-list li .wz .wzcon .more {
  text-align: center;
}

.xyin-product-list li .wz .wzcon .more .iconfont {
  display: inline-block;
  background-color: #65c543;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .xyin-product-list {
    padding: 0 5%;
  }
  .xyin-product-list li .wz .wzcon .info {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .xyin-product-list {
    margin-top: 20px;
  }
  .xyin-product-list li {
    width: 47%;
    margin-bottom: 15px;
  }
  .xyin-product-list li .wz h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .xyin-product {
    padding: 25px 0;
  }
}

/*xyin-news*/
.xyin-news {
  background: #f6f6f6;
  padding: 45px 0;
}

.xyin-news .xyin-news-title {
  position: relative;
  margin-bottom: 30px;
}

.xyin-news .xyin-news-title .xyin-title {
  text-align: left;
}

.xyin-news .xyin-news-title .xyin-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.xyin-news-slick .slick-list {
  padding: 10px 0 15px 0;
  margin: 0 -15px;
}

.xyin-news-slick .slick-slide {
  outline: none;
}

.xyin-news-slick .slick-slide img {
  display: inline-block;
  width: 100%;
}

.xyin-news-slick .slick-dots {
  text-align: center;
  margin-top: 25px;
}

.xyin-news-slick .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #303030;
  cursor: pointer;
}

.xyin-news-slick .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.xyin-news-slick .slick-dots li.slick-active {
  background: #65c543;
}

@media (max-width: 768px) {
  .xyin-news-slick .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

.xyin-news-slick .slick-con {
  border: 1px solid #e9e9e9;
  background: #fff;
  margin: 0 15px;
  transition: all .5s ease;
  position: relative;
}

.xyin-news-slick .slick-con .img {
  position: relative;
  margin-bottom: 30px;
}

.xyin-news-slick .slick-con .img .date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(44, 45, 45, 0.9);
  width: 80px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  transition: all .5s ease;
}

.xyin-news-slick .slick-con .img .date span {
  display: block;
  font-size: 30px;
}

.xyin-news-slick .slick-con .wz {
  padding: 0 15px 30px 15px;
}

.xyin-news-slick .slick-con .wz h3 {
  font-size: 16px;
  color: #565656;
  margin: 0 0 10px 0;
  transition: all .5s ease;
}

.xyin-news-slick .slick-con .wz .info {
  font-size: 14px;
  color: #999999;
  line-height: 1.57;
  max-height: 63px;
  overflow: hidden;
}

.xyin-news-slick .slick-con .wz span.more {
  display: inline-block;
  width: 85px;
  line-height: 25px;
  text-align: center;
  color: #65c543;
  font-size: 14px;
  margin-top: 15px;
  transition: all .5s ease;
}

.xyin-news-slick .slick-con a {
  outline: none;
  display: block;
}

.xyin-news-slick .slick-con a:hover {
  text-decoration: none;
}

.xyin-news-slick .slick-con:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background: #65c543;
  opacity: 0;
  transition: all .5s;
}

.xyin-news-slick .slick-con:hover {
  box-shadow: 0px 2px 12.09px 0.91px rgba(8, 1, 3, 0.35);
}

.xyin-news-slick .slick-con:hover .img .date {
  background: rgba(171, 0, 26, 0.9);
}

.xyin-news-slick .slick-con:hover .wz h3 {
  color: #65c543;
}

.xyin-news-slick .slick-con:hover .wz span.more {
  background: #65c543;
  color: #fff;
}

.xyin-news-slick .slick-con:hover:after {
  opacity: 1;
}

/*xyin-links*/
.xyin-links {
  margin-top: 70px;
}

.xyin-links span {
  font-size: 14px;
  color: #898989;
}

.xyin-links a {
  display: inline-block;
  font-size: 14px;
  color: #898989;
  padding-right: 10px;
  line-height: 25px;
}

.weilebg {
  padding-top: 70px;
  background: url("../images/news_bg.png") no-repeat center bottom;
}

/*头部公用样式*/
.header {
  line-height: 34px;
}

.header .xunpan {
  color: #5d5d5d;
}

.header .xunpan a {
  font: 500 12px/14px "Microsoft YaHei";
}

.header .xunpan a:link, .header .xunpan a:visited {
  color: #5d5d5d;
}

.header .xunpan a:hover, .header .xunpan a:active {
  color: #65c543;
}

.header .hot span {
  color: #5d5d5d;
}

.header .hot a:link, .header .hot a:visited {
  color: #5d5d5d;
  margin-right: 10px;
}

.header .hot a:hover, .header .hot a:active {
  color: #65c543;
}

/* 导航样式 */
.nav {
  background: #f6f6f6;
}

.nav .logo {
  line-height: 102px;
}

.nav .logo img {
  width: 100%;
}

.nav .menu .tel-lan {
  text-align: right;
}

.nav .menu .tel-lan p {
  display: inline-block;
  font: 500 24px/44px "Impact";
  color: #65c543;
  background: url("../images/top_tel.png") no-repeat left center;
  padding-left: 35px;
  margin: 0 54px 0 0;
}

.nav .menu .tel-lan a:link, .nav .menu .tel-lan a:visited {
  color: #666666;
}

.nav .menu .tel-lan a:hover, .nav .menu .tel-lan a:active {
  color: #65c543;
}

.nav .menu .tel-lan .lan {
  float: right;
  margin-top: 6px;
}

.nav .menu .tel-lan .lan a {
  font: 500 14px/28px "Microsoft YaHei";
  color: #666666;
}

.nav .menu .subNav {
  margin-right: -18px;
  line-height: 102px;
}

.nav .menu .subNav li {
  float: right;
  width: 17%;
  text-align: center;
}

.nav .menu .subNav li:last-child {
  width: 14%;
}

.nav .menu .subNav li a {
  font: 500 16px/32px "Microsoft YaHei";
}

.nav .menu .subNav li a:link, .nav .menu .subNav li a:visited {
  color: #666666;
}

.nav .menu .subNav li a:hover, .nav .menu .subNav li a:active {
  color: #65c543;
}

.iconfont {
  font-family: iconfont !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}

.news_detail h3.title_bar .iconfont::before {
  content: '\e67a';
  margin-right: 5px;
}

.top {
  width: 1200px;
  margin: 0 auto;
}

.i-row {
  margin: 0 -15px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

/*头部*/
#header .logo {
  width: 300px;
}

#header .logo img {
  max-width: 100%;
}

#header .top_contact {
  float: right;
}

#header .top_contact .k2 {
  font-size: 20px;
  font-family: "impact";
  color: #65c543;
  line-height: 100px;
}

#header .out-nav {
  margin-top: 5px;
}

#header .out-nav .nav {
  background-color: #8392bd;
  height: 32px;
}

#header .out-nav .nav li {
  line-height: 32px;
  height: 32px;
  text-align: center;
  width: 130px;
  float: left;
  position: relative;
  z-index: 999;
}

#header .out-nav .nav li a {
  display: block;
  line-height: 32px;
  color: #fff;
  height: 32px;
}

#header .out-nav .nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #24588e;
}

#header .out-nav .nav .dropdown {
  background: #01557a;
  color: #fff;
  z-index: 9999;
  position: absolute;
  top: 32px;
  left: 0px;
  display: none;
  width: 100%;
}

#header .out-nav .nav .dropdown a {
  background: #01557a;
  color: #fff;
  height: 38px;
  line-height: 38px;
}

#header .out-nav .nav .dropdown a:hover {
  background: #042d3f;
  text-decoration: none;
}

/*热门搜索*/
.yq_search {
  text-align: left;
  height: 24px;
  margin: 10px 0;
}

.yq_search #form_search {
  float: right;
}

.yq_search #form_search input {
  height: 22px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 22px;
}

.yq_search #form_search input#sou_word {
  height: 22px;
  line-height: 22px;
  padding-left: 4px;
  color: #666;
}

.yq_search #form_search input#s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #65c543;
  color: #fff;
  border: none;
  cursor: pointer;
}

.yq_search .hotSearch {
  float: left;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
}

.yq_search .hotSearch a {
  margin-right: 6px;
}

/*首页分类*/
.i-product-cate {
  width: 240px;
  float: left;
}

.i-product-cate .cate_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

/*首页关于我们*/
.i-about {
  width: 660px;
  float: left;
  margin-left: 12px;
  padding-bottom: 5px;
}

.i-about .about_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.i-about .content {
  padding: 5px;
  padding-bottom: 12px;
  text-indent: 20px;
}

/*首页新闻*/
.news_company {
  width: 280px;
  float: right;
}

.news_company .news1_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.news_company .content {
  padding: 5px;
}

.navigation {
  float: right;
  width: 100px;
}

.index-title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.index-table td {
  border: solid #add9c0;
  border-width: 0px 1px 1px 0px;
  padding: 10px 5px;
}

.index-table {
  border: solid #add9c0;
  border-width: 1px 0px 0px 1px;
  margin-top: 10px;
}

/*首页左侧联系我们*/
.contact {
  width: 218px;
  float: left;
  padding-bottom: 5px;
  margin-top: 10px;
}

.contact .contact_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.contact .content {
  padding: 5px;
  padding-left: 8px;
}

/*工程案例*/
.case {
  width: 460px;
  float: left;
  margin-left: 12px;
  padding-bottom: 5px;
  margin-top: 10px;
}

.case .case_title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.case .content {
  padding: 5px;
  padding-bottom: 12px;
  text-indent: 20px;
}

.news2_company {
  margin-top: 10px;
}

.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}

.slideBox .hd ul li {
  display: inline-block;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd li img {
  width: 100%;
  height: auto;
  display: block;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

/*产品推荐*/
.recommend_product {
  margin-top: 10px;
  width: 692px;
  float: left;
}

.recommend_product .title {
  line-height: 31px;
  padding-left: 15px;
  font-weight: bold;
  font-family: "微软雅黑";
  background: #8392bd;
  font-size: 14px;
  color: #fff;
}

.recommend_product .content {
  padding-top: 15px;
  padding-bottom: 14px;
}

.foot {
  background: #3e3e3e;
  padding: 70px 0;
}

.foot .foot-logo {
  height: 160px;
  padding: 50px 0;
  border-right: 1px solid #676767;
}

@media (max-width: 767px) {
  .foot .foot-logo {
    border-right: none;
  }
}

@media (max-width: 480px) {
  .foot .foot-logo {
    width: 100%;
  }
}

.foot .foot-logo img {
  width: 80%;
}

.foot .foot-contact {
  height: 160px;
  color: #dfdfdf;
  font: 500 12px/36px "Microsoft YaHei";
  border-right: 1px solid #676767;
  padding-left: 3%;
}

@media (max-width: 767px) {
  .foot .foot-contact {
    border-right: none;
  }
  .foot .foot-contact .area {
    display: none;
  }
}

.foot .foot-contact p {
  margin: 0;
}

.foot .mob-contact {
  color: #dfdfdf;
  font: 500 12px/36px "Microsoft YaHei";
}

@media (max-width: 480px) {
  .foot .mob-contact {
    width: 100%;
    word-wrap: break-word;
  }
}

.foot .foot-code li {
  float: left;
  margin-left: 13%;
  text-align: center;
  color: #fff;
  list-style: none;
}

@media (max-width: 1200px) {
  .foot .foot-code li {
    margin-left: 3%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .foot .foot-code li {
    margin-left: 2%;
  }
}

.foot .foot-code li img {
  width: 100%;
}

.copyright {
  font: 500 12px/24px "Microsoft YaHei";
  color: #bababa;
}

.copyright a {
  font: 500 12px/24px "Microsoft YaHei";
  color: #bababa;
}

/* 内页基本样式 */
.xypg-wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}

.xypg-left-box {
  margin-bottom: 20px;
}

.xypg-left-title {
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: #65c543;
  font-weight: bold;
  margin: 0;
}

.xypg-left-con {
  border: 1px solid #ebebeb;
  padding: 15px;
}

.latest-news li {
  margin-top: 15px;
}

.latest-news li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.latest-news li a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.latest-news li a:hover {
  color: #65c543;
  text-decoration: underline;
}

.latest-news li a:hover:before {
  background-color: #65c543;
}

.hot-keys li {
  width: 47%;
  float: left;
  margin: 6px 0;
}

.hot-keys li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  background: #ededed;
}

.hot-keys li a:hover {
  color: #65c543;
  text-decoration: underline;
}

.hot-keys li:nth-child(even) {
  float: right;
}

.contact-box .hot-line {
  background: url(../images/xypg-right-phone.png) left 5px no-repeat;
  padding-left: 70px;
  margin-bottom: 15px;
}

.contact-box .hot-line h4 {
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  color: #666666;
}

.contact-box .hot-line p {
  font-size: 25px;
  font-family: Arial;
  font-weight: bold;
  color: #ab001a;
  margin-bottom: 0;
}

.contact-box .gs-name {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.contact-box .contact-info p {
  margin-bottom: 0;
  border-bottom: 1px dotted #b8b8b8;
  font-size: 14px;
  color: #333333;
  padding: 8px 0;
}

.contact-box .contact-info p:last-child {
  border-bottom: 0;
}

.xypg-right-mbx {
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  padding: 17px 0 7px 0;
}

.xypg-right-mbx .cur-pos {
  display: inline-block;
  color: #333;
}

.xypg-right-mbx .cur-pos .iconfont {
  font-size: 25px;
  display: inline-block;
  height: 25px;
  color: #000;
  margin-right: 5px;
}

.xypg-right-mbx a {
  color: #666;
}

.xypg-right-mbx a:hover {
  color: #65c543;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .xypg-right-mbx {
    padding-top: 0;
  }
}

.xypg-right-content {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  padding: 15px 0;
}

.xypg-right-content p img {
  max-width: 100%;
}

.navigation a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei",Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}

.navigation a.previous_page {
  float: left;
}

.navigation a.next_page {
  float: right;
}

.navigation a:hover {
  color: #fff;
  border-color: #ab001a;
  background: #ab001a;
}

.xypg-wrap .xymob-page-icon {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
}

.xypg-wrap .xymob-page-icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  background: rgba(171, 0, 26, 0.7);
  cursor: pointer;
}

.xypg-wrap .xymob-page-icon li i {
  font-size: 20px;
  color: #fff;
}

@media (min-width: 992px) {
  .xypg-wrap .xymob-page-icon {
    display: none;
  }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
  display: none;
}

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
  body.no-scroll,
  html.no-scroll {
    height: 100vh;
    overflow: hidden;
  }
  .xymob-menu-click {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  .xymob-menu-click .xypg-left-news,
  .xymob-menu-click .xypg-left-keys,
  .xymob-menu-click .xypg-left-contact {
    display: none;
  }
  .xymob-menu-click .xymob-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
  }
  .xymob-menu-click .xymob-left-close-btn i {
    font-size: 18px;
    color: #fff;
  }
  .xymob-menu-click .xypg-left {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }
  .xymob-menu-click .xypg-left .xypg-left-menu {
    width: 90%;
    background: #fff;
  }
  .xymob-menu-click.click {
    left: 0;
  }
}

/*友情链接*/
.f_link {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 40px;
  text-indent: 20px;
  font-size: 14px;
  background: #95a9dc;
  color: #fff;
}

/*页面底部*/
#footer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 8px;
  margin-top: 15px;
}

#footer a {
  color: #666;
}

#footer a:hover {
  color: #e87518;
  text-decoration: none;
}

#footer .nav_foot {
  text-align: center;
  line-height: 24px;
  color: #666;
}

#footer .copyright {
  text-align: center;
  line-height: 24px;
}

/*内页公用*/
.ny_all {
  padding-top: 30px;
}

.ny_left_top {
  width: 20%;
  float: left;
}

.ny_left_top h3 {
  line-height: 41px;
  text-align: center;
  font-weight: normal;
  font-family: "微软雅黑";
  font-size: 18px;
  color: #fff;
  background: #999;
}

.ny_left_top .ny_menu {
  padding: 10px;
  border: 1px solid #ccc;
}

.ny_left_top .ny_menu .n-news-list {
  font-size: 14px;
}

.ny_left_top .ny_menu .n-news-list li {
  line-height: 28px;
}

.ny_left_top .ny_menu .n-news-list li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 4px;
  background: #999;
}

.out-foot {
  background: #65c543;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.out-foot a {
  color: #fff;
}

.ny_banner {
  width: 100%;
  margin: 0 auto;
}

.ny_banner img {
  width: 100%;
}

.sort_product {
  margin-top: 10px;
}

.ny_contact {
  margin-top: 10px;
}

.ny_contact .content {
  padding: 5px;
  line-height: 24px;
}

.ny_right_top {
  width: 78%;
  padding-bottom: 10px;
  float: right;
}

.ny_ding {
  padding: 10px 0;
}

.ny_ding .site {
  text-align: left;
  line-height: 30px;
  background: url(../images/home.png) no-repeat left center;
  padding-left: 20px;
  font-size: 14px;
}

.ny_right_top .content {
  padding-top: 15px;
  overflow: hidden;
  line-height: 24px;
}

.ny_right_top .content .content {
  padding: 10px;
}

/*内页分类样式*/
.ny_sort li {
  position: relative;
  z-index: 999;
}

.ny_sort li:last-child a {
  margin-bottom: 0;
}

.ny_sort li a {
  color: #fff;
  display: block;
  line-height: 39px;
  font-family: "微软雅黑";
  text-align: center;
  font-size: 14px;
  background: #999;
  margin-bottom: 10px;
}

.ny_sort li a:hover {
  background: #8392bd;
}

.ny_sort li .about_b {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 210px;
  background: #999;
  z-index: 9999;
}

.ny_sort li .layer2 {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 218px;
  padding: 10px;
  background: #ccc;
  z-index: 9999;
}


.layer2 {
  position: relative;

  top: 0px;
  width: 218px;
  padding: 10px;
  z-index: 9999;
  color: #000;
 text-indent: 20px;
 font-size: 16px;
}

.layer2 a {
    color: #000;
}

.layer2 a:hover {
    color: #65c543;
}


.layer2 a {
    line-height: 30px;
}


.ny_sort li .layer2 li {
  overflow: hidden;
}

.ny_sort li .layer2 li a {
  font-weight: normal;
  background: none;
}

.ny_sort li .layer2 li a:hover {
  text-decoration: none;
  color: #65c543;
}

.ny_sort li .layer2 li .layer3 li {
  margin: 6px 0px;
  line-height: 24px;
  padding-left: 10px;
}

.ny_sort li .layer2 li .layer3 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}

.ny_sort li .layer2 li .layer3 li .layer4 li {
  margin: 6px 0px;
  line-height: 24px;
  padding-left: 15px;
}

.ny_sort li .layer2 li .layer3 li .layer4 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}

.i-container {
  margin-top: 20px;
}

/*内页新闻*/
.ny_news_list li {
  line-height: 27px;
  position: relative;
  margin: 20px 0;
}

.ny_news_list li a.more {
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  display: block;
  width: 86px;
  text-align: center;
  float: right;
  color: #65beba;
  border-radius: 4px;
}

.ny_news_list li h3 {
  font-size: 14px;
  margin: 10px 0;
  color: #323232;
}

.ny_news_list li h3 a {
  color: #323232;
}

.ny_news_list li h3 a:HOVER {
  color: #65beba;
}

.ny_news_list li p {
  line-height: 22px;
  font-size: 14px;
  color: #666666;
}

/*内页产品列表*/
.ny_product_list li {
  width: 266px;
  position: relative;
  margin-right: 29px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}

.ny_product_list li img {
  width: 266px;
  height: 266px;
}

.ny_product_list li h3 {
  text-align: center;
  line-height: 40px;
}

.ny_product_list li h3 a {
  color: #65c543;
  font-size: 14px;
}

/*内页留言*/
.f_message {
  padding: 30px;
}

.f_message .m_label {
  position: absolute;
  width: 160px;
  text-align: left;
  line-height: 40px;
  padding-left: 8px;
  color: #ccc;
  z-index: 1;
  cursor: text;
  left: 118px;
}

.f_message .c_label {
  line-height: 18px;
  padding-top: 12px;
}

.f_message ul li {
  text-align: center;
  width: 440px;
  position: relative;
  margin-top: 20px;
}

.f_message ul li p {
  float: left;
  font-size: 14px;
  text-align: right;
  width: 100px;
  position: relative;
}

.f_message ul li p.bix::before {
  content: '*';
  color: red;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 12px;
}

.f_message ul li textarea {
  width: 333px;
  float: right;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  height: 120px;
}

.f_message ul li .code_img {
  margin-left: 18px;
  visibility: hidden;
}

.f_message ul li input {
  width: 333px;
  float: right;
  border: 1px solid #e4e4e4;
  line-height: 40px;
}

.f_message ul li input#contact {
  height: 40px;
}

.f_message ul li input#name {
  height: 40px;
}

.f_message ul li input#checkcode {
  width: 170px;
}

.f_message ul li input#msgbtn {
  background: #088b3f;
}
