﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
@charset "utf-8";
/* CSS Document */
html,
body {
  font: 14px/1.8 "Arial", sans-serif;
  color: #666;
  -webkit-text-size-adjust: none;
  margin: 0;
  letter-spacing: 0.2px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
input {
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  -webkit-appearance: none;
  outline: none;
}
.clear {
  clear: both;
}
.container {
  max-width: 100%;
}
.container1 {
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
}
#guide-banner {
  position: relative;
  height: 500px;
}
.bod {
  width: 100%;
  overflow: hidden;
  background: url(../images/SY.jpg) no-repeat center;
  background-size: cover;
}
table td {
}
table td p {
  padding: 0 30px 0 30px;
}
.con {
  margin-top: 3%;
}
.flexslider .slides > li .f-img {
  height: 100vh;
  width: 100%;
  -webkit-animation: zoom 12s;
  animation: zoom 12s;
}
.prd {
  width: 100%;
  overflow: hidden;
  padding-bottom: 45px;
}
.con-l {
  margin-top: 4.5%;
  padding-bottom: 4.5%;
}
.container1 {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
/*头部*/
.header {
  background:rgba(255, 255, 255, 0.7);
  width: 100%; /* position: fixed; background:#fff; top: 0; left: 0;*/
  z-index: 100;
  text-align: center;
  transition: 0.5s ease-in-out;
  top: 0;
}
.header .container {
}
.logo {
  float: left;
  height: 95px;
  margin-left: 6%;
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.header .logo .logo1 {
  transition: 0.3s;
}
.header .logo .logo2 {
  display: none;
  transition: 0.3s;
  margin-top: 17px;
}
.fixnav {
  position: fixed !important;
  left: 0;
  top: 0;
  transition: 0.3s;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.fixnav .menu_box ul.menu > li > a {
/*  font-weight: 600;*/
}
.lang {
  float: right;
  line-height: 95px;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.m-search {
  width: 90%;
  color: #666;
  margin: 15px auto;
  position: relative;
}
.m-search .m-s1 input {
  background: none;
  color: #666;
  border-radius: 20px;
  height: 32px;
  text-indent: 15px;
  width: 100%;
}
.m-search .m-s2 {
  position: absolute;
  right: 15px;
  top: 7px;
}

/*pc导航*/

.menu_box ul.menu>li .down-menu {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 53px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%,62px);
  background-color: rgba(255,255,255,.9);
  padding: 15px 0px;
  border-radius: 5px;
  transition: .3s;
}
.menu_box ul.menu>li .down-menu::after {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: rgba(255,255,255,.9) rgba(255,255,255,.9) transparent transparent;
  transform: rotate(-45deg) translateX(-50%);
}
.menu_box ul.menu>li:hover .down-menu{
   transform: translate(-50%,42px);
    visibility: visible;
    opacity: 1;
}
.menu_box ul.menu>li .down-menu li {
  line-height:2;
}

.menu_box {
  float: right;
  line-height: 95px;
  margin-right: 24px;
}
.menu_box ul.menu > li {
  position: relative;
  float: left;
  text-align: center;
  padding: 0 30px;
}
.menu_box ul.menu > li::after {
}
.menu_box ul.menu > li:last-child::after {
  display: none;
}
.bottom_border {
  position: absolute;
  width: ;
  text-align: center;
  bottom: 0px;
  left: 0;
  display: none;
}
.bottom_border > i {
  display: inline-block;
  height: 4px;
  width: 50px;
  background-color: #ff6d00;
}
.menu_box ul.menu > li > a {
  color: #666;
  /*font-weight: 600;*/
  display: inline-block;
  font-size: 16px;
  transition: 0.3s;
  line-height: 3;
}
.menu_box ul.menu > li.current > a {
  color: #fff;
}
.menu_box ul.menu > li:hover .bottom_border {
  display: block;
}
.menu_icon {
  position: absolute;
  top: 3px;
  right: 0;
}
.menu_box ul li:hover a.yn {
  color: #006533;
}
.menu_box ul.menu>li:hover>a {
  color: #007e41;
  border-bottom: 2px solid #007e41;
}
.menu_box ul.menu>li .down-menu li:hover a {
  color: #007e41;
}
/*pc下拉导航*/
/*pc下拉导航*/
.menu_2 {
  display: none;
  position: absolute;
  z-index: 10000;
  text-align: center;
  width: 100%;
  left: 0;
  top: 95px;
}
.menu_2 li {
  line-height: 20px;
  padding: 12px 5px;
  margin-top: 2px;
  background: #0081cc;
}
.menu_2 li a {
  color: #fff;
  display: block;
}
.menu_2 li:hover a {
  color: #fff;
}
.wrap_menu {
  background: url(../images/sbg.jpg) no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}
/*黑色遮罩*/
.black_cloth {
  position: fixed;
  z-index: 10000000;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}
/*手机左边弹出导航*/
.menu_icon {
  margin: 12px 0 0 4%;
  cursor: pointer;
}
.wrap_menu {
  width: 280px;
  position: fixed;
  top: 0px;
  left: -280px;
  height: 100%;
  text-align: left;
  z-index: 10000001;
  overflow-y: scroll;
}
.wrap_menu li:nth-child(2) a {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px SOLID #fff;
}
.wrap_menu li:nth-child(11),
.wrap_menu li:nth-child(12),
.wrap_menu li:nth-child(13) {
  display: none;
}
.wrap_menu p {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.wrap_menu li.menu_close {
  font-size: 15px;
  position: absolute;
  top: 7px;
  right: 15px;
  color: #fff;
  border-bottom: none;
  z-index: 1000;
}
.wrap_menu li {
  text-align: center;
  margin-bottom: 2px;
  font-size: 14px;
  position: relative;
}
.wrap_menu li a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  text-transform: Uppercase;
  color: #fff;
  padding: 10px 15px;
}
.wrap_menu li .wrap_menu_2 a {
  display: block;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.wrap_menu_2 {
  display: none;
}
.wrap_menu_2 a {
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 24px;
  font-size: 12px;
}
.wrap_menu_2 a i {
  float: left;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: 13px 10px 0 5px;
}
.wrap_menu_2 a span {
  float: left;
  width: 175px;
}
.flexslider .slides .bslid {
  position: absolute;
  text-align: center;
  top: 35%;
  width: 100%;
  color: #fff;
}
.flexslider .slides .bslid h2 {
  font-size: 50px;
  animation-delay: 0.1s;
  padding-bottom: 1%;
 font-weight: 600;
}
.flexslider .slides .bslid span {
  /*width: 50%;*/
  font-size: 18px;
 /* padding-top: 14px;*/
  animation-delay: 0.2s;
  display: block;/*margin-top: 2%;*/
    font-weight: normal;letter-spacing:10px;
}
.flexslider .slides .bslid dl dd {
  display: inline-block;
  text-align: center;
  width: 134px;
  margin: 2% 1% 0 1%;
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.5s ease;
  animation-delay: 0.3s;
}
.flexslider .slides .bslid dl dd a {
  color: #666;
}
.flexslider .slides .bslid dl dd:nth-child(1) {
  background: #007e41;
}
.flexslider .slides .bslid dl dd:nth-child(1) a {
  color: #fff;
}
.flexslider .slides .bslid dl dd:hover {
  background: #007e41;
}
.flexslider .slides .bslid dl dd:hover a {
  color: #fff;
}
.plist h3 {
  text-align: center;
  font-size: 35px;
  margin-top: 0;
  color: #333;
  font-weight: 200;
 padding-top: 6%;
}
.plist p {
  text-align: center;
/*   padding-top: 10px;
 font-weight: 600;*/
  color: #888888;
}
.plist h3 i {
  font-style: normal;
  border-bottom: 2px solid #007e41;
  padding-bottom: 20px;
}
.about .ab-l {
  margin-top: 0;
  text-align: left;
}
.about .container {
  padding: 6% 0 8%;
  width: 1600px;
}


.about .ab-l h4 {
  font-size: 45px;
  color: #fff;
 font-weight: 200;
  line-height: 1.6;
}
.about .ab-l h4 i {
  font-style: normal;
  border-bottom: 2px solid #fff;
  padding-bottom: 2%;
}
.about .ab-l p {
  padding-top: 2%;
  color: #fff;
}
.about .ab-r span {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  transition: all 0.5s ease;
  display: block;
  margin: 0 auto;
  margin-top: 5%;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 200;
}
.about .ab-r {
}
.about .ab-r span:hover {
  background: #fff;
  color: #007e41;
}
.about .ab-l h3 {
  font-size: 20px;
  color: #bdbdbd;
  font-weight: 200;
}

.about1 .ab-l {
  margin-top: 0;
  float: right;
}
.about1 .ab-m {
  float: left;
}
.about1 .container {
  padding: 9% 0 11%;
}
.about1 .ab-l h4 {
  font-size: 45px;
  color: #fff;
  font-weight: 200;
}
.about1 .ab-l h4 i {
  font-style: normal;
  border-bottom: 2px solid #fff;
  padding-bottom: 2%;
}
.about1 .ab-l p {
  padding-top: 2%;
  color: #fff;
}
.about1 .ab-r span {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  transition: all 0.5s ease;
  display: block;
  margin: 0 auto;
  margin-top: 5%;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 200;
}
.about1 .ab-r {
}
.about1 .ab-r span:hover {
  background: #007e41;
}
.about1 .ab-l h3 {
  padding-bottom: 1.5%;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
}

.pbox {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5%;
}
.pbox ul li h3 {
 /* text-align: left;*/
  font-size: 20px;
}
.pbox ul li p {
  text-align: left;
  color: #888;
}
.pbox ul {
  margin-top: 6%;
  text-align: center;
}
.pbox ul li .y-img {
  overflow: hidden;
  padding: 4%;
}
.pbox ul li .y-img img {
  transition-duration: 0.5s;
  max-width: 60%;
    border-radius: 50%;
}
.pbox ul li:hover .y-img img {
  transform: scale(1.1);
}
.pbox .container .grid {
  width: calc(calc(33.333333% - 0px));
  float: left;
  padding: 4% 10px 0 10px;
  transition: 0.5s;
  text-align: left;
}
.pbox .container .grid:hover span {
  color: #006533;
}
.pbox .container .grid:nth-child(1) {
  animation-delay: 0.1s;
}
.pbox .container .grid:nth-child(2) {
  animation-delay: 0.3s;
}
.pbox .container .grid:nth-child(3) {
  animation-delay: 0.5s;
}
.pbox .container .grid:nth-child(4) {
  animation-delay: 0.7s;
}
.pbox .container .grid .g-tt {
  border: 1px solid #cccccc;
  font-size: 14px;
  transition: all 0.5s ease;
  padding: 10%;
}
.pbox .container .grid .g-tt i {
  font-style: normal;
  font-size: 16px;
  font-weight: 200;
  color: #666;
  padding-top: 6%;
  display: block;
}

.pbox .container .grid:hover .g-tt {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}
.pbox .container .grid .g-tt p {
  font-size: 14px;
  margin-top: 13px;
  color: #666;
}
.pbox span {
  margin-top: 11%;
  font-size: 14px;
  display: block;
}
.pbox .container .grid .g-tt img {
  display: block;
  margin: 0 auto;
}
.product {
  width: 100%;
  overflow: hidden;
}
.product .plist h3 {
  padding-top: 6%;
}
.product ul li {
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
}
.product ul li .p-img {
width:90%;}
.product ul li .p-t {
  transition: all 300ms ease-in-out;
  position: absolute;
  width: 90%;
  /*height: 100%;*/
  text-align: center;
  top: 0;
  color: #666;
  font-size: 16px;
  padding: 5%;
  background: #eee;
  left: 0;
  opacity: 0;
}
.product ul li .l-t img {
  transition: all 300ms ease-in-out;
}
.product ul li:hover .l-t img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product ul li .p-t img {
  margin: 0 auto;
  display: block;
  margin-bottom: 8%;
}
.product ul li .l-t {
  transition: all 0.5s ease;
  text-align: center;
  font-size: 18px;
  padding: 25px 30px 25px 30px;
}
.product ul li:hover .p-t {
  opacity: 1;
}
.product ul li:hover .l-img {
  opacity: 0;
}
.product ul li:hover .l-t {
  opacity: 0;
}
.product ul li p {
  font-size: 14px;
  margin-top: 2%;
}
.product ul {
  margin-top: 4.5%;
}

/*-------------------------------------------*/

.product2{width:100%; overflow:hidden;    padding-bottom: 4.5%;}
.product2 ul li{overflow:hidden; position:relative;     padding-left: 26px;  padding-bottom: 25%; margin-bottom:26px;}
.product2 ul li:nth-child(1){    width: 66.666667%;}
.product2 ul li .p-img{overflow: hidden;height: 100%;position: absolute;top: 0;width: 100%;}
.product2 ul li .p-t{transition: all 300ms ease-in-out;position: absolute;width: 100%; height: 100%;  text-align: center;top: 0;color: #fff;font-size: 20px;    padding: 26% 3% 26% 3%; background-color:rgb(0,0,0,0.6);left:0;   opacity: 0;}
.product2 ul li:nth-child(1) .p-t{padding: 13% 0;width:100%;}
.product2 ul li .l-t img{transition: all 300ms ease-in-out;}
.product2 ul li:hover .l-t img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.product2 ul li .p-t img{margin: 0 auto;display:block;     margin-bottom: 15px;}
.product2 ul li .l-t{transition: all .5s ease; }
.product2 ul li:hover .p-t{opacity: 1;}
.product2 ul li p{    font-size: 14px;    margin-top: 2%;}
.product2 ul{margin-top: 4.5%;}


/*-------------------------------------------*/

.team {
  background: #f7f7f7;
  width: 100%;
  overflow: hidden;
  padding-bottom: 4%;
}
.team ul li {
}
.team .plist p {
  padding-bottom: 3%;
}
.team ul li .t-img {
  padding: 30px 30px 0 30px;
}
.team ul li img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}
.team ul li h4 {
  font-weight: 700;
  margin-bottom: 6px;
}
.team ul li span {
  font-size: 13px;
}
.team ul li .tp {
  padding-top: 10px;
  color: #aaaaaa;
}
.team ul li dd {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
  margin: 0 4px 0px 4px;
}
.team ul li dd img {
  max-width: 100%;
  border-radius: 0;
  margin: 0;
}
.team ul li dl {
  padding: 20px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team ul li dl dd:hover {
  background: #007e41;
}
.team ul li .te-a {
  /*box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
  text-align: center;
  background: #fff;
}

.r-new li {
  /*margin-top: 5%;*/
  transition: all 0.5s ease;
  overflow: hidden;
}
.r-new li .rt {
}
.r-new li:hover .rt h3 {
  color: #007e41;
}
.r-new li .r-img {
  position: relative;
  overflow: hidden;
}
.r-new li .r-img img {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.r-new li:hover .r-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.r-new li .rt h3 {
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  font-size: 24px;
  padding: 2% 0;
  text-align: left;
}
.r-new li .rt p {
  font-size: 14px;
  padding-bottom: 1%;
}
.r-new li .rt span {
  display: block;
  color: #333;
}
.r-new li .rt span b {
  font-weight: normal;
  color: #f8981c;
}
.r-new li .r-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  content: "";
  z-index: 1;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(52, 52, 52, 0)),
    to(rgba(52, 52, 52, 0.90196))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(52, 52, 52, 0),
    rgba(52, 52, 52, 0.90196)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(52, 52, 52, 0),
    rgba(52, 52, 52, 0.90196)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(52, 52, 52, 0),
    rgba(52, 52, 52, 0.90196)
  );
}
.r-new li:hover .ad-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.r-new li .ad-b {
  position: absolute;
  z-index: 2;
  left: 40px;
  width: 100%;
  bottom: 40px;
}
.r-new li .ad-img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.r-new li .ad-t {
  margin-left: 20px;
  float: left;
}
.r-new li .ad-t h2 {
  margin-bottom: 5px;
  margin-top: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.r-new li .ad-t span {
  color: #f8981c;
  font-weight: 600;
}
.r-new li .ad-img {
  float: left;
}
.bmo {
  text-align: center;
  position: relative;
  top: -98px;
}
.bmo .container {
  background: #fff;
  padding: 26px 10% 0 10%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.bmo h3 {
  font-size: 35px;
  color: #007e41;
}
.bmo i {
  font-style: normal;
  border-bottom: 1px solid #007e41;
  padding-bottom: 20px;
}
.bmo p {
  font-size: 15px;
  margin-top: 45px;
  color: #666;
}
.bmo span {
  width: 220px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 40px auto;
  background: #007e41;
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
}
.bmo h3 span { width:auto; height:auto; line-height:auto; display:inline-block; margin-left:10px; color:#007e41; background:none; text-transform:uppercase; font-size:23px;}
.plist h3 span{display:inline-block; font-size:23px; text-transform:uppercase; margin-left:10px; color:#333; margin-top:auto;}
.about .ab-l h4 span{
	display:block;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.6;
}
/*留言*/
input:focus {
  border: none;
  outline: none;
}
textarea:focus {
  outline: none;
}
.mes h4 {
  font-size: 35px;
  color: #666;
}
.mes h4 i {
  font-style: normal;
  border-bottom: 2px solid #fff;
  padding-bottom: 16px;
}
.mes {
      width: 50%;
    overflow: hidden;
    float: right;
      margin-top: 4%;
}
.mes input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #fff;
  border: none;
  text-indent: 20px;
  background-color: rgba(215, 215, 215, 0.6);
}
.mes .kt input {
  border: none;
  text-align: center;
  width: 140px;
  background: #007e41;
  border-radius: 10px;
  text-indent: 0;
  color: #fff;margin-top: 2%;
}

.mes .kt input:hover input {
  color: #f8981c;
}
.mes .kk textarea {
  width: 100%;
  text-indent: 20px;
  border: none;
  background-color: rgba(215, 215, 215, 0.6);
  height: 170px;
  color: #fff;
  line-height: 2.2;
}
.mes .kk {
  margin-bottom: 1%;
}
.mes .m-l p {
  color: #333;font-size:18px; 
  padding-top: 0%;/*text-align: center;*/ margin-bottom: 2%;margin-left: 1%;
}
.mes .m-l {
  padding-top: ;
  width: 100%;
}
.mes .m-r {
  float: left;
}
.mes .container {
  padding: 5% 0 5% 0;
}
.mes .kt {
  padding: 0 10px 0 10px;
}
.foot {
  width: 100%;
  overflow: hidden;
 background: #f1f1f1;
  padding-top: 3%;
}
.foot dl {
  margin: 0% 0% 2% 0%;
}
.foot dl dt {
  font-size: 22px;
  color: #f8981c;
  font-weight: normal;
  padding-bottom: 6%;
}
.foot dl dd {
  margin-top: 10px;
}
.foot dl li img {
  margin-right: 6px;
}
.foot dl li {
  margin-bottom: 8px;
}
.foot dl:nth-child(2) {
}
.foot dl:nth-child(3),
.foot dl:nth-child(4) {
  width: 18%;
}
.foot span {
  padding: 26px;
  color: #666;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  margin-top:3%;
}
.foot .meb ul li {
  float: left;
  
  text-align: center;
  width: 140px;
  height: 140px;
 /* margin: 10px 10px 0 10px;
  border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #666;*/
}
.foot .meb ul li img {
  margin: 0px auto;
}
.foot .meb {
  margin-left: 3%;
}
.foot .container {
  padding: 3% 0 3% 0;
}

/*友情链接*/
.links{
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 1% 0%;
}

.links ul li{
  float: left;
  color: #666;
  font-size:13px;
   padding: 0% 1%;
}

.links ul li a{
  color: #666;
  font-size:13px;

}

.links ul li a:hover{
  color: #007e41;

}

.yql{margin:3% 0%;}
.yql li{float:left; margin: 1% 1.8%;width:13%;border: 1px solid #f1f1f1;/*padding: 1% 2%;*/ }
.yql li a img{width:100%;}



/*搜索*/
.fr {
  float: right;
}
.sub {
  float: right !important;
  position: relative;
}
.sub h4 {
  margin-bottom: ;
}
.sub img {
}
.sub input {
  width: 100%;
  height: 47px;
  display: block;
  border: 1px solid #dedede;
  border-radius: 10px;
  text-indent: 32px;
}
.se {
  position: absolute;
  top: 8px;
  left: 9px;
}
.se input {
  border: none;
  height: auto;
}
.seh {
  position: absolute;
  right: 0;
  top: 50px;
  width: 103px;
}
.seh input {
  border: none;
  border-radius: 0;
  color: #fff;
  float: right;
  width: 103px;
  height: 47px;
}
.sub h4 {
  text-align: right;
  font-size: 15px;
  line-height: 30px;
}
.dmenu {
}
.dmenu .me {
  text-align: center;
}
.c-banner {
  padding: 10.8% 0 10.8% 0;
}
.dmenu .me h4 {
  color: #fff;
  font-size: 40px;
 font-weight: 200;
  margin-bottom: 20px;
}
.dmenu ul li {
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}
.dmenu ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 12px 0 12px;
  display: block;
  border-left: 1px solid #fff;
  line-height: 10px;
}
.dmenu ul li:nth-child(1) a {
  border-left: none;
}
.dmenu ul li:hover a {
  color: #e20000;
}
.dmenu ul li a.on {
  color: #e20000;
}
.zx,
.zx1 {
  margin-top: 3%;
}
.sx ul li {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.sx ul li .st {
  padding: 10%;
}
.sx ul li .st h4 {
  padding-top: 10px;
  top: 0;
  left: 0;
  color: #333;
  font-size: 26px;
  font-weight: 200;
}
.sx ul li .st i {
  font-style: normal;
  font-size: 16px;
  font-weight: 200;
  color: #666;
  padding-top: 6%;
  display: block;
}
.sx ul li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #006533;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  padding: 16% 14% 16% 14%;
}
.sx ul li .cover h4 {
  font-size: 26px;
  font-weight: bold;
}
.sx {
  padding: 2% 0 4% 0;
}
.sx ul li .cover span {
  padding-top: 23px;
  display: block;
}
.sx ul li .cover p {
  padding-top: 2%;
}
.sx ul li:hover .cover {
  opacity: 1;
}
.sx .sx-b h2 {
  text-align: center;
  color: #333;
  font-weight: 200;
  font-size: 45px;
}
.sx .sx-b b {
  color: #888;
  font-style: normal;
  text-align: center;
  display: block;
  padding-bottom: 5%;
}
.sx .sn-l h4 {
  margin-top: 0;
  color: #fff;
  padding: 30px;
  font-size: 25px;
  font-weight: 200;
  background: #007e41;
}
.sx .sn-d {
  background: #f8f8f8;
}
.sx .sn-l {
  margin-top: 3%;
}
.sx .sn-l ul {
  padding: 30px;
}
.sx .sn-l ul li {
  margin-bottom: 10px;
}
.sx .sn-l ul li a {
  font-weight: 200;
  color: #888;
  font-size: 16px;
  padding: 20px 25px;
  background: #fff;
  display: block;
}
.sx .sn-l ul li:hover a {
  color: #e20000;
}
.sx .sn-r {
  margin-top: 3%;
  padding: 0 3% 0 3%;
}
.sx .sn-r h4 {
  font-size: 34px;
  margin-top: 0;
  padding-bottom: 5%;
  position: relative;
  font-weight: 200;
  padding-left: 25px;
}
.sx .sn-r h4::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 5px;
  left: 0;
  background: #007e41;
}
.sx .sn-c {
  margin-top: 30px;
  background: #006533;
  color: #fff;
  padding: 8%;
}
.sx .sn-c h3 {
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 30px;
}
.sx .sn-c span {
  padding-left: 34px;
  font-size: 24px;
  color: #fff;
  font-weight: 200;
  background: url(../images/tel.png) left no-repeat;
  margin-bottom: 10px;
  display: block;
}
.sx .sn-c h3 i {
  font-style: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 4%;
}
.sx .sn-c b {
  display: block;
  font-weight: normal;
  padding: 6px 0 10px 0;
}
.sx .sn-f {
  padding: 10%;
  margin-top: 30px;
}
.sx .sn-f h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 200;
  line-height: 32px;
}
.sx .sn-f p {
  color: #fff;
  padding: 5% 0 2% 0;
}
.sx .sn-f span {
  display: block;
  padding: 4%;
  border: 2px solid #fff;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  margin-bottom: 6%;
  font-weight: 200;
  color: #fff;
  margin-top: 25px;
}
.prd ul li {
  position: relative;
  padding: 0 15px 0 15px;
  margin-top: 30px;
}
.prd ul li .pr-t {
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 30px;
  padding-bottom: 80px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 93%;
}
.prd ul {
  margin-top: 3%;
}
.prd ul li .pr-t h4 {
  font-weight: 200;
  font-size: 22px;
  margin-bottom: 15px;
}
.prd ul li .pr-t p {
  font-size: 14px;
  color: #888888;
}
.prd ul li .pr-t span {
  position: relative;
  display: block;
  bottom: -25px;
  background: #007e41;
  height: 50px;
  width: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 52px;
  border-radius: 50px;
  font-size: 19px;
}
.prd ul li:hover .pr-t {
  opacity: 1;
  visibility: visible;
}
.prd ul li .pr-c {
  background: #fff;
  padding: 25px;
  padding-bottom: 0;
  padding-top: 30px;
}
.prd ul li .p-img {
  background: #222;
  overflow: hidden;
}
.prd ul li:hover .p-img img {
  opacity: 0.5;
}
.prd ul li .pr-t span:hover {
  background: #bc0101;
}
.prd .pn-c h3 {
  font-weight: 200;
  font-size: 35px;
  margin: 4.5% 0 1.5% 0;
}
.p-ab .pa-l h4 {
  font-size: 25px;
  font-weight: 200;
  background: #eee;
  padding: 25px;
  color: #555;
}
.p-ab .pa-l h4:hover, .p-ab .pa-l .active h4 {
  background: #007e41;
  color: #fff;
  Cursor: pointer;
}
.p-ab .pa-l p {
  padding-top: 3.5%;
  color: #888;
 padding-bottom: 2%;
}
.p-ab .plist {
  padding-bottom: 4.5%;
}
.p-ab .pa-l ul li{
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 15px;
}
.p-ab .pa-l ul li span{
  background: #eee;
    font-size: 18px;
    font-weight: 200;
    padding: 25px;
    display: none;
}
.p-ab .pa-l ul .active span{
    display: block;
}
.sx .sn-r .new-n li h3 {
  color: #007e41;
  font-size: 16px;
}
.sx .sn-r .new-n li h3 i {
  color: #333;
  font-style: normal;
  border-right: 1px solid #007e41;
  padding-right: 10px;
  margin-right: 10px;
}
.p-ab .pa-r {
  padding: 10px 3% 0 3%;
  float: right;
}
.sx .sn-r .new-n li {
  box-shadow: none;
}
.sx .sn-r .new-n li h4 {
  padding-left: 0;
  padding-bottom: 1%;
  font-size: 25px;
}
.sx .sn-r .new-n li h4::before {
  background: none;
}
.sx .sn-r .new-n li span {
  font-size: 16px;
  font-weight: 200;
}
.sx .sn-r .new-n li .n-img {
  /* padding-bottom: 85%; */
}
.sx.snew {
  padding: 2% 0 0% 0;
}
.sx .sn-r .new-n li:hover h4 {
  color: #007e41;
}
.sx .sn-r .new-n li span:hover {
  color: #007e41;
}
.sx .sn-l .new-c dd {
  float: left;
  margin-top: 12px;
}
.sx .sn-l .new-c dd h3 {
  font-size: 16px;
  color: #333;
  font-weight: 200;
  margin-top: 0px;
}
.sx .sn-l .new-c {
  background: #f8f8f8;
  padding: 30px;
}
.new-c dl h2 {
  font-size: 25px;
  font-weight: 200;
  margin-top: 0;
}
.new-c dl dd p {
  background: url(../images/ntime.png) no-repeat left;
  padding-left: 15px;
}
.new-c dl dd .rt-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.new-c dl dd img {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.new-c dl dd:hover .rt-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.te-c li .t-img {
  position: relative;
}
.te-c li {
  text-align: center;
  padding: 0 15px 0 15px;
  margin-bottom: 30px;
}
.te-c li .t-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #006533;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.te-c li:hover .t-img::before {
  opacity: 0.5;
}
.te-c li .t-mx h3 {
  font-weight: 200;
}
.te-c li .t-mx p {
  color: #888;
  font-weight: 200;
}
.te-c li .t-mx {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(223, 223, 223, 0.52);
  box-shadow: 0px 16px 32px 0px rgba(223, 223, 223, 0.52);
  padding: 27px 10px 21px;
}
.te-c li dl {
  position: absolute;
  display: none;
  top: 38%;
  left: 0;
  width: 100%;
}
.te-c li dl dd {
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 4px 0 4px;
}
.te-c li dl dd img {
  margin: 11px auto;
}
.te-c li:hover dl {
  display: block;
}
.te-c li dl dd:hover {
  background: #006533;
  border: 1px solid #006533;
}
.te-d .plist {
  padding-bottom: 5%;
}
.about-r {
  margin-top: 3.5%;
}
.con-l .con-t li {
  text-align: center;
}
.con-l .con-t li h3 {
  font-weight: 200;
}
.con-l .con-t li p {
  color: #888;
  font-size: 16px;
  margin-bottom: 0;
}
.con-l .con-t li .ct {
  box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
  padding: 14%;
}
.ms-b .plist h3 {
  color: #fff;
  padding-top: 3.5%;
}
.ms-b .plist p {
  color: #fff;
}
.ms-b {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3%;
}
.ms-b .ms-t {
  float: right;
  color: #fff;
  padding: 4% 6% 4% 6%;
}
.ms-b .container {
  padding: 0 20px 0 20px;
}
.ms-b .mt {
  padding-bottom: 4.5%;
  border-top: 6px solid #e20000;
  margin-top: 6%;
}
.ms-b .ms-img {
  padding: 4% 0% 0 4%;
}
.ms-b .ms-t h3 {
  padding-bottom: 20px;
  font-weight: 200;
  line-height: 1.5;
}
.ms-b .ms-t span {
  width: 50px;
  height: 50px;
  display: block;
  background: #006533;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 50px;
  margin-top: 30px;
}
.ys li .ys-t {
  position: relative;
  padding-left: 38px;
}
.ys li {
  margin-top: 4%;
}
.ys li h3 {
  font-size: 26px;
 font-weight: 200;
}
.ys li .ys-t::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #007e41 transparent transparent transparent;
  left: 0;
  top: 3px;
}
.ys li .ys-t p {
  color: #888;
 font-weight: 200;
}
.zxp {
  margin-top: 4.5%;
  position: relative;
  background: #ddd;
}
.zxp .zx-l {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.zxp .zx-r {
  float: right;
  padding: 5% 6% 5% 6%;
}
.zxp .zx-r h4 {
  color: #666;
  font-size: 40px;
  font-weight: 200;
  padding-bottom: 16px;
}
.zxp .zx-r p {
  color: #bcbcbc;
  font-weight: 200;
}
.zxp .zx-r li img {
  float: left;
}
.zxp .zx-r li h3 {
  float: left;
  color: #666;
  font-weight: 200;
  padding-left: 20px;
  font-size: 20px;
}
.zxp .zx-r li {
  margin-top: 20px;
}
.gdb .gd-t h4 {
  padding-bottom: 10px;
  color: #fff;
  font-size: 18px;
 font-weight: 200;
}
.gdb .gd-t p {
  line-height: normal;
  font-size: 40px;
  font-weight: 200;
  color: #fff;
}
.gdb .gd-t ul li {
  margin: 8% 10px 0 0;
  display: inline-block;
  text-align: center;
}
.gdb .gd-t {
  padding: 5%;
}
.gdb .gd-t span {
  margin-top: 5%;
  display: block;
  color: #fff;
}
.gdb .gd-t ul li a {
  display: block;
  background: #007e41;
  padding: 10px 30px;
   color: #fff;
}
.gdb .gd-t ul li a:hover {
  background: #d0070a;
  color: #fff;
}
.gdb {
  margin-top: 3%;
}
.gdb .fd {
  float: right;
  padding: 5%;
  margin-top: 4%;
}
/* 焦点图 */
.idx-focus,
.focus-pic li {
  width: 640px;
  height: 780px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.idx-foc-tmp {
}
.focus-pic li {
  float: left;
}
.focus-pic li img {
}
.focus-pic .bg {
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  filter: Alpha(opacity=60);
  z-index: 1;
}
.focus-pic .txt {
  height: 30px;
  position: absolute;
  width: 100%;
  line-height: 30px;
  text-indent: 10px;
  overflow: hidden;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.idx-focus .xtaber-tabs {
  background: #fff;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}
.idx-focus .xtaber-tabs li {
  float: left;
  padding: 3px;
  margin-right: -3px;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
.idx-focus .xtaber-tabs img {
  width: 90px;
  height: auto;
}
.idx-focus .xtaber-tabs .current {
  background: #007e41;
}
.idx-focus .xtaber-tabs .current i {
  width: 7px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: -4px;
  overflow: hidden;
  background: url(../images/icon.png) no-repeat;
}
.idx-focus .btn-prev,
.idx-focus .btn-next {
  background: url(../images/foc_btn.png) no-repeat;
  _background: url(../images/foc_btn_8.png) no-repeat;
  width: 31px;
  height: 50px;
  position: absolute;
  z-index: 4;
  top: 36%;
  _filter: Alpha(opacity=70);
}
.idx-focus .btn-prev {
  background-position: 0 0;
  left: 0px;
}
.idx-focus .btn-next {
  background-position: -33px 0;
  right: 0px;
}
.prd .nr-r {
  float: right;
  margin-top: 4%;
}
.prd .nr-l {
  margin-top: 4%;
}
.idx-focus ul li {
  margin: 10px 0 10px 0;
}
.prd .nr-r h3 {
  font-size: 35px;
}
.prd .nr-r .y-dol span {
  font-size: 28px;
  color: #e20000;
  padding: 10px 0;
  margin-right: 30px;
}
.prd .nr-r .y-dol span.s-dol {
  position: relative;
  color: #333;
}
.prd .nr-r .y-dol span.s-dol::after {
  left: 0;
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  background: #333;
  top: 24px;
}
.prd .nr-r .buy a {
  font-size: 22px !important;
  color: #666 !important;
  text-decoration: none !important;
}
.prd .nr-r .buy {
  margin-bottom: 2%;
  margin-top: 3%;
  width: 220px;
  height: 50px;
  border: 1px solid #666;
  text-align: center;
  line-height: 50px;
}
.prd .nr-r .buy:hover {
  background: #2a6998;
  border: 1px solid #007e41;
}
.prd .nr-r .buy:hover a {
  color: #fff !important;
}
.prd .nr-r .buy:hover span {
  color: #fff !important;
}
.prd .nr-r .y-dol {
  margin-top: 3%;
}
.prd .nr-r span.col {
  display: block;
  font-size: 22px;
  padding: 12px 0;
}
.prd .nr-r span.size {
  display: block;
  font-size: 22px;
  padding: 12px 0;
}
.prd .nr-r span.tel {
  display: block;
  font-size: 22px;
  padding: 12px 0;
}
.p-xq .px-l {
  border: 1px solid #e8e8e8;
  padding: 30px;
}
.p-xq h4 {
  font-size: 35px;
  margin-bottom: 20px;
}
.p-xq .px-r {
  float: right;
  border: 1px solid #e8e8e8;
  padding: 30px;
}
.p-xq {
  padding-bottom: 3%;
}
/*页码*/
.ny_pages {
  width: 100%;
  margin: auto;
  text-align: center;
  margin: 6% auto 20px;
  float: left;
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.ny_pages a {
  margin: 0px 5px;
  color: #333;
  font-size: 14px;
  border: 1px solid #333;
  padding: 12px 40px;
  cursor: pointer;
}
.ny_pages a:hover {
  color: #fff;
  background: #e20000;
  border: 1px solid #e20000;
}
@media (max-width: 1152px) and (min-width: 991px) {
  .menu_box ul.menu > li {
    padding: 0 16px;
  }
  .sx .sn-l .new-c dd h3 {
    margin-top: 0;
  }
  .idx-focus,
  .focus-pic li {
    width: 485px;
    height: 660px;
  }
  .flexslider .slides > li .f-img {
    background-position: 70% 0 !important;
  }
  .flexslider .slides .bslid h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .menu_icon {
    margin: 6px 4% 0 4%;
  }
  .header {
    position: static;
  }
  .product ul li {
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .product2 ul li{    padding-left: 10px;margin-bottom: 10px;}
  .logo {
    width: 21%;
    height: 60px;
  }
  .foot .meb ul li {
    margin: 0 2px 0 2px;
  }
  .pbox ul li {
    height: 392px;
  }
  .p-xq .px-r {
    margin-top: 20px;
  }
  .flexslider .slides .bslid h2 {
    font-size: 56px;
  }
  .mes .m-r {
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
  .logo {
    height: 60px;
    width: 35%;
  }
  .mes {
      width: 100%;
    overflow: hidden;
    float: right;
      margin-top: 4%;
}
  .ms-b .ms-img {
 padding: 4% 3% 0 3%;
}
  .flex-direction-nav {
    display: none;
  }
  .flexslider .slides .bslid h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .flexslider .slides .bslid span {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
  .pbox .container .grid {
    width: calc(calc(100% - 0px));
  }
  .flexslider .slides .bslid {
    top: 28%;
  }
  .product ul li:nth-child(1) {
    width: 100%;
  }
  .product ul li {
    padding-bottom: ;
    padding-left: 0;
  }
  .product ul {
    padding: 0 10px 0 10px;
  }
  
   .product2 ul li:nth-child(1){width:100%;}
  .product2 ul li{padding-bottom:50%;    padding-left: 0;}
  .product2 ul{    padding: 0 10px 0 10px;}
  
  .product2 ul li .p-t{     padding: 12% 3% 12% 3%;   width: 100%;}

  
  .mes .m-r {
    padding: 0;
  }
  .mes .m-l {
    width: 100%;
  }
  .menu_icon {
    margin: 6px 4% 0 4%;
  }
  .menu_icon img {
    width: 76%;
  }
  .foot .meb {
    width: 100%;
  }
  .product ul li .p-t {
    height: auto;
    width: 100%;
  }
  .header {
    position: static;
  }
  .c-banner {
    padding: 16% 0 16% 0;
  }
  table td {
    width: 100%;
    float: left;
  }
  .zxp .zx-l {
    display: none;
  }
  .bmo i,
  .plist h3 i {
    border-bottom: none;
  }
  .about .ab-l h4 {
    font-size: 32px;
  }
  .idx-focus,
  .focus-pic li {
    width: 320px;
    height: 433px;
  }
  .idx-focus ul li {
    padding: 0;
  }
  .p-xq .px-r {
    margin-top: 20px;
  }
  .flexslider .slides > li .f-img {
    /*background-position: 71% 15px !important;*/
    background-position: 5% !important;
  }
  .flexslider .slides > li:nth-child(1) .f-img {
    background-position: 50% !important;
  }
  .flexslider .slides > li:nth-child(2) .f-img {
    background-position: 74% !important;
  }
  .flexslider .slides > li:nth-child(3) .f-img {
    background-position: 50% !important;
  }
  .flexslider .slides > li:nth-child(4) .f-img {
    background-position: 85% !important;
  }
  .dmenu .me h4 {
    font-size: 35px;
  }
  .c-banner1 {
    background-position: 70% 15px !important;
  }
  .idx-focus .xtaber-tabs img {
    width: 46px;
  }
  .prd .nr-l {
    padding: 0;
  }
  .p-xq .px-r,
  .p-xq .px-l {
    padding: 20px;
  }
 .pbox span {
    margin-top: 0%;
    margin-bottom: 12%;
}
  .about {
    /*  background-position: 51% -184px !important;*/
  }
  .ys li h3 {
    font-size: 20px;
}
.zxp .zx-r h4 {
    font-size: 26px;
}
.zxp .zx-r li img {
  float: left;
    width: 15%;
}
.zxp .zx-r li h3 {

    font-size: 15px;
	width: 85%;
    margin-top: 5px;
}
  
 .yql li {
    float: left;
    margin-top: 6%;
    margin-right: 2%;
    margin-left: 2%;
    /*margin-bottom: 10px;*/
    width: 46%;
    border: 1px solid #f1f1f1;
   /* padding: 1% 2%;*/ 
  
  }
  
}


.btm-conbox {
    width: 100%;
    height: 70px;
    background-color: #999;
    /* display: flex; */
    display: none;
    /* align-items: center; */
}
.btm-conbox>a {
    width: 33.33%;
    height: 100%;
    color: #fff;
    background-color: #999;
    text-decoration: none;
    transition: .2s;
}
.btm-conbox>a .btm-cons {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btm-conbox>a:hover {
    background-color: #007e41;
    /* #1ba494 */
}
.btm-conbox .btm-cons img {
    width: 30px;
    padding-bottom: 5px;
}
.btm-conbox .btm-cons .btm-cons-name {
    font-size: 12px;
  margin: 0px;

}  
.partner{min-height:220px;}
.service1{ padding:0px 30px 20px;}
.service-title{ font-size:17px; font-weight:bold; line-height:40px;}
.service-tit{font-size:28px; font-weight:bold; }
.new-n{    display: flex;
    flex-wrap: wrap;}
.yanjiu{ float:left; display:block; width:80px; height:80px; font-size:40px; line-height:80px; color:#fff; background-color:#24a868; border-radius:50%; text-align:center;}
@media screen and (max-width: 768px) {
    .btm-conbox {
        display: flex;
    }
	.flexslider .slides .bslid span {
    letter-spacing: 0px;
}
.about .ab-l h4 span {
    font-size: 12px;
}
.plist h3 {
    font-size: 33px;
	    padding-top: 3%;
}
.plist h3 span {
    font-size: 20px;
}
.product2 ul li .p-t {
    position: relative;
    opacity: 1;
}
.plist h3 i {
    padding-bottom: 0px;
}
.pbox ul li h3 {
    margin-bottom: 0px;
}
.ys li .ys-t {
    padding-left: 0px;
}
.ys li .ys-t::before {
	opacity:0;
}
.ys li .ys-t p {
    font-weight: 200;
    line-height: 22px;
}
}

@media screen and (max-width: 1431px) {
.logo {
    margin-left: 1%; 
}
}

@media screen and (max-width: 1330px) {
.menu_box ul.menu > li {
    padding: 0 20px;
}
.menu_box {
    margin-right: 0px;
}
}

@media screen and (max-width: 1230px) {
.menu_box ul.menu > li {
    padding: 0 15px;
}
}
@media screen and (max-width: 900px) {
.r-new li .rt h3 {
    font-size: 19px;
}
.sx .sn-r .new-n li h4 {
    font-size: 20px;
}
.sx .sn-f {
    display: none;
}
}