@font-face {
  font-family: Helvet;
  src: url('../font/HELVETICANEUELTPRO-THEX_0.OTF');
}
.container-80 {
  width: 80%;
  margin: 0 auto;
}
.container-85 {
  width: 85%;
  margin: 0 auto;
}
.middle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: medium !important;
  background: url('../img/bg.jpg');
}
input[type="text"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
i,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
textarea {
  font-family: "微软雅黑";
}
input,
textarea {
  outline: none;
}
/* 去除浏览器读取历史记录默认黄色背景 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.contain-600 {
  width: 93.75%;
  margin: 0 auto;
}
.header div {
  text-align: center;
}
.header div p {
  display: inline-block;
  text-align: center;
  font-size: .4rem;
  color: #03a039;
  padding: 0 .05rem;
}
.header div p span {
  display: block;
  font-size: 12px;
  color: #878786;
  padding-top: 3px;
  font-family: 'Arial';
}
.header div img {
  width: 29%;
}
.header h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #878786;
  text-transform: uppercase;
  margin-top: .15rem;
  text-align: center;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.header-white div {
  text-align: center;
}
.header-white div p {
  display: inline-block;
  text-align: center;
  font-size: .4rem;
  color: #03a039;
  padding: 0 .05rem;
}
.header-white div p span {
  display: block;
  font-size: 12px;
  color: #878786;
  padding-top: 3px;
  font-family: 'Arial';
}
.header-white div img {
  width: 29%;
}
.header-white h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #878786;
  text-transform: uppercase;
  margin-top: .15rem;
  text-align: center;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.header-white div p {
  color: #fff;
}
.header-white div p span {
  color: #90d5a8;
}
.header-white h2 {
  color: #90d5a8;
}
header {
  height: 1rem;
  box-sizing: border-box;
  background: #03a039;
  /* box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); */
}
header .header-box {
  width: 93.75%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
header .header-box .logo {
  display: inline-block;
  width: 25%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
header .header-box .logo img {
  width: 100%;
}
header .header-box > a {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -0.3rem;
}
header .header-box > a.search {
  right: 0.8rem;
  bottom: 0;
}
header .header-box > a#cd-menu-trigger {
  right: 0;
  bottom: 0;
}
header .header-box > a i {
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.6rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
header .header-box .header-title {
  text-align: center;
  color: #fff;
  font-size: .35rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#cd-lateral-nav {
  padding-left: 0.28rem;
  padding-bottom: 1.5rem;
  background: #03a039 !important;
}
#cd-lateral-nav > ul > li > a {
  font-size: 0.28rem;
  font-weight: normal !important;
  border: none !important;
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  border: solid 1px #fff;
  line-height: normal;
}
#cd-lateral-nav .cd_nav_btn {
  text-align: center;
  margin: 0.4rem 0 0.6rem;
}
#cd-lateral-nav .cd-navigation .sub-menu {
  padding-left: 35px;
}
#cd-lateral-nav .cd-navigation .sub-menu li a {
  position: relative;
  font-size: 0.23rem;
}
#cd-lateral-nav .cd-navigation .sub-menu li a::before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: solid 1px #fff;
  top: 50%;
  margin-top: -0.06rem;
  left: 0;
}
.main {
  overflow: hidden;
  margin-top: 1rem;
}
.main .banner .swiper-container .swiper-slide {
  width: 100%;
}
.main .banner .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
.main .banner .swiper-container .swiper-pagination {
  bottom: 15px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #03a039;
  opacity: 1;
}
.main .menu {
  padding: 0.3rem 0;
  background: #03a039;
  position: relative;
}
.main .menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #49ba70;
  top: 50%;
  left: 0;
}
.main .menu ul {
  width: 100%;
  overflow: hidden;
}
.main .menu ul li {
  float: left;
  width: 25%;
  text-align: center;
  border-left: solid 1px #49ba70;
}
.main .menu ul li:nth-of-type(1),
.main .menu ul li:nth-of-type(2),
.main .menu ul li:nth-of-type(3),
.main .menu ul li:nth-of-type(4) {
  padding-bottom: .5rem;
}
.main .menu ul li a {
  display: block;
}
.main .menu ul li a div {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
  background: #03a039;
  border-radius: 50%;
  position: relative;
}
.main .menu ul li a div i {
  width: 0.7rem;
  height: 0.7rem;
  font-size: 0.7rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.main .menu ul li a div i.tmfont {
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.6rem;
}
.main .menu ul li a p {
  font-size: 0.23rem;
  color: #fff;
  margin-top: .05rem;
}
.main .brand {
  padding: 0.7rem 0;
  width: 93.75%;
  margin: 0 auto;
}
.main .brand .brand-header div {
  text-align: center;
}
.main .brand .brand-header div p {
  display: inline-block;
  text-align: center;
  font-size: .4rem;
  color: #03a039;
  padding: 0 .05rem;
}
.main .brand .brand-header div p span {
  display: block;
  font-size: 12px;
  color: #878786;
  padding-top: 3px;
  font-family: 'Arial';
}
.main .brand .brand-header div img {
  width: 29%;
}
.main .brand .brand-header h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #878786;
  text-transform: uppercase;
  margin-top: .15rem;
  text-align: center;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .brand .brand-main > span {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: .4rem 0 .2rem;
}
.main .brand .brand-main > span img {
  width: 100%;
}
.main .brand .brand-main .brand-text {
  width: 90%;
  margin: 0 auto;
  color: #333;
  font-size: .22rem;
  line-height: .48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -moz-line-clamp: 6;
  -o-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  margin-bottom: .4rem;
}
.main .brand .brand-main .brand-text span {
  font-size: .3rem;
  color: #03a039;
}
.main .brand .brand-main > a {
  display: block;
  width: 40%;
  margin: 0 auto;
  padding: .15rem 0;
  background: #03a039;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.main .dev {
  padding: 0.7rem 0;
  background: #03a039;
}
.main .dev .dev-header {
  width: 93.75%;
  margin: 0 auto;
}
.main .dev .dev-header div {
  text-align: center;
}
.main .dev .dev-header div p {
  display: inline-block;
  text-align: center;
  font-size: .4rem;
  color: #03a039;
  padding: 0 .05rem;
}
.main .dev .dev-header div p span {
  display: block;
  font-size: 12px;
  color: #878786;
  padding-top: 3px;
  font-family: 'Arial';
}
.main .dev .dev-header div img {
  width: 29%;
}
.main .dev .dev-header h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #878786;
  text-transform: uppercase;
  margin-top: .15rem;
  text-align: center;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .dev .dev-header div p {
  color: #fff;
}
.main .dev .dev-header div p span {
  color: #90d5a8;
}
.main .dev .dev-header h2 {
  color: #90d5a8;
}
.main .dev .dev-header div > img {
  width: 23%;
}
.main .dev .dev-main {
  position: relative;
  margin: .6rem 0;
}
.main .dev .dev-main .swiper-container {
  width: 80%;
  min-width: 240px;
}
.main .dev .dev-main .swiper-container .swiper-slide {
  text-align: center;
}
.main .dev .dev-main .swiper-container .swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
}
.main .dev .dev-main .swiper-container .swiper-slide .date {
  width: 120px;
  margin: 0 auto;
  color: #fff;
  font-size: .24rem;
  margin-top: .15rem;
}
.main .dev .dev-main .swiper-container .swiper-slide .info {
  width: 120px;
  margin: 0 auto;
  font-size: .2rem;
  color: #cce5d1;
  margin-top: .1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .dev .dev-main .swiper-button-prev,
.main .dev .dev-main .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #fff;
  border-radius: 50%;
}
.main .dev .dev-main .swiper-button-prev i,
.main .dev .dev-main .swiper-button-next i {
  font-size: 20px;
  font-weight: bold;
  color: #03a039;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.main .dev > a {
  display: block;
  width: 40%;
  margin: .5rem auto 0  ;
  padding: .15rem 0;
  background: #49ba70;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.main .strength {
  padding: 0.7rem 0 1.4rem;
  width: 93.75%;
  margin: 0 auto;
}
.main .strength .strength-header div {
  text-align: center;
}
.main .strength .strength-header div p {
  display: inline-block;
  text-align: center;
  font-size: .4rem;
  color: #03a039;
  padding: 0 .05rem;
}
.main .strength .strength-header div p span {
  display: block;
  font-size: 12px;
  color: #878786;
  padding-top: 3px;
  font-family: 'Arial';
}
.main .strength .strength-header div img {
  width: 29%;
}
.main .strength .strength-header h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #878786;
  text-transform: uppercase;
  margin-top: .15rem;
  text-align: center;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .strength .strength-main {
  margin-top: .5rem;
  position: relative;
}
.main .strength .strength-main .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
}
.main .strength .strength-main .swiper-container .swiper-slide a span img {
  width: 100%;
  display: block;
}
.main .strength .strength-main .swiper-container .swiper-slide a p {
  width: 100%;
  text-align: center;
  background: #03a039;
  padding: .2rem 0;
  color: #fff;
}
.main .strength .strength-main .swiper-pagination {
  bottom: -22%;
  left: 0;
  width: 100%;
}
.main .strength .strength-main .swiper-pagination .swiper-pagination-bullet {
  background: #959695;
  opacity: 0.7;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
.main .strength .strength-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #03a039;
  opacity: 1;
}
.main .food {
  background: #03a039;
  padding: .7rem 0;
}
.main .food .food-header {
  width: 93.75%;
  margin: 0 auto;
}
.main .food .food-header div {
  text-align: center;
}
.main .food .food-header div p {
  display: inline-block;
  text-align: center;
  font-size: .4rem;
  color: #03a039;
  padding: 0 .05rem;
}
.main .food .food-header div p span {
  display: block;
  font-size: 12px;
  color: #878786;
  padding-top: 3px;
  font-family: 'Arial';
}
.main .food .food-header div img {
  width: 29%;
}
.main .food .food-header h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #878786;
  text-transform: uppercase;
  margin-top: .15rem;
  text-align: center;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .food .food-header div p {
  color: #fff;
}
.main .food .food-header div p span {
  color: #90d5a8;
}
.main .food .food-header h2 {
  color: #90d5a8;
}
.main .food .food-title {
  width: 93.75%;
  margin: 0 auto;
  margin: .5rem auto .4rem;
  overflow: hidden;
}
.main .food .food-title li {
  float: left;
  width: 14.2%;
  text-align: center;
}
.main .food .food-title li p {
  color: #fff;
  font-size: .23rem;
}
.main .food .food-main {
  width: 93.75%;
  margin: 0 auto;
}
.main .food .food-main ul {
  overflow: hidden;
}
.main .food .food-main ul li {
  float: left;
  width: 48.5%;
  margin: 0 3% 3% 0;
}
.main .food .food-main ul li:nth-of-type(2n) {
  margin-right: 0;
}
.main .food .food-main ul li a {
  display: block;
  width: 100%;
  position: relative;
}
.main .food .food-main ul li a span img {
  width: 100%;
  display: block;
}
.main .food .food-main ul li a div {
  width: 100%;
  padding: .15rem 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.main .food .food-main > a {
  display: block;
  width: 40%;
  margin: .5rem auto 0  ;
  padding: .15rem 0;
  background: #49ba70;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.main .join {
  padding: 0.7rem 0;
  width: 93.75%;
  margin: 0 auto;
}
.main .join .join-header div {
  text-align: center;
}
.main .join .join-header div p {
  display: inline-block;
  text-align: center;
  font-size: .4rem;
  color: #03a039;
  padding: 0 .05rem;
}
.main .join .join-header div p span {
  display: block;
  font-size: 12px;
  color: #878786;
  padding-top: 3px;
  font-family: 'Arial';
}
.main .join .join-header div img {
  width: 29%;
}
.main .join .join-header h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #878786;
  text-transform: uppercase;
  margin-top: .15rem;
  text-align: center;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .join .join-main {
  padding: .35rem 0 .5rem;
  position: relative;
}
.main .join .join-main .swiper-container {
  width: 60%;
  margin: 0 auto;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.44);
}
.main .join .join-main .swiper-container .swiper-slide {
  position: relative;
}
.main .join .join-main .swiper-container .swiper-slide .join-img {
  position: relative;
}
.main .join .join-main .swiper-container .swiper-slide .join-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.main .join .join-main .swiper-container .swiper-slide .join-text {
  height: 40%;
  background: #fff;
  text-align: center;
  padding: 0 .3rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.main .join .join-main .swiper-container .swiper-slide .join-text h4 {
  font-size: .26rem;
  padding: .4rem 0 .15rem;
}
.main .join .join-main .swiper-container .swiper-slide .join-text p {
  font-size: .22rem;
  color: #838383;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  line-height: 22px;
}
.main .join .join-main .swiper-container .swiper-slide .join-text a {
  display: inline-block;
  color: #03a039;
  padding: 5px .2rem;
  margin: .2rem 0;
  border: 1px solid #03a039;
  font-size: 12px;
}
.main .join .join-main .swiper-container .swiper-slide .join-sort {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .8rem;
  height: .8rem;
  margin-left: -0.4rem;
  border-radius: 50%;
  border: 1px solid #03a039;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.main .join .join-main .swiper-container .swiper-slide .join-sort p {
  display: inline-block;
  width: .7rem;
  height: .7rem;
  line-height: .7rem;
  font-size: .3rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.35rem;
  margin-left: -0.35rem;
  text-align: center;
  background: #03a039;
  border-radius: 50%;
}
.main .join .join-main .swiper-button-prev,
.main .join .join-main .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #03a039;
  border-radius: 50%;
}
.main .join .join-main .swiper-button-prev i,
.main .join .join-main .swiper-button-next i {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.main .join .join-phone {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.main .join .join-phone>span {
  width: 1rem;
  height: 1rem;
  border: 1px solid #03a039;
  position: relative;
  border-radius: 50%;
}
.main .join .join-phone>span i {
  width: .8rem;
  height: .8rem;
  font-size: .8rem;
  color: #03a039;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.main .join .join-phone p {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main .join .join-phone p b {
  display: block;
  margin-left: 8px;
  font-size: .49rem;
  color: #000;
  font-family: Helvet;
}
.main .join .join-phone p span {
  margin-left: 8px;
  font-size: .23rem;
  color: #666;
  font-family: Helvet;
  margin-right: 5px;
}
.main .news {
  padding-bottom: .7rem;
  background: #03a039;
}
.main .news .news-header {
  padding: .65rem 0 .4rem;
  text-align: center;
}
.main .news .news-header a {
  font-size: .35rem;
  color: #fff;
  margin-right: 40px;
  padding-bottom: 10px;
}
.main .news .news-header a:last-of-type {
  margin-right: 0;
}
.main .news .news-header a.on {
  border-bottom: 2px solid #fff;
}
.main .news .news-main {
  width: 93.75%;
  margin: 0 auto;
}
.main .news .news-main ul li {
  padding: .2rem 0;
  border-bottom: 1px solid #29ae57;
}
.main .news .news-main ul li a {
  display: block;
  overflow: hidden;
}
.main .news .news-main ul li a .news-img {
  width: 2rem;
  height: 1.5rem;
  float: left;
}
.main .news .news-main ul li a .news-img img {
  width: 100%;
}
.main .news .news-main ul li a .news-text {
  float: right;
  width: calc(100% - 2.2rem);
}
.main .news .news-main ul li a .news-text h3 {
  font-size: .25rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .news-main ul li a .news-text > span {
  display: block;
  padding: .1rem 0;
  color: #000;
  font-size: 12px;
}
.main .news .news-main ul li a .news-text p {
  font-size: .2rem;
  line-height: 1.8;
  color: #b8dcc0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .news .news-main > a {
  display: block;
  width: 40%;
  margin: .5rem auto 0  ;
  padding: .15rem 0;
  background: #49ba70;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.main .contact {
  width: 93.75%;
  margin: 0 auto;
  padding: .7rem 0;
}
.main .contact .contact-header {
  text-align: center;
  padding-bottom: .3rem;
}
.main .contact .contact-header h2 {
  font-size: .35rem;
  color: #03a039;
}
.main .contact .contact-header p {
  font-size: .23rem;
  color: #666;
  margin-top: 8px;
}
.main .contact .contact-main .in_input,
.main .contact .contact-main .in_textarea {
  margin-bottom: .2rem;
}
.main .contact .contact-main .in_input input,
.main .contact .contact-main .in_textarea input,
.main .contact .contact-main .in_input textarea,
.main .contact .contact-main .in_textarea textarea {
  width: 100%;
  height: .8rem;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 10px;
  padding-left: 7px;
  font-size: .26rem;
}
.main .contact .contact-main .in_input input::-webkit-input-placeholder,
.main .contact .contact-main .in_textarea input::-webkit-input-placeholder,
.main .contact .contact-main .in_input textarea::-webkit-input-placeholder,
.main .contact .contact-main .in_textarea textarea::-webkit-input-placeholder {
  color: #fff;
}
.main .contact .contact-main .in_input input::-ms-input-placeholder,
.main .contact .contact-main .in_textarea input::-ms-input-placeholder,
.main .contact .contact-main .in_input textarea::-ms-input-placeholder,
.main .contact .contact-main .in_textarea textarea::-ms-input-placeholder {
  color: #fff;
}
.main .contact .contact-main .in_input input::-moz-placeholder,
.main .contact .contact-main .in_textarea input::-moz-placeholder,
.main .contact .contact-main .in_input textarea::-moz-placeholder,
.main .contact .contact-main .in_textarea textarea::-moz-placeholder {
  color: #fff;
}
.main .contact .contact-main .in_input input:-moz-placeholder,
.main .contact .contact-main .in_textarea input:-moz-placeholder,
.main .contact .contact-main .in_input textarea:-moz-placeholder,
.main .contact .contact-main .in_textarea textarea:-moz-placeholder {
  color: #fff;
}
.main .contact .contact-main .in_input textarea,
.main .contact .contact-main .in_textarea textarea {
  height: 1.8rem;
  resize: none;
  padding-top: 15px;
}
.main .contact .contact-main .in_input.in_yanzheng input,
.main .contact .contact-main .in_textarea.in_yanzheng input {
  width: 70%;
}
.main .contact .contact-main .in_input.in_yanzheng img,
.main .contact .contact-main .in_textarea.in_yanzheng img {
  width: 25%;
}
.main .contact .contact-main .in_submit input {
  width: 100%;
  font-size: .26rem;
  border: none;
  background: #03a039;
  color: #fff;
  border-radius: 10px;
  padding: .25rem 0;
}
footer {
  padding-bottom: 0.2rem;
}
footer .goto_top {
  padding: 0.2rem;
  overflow: hidden;
  background: #03a039;
}
footer .goto_top a {
  float: right;
  font-size: 0.26rem;
  color: #fff;
  position: relative;
}
footer .goto_top a span {
  vertical-align: middle;
  float: left;
  padding-right: 0.26rem;
}
footer .goto_top a i {
  border-bottom: solid 0.11rem #fff;
  border-left: solid 0.11rem transparent;
  border-right: solid 0.11rem transparent;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  right: 0;
}
footer .footer_info {
  color: #000;
  font-size: 14px;
  padding: 0.6rem 0.2rem;
  text-align: center;
  line-height: 1.8;
}
footer .footer_info span {
  color: #03a039;
  font-size: 24px;
}
footer .footer_info a {
  color: #03a039;
}
footer .footer_ma {
  font-size: 0.2rem;
  text-align: center;
}
footer .footer_ma div {
  display: inline-block;
  width: 40%;
}
.fp_h {
  height: 1rem;
}
.fp_h .m_fix {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: #03a039;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.fp_h .m_fix ul {
  overflow: hidden;
}
.fp_h .m_fix ul li {
  float: left;
  width: 20%;
}
.fp_h .m_fix ul li a {
  width: 100%;
  height: 1rem;
}
.fp_h .m_fix ul li a div {
  vertical-align: middle;
  text-align: center;
  padding: 0.1rem 0;
}
.fp_h .m_fix ul li a div i.tmfont {
  display: block;
  font-size: 0.46rem;
  color: #fff;
}
.fp_h .m_fix ul li a div p {
  color: #fff;
  font-size: 0.23rem;
}
.gue_box {
  padding: 0.6rem 0.2rem;
  width: 100%;
}
.gue_box h4 {
  text-align: center;
  font-size: 0.35rem;
  color: #03a039;
  margin-bottom: 0.3rem;
}
.gue_box .gue_tt {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.gue_box .gue_tt img {
  width: 100%;
}
.gue_box .gue_con {
  padding: 0 0.2rem;
  margin-top: 0.2rem;
}
.gue_box .gue_con .g_input {
  margin-bottom: .2rem;
}
.gue_box .gue_con .g_input input,
.gue_box .gue_con .g_input textarea {
  width: 100%;
  height: .8rem;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 10px;
  padding-left: 7px;
  font-size: .26rem;
}
.gue_box .gue_con .g_input input::-webkit-input-placeholder,
.gue_box .gue_con .g_input textarea::-webkit-input-placeholder {
  color: #fff;
}
.gue_box .gue_con .g_input input::-ms-input-placeholder,
.gue_box .gue_con .g_input textarea::-ms-input-placeholder {
  color: #fff;
}
.gue_box .gue_con .g_input input::-moz-placeholder,
.gue_box .gue_con .g_input textarea::-moz-placeholder {
  color: #fff;
}
.gue_box .gue_con .g_input input:-moz-placeholder,
.gue_box .gue_con .g_input textarea:-moz-placeholder {
  color: #fff;
}
.gue_box .gue_con .g_input textarea {
  height: 1.8rem;
  resize: none;
  padding-top: 15px;
}
.gue_box .gue_con .g_verify {
  overflow: hidden;
  margin-bottom: .2rem;
}
.gue_box .gue_con .g_verify input {
  width: 70%;
  height: .8rem;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 10px;
  padding-left: 7px;
  font-size: .26rem;
}
.gue_box .gue_con .g_verify input::-webkit-input-placeholder {
  color: #fff;
}
.gue_box .gue_con .g_verify input::-ms-input-placeholder {
  color: #fff;
}
.gue_box .gue_con .g_verify input::-moz-placeholder {
  color: #fff;
}
.gue_box .gue_con .g_verify input:-moz-placeholder {
  color: #fff;
}
.gue_box .gue_con .g_verify img {
  float: right;
  width: 25%;
  border-radius: 0.06rem;
  overflow: hidden;
  max-width: 46%;
  margin-top: 0.04rem;
}
.gue_box .gue_con .g_submit {
  padding-top: 0.2rem;
}
.gue_box .gue_con .g_submit a {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #03a039;
  color: #fff;
  border-radius: 10px;
  padding: 0.3rem 0;
  font-size: 0.26rem;

}
.gue_box .gue_con .g_submit a:active {
  background-color: #000;
  color: #fff;
}
/* 新闻列表 */
.in_news3 {
  padding: 0.4rem 0.2rem;
}
.in_news3 ul {
  margin: -0.2rem 0;
}
.in_news3 ul li {
  padding: 0.2rem 0;
  border-bottom: solid 1px #ccc;
  height: 2.2rem;
}
.in_news3 ul li:active .in_nr h2 {
  color: #03a039;
}
.in_news3 ul li:nth-last-of-type(1) {
  border: none;
}
.in_news3 ul li a {
  overflow: hidden;
  display: block;
}
.in_news3 ul li a .in_nl {
  float: left;
  width: 38%;
  height: 1.64rem;
  overflow: hidden;
}
.in_news3 ul li a .in_nl img {
  width: 100%;
}
.in_news3 ul li a .in_nr {
  float: right;
  width: 59%;
  margin-top: 0.06rem;
}
.in_news3 ul li a .in_nr h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 0.26rem;
  font-weight: normal;
}
.in_news3 ul li a .in_nr span {
  font-size: 0.2rem;
  color: #03a039;
  padding: 0.1rem 0;
  display: inherit;
}
.in_news3 ul li a .in_nr p {
  color: #999999;
  font-size: 0.22rem;
  line-height: 1.8;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  word-break: break-all;
}
/*翻页*/
.page {
  padding: 0.25rem 0.2rem 0.4rem 0.2rem;
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px #cdcdcd;
  text-align: center;
}
.page a {
  padding: 0.15rem 0.2rem;
  background: #03a039;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.24rem;
}
.page a:active {
  background-color: #03a039;
}
.page a.left,.page a.prev {
  float: left;
}
.page a.right,.page a.next {
  float: right;
}
.page span {
  display: inline-block;
  padding: 0.15rem 0;
  font-size: 0.24rem;
  color: #999999;
}
/*内容页*/
.in_content {
  padding: 0.4rem 0.3rem;
}
.in_content .in_contt {
  text-align: center;
}
.in_content .in_contt h2 {
  color: #03a039;
  font-size: 0.34rem;
}
.in_content .in_contt span {
  color: #999999;
  font-size: 0.22rem;
  padding: 0.1rem 0.06rem;
  display: inline-block;
}
.in_content .in_condiv {
  margin-top: 0.05rem;
  color: #333;
  overflow: hidden;
  line-height: 1.7;
  font-size: 0.24rem;
}
.in_content .in_condiv img {
  max-width: 100% !important;
  display: inline-block;
  height: auto !important;
}
/*内容翻页*/
.in_pn {
  padding: 0.35rem 0.3rem 0.5rem;
  border-top: solid 1px #ccc;
  margin-bottom: -0.25rem;
}
.in_pn span {
  display: block;
  overflow: hidden;
  padding-bottom: 0.25rem;
}
.in_pn span em {
  color: #222;
  font-style: normal;
  font-size: 0.26rem;
  float: left;
}
.in_pn span a {
  float: left;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 0.26rem;
}
.in_pn span a:active {
  text-decoration: underline;
  color: #03a039;
}
/*图片列表*/
.in_pics2 {
  padding: 0.4rem 0.2rem;
}
.in_pics2 ul {
  overflow: hidden;
  margin: -0.2rem -0.2rem 0 0;
}
.in_pics2 ul li {
  float: left;
  width: 50%;
}
.in_pics2 ul li a {
  display: block;
  margin: 0.2rem 0.2rem 0 0;
  background: #fafafa;
}
.in_pics2 ul li a:active p {
  background: #03a039;
  color: #fff;
}
.in_pics2 ul li a span {
  display: block;
  overflow: hidden;
  max-height: 2.15rem;
}
.in_pics2 ul li a span img {
  width: 100%;
  display: block;
}
.in_pics2 ul li a p {
  padding: 0.15rem 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  background: #03a039;
  border-top: none;
}
/*内页顶部信息*/
.header_box2 {
  border-bottom: solid 3px #184a92;
  background: #184a92;
  position: relative;
}
.header_box2 ul {
  overflow: hidden;
  padding: 0.2rem 0;
}
.header_box2 ul li {
  float: left;
  width: 25%;
}
.header_box2 ul li a {
  display: block;
  text-align: center;
  font-size: 0.23rem;
  color: #fff;
  padding: 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*二级导航*/
.in_subnav {
  background: #9edc86;
}
.in_subnav ul {
  overflow: hidden;
}
.in_subnav ul li {
  float: left;
  width: 33.333333%;
}
.in_subnav ul li:active a {
  background: #999999;
}
.in_subnav ul li a {
  display: block;
  padding: 0.15rem 0;
  color: #000;
  text-align: center;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_subnav ul .hover a {
  background: rgba(0, 153, 68, 0.8);
  color: #fff;
}
.store-list {
  width: 93.75%;
  margin: 0 auto;
}
.store-list .provice .provice-box {
  font-size: 14px;
  color: #333;
  background: #efeff1;
  height: 47px;
  position: relative;
  width: 100%;
  margin: 0.2rem 0;
}
.store-list .provice .provice-title {
  padding-left: 0.25rem;
  width: 70%;
  line-height: 47px;
  font-size: 0.25rem;
}
.store-list .provice .provice-arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 14%;
  height: 100%;
  cursor: pointer;
  background-color: #03a039;
}
.store-list .provice .provice-arrow i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.5rem;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  color: #fff;
}
.store-list .provice .option {
  overflow: scroll;
  height: 3.2rem;
  position: absolute;
  top: 100%;
  border: solid 1px #dfdfdf;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-top: none;
}
.store-list .provice .option a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 5px 0.2rem;
}
.store-list ul li {
  background-color: #f0f0f0;
  padding: 0.2rem 0.3rem;
  margin: 0.2rem 0;
}
.store-list ul li a {
  display: block;
}
.store-list ul li a h4 {
  font-size: 0.23rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
.store-list ul li a p {
  font-size: 13px;
  color: #666;
  letter-spacing: 1px;
  margin-top: 10px;
}
/*店铺列表页*/
.in_shop {
  padding: 0.2rem 0;
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
}
.in_shopcon {
  padding: 0 0.06rem;
  width: 100%;
}
.in_shop .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.in_shop .swiper-slide {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.in_shop .gallery-top {
  height: 80%;
  width: 100%;
}
.in_shop .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  margin-top: 0.2rem;
  height: 1.07rem;
  overflow: hidden;
}
.in_shop .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.in_shop .gallery-thumbs .swiper-slide-active {
  opacity: 1;
  box-sizing: border-box;
}
.in_shop .swiper-slide img {
  width: 100%;
}
.in_shop .gallery-thumbs .swiper-slide-active img {
  border: solid 0.04rem #AD0101;
  box-sizing: border-box;
}
.in_shop .in_shopcon .swiper-wrapper a {
  display: block;
}
.in_shop .in_shopcon .gallery-top {
  width: 100%;
}
.in_shop .in_shopcon .gallery-thumbs {
  width: 100%;
}
.in_shop .in_shopcon .swiper-wrapper .swiper-slide {
  position: relative;
}
.in_shop .in_shopcon .gallery-thumbs .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
}
.in_shop .in_shopcon .swiper-wrapper .swiper-slide p {
  position: absolute;
  width: 100%;
  bottom: 0.2rem;
  text-align: center;
}
.in_shop .in_shopcon .swiper-wrapper .swiper-slide p a {
  display: inline-block;
  color: #efefef;
  font-size: 0.24rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_shop ul li .in_shopintro {
  font-size: 0.24rem;
  color: #888;
  margin: 0.3rem 0;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  overflow: hidden;
}
.in_shop ul li .in_shopintro span {
  color: #efefef;
}
.in_shop ul li {
  border-bottom: solid 1px #323230;
  padding: 0.4rem 0;
}
.in_shop .m_smore {
  padding-top: 0;
}
.nodata {
  text-align: center;
  font-size: 14px;
  color: #777;
}
