* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1920px) {
  html {
    font-size: calc(100vw/19.2);
  }
}
@media (max-width: 1880px) {
  html {
    font-size: calc(100vw/18.8);
  }
}
@media (max-width: 1740px) {
  html {
    font-size: calc(100vw/17.4);
  }
}
@media (max-width: 1600px) {
  html {
    font-size: calc(100vw/16);
  }
}
@media (max-width: 1560px) {
  html {
    font-size: calc(100vw/15.6);
  }
}
@media (max-width: 1440px) {
  html {
    font-size: calc(100vw/14.4);
  }
}
@media (max-width: 1360px) {
  html {
    font-size: calc(100vw/13.6);
  }
}
@media (max-width: 1200px) {
  html {
    font-size: calc(100vw/12);
  }
}
@media (max-width: 960px) {
  html {
    font-size: calc(100vw/9.6);
  }
}
@media (max-width: 768px) {
  html {
    font-size: calc(100vw/7.68);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/4.8);
  }
}
@media (max-width: 375px) {
  html {
    font-size: calc(100vw/3.75);
  }
}
/*@font-face {
    font-family: 'sourcehansans';
    font-style: normal;
    font-weight: regular;
    font-display: swap;
    src: url('../font/noto-sans-sc-regular.eot');
    /* IE9 Compat Modes */
   /* src: local('Noto Sans SC'), local('NotoSans SC-Normal'), url('../font/noto-sans-sc-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ /*url('../font/noto-sans-sc-regular.woff2') format('woff2'), /* Super Modern Browsers */ /*url('../font/noto-sans-sc-regular.woff') format('woff'), /* Modern Browsers */ /*url('../font/noto-sans-sc-regular.ttf') format('truetype'), /* Safari, Android, iOS */ /*url('//lib.baomitu.com/fonts/noto-sans-sc/noto-sans-sc-regular.svg#NotoSans SC') format('svg');
    /* Legacy iOS */
/*}*/
@font-face {
    font-family: 'sourcehansans';
    font-style: normal;
    font-weight: regular;
    font-display: swap;
    src: url('../font/Techna-Sans-Regular-2.otf');

}
@font-face {
    font-family: 'Open-Sans';
    font-style: normal;
    font-weight: regular;
    font-display: swap;
    src: url('../font/Open-Sans-2.ttf');

}
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: regular;
    font-display: swap;
    src: url('../font/Merriweather-Regular-9.ttf');

}
@font-face {
    font-family: 'Merriweather-Black';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('../font/Merriweather-Black-2.ttf');

}
@font-face {
    font-family: 'Merriweather-Bold';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('../font/Merriweather-Bold-4.ttf');

}
@font-face {
    font-family: 'Montserrat-Black';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('../font/Montserrat-Black-2.otf');

}
body {
  min-height: 100%;
  font-family: 'Open-Sans';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color:#24a657;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.over{
 overflow:hidden;	
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .ptb80 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.mt1{
 margin-top:0.1rem;	
}
.mt2{
 margin-top:0.2rem;	
}
.mt3{
 margin-top:0.3rem;	
}
.mt4{
 margin-top:0.4rem;	
}
.mt5{
 margin-top:0.5rem;	
}
.mt6{
 margin-top:0.6rem;	
}
.mt7{
 margin-top:0.7rem;	
}
.mt8{
 margin-top:0.8rem;	
}
.mt9{
 margin-top:0.9rem;	
}
.mt10{
 margin-top:1rem;	
}
.mt11{
 margin-top:1.1rem;	
}
.mt12{
 margin-top:1.2rem;	
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
/*头部*/
.hadheight {
  display: none;
  height: 111px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 81px;
  }
}
@media (max-width: 991px) {
  .hadheight {
    height: 71px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 61px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background:rgba(0, 0, 0, 0.2)
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 110px;
  height: 110px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.25rem 0.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hadbox-sec1 .lt .logo {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-right: 0.23rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    width: 100%;
  }
}
@media (max-width: 1360px) {
  .hadbox-sec1 .lt .logo {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .lt .logo {
    width: 100%;
  }
}
@media (max-width: 567px) {
	.hadbox-sec1 .lt{
	 padding:0.15rem 0.2rem	
	}
  .hadbox-sec1 .lt .logo {
    /* width: 2.6rem; */
    width: 100%;
  }
}

.hadbox-sec1 .lt .logo img,
.hadbox-sec1 .lt .logo svg {
  float: left;
  width: 80%;
}
.hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .lt .text {
  font-size: 14px;
  opacity: 0.4;
  line-height: 1.4;
}
.hadbox-sec1 .lt .text a{
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .text {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.17rem;
  position: relative;
  padding: 0 0.26rem;
}

@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 0.15rem;
    padding: 0 18px;
  }
}
@media (max-width: 1440px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 0.15rem;
    padding: 0 12px;
  }
}
@media (max-width: 1360px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 0.15rem;
    padding: 0 10px;
  }
}
@media (max-width: 1280px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 0.13rem;
    padding: 0 12px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 12px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: block;
  overflow: hidden;
  opacity: 0.5;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #199449;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  line-height: 0;
  height: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .fz_hover .container {
  display: flex;
  justify-content: center;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul {
  display: flex;
  justify-content: center;
  max-width: 100%;
  line-height: 80px;
  background: url(../images/xiebagheadd1.png) no-repeat;
  background-position: 0% center;
  background-size: auto 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul {
    line-height: 50px;
    background-size: 120px 100%;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
  display: block;
  padding: 0 20px;
  color: #333333;
  font-size: 14px;
}
@media (max-width: 1680px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .hadbox-sec1 .f_navbox li .fz_hover .container ul li a {
    padding: 0 5px;
    font-size: 13px;
  }
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover{
	background:#199449;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li:hover a {
  color: #fff;
}
.hadbox-sec1 .f_navbox li .fz_hover .container ul li.on a {
  color: #fff;
}
.hadbox-sec1 .f_navbox li .had_hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
.hadbox-sec1 .f_navbox li .had_hover:hover{
	display: block !important;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro {
  padding: 0.52rem 0 0.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile {

  margin-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img {

  display: block;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .f_img .fz_title {
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 1.6;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut {
  width: 78.125%;
  padding-left: 0.55rem;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item {
  width: 33.3333%;
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.2rem;
  font-size: 18px;
  padding-bottom: 0.16rem;
  padding-top: 0.16rem;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title {
    font-size: 16px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i {
  display: block;
  width: 8px;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img:nth-child(2),
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title i svg path {
  fill: #666;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover {
  color: #199449;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover i img path,
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_title:hover svg path {
  fill: #199449;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  padding-top: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
  display: flex;
  align-items: center;
  width: 50%;
  color: #666666;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 0.08rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a {
    font-size: 12px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a span {
  display: block;
  width: calc(100% - 4px);
  padding-left: 0.1rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover {
  color: #199449;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadpro .f_mobile .fz_jut .item .fz_zhong a:hover:before {
  background-color: #199449;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution {
  width: 100%;
  padding-top: 0.4rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item {
  width: 25%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list {
  display: block;
  position: relative;
  overflow: hidden;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 50.4%;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font {
  position: absolute;
  top: 69%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.18rem 0;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font .fz_title {
  line-height: 1.4;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list .font .fz_title {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .font {
  background: rgba(0, 54, 134, 0.8);
  top: 0;
  padding-top: 25.2%;
}
.hadbox-sec1 .f_navbox li .had_hover .hadbot_cont .hadsolution .fz_jut .f_item .fz_list:hover .font .fz_title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hadbox-sec1 .f_navbox li:hover .tit span {
  color: #199449;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 78%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
  color: #199449;
}
.hadbox-sec1 .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.hadbox-sec1 .gt .lange {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0.3rem;
}
.hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  font-size: 0.17rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange span{
    font-size: 0.17rem !important;
  }
}
@media (max-width: 1440px) {
  .hadbox-sec1 .gt .lange span{
    font-size: 0.17rem !important;
  }
}
@media (max-width: 1360px) {
  .hadbox-sec1 .gt .lange span{
    font-size: 0.16rem;
  }
}
@media (max-width: 1280px) {
  .hadbox-sec1 .gt .lange span{
    font-size: 0.15rem !important;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange {
   padding: 0 0.1rem;
   width: 1.2rem
  }
  .hadbox-sec1 .gt .lange span{
   font-size:0.14rem !important;	
  }
}
@media (max-width: 568px) {
  .hadbox-sec1 .gt .lange {
   padding: 0 0.1rem;
   width: 1.2rem
  }
  .hadbox-sec1 .gt .lange span{
   font-size:0.14rem !important;	
  }
}
@media (max-width: 420px) {
  .hadbox-sec1 .gt .lange {
   padding: 0 0.1rem;
   width: 1.2rem
  }
  .hadbox-sec1 .gt .lange span{
   font-size:0.14rem !important;	
  }
}
@media (max-width: 380px) {
  .hadbox-sec1 .gt .lange {
   padding: 0 0.1rem;
   width: 1.3rem
  }
  .hadbox-sec1 .gt .lange span{
   font-size:0.14rem !important;	
  }
}
@media (max-width: 320px) {
  .hadbox-sec1 .gt .lange {
   padding: 0 0.1rem;
   width: 1.3rem
  }
  .hadbox-sec1 .gt .lange span{
   font-size:0.14rem !important;	
  }
}
.hadbox-sec1 .gt .lange .tit {
  display: flex;
  align-items: center;
  color: #fff;
}

.hadbox-sec1 .gt .lange .tit i,
.hadbox-sec1 .gt .lange .tit b {
  display: flex;
  overflow: hidden;
}
.hadbox-sec1 .gt .lange .tit i img,
.hadbox-sec1 .gt .lange .tit b img,
.hadbox-sec1 .gt .lange .tit i svg,
.hadbox-sec1 .gt .lange .tit b svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .gt .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt .lange .tit b svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .gt:hover .lange .tit i img:nth-child(1),
.hadbox-sec1 .gt:hover .lange .tit b img:nth-child(1),
.hadbox-sec1 .gt:hover .lange .tit i svg:nth-child(1),
.hadbox-sec1 .gt:hover .lange .tit b svg:nth-child(1) {
  display: none;
}
.hadbox-sec1 .gt:hover .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt:hover .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt:hover .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt:hover .lange .tit b svg:nth-child(2) {
  display: block;
}
.hadbox-sec1 .gt .lange .tit i img path,
.hadbox-sec1 .gt .lange .tit b img path,
.hadbox-sec1 .gt .lange .tit i svg path,
.hadbox-sec1 .gt .lange .tit b svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .lange .tit i {
  width: 18px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit i {
    width: 16px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .tit b {
  width: 10px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit b {
    width: 8px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .f_na {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  display: none;
}
.hadbox-sec1 .gt .lange:hover .f_na {
  display: block;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na {
    left: initial;
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding: 8px 10px;
    width: 120px;
  }
}
.hadbox-sec1 .gt .lange .f_na a {
  line-height: 40px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 12px;
    line-height: 32px;
  }
}
.hadbox-sec1 .gt .lange .f_na a:last-child {
  border-bottom: none;
}
.hadbox-sec1 .gt .search1 {
  width: 1.06rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .search1 {
    display: none;
  }
}
.hadbox-sec1 .gt .search1 .tit {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .search1 .tit img,
.hadbox-sec1 .gt .search1 .tit svg {
  width: 0.2rem;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .search1 .tit img,
  .hadbox-sec1 .gt .search1 .tit svg {
    width: 16px;
  }
}
.hadbox-sec1 .gt .search1 .tit img path,
.hadbox-sec1 .gt .search1 .tit svg path {
  fill: #199449;
}
.hadbox-sec1 .gt .qie {
  padding: 0 0.3rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
  background-color: #fff;
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #199449;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #199449;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  /* height: calc(100% - 90px); */
  height: auto;
  /* margin-bottom: 10px; */
  margin-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 60px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 20px;
  transform: scale(1.4);
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  width: 100%;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  background-color: #999;
}

.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #199449;
}

.hadbox-sec2 .fz_bt{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  /* width: 120px; */
  color: #199449;
  transition: all 0.3s linear;
  font-size: 0.26rem;
  height: 0.9rem;
  border: 1px solid #eee;
  width: 100%;
}

.hadbox-sec2 .fz_bt i{
  display: flex;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  overflow: hidden;
}

.hadbox-sec2 .fz_bt i svg{
  width: 100%;
  height: 100%;
}

.hadbox-sec2 .fz_bt i svg path{
  fill: #199449;
}

.hadbox-sec2 .fz_bt span{
  color: #199449;
}

.hadbox-sec2 .fz_bt:hover{
  background: #199449;
  border-color: #199449;
}

.hadbox-sec2 .fz_bt:hover i svg path{
  fill: #fff;
}

.hadbox-sec2 .fz_bt:hover span{
  color: #fff;
}


.hadbox-sec3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  transform: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont {
    padding: 0.6rem 0;
  }
}
.hadbox-sec3 .hadbot_cont .cont .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub,
.hadbox-sec3 .hadbot_cont .cont .form .tx {
  height: 1rem;
}
.hadbox-sec3 .hadbot_cont .cont .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec3 .hadbot_cont .cont .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec3 .hadbot_cont .cont .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #333333;
  transition: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont .form .f_sub:hover{
  background-color: #199449;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key {
  padding-left: 0.4rem;
  padding-right: 0.8rem;
  display: flex;
  align-items: flex;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key span,
.hadbox-sec3 .hadbot_cont .cont .fz_key a {
  display: block;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key span,
  .hadbox-sec3 .hadbot_cont .cont .fz_key a {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key a:hover {
  color: #999999;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .name {
  display: block;
  width: 105px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .name {
    width: 90px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 105px);
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_key .jut {
    width: calc(100% - 90px);
  }
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  display: block;
  margin: 0 0.24rem;
}
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut a,
.hadbox-sec3 .hadbot_cont .cont .fz_key .jut span {
  margin-bottom: 0.14rem;
}
.hadbox-sec3 .hadbot_cont .cont .fz_title {
  padding-left: 0.4rem;
  font-size: 24px;
  padding-bottom: 0.34rem;
  line-height: 1;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 0.25rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .fz_title {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
  /* width: 44%; */
  width: 55%;
  display: flex;
  justify-content: space-between;
  padding-left: 0.4rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 56%;
  }
}

@media (max-width: 1290px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 65%;
  }
}

@media (max-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt {
    width: 70%;
  }
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
  margin-right: 0.8rem;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    margin-right: 0.2rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item:last-child {
    margin-bottom: 0;
  }
}


.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* color: #000000; */
  color: #333;
  font-size: 16px;
  transition: all 0.3s;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit:hover{
  color: #199449;
}

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
  display: block;
  padding-left: 10px;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i img {
  width: 10px;
  float: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .tit i {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
  padding-top: 0.18rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list {
    display: none;
    padding-top: 0.24rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
  display: block;
  color: #000000;
  opacity: 0.7;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a {
    margin-bottom: 10px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list a:hover {
  color: #199449;
  opacity: 1;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei {
  margin-right: 0.4rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item .f_list .nei:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .item.on .tit i img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .lt .fz_item .f_list {
    display: none;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
  font-size: 16px;
  margin-right: 0.3rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .name {
    font-size: 14px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list {
  display: flex;
  align-items: center;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li {
  position: relative;
  margin-right: 0.2rem;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li:last-child {
  margin-right: 0;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #fff;
  margin-top: 15px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er {
    width: 100px;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er img,
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list .li .er svg {
  width: 100%;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  /* background-color: #199449; */
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: all 0.3s;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover{
  background-color: #199449;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
  /* opacity: 0.8; */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* max-width: 16px; */
  /* max-height: 16px; */
  max-width: 24px;
  max-height: 24px;
}

.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a svg path{
  fill: #315c9c;
}
.hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover svg path{
  fill:#fff; 
}

@media (max-width: 1580px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a img {
    /* max-width: 12px;
    max-height: 12px; */
    max-width: 20px;
    max-height: 20px;
  }
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbot_cont .cont .f_zhong .gt .fen .list a:hover img {
    opacity: 1;
  }
}
.hadbox:hover .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox:hover .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox:hover .hadbox-sec1 .lt .text a,.hadbox.hadbox2 .hadbox-sec1 .lt .text a{
  color: #999;
}

.hadbox:hover .hadbox-sec1 .lt .text a:hover{
  color: #199449;
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;

}
.hadbox:hover .hadbox-sec1 .gt .lange .tit i img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #7f7f7f;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit i img:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit i img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .gt .search1 {
  background-color: #f5f5f5;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox2 .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox2 .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange img:nth-child(1),
.hadbox2 .hadbox-sec1 .gt .lange svg:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .gt .lange img:nth-child(2),
.hadbox2 .hadbox-sec1 .gt .lange svg:nth-child(2) {
  display: block !important;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit i img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit i svg path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #7f7f7f;
}
.hadbox2 .hadbox-sec1 .gt .search1 {
  background-color: #f5f5f5;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox3 .hadbox-sec1 {
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox3 .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .hadbox3 .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hadbox3 .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbot {
  background-color: #fff;
  /* height: calc(100vh - 110px); */
  /*height: calc(100vh - 140px);*/
}
@media (max-width: 1580px) {
  .hadbot {
    /*height: calc(100vh - 80px);*/
    height: auto;
  }
}
@media (max-width: 767px) {
  .hadbot {
    height: auto;
  }
}
.hadbot .hadbot_cont {
  overflow: auto;
  height: calc(100% - 100px);
}
@media (max-width: 1580px) {
  .hadbot .hadbot_cont {
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_cont {
    height: auto;
  }
}

.hadbox.hadbox2 .hadbot .hadbot_cont {
  height: calc(100% - 70px);
}


.hadbot .hadbot_cont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #199449;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.hadbot .hadbot_jut {
  height: 100px;
  width: 100%;
  background: url(../images/coloedfdfbag1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_jut {
    display: none;
  }
}
.hadbot .hadbot_jut .container {
  height: 100%;
}
.hadbot .hadbot_jut .container .cont {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.38rem;
  color: #fff;
  /* justify-content: center; */
}
.hadbot .hadbot_jut .container .cont .fz_lt {
  display: flex;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font {
  /* margin-right: 1rem; */
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .name {
  line-height: 1;
  /* opacity: 0.5; */
  opacity: 1;
  font-size: 14px;
  /* margin-bottom: 10px; */
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .name {
    /* font-size: 12px; */
    font-size: 14px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
  line-height: 0.8;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
    font-size: 22px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  color: #199449;
  transition: all 0.3s linear;
  font-size: 16px;
  height: 50px;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt span{
  color: #199449;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
    width: 130px;
    font-size: 14px;
    height: 45px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i {
  display: block;
  width: 0.2rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i img,
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg {
  width: 100%;
  float: left;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg path{
  fill: #199449;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover {
  background-color: #d40400;
  color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover span{
  color: #fff;
}

.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover i svg path {
  fill: #fff;
}
.hadbot .hadbot_jut .container .cont .close {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  /* position: absolute; */
  /* top: 1rem; */
  /* right: 0.55rem; */
  /* flex-direction: column; */
  /* justify-content: center; */
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .close {
    font-size: 16px;
  }
}
.hadbot .hadbot_jut .container .cont .close i {
  /* display: block; */
  overflow: hidden;
  width: 0.24rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.2rem;
  /* width: 0.5rem; */
  /* height: 0.5rem; */
  /* min-width: 40px; */
  /* min-height: 40px; */
  /* border-radius: 1000px; */
  /* background: #199449; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-bottom: 10px; */
}
.hadbot .hadbot_jut .container .cont .close i img,
.hadbot .hadbot_jut .container .cont .close i svg {
  width: 100%;
  float: left;
  /* width: 0.2rem;
  height: 0.2rem;
  width: 15px;
  height: 15px; */
}

.hadbot .hadbot_jut .container .cont .close:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbot .hadbot_jut .container .cont .close span{
  /* color: #199449; */
  color: #fff;
  /* order: 1; */
  /* font-size: 14px; */
  /* font-size: 18px; */
  text-align: center;
  line-height: 1;
}

.hadbox-sec3 .hadbot_jut .container .cont .close{
    position: absolute;
    top: 1rem;
    right: 0.55rem;
    flex-direction: column;
    justify-content: center;
}
.hadbox-sec3 .hadbot_jut .container .cont .close i{
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 1000px;
  background: #199449;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 0;
}
.hadbox-sec3 .hadbot_jut .container .cont .close i img,
.hadbox-sec3 .hadbot_jut .container .cont .close i svg {
  width: 0.2rem;
  height: 0.2rem;
  width: 15px;
  height: 15px;
}
.hadbox-sec3 .hadbot_jut .container .cont .close span{
  color: #199449;
  order: 1;
  font-size: 14px;
  font-size: 18px;
}
@media (max-width:1580px) {
  .hadbox-sec3 .hadbot_jut .container .cont .close span{
    font-size: 16px;
  }
}

.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}





.swiper_img img{
 max-width:100%;
}
.swiper_txt{
 display:flex;
 flex-direction: column;
 justify-content:	center;
 position:absolute;
 top:20%;
 left:10%;
 padding:1rem;
 /*background:rgba(255,255,255,0.5);
 border-radius: 1rem 0 1rem 0;
 box-shadow: 0 0 15px #666;*/
}
.swiper_txt h2{
 font-size:0.5rem;
 line-height:1.04;
 font-weight:bold;
 /*color:rgba(0,0,0,0.7);*/
 color:#fff;
 font-family:'Montserrat-Black';
 text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.swiper_txt p{
 font-size:0.2rem;
 line-height:0.6rem;
 font-weight:normal;	
 color:rgba(255,255,255,0.8);
}
.swiper_txt a{
	display:block;
	margin-top:0.3rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:58px;
	font-size:0.14rem;
	line-height:30px;
	color:#fff;
}
.swiper-pagination-fraction{
 text-align:left;	
 left:10%;
 bottom:10px;
 width:1rem;
 color:#fff;
}
.swiper-pagination-current{
 font-size:0.24rem;
 color:#fff;	
}
.swiper-pagination-total{
 font-size:0.16rem;
 color:#fff;	
}
.swiper-button-prev{
	left: auto;
  right: 0.8rem;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	bottom:10px;
	top: auto;
	border:1px solid #fff;
	width:0.4rem;
	height:0.4rem;
	border-radius:50%;
	color:#fff;

}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size:0.16rem;
}
@media (max-width:1680px){
	.banner .swiper_txt h2{
	  font-size:0.48rem;	
	  margin-bottom:0.4rem;
	}
	.banner .swiper_txt p{
		font-size:0.26rem;
		line-height: 0.52rem;
	}
}
@media (max-width:1560px){
	.banner .swiper_txt h2{
	  font-size:0.42rem;	
	  margin-bottom:0.3rem;
	}
	.banner .swiper_txt p{
		font-size:0.24rem;
		line-height: 0.48rem;
	}
}
@media (max-width:1440px){
	.banner .swiper_txt h2{
	  font-size:0.38rem;	
	  margin-bottom:0.24rem;
	}
	.banner .swiper_txt p{
		font-size:0.2rem;
		line-height: 0.4rem;
	}
}
@media (max-width:1360px){
	.banner .swiper_txt h2{
	  font-size:0.34rem;	
	  margin-bottom:0.2rem;
	}
	.banner .swiper_txt p{
		font-size:0.2rem;
		line-height: 0.4rem;
	}
}
@media (max-width:1280px){
	.banner .swiper_txt h2{
	  font-size:0.3rem;	
	  margin-bottom:0.18rem;
	}
	.banner .swiper_txt p{
		font-size:0.18rem;
		line-height: 0.36rem;
	}
}
@media (max-width:991px){
	.banner .swiper_txt h2{
	  font-size:0.26rem;	
	  margin-bottom:0.15rem;
	}
	.banner .swiper_txt p{
		font-size:0.15rem;
		line-height: 0.3rem;
	}
}
@media (max-width:768px){
	.banner .swiper_txt h2{
	  font-size:0.24rem;	
	  margin-bottom:0.14rem;
	}
	.banner .swiper_txt p{
		font-size:0.14rem;
		line-height: 0.28rem;
	}
}
@media (max-width:960px){
.swiper_txt{
	top:30%;
	padding:0.2rem;
}
.swiper_txt h2{
 font-size:0.26rem;
 line-height:0.52;
 font-weight:bold;
 /*color:rgba(0,0,0,0.7);*/
 color:#fff;
 margin-bottom:0.2rem;
}
.swiper_txt p{
 font-size:0.15rem;
 line-height:0.3rem;
 font-weight:normal;	
 color:rgba(255,255,255,0.8);
}
.swiper_txt a{
	display:block;
	margin-top:0.2rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:50px;
	font-size:0.08rem;
	line-height:0.3rem;
	color:#fff;
	background-size: contain;
}	
.swiper-pagination-fraction{
 left:10%
}
.swiper-pagination-current{
 font-size:0.24rem;
 color:#fff;	
}
.swiper-pagination-total{
 font-size:0.16rem;
 color:#fff;	
}
}
@media (max-width:600px){
	.swiper_txt h2{
	  font-size:0.2rem;	
	  margin-bottom:0.1rem;
	}
	.swiper_txt p{
 font-size:0.13rem;
 line-height: 0.26rem;
}
.swiper_txt a{
	display:block;
	margin-top:0.05rem;
	background:url(../images/jiantou3.png) no-repeat left center;
	padding-left:35px;
	font-size:0.08rem;
	line-height:0.2rem;
	color:rgba(255,255,255,0.5);
	background-size: contain;
}		
.swiper-pagination-current{
 font-size:0.2rem;
 color:#fff;	
}
.swiper-pagination-total{
 font-size:0.14rem;
 color:#fff;	
}
}


.footer{
 padding:0.4rem 0;
 background:#727272;
}
.footer_list{

 
}

.foot_item {
 display:flex;
 flex-direction: column;	
}
.foot_item img{
 width:auto;	
 max-width:232px;
}
.foot_item p{
 color:#fff;
 font-size:0.14rem;	
}

.foot_item span{
 font-size:0.18rem;
 font-weight:bold;
 color:#fff;	
}
.foot_item2{
 justify-content: center;
 align-items: center;
}
.foot_item2 img{
 max-width:120px;	
}
.foot_item2 span{
 margin-top:10px;	
}
.foot_item1{
 justify-content: flex-start;
 align-items: flex-start;
}
.foot_item1 span{
 position:relative;	
 padding-bottom:10px;
}
.foot_item1 span::after{
 content:'';
 position:absolute;
 bottom:0;
 left:0;
 height:3px;
 width:100%;
 background:#199449;	
}
.foot_item1 p{
 color:#fff;
 font-size:0.14rem;
 padding-top:5px;	
}
.foot_item3 p{
 margin-top:0.2rem;	
}
@media(max-width:991px){
 	.foot_item{
 	 margin-bottom:0.2rem;	
 	}
 	
}
.bottom{
 padding:0.2rem 0;	
 display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
 background:#199449;
 text-align:center;
}
.bottom p,.bottom a{
 color:#fff;
 font-size:0.16rem;	
}
.bottom a{
 	font-size:0.14rem;	
 	margin-right:10px;
}



/*index produt*/
.subtitle{
	display: inline-block;
	font-family:'Merriweather';
	font-size:0.18rem;
	color:#199449;
	font-weight:bold;
	line-height:1;
	margin-bottom:0.16rem;
	position:relative;
	padding-right:25px;
}
.subtitle::after{
 content:'';
 position:absolute;
 right:0;
 top:-5px;
 width: 20px;
 height: 20px;
 background: url(../images/sign.png) no-repeat;	
 background-size: cover;
}
.title{
 font-size:0.36rem;
 font-weight:bold;
 font-family: 'Montserrat-Black';
}
.title2{
 font-size:0.24rem !important;
 font-weight:bold;
 font-family:'Open-Sans' !important;
}
.indexProduct .more{
 font-size:0.18rem;
 color:	#199449;
}
.indexProduct .more i{
 margin-right:5px;	
}

@media (max-width:420px){
	.indexProduct .subtitle{
		font-size:0.16rem;
		margin-bottom:0.1rem;
	}
	.indexProduct .title{
	  font-size:0.28rem;	
	}
	.indexProduct .more{
	 font-size:0.16rem;	
	}
}

.productMain{
 overflow:hidden;	
 position:relative;
}


.productMain .swiper-slide img{
  border-radius: 50%;
  max-width:100%;
  padding:20px;
}
.productMain .swiper-slide .img{
 transform: scale(0.7);
 transition: all 0.4s;
 -webkit-transform: all 0.4s;
 -moz-transition: all 0.4s;
 -o-transition: all 0.4s;	
 border-radius:50%;
 
}
.productMain .swiper-slide.swiper-slide-active .img{
 transform: scale(1);
 transition: all 0.4s;
 -webkit-transform: all 0.4s;
 -moz-transition: all 0.4s;
 -o-transition: all 0.4s;		
 border: 2px solid #199449;
}
.productMain .swiper-slide a{
 display:flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 position:relative;
}
.productMain .swiper-slide:not(.swiper-slide-active) a .content {
 position:absolute;
 top:80%;
}
.productMain .swiper-slide.swiper-slide-active .content .name{
 font-size:0.26rem;
 font-weight:bold;
 color:	#199449;
}
.productMain .swiper-slide .content .name{
 line-height:	2;
 margin-top:15px;
}

.productMain .swiper-button-prev{
 left:10px;	
 right:auto;
}
.productMain .swiper-button-prev::after,.productMain .swiper-button-next::after{
 content:'';	
}
.productMain .swiper-button-prev,.productMain .swiper-button-next{
	border: 2px solid #199449;
	border-radius:50%;
	width:50px;
	height:50px;
	top:50%;
	margin-top:-50px;
}
.productMain .swiper-button-prev i,.productMain .swiper-button-next i{
 color:#199449;
}
.productMain .swiper-pagination{
 display:none;	
}
@media (max-width:768px){
 .productMain{
  padding-bottom:0.4rem;	
 }
 .productMain .swiper-container{
	width:80%;
	margin:0 auto;
  }	
  .productMain .swiper-button-prev,.productMain .swiper-button-next{
   display:none;
  }
  .productMain .swiper-pagination{
   display:block;	
   bottom:0px;
  }
  .productMain .swiper-pagination .swiper-pagination-bullet-active{
   background:#199449;	
  }
}




/*index about*/

.indexAbout{

 position:relative;	
}
.indexAbout::after{
 content:'';
 position:absolute;
 left:0;
 top:0;
 height:100%;
 width:100%;
 background: rgba(124, 124, 124, 0.05);
 z-index: -1;
}
.indexAbout .logos{
 position:absolute;
 top:0;
 left:0;
 height:100%;	
}
.indexAbout .left img{
 max-width:100%;	
}
.indexAbout .right .text{
	font-size:0.16rem;
	color:#5b5b5b;
	line-height:1.8;
	font-family:'Open-Sans';
	word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexAbout .num{
 position:absolute;
 bottom:0.4rem;
 right: 0;
 width: 120%;
 border-radius: 0.25rem;
 background: #fff;
 box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);	
 z-index: 999;
}

.indexAbout .num .num_ul{
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.indexAbout .num .num_ul li{
	width:33.33%;
	padding:0.6rem 0;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.indexAbout .num .num_ul li:not(:last-child) {
   border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.indexAbout .num .num_ul li i{
 color:#ddd;
 font-size:0.5rem;
}
.indexAbout .num .num_ul li .li_num .count{
 font-size:0.4rem;
 color:#191919;
 font-family:	'sourcehansans';
 font-weight:bold;
}
.indexAbout .num .num_ul li .li_num sub{
 font-size:0.2rem;
 color:#191919;
 font-family:	'sourcehansans';
 font-weight:bold;	
}
.indexAbout .num .num_ul li .text{
 color: #5B5B5B;
 font-size: 0.18rem;;
 line-height:2;
 margin-top:0.15rem;
}

.indexAbout .swiper-button-prev,.indexAbout .swiper-button-next{
 left:30px;
 bottom:10px;	
 top:auto;
 width:40px;
 height:40px;
 background:#199449;
 border-radius:50%;
}
.indexAbout .swiper-button-prev:after,.indexAbout .swiper-button-next:after{
 color:#fff;	
}
.indexAbout .swiper-button-next{
 left:80px;	
}
@media (max-width:1680px){
	.indexAbout .title{
		font-size:0.24rem !important;
	}
	.indexAbout .num .num_ul li{
	 	padding:0.4rem 0;
	}
	.indexAbout .num .num_ul li i{
    font-size:0.4rem;
   }
   .indexAbout .num .num_ul li .li_num .count{
   	font-size:0.32rem;
   }
   .indexAbout .num .num_ul li .li_num sub{
    font-size:0.18rem;	
   }
   .indexAbout .num .num_ul li .text{
    font-size:0.16rem;	
   }
   .indexAbout .num{
   	 bottom:0.3rem;
   	}
}
@media (max-width:1560px){
	.indexAbout .title{
		font-size:0.24rem !important;
	}
	.indexAbout .num .num_ul li{
	 	padding:0.4rem 0;
	}
	.indexAbout .num .num_ul li i{
    font-size:0.4rem;
   }
   .indexAbout .num .num_ul li .li_num .count{
   	font-size:0.32rem;
   }
   .indexAbout .num .num_ul li .li_num sub{
    font-size:0.18rem;	
   }
   .indexAbout .num .num_ul li .text{
    font-size:0.16rem;	
   }
   .indexAbout .num{
   	 bottom:0.2rem;
   	}
}
@media (max-width:1440px){
	.indexAbout .title{
		font-size:0.24rem !important;
	}
	.indexAbout .num .num_ul li{
	 	padding:0.3rem 0;
	}
	.indexAbout .num .num_ul li i{
    font-size:0.3rem;
   }
   .indexAbout .num .num_ul li .li_num .count{
   	font-size:0.28rem;
   }
   .indexAbout .num .num_ul li .li_num sub{
    font-size:0.16rem;	
   }
   .indexAbout .num .num_ul li .text{
    font-size:0.14rem;	
   }
   .indexAbout .num{
   	 bottom:0.1rem;
   	}
}
@media (max-width:1360px){
	.indexAbout .title{
		font-size:0.2rem !important;
	}
	.indexAbout .num .num_ul li{
	 	padding:0.3rem 0;
	}
	.indexAbout .num .num_ul li i{
    font-size:0.3rem;
   }
   .indexAbout .num .num_ul li .li_num .count{
   	font-size:0.28rem;
   }
   .indexAbout .num .num_ul li .li_num sub{
    font-size:0.16rem;	
   }
   .indexAbout .num .num_ul li .text{
    font-size:0.14rem;	
   }
   .indexAbout .num{
   	 bottom:0.1rem;
   	}
}
@media (max-width:1200px){
	.indexAbout .right .text{
	  font-size:0.14rem;	
	}
	.indexAbout .title{
		font-size:0.18rem;
	}
	.indexAbout .num .num_ul li{
	 	padding:0.2rem 0;
	}
	.indexAbout .num .num_ul li i{
    font-size:0.24rem;
   }
   .indexAbout .num .num_ul li .li_num .count{
   	font-size:0.2rem;
   }
   .indexAbout .num .num_ul li .li_num sub{
    font-size:0.14rem;	
   }
   .indexAbout .num .num_ul li .text{
    font-size:0.12rem;	
   }
}
@media (max-width:991px){
	.indexAbout .logos{
	  display:none;	
	}
	.indexAbout .right{
	 margin-top:0.2rem;	
	}
	.indexAbout .num{
	 position:static;
	 width:100%;	
	}
	.indexAbout .right .text{
	  font-size:0.16rem;	
	}
	.indexAbout .title{
		font-size:0.24rem;
	}
	.indexAbout .num .num_ul li{
	 	padding:0.3rem 0;
	}
	.indexAbout .num .num_ul li i{
    font-size:0.3rem;
   }
   .indexAbout .num .num_ul li .li_num .count{
   	font-size:0.24rem;
   }
   .indexAbout .num .num_ul li .li_num sub{
    font-size:0.18rem;	
   }
   .indexAbout .num .num_ul li .text{
    font-size:0.16rem;	
   }	
   .indexAbout .right .text{


    -webkit-line-clamp:9;

    }
}
@media (max-width:768px){

   .indexAbout .num .num_ul li .text{
    font-size:0.14rem;	
   }	
}




/*indexIndustry*/
.indexIndustry{
 background: #fff;
 height: calc(100vh - 1.25rem);
 display: flex;
 align-items: center;	
 z-index: 9;
 position: relative;
}

.indexIndustry .bgg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
 z-index: -1;
}
.indexIndustry .bgg div {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
 -webkit-transform: scale(1.1, 1.1);
 -ms-transform: scale(1.1, 1.1);
 transform: scale(1.1, 1.1);
 opacity: 0;
 -webkit-transition: all 0.7s;
 -o-transition: all 0.7s;
 transition: all 0.7s;
 background-size: cover;
 background-position: center center;
}
.indexIndustry .bgg div.active {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
.cf {
  color: #fff !important;
}
.indexIndustry  .subtitle::after{
	background: url(../images/sign1.png) no-repeat;
}
.indexIndustry ul {
 width: 4.5rem;
 margin-top:0.8rem;
}
.indexIndustry ul li {
 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
 position: relative;
}

.indexIndustry ul:after, .indexIndustry ul:before {
    display: table;
    content: "";
}
.indexIndustry ul li::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 100%;    
  background: -moz-linear-gradient(0.3% 50% 0deg, #199449 0%, rgba(25, 148, 73, 0)  100%);
  background: -webkit-linear-gradient(0deg, #199449 0%, rgba(25, 148, 73, 0)  100%);
  background: -webkit-gradient(linear, 0.3% 50%, 89.61% 50%, color-stop(0, #1c5ba5), color-stop(1, rgba(25, 148, 73, 0)));
  background: -o-linear-gradient(0deg, #199449 0%, rgba(25, 148, 73, 0) 100%);
  background: -ms-linear-gradient(0deg, #199449 0%, rgba(25, 148, 73, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c5ba5', endColorstr='#1c5ba5' ,GradientType=0)";
 background: linear-gradient(90deg, #199449 0%, rgba(25, 148, 73, 0) 100%);
 opacity: 0.6;
 border-radius: 0.08rem;
 -moz-border-radius: 0.08rem;
 -webkit-border-radius:0.08rem;
 filter: alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(opacity=60) progid:DXImageTransform.Microsoft.gradient(startColorstr='#199449', endColorstr='#1C5BA5', GradientType=1);
 transition: all 0.4s;
 -webkit-transform: all 0.4s;
 -moz-transition: all 0.4s;
 -o-transition: all 0.4s;
 z-index: -1;
}
.indexIndustry ul li:hover,
.indexIndustry ul li.active {
  border-radius: 0.08rem;
}
.indexIndustry ul li:hover::before,
.indexIndustry ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.indexIndustry ul li:hover .icon img,
.indexIndustry ul li.active .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.indexIndustry ul li a {
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
}
.indexIndustry ul li .icon img {
  height: 0.375rem;
}
.indexIndustry ul li .name {
  width: calc(100% - 0.3125rem);
  padding-left: 0.3125rem;
  font-size: 0.18rem;
  line-height: 1rem;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width:1680px){
  .indexIndustry ul{
   margin-top:0.8rem	
  }
	.indexIndustry ul li .name{
	 line-height:0.9rem;
	}
}
@media (max-width:1560px){
  .indexIndustry ul{
   margin-top:0.6rem	
  }
	.indexIndustry ul li .name{
	 line-height:0.8rem;
	}
}
@media (max-width:768px){
	.indexIndustry ul{
	  width:100%;	
	  margin-top:0.6rem	
	}
	.indexIndustry ul li .name{
	 width:90%;
	 padding-left:	10%;
	 line-height:0.8rem;
	}
}

/*indexPinpai*/
.indexPinpai .top{
 display:flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;	
}

 
 
 .pr {
    position: relative;
}
 .indexPinpai {
  position: relative;
  z-index: 100;
}
.indexPinpai .margin {
  margin-top: 0.3rem;
}
.indexPinpai .swiper-container{
 margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;	
    width:90%;
}
.indexPinpai .swiper-container .swiper-wrapper{
	flex-direction:row;
	flex-wrap: wrap
}
.indexPinpai .swiper-slide {
  border: 1px solid #D9D9D9;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.0625rem;
  margin-top:0.15rem !important;
}
.indexPinpai .swiper-slide .over {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexPinpai .swiper-slide .over img {

  max-width:100%;
}
.indexPinpai .swiper-slide:hover {
  border-color: #199449;
}
/*.indexPinpai .swiper-slide:hover img {
  transform: scale(1.1);
  transition:1.5s transform .2s
}*/
.indexPinpai .swiper-button-prev{
 left:10px;	
 right:auto;
}
.indexPinpai .swiper-button-prev::after,.indexPinpai .swiper-button-next::after{
 content:'';	
}
.indexPinpai .swiper-button-prev,.indexPinpai .swiper-button-next{
	border: 2px solid #199449;
	border-radius:50%;
	width:50px;
	height:50px;
	top:50%;
	margin-top:-25px;
}
.indexPinpai .swiper-button-prev i,.indexPinpai .swiper-button-next i{
 color:#199449;
}
.indexPinpai .swiper-pagination{
 display:none;	
}
.indexPinpai  .bottom1{
 overflow:hidden;
 margin-top:0.4rem;
 position:relative;
}
@media (max-width:1560px){
	.indexPinpai .swiper-button-prev,.indexPinpai .swiper-button-next{
		width:30px;
	  height:30px;
	  margin-top:-15px;
	}
}
@media (max-width:991px){
	.indexPinpai  .bottom1{
	  padding-bottom:0.3rem;	
	}
	.indexPinpai .swiper-pagination{
 display:block;
 bottom:0;
}
.indexPinpai .swiper-pagination .swiper-pagination-bullet-active{
 background:#199449;
}
.indexPinpai .swiper-button-prev,.indexPinpai .swiper-button-next{
 display:none;	
}
}
/*.indexPinpai  .bottom1{
 display:flex;
 flex-wrap: wrap;	
 margin-top:0.4rem;
}
.indexPinpai  .bottom1 .over{
 width:20%;
 padding:10px;	
}
.indexPinpai  .bottom1 .over img{
 max-width:100%;	
 border:1px solid #D9D9D9;
 border-radius:10px;
}*/



/*index news*/
.indexNews{
 background:#ededed;
}

.indexNews .top{
  display:flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;		
}
.indexNews .bottom1{
  overflow:hidden;
  margin-top:0.4rem;	
}
.indexNews .bottom1 .news_item{
 display:flex;
 flex-direction: column;
 height:100%;
 justify-content: space-between;
}
.indexNews .bottom1 .news_item .news_con{
 display:flex;
 flex-direction: column;	
}
.indexNews .bottom1 .news_item img{
 margin-bottom:0.3rem;	
 max-width:100%;
}
.indexNews .bottom1 .news_item span{
	font-family:'sourcehansans';
	font-size:0.14rem;
	font-weight:bold;
	color:#7F7F7F;
	margin-bottom:0.1rem;
}
.indexNews .bottom1 .news_item h2{
 color:#2D2D2D;
 font-size:0.18rem;
 font-weight:bold;
 margin-bottom:0.1rem;	
  	word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexNews .bottom1 .news_item p{
	font-family:'sourcehansans';
	font-size:0.14rem;
	color:#7F7F7F;	
	word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexNews .bottom1 .right{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;		
}
.indexNews .bottom1 .right .news_item1{
 display:flex;
 justify-content: flex-start;
 align-items: center;	
 width:100%;
 padding:0.23rem 0;
 border-bottom:1px solid #d5d5d5
}
.indexNews .bottom1 .right .news_item1:hover{
background:#ededed;	
}
.indexNews .bottom1 .right .news_item1 .time{
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;;		
	width:1rem;
}
.indexNews .bottom1 .right .news_item1 .time .date{
	font-size:0.38rem;
	font-weight:bold;
	color:#2D2D2D;
	font-family:'sourcehansans';
}
.indexNews .bottom1 .right .news_item1 .time .year{
	font-size:0.16rem;
	color:#7F7F7F;
	font-family:'sourcehansans';	
}
.indexNews .bottom1 .right .news_item1  .news_con{
 width: calc(100% - 1rem);
}
.indexNews .bottom1 .right .news_item1 .news_con{
 display:flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: flex-start;		
}
.indexNews .bottom1 .right .news_item1 .news_con h2{
 color:#2D2D2D;
 font-size:0.18rem;
 font-weight:bold;
 margin-bottom:0.1rem;	
 	word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexNews .bottom1 .right .news_item1 .news_con p{
	font-family:'Open-Sans';
	font-size:0.14rem;
	color:#7F7F7F;	
	word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom:0.1rem;
}

.indexNews .bottom1 .right .news_item1 .news_con span{
	font-family:'Open-Sans';
	font-size:0.16rem;
	font-weight:bold;
	position:relative;
	color:#7c7c7c;
	padding-right:25px;
}
.indexNews .bottom1 .right .news_item1 .news_con span::after{
	content: '';
    position: absolute;
    right: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url(../images/sign3.png) no-repeat;
    background-size: cover;
}
.indexNews .bottom1 .right .news_item1:first-child{
 padding-top:0;	
}
@media (max-width:1680px){
	.indexNews .bottom1 .right .news_item1 .time .date{
	  font-size:0.24rem;	
	}
	.indexNews .bottom1 .right .news_item1{
	  padding:0.17rem 0;	
	}

}
@media (max-width:1560px){
	.indexNews .bottom1 .right .news_item1 .time .date{
	  font-size:0.2rem;	
	}
	.indexNews .bottom1 .right .news_item1{
	  padding:0.14rem 0;	
	}
	.indexNews .bottom1 .right .news_item1 .news_con h2{
	 font-size:0.16rem;	
	}
	.indexNews .bottom1 .right .news_item1 .news_con p{
	 font-size:0.12rem;	
	}
	.indexNews .bottom1 .right .news_item1 .news_con span{
	 font-size:0.14rem;	
	}
}
@media (max-width:1480px){
	.indexNews .bottom1 .right .news_item1 .time .date{
	  font-size:0.2rem;	
	}
	.indexNews .bottom1 .right .news_item1{
	  padding:0.14rem 0;	
	}

}

@media (max-width:1360px){
	.indexNews .bottom1 .right .news_item1 .time .date{
	  font-size:0.18rem;	
	}
	.indexNews .bottom1 .right .news_item1{
	  padding:0.08rem 0;	
	}
	.indexNews .bottom1 .right .news_item1 .news_con h2{
		font-size:0.14rem;
	}
	.indexNews .bottom1 .right .news_item1 .news_con span{
	 font-size:0.1rem;	
	}
	.indexNews .bottom1 .right .news_item1 .news_con span{
	 font-size:0.12rem;	
	}
}
@media (max-width:991px){
	.bottom1 .left{
	 min-height:432px;	
	 max-height:557px;
	}
	.indexNews .bottom1 .right .news_item1 .time .date{
	  font-size:0.38rem;	
	}
	.indexNews .bottom1 .right .news_item1{
	  padding:0.3rem 0;	
	}
	.indexNews .bottom1 .right .news_item1:first-child{
	 padding-top:0.3rem;	
	}
	.indexNews .bottom1 .right .news_item1 .news_con h2{
		font-size:0.18rem;
	}
	.indexNews .bottom1 .right .news_item1 .news_con span{
	 font-size:0.16rem;	
	}
}
@media (max-width:768px){
	.bottom1 .left{
	 min-height:228px;	
	 max-height:432px;
	}

}
@media (max-width:512px){
	.bottom1 .left{
	 min-height:158px;	
	 max-height:228px;
	}

}

.indexNews .swiper-button-prev, .indexNews .swiper-button-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background:#199449;
    top: 90%;
    margin-top: -40px;
}
.indexNews .swiper-button-prev::after, .indexNews .swiper-button-next::after{
 content:'';
 	
}
.indexNews .swiper-button-prev i,.indexNews .swiper-button-next i{
 color: #fff;
}
.indexNews .swiper-button-prev {
 right:0.6rem;	
}















.bannernei{
 width: 100%;
 overflow: hidden;
 position:relative;
 z-index: 0;
}
.bannernei img{
 animation: zoomIn 3s forwards;
 -webkit-animation: zoomIn 3s forwards;	
}
.banner_text{
 display:flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 position:absolute;
 top:50%;
 width:100%;
 z-index: 999;
}
.banner_text h2{
 font-size:0.42rem;
 font-weight:bold;
 color:#fff;
 letter-spacing: 3px;	
 position:relative;
 
}
.banner_text h2::after{
 
 content:'';	
 position:absolute;
 top:100%;
 left:50%;
 margin-left:-40px;
 margin-top:20px;
 width:80px;
 height:3px;
 background:#199449;
}
.banner_text p,.banner_text p a{
 font-size:0.14rem;
 color:rgba(255,255,255,0.7);
 font-weight:normal;	
}
.banner_text p .fa-home{
 font-size:0.18rem;
 color:#199449;	
 margin-right:5px;
}

@keyframes zoomIn {
  from {
    transform:scale(1,1); /* 初始大小 */
  }
  to {
    transform:scale(1.2,1.2); /* 放大到150% */
  }
}
 
.nei_nav{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.bread {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ececec;
}
.bread .cont {
  display: flex;
  justify-content: space-between;
}
.bread .cont .gt {
  width: 50%;
}
.bread .cont .nav1 .f_jut {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.bread .cont .nav1 .f_jut a {
  font-size: 0.16rem;
  color: #333333;
  display: block;
  width:25%;
  margin-bottom:10px;
}
@media (max-width: 1681px) {
  .bread .cont .nav1 .f_jut a {
   font-size: 0.14rem;
  }
}
@media (max-width: 1560px) {
  .bread .cont .nav1 .f_jut a {
    width:25%;
    font-size: 0.13rem;
  }
}
@media (max-width: 1440px) {
  .bread .cont .nav1 .f_jut a {
    width:25%;
  }
}
@media (max-width: 1200px) {
  .bread .cont .nav1 .f_jut a {
  
    
  }
}
@media (max-width: 991px) {
  .bread .cont .nav1 .f_jut a {
 width:100%;
  }
}
.bread .cont .nav1 .f_jut a:last-child {
  margin-right: 0;
}
.bread .cont .nav1 .f_jut .on {
  color: #199449;
  font-weight: bold;
}
@media (max-width: 991px) {
  .bread .cont .nav1 .f_jut {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 222;
    display: none;
  }
  .bread .cont .nav1 .f_jut a {
    display: block;
    padding: 20px calc(8.5% + 15px);
  }
}
@media (max-width: 767px) {
  .bread .cont .nav1 .f_jut a {
    width: 100%;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
.bread .cont .nav1 .but {
  display: none;
}
@media (max-width: 991px) {
  .bread .cont .nav1 .but {
    display: block;
  }
  .bread .cont .nav1 .but span {
    background-color: #666;
  }
}

.basecont {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  margin-left: auto;
  margin-right: auto;
}

.bread .cont .gt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bread .cont .gt h2{
 margin-bottom:0;
 font-size:0.3rem;
 font-weight:bold;
 color:#199449;	
 position: relative;
 padding-right: 25px;
 line-height:1
}
.bread .cont .gt h2::after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    background: url(../images/sign.png) no-repeat;
    background-size: cover;
}
.bread_info .cont .gt {
  justify-content: flex-start;
}
.bread .cont .gt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
  font-size: 0.16rem;
  color: #666666;
  max-width: 30%;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .bread_info {
    padding: 0.22rem 0;
  }
}
.bread_info .cont .gt {
  justify-content: flex-start;
}
.bread_info .cont .gt .img {
  display: block;
  flex-shrink: 0;
  width: 0.14rem;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .bread_info .cont .gt .img {
    width: 0.12rem;
  }
}
.bread_info .cont .gt .img img {
  width: 100%;
  float: left;
}
.bread .cont .gt .on:last-child {
    font-weight: bold;
}



.aboutsec1{
	overflow:hidden;
	padding:0.5rem 0;
}
.aboutsec1box{
	display: flex;
  justify-content: space-between;
}
.aboutsec1box_left{
  width: 60%;
  overflow: hidden;
}
.aboutsec1 .aboutsec1box_left .tit div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutsec1 .aboutsec1box_left h3 {
  color: #aaaaaa;
  font-size: 0.18rem;
  margin-bottom:0;
}
.aboutsec1 .aboutsec1box_left h3 b {
  width: 0.8rem;
  height: 0.01rem;
  display: inline-block;
  background: #199449;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.aboutsec1 .aboutsec1box_left h2 {
  color: #000;
  font-size: 0.46rem;
  width: 100%;
  text-align: center;
  padding-left: 1.15rem;
  margin-top: 0.3rem;
}
.aboutsec1 .aboutsec1box_left img{
 max-width:100%;
}
.aboutsec1 .aboutsec1box_right {
 width: 40%;
 padding-left: 0.8rem;
}
.aboutsec1 .aboutsec1box_right h4 {
 color: #000000;
 font-size: 0.4rem;
 margin-bottom: 0.5rem;
}
.aboutsec1 .aboutsec1box_right p{
	color:#737373;
	font-size:0.16rem;
	line-height:0.32rem;
}
@media (max-width:1080px){
	.aboutsec1box{
    flex-direction: column;
  }
	.aboutsec1box_left{
	 width:100%;	
	}
	.aboutsec1 .aboutsec1box_right{
	 width:100% !important;	
	 padding-left:0 !important;
	 margin-top:0.3rem;
	}
	.aboutsec1 .aboutsec1box_right p{
	 font-size: 0.18rem;
   line-height: 0.42rem;	
	}
}
.main{
 background:#f8f8f8;
 overflow:hidden;	
 padding:0.8rem 0;
}
@media (max-width:512px){
	.main{
 padding:0.3rem 0;
}
}
.innobox-sec2 .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.3rem;
  background:#fff;

}

.innobox-sec2 .item .font {
  width: 35%;
  padding: 0.3rem 0.8rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .innobox-sec2 .item .font {
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .innobox-sec2 .item .font {
    width: 100%;
    padding: 0.6rem 0.4rem;
    order: 1;
  }
}
.innobox-sec2 .item .font .tit {
  font-size: 0.48rem;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .innobox-sec2 .item .font .tit {
    font-size: 0.52rem;
  }
}
.innobox-sec2 .item .font .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1199px) {
  .innobox-sec2 .item .font .text {
    font-size: 14px;
    line-height: 24px;
    height: 4rem;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .innobox-sec2 .item .font .text {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .innobox-sec2 .item .font .text {
    height: auto;
  }
}
.innobox-sec2 .item .gt {
  width: 65%;
  overflow: hidden;
  height: 100%;
}

@media (max-width: 767px) {
  .innobox-sec2 .item .gt {
    width: 100%;
  }
}
.innobox-sec2 .item .gt .img {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 75.555%;
}
@media (max-width: 767px) {
  .innobox-sec2 .item .gt .img {
    width: 100%;
  }
}
@media (min-width: 768px) {
}
.innobox-sec2 .item .gt .img img,
.innobox-sec2 .item .gt .img video {
  width: 140%;
  height: 140%;
  position: absolute;
  margin-left: -20%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .innobox-sec2 .item .gt .img img,
  .innobox-sec2 .item .gt .img video {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.innobox-sec2 .item .gt .img .video {
  z-index: 2;
}
.innobox-sec2 .item .gt .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 100%;
  background: url(../images/qiebian.svg) no-repeat;
  background-position: top left;
  background-size: auto 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .innobox-sec2 .item .gt .img:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .innobox-sec2 .item:nth-child(2n) .font {
    order: 1;
  }
  .innobox-sec2 .item:nth-child(2n) .gt .img:after {
    transform: rotateY(180deg);
    left: 1px;
  }
}
.innobox-sec2 .item:nth-child(odd){
	border-radius:0 1rem 0 1rem;
}
.innobox-sec2 .item:nth-child(odd) .gt{
	border-radius:0 1rem 0 0;
}
.innobox-sec2 .item:nth-child(even){
	border-radius:1rem 0 1rem 0;
}
.innobox-sec2 .item:nth-child(even) .gt{
	border-radius:1rem 0 0 0;
}
.innobox-sec2 .item{
	
}



.sustainbox-sec1 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background:#fff;
}
.sustainbox-sec1 .cont .lt {
  width: 43.75%;
  padding-right: 1.06rem;
}
@media (max-width: 767px) {
  .sustainbox-sec1 .cont .lt {
    padding-right: 0;
    width: 100%;
    order: 1;
    margin-top: 0.5rem;
  }
}
.sustainbox-sec1 .cont .lt .tit {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.6rem;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 10px;
  padding-left:0.15rem;
  padding-right:0.15rem;
}
@media (max-width: 767px) {
  .sustainbox-sec1 .cont .lt .tit {
    font-size: 0.52rem;
    line-height: 1.4;
  }
}
.sustainbox-sec1 .cont .lt .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  padding-left:0.15rem;
  padding-right:0.15rem;
}
@media (max-width: 1580px) {
  .sustainbox-sec1 .cont .lt .text {
    font-size: 14px;
    line-height: 26px;
  }
}
.sustainbox-sec1 .cont .gt {
  width: 56.25%;
}
@media (max-width: 767px) {
  .sustainbox-sec1 .cont .gt {
    width: 100%;
  }
}
.sustainbox-sec1 .cont .gt .img {
  width: 100% ;
  position: relative;
  padding-bottom: 66.666%;
  overflow: hidden;
}
.sustainbox-sec1 .cont .gt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


.sustainbox-sec2 {
  background-color: #f8f8f8;
  padding:0.5rem 0 0 0;
}
.sustainbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.19rem;
}
@media (max-width: 767px) {
  .sustainbox-sec2 .cont {
    margin: 0;
  }
}
.sustainbox-sec2 .cont .item {
  width: 25%;
  padding: 0 0.19rem;
}
@media (max-width: 1580px) {
  .sustainbox-sec2 .cont .item {
    width: 50%;
    margin-bottom: 0.36rem;
  }
}
@media (max-width: 767px) {
  .sustainbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.sustainbox-sec2 .cont .item .list {
  width: 100%;
  display: block;
  background-color: #fff;
  height: 100%;
}
.sustainbox-sec2 .cont .item .list .img {
  width: 100%;
  padding-bottom: 47.29%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #199449, #8cc5fa);
}
.sustainbox-sec2 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sustainbox-sec2 .cont .item .list .img .zi {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .sustainbox-sec2 .cont .item .list .img .zi {
    font-size: 0.42rem;
  }
}
.sustainbox-sec2 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #199449;
  opacity: 0.6;
}
.sustainbox-sec2 .cont .item .list .font {
  width: 100%;
  padding: 0.54rem 0.5rem;
}
.sustainbox-sec2 .cont .item .list .font .text {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 1580px) {
  .sustainbox-sec2 .cont .item .list .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.sustainbox_tit {
    text-align: center;
    margin-bottom: 0.38rem;
}
.sustainbox_tit .tit {
    font-size: 0.48rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    letter-spacing: 0px;
    color: #000000;
}
.sustainbox_tit .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 10px;
}



.join-sec2 .tit {
	margin-top: 70px;
	text-align: center;
}

.join-sec2 .tit h2 {
	text-align: center;
	font-size: 40px;
	color: #333;
}

.join-sec2 .tit h3 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-top: 20px;
}

.join-sec2 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.join-sec2 li {
	max-width: 195px;
	transition: all 0.6s;
	width: calc(100%/6);
}

.join-sec2 li:nth-child(2n) {
	margin-top: 30px;
	width: calc(100%/9);
}

.join-sec2 li span {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #199449;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 30px;
	border-radius: 100%;
	margin: 0 auto;
	transition: all 0.6s;
}

.join-sec2 li strong {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 20px auto;
}

.join-sec2 li p {
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}

.join-sec2 li:hover span {
	box-shadow: 0px 0px 65px 0px rgba(230, 33, 41, 0.2);
	transform: scale(0.9);
}

.join-sec2 li:hover {
	transform: translateY(-10px);
}

.join-sec2 li img {
	display: block;
	margin: 0 auto;
}
.join-sec4 {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin-top: 70px;
	padding: 20px 70px;
	margin-bottom: 70px;
}

.join-sec4 .left {
	width: 80%;
}

.join-sec4 .text {
	display: flex;
	justify-content: space-between;
	max-width: 910px;
}

.join-sec4 .text span {
	color: #888888;
	font-size: 14px;
	display: inline-block;
}

.join-sec4 .tit {
	margin-bottom: 30px;
}

.join-sec4 .tit strong {
	color: #333333;
	font-size: 26px;
	transition: all 0.6s;
}

.join-sec4 .tit b {
	color: #888888;
	font-size: 16px;
	display: inline-block;
	margin-left: 35px;
}

.join-sec4 .div2 p {
	color: #666666;
	font-size: 14px;
	line-height: 34px;
	margin-top: 20px;
}

.join-sec4 .div2 {
	padding-top: 30px;
	display: none;
}

.join-sec4 li {
	border-bottom: 1px solid #eeeeee;
	position: relative;
	cursor: pointer;
	padding: 50px 0;
}

.join-sec4 li .btn {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	transform: translateY(-50%);
	height: 30px;
	background: url(../images/jia.png) no-repeat center;
	cursor: pointer;
}

.join-sec4 li.on .btn {
	background-image: url(../images/jian.png);
	top: 50px;
	transform: none;
}

.join-sec4 li:last-child {
	border-bottom: none;
}

.join-sec4 li:hover .tit strong {
	color: #199449;
}
@media (max-width:1600px){
	.join-sec2 .tit h2 {
		font-size: 30px;
	}

	.join-sec2 .tit h3 {
		font-size: 18px
	}

	.join-sec2 li strong {
		font-size: 18px;
		margin: 15px auto;
	}

	.join-sec2 li span {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 24px
	}

	.join-sec2 .tit {
		margin-top: 50px;
	}
	.join-sec4 {
		padding: 20px 50px;
	}

	.join-sec4 li {
		padding: 30px 0;
	}

	.join-sec4 .tit {
		margin-bottom: 20px;
	}

	.join-sec4 .tit strong {
		font-size: 20px;
	}

	.join-sec4 .tit b {
		font-size: 14px
	}

	.join-sec4 li .btn {
		background-size: 20px auto;
	}

	.join-sec4 .div2 {
		padding-top: 10px;
	}

	.join-sec4 .div2 p {
		margin-top: 10px;
	}
	.join-sec4 {
		margin: 50px 0;
	}
}
@media (max-width:1200px) {
 .join-sec2 li:nth-child(2n) {
		display: none;
	}	
	.join-sec4 {
		padding: 30px;
	}

	.join-sec4 .left {
		width: 90%;
	}
}
@media (max-width:900px){
	.join-sec2 li {
		width: calc(100%/3);
		padding: 0 5px;
		max-width: initial;
	}

	.join-sec2 li:nth-child(2n) {
		display: none;
	}

	.join-sec2 li img {
		width: 20px;
	}

	.join-sec2 ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.join-sec2 li:nth-child(7) {
		flex-grow: 1;
	}

	.join-sec2 li:last-child {
		flex-grow: 1;
	}
}
@media (max-width:750px){
 .join-sec2 .tit h2 {
		font-size: 20px;
	}

	.join-sec2 .tit h3 {
		font-size: 15px
	}

	.join-sec2 li {
		margin-bottom: 20px;
	}

	.join-sec2 li p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		overflow: hidden;
		line-height: 24px;
		font-size: 12px
	}

	.join-sec2 li span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.join-sec2 li strong {
		font-size: 16px;
		margin: 10px 0 5px 0;
	}

	.join-sec2 .tit {
		margin-top: 40px;
	}	
	.join-sec4 {
		padding: 15px;
		margin: 30px 0;
	}

	.join-sec4 .text {
		flex-wrap: wrap;
	}

	.join-sec4 .tit strong {
		font-size: 16px;
	}

	.join-sec4 .tit b {
		margin-left: 5px;
	}

	.join-sec4 li .btn {
		top: 20px;
		right: 0px;
		transform: none;
		background-size: 15px auto;
	}

	.join-sec4 .text span {
		width: 50%;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.join-sec4 .text span:last-child {
		flex-grow: 1;
	}

	.join-sec4 li {
		padding: 15px 0;
	}

}
.c-common-btn {
	display: block;
	position: relative;
	width: 128px;
	height: 57px;
	border-bottom: 1px solid #ddd;
	line-height: 56px;
	color: #fff;
	background: url(../images/jt1.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn:hover{
	color: #fff;
}
.c-common-btn.c-unique {
	color: #222;
	background: url(../images/jt2.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	border-bottom: 1px solid #199449;
	transition: all 0.5s;
}
.c-common-btn:hover::before {
	width: 100%;
}

.newslist{
 overflow:hidden;	
}
.newslist .container{
	overflow:hidden;	
}
.newslist ul li{
 float:left;
 margin-bottom:30px;	
}
.newslist ul li .newsbox_title{
 background:#fff;	
}


.xwzxde-sec1 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}

.xwzxde-sec1>div {
	flex-grow: 1;
	padding-right: 10px;
}

.xwzxde-sec1 .backbtn {
	display: block;
	width: 50px;
	height: 50px;
	border: solid 1px #e5e5e5;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	flex-shrink: 0;
}

.xwzxde-sec1 .backbtn img {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.6s;
	width: 23px;
	height: 20px;
}

.xwzxde-sec1 .backbtn:hover {
	border-color: #199449;
	box-shadow: 0 0 10px 5px rgba(25, 148, 73, 0.3);
}

.xwzxde-sec1 .backbtn:hover img {
	transform: scale(0.9);
}

.xwzxde-sec1 h3 {
	color: #333333;
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}

.xwzxde-sec1 p {
	text-align: center;
}

.xwzxde-sec1 p span {
	display: inline-block;
	margin-right: 10px;
}
.xwzxde-sec2 {
	display: flex;
	margin: 40px 0;
	align-items: center;
	height: 110px;
}

.xwzxde-sec2 strong {
	background: #199449;
	color: #fff;
	font-family: "宋体";
	width: 159px;
	font-size: 40px;
	font-weight: bold;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.xwzxde-sec2 p {
	color: #333333;
	line-height: 36px;
	font-size: 16px;
	text-indent: 3em;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.xwzxde-sec2 div {
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 50px;
	flex-grow: 1;
}
.xwzxde-sec3 {
	line-height: 43px;
	font-size: 16px;
	color: #333333;
	margin: 20px 0;
}

.xwzxde-sec3 p {
	line-height: 32px;
	font-size: 16px;
	color: #333333;
	text-indent: 32px;
	margin-bottom:14px;
}

.xwzxde-sec3 img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}
.fenpian {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

.fenpian>div {
	display: block;
	width: 48%;
}

.fenpian span {
	color: #888;
	transition: all 0.6s;
}

.fenpian .prevpian {
	background: url(../images/arrowleft.png) no-repeat left center;
	padding-left: 25px;
}

.fenpian .nextpian {
	background: url(../images/arrowright.png) no-repeat right center;
	padding-right: 25px;
}

.fenpian .nextpian span {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 14px
}

.fenpian .nextpian p {
	text-align: right;
}

.fenpian p {
	color: #333;
	font-size: 18px;
	margin-top: 10px;
	transition: all 0.6s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fenpian a:hover p {
	color: #E62129;
}
@media (max-width:1600px){
 .fenpian p {
		font-size: 16px
	}	
}
@media (max-width:1300px) {
	.xwzxde-sec1 h3 {
		font-size: 26px;
		line-height: 1.6;
	}
	.xwzxde-sec2 {
		height: 90px;
	}

	.xwzxde-sec2 strong {
		font-size: 30px;
		width: 100px;
	}

	.xwzxde-sec2 div {
		padding: 20px;
	}

	.xwzxde-sec2 div p {
		font-size: 14px;
		line-height: 36px;
	}
	.xwzxde-sec3 p {
		font-size: 14px
	}
}
@media (max-width:1000px){
	.xwzxde-sec1 h3 {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 10px;
	}

	.xwzxde-sec1 {
		padding-bottom: 20px;
	}
	.xwzxde-sec2 {
		margin: 20px 0;
		height: 80px;
	}

	.xwzxde-sec2 strong {
		font-size: 22px;
		width: 80px;
	}

	.xwzxde-sec2 div {
		padding: 10px;
	}

	.xwzxde-sec2 div p {
		line-height: 1.6;
	}
	.fenpian p {
		font-size: 14px;
		margin-top: 5px;
	}

	.fenpian {
		padding: 25px 0;
	}
	.fenpian>div {
		width: 45%;
	}
}
@media (max-width:750px){
	.xwzxde-sec1 h3 {
		font-size: 16px;
	}

	.xwzxde-sec1 p span {
		font-size: 13px;
	}
	.xwzxde-sec2 {
		height: 60px;
	}

	.xwzxde-sec2 strong {
		font-size: 18px;
		width: 70px;
	}
	.xwzxde-sec2 div p {
		text-indent: 1em;
	}

	.xwzxde-sec2 div {
		padding: 5px;
	}
	.xwzxde-sec3 p {
		line-height: 32px;
	}
	.fenpian {
		flex-direction: column;
	}

	.fenpian>div {
		width: 100%;
	}

	.fenpian>div a {
		display: flex;
		align-items: center;
	}

	.fenpian .prevpian {
		background: none;
		padding-left: 0;
		margin-bottom: 10px;
	}

	.fenpian .nextpian {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}

	.fenpian .nextpian span {
		text-align: left;
	}

	.fenpian span {
		display: block;
		flex-shrink: 0;
		width: 50px;
	}

	.fenpian p {
		margin-top: 0;
	}
}
.newslist ul{
 overflow:hidden;
 margin:0;
 padding:0;	
}
.zhengshulist .newsbox_img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.zhengshulist .newsbox_title h2 {
    padding-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align:center;
}









.pagebar {
	padding:20px;
	overflow:hidden
}
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size:12px;
	padding:10px 15px;
	margin:0 2px;
	border-radius:3px;
}
.pagination span {
	color:#333;
	font-size:12px;
	padding:7px 2px;
	margin:0 2px;
	border-radius:3px;
}
.pagination a:hover {
	color:#199449;
	border:1px solid #199449;
}
.pagination a.page-num-current {
	color:#fff;
	background:#199449;
	border:1px solid #199449;
}
.pagination .st {
	font-family:宋体
}


.servicebox {
  padding:0.8rem 0;
  overflow:hidden;
}
.servicebox .cont {
  display: flex;
}
@media (max-width: 767px) {
  .servicebox .cont {
    flex-wrap: wrap;
  }
}
.servicebox .cont .item {
  width: 25%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  flex: 1 1 25%;
  height: 6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .servicebox .cont .item {
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 0.4rem;
  }
  .servicebox .cont .item:last-child {
    margin-bottom: 0;
  }
}
.servicebox .cont .item .list {
  display: block;
  position: relative;
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.servicebox .cont .item .list .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.servicebox .cont .item .list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.servicebox .cont .item .list .font {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.65rem 0.5rem 0;
  width: 100%;
  height: 100%;
}
.servicebox .cont .item .list .font .jut {
  position: relative;
  width: 100%;
  height: 100%;
}
.servicebox .cont .item .list .font .jut .tit {
  width: 100%;
  color: #fff;
}
.servicebox .cont .item .list .font .jut .text {
  margin-top: 0.12rem;
  opacity: 0.8;
  color: #fff;
  font-size: 16px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1580px) {
  .servicebox .cont .item .list .font .jut .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .servicebox .cont .item .list .font .jut .text {
    opacity: 1;
    visibility: visible;
  }
}
.servicebox .cont .item .list .font .jut .but {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.8rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .servicebox .cont .item .list .font .jut .but {
    margin-top: 0.4rem;
  }
}
@media (max-width: 991px) {
  .servicebox .cont .item .list .font .jut .but {
    width: 40px;
    height: 40px;
  }
}
.servicebox .cont .item .list .font .jut .but img,
.servicebox .cont .item .list .font .jut .but svg {
  width: 33.33%;
  float: left;
  position: relative;
  z-index: 2;
}
.servicebox .cont .item .list .font .jut .but img:nth-child(2),
.servicebox .cont .item .list .font .jut .but svg:nth-child(2) {
  display: none;
}
.servicebox .cont .item .list .font .jut .but img path,
.servicebox .cont .item .list .font .jut .but svg path {
  fill: #fff;
}
.servicebox .cont .item .list .font .jut .but:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s 0.3s linear;
  transform: rotate(-45deg);
}
.servicebox .cont .on {
  width: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  .servicebox .cont .on {
    width: 100%;
    flex: 1 1 100%;
  }
}
.servicebox .cont .on .list .font .jut .text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s 0.3s linear;
  transition: all 0.3s 0.3s linear;
}
.servicebox .cont .on .list .font .jut .but {
  transform: rotate(45deg);
  border-color: transparent;
  background-color: #fff;
}
.servicebox .cont .on .list .font .jut .but img:nth-child(1) {
  display: none;
}
.servicebox .cont .on .list .font .jut .but img:nth-child(2) {
  display: block;
}
.servicebox .cont .on .list .font .jut .but svg path {
  fill: #199449;
}


.fwzc-sec1 {
	display: flex;
	position: relative;
	background: url(../images/fwzxtuline.png) no-repeat right top;
	background-size: cover;
	padding-bottom: 50px;
}

.fwzc-sec1 .left {
	max-width: 715px;
	padding: 130px 0;
}

.fwzc-sec1 h3 {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
}

.fwzc-sec1 .div1 {
	margin-bottom: 50px;
}

.fwzc-sec1 .div1 p {
	color: #666;
	font-size: 18px;
	line-height: 40px;
}

.fwzc-sec1 .div1 p span {
	color: #E62129;
}

.fwzc-sec1 .div2 p {
	color: #333333;
	font-size: 18px;
	background: url(../images/blacktel.png) no-repeat left 10px;
	padding-left: 40px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width:1600px){
	.fwzc-sec1 h3 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.fwzc-sec1 .div1 p,
	.fwzc-sec1 .div2 p {
		font-size: 16px;
		line-height: 35px;
	}

	.fwzc-sec1 .left {
		padding-bottom: 0;
		padding-top: 80px;
		max-width: 600px;
	}
}
@media (max-width:1000px){
	.fwzc-sec1 .left {
		padding-bottom: 30px;
	}

	.fwzc-sec1 h3 {
		font-size: 30px
	}

	.fwzc-sec1 .div1 p,
	.fwzc-sec1 .div2 p {
		font-size: 15px;
	}

	.fwzc-sec1 .left {
		padding-top: 50px;
	}

	.fwzc-sec1 .div1 {
		margin-bottom: 30px;
	}
}
@media (max-width:750px){
	.fwzc-sec1 h3 {
		font-size: 20px
	}

	.fwzc-sec1 .div1 p,
	.fwzc-sec1 .div2 p {
		font-size: 14px;
		line-height: 30px;
	}

	.fwzc-sec1 .left {
		padding-top: 50px;
	}

	.fwzc-sec1 .div1 {
		margin-bottom: 30px;
	}

	.fwzc-sec1 {
		background: none;
	}

	.fwzc-sec1 .left {
		padding-top: 35px;
	}
}


.messages div{
 margin-bottom:30px;	
}
.messages lable{
 display:block;	
 padding-bottom: 10px;
 font-size:18px;
 color:#666
}
.messages lable span{
 color:#ff0000;
 font-weight:bold;
 font-size:22px;
 padding-right:10px;	
}
.messages textarea{
 width:100%;
 height: 160px;
 padding: 10px;
 margin-left: 1px;
 border-radius: 0px;	
 border:1px solid #d8d8d8;
}
.messages input{
 width:70%;
 height:50px;	
 border-radius: 0px;
 border:1px solid #d8d8d8;
}
.messages button{
 background:#199449;
 border:0;
 padding:10px 50px;	
 color:#fff;
 font-size:18px;
}
.con_t h2{
 font-size:26px;
 line-height:80px;
 font-weight:bold;	
 color:#333;
}
.con_t p{
 font-size:18px;
 line-height:42px;
 color:#888;	
}





.contact{
 padding:0.8rem 0;
 background:#f8f8f8;	
}
.contactbox {
	box-shadow: 3px 4px 32px 0px rgba(225, 225, 225, 0.75);
	background: #fff;
	position: relative;
	z-index: 3;
}




.contact-sec2 {
	padding: 80px 110px;
	border-bottom: 1px solid #E2E2E2;
}

.contact-sec2 ul {
	display: flex;
	justify-content: space-between;
}

.contact-sec2 li {
	position: relative;
	transition: all 1s;
	display: flex;
	align-items: center;
	align-content: center;
}

.contact-sec2 li p {
	color: #000;
	font-size: 18px;
	padding-left: 20px;
}

.contact-sec2 li:hover img {
	animation: jello 1s;
}

@media (max-width:1900px){
	.contact-sec2,
	.contact-sec1 li .text {
		padding: 40px 50px;
	}
	.contact-sec1 h3 {
		font-size: 40px;
		margin-top: 25px;
	}
	.contact-sec2 li p {
		font-size: 16px;
		padding-left: 15px;
	}
}
@media (max-width:1460px){
	.contact-sec2,
	.contact-sec1 li .text {
		padding: 40px 30px;
	}

	.contact-sec1 h3 {
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.contact-sec1 p,
	.contact-sec2 li p {
		font-size: 15px;
	}
	.contact-sec2 li img {
		display: block;
		width: 36px;
	}
}
@media (max-width:1200px){
	.contact-sec2,
	.contact-sec1 li .text {
		padding: 30px 20px;
	}

	.contact-sec1 h3 {
		font-size: 30px;
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.contact-sec1 p,
	.contact-sec2 li p {
		font-size: 14px;
	}
	.contact-sec1 li img {
		width: 36px;
	}
	.contact-sec2 li img {
		display: block;
		width: 24px;
	}

	.contact-sec2 li p {
		padding-left: 5px;
	}
}
@media (max-width:750px){
	.contact-sec2,
	.contact-sec1 li .text {
		padding: 20px 10px;
	}

	.contact-sec1 h3 {
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.contact-sec1 p,
	.contact-sec2 li p {
		font-size: 14px;
	}
	.contact-sec1 li img {
		width: 30px;
	}
	.contact-sec2 li img {
		display: block;
		width: 24px;
	}

	.contact-sec2 li p {
		padding-left: 10px;
	}

	.contact-sec2 li {
		margin-bottom: 10px;
	}

	.contact-sec2 ul {
		flex-wrap: wrap;
	}
	
}





/*about nei*/
.about_nei_one{
 padding:0.8rem 0;	
}
.about_nei_one_con{
 position:relative;	
}

.about_nei_one_con .subtitle {
 -webkit-text-stroke: 1px rgba(25, 148, 73, 0.3);
 color: transparent;
 font-size: 0.66rem;
 font-weight: 700;
 line-height: 0.8;
 text-transform: uppercase;
 font-family: 'Poppins';
}
.about_nei_one_con .subtitle::after{
 background:none;	
}
.about_nei_one_con .title{
 margin-top: -0.44rem;
 position: absolute;
 color: #262626;
 font-size: 0.52rem;
 font-weight: 700;
 line-height: 0.64rem;
}
.about_nei_one_con .destitle{
 color:#199449;
 font-weight:bold;
 margin:0.37rem 0 0.25rem 0;
 font-size:0.36rem;
}
.about_nei_one_con .text{
 color: rgba(0, 0, 0, 0.7);
 font-size:0.16rem;
 line-height:0.3rem;	
}
.about_nei_one_con .imgcon{
 margin-top:0.5rem;	
}
.about_nei_one_con .company_img{
 
}
.about_nei_one_con .company_img img{
 max-width:100%;	
 border-radius: 0 1rem;
}
.about_nei_one_con .company_img h2{
 color: rgba(0, 0, 0, 0.7);
 font-size: 0.18rem;
 font-weight: bold;;
 line-height: 1.5;
 text-align:right;
 margin-top:0.2rem;
}
@media (max-width:767px){
	.about_nei_one_con .subtitle{
	  font-size:28px;	
	}
	.about_nei_one_con .title{
	  font-size:36px;	
	}
	.about_nei_one_con .destitle{
	  font-size:20px;	
	  margin:20px 0;
	}
	.about_nei_one_con .company_img h2{
	  font-size:0.16rem;	
	}
}



.about_nei_two{
 background:url(../images/historybg.jpg) no-repeat;
 background-size:cover;
 padding:0.8rem 0;
 position:relative;
}
.about_nei_two .hsSwiper::after{
 content:'';
 position:absolute;
 top:50%;
 transform: translateY(-50%);
 left: 0;
 height:1px;
 width:100%;
 background:#fff;	
}
.about_nei_two_con{
 margin-bottom:0.8rem;	
 text-align:right;
 position:relative;
}
.about_nei_two_con .subtitle {
 -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
 color: transparent;
 font-size: 0.66rem;
 font-weight: 700;
 line-height: 0.8;
 text-transform: uppercase;
 font-family: 'Poppins';
}
.about_nei_two_con .subtitle::after{
 background:none;	
}
.about_nei_two_con .title{
 margin-top: -0.44rem;
 position: absolute;
 right:0;
 color: #fff;
 font-size: 0.52rem;
 font-weight: 700;
 line-height: 0.64rem;
}
.about_nei_two_con .destitle{
 color:#fff;
 font-weight:bold;
 margin:0.37rem 0 0.25rem 0;
 font-size:0.36rem;
}
@media (max-width:767px){
	.about_nei_two_con .subtitle{
	  font-size:23px;	
	}
	.about_nei_two_con .title{
	  font-size:36px;	
	}
	.about_nei_two_con .destitle{
	  font-size:20px;	
	  margin:20px 0;
	}
}
.about_nei_two .hsSwiper{
 padding-left:30px;
 padding-right:30px;
}
.about_nei_two .hsSwiper .swiper-slide{
 height:300px;	
 padding-left:30px;
}
.about_nei_two .hsSwiper .swiper-slide::before{
	content:'';
 position:absolute;
 top:0;
 left:20px;
 width:1px;
 height:100%;
 background:#fff;
}
.about_nei_two .hsSwiper .swiper-slide::after{
 content:'';
 position:absolute;
 top:0;
 left:10px;
 margin-top:-10px;
 width:20px;
 height:20px;
 border-radius: 50%;	
 background:#fff;
}
.about_nei_two .hsSwiper .swiper-slide:nth-child(even)::after{
 top:auto;
 bottom:0;	
 margin-bottom:-10px;
 margin-top:none;
}
.about_nei_two .hsSwiper .swiper-slide:nth-child(odd){
 margin-top:300px;	
 display: flex;
 flex-direction: row;
 align-items: flex-end;
}
.about_nei_two .hsSwiper .swiper-slide:nth-child(odd)>div {
 display: flex;
 flex-direction:column;
 align-items: flex-start;
 position: relative;
 width: 100%;
}
.hstext .name {
 color: #fff;
 font-size: 0.42rem;
 font-weight: 800;
 line-height: 2;
 margin-bottom: 0.1rem;
 order:1;
}
.hstext .text{
	color: #fff;
	font-size:0.14rem;
	order:0;
}
.about_nei_two .swiper-button-prev{
 left:3px;	
 color:#fff;
}
.about_nei_two .swiper-button-next{
 right:3px;
 color:#fff;
}
.about_nei_two .swiper-button-prev::after,.about_nei_two .swiper-button-next::after{
 font-size:0.56rem;
 font-weight:bold;	
}
@media (max-width:1080px){
 .about_nei_two .swiper-button-prev{
  left:0px;	
  color:#fff;
}
.about_nei_two .swiper-button-next{
 right:0px;
 color:#fff;
}	
}
@media (max-width:767px){
	.about_nei_two .hsSwiper .swiper-slide:nth-child(odd){
		margin-top: 0;
		align-items: flex-start;
	}
	.hstext .name{
	 order:0;	
	}
	.hstext .text{
	 order:1;	
	}
	.about_nei_two .hsSwiper .swiper-slide:nth-child(odd){
	  margin-top:0;	
	}
	.about_nei_two::after{
		top:auto;
		margin-top: -10px;
	}
	.about_nei_two .hsSwiper .swiper-slide::after{
	 top:auto;
	 bottom:0;
	 z-index:999;	
	}
	.about_nei_two .hsSwiper::after{
   top:auto;
   bottom:10px;
  }
  .about_nei_two .hsSwiper .swiper-slide:nth-child(even)::after{
  	margin-bottom:0;
  }
  .hsSwiper{
    overflow:hidden;	
  }
  
}





.about_nei_three{
 padding:0.8rem 0;
 overflow:hidden;
 background:#f2f2f2;	
 
}
.about_nei_three_con{
 margin-bottom:0.8rem;	
}
.about_nei_three_con .subtitle {
 -webkit-text-stroke: 1px rgba(25, 148, 73, 0.3);
 color: transparent;
 font-size: 0.66rem;
 font-weight: 700;
 line-height: 0.8;
 text-transform: uppercase;
 font-family: 'Poppins';
}
.about_nei_three_con .subtitle::after{
 background:none;	
}
.about_nei_three_con .title{
 margin-top: -0.44rem;
 position: absolute;
 color: #262626;
 font-size: 0.52rem;
 font-weight: 700;
 line-height: 0.64rem;
}
.about_nei_three_con .destitle{
 color:#199449;
 font-weight:bold;
 margin:0.37rem 0 0.25rem 0;
 font-size:0.36rem;
}
@media (max-width:767px){
	.about_nei_three_con .subtitle{
	  font-size:23px;	
	}
	.about_nei_three_con .title{
	  font-size:36px;	
	}
	.about_nei_three_con .destitle{
	  font-size:20px;	
	  margin:20px 0;
	}
}

.about_nei_three_item{
 padding:80px 50px;
 background:#fff;
 border-radius:1rem 0;	
 position:relative;
 display:flex;
 flex-direction:column;
 justify-content: flex-start;
 align-items: center;
 box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.about_nei_three_item img{
 width:100px;
 height:100px;
 margin-bottom:20px;	
}
.about_nei_three_item img:nth-child(2){
 display:none;
}
.about_nei_three_item h2{
 font-size:0.16rem;
 font-weight:bold;
 color:rgba(0, 0, 0, 0.7);
 margin-bottom:40px;	
}
.about_nei_three_item p{
 font-size:0.16rem;
 font-weight:bold;
 color:rgba(0, 0, 0, 0.7);
 text-align:left;	
 text-indent: 0.32rem;
}
.about_nei_three_item:hover{
	transform: translate(0px,-10px);
	transition: all .36s;
}
.about_nei_three_item:hover img:nth-child(1){
 display:none;	
}
.about_nei_three_item:hover img:nth-child(2){
 display:block;	
 transition: all .36s;
}
@media (max-width:1600px){
	.about_nei_three_item{
		min-height:430px;
	}
}
@media (max-width:1280px){
	.about_nei_three_item{
		padding:50px 30px;
		min-height:340px;
		border-radius:40px 0;
	}
}
@media (max-width:767px){
	.about_nei_three_con{
	  margin-bottom:0.3rem;	
	}
	.about_nei_three_item{
	  margin-bottom:20px;	
	  border-radius:100px 0;
	}
}






.about_nei_four{
 padding:0.8rem 0;
 overflow:hidden;
 background:url(../images/fangzhenbg.jpg) no-repeat center center;
 background-size:cover;
}
.about_nei_four_con{
 margin-bottom:0.8rem;	
 position:relative;
 text-align:right;
}
.about_nei_four_con .subtitle {
 -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
 color: transparent;
 font-size: 0.66rem;
 font-weight: 700;
 line-height: 0.8;
 text-transform: uppercase;
 font-family: 'Poppins';
}
.about_nei_four_con .subtitle::after{
 background:none;	
}
.about_nei_four_con .title{
 margin-top: -0.44rem;
 position: absolute;
 right:0;
 color: #fff;
 font-size: 0.52rem;
 font-weight: 700;
 line-height: 0.64rem;
}
.about_nei_four_con .destitle{
 color:#fff;
 font-weight:bold;
 margin:0.37rem 0 0.25rem 0;
 font-size:0.36rem;
}
@media (max-width:767px){
	.about_nei_four_con .subtitle{
	  font-size:23px;	
	}
	.about_nei_four_con .title{
	  font-size:36px;	
	}
	.about_nei_four_con .destitle{
	  font-size:20px;	
	  margin:20px 0;
	}
}

.cultureCon{
 display: flex;
 justify-content: space-between;
 padding-top:0.8rem;
}

.cultureTab{
 width:40%;	
 display: flex;
 flex-wrap: wrap;
 line-height: 2;
 font-size:0.24rem;

}
.cultureTab li {
 width: calc(100% / 3);
 opacity: 0.4;
 cursor: pointer;
 padding-right: 30px;
 padding-left: 25px;
 color: #fff;
 line-height: 2;
 font-size:0.2rem;
}
.cultureTab li.on{
	opacity: 1;
}
.wap-show {
 display: none;
}
.clear15 {
 height: 15px;
 overflow: hidden;
 clear: both;
}
.cCon{
 width:60%;
 display: flex;
 background-color:#199449;
 box-shadow: 5px 0 35px rgba(25, 148, 73, .65);	
 border-radius: 0 0.6rem ;
}
.cCon_left{
 width:25%;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;	
}
.btn_pre,.btn_next{
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;	
 border: 1px solid rgba(255, 255, 255, 0.15);
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 20px 28px;
}
.btn_next{
 margin-top:30px;	
}
.btn_pre i,.btn_next i{
 font-size:0.26rem;
 color:#fff;	
}
.cCon_right{
 width: 75%;
 background: url(../images/yinIcon.png) no-repeat left 8% top 15%;
 background-size: 8% auto;
 border-left: 1px solid rgba(255, 255, 255, 0.15);
 position: relative;
 padding-bottom: 100px;
 padding-left: 100px;
 padding-top: 100px;
 padding-right: 70px;
 overflow:hidden;
}
.cCon_right .cultureSwiper{
 width:100%;
 overflow:hidden;	
}
.cCon_right .swiper-slide{
	padding-left: 40px;
	padding-top: 40px;
	width:100% !important;
}
.cCon_right .swiper-slide h2{
	font-size:0.34rem;
	font-weight:bold;
	color:#fff;
}
.cCon_right .swiper-slide p{
 font-size:0.18rem;
 color:#fff;
 line-height:1.5	
}
@media (max-width:1560px){
	.cultureTab li{
  	padding-right: 18px;
  	padding-left: 15px;
  	font-size: 0.2rem;
  }
    .cCon_right{
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn_pre i, .btn_next i{
    font-size:0.16rem;	
  }
  .btn_pre, .btn_next{
  	padding: 12px 18px;
  }
}
@media (max-width:1440px){
	.cultureTab li{
  	padding-right: 18px;
  	padding-left: 15px;
  	font-size: 0.18rem;
  }
    .cCon_right{
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn_pre i, .btn_next i{
    font-size:0.16rem;	
  }
  .btn_pre, .btn_next{
  	padding: 12px 18px;
  }
}
@media (max-width:1360px){
	.cultureTab li{
  	padding-right: 18px;
  	padding-left: 15px;
  	font-size: 0.18rem;
  }
    .cCon_right{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn_pre i, .btn_next i{
    font-size:0.16rem;	
  }
  .btn_pre, .btn_next{
  	padding: 12px 18px;
  }
}
@media (max-width:1280px){
	.cultureTab li{
  	padding-right: 18px;
  	padding-left: 15px;
  	font-size: 0.16rem;
  }
    .cCon_right{
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn_pre i, .btn_next i{
    font-size:0.16rem;	
  }
  .btn_pre, .btn_next{
  	padding: 12px 18px;
  }
}
@media screen and (max-width: 991px) {
	.about_nei_four_con{
		margin-bottom:0.3rem;
	}
	.cultureCon{
		padding-top:0.3rem;
	}
  .cultureCon {
    flex-direction: column;
    align-items: flex-start;
     justify-content: flex-start;
  }
  .cultureCon{
    width:100%;	
  }
  .wap-show{
    display:block	
  }
  .cultureTab{
    width:100%;	
  }
  .cultureTab li{
  	padding-right: 18px;
  	padding-left: 15px;
  }
  .cCon{
    width:100%;	
  }
  .cCon_left{
   display:none;	
  }
  .cCon_right{
    width:100%;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width:560px){
 .cultureTab li{
 	 width: calc(100% / 2);
 	 font-size: 0.14rem;
 	}	
 	.cCon_right .swiper-slide h2{
 	  font-size:0.28rem;	
 	}
}



/*productlist*/
.productList li{
 padding:0.8rem 0;	
}
.productList li:nth-child(odd){
 background:#f2f2f2	
}
.productList li .left{
 position:relative;	
}
.productList li .subtitle {
 -webkit-text-stroke: 1px rgba(25, 148, 73, 0.3);
 color: transparent;
 font-size: 0.56rem;
 font-weight: 700;
 line-height: 0.8;
 text-transform: uppercase;
 font-family: 'Poppins';
}
.productList li .subtitle::after{
 background:none;	
}
.productList li .title {
 color: #262626;
 font-size: 0.56rem;
 font-weight: 700;
 line-height: 0.4rem;
 margin-top: -0.3rem;
 position: relative;
}
.productList li .text {
 color: rgba(0, 0, 0, 0.7);
 text-align: justify;
 font-size: 0.16rem;
 font-weight: 400;
 line-height: 1.75;
 margin-top: 0.5rem;
}
.productList li .name {
 color: #199449;
 font-size: 0.26rem;
 font-weight: 700;
 line-height: 1.2;
 margin-top: 0.5rem;
}
@media (max-width:1360px){
	.productList li .subtitle{
	  font-size:0.36rem;	
	}
	.productList li .title{
	  font-size:0.36rem;	
	}
}
@media (max-width:767px){
	.productList li .subtitle{
	  font-size:28px;	
	}
	.productList li .title{
	  font-size:36px;	
	}
	.productList li .destitle{
	  font-size:20px;	
	  margin:20px 0;
	}
	.productList li .company_img h2{
	  font-size:0.16rem;	
	}
}
.procon ul{
 display:flex;
 flex-wrap: wrap;
}
.procon ul li{
 padding:30px 40px 0 0;	
 background:none !important;
 line-height: 1;
}
.procon ul li a{
 color:rgba(0,0,0,.65);
 font-weight:normal;	
 font-size:0.16rem;
 background:url(../images/click.png) no-repeat left center;
 background-size:contain;
 padding-left:30px;
}
.procon ul li a:hover{
 color:#199449;	
}
.productList ul>li:nth-child(even) .left {
  order: 2;
}
.productList ul>li:nth-child(even) .right {
  order: 1;
}
.productList ul>li:nth-child(odd) .left {
  order: 1;
}
.productList ul>li:nth-child(odd) .right {
  order: 2;
}
.navimg{
 overflow:hidden;	
}
.navimg img{
 max-width:100%;	
}
.productList ul>li:nth-child(odd) .right .navimg img{
	border-radius:1rem 0 0;
}
.productList ul>li:nth-child(even) .right .navimg img{
	border-radius: 0 1rem 0 0;
}
@media (max-width:1560px){
	.productList li .subtitle{
		font-size:0.48rem;
		line-height:0.6rem;
	}
	.productList li .title{
		font-size:0.48rem;
		line-height:0.3rem;
		margin-top:-0.4rem;
	}
	.productList li .text{
	  margin-top:0.3rem;	
	}
	.productList li .name{
		font-size:0.24rem;
		margin-top:0.3rem;
	}
	.procon ul li{
	  padding:0.3rem 0.3rem 0 0	
	}
}
@media (max-width:1440px){
	.productList li .subtitle{
		font-size:0.42rem;
		line-height:0.6rem;
	}
	.productList li .title{
		font-size:0.42rem;
		line-height:0.3rem;
		margin-top:-0.4rem;
	}
	.productList li .text{
	  margin-top:0.3rem;	
	}
	.productList li .name{
		font-size:0.22rem;
		margin-top:0.3rem;
	}
	.procon ul li{
	  padding:0.2rem 0.2rem 0 0	
	}
}
@media (max-width:1360px){
	.productList li .subtitle{
		font-size:0.38rem;
		line-height:0.6rem;
	}
	.productList li .title{
		font-size:0.38rem;
		line-height:0.3rem;
		margin-top:-0.4rem;
	}
	.productList li .text{
	  margin-top:0.3rem;	
	}
	.productList li .name{
		font-size:0.22rem;
		margin-top:0.3rem;
	}
	.procon ul li{
	  padding:0.2rem 0.2rem 0 0	
	}
}
@media (max-width:1280px){
	.productList li .subtitle{
		font-size:0.36rem;
		line-height:0.6rem;
	}
	.productList li .title{
		font-size:0.36rem;
		line-height:0.3rem;
		margin-top:-0.4rem;
	}
	.productList li .text{
	  margin-top:0.3rem;	
	}
	.productList li .name{
		font-size:0.22rem;
		margin-top:0.3rem;
	}
	.procon ul li{
	  padding:0.2rem 0.2rem 0 0	
	}
}
@media (max-width:1080px){
	.productList li .subtitle{
		font-size:0.34rem;
		line-height:0.4rem;
	}
	.productList li .title{
		font-size:0.34rem;
		line-height:0.3rem;
		margin-top:-0.4rem;
	}
	.productList li .text{
	  margin-top:0.3rem;	
	}
	.productList li .name{
		font-size:0.20rem;
		margin-top:0.3rem;
	}
	.procon ul li{
	  padding:0.16rem 0.16rem 0 0	
	}
}
@media (max-width:991px){
 .productList ul>li:nth-child(odd) .right{
   margin-top:0.2rem;	
 }
 .productList ul>li:nth-child(even) .right{
 	 margin-bottom:0.2rem;
 } 
 .productList li{
   padding:0.5rem 0;	
 }
 .productList ul>li:nth-child(odd) .right .navimg img{
 	border-radius: 0.7rem 0 0;
 }
 .productList ul>li:nth-child(even) .right .navimg img{
 	border-radius: 0 0.7rem 0 0;
 }
}
@media (max-width:768px){

 .productList li{
   padding:0.3rem 0;	
 }
 .productList ul>li:nth-child(odd) .right .navimg img{
 	border-radius: 0.6rem 0 0;
 }
 .productList ul>li:nth-child(even) .right .navimg img{
 	border-radius: 0 0.6rem 0 0;
 }
}
@media (max-width:640px){

 .productList li{
   padding:0.26rem 0;	
 }
 .productList ul>li:nth-child(odd) .right .navimg img{
 	border-radius: 0.5rem 0 0;
 }
 .productList ul>li:nth-child(even) .right .navimg img{
 	border-radius: 0 0.5rem 0 0;
 }
}
@media (max-width:520px){
 .productList li{
   padding:0.24rem 0;	
 }
 .procon ul{
 	 flex-direction: column;
 	}
 .procon ul li{
 	padding: 0.1rem 0 0 0;
 	}
 .procon ul li a{
 	 font-size:0.16rem;
 	}
 .productList ul>li:nth-child(odd) .right .navimg img{
 	border-radius: 0.5rem 0 0;
 }
 .productList ul>li:nth-child(even) .right .navimg img{
 	border-radius: 0 0.5rem 0 0;
 }
 .productList li .subtitle{
 	 font-size: 0.28rem;
   line-height: 0.4rem;
 	}
 	.productList li .title{
 		font-size: 0.28rem;
 	}
}
@media (max-width:480px){
 .productList li{
   padding:0.20rem 0;	
 }
 .procon ul{
 	 flex-direction: column;
 	}
 .procon ul li{
 	padding: 0.1rem 0 0 0;
 	}
 .procon ul li a{
 	 font-size:0.14rem;
 	}
 .productList ul>li:nth-child(odd) .right .navimg img{
 	border-radius: 0.5rem 0 0;
 }
 .productList ul>li:nth-child(even) .right .navimg img{
 	border-radius: 0 0.5rem 0 0;
 }
 .productList li .subtitle{
 	 font-size: 0.24rem;
   line-height: 0.4rem;
 	}
 	.productList li .title{
 		font-size: 0.24rem;
 	}
}
.productCon1{
 padding:0.8rem 0;
 overflow:hidden;	
 background:#f7f7f7;
}
.productMain1{
 display:flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 padding:0.3rem;
 background:#fff;
}
.productMain1 .protitle1{
 font-size:0.36rem;
 color:#262626;
 font-weight:bold;	
 margin-bottom:0.2rem;
}
.productMain1 .proshow1{
 margin-top:0.2rem;
 font-size:0.16rem;
 line-height:0.32rem;
 color:rgba(0,0,0,0.6);
 width: 100%;
}
.productMain1 .proshow1 table{
 width: 100%;
 border: 1px solid #dee2e6;
 border-collapse: collapse;
}
.productMain1 .proshow1 table td{
 border: 1px solid #dee2e6;
 padding:8px;
 text-align:center;
 vertical-align: middle;
 color: #333;
}
.productMain1 .proshow1 table tr:nth-child(1) td{
  font-weight:bold;
  background:#199449;
  color:#fff;	
}
.prenext{
 width:100%;	
 margin-top:0.3rem;
}
.next,.pre{
 display:flex;
 justify-content: flex-start;
 align-items: center;
}
.next a,.pre a{
 color:rgba(0,0,0,0.5);
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:0.16rem;
}
.next i,.pre i{
 color:#199449;
 font-size:0.2rem;
}
.pre i{
 margin-right:10px;	
}
.next i{
 margin-left:10px;
}
.next{
 justify-content: end;
}
.next i{
 order:2	
}
.next a{
 order:1;	
}
.hangyeCon{
 padding:0 0 0.8rem 0;;	
}
.hangye {
 padding:0;
}
.hangyeshow table{
 max-width:100%;
 border:0 !important;
 overflow:hidden;	
}
.hangyeshow table tr:nth-child(1) td{
 background:none !important	
}
.hangyeshow table img{
 max-width:100%;	
}
.hangyeshow table tr td{
 border:0 !important;	
}
.hangyeshow img{
 max-width:100%;	
}
.hangyeshow video{
 max-width:100%;
 height:auto;	
}



.newsbox{
 margin-top:50px;
 overflow:hidden;	
 
}
.newsbox_img{
 width: 100%;
 padding-top: 57%;
 position: relative;
 overflow: hidden;
 background:#fff;
 border-radius: 0 0.5rem 0 0;
}
.newsbox_img img{
 width: 100%;
 display: block;
 position: absolute;
 min-height: 100%;
 z-index: 5;
 left: 0;
 top: 0;
}
.newsbox_title{
 padding:0 0.15rem 0.1rem 0.15rem;	
 border:1px solid #f2f2f2;
}
.newsbox_title h2{
 padding-top:0.2rem;
 font-size:0.2rem;
 line-height:0.2rem;
 font-weight:bold;
 margin-bottom:10px;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}
.newsbox_title p{
 font-size:0.14rem;
 line-height:0.25rem;
 color:#737373;	
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}



/*contact*/
.contact-sec1{
 padding:0.8rem 0;
 overflow:hidden;	
}
.contact_top{
 text-align:center;	
}
.contact_top .subtitle {
 -webkit-text-stroke: 1px rgba(25, 148, 73, 0.3);
 color: transparent;
 font-size: 0.56rem;
 font-weight: 700;
 line-height: 0.8;
 text-transform: uppercase;
 font-family: 'Poppins';
 text-align:center;
}
.contact_top .subtitle::after{
 background:none;	
}
.contact_top .title {
 color: #262626;
 font-size: 0.56rem;
 font-weight: 700;
 line-height: 0.4rem;
 margin-top: -0.3rem;
 position: relative;
 text-align:center;
 font-family: 'Montserrat-Black';
}
@media (max-width:767px){
	.contact_top .subtitle{
	  font-size:28px;	
	}
	.contact_top .title{
	  font-size:36px;	
	}
}

.contact_bottom{
 margin-top:0.5rem;	
}
.con_item{
 padding:0.58rem 0.24rem;
 border: 1px solid rgba(0, 0, 0, 0.1);
 border-radius: 0 0.8rem 0 0;
 background: linear-gradient(180deg, #FFF 0%, #F7F7F7 100%);
 z-index: 3;
 height: 100%;
 transition: all 0.4s;
 -webkit-transform: all 0.4s;
 -moz-transition: all 0.4s;
 -o-transition: all 0.4s;	
}

.con_item_top{
 display:flex;
 align-items: center;
}
.con_img{
 width:0.6rem;
 height:0.6rem;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #199449;
 transition: all 0.4s;
 -webkit-transform: all 0.4s;
 -moz-transition: all 0.4s;
 -o-transition: all 0.4s;	
}
.con_img img{
 width:80%;
 height:80%;	
 filter: brightness(0) invert(1);
}
.con_item_top{
	margin-bottom: 0.52rem;
}
.con_item_top span{
 width: calc(100% - 0.6rem);
 padding-left: 0.1rem;
 color: rgba(0, 0, 0, 0.8);
 font-size:0.2rem;
 font-weight: 700;
}
.con_item ul li:first-child{
 padding-top:0	
}
.con_item ul li {
 padding: 0.2rem 0;
 border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.con_item ul li .con_name {
 color: rgba(0, 0, 0, 0.4);
 font-size: 0.16rem;
 line-height: 0.3rem;
}
.con_item ul li p {
 color: rgba(0, 0, 0, 0.8);
 font-size: 0.18rem;
 line-height: 0.3rem;
}

.con_item .subtitle {
 font-size: 0.5rem;
 line-height:0.6;
 position: absolute;
 bottom: 0;
 right: 0;
 -webkit-text-stroke: 1px rgba(25, 148, 73, 0.15);
 -webkit-text-stroke: 1px rgba(25, 148, 73, 0.3);
 color: transparent;
 font-weight: 700;
 text-transform: uppercase;
 font-family: 'Poppins';
}
.con_item .subtitle::after{
 background:none;	
}
@media (max-width:991px){
	.con_item .subtitle{
	  font-size:0.3rem;	
	}
}
@media (max-width:576px){
 .contact_list:first-child{
   margin-top:0px;	
 }
 .contact_list{
   margin-top:20px;	
 }
}


.proTableImg{
 border:0 !important;	
}
.proTableImg tr:nth-child(1) td{
 background:none !important;	
}
.proTableImg td{
 border:0 !important;	
}
.proTableImg td img{
 max-width:100%;	
}
@media (max-width:768px){
	.proTableImg tr{
		display: flex;
    flex-direction: column;
    max-width:100%;
    justify-content: flex-start;
    align-items: center;
	}
	.proTableImg tr td{
	  max-width:100%;
	  width:100%;	
	}
}
.proshow1 img{
 max-width:100%;	
}

.proTable1 tr:first-child td{
	font-weight: bold !important;
  background: #199449 !important;
  color: #fff !important;
	}
.proTable1 tr:not(:first-child) td{
 background:#fff !important;
 color: rgba(0, 0, 0, 0.6) !important;	
 font-weight:normal !important;
}

.proTable2 tr td:first-child{
	font-weight: bold;
  background: #199449;
  color: #fff;
	}
.proTable2 tr:nth-child(1) td:not(:first-child){
 background:#fff !important;
 color: rgba(0, 0, 0, 0.6) !important;	
 font-weight:normal !important;
}
.proTable2 tr:nth-child(2) td,.proTable2 tr:nth-child(3) td,.proTable2 tr:nth-child(5) td,.proTable2 tr:nth-child(7) td,.proTable2 tr:nth-child(9) td{
 background:#fff !important;
 color: rgba(0, 0, 0, 0.6) !important;	
 font-weight:normal !important;	
}
.proTable3 tr:nth-child(4) td,.proTable3 tr:nth-child(6) td,.proTable3 tr:nth-child(8) td,.proTable3 tr:nth-child(11) td{
 background:#fff !important;
 color: rgba(0, 0, 0, 0.6) !important;	
 font-weight:normal !important;		
}
.proTable3 tr:nth-child(7) td:first-child,.proTable3 tr:nth-child(9) td:first-child{
	font-weight: bold !important;
  background: #199449 !important;
  color: #fff !important;	
}


.proTable4 tr td:first-child{
	font-weight: bold !important;
  background: #199449 !important;
  color: #fff !important;
	}
.proTable4 tr:nth-child(2) td,.proTable4 tr:nth-child(3) td,.proTable4 tr:nth-child(5) td,.proTable4 tr:nth-child(7) td,.proTable4 tr:nth-child(9) td{
 background:#fff !important;
 color: rgba(0, 0, 0, 0.6) !important;	
 font-weight:normal !important;	
}
.proTable4 tr td:not(:first-child){
 background:#fff !important;
 color: rgba(0, 0, 0, 0.6) !important;	
 font-weight:normal !important;	
}
.proTable5 tr td:first-child{
	font-weight: bold !important;
  background: #199449 !important;
  color: #fff !important;
	}
.proTable5 tr td{
	 background:#fff !important;
 color: rgba(0, 0, 0, 0.6) !important;	
 font-weight:normal !important;	
	}
.proTable5 tr:nth-child(2) td,.proTable5 tr:nth-child(3) td,.proTable5 tr:nth-child(4) td,.proTable5 tr:nth-child(5) td,.proTable5 tr:nth-child(6) td,.proTable5 tr:nth-child(8) td{
 background:#fff !important;
 color: rgba(0, 0, 0, 0.6) !important;	
 font-weight:normal !important;	
}
.proTable5 tr td:not(:first-child){
 background:#fff !important;
 color: rgba(0, 0, 0, 0.6) !important;	
 font-weight:normal !important;	
}
.qqhprotit {
 background-color: #22A746;
 color: #fff;
 padding: 5px 10px;
}
.qqhtabpro td strong {
  color: #22A746;
}
.qqhtabpro {
 width: 100%;
 border-top: 1px dotted #CCCCCC;
 text-align: left !important;
}
.qqhtabpro tr:nth-child(1) td{
 background:#fff !important;	
 color:rgb(51, 51, 51) !important;
 font-weight:normal !important;
}
.qqhtabpro02 tr:nth-child(1) td{
 background:#fff !important;	
 color:#22A746 !important;

}

.qqhprotit{ background-color:#22A746;color:#fff; padding:5px 10px;}

.qqhtabpro td{ padding:20px 10px; font-size:13px; vertical-align:top; border-left:0 !important;border-top:0 !important;border-right:0 !important;border-bottom: 1px dotted #CCCCCC !important;text-align: left !important;}

.qqhtabpro td strong{ color:#22A746;}

.qqhtabpro td img{ border:1px solid #eee;}

.qqhprobox{ border:1px solid #eee; padding:5px;}

.qqhtabpro02 td{ padding:20px 10px; font-size:13px; vertical-align:top;}

.qqhtabpro02 td strong{ color:#22A746;}



.qqhtabpro04 td{ border:1px solid #eee; font-size:13px; text-align:center;}


.footer1{
 position:relative;
 background:#000;	
 padding-bottom:0.8rem;
}
.footer1::before{
 content:'';
 position:absolute;
 width:100%;
 height:100%;
 z-index:-1;	
}
.qiu{
 position:relative;
 width: 100%;
 height: 100%;
 z-index: 0;	
}
.qiu::before{
 position: absolute;
 content: "";
 background: url(../images/qiu.png) no-repeat;
 width: 500px;
 height: 500px;
 top: 0;
 right: 100px;
 z-index: 1;
 background-size: cover;
 -webkit-animation: start1 50s infinite linear;
 animation: start1 50s infinite linear;	
}
@keyframes start1 {
	0% {
		opacity: 1;
		-webkit-transform: rotate(0deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotate(-360deg);
	}
}


.ftitle{
 padding:0.8rem 0;	
}
.ftitle .top {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.white .subtitle{
	color:#fff;
}
.white .subtitle::after{
 background: url(../images/sign1.png) no-repeat;	
 background-size: cover;
}
.white .title{
 color:#fff;	
}
.fcontent{
 width:80%;	
 background:#fff;
 padding: 0.5rem;
 border-radius: 25px;
 z-index: 99;
 position: relative;
}




.footer1 .foot_item {
 display:flex;
 flex-direction: column;	
}

.footer1 .foot_item p{
 color:#888;
 font-size:0.16rem;	
}

.footer1 .foot_item span{
 font-size:0.24rem;
 font-weight:bold;
 color:#333;	
 padding-bottom:15px;
 margin-bottom:15px;
 font-family: 'Montserrat-Black';
}


@media(max-width:991px){
 	.foot_item{
 	 margin-bottom:0.2rem;	
 	}
 	
}
.cname{
 color:#666 !important;
 font-weight:bold !important;	
}
#stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
        
.star {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  animation: twinkle 3s infinite alternate;
}
        
@keyframes twinkle {
  0% { opacity: 0.3; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1.1); }
}
@media (max-width:1440px){
	.qiu::before{
	  width:500px;
	  height:500px;	
	}
}
@media (max-width:991px){
	.qiu::before{
	  width:400px;
	  height:400px;	
	}
	.fcontent{
	 width:100%;	
	}
}
@media (max-width:768px){
	.qiu::before{
	  width:300px;
	  height:300px;	
	  right: 50%;
	  margin-right:-150px;
	}
	.ftitle{
	  padding:0.6rem 0;	
	}
	.fcontent{
	  padding:0.3rem;	
	}
}
@media (max-width:512px){
	.qiu::before{
	  width:250px;
	  height:250px;	
	  right: 50%;
	  margin-right:-125px;
	}
	.ftitle{
	  padding:0.6rem 0;	
	}
	.fcontent{
	  padding:0.3rem;	
	}
}
@media (max-width:375px){
	.qiu::before{
	  width:200px;
	  height:200px;	
	  right: 50%;
	  margin-right:-100px;
	}
	.ftitle{
	  padding:0.6rem 0;	
	}
	.fcontent{
	  padding:0.3rem;	
	}
}
.nav3{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-end;
}
.bread3 .gt{
 display:none !important;	
}
@media (max-width: 991px){
	.bread3 .gt{
	  display:block !important;	
	  width:100% !important;
	}
	.nav3{
	  width:20% !important;	
	}
}

.sw2{
 position:relative;	
 overflow: hidden;
}
.sw2 .swiper-slide{
  margin: 0 auto;
  width: 83.333333%;
  max-width: 1600px;	
  margin-left:10px;
  margin-right:10px;
  height:100%;
	}
.sw2 .swiper-slide .box{
	width:100%;
	display:flex;
	justify-content: center;
  align-items: stretch;
  background:#199449;
  position: relative;
  opacity: 0.2;
  min-height: 630px;
}
.sw2 .swiper-slide-active .box{
  opacity: 1;	
}
.sw2 .swiper-slide .box_l{
 width:40%;	    
}
.sw2 .swiper-slide .box_r{
 width:60%;	
}
.sw2 .swiper-slide .box_r{
 height:100%;	
}
.sw2 .swiper-slide .box_l img{
 max-width:100%;	
}
.sw2 .swiper-slide .box_r{
 padding:30px;
 	
}
.sw2 .swiper-slide .box_r h2{
 color:#fff;
 	
 font-size:0.214rem;
 font-weight:bold;
 margin-bottom:0.18rem;
 text-indent: 0.32rem;
}
.sw2 .swiper-slide .box_r h2.h2_1{
 font-size:0.2rem;
}
.sw2 .swiper-slide .box_r p{
 color:#fff;
 font-size:0.16rem;
 line-height:0.28rem;	
 text-indent: 0.32rem;
 margin-bottom:0.1rem;
 text-align: justify;
 text-align-last: left;
}
@media (max-width:1800px){
	.sw2 .swiper-slide .box{
    min-height:720px;	
  }
}
@media (max-width:1680px){
	.sw2 .swiper-slide .box{
    min-height:690px;	
  }
}
@media (max-width:1580px){
  
 .sw2 .swiper-slide .box_r h2{
 color:#fff;
 font-size:0.213rem;	
 	
 font-weight:bold;
 margin-bottom:0.15rem;
 text-indent: 0.28rem;
} 
.sw2 .swiper-slide .box_r h2.h2_1{
font-size:0.2rem;
}
.sw2 .swiper-slide .box_r p{
 color:#fff;
 font-size:0.15rem;
 line-height:0.24rem;	
 text-indent: 0.28rem;
 margin-bottom:0.12rem;
 text-align: justify;
 text-align-last: left;
}
.sw2 .swiper-slide .box_r{
 padding:30px 30px;    

}
.sw2 .swiper-slide .box{
 min-height:750px;	
}
}
@media (max-width:1440px){
  .sw2 .swiper-slide .box_r h2{
 color:#fff;
 font-size:0.213rem;	
 	
 font-weight:bold;
 margin-bottom:0.15rem;
 text-indent: 0.28rem;
} 
.sw2 .swiper-slide .box_r h2.h2_1{
font-size:0.2rem;
}
.sw2 .swiper-slide .box_r p{
 color:#fff;
 font-size:0.14rem;
 line-height:0.24rem;	
 text-indent: 0.28rem;
 margin-bottom:0.12rem;
 text-align: justify;
 text-align-last: left;
}
.sw2 .swiper-slide .box_r{
 padding:30px 60px;    

}
}
@media (max-width:1360px){
  .sw2 .swiper-slide .box_r h2{
 color:#fff;
 font-size:0.213rem;	
 	
 font-weight:bold;
 margin-bottom:0.15rem;
 text-indent: 0.28rem;
} 
.sw2 .swiper-slide .box_r h2.h2_1{
font-size:0.2rem;
}
.sw2 .swiper-slide .box_r p{
 color:#fff;
 font-size:0.14rem;
 line-height:0.24rem;	
 text-indent: 0.28rem;
 margin-bottom:0.12rem;
 text-align: justify;
 text-align-last: left;
}
.sw2 .swiper-slide .box_r{
 padding:30px 45px;    

}
}
@media (max-width: 1199px) {
  .sw2 .swiper-slide{
  width:90%;
	}
}
@media (max-width: 1080px) {
  .sw2 .swiper-slide .box_l{
    min-height:800px;	
  }
}
@media (max-width: 991px) {
  .sw2 .swiper-slide{
  width: 90%;
	}
	.sw2 .swiper-slide .box_r{
 padding:15px;    

}
  .sw2 .swiper-slide .box_l{
    min-height:700px;	
  }
}
@media (max-width: 768px){
	.sw2 .swiper-slide .box_l{
    min-height:500px;	
  }
}
@media (max-width: 512px){
	.sw2 .swiper-slide .box_l{
    min-height:410px;	
  }
}
.sw2 .swiper-button-next{background-image: url(../images/index_30.png);right: 110px;}
.sw2 .swiper-button-next:hover{background-image: url(../images/index_31_2.png);right: 110px;}
.sw2 .swiper-button-prev{background-image: url(../images/index_30_2.png);left: 110px;}
.sw2 .swiper-button-prev:hover{background-image: url(../images/index_31.png);left: 110px;}
.sw2 .swiper-button-next,.sw2 .swiper-button-prev{width: 38px;height: 16px;background-size: 38px 16px;top: 50%;margin-top:-8px;}
.sw2 .swiper-button-next::after,.sw2 .swiper-button-prev::after{
	content: '';
}
@media (max-width:1360px){

  .sw2 .swiper-button-next{right: 50px;}
  .sw2 .swiper-button-next:hover{right: 50px;}
  .sw2 .swiper-button-prev{left: 50px;}
  .sw2 .swiper-button-prev:hover{left: 50px;}
}
@media (max-width:1080px){
 .sw2{
	 overflow:hidden;	
	}
	.sw2 .swiper-slide .box{
		flex-direction: column;
	}   
	.sw2 .swiper-slide .box_l,.sw2 .swiper-slide .box_r{
   width:100%;	
  }

  .sw2 .swiper-button-next,.sw2 .swiper-button-prev{
    top:25%;
  }
}
@media (max-width:768px){
	
	
  
  .sw2 .swiper-slide .box_r{
   min-height:340px;	
  }
}
@media (max-width:480px){
	.sw2 .swiper-slide .box_r{
   min-height:470px;	
  }
}
@media (max-width:375px){
	.sw2 .swiper-slide .box_r{
   min-height:600px;	
  }
}
.bottom1 .left{
 position:relative;
 overflow: hidden;
}

.video-background {
  width: 100%;
  height: 100%;
  z-index: -1; 
  overflow: hidden;
}

 #bg-video {
   width: 100%;
   height: 100%;
   object-fit: cover; 
}
 .video-controls-fixed {
   position: absolute;
   bottom: 0;
   top:0;
   left: 7.5px;
   right:0;
   width: 100%;
   background:url(../images/videobg.jpg) no-repeat center center;
   z-index: 2; 
   display: flex;
   align-items: center;
   justify-content: center;
}
        

#controls-only-video {
   max-width: 100%;
   max-height: 100%;
}
.tac{
    text-align:center;
}

.qqhprobox1{
 color:#333333;
 font-weight:normal !important;
 text-align:left;	
}

.productMain1 .proshow1 table tr.firstRow:nth-child(1) td{
 color:#333;
 background:#fff;	
}


@media (max-width:991px){
	.productMain1{
		padding:0;
	}
		.qqhprotit{ background-color:#22A746;color:#fff; padding:5px 10px;}
		.qqhprobox{ border:1px solid #eee; padding:5px;}
		.qqhtabpro01 td img{ display:inline-block;}
		.qqhtabpro02 td img{ display:inline-block;}
		.qqhtabpro td{ display:block; padding:10px 0px;}
		.qqhtabpro02 td{ display:block; padding:10px 0px;}
		.qqhtabpro02 td{ display:block;}
		.qqhtabpro03 td{ display:table-cell;}
		.product-cat-desc .col-left{ float:none;}
		.qqhtabpro td strong{ color:#22A746;}
		.qqhtabpro02 td strong{ color:#22A746;}
		.qqhtabpro04 { border-collapse:collapse;}
		.qqhtabpro04 td{ border:1px solid #ccc; padding:5px 0; font-size:13px; text-align:center;}
		
		.top-title{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
	}
	
@media (max-width:768px){
.qqhtabpro03 td{
	display: inline-block;
  width: 50%;	
  }
}
.shangbiao{
 max-width:1200px;
 margin:0 auto;
 display:flex;	
 justify-content: space-around;
 align-items: center;
 gap:20px;
 margin-top:-1rem;
}

@media (max-width:967px){
 	.shangbiao{
 		flex-wrap: wrap;
 	}
 	.shangbiao div{
 	  width:40%;	
 	}
}