@charset "utf-8";
/*全局样式*/
html {
  overflow-x: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
  color: #009900;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #009900;
}
a:focus {
  outline: none !important;
  color: #009900;
}
ul,
li,
dl,
dt,
dd {
  list-style-type: none;
}
i {
  font-style: normal;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1310px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial;
}
.sizeCover {
  background-position: 50% 50%;
  background-size: cover;
}
.vertical_centerbox {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.vertical_center {
  display: table-cell;
  vertical-align: middle;
}
header {
  position: relative;
}
header .logo {
  height: 90px;
  line-height: 90px;
  position: relative;
  font-size: 0;
}
header .logo img {
  max-height: 80%;
}
header .tel {
  font-family: Times New Roman;
  padding-left: 36px;
  font-size: 18px;
  background: url(../images/tel.png) no-repeat left 3px;
  line-height: 32px;
  margin-top: 30px;
}
header nav .ul {
  font-size: 0;
  margin: 0;
}
header nav .ul > li {
  float: left;
  text-align: center;
  position: relative;
}
header nav .ul > li > a {
  position: relative;
  line-height: 90px;
  padding: 0 21px;
  display: block;
  font-size: 14px;
}
header nav .ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
}
header nav .ul > li > ul > li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > a {
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li:hover > a {
  color: #fff;
  background-color: #009900;
}
header nav .ul > li:hover > a {
  background-color: #009900;
  color: #fff;
}
header nav .ul > li:hover > ul {
  display: block;
}
header nav .ul > li.active > a {
  background-color: #009900;
  color: #fff;
}
header .ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 30px;
  right: 15px;
}
header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #009900;
}
header .ydd_btn span.span02 {
  margin: 5px 0;
}
header .ydd_btn.click span {
  background: #009900;
}
header .ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 6px;
  margin-top: 0px;
}
header .ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin: 0.5px 0;
}
header .ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
header .sjdnav {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2000;
}
header .sjdnav ul {
  padding: 0;
  margin: 0;
}
header .sjdnav ul li {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 153, 0, 0.7);
}
header .sjdnav ul li a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}
header .sjdnav ul li:hover {
  background: #009900;
}
header .sjdnav ul li:last-child {
  border: none;
}
.banner img {
  min-height: 140px;
}
.topbottom {
  padding-top: 60px;
  padding-bottom: 60px;
}
.smmore {
  font-size: 10px;
  font-family: Arial;
  text-transform: uppercase;
  line-height: 17px;
  height: 17xp;
  width: 56px;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  color: #009900;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 1px 4px 3px 1px rgba(0, 0, 0, 0.05);
}
.smmore:hover {
  background-color: rgba(0, 153, 0, 0.6);
  border-color: rgba(0, 153, 0, 0.6);
  color: #fff;
}
.title {
  text-align: center;
  margin-bottom: 35px;
}
.title h2 {
  font-size: 31px;
  line-height: 40px;
  font-weight: 700;
}
.title span {
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  position: relative;
  padding: 0 25px;
}
.title span::before {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background-color: #009900;
  position: absolute;
  left: 100%;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.title span::after {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background-color: #009900;
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.smtitle {
  font-size: 29px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.smtitle span {
  display: inline-block;
  padding-left: 12px;
  font-family: Times New Roman;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}
.goods .top {
  width: 100%;
  display: flex;
  justify-content: center;
}
.goods .top .list {
  margin: 0 64px;
}
.goods .top .list .img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  box-shadow: 1px 6px 3px 1px rgba(255, 170, 0, 0.2);
}
.goods .top .list .text {
  margin-top: 15px;
  padding-left: 25px;
  transition: all 0.3s;
}
.goods .top .list .text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.goods .top .list .text span {
  font-size: 13px;
  line-height: 26px;
}
.goods .top .list:hover .img {
  background-color: rgba(255, 170, 0, 0.6) !important;
}
.goods .top .list:hover .text {
  color: rgba(255, 170, 0, 0.6);
}
.goods #swiper6 {
  margin-top: 60px;
}
.goods #swiper6 .list {
  display: block;
  text-align: center;
}
.goods #swiper6 .list .imgbox {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 9px;
  background-color: rgba(0, 153, 0, 0.09);
  margin: 0 auto;
}
.goods #swiper6 .list .imgbox .overflow {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #009900;
}
.goods #swiper6 .list .imgbox .overflow .img {
  padding-top: 100%;
}
.goods #swiper6 .list h5 {
  font-family: SimSun;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #009900;
  margin-top: 20px;
}
.goods #swiper6 .list span {
  font-size: 10px;
  font-family: Times New Roman;
  line-height: 20px;
  text-transform: uppercase;
  color: #009900;
}
.goods #swiper6 .list .text {
  font-size: 14px;
  line-height: 24px;
  color: #009900;
  margin-bottom: 15px;
  margin-top: 3px;
}
.goods #swiper6 .list .smmore {
  margin: 0 auto;
}
.goods #swiper6 .list:hover .imgbox .overflow {
  background-color: rgba(0, 153, 0, 0.6);
}
.goods #swiper6 .list:hover .smmore {
  background-color: rgba(0, 153, 0, 0.6);
  border-color: rgba(0, 153, 0, 0.5);
  color: #fff;
}
.adv {
  padding-top: 15.62%;
  min-height: 75px;
}
.about .contant .imgbox {
  width: 50%;
}
.about .contant .imgbox .img {
  height: 350px;
}
.about .contant .imgbox:hover .img {
  transform: scale(1.08);
}
.about .contant .textbox {
  width: 50%;
  padding: 40px;
}
.about .contant .textbox h3 {
  font-size: 24px;
  font-weight: 700;
}
.about .contant .textbox .text {
  font-size: 14px;
  line-height: 28px;
  margin: 20px 0;
  height: 196px;
  overflow: hidden;
}
.about .contant .textbox .smmore {
  display: block;
}
.product .box {
  overflow: visible;
}
.product .smnav .ul {
  font-size: 0;
}
.product .smnav .ul a {
  display: inline-block;
  font-size: 15px;
  line-height: 44px;
  position: relative;
  padding: 0 30px;
  transition: all 0.3s;
}
.product .smnav .ul a::after {
  display: block;
  content: "";
  width: 2px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.product .smnav .ul a:nth-last-child(1)::after {
  display: none;
}
.product .smnav .ul a:hover {
  color: rgba(0, 153, 0, 0.6);
}
.product .list {
  display: block;
}
.product .list .imgbox {
  position: relative;
  background-color: #fff;
}
.product .list .imgbox .img {
  padding-top: 83.87%;
}
.product .list .imgbox .inbox {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.product .list .imgbox .inbox .incontant {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.product .list .imgbox .inbox .incontant h4 {
  font-family: STXingkai;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.product .list .imgbox .inbox .incontant span {
  display: block;
  text-transform: uppercase;
  color: rgba(255, 254, 254, 0.5);
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}
.product .list .imgbox .inbox .incontant .inmore {
  font-family: STXingkai;
  font-size: 14px;
  line-height: 42px;
  border: 2px solid #fff;
  width: 202px;
  margin: 15px auto 0;
  padding-left: 12px;
  position: relative;
}
.product .list .imgbox .inbox .incontant .inmore i {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.product .list .txt {
  margin-top: 3px;
  text-align: center;
  font-family: STXingkai;
  font-size: 18px;
  line-height: 70px;
  padding: 0 15px;
}
.product .list:hover .txt {
  background-color: #009900;
  color: #fff;
}
.product .list:hover .inbox {
  bottom: 0;
}
.product .prev {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  left: -100px;
  background: #009900 url(../images/btn.png) center no-repeat;
}
.product .next {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  right: -100px;
  background: #009900 url(../images/btn.png) center no-repeat;
  transform: rotate(-180deg);
}
.make .container-fluid {
  max-width: 1440px !important;
}
.make .ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.make .ul .inmake {
  width: 12.5%;
  text-align: center;
}
.make .ul .inmake i {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
.make .ul .inmake h5 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: SimSun;
}
.make .ul .inmake .more {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.make .ul .inmake:hover h5 {
  color: rgba(0, 153, 0, 0.5);
}
.make .ul .inmake:hover .more {
  color: rgba(0, 153, 0, 0.5);
}
.make .box {
  overflow: visible;
}
.make .box .list {
  display: block;
}
.make .box .list .imgbox {
  width: calc(60% - 10px);
}
.make .box .list .imgbox .img {
  height: 192px;
}
.make .box .list .textbox {
  width: calc(40% + 10px);
  padding: 26px 0 26px 20px;
}
.make .box .list .textbox h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-family: SimSun;
  color: #009900;
}
.make .box .list .textbox .txt {
  font-size: 14px;
  line-height: 26px;
  color: #009900;
  height: 78px;
  overflow: hidden;
  margin: 10px 0 15px;
}
.make .box .list .textbox .smmore {
  box-shadow: initial;
}
.make .box .list:hover .img {
  transform: scale(1.08);
}
.make .box .list:hover .smmore {
  background-color: rgba(0, 153, 0, 0.6);
  border-color: rgba(0, 153, 0, 0.6);
  color: #fff;
}
.make .prev {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  left: -100px;
  background: #009900 url(../images/btn.png) center no-repeat;
}
.make .next {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  right: -100px;
  background: #009900 url(../images/btn.png) center no-repeat;
  transform: rotate(-180deg);
}
.information .list {
  display: block;
  border: 1px solid #e9e9e9;
  padding: 20px;
  margin: 2px;
}
.information .list .imgbox {
  width: calc(40% + 10px);
}
.information .list .imgbox .img {
  height: 180px;
}
.information .list .txtbox {
  width: calc(60% - 10px);
  padding: 10px 5px 15px 22px;
}
.information .list .txtbox h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #009900;
}
.information .list .txtbox .date {
  font-size: 12px;
  line-height: 20px;
  color: #009900;
  margin-top: 5px;
}
.information .list .txtbox .text {
  font-size: 14px;
  line-height: 26px;
  color: #009900;
  margin: 10px 0 15px;
  height: 52px;
  overflow: hidden;
}
.information .list .txtbox .more {
  font-size: 12px;
  line-height: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  width: 95px;
  text-align: center;
}
.information .list:hover .img {
  transform: scale(1.08);
}
.information .list:hover .more {
  background-color: #009900;
  border-color: #009900;
  color: #fff;
}
.partner .smtitle {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
.partner .smtitle::after {
  content: "";
  display: block;
  width: 1055px;
  height: 2px;
  background-color: #f2f2f2;
  position: absolute;
  left: 100%;
  bottom: 10px;
}
.partner .list {
  display: block;
}
.partner .list .imgbox {
  width: 100%;
}
.partner .list .imgbox .img {
  padding-top: 60.31%;
}
.partner .list:hover .img {
  transform: scale(1.08);
}
.dy {
  padding: 80px 0;
}
.dy .head {
  border-bottom: 1px dashed #e8e8e8;
}
.dy .head a {
  line-height: 45px;
  font-size: 14px;
  color: #353535;
}
.dy .head a img {
  margin-bottom: 4px;
}
.dy .head a:hover {
  color: #ffaa00;
}
.dy .head a.active {
  color: #ffaa00;
}
.dy .innav {
  width: 250px;
  padding-top: 25px;
}
.dy .innav .intitle {
  font-family: Arial;
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 70px;
  background: #009900;
  padding-left: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.dy .innav .intitle span {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.dy .innav .intitle i {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 70px;
}
.dy .innav .list a {
  font-size: 14px;
  display: block;
  padding-left: 40px;
  line-height: 38px;
  border: 1px solid #e8e8e8;
  color: #000;
  margin-top: 5px;
  position: relative;
}
.dy .innav .list a span {
  position: absolute;
  right: 20px;
  top: 0;
}
.dy .innav .list a:hover {
  color: #fff;
  background: #ffaa00;
  border: 1px solid #ffaa00;
}
.dy .innav .list a.active {
  color: #fff;
  background: #ffaa00;
  border: 1px solid #ffaa00;
}
.dy .innav .address {
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}
.dy .innav .address .tel {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 20px 20px;
  background: url(../images/intel.png) no-repeat 18px 26px;
  padding-left: 58px;
  font-size: 14px;
}
.dy .innav .address .tel h3 {
  font-family: Arial;
  font-size: 23px;
  color: #ffaa00;
  font-weight: 700;
}
.dy .innav .address .textbox {
  padding: 20px 0 20px 20px;
}
.dy .innav .address .textbox h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 26px;
}
.dy .innav .address .textbox .text {
  font-size: 13px;
  color: #464646;
  line-height: 26px;
}
.dy .rcontent {
  padding-top: 25px;
  width: calc(100% - 280px);
}
.dy .rcontent .rtitle {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.dy .rcontent .rtitle h6 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 58px;
}
.news .list {
  display: block;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
.news .list .imgbox {
  width: calc(20% + 80px);
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.news .list .imgbox .img {
  height: 179px;
}
.news .list .date {
  font-size: 12px;
  color: #a8a8a8;
  line-height: 22px;
}
.news .list .textbox1 {
  width: calc(80% - 80px);
  padding-left: 20px;
}
.news .list .textbox1 h5 {
  font-size: 19px;
  line-height: 26px;
  color: #009900;
  font-weight: 700;
  padding: 6px 0 2px 0;
}
.news .list .textbox1 .text2 {
  font-size: 14px;
  color: #009900;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-top: 4px;
}
.news .list .textbox1 .more {
  width: 70px;
  line-height: 29px;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  font-size: 13px;
  margin-top: 15px;
  color: #009900;
}
.news .list:hover .imgbox .img {
  transform: scale(1.08);
}
.news .list:hover .textbox1 .more {
  border-color: #009900;
  color: #fff;
  background-color: #009900;
}
.inproduct {
  margin: 0 -10px;
}
.inproduct .list {
  display: block;
  width: calc(33.33% - 10px);
  margin: 0 5px 10px;
}
.inproduct .list .imgbox {
  position: relative;
  background-color: #fff;
}
.inproduct .list .imgbox .img {
  padding-top: 83.87%;
}
.inproduct .list .imgbox .inbox {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.inproduct .list .imgbox .inbox .incontant {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.inproduct .list .imgbox .inbox .incontant h4 {
  font-family: STXingkai;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.inproduct .list .imgbox .inbox .incontant span {
  display: block;
  text-transform: uppercase;
  color: rgba(255, 254, 254, 0.5);
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}
.inproduct .list .imgbox .inbox .incontant .inmore {
  font-family: STXingkai;
  font-size: 14px;
  line-height: 42px;
  border: 2px solid #fff;
  width: 202px;
  margin: 15px auto 0;
  padding-left: 12px;
  position: relative;
}
.inproduct .list .imgbox .inbox .incontant .inmore i {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.inproduct .list .txt {
  margin-top: 3px;
  text-align: center;
  font-family: STXingkai;
  font-size: 18px;
  line-height: 70px;
  padding: 0 15px;
}
.inproduct .list:hover .txt {
  background-color: #009900;
  color: #fff;
}
.inproduct .list:hover .inbox {
  bottom: 0;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
}
.danye .bt {
  color: #009900;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}
.danye .data {
  color: #555555;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 10px;
  margin-top: -5px;
}
.danye .textbox {
  font-size: 16px;
  line-height: 30px;
  color: #1a1a1a;
}
.danye .pic {
  margin: 0 auto 15px auto;
  display: block;
}
.danye .pic img {
  display: block;
  margin: 0 auto;
}
.danye .dt {
  height: 400px;
  position: relative;
  margin: 20px auto;
}
footer {
  padding: 60px 0 35px;
}
footer .foottitle h5 {
  font-size: 18px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 3px;
}
footer .foottitle h5::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #14a83b;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .foottitle span {
  display: block;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: Times New Roman;
}
footer .contact {
  width: calc(20% + 88px);
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
footer .contact h4 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
}
footer .contact h4 span {
  font-size: 25px;
  font-family: Arial;
}
footer .ewm {
  width: calc(30% + 78px);
  min-height: 255px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding-left: 25px;
  padding-right: 25px;
}
footer .ewm .imgbox {
  display: inline-block;
  width: calc(33.33% - 23px);
  margin: 0 10px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
footer .ewm .imgbox img {
  display: block;
  margin: 0 auto;
}
footer .message {
  width: calc(50% - 166px);
  padding-left: 48px;
}
footer .message .ipt {
  margin: 10px -8px 0;
}
footer .message input {
  float: left;
  width: calc(50% - 16px);
  margin: 0 8px;
  border: 0;
  font-size: 12px;
  line-height: 44px;
  border-bottom: 1px solid #e0e0e0;
}
footer .message textarea {
  width: 100%;
  line-height: 44px;
  font-size: 12px;
  border: 0;
  height: 70px;
  max-width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 26px;
}
footer .message button {
  border: 0;
  font-size: 16px;
  color: #fff;
  width: 170px;
  height: 46px;
  background-color: #009900;
}
footer .message button:hover {
  background-color: rgba(0, 153, 0, 0.6);
}
footer .foot {
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  margin-top: 30px;
  padding: 10px 15px;
}
.hot {
  height: 50px;
  background: #009900;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: solid 2px #fff;
  width: 100%;
}
.hot span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.hot h6 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.hot .row div a {
  display: block;
  color: #fff;
  padding: 7px 0;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 52px;
  z-index: 99;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.dbbox .dbs.ewm-box {
  text-align: center;
}
.dbbox .dbs.ewm-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.fenxiang-box:after {
  content: "";
  position: absolute;
  left: 75%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.ewm-box img {
  max-width: 140px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
  position: relative;
  padding: 6px 0;
  width: 20%;
  height: 44px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 0 0 0 -16px;
  float: inherit !important;
  display: block;
}
@media (max-width: 1199px) {
  .product .smnav .ul a {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .topbottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title span {
    font-size: 12px;
    line-height: 24px;
    padding: 0 15px;
  }
  .title h2 {
    font-size: 28px;
  }
  .smtitle {
    font-size: 24px;
  }
  .smtitle span {
    font-size: 14px;
  }
  .about .contant .imgbox .img {
    height: 315px;
  }
  .about .contant .textbox {
    padding: 20px;
  }
  .about .contant .textbox h3 {
    font-size: 21px;
  }
  .about .contant .textbox .text {
    margin: 15px 0;
  }
  .goods .top .list {
    margin: 0 30px;
  }
  .goods .top .list .img {
    width: 60px;
    height: 60px;
  }
  .goods .top .list .text {
    margin-top: 10px;
    padding-left: 20px;
  }
  .goods .top .list .text h4 {
    font-size: 18px;
  }
  .goods .top .list .text span {
    font-size: 12px;
    line-height: 24px;
  }
  .goods #swiper6 {
    margin-top: 40px;
  }
  .goods #swiper6 .list .imgbox {
    width: 110px;
    height: 110px;
  }
  .goods #swiper6 .list h5 {
    font-size: 20px;
    margin-top: 15px;
  }
  .goods #swiper6 .list .text {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .product .smnav .smtitle {
    float: initial !important;
    margin-bottom: 0;
  }
  .product .smnav .ul {
    float: initial !important;
    margin-bottom: 30px;
  }
  .product .smnav .ul a {
    font-size: 13px;
    padding: 0 20px;
  }
  .product .list .imgbox {
    border: 1px solid #e9e9e9;
  }
  .product .list .imgbox .inbox {
    display: none;
  }
  .product .list .txt {
    background-color: #009900;
    color: #fff;
    margin-top: 3px;
    font-size: 17px;
    line-height: 50px;
  }
  .inproduct .list .imgbox {
    border: 1px solid #e9e9e9;
  }
  .inproduct .list .imgbox .inbox {
    display: none;
  }
  .inproduct .list .txt {
    background-color: #009900;
    color: #fff;
    margin-top: 3px;
    font-size: 17px;
    line-height: 50px;
  }
  .make.topbottom {
    padding-bottom: 0;
  }
  .make .ul {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .make .ul .inmake {
    width: 25%;
    margin-bottom: 15px;
  }
  .make .ul .inmake h5 {
    font-size: 17px;
  }
  .make .box .list .imgbox .img {
    height: 175px;
  }
  .make .box .list .textbox {
    padding: 10px 0 15px 15px;
  }
  .information .list {
    padding: 15px;
  }
  .information .list .imgbox {
    width: calc(50% - 15px);
  }
  .information .list .imgbox .img {
    height: 140px;
  }
  .information .list .txtbox {
    width: calc(50% + 15px);
    padding: 0 0 0 15px;
  }
  .information .list .txtbox h5 {
    font-size: 16px;
  }
  .information .list .txtbox .text {
    margin: 5px 0 10px;
  }
  .information .list .txtbox .more {
    line-height: 20px;
    width: 60px;
  }
  .dy {
    padding: 20px 0 40px;
  }
  .dy .head {
    display: none;
  }
  .dy .innav {
    width: 100%;
    padding-top: 12px;
  }
  .dy .innav .intitle {
    line-height: 44px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .dy .innav .intitle i {
    line-height: 44px;
  }
  .dy .innav .list {
    display: none;
    text-align: center;
  }
  .dy .innav .list a {
    position: initial;
    padding-left: 0;
  }
  .dy .innav .list a span {
    display: none;
  }
  .dy .rcontent {
    width: 100%;
    padding: 12px 0;
  }
  footer {
    margin-bottom: 15px;
  }
  footer .contact {
    width: 50%;
  }
  footer .ewm {
    width: 50%;
    border-right: 0;
  }
  footer .message {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .goods .top .list .img {
    float: initial !important;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .goods .top .list .text {
    float: initial !important;
    padding-left: 0;
    text-align: center;
  }
  .goods .top .list .text h4 {
    font-size: 15px;
  }
  .goods .top .list .text span {
    font-size: 11px;
    line-height: 20px;
  }
  .goods #swiper6 {
    margin-top: 30px;
  }
  .goods #swiper6 .list .imgbox {
    width: 100px;
    height: 100px;
    padding: 7px;
  }
  .goods #swiper6 .list h5 {
    font-size: 18px;
    margin-top: 10px;
  }
  .goods #swiper6 .list span {
    font-size: 10px;
    line-height: 14px;
  }
  .goods #swiper6 .list .text {
    font-size: 11px;
  }
  .title {
    margin-bottom: 30px;
  }
  .title h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .title span {
    padding: 0 10px;
  }
  .smtitle {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .smtitle span {
    padding-left: 8px;
    font-size: 12px;
  }
  .product .smnav .ul a {
    padding: 0 15px;
  }
  .product .list .txt {
    font-size: 15px;
    line-height: 40px;
  }
  .make .box .list .imgbox {
    width: calc(50% - 10px);
  }
  .make .box .list .txtbox {
    width: calc(50% + 10px);
  }
  .information .list .imgbox {
    width: calc(40% - 15px);
  }
  .information .list .txtbox {
    width: calc(60% + 15px);
  }
  .danye {
    font-size: 14px;
    line-height: 28px;
  }
  .danye .dt {
    height: 260px;
    margin: 10px auto;
  }
  .danye .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .danye .textbox {
    font-size: 14px;
  }
  .danye .data {
    margin-top: -6px;
    padding-top: 6px;
  }
  .danye .pic {
    margin-bottom: 10px;
  }
  footer {
    padding: 30px 0 35px;
  }
  footer .foottitle h5 {
    font-size: 16px;
    line-height: 25px;
  }
  footer .foottitle span {
    font-size: 16px;
  }
  footer .contact {
    width: 100%;
    line-height: 26px;
  }
  footer .contact h4 {
    margin-top: 10px;
    line-height: 26px;
  }
  footer .contact h4 span {
    font-size: 20px;
  }
  footer .ewm {
    width: 100%;
    min-height: initial;
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 20px -5px 0;
  }
  footer .ewm .imgbox {
    width: calc(33.33% - 13px);
    margin: 0 5px;
  }
  footer .message button {
    font-size: 14px;
    width: 140px;
    height: 44px;
  }
  footer .foot {
    margin-top: 20px;
    color: #fff;
    background-color: #009900;
  }
}
@media (max-width: 600px) {
  .topbottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about .contant .imgbox {
    width: 100%;
  }
  .about .contant .imgbox .img {
    height: auto;
    padding-top: 54.38%;
  }
  .about .contant .textbox {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .about .contant .textbox h3 {
    font-size: 18px;
  }
  .about .contant .textbox .text {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0;
    height: auto;
  }
  .make .ul {
    margin-bottom: 20px;
  }
  .make .ul .inmake {
    width: 25%;
    margin-bottom: 15px;
  }
  .make .ul .inmake i {
    width: 35px;
    height: 35px;
  }
  .make .ul .inmake h5 {
    margin-top: 5px;
    font-size: 14px;
  }
  .make .box .list .imgbox {
    width: 100%;
  }
  .make .box .list .imgbox .img {
    height: auto;
    padding-top: 71.42%;
  }
  .make .box .list .textbox {
    width: 100%;
    padding: 10px 0 15px 0;
  }
  .make .box .list .textbox .txt {
    height: 52px;
    margin: 0;
    margin-bottom: 5px;
  }
  .information .list {
    padding: 0;
  }
  .information .list .imgbox {
    width: 100%;
  }
  .information .list .imgbox .img {
    height: auto;
    padding-top: 73.46%;
  }
  .information .list .txtbox {
    width: 100%;
    padding: 10px 15px;
  }
  .news .list {
    padding: 0;
    border: 0;
    background: fixed;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .news .list .imgbox {
    width: calc(16% + 80px);
    border: 0;
  }
  .news .list .imgbox .img {
    height: 122px;
  }
  .news .list .textbox1 {
    padding-left: 14px;
  }
  .news .list .textbox1 h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
  }
  .news .list .textbox1 .text2 {
    line-height: 23px;
    height: 46px;
    margin-top: 0;
  }
  .news .list .textbox1 .more {
    width: 50px;
    line-height: 22px;
    margin-top: 6px;
  }
  .news .list:hover {
    background: fixed;
    border: 0;
  }
  .inproduct .list {
    width: calc(50% - 10px);
  }
  .inproduct .list .txt {
    font-size: 15px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  header .logo img {
    max-height: 40%;
  }
}
