@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  color:#033333;
  font-size:14px;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
	color:#033333;
	text-decoration:none;
}
a:hover{
	color:#00923f;
	text-decoration:none;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

a {
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:active, a:hover {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

.clearfix {
  display: inline-block;
  /* Hide from IE Mac \*/
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  width: 100%;
  min-width:1200px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #062355;
  background-clip: padding-box;
  min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #062355;
}

header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0;
  width: 100%;
  background:url(/public/index/images/tb.png);
  transition: all 0.5s ease;
}
header .header_t{
	width: 100%;
	padding:10px 0px;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
}
header .header_t .headct{
	width: 1200px;
    margin: 0 auto;
	text-align:right;
	font-size:12px;
	color:#fff;
}
header .header_t .headct a{
	color:#fff;
}
header .header_t .headct a:hover{
	color: #00e965;
}

header .header-pc {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; 
}

header .header-pc .logo {
  
	background: url(/public/index/images/logo.png) 100% 100% no-repeat;
	width: 200px;
	height: 76px;
	transition: 0.5s;
	
  display: block;
  margin: 8px 0;
}

header .header-pc .logo img {
  height: 76px;
}

header .header-pc .nav {
 
  padding: 25px 0;
}
header .header-pc .nav ul{
	width:100%;
}
header .header-pc .nav ul li{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-left: 40px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid transparent;
}
header .header-pc .nav ul li:nth-child(6){
	display:none;
}

header .header-pc .nav a {
  color: #fff;
  border-bottom: 2px solid transparent;
}
header .header-pc .nav a:hover{
  color: #00e965;
  border-bottom: 2px solid transparent;
}
header .header-pc .nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  color: #00e965;
  background: #00e965;
  transition: all 0.5s ease;
}
header .header-pc .nav a:hover:after {
  width: 100% !important;
}
header .header-pc .nav .active {
	font-weight:bold;
	font-size:16px;
  color:#00e965;
 
}
header .header-pc .nav .active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  color: #00e965;
  background: #00e965;
}


header .header-pc .search{
	
	width:120px;
	height:26px;
	border: none;
	margin-top:32px;
}
header .header-pc .search a{
float: left;
width: 26px;
border: none;
line-height:20px;
height:26px;
outline: none;
margin-left:30px;
filter:grayscale(100%) brightness(800%);
}
header .header-pc .search a:hover{
	filter: grayscale(0) brightness(100%);
	-webkit-filter: grayscale(0) brightness(100%);
}

header .header-m {
  position: relative;
  display: none;
  padding: 2px 0;
}
.contt {
  width: 100%;
  margin: 0 auto;
}
header .header-m .contt {
  padding: 0 10px;
  box-sizing:border-box;
}

header .header-m .contt .logo {
  float: left;
  display: block;
  width:200px;
  height: 76px;
  background: url(/public/index/images/logo.png) 100% 100% no-repeat;
}
header .header-m .contt .nav {
 
  padding: 10px 0;
}
header .header-m .contt .nav ul{
	width:100%;
	text-align:center;
}
header .header-m .contt .nav ul li{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin:0px 2px;
    font-size: 14px;
    color: #fff;
    border-bottom: 2px solid transparent;
}
header .header-m .contt .open_mnav {
	width:32px;
  height: 32px;
  float: right;
  display: block;
  background:url(/public/index/images/line.png);
}


header .header-m .contt .btn {
  float: right;
  display: block;
  line-height: 50px;
}

header .header-m .contt .btn i {
  display: block;
  font-size: 30px;
  color: #fff;
}

header .header-m .nav-list {
  display: none;
  position: absolute;
  top: 70px;
  padding: 10px 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

header .header-m .nav-list a {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eee;
}

header .header-m .nav-list a:last-child {
  border-bottom: none;
}

header .header-m .nav-list .active {
  color: #0078cc;
}

.header2{
	position: fixed;
	top:0px;
	width:100%;
	background:#fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.header2 .header_t{
	display:none;
}
.header2 .header_t .headct{
	width: 1200px;
    margin: 0 auto;
	text-align:right;
	font-size:12px;
	color:#033333;
}
.header2 .header-pc .nav ul li:nth-child(6) {
	display: inline-block;
}
.header2 .header_t .headct a{
	color:#033333;
}
.header2 .header_t .headct a:hover{
	color:#00923f;
}
.header2 .header-pc .logo{
	background: url(/public/index/images/logo1.png) 100% 100% no-repeat;
}
.header2 .header-pc .nav a {
  color: #033333;
  border-bottom: 2px solid transparent;
}
.header2 .header-pc .nav a:hover{
  color:#00923f;
}
.header2 .header-pc .nav .active {
	
  color:#00923f;
 
}
.header2 .header-pc .nav a:after {
  color: #00923f;
  background: #00923f;
  transition: all 0.5s ease;
}
.header2 .header-m .contt .logo {
  
  display: block;
  height: 76px;
  background: url(/public/index/images/logo1.png) 100% 100% no-repeat;
}
.header2 .header-pc .search a{
float: left;
width: 26px;
border: none;
line-height:20px;
height:26px;
outline: none;
margin-left:30px;
filter:grayscale(100%) brightness(100%);
}
.header2 .header-m .contt .open_mnav {
	
  background:url(/public/index/images/line1.png);
}

@media screen and (min-width:200px) and (max-width:800px)
{
  header .header-pc {
    display: block;
	width: 100%;
	background:rgba(0, 0, 0, 0.2);
  } 
  .header2 .header-pc {
    display: block;
	width: 100%;
	background: none;
  }
  header .header-m {
    display: none;
	background:rgba(255, 255, 255, 0.5);
  }
  header .header-pc .logo,header .header-pc .search{
	  display:none;
  }
  header .header-pc .nav {
    padding: 10px 0;
	text-align:center;
}
header .header-pc .nav ul li {
    position: relative;
    display: inline-block;
	width:15.5%;
    vertical-align: middle;
    line-height: 40px;
	text-align:center;
    font-size: 14px;
	margin:0 0;
    color: #fff;
    border-bottom: 2px solid transparent;
}
header .header-pc .nav ul li:nth-child(6){
	display: inline-block;
}
}


.mouse {
  position: relative;
  width: 100%;
  cursor: pointer;
  z-index: 10000;
  top:-120px;
  background-position: top center !important;
  height: 60px;
  text-align: center;
}

.mouse a {
  display: inline-block;
  width: 24px;
  height: 60px;
  background-position: top center !important;
  text-align: center;
}

.mouse a span {
  animation: arrowMove 2s infinite;
  display: inline-block;
  width: 8px;
  height: 20px;
  position: absolute;
  margin-left: -4px;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .mouse {
    display: none;
  }
}

@keyframes arrowMove {
  to {
    transform: translateY(1.25rem);
    opacity: 0;
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(225deg);
  }
}

@keyframes circleProgressLoad_left {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}

.home-page .banner {
  width: 100%;
  height: 900px;
}
.home-page .banner img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page .banner .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;
  /* 设置按钮大小 */
}

.home-page .banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.home-page .banner .swiper-container .swiper-button-prev .bal{
  left: 20px;
  outline: none;
}

.home-page .banner .swiper-container .swiper-button-next .baf{
  right: 20px;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .home-page .banner {
    height: 600px;
  }
}

@media screen and (max-width: 992px) {
  .home-page .banner {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .home-page .banner {
    height: 360px;
  }
}

@media screen and (max-width: 576px) {
  .home-page .banner {
    height: 260px;
  }
  .home-page .banner .swiper-container {
    --swiper-navigation-size: 30px;
  }
}





/* 页码 */
.pages1 {
    width: 100%;
    text-align: center;
	margin:0 auto;
	padding:5% 0px;
}

.pages1 a {
    min-width: 14px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #033333;
    background-color: #fff;
    display: inline-block;
	border:1px solid #ddd;
    margin: 0 3px;
	padding:0px 10px;
}

.pages1 a.p_active {
    background-color:#00923f;
	border:1px solid #00923f;
    color: #fff;
}

.pages1 a:hover {
    background-color:#00923f;
	border:1px solid #00923f;
    color: #fff;
	text-decoration:none;
}
.pages3 {
    text-align: center;
}
.cl{
	clear:both;
}
.cl30{
	clear:both;
	margin-top:5%;
}

/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 20px 4px;
    cursor: pointer;
}



.about{
	width:100%;
	background:url(/public/index/images/a_bg.jpg) bottom no-repeat;
	background-size:100% auto;
	padding-top:50px;
	opacity: 0;
    transition: 0.5s;
	margin-top: 20px;
}

.about_ct{
	width:1200px;
	margin: 0 auto;
	padding:90px 0px;
}
.about_lf{
	float:left;
	width:510px;
	position:relative;
}
.about_lf img{
	float:left;
	width:100%;
	height:510px;
	object-fit: cover;
}
.a_more{
	position:absolute;
	z-index:2;
	width:194px;
	height:64px;
	line-height:24px;
	right:-97px;
	bottom:30px;
}
.a_more img{
	width:22px;
	height:22px;
	vertical-align: -6px;
    display: inline-block;
	margin-right:14px;
}
.a_more a{
	float:left;
	width:194px;
	height:64px;
	color:#fff;
	box-sizing:border-box;
	padding:20px 45px;
	background:#00923f;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.a_more a:hover{
	background:#00ca57;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.about_rg{
	float: right;
	width:560px;
}
.about_tl{
	width: auto;
	font-size:24px;
	color:#222;
}
.about_tl p{
	font-family:"Arial";
	font-size:36px;
	color:#d0d0d0;
	font-weight:bold;
	padding-bottom:20px;
}
.about_cn{
	line-height:30px;
	width:100%;
	padding:45px 0px;
	font-size:16px;
}
.about_cn span{
	color:#00923f;
}
.about_dd{
	width:100%;
}
.i_gstime {
    margin: 0;
    padding: 0;
}

.i_gstime li {
    width: 33.3%;
    list-style: none;
    float: left;
	line-height:200%;
}

.i_gstime li p {
    margin: 0;
	color: #999999;
}
.i_gstime li p img{
     width:70px;
}
.i_gstime li i {
    font-size: 12px;
    color: #999999;
    font-style: normal;
    vertical-align: baseline;
    position: relative;
}



.i_gstime li span {
    font-size: 36px;
	font-weight:bold;
    color: #00923f;
    margin: 0;
}

.product_tl{
	position: absolute;
	font-size:24px;
	color:#222;
	z-index:9;
	top:80px;
	left: 10vw;
}
.product_tl p{
	font-family:"Arial";
	font-size:36px;
	color:#fff;
	font-weight:bold;
	padding-bottom:30px;
}
.product_more{
	position: absolute;
	z-index:9;
	right: 10vw;
	top:110px;
}
.product_more a{
	float:left;
	width:120px;
	height:38px;
	color:#00923f;
	box-sizing:border-box;
	line-height:38px;
	text-align:center;
	border:1px solid #00923f;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.product_more a:hover{
	color:#fff;
	background:#00923f;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.index2{position: relative;opacity: 0;
    transition: 0.5s;
	margin-top:20px;}
.index2 .item{position: relative; height: unset;}
.index2 .item >img{object-fit: cover; height: 100%; width: 100%;}
.index2 .item .txtbox{position: absolute;top: 50%;max-width: 50%; transform: translateY(-50%);right: -9vw;}
.index2 .item .txtbox a{float:left;
	width:194px;
	height:64px;
	color:#fff;
	box-sizing:border-box;
	padding:20px 45px;
	background:#00923f;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;}
.index2 .item .txtbox a:hover{
	background:#00ca57;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.index2 .item .txtbox a img{
	width:22px;
	vertical-align: -6px;
    display: inline-block;
	margin-right:14px;
}
.index2 .item .txtbox .en{font-size: 2.6vw;color: rgba(255, 255, 255, 0.9);line-height: 0.889;font-family: "EUCLIDCIRCULARA-SEMIBOLD";}
.index2 .item .txtbox .cn{font-size: 3.5vw;color: rgba(255, 255, 255, 0.9);line-height: 1;margin: 2.6vw 0;  }
.index2 .bgimg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;object-fit: cover;filter: blur(2vw);}

.ind2_bg{position: absolute; left: 0; right: 0; top: 0; bottom: 0;  overflow: hidden;z-index: -1;filter: blur(2vw);}
.ind2_bg .ind2_item{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1; opacity: 0;}
.ind2_bg .ind2_item.on{opacity: 1;}
.ind2_bg .ind2_item img{object-fit: cover;width: 100%;height: 100%;}

.index2 .swiper-ctrl{position: absolute;left:13.5vw;top: 55%;transform: translateY(-50%);}
.index2 .swiper-pagination{font-size: .18rem;color: #fff;bottom: -4vw;width: auto;left: 50%;transform: translateX(-50%);}
.index2 .swiper-pagination span:nth-child(1){font-weight: 600;}
.index2 .swiper-pagination span{margin: 0 .8vw;}
.index2 .swiper-dot .dot:last-child{margin-bottom: 0;}
.index2 .swiper-dot .dot .dot1{width: 6px;height: 2px;background: #fff;}
.index2 .swiper-dot .dot .dot2{width: 2px;height: 2px;background: #fff;}
.index2 .swiper-dot span{margin-bottom: 1vw;display: block;position: relative;}
.index2 .swiper-dot .dot:last-child .dot2{display: none;}
.index2 .swiper-container{padding: 0 21.35vw ;height: 52vw;background: rgba(0,0,0,0.1);}
.index2 .swiper-slide{height:64.5%;margin:2vw 0;}
.index2 .swiper-dot .dot .dot1:after{content:'';width: 10px;height: 10px;position: absolute;left: 50%;top: 50%;margin-left: -7px;margin-top: -5px;background: #fff;border-radius: 50%;opacity: 0;transition: all .5s;}
.index2 .swiper-dot .dot .dot1:before{content:'';width: 4vw;height: 4vw;margin-left: -2vw;margin-top: -2vw;position: absolute;border: 1px solid #fff;border-radius: 50%;opacity: 0;transform: scale(.8);transition: all .5s;}
.index2 .swiper-dot .dot.on .dot1:before{opacity: 1;transform: scale(1);}
.index2 .swiper-dot .dot.on .dot1:after{opacity: 1;}
.index2 .swiper-dot .dot{cursor: pointer;}


.index2 .swiper-slide-active .en {
    animation: faderight 1s .2s;
    -webkit-animation: faderight 1s .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index2 .swiper-slide-active .cn {
    animation: faderight 1s .3s;
    -webkit-animation: faderight 1s .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index2 .swiper-slide-active .videobtn {
    animation: faderight 1s .4s;
    -webkit-animation: faderight 1s .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	
}
.new{
	width:1200px;
	margin:0 auto;
}
.new_tl{
	width:100%;
	padding:60px 0px 40px 0px;
	display: flex;
    justify-content: space-between;
}
.new_more{
	width:120px;
	height:38px;
	margin-top:30px;
}
.new_more a{
	float:left;
	width:120px;
	height:38px;
	color:#00923f;
	box-sizing:border-box;
	line-height:38px;
	text-align:center;
	border:1px solid #00923f;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_more a:hover{
	color:#fff;
	background:#00923f;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_ct{
	width:100%;
	margin:40px 0px 120px 0px;
	position:relative;
	
	display: flex;
    justify-content: space-between;
}
.new_ct .color_bg {
    position: absolute;
    top: -15%;
    left: -8%;
    width:70%;
	z-index:-1;
}
.new_lf{
	width:800px;
	height:460px;
	overflow:hidden;
}
.new_lf img{
	width:800px;
	height:460px;
	object-fit: cover;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_lf img:hover{
	width:800px;
	height:460px;
	overflow:hidden;
    transform: scale(1.2);
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_bt{
	position: absolute;
	z-index:99;
	bottom:-33px;
	left:0px;
	height:66px;
	width:400px;
	background:#00923f;
	color:#fff;
	line-height:60px;
	padding:0px 30px;
	overflow:hidden;
	box-sizing:border-box;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_bt:hover{
	background:#00ca57;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_bt b{
	font-size:24px;
}
.new_bt span{
	font-size:12px;
} 
.new_bt a{
	font-size:18px;
	color:#fff;
	padding-left:12px;
}
.new_w{
	position:absolute;
	z-index:3;
	width:100%;
	height:460px;
	overflow:hidden;
	overflow-y: scroll; 
}
.new_rg{
	float:right;
	width:396px;
	height:460px;
}
.new_limg,.new_limg img{
	width:100%;
}
.new_li{
	width:90%;
	border-bottom:1px solid #dddddd;
	padding:25px 0px;
	margin-left:10%;
}
.new_rq{
	width:100%;
	font-size:12px;
	color:#999;
}
.new_rq span{
	color:#00923f;
}
.new_tt{
	width:100%;
	height:48px;
	line-height:24px;
	margin-top:12px;
}
footer{
	width:100%;
	min-width:1200px;
    background: #3a3a3a;
}
.bottom{
	width:1200px;
	margin:0px auto;
	padding:3% 0px;
	color:#fff;
	display: flex;
    justify-content: space-between;
}
.bottom_lf{
	width:200px;
	text-align:center;
	line-height:120%;
	color:#00923f;
	font-size:20px;
	font-weight:bold;
}
.bottom_lf a{
	color:#00923f;
}
.bottom_lf p{
	font-size:12px;
	color:#fff;
}
.bottom_ct{
	width:1000px;
}
.bottom_li{
	float:left;
	width:20%;
	line-height:280%;
}
.bottom_li a{
	color:#fff;
}
.bottom_tl{
	font-weight:bold;
}
.bottom_dd{
	font-size:12px;
}
.bottom_rg{
	width:130px;
	text-align:center;
	line-height:180%;
}
.bottom_rg img{
	width:100%;
}
.foot{
	width:100%;
	padding:15px 0px;
	color:#fff;
	font-size:12px;
	line-height:160%;
	background:#313131;
}
.foot_ct{
	width:1200px;
	margin:0px auto;
	padding:20px 0px;
}
.foot_lf{
	float:left;
	line-height:300%;
}
.foot_lf img{
	height:20px;
	vertical-align: -6px;
    margin-right: 10px;
    display: inline-block;
}
.foot_rg{
	float:right;
}
.foot_rg img{
	height:50px;
}
.foot a{
	color:#fff;
}

.s_banner{
	width:100%;
}
.s_banner img{
	width:100%;
	display:block;
}
.add{
	width:100%;
	line-height:40px;
	min-width:1200px;
	border-bottom:1px solid #dcdddd;
	
}
.add_ct{
	width:1200px;
	margin:0px auto;
	font-size:12px;
	text-align:right;
}
.add_ct img{
	width:20px;
	vertical-align: -3px;
    display: inline-block;
	margin-right:10px;
}
.c_con{
	width:1200px;
	margin:3% auto;
}
.mess{
	width:800px;
	margin:5% auto;
}
.mess_tl{
	float:left;
	width:100%;
	margin-bottom:30px;
	text-align:center;
	line-height:32px;
	color:#999;
	font-size:12px;
}
.mess_tl p{
	font-size:24px;
	color:#004a99;
}
.mess_li{
	float:left;
	width:100%;
	height:42px;
	line-height:42px;
	margin-bottom:20px;
}
.mess_lf{
	float:left;
	width:100px;
	text-align:right;
}
.mess_lf span{
    color:#f00;
}
.mess_rg{
	float: right;
	width:680px;
}
.lis{
	width:94%;
	height:40px;
	border:1px solid #ededed;
	border-radius:4px;
	line-height:40px;
	color:#777;
	outline:none;
	padding:0px 3%;
	background: none;
}
.lis1{
	float:left;
	width:40%;
	height:40px;
	border:1px solid #ededed;
	border-radius:4px;
	line-height:40px;
	color:#777;
	outline:none;
	padding:0px 3%;
	background: none;
}
.mess_rg a{
	float:left;
	width:100%;
	height:50px;
	background:#00923f;
	border-radius:4px;
	color:#fff;
	text-align:center;
	line-height:50px;
	margin-top:20px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.mess_rg a:hover{
	float:left;
	width:100%;
	height:50px;
	background:#00e965;
	border-radius:4px;
	color:#fff;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.map{
	float:left;
	width:740px;
	height:400px;
	overflow:hidden;
}
.map img{
	width:100%;
	height:100%;
}
.contact{
	float: right;
	width:390px;
	height:400px;
}
.contact_li{
	float:left;
	width:100%;
	border-bottom:1px dashed #ededed;
	padding:40px 0px;
}
.contact_li img{
	float:left;
	width:50px;
	height:50px;
}
.contact_li p{
	float: right;
	width:320px;
	line-height:24px;
}
.yzm,.yzm img{
	float:left;
	width:100px;
	height:36px;
}
.c_title{
	 width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 40px 0px 20px 0px;
    margin-bottom: 3%;
	line-height:240%;
	color:#999;
}
.c_title p{
    font-size: 24px;
	color:#222;
}
.aw_tl{
	width:1200px;
	margin:0px auto;
	font-size:36px;
	font-weight:bold;
	padding:60px 0px 40px 0px;
}
.aw_tl p{
	font-size:14px;
	color:#00923f;
	padding-bottom:30px;
}
.aw_tl img{
	width:50px;
	vertical-align: 2px;
    display: inline-block;
	margin-right:14px;
}
.aw{
	width:1200px;
	margin:0px auto;
	padding-bottom:60px;
}
.aw img{
	max-width:100%;
}
.aw_lf{
	float:left;
	width:35%;
	color:#999;
	line-height:200%;
}
.aw_lf p{
	margin-bottom:10px;
	color:#033333;
	font-size:18px;
}
.aw_rg{
	float: right;
	width:48%;
}
.aw_rg img{
	width:100%;
	
}
.www{
	width:100%;
	background:#f6f6f7;
}
.aw_rg1{
	float: right;
	width:52%;
}
.aw_rg1 img{
	width:100%;
}
.lc{
	width:1200px;
	margin:0px auto;
	
}
.lc img{
	width:100%;
	height:auto;
}
.lc_lf{
	width:50%;
	border-right:1px solid #dcdddd;
	box-sizing:border-box;
}
.lc_rg{
	width:50%;
	margin-top:200px;
}
.lc_li{
	width:100%;
	border-top:1px solid #dcdddd;
	padding:60px 0px;
	display: flex;
    justify-content: space-between;
}
.lc_ct{
	width:60%;
	color:#999;
	line-height:180%;
}
.lc_ct img{
	width:100%;
}
.lc_sj{
	width:30%;
	height:60px;
	font-size:36px;
	font-weight:bold;
	border-bottom:1px solid #dcdddd;
	padding-bottom:10px;
	position:relative;
}
.lc_sj img{
	position:absolute;
	z-index:33;
	bottom:-8px;
	right:-8px;
}
.lc_sj01{
	width:30%;
	height:60px;
	font-size:36px;
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #dcdddd;
	padding-bottom:10px;
	position:relative;
}
.lc_sj01 img{
	position:absolute;
	z-index:33;
	bottom:-8px;
	left:-8px;
}
.new_t{
	width:1200px;
	height:340px;
	overflow:hidden;
	margin:60px auto;
	background:#f6f6f7;
}
.new_tlf{
	float:left;
	width:50%;
	overflow:hidden;
}
.new_tlf img{
	width:100%;
	height:340px;
	object-fit: cover;
	transform: scale(1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.new_tlf img:hover{
    transform: scale(1.1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.new_trg{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:40px;
}
.new_tt01{
	width:100%;
	font-size:24px;
	line-height:180%;
	margin:20px 0px 30px 0px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_tt01:hover{
	padding-left:30px;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_tt02{
	width:100%;
	font-size:24px;
	line-height:180%;
	margin:20px 0px 30px 0px;
}
.new_ttc{
	width:100%;
	color:#999;
	border-top:1px solid #dcdddd;
	line-height:180%;
	padding-top:30px;
}
.c_la{
	width:1200px;
	margin:0px auto;
	border-bottom:1px solid #dcdddd;
}
.c_la a{
	float:left;
	font-size:16px;
	margin-right:50px;
	color:#999;
	line-height:24px;
}
.c_la a:hover{
	color:#00923f;
}
.c_la a.claon{
	font-size:24px;
	color:#00923f;
	font-weight:bold;
	border-bottom:4px solid #00923f;
	padding-bottom:24px;
}
.c_p,.c_new{
	width:1200px;
	margin:0px auto;
}
.nncc{
	width:1000px;
	margin:0px auto;
	}
.c_new_li{
	float:left;
	width:380px;
	line-height:180%;
	color:#999;
	box-sizing:border-box;
	border-right:1px solid #dcdddd;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.c_new_li:hover{
	background:#f6f6f7;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.c_new_rq{
	font-size:12px;
}
.c_new_tl{
	width:100%;
	height:56px;
	line-height:28px;
	overflow: hidden;
	margin-top:12px;
	font-size:16px;
}

.c_new_fl{
	font-size:12px;
	color:#00923f;
	margin:40px 0px 20px 0px;
}
.c_new_img{
	width:100%;
	height:220px;
}
.c_new_img img{
	width:100%;
	height:220px;
    object-fit: cover;
}
.c_new_tt{
	margin:20px 0px;
	height:52px;
	line-height:26px;
	overflow: hidden;
}
.c_new_jt{
	width:80px;
	height:24px;
	margin:60px 0px;
	transform: translatex(0px);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.c_new_jt:hover{
	transform: translatex(20px);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.c_new_li:nth-child(1),.c_new_li:nth-child(4),.c_new_li:nth-child(7){
	padding:40px 40px 40px 0px;
	
}
.c_new_li:nth-child(1):hover,.c_new_li:nth-child(4):hover,.c_new_li:nth-child(7):hover{
	padding-left:40px;
}
.c_new_li:nth-child(2),.c_new_li:nth-child(5),.c_new_li:nth-child(8){
	padding:40px;
	width:420px;
}
.c_new_li:nth-child(2):hover,.c_new_li:nth-child(5):hover,.c_new_li:nth-child(8):hover{
	padding:40px 60px;
}
.c_new_li:nth-child(3),.c_new_li:nth-child(6),.c_new_li:nth-child(9){
	padding:40px 0px 40px 40px;
	border-right:none;
	
}
.c_new_li:nth-child(3):hover,.c_new_li:nth-child(6):hover,.c_new_li:nth-child(9):hover{
	padding-right:40px;
}
.cn_title{
	width:100%;
	text-align:center;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin-top:50px;
}
.c_rr{
	width:100%;
	text-align:center;
	font-size:12px;
	color:#999;
	margin:30px 0px;
}
.c_rr img{
	width:16px;
	margin-right:6px;
	vertical-align: -4px;
    display: inline-block;
}
.c_jj{
	width:100%;
	box-sizing:border-box;
	background:#f4f4f4;
	font-size:12px;
	line-height:24px;
	padding:20px 25px;
	color:#999;
}
.c_cc{
	width:100%;
	line-height:200%;
	margin:20px 0px;
	font-size:18px;
}
.c_cc img{
	max-width:100%;
}
.xwtl_net{
	width:100%;
	text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 100px 0px;
}
.anniu {
	display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: #cccccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(/public/index/images/si.png) 20px center no-repeat;
    padding: 0 0 0 20px;
    color: #616161;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.anniu a{color:#666;}
.anniu:hover{ background:#00923f; padding:0; color:#fff; border:#00923f 1px solid;}
.anniu:hover a{ color:#fff;}
.xwtl_lf,.xwtl_lf a{
	float:left;
	display: inline-block;
    color: #666;
}
.xwtl_rg a{
	float: right;
	display: inline-block;
    color: #666666;
}
.xwtl_lf a:hover,.xwtl_rg a:hover{ color:#00923f;}
.xwtl_lf span,.xwtl_rg span{
	display: inline-block;
    padding: 0 29px;
    background: #bfbfbf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    margin: 0 20px;
}
.xwtl_lf span:hover,.xwtl_rg span:hover{ background: #00923f;}
.xwtl_lf b{
	float: right;
	display: inline-block;
    font-weight: normal;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg b{
	float: left;
	display: inline-block;
    font-weight: normal;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg{
	float: right;
	display: inline-block;
    color: #666;
}
.rd{
	width:1200px;
	margin:0px auto;
	border-bottom: 1px solid #dcdddd;
}
.rgtl{
	width:100%;
	border-bottom: 1px solid #dcdddd;
}
.rd_ct{
	width:100px;
	font-size:24px;
	color:#00923f;
	font-weight:bold;
	border-bottom:4px solid #00923f;
	padding:24px 0px;
}
.rgtl_ct{
	width:100px;
	font-size:24px;
	color:#00923f;
	font-weight:bold;
	border-bottom:4px solid #00923f;
	padding-bottom:24px;
}
.pls{
	width:1200px;
	margin:20px auto;
	text-align:center;
}
.pls img{
	width:60px;
}
.pls_li{
	width:20%;
	margin:2%;
	line-height:300%;
	text-align:center;
	display: inline-block;
}
.pls_li a{
	float:left;
	width:100%;
	font-size:22px;
	padding:20px 0px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	
}
.pls_li a:hover,.pls_on{
	color:#fff;
	background:#00923f;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.pls_on a{
	color:#fff;
}
.pls_li a:hover img,.pls_on img{
	filter: grayscale(100%) brightness(500%);
}
.c_p_li{
	float:left;
	width:340px;
	margin:30px 80px 30px 0px;
}
.c_p_li:nth-child(3),.c_p_li:nth-child(6),.c_p_li:nth-child(9){
	margin-right:0px;
}
.c_p_img{
	width:100%;
	height:220px;
}
.c_p_img img{
	width:100%;
	height:220px;
	object-fit: cover;
}
.c_p_tl{
	width:100%;
	overflow:hidden;
	height:66px;
}
.c_p_tl a{
	float:left;
	width:100%;
	padding:0px 6%;
	box-sizing:border-box;
	text-align:center;
	line-height:66px;
	background:#f6f6f7;
	font-size:16px;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.c_p_tl a:hover{
	color:#fff;
	background:#00923f;
   transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.res{
	width:1200px;
	margin:50px auto;
}
.res_lf{
	float:left;
	width:860px;
}
.res_rg{
	float: right;
	width:280px;
}
.res_search{
	width:100%;
	height:58px;
}
.res_sw{
float: left;
width:80%;
border:1px solid #dcdddd;
border-right:none;
padding: 0px 10px;
line-height:56px;
font-size: 14px;
height:56px;
background:#fff;
box-sizing:border-box;
outline: none;
border-bottom-left-radius:50px;
border-top-left-radius:50px;
}

.res_search a{
	float: left;
    width:20%;
	color:#fff;
	line-height:56px;
	text-align:center;
	background:#00923f;
	border-bottom-right-radius:50px;
    border-top-right-radius:50px;
}
.res_search a:hover{
	color:#fff;
	background:#00ca57;
}
.res_search img{
	width:22px;
	vertical-align: -6px;
    display: inline-block;
	margin-right:14px;
}
.res_li{
	width:100%;
	padding:30px 0px;
	border-bottom:1px solid #dcdddd;
}
.res_tl{
	width:100%;
	font-size:18px;
	line-height:180%;
}
.res_tl01{
	width:100%;
	font-size:24px;
	line-height:180%;
	padding:2% 0px;
}
.rgtl_tl{
	width:100%;
	font-size:14px;
	line-height:180%;
}
.res_dd{
	font-size:12px;
	color:#999;
	line-height:150%;
	margin-top:10px;
}
.res_dd img{
	width:22px;
	vertical-align: -6px;
    display: inline-block;
	margin-left:14px;
}
.rrr{
	float:right;
}
.res_ct{
	border-top:1px solid #dcdddd;
	margin-top:3%;
	padding-top:3%;
	line-height:180%;
}
.restt{
	font-size:16px;
	font-weight:bold;
	padding-bottom:2%;
}
.reswz{
	margin-bottom:4%;
}
.reswz_more{
	
	width:194px;
	height:64px;
}
.reswz_more img{
	width:22px;
	vertical-align: -6px;
    display: inline-block;
	margin-right:14px;
}
.reswz_more a{
	float:left;
	width:194px;
	height:64px;
	color:#fff;
	box-sizing:border-box;
	padding:20px 45px;
	background:#00923f;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.reswz_more a:hover{
	background:#00ca57;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.about1,.index21{
	opacity: 1;
    margin-top: 0;
}



.slideGroup{ 
    width:1200px;
	margin:0px auto;
}
.slideGroup .parHd{width:100%; border-bottom:1px solid #ddd;}
.slideGroup .parHd ul{width:100%; }
.slideGroup .parHd ul li{
	float:left;
	width: 120px;
    height: 40px;
	text-align:left;
	
    display: inline-block;
	color:#033333;
	font-size:18px;
}
.slideGroup .parHd ul li.on{ color: #00923f;border-bottom:2px solid #00923f;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:4% 0px 2% 0px; position:relative;   }
.slideGroup .parBd .slideBox_li{width:100%;}
.slideGroup .parBd .slideBox_li .slideBox_img{ float:left;width:70%; position:relative; }
.slideGroup .parBd .slideBox_li .slideBox_img img{width: 100%;}
.slideGroup .parBd .slideBox_li .slideBox_tt{ right:0px;width:35%; position:absolute; top:28%; background:#fafafa; padding:5%; box-sizing:border-box; line-height:260%; color:#727171;}
.slideGroup .parBd .slideBox_li .slideBox_tt b{ color:#00923f; font-size:18px; margin-bottom:20px;}
.nnnn{
	width:100%;
}
.nwl{
	float:left;
	width:60%;
}
.nwg{
	float:right;
	width:35%;
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.nwl{
	float:left;
	width:100%;
}
.nwg{
	float: left;
	width:100%;
}
	.slideGroup {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
.slideGroup .parHd,.slideGroup .slideBox{
	 width: 94%;
	margin: 0px auto;
}
.slideGroup .parBd .slideBox_li .slideBox_tt{ right:0px;width:60%; position:absolute; top:20%; background:#fafafa; padding:4%; box-sizing:border-box; line-height:160%; color:#727171;}
.slideGroup .parBd .slideBox_li .slideBox_tt b{ color:#00923f; font-size:14px; margin-bottom:20px;}
body {
  width: 100%;
  min-width:0;
}
	header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0;
  width: 100%;
  min-width: inherit;
  transition: all 0.5s ease;
}
	.pages1 {
    width: 100%;
    text-align: center;
	margin:3% auto;
}
	.pages1 a {
    min-width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    background-color: #fff;
    display: inline-block;
	border:1px solid #ededed;
    margin: 10px 2px;
	padding:6px 6px;
}



	.open_mnav {
        display: block;
    }
	
	.index2 .item{height: unset;}
	.index2 .swiper-container{height: 120vw;padding: 0 8vw;}
    .index2 .swiper-ctrl{display: none;}
    .index2 .swiper-slide{margin: 12px 0;height:38%;}
    .index2 .item .txtbox{right: auto;left: 15px;}
    .index2 .item .txtbox .en{font-size: 18px;}
    .index2 .item .txtbox .cn{font-size: 14px;margin: 10px 0;line-height: 1;}
.xwtl_net{
	width:100%;
	text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 50px 0px;
}
.anniu {
	display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: #cccccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/si.png) 20px center no-repeat;
    padding: 0 0 0 20px;
    color: #616161;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}
.anniu a{color:#616161;}
.anniu:hover{ background:#c52a25; padding:0; color:#fff; border:c52a25 1px solid;}
.anniu:hover a{ color:#fff;}
.xwtl_lf,.xwtl_lf a{
	float:left;
	display: inline-block;
    color: #616161;
}
.xwtl_rg a{
	float: right;
	display: inline-block;
    color: #616161;
}
.xwtl_lf a:hover,.xwtl_rg a:hover{ color:#c52a25}
.xwtl_lf span,.xwtl_rg span{
	display: inline-block;
    padding: 0 29px;
    background: #bfbfbf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    margin: 0 20px;
}
.xwtl_lf span:hover,.xwtl_rg span:hover{ background: #c52a25}
.xwtl_lf b{
	float: right;
	display: inline-block;
    font-weight: normal;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg b{
	float: left;
	display: inline-block;
    font-weight: normal;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtl_rg{
	float: right;
	display: inline-block;
    color: #616161;
}
.xwtl_lf b, .xwtl_rg b {
    display: none;
}
.xwtl_lf span, .xwtl_rg span {
    display: inline-block;
    padding: 0 14px;
    background: #bfbfbf;
    margin: 0 0px;
}
.about_tl {
    font-size: 20px;
}
.about_tl p,.product_tl p{
    font-size: 28px;
    padding-bottom: 10px;
}
.about{
    padding-top: 20px;
	opacity:1;
}
.about_ct,.new{
    width: 94%;
    margin: 0 auto;
}
.about_ct {
    padding: 3% 0px 90px 0px;
}
.about_lf{
    float: left;
    width:100%;
}
.about_lf img {
    float: left;
    width: 100%;
    height: 45vh;
    object-fit: cover;
}
.a_more img {
    width: 22px;
    height: 22px;
    vertical-align: -6px;
    display: inline-block;
    margin-right: 14px;
}
.about_rg{
    float: left;
    width:100%;
	margin-top:3%;
}
.i_gstime li span {
    font-size: 22px;

}
.product_tl {
    font-size: 20px;
    left:3%;
	top: 5%;
}
.product_more {
    right:3%;
	top: 5%;
}
.new_tl {
    padding: 5% 0px;
}
.new_ct {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: block;
    justify-content: space-between;
}
.new_w {
    position: inherit;
    z-index: 3;
    width: 100%;
    height: 460px;
    overflow: hidden;
    overflow-y: scroll;
}
.new_lf{
	 width: 100%;
	 height:auto;
	 margin-bottom:4%;
  	 overflow:hidden;
}
.new_lf img{
	width: 100%;
	 height:100%;
	object-fit: cover;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_lf img:hover{
	width: 100%;
	 height:100%;
	overflow:hidden;
    transform: scale(1);
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.new_rg {
    float: left;
    width: 100%;
    height: 460px;
}
.new_li {
    width:100%;
    border-bottom: 1px solid #dddddd;
    padding: 25px 0px;
    margin-left:0;
}
.new_bt {
    position: inherit;
    z-index: 99;
    bottom: -33px;
    left: 0px;
    height: 66px;
    width:100%;
    background: #00923f;
    color: #fff;
    line-height: 60px;
    padding: 0px 30px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
footer,.add{
    min-width: inherit;
}
.bottom,.add_ct,.c_con,.mess_li,.c_la,.c_new, .c_p,.rd{
	width:94%;
}
.bottom_ct,header .header_t,.res_rg,.new_ct .color_bg {
	display:none;
}
.bottom_lf {
    width:50%;
}
.bottom_rg{
	width:30%;
	padding-top:10%;
	margin: 0 auto;
}
.map,.contact,.new_tlf,.new_trg,.res_lf{
    width:100%;
}
.mess_lf{
	float: left;
	width:25%;
}
.mess_rg {
    float: right;
    width: 70%;
}
.mess {
    width: 100%;
    margin: 5% auto 20% auto;
}
.s_banner {
    width: 100%;
	height:200px;
}

.s_banner img{
    width: 100%;
	height:200px;
	object-fit: cover;
}
.new_t,.pls,.res,.aw{
    width: 94%;
    height: auto;
    margin: 5% auto;
}
.new_tlf img {
    width: 100%;
    height: 240px;
}
.c_new_li{
	float:left;
	width:100%;
	line-height:180%;
	color:#999;
	box-sizing:border-box;
	border-right: none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.c_new_li:nth-child(1), .c_new_li:nth-child(2), .c_new_li:nth-child(3),.c_new_li:nth-child(4), .c_new_li:nth-child(5), .c_new_li:nth-child(6),.c_new_li:nth-child(7), .c_new_li:nth-child(8), .c_new_li:nth-child(9){
    padding: 20px;
	width:100%;
}
.pls_li a {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 10px 0px;
}
.pls img {
    width: 30px;
}
.pls_li {
    width: 24%;
    margin: 0;
    line-height: 200%;
    text-align: center;
    display: inline-block;
}
.c_p_li {
    float: left;
    width: 100%;
    margin:10px 0px;
}
.res_sw{
	width:70%;
}
.res_search a{
	width:30%;
}
.a_more{
	position:absolute;
	z-index:2;
	width:194px;
	height:64px;
	line-height:24px;
	right:0px;
	bottom:30px;
}
.index2 .item .txtbox a {
    float: left;
    width: 120px;
    height: 40px;
    color: #fff;
    box-sizing: border-box;
    padding: 8px 8px;
    background: #00923f;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.aw_lf,.aw_rg,.aw_rg1{
	width:100%;
	padding:2% 0px;
}
.aw_tl {
    width: 94%;
    margin: 0px auto;
    font-size: 22px;
    font-weight: bold;
    padding: 30px 0px;
}
.aw img{
	width:100%;
}
.lc,.nncc{
    width: 94%;
    margin: 0px auto;
  
}
.lc_sj,.lc_sj01{
    width: 30%;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dcdddd;
    padding-bottom: 10px;
    position: relative;
}
.foot_ct{
	width:90%;
	margin:0px auto;
	padding:20px 0px;
}
.foot_rg {
    float: left;
}
.c_cc{
	width:100%;
	line-height:28px;
	margin:20px 0px;
	font-size:12px;
}
}

