
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.head {
  width: 100%;
  height: 82px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0 5px 8px rgba(51,51,51,0.05);
}
.head .logo {
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.head .nav {
  position: relative;
  height: 82px;
  transition: 0.5s;
}
.head .nav .slider {
  width: 112px;
  height: 2px;
  background-color: #006926;
  position: absolute;
  left: 0;
  bottom: 0;
}
.head .nav ul {
	width: auto;
	margin: 0;
	position: relative;
	height: 82px;
	transition: 0.5s;
	line-height: 82px;
}
.head .nav ul li {
  font-size: 14px;
  width: 112px;
  line-height: 82px;
  position: relative;
  transition: 0.5s;
  text-align: center;
}
.head .nav ul li h4 {
  font-size: 14px;
  line-height: 82px;
  color: #666;
  transition: 0.5s;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
}
.head .nav ul li h4 a {
  color: #666;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.head .nav ul li .slide {
  width: 180px;
  min-height: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 9;
  display: none;
  top: 82px;
}
.head .nav ul li .slide a {
  width: 100%;
  line-height: 48px;
  display: block;
  padding: 0 22px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}
.head .nav ul li .slide a:hover {
  color: #fff;
  background-color: #006926;
}
.head .nav ul li.acti11 h4 a {
  color: #006926;
}
.head .nav ul li:hover {
  box-shadow: 0 -4px 8px rgba(51,51,51,0.2);
}
.head .nav ul li:hover .slide {
  display: block;
}
.head.fix {
  position: fixed;
  left: 0;
  top: 0;
  height: 66px;
}
.head.fix .logo {
  height: 66px;
}
.head.fix .nav {
  height: 66px;
}
.head.fix .nav ul {
  height: 66px;
}
.head.fix .nav ul li {
  height: 66px;
  line-height: 66px;
}
.head.fix .nav ul li h4 {
  line-height: 66px;
}
.head.fix .nav ul li .slide {
  top: 66px;
}
.banner {
  width: 100%;
  float: left;
  height: 720px;
  overflow: hidden;
}
.banner ul {
  width: 100%;
}
.banner ul li {
  width: 100%;
  height: 720px;
}
.banner .swiper-pagination {
  bottom: 80px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 6px !important;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #006926;
}
.main {
  width: 100%;
  float: left;
}
.data {
  width: 100%;
  height: 160px;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(51,51,51,0.05);
  position: relative;
  margin-top: -80px;
  z-index: 99;
}
.data ul {
  width: 100%;
}
.data ul li {
  width: 25%;
  height: 160px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.data ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23px;
  width: 1px;
  background-color: #ebebeb;
  height: 46px;
}
.data ul li:last-child:after {
  display: none;
}
.data ul li .num {
  line-height: 56px;
  font-size: 44px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #555;
}
.data ul li .num em {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  position: relative;
  top: -26px;
  left: -8px;
}
.data ul li .tit {
  width: 100%;
  line-height: 34px;
  font-size: 16px;
  color: #999;
}
.title {
  width: 100%;
  height: 72px;
}
.title .text {
  height: 72px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.title .text h3 {
  margin: 0;
  font-size: 20px;
  color: #333;
  line-height: 34px;
}
.title .text h6 {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.title .list {
  padding: 20px 0;
}
.title .list ul {
  width: 100%;
}
.title .list ul li {
  min-width: 64px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  color: #737373;
  transition: 0.5s;
  cursor: pointer;
  margin-left: 20px;
}
.title .list ul li a {
  color: #737373;
  	text-decoration: none;
}
.title .list ul li.acti {
  background-color: #006926;
}
.title .list ul li.acti a {
  color: #fff;
}
.title .list ul li:hover {
  background-color: #006926;
}
.title .list ul li:hover a {
  color: #fff;
}
.product {
  width: 100%;
  min-height: 100px;
  padding-top: 82px;
}
.product .content {
  width: 100%;
  min-height: 100px;
  padding-bottom: 40px;
  margin-top: 20px !important;
}
.product .content .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 8px;
  background-color: #ccc;
  opacity: 1;
}
.product .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #006926;
}
.product .content .lists {
  width: 100%;
}
.product .content .item {
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
}
.product .content .item a {
  text-decoration: none;
}
.product .content .item .imgs {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product .content .item .imgs img {
  transition: 0.5s;
}
.product .content .item .text {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  transition: 0.5s;
}
.product .content .item .text h4 {
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: 0.5s;
  margin: 0;
}
.product .content .item .text p {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  transition: 0.5s;
  color: #aaa;
  text-decoration: none;
}
.product .content .item:hover .imgs img {
  transform: scale(1.1, 1.1);
}
.product .content .item:hover .text {
  background-color: #006926;
}
.product .content .item:hover .text h4 {
  color: #fff;
}
.product .content .item:hover .text p {
  color: #fff;
}
.service {
  width: 100%;
  height: 440px;
  float: left;
  margin-top: 120px;
  background: url("../img/72802e_1920x600.jpg") center no-repeat;
  position: relative;
}
.service .prev {
  width: 40px;
  height: 40px;
  background: url("../img/ebba82_24x24.png") center no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
  transform: translateX(-20px);
  margin-top: -20px;
}
.service .prev:hover {
  background-color: #006926;
}
.service .next {
  width: 40px;
  height: 40px;
  background: url("../img/a2ee1f_24x24.png") center no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.5s;
  opacity: 0;
  transform: translateX(20px);
  margin-top: -20px;
  cursor: pointer;
}
.service .next:hover {
  background-color: #006926;
}
.service .content {
  height: 440px;
}
.service .content .list {
  width: 100%;
}
.service .content .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .content a {
  text-decoration: none;
}
.service .content .col {
  height: 260px;
  background-color: #006926;
  width: 100%;
  max-width: 570px;
  padding-top: 64px;
  text-align: center;
}
.service .content .col .tit {
  width: 100%;
  line-height: 68px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.service .content .col .tit:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,0.2);
}
.service .content .col .tit:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  transition: 0.5s;
  background-color: #006926;
  z-index: 9;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 3px solid #fff;
}
.service .content .col .tit span {
  transition: 0.5s;
  transform: translateY(0px);
}
.service .content .col .txt {
  width: 100%;
  text-align: center;
  line-height: 26px;
  transition: 0.5s;
  color: #fff;
  padding: 20px 85px;
  position: relative;
}
.service .content .col .txt:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  width: 1px;
  height: 20px;
  margin-left: 1px;
  background: #fff;
  opacity: 0;
}
.service .content .col:hover .tit span {
  position: relative;
  width: 100%;
  display: block;
  transform: translateY(-15px);
}
.service .content .col:hover .tit:after {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 8px;
  bottom: -2px;
}
.service .content .col:hover .txt {
  transform: translateY(15px);
}
.service .content .col:hover .txt:after {
  opacity: 0.5;
}
.service:hover .prev {
  transform: translateX(0);
  opacity: 1;
}
.service:hover .next {
  transform: translateX(0);
  opacity: 1;
}
.news {
  padding-top: 120px;
  float: left;
  width: 100%;
  padding-bottom: 80px;
}
.news .content {
  width: 100%;
  min-height: 100px;
  float: left;
  margin-top: 40px;
}
.news .content .intr {
  width: 100%;
  max-width: 520px;
  background-color: #f8f8f8;
  padding: 0 60px;
  float: left;
}
.news .content .intr .text {
  width: 100%;
  padding-top: 38px;
}
.news .content .intr .text .time {
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  color: #999;
}
.news .content .intr .text .txt {
  width: 100%;
  line-height: 48px;
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}
.news .content .intr .text .txt a {
  color: #333;
  text-decoration: none;
}
.news .content .intr .text .txt a:hover {
  color: #006926;
}
.news .content .intr .imgs {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
.news .content .intr .imgs img {
  width: 100%;
  transition: 0.5s;
}
.news .content .intr .more {
  width: 100%;
  padding: 32px 0;
  margin-top: 20px;
  float: left;
}
.news .content .intr .more a {
  display: inline-block;
  width: 140px;
  height: 36px;
  background-color: #006926;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.5s;
}
.news .content .intr:hover .imgs img {
  transform: scale(1.1, 1.1);
}
.news .content .intr:hover .more a {
  transform: translateY(-30px);
}
.news .content .list {
  width: 100%;
  min-height: 100px;
  padding-left: 40px;
}
.news .content .list ul {
  width: 100%;
}
.news .content .list ul li {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 40px;
  transition: 0.5s;
  padding-right: 40px;
}
.news .content .list ul li:last-child {
  border: none;
}
.news .content .list ul li .tit {
  width: 100%;
  position: relative;
  line-height: 50px;
  float: left;
}
.news .content .list ul li .tit:after {
  content: '';
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -3px;
  border-radius: 3px;
  transition: 0.5s;
  width: 6px;
  height: 6px;
  background-color: #666;
}
.news .content .list ul li .tit span {
  font-size: 16px;
  color: #666;
  width: 380px;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 50px;
  float: left;
}
.news .content .list ul li .tit em {
  float: right;
  color: #9f9f9f;
  font-family: Arial, Helvetica, sans-serif;
}
.news .content .list ul li .text {
  width: 100%;
}
.news .content .list ul li .text .txt {
  width: 80%;
  max-width: 380px;
  color: #999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.5s;
}
.news .content .list ul li .text .more {
  width: 50px;
  height: 30px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  position: relative;
}
.news .content .list ul li .text .more:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
}
.news .content .list ul li .text .more:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -5px;
  width: 20px;
  transition: 0.5s;
  height: 11px;
  background: url("../img/3384c6_20x11.jpg") center no-repeat;
}
.news .content .list ul li .text .more img {
  transition: 0.5s;
}
.news .content .list ul li:hover {
  box-shadow: 0 0 15px rgba(51,51,51,0.1);
}
.news .content .list ul li:hover .tit span {
  transform: translateX(15px);
  color: #006926;
}
.news .content .list ul li:hover .tit:after {
  transform: translateX(15px);
}
.news .content .list ul li:hover .text .txt {
  transform: translateX(15px);
}
.news .content .list ul li:hover .text .more:before {
  transform: translateX(40px);
}
.news .content .list ul li:hover .text .more img {
  transform: translateX(40px);
}
.introduce {
  width: 100%;
  background-color: #f8f8f8;
  min-height: 100px;
  float: left;
  padding-bottom: 100px;
}
.introduce .text {
  width: 100%;
  text-align: center;
  padding-top: 85px;
}
.introduce .text h3 {
  line-height: 54px;
  font-size: 24px;
  margin: 0;
  color: #3f3f3f;
  font-weight: bold;
}
.introduce .text p {
  text-align: center;
  line-height: 26px;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  color: #999;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
.introduce .text h6 {
  margin: 0;
  line-height: 54px;
}
.introduce .text h6 a {
  font-size: 14px;
  color: #999;
}
.introduce .imgs {
  width: 100%;
}
.introduce .imgs img {
  width: 100%;
}
.brand {
  width: 100%;
  padding: 128px 0;
  float: left;
}
.brand .content {
  width: 100%;
}
.brand .content .list {
  width: 100%;
  padding-bottom: 40px;
}
.brand .content .list ul {
  width: 100%;
}
.brand .content .list ul li {
  width: 24%;
  height: 128px;
  border: 1px solid #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand .content .list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.brand .content .list ul li img {
  max-width: 100%;
}
.brand .content .list .swiper-button-next {
  width: 40px;
  height: 40px;
  right: 0px;
  margin-top: -40px;
  transform: translateX(50px);
  transition: 0.5s;
  background: rgba(0,0,0,0.3) url("../img/784bbb_22x22.png") center no-repeat;
}
.brand .content .list .swiper-button-next:hover {
  background: rgba(0,0,0,0.5) url("../img/784bbb_22x22.png") center no-repeat;
}
.brand .content .list .swiper-button-prev {
  width: 40px;
  left: 0;
  transition: 0.5s;
  height: 40px;
  margin-top: -40px;
  transform: translateX(-50px);
  background: rgba(0,0,0,0.3) url("../img/d5748e_22x22.png") center no-repeat;
}
.brand .content .list .swiper-button-prev:hover {
  background: rgba(0,0,0,0.5) url("../img/d5748e_22x22.png") center no-repeat;
}
.brand .content .list .swiper-pagination {
  bottom: 0px !important;
}
.brand .content .list .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
  opacity: 1;
}
.brand .content .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #006926;
}
.brand .content .list:hover .swiper-button-next {
  transform: translateX(0px);
}
.brand .content .list:hover .swiper-button-prev {
  transform: translateX(0px);
}
.footer {
  width: 100%;
  min-height: 100px;
  background-color: #2d2d2d;
  float: left;
  padding-top: 84px;
  padding-bottom: 80px;
  position: relative;
  display: table;
}
.footer .wid {
  display: table;
  position: relative;
}
.footer .cont {
  width: 100%;
  min-height: 100px;
}
.footer .cont .tit {
  float: left;
  color: #fff;
}
.footer .cont .tit h5 {
  line-height: 32px;
  font-size: 20px;
  margin: 0;
}
.footer .cont .tit h6 {
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  line-height: 26px;
  color: #999;
}
.footer .cont .focus {
  padding-left: 30%;
}
.footer .cont .focus .focus-tit {
  line-height: 32px;
  font-size: 16px;
  color: #999;
}
.footer .cont .focus .list {
  width: 100%;
  padding-top: 10px;
  float: left;
}
.footer .cont .focus .list ul {
  width: 100%;
}
.footer .cont .focus .list ul li {
  width: 38px;
  height: 38px;
  border: 1px solid #3c3c3c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.footer .cont .focus .list ul li i {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.footer .cont .focus .list ul li i.ico1 {
  background: url("../img/a2c5ec_24x24.png") center no-repeat;
}
.footer .cont .focus .list ul li i.ico2 {
  background: url("../img/1657ed_24x24.png") center no-repeat;
}
.footer .cont .focus .list ul li i.ico3 {
  background: url("../img/0841b6_24x24.png") center no-repeat;
}
.footer .cont .focus .list ul li:hover {
  background-color: #006926;
  border: 1px solid #006926;
}
.footer .cont .focus .list ul li:hover i.ico1 {
  background: url("../img/a9a351_24x24.png") center no-repeat;
}
.footer .cont .focus .list ul li:hover i.ico2 {
  background: url("../img/ec5bfe_24x24.png") center no-repeat;
}
.footer .cont .focus .list ul li:hover i.ico3 {
  background: url("../img/429551_24x24.png") center no-repeat;
}
.footer .company {
  width: calc(100% - 110px);
}
.footer .company .tit {
  line-height: 32px;
  font-size: 16px;
  color: #999;
}
.footer .company .text {
  width: 100%;
  padding: 15px 0;
  float: left;
}
.footer .company .text p {
  width: 50%;
  line-height: 30px;
  font-size: 13px;
  color: #999;
  float: left;
}
.footer .conts {
  width: 100px;
}
.footer .conts img {
  max-width: 100%;
  padding-top: 47px;
  width: 100%;
}
.wap-head {
  width: 100%;
  height: 60px;
  background: #006926;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 6px rgba(255,255,255,0.3);
}
.wap-head .head-title {
  width: 100%;
  height: 60px;
  float: left;
  padding: 0 15px;
}
.wap-head .logo {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-head .logo img {
  max-height: 60%;
}
.wap-head .ico {
  width: 60px;
  height: 60px;
  margin-right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-head .ico i {
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.wap-head .ico i:after {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #fff;
}
.wap-head .ico i:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.wap-head .ico.acti i {
  background: none;
}
.wap-head .ico.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-head .ico.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-head .slide {
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 99;
  display: none;
  box-shadow: 0 4px 8px rgba(51,51,51,0.1);
}
.wap-head .slide .menu {
  width: 100%;
  padding: 10px 20px;
  float: left;
}
.wap-head .slide .menu ul {
  width: 100%;
}
.wap-head .slide .menu ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.wap-head .slide .menu ul li a {
  color: #555;
}
.wap-head .slide .search {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #006926;
  padding: 10px 20px;
}
.wap-head .slide .search .input {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255,255,255,0.6);
}
.wap-head .slide .search .input input {
  width: 70%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  color: #fff;
}
.wap-head .slide .search .input input::-webkit-input-placeholder {
  color: #fff;
}
.wap-head .slide .search .input button {
  width: 40px;
  height: 40px;
  background: url("../img/7907fd_26x26.png") center no-repeat;
}
.wap-null {
  height: 60px;
  width: 100%;
}
.page-bann {
  width: 100%;
  height: 300px;
  background: url("../img/b70a33_1920x300.png") center no-repeat;
}
.page-news {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 22px;
}
.page-news .tabs {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.page-news .tabs .list {
  width: auto;
}
.page-news .tabs .list ul {
  width: 100%;
}
.page-news .tabs .list ul li {
  width: auto;
  padding: 0 10px;
  min-width: 64px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #737373;
  margin-right: 30px;
  cursor: pointer;
}
.page-news .tabs .list ul li.acti {
  background-color: #006926;
  color: #fff;
}
.page-news .tabs .list ul li:hover {
  background-color: #006926;
  color: #fff;
}
.page-news .tabs .addr {
  line-height: 32px;
  color: #999;
}
.page-news .tabs .addr a {
  color: #999;
  padding: 0 6px;
}
.page-news .tabs .addr a:hover {
  color: #006926;
}
.page-news .tabs .addr em {
  margin-left: 6px;
}
.page-news .page-list {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.page-news .page-list ul {
  width: 100%;
}
.page-news .page-list ul li {
  width: 100%;
  cursor: pointer;
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}
.page-news .page-list ul li .imgs {
  width: 100%;
  overflow: hidden;
}
.page-news .page-list ul li .imgs img {
  width: 100%;
  transition: 0.5s;
}
.page-news .page-list ul li .text {
  width: 100%;
  min-height: 100px;
  padding-top: 20px;
}
.page-news .page-list ul li .text .tit {
  width: 100%;
}
.page-news .page-list ul li .text .tit .tit-txt {
  line-height: 36px;
  font-size: 16px;
  color: #303030;
  transition: 0.5s;
}
.page-news .page-list ul li .text .tit .tit-txt a {
  color: #303030;
  text-decoration: none;
}
.page-news .page-list ul li .text .tit .tit-txt a:hover {
  color: #006926;
}
.page-news .page-list ul li .text .tit .tit-time {
  font-size: 16px;
  color: #9f9f9f;
  line-height: 36px;
}
.page-news .page-list ul li .text .txt {
  width: 100%;
  padding-top: 20px;
  float: left;
}
.page-news .page-list ul li .text .txt .txt-inf {
  width: 80%;
  max-width: 600px;
  transition: 0.5s;
  line-height: 26px;
  text-align: justify;
  font-size: 14px;
  color: #888;
}
.page-news .page-list ul li .text .txt .txt-time {
  width: 50px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e5e5e5;
  margin: 13px 0;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.page-news .page-list ul li .text .txt .txt-time:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -6px;
  transition: 0.5s;
  width: 20px;
  height: 12px;
  background: url("../img/1a0f73_20x11.png") center no-repeat;
}
.page-news .page-list ul li .text .txt .txt-time img {
  transition: 0.5s;
}
.page-news .page-list ul li:hover .imgs img {
  transform: scale(1.1, 1.1);
}
.page-news .page-list ul li:hover .text .tit .tit-txt {
  transform: translateX(20px);
  color: #006926;
}
.page-news .page-list ul li:hover .text .tit .tit-txt a {
  color: #006926;
}
.page-news .page-list ul li:hover .text .txt .txt-inf {
  transform: translateX(20px);
}
.page-news .page-list ul li:hover .text .txt .txt-time:after {
  transform: translateX(40px);
}
.page-news .page-list ul li:hover .text .txt .txt-time img {
  transform: translateX(40px);
}
.page-nav {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  float: left;
}
.page-nav .pagination li a {
  color: #666;
}
.page-nav .pagination li:hover a {
  color: #006926;
}
.titles {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.titles h4 {
  line-height: 30px;
  font-size: 20px;
  color: #006926;
  margin: 0;
}
.titles h6 {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  line-height: 18px;
}
.texts {
  width: 100%;
  padding: 30px 0px;
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

.wap-product {
  width: 100%;
  min-height: 100px;
  background-color: #f8f8f8;
  float: left;
  margin-top: 20px;
  padding: 15px;
}
.wap-product .list {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
.wap-product .list ul {
  width: 100%;
  margin: 0;
}
.wap-product .list ul li {
  width: 100%;
  background-color: #f0f0f0;
}
.wap-product .list ul li .imgs {
  width: 100%;
}
.wap-product .list ul li .imgs img {
  width: 100%;
}
.wap-product .list ul li .text {
  width: 100%;
  padding: 10px;
}
.wap-product .list ul li .text h4 {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin: 0;
}
.wap-product .list ul li .text p {
  line-height: 22px;
  font-size: 14px;
  color: #999;
  margin: 0;
}
.wap-product .list .swiper-pagination {
  width: 100%;
  bottom: -5px !important;
}
.wap-product .list .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.2;
  margin: 0 5px !important;
}
.wap-product .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #006926;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .product .content .item .imgs {
    height: 200px;
  }
  .product .content .item .imgs img {
    width: 100%;
    height: 100%;
  }
  .banner ul li,
  .banner {
    height: 250px;
    background-size: cover;
  }
  .news .content .list ul li .tit span {
    width: 70%;
    float: left;
  }
  .news .content .list {
    padding-left: 0;
  }
  .news .content .list ul li .tit:after {
    margin-top: 22px;
  }
  .news .content .list ul li {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .brand {
    padding: 20px 0;
  }
  .product .content .item .text h4 {
    font-size: 14px;
  }
  .product .content .item .text p {
    font-size: 12px;
  }
  .title .list ul li {
    margin-left: 0;
    padding: 0 16px;
    margin-bottom: 6px;
  }
  .title .list {
    width: 100%;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .news .content {
    margin-top: 10px;
  }
  .news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .data {
    height: 200px;
    margin-top: -20px;
  }
  .data ul li {
    width: 50%;
    height: 100px;
  }
  .data ul li .num {
    height: 48px;
    line-height: 48px;
    font-size: 30px;
  }
  .data ul li .tit {
    font-size: 14px;
  }
  .news .content .intr {
    padding: 0 20px;
  }
  .news .content .intr .text .txt {
    font-size: 14px;
    line-height: 36px;
  }
  .news .content .intr .text {
    padding-top: 18px;
    margin-top: 0;
  }
  .news .content .intr .more {
    padding: 15px 0;
  }
  .product {
    padding-top: 24px;
  }
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .service {
    margin-top: 20px;
  }
  .brand .content .list ul li {
    width: 40%;
    height: 88px;
  }
  .introduce {
    padding-bottom: 20px;
  }
  .introduce .text {
    padding-top: 25px;
  }
  .footer {
    padding: 30px 0;
  }
  .banner .swiper-pagination {
    bottom: 30px !important;
  }
  .page-news {
    padding-top: 0;
  }
  .page-news .tabs .addr {
    width: 100%;
    padding-top: 20px;
  }
  .page-news .page-list ul li .text .tit .tit-txt {
    width: 80%;
    line-height: 22px;
    font-size: 14px;
  }
  .page-news .page-list ul li .text .tit .tit-time {
    line-height: 22px;
  }
  .page-news .page-list ul li .text .txt {
    padding-top: 10px;
  }
  .page-nav {
    padding: 15px 0;
  }
  .page-bann {
    background: url("../img/1fb344_598x300.png") top center no-repeat;
    background-size: cover;
    height: 200px;
  }
  .page-news .page-list {
    padding-top: 0;
  }
  .page-news .tabs {
    padding-bottom: 0;
  }
  .page-news .page-list ul li {
    padding: 15px 0;
  }
  .page-news .page-list ul li>div {
    padding: 0;
  }
  .product .content .item {
    width: calc(50% - 10px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin: 0 5px;
  }
  .product .content .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .footer .conts {
    width: 30%;
    float: left;
    text-align: center;
  }
  .footer .company {
    width: 70%;
  }
  .footer .company .text p {
    width: 100%;
    margin-bottom: 0;
  }
  .footer .conts img {
    max-width: 120px;
    padding-top: 110px;
  }
  .page-news .page-list ul li .imgs {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .news .content .list ul li {
    padding-right: 12px;
    padding-left: 15px;
  }
  .news .content .list ul li .tit:after {
    left: -12px;
    top: -10px;
  }
  .footer .cont .focus {
    padding-left: 0;
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }
  .news .content .list ul li .tit span {
    height: 30px;
    line-height: 30px;
  }
  .news .content .list ul li .tit {
    height: 30px;
  }
  .news .content .list ul li .text .txt {
    line-height: 22px;
    font-size: 13px;
  }
  .news .content .list ul li .tit em {
    line-height: 30px;
    font-size: 16px;
  }
  .news .content .list ul li .text .more {
    margin-top: 6px;
  }
}
@media screen and (max-width: 361px) {
  .footer {
    padding: 10px 0;
  }
  .footer .company .tit {
    font-size: 14px;
    padding-top: 0px;
  }
  .footer .company .text {
    padding-top: 0;
  }
  .footer .company .text p {
    font-size: 12px;
  }
  .service .content .col .txt {
    padding: 20px;
  }
}
