@charset "utf-8";
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: 2 none;
  box-shadow: none;
  outline: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 14px/22px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #666;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
}
/*覆盖bootstrape对标题加的默认外边距*/
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
/* 斜体扶正 */
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
}
/*英文换行*/
a:hover {
  text-decoration: none;
  color: #910800;
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*字体大小*/
.clear {
  clear: both;
  height: 0;
}
.blk-main .clearlist {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100% ;
  float: none;
}
/*表单弹框*/
.nsw-modal {
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal-dialog {
  position: fixed;
  color: #000000;
  top: 150px;
  width: 400px;
  border-radius: 3px;
  min-height: 155px;
  overflow: hidden;
  z-index: 99998;
  margin-left: -200px;
  left: 50%;
}
.modal-dialog .css-icon {
  background-image: url("../images/modal-icons.png");
}
.modal-dialog .modal-head {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #F6EFEF;
  font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
  width: 15px;
  height: 15px;
  background-position: 1px 0px;
  margin: 8px 5px 0 0;
  float: left;
}
.modal-dialog .modal-head .close {
  float: right;
  width: 15px;
  height: 15px;
  background-position: -14px 0px;
  margin-top: 8px;
}
.modal-dialog .modal-body {
  width: 100%;
  min-height: 125px;
  background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
  width: 140px;
  float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
  width: 64px;
  height: 64px;
  margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
  background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
  background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
  width: 260px;
  float: right;
  padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
  color: #000;
  text-align: center;
  width: 90px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
  line-height: 30px;
}
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#005c2a","sub1color":"#333333"},
{"vicolor":"#00B32D","sub1color":"#59B370"},
{"vicolor":"#FC3BFF","sub1color":"#FF9875"},
{"vicolor":"#914E00","sub1color":"#B8824D"}
]
AVAIBLE_VI*/
.ovh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.content {
  width: 83.33%;
  margin: 0 auto;
}
/*COMMON_BLK_END*/
/**/
.pro_r dl dt img,
.pro_list ul li img,
.case dl dt img,
.team_list dl dt img,
.honor ul li img,
.video_r dl dt img,
.sup_m dl dt img,
.news03 dl dt img,
.about dl dt img,
.photo_qie ul li img {
  display: block;
  width: 100%;
}
.team_list dl dt img,
.honor ul li img,
.sup_m dl dt img,
.news dl dt img,
.photo_qie ul li img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.team_list dl dt:hover img,
.honor ul li:hover img,
.sup_m dl dt img:hover,
.news dl dt:hover img,
.photo_qie ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*施肥三步走*/
.three {
  padding-top: 4.5rem;
}
.three_tit {
  height: 11rem;
  overflow: hidden;
}
.three_tit h2 {
  font-size: 2.2rem;
  color: #222;
  line-height: 3rem;
  float: left;
  width: 37.5%;
}
.three_tit h2 i {
  display: block;
}
.three_tit h2 span {
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
  padding-top: 1.3rem;
  font-weight: normal;
}
.gui_ul {
  width: 25%;
  float: right;
  height: 2.5rem;
  padding-top: 6.5rem;
  display: flex;
  justify-content: space-between;
}
.gui_ul li {
  position: relative;
  height: 2.5rem;
}
.gui_ul li a {
  width: 100%;
  height: 2.5rem;
  font-size: 0.9rem;
  color: #666;
  display: flex;
  align-items: center;
}
.gui_ul li em {
  width: 1.2rem;
  height: 1.1rem;
  line-height: 0;
  overflow: hidden;
  margin-right: 0.5rem;
}
.gui_ul li em img {
  width: 1.2rem;
  height: 1.1rem;
}
.gui_ul li span {
  display: block;
  width: 5rem;
  height: 0;
  line-height: 0;
  position: absolute;
  right: calc(50% - 2.5rem);
  top: -5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.gui_ul li span img {
  display: block;
  width: 90%;
  padding: 5%;
  background: #fff;
}
.gui_ul li:hover span {
  height: 5rem;
  border: #ddd 1px solid;
  box-sizing: border-box;
}
.gui_ul li:nth-child(1) a,
.gui_ul li:hover a {
  color: #005c2a;
  font-weight: bold;
}
.three-ul {
  height: 33.5rem;
  overflow: hidden;
}
.three-ul h5 {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2rem;
  height: 3.5rem;
  overflow: hidden;
}
.three-ul h5 i {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem;
  padding-bottom: 0.3rem;
}
.three-ul li {
  float: left;
  width: 18%;
  height: 33.5rem;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  margin-left: 0.6%;
}
.three-ul li:first-child {
  margin-left: 0;
}
.three-ul li .default {
  width: 100%;
  height: 33.5rem;
  padding: 28rem 2rem 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.three-ul li .hover {
  width: 100%;
  height: 33.5rem;
  padding: 24rem 8rem 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 145, 62, 0) 60%, rgba(0, 145, 62, 0.7) 100%);
}
.three-ul li .hover p {
  width: 63%;
  padding-top: 0.8rem;
  font-size: 0.8rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4rem;
  height: 2.8rem;
}
.three-ul li.cur {
  width: 62.8%;
}
.three-ul li.cur .default {
  opacity: 0;
}
.three-ul li.cur .hover {
  opacity: 1;
}
/*产品中心01*/
.pro_tit {
  font-size: 2.5rem;
  color: #222;
  line-height: 2.6rem;
  text-align: center;
  height: 5rem;
  overflow: hidden;
}
.pro_tit a {
  color: #222;
  display: block;
}
.pro_tit span {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.3rem;
  display: block;
  font-weight: normal;
  padding-top: 0.7rem;
}
.pro01 {
  padding: 4.4rem 0 1.1rem;
  overflow: hidden;
}
.pro01 .pro_tit {
  margin-bottom: 1.5rem;
}
.pro_l {
  width: 19%;
  height: 36rem;
  background: #f7f7f7;
}
.pro_l .pro_nav {
  width: 100%;
  height: 7.2rem;
  position: relative;
  border-bottom: #dedede 1px solid;
  box-sizing: border-box;
}
.pro_l h3 a {
  font-size: 1.2rem;
  color: #333;
  font-weight: normal;
  display: block;
  padding: 2.2rem 0 0 1.7rem;
  line-height: 1.5rem;
  box-sizing: border-box;
}
.pro_l h3 i {
  display: block;
  font-size: 0.6rem;
  color: #999;
  line-height: 1rem;
  text-transform: uppercase;
  padding-top: 0.2rem;
}
.pro_l ul {
  display: none;
  width: 21.5rem;
  height: 14.4rem;
  padding: 1.5rem 1rem 0 2.5rem;
  position: absolute;
  top: 0;
  right: -21.5rem;
  z-index: 2;
  background: rgba(0, 92, 42, 0.8);
  box-sizing: border-box;
}
.pro_l ul li {
  width: 50%;
  float: left;
}
.pro_l ul li a {
  font-size: 0.8rem;
  color: #fff;
  line-height: 2.2rem;
  height: 2.2rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro_l ul li a:hover {
  text-decoration: underline;
}
.pro_l .pro_nav:last-child {
  border-bottom: none;
}
.pro_l .pro_nav:last-child ul {
  top: auto;
  bottom: 0;
}
.pro_l .pro_nav.on {
  background: #005c2a;
}
.pro_l .pro_nav.on:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: -0.5rem;
  z-index: 5;
  border-left: 0.5rem solid #005c2a;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.pro_l .pro_nav.on h3 a {
  color: #fff;
  font-weight: bold;
}
.pro_l .pro_nav.on h3 i {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
.pro_l .pro_nav.on ul {
  display: inline-block;
}
.pro_r {
  width: 81%;
}
.pro_r dl {
  width: 100%;
  height: 36rem;
  position: relative;
  overflow: hidden;
}
.pro_r dl dt {
  width: 100%;
  height: 36rem;
  line-height: 0;
  overflow: hidden;
}
.pro_r dl dd {
  width: 100%;
  height: 7.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 92, 42, 0.8);
  z-index: 10;
}
.pro_r dl dd a.pro_desc {
  display: block;
  width: 74%;
  float: left;
  padding: 1.5rem 0 0 2.5rem;
}
.pro_r dl dd h4 {
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #fff;
  font-weight: normal;
}
.pro_r dl dd p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3rem;
  height: 2.6rem;
  padding-top: 0.3rem;
}
.pro_r dl dd a.pro_call {
  display: block;
  float: right;
  width: 15%;
  height: 7.2rem;
  line-height: 8rem;
  text-align: center;
  font-size: 0.7rem;
  color: #333;
  overflow: hidden;
}
.pro_r dl dd a.pro_call:hover {
  color: #fff;
}
.pro_r dl:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.pro_r dl:hover:before {
  left: 110%;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}
/*产品中心02*/
.pro02 {
  padding-bottom: 5rem;
}
.pro_list ul li em {
  display: block;
  width: 99.7%;
  line-height: 0;
  overflow: hidden;
  border: #e9e9e9 1px solid;
  box-sizing: border-box;
}
.pro_list ul li em:hover {
  border: #005c2a 1px solid;
}
.pro_list ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #333;
  height: 3.2rem;
  line-height: 2.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro_list ul li span:hover {
  color: #005c2a;
  font-weight: bold;
}
.pro_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pro_btn a {
  width: 35%;
  height: 1.8rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.7rem;
  margin: 0 0.2rem;
  border-radius: 2rem;
  box-sizing: border-box;
}
.pro_btn a:nth-child(1) {
  background: #3f3f3f;
  border: #3f3f3f 0.1rem solid;
  color: #fff;
}
.pro_btn a:nth-child(2) {
  border: #878787 0.1rem solid;
  color: #595959;
}
.pro_btn a:hover {
  background: #005c2a;
  border: #005c2a 0.1rem solid;
  color: #fff;
}
.prev-btn,
.next-btn {
  cursor: pointer;
  position: absolute;
  top: 6.5rem;
  display: block;
  width: 2.8rem;
  height: 4.8rem;
  z-index: 20;
}
.prev-btn {
  background: url(../images/cp_lico.gif) no-repeat center center / 2.8rem 4.8rem;
  left: -5rem;
}
.next-btn {
  background: url(../images/cp_rico.gif) no-repeat center center / 2.8rem 4.8rem;
  right: -5rem;
}
/*案例*/
.case {
  background-image: url('../images/case_bg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 46.2rem;
  width: 100%;
  height: 40.7rem;
  padding-top: 4.5rem;
  overflow: hidden;
}
.case .pro_tit a {
  color: #fff;
}
.case .pro_tit span {
  color: rgba(255, 255, 255, 0.8);
}
.case_m {
  margin-top: 2rem;
}
.case_m .case_dl {
  display: block;
  float: left;
  width: 19%;
  overflow: hidden;
  margin-right: 1.25%;
  margin-bottom: 1.2rem;
  position: relative;
}
.case_m .case_dl:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 92, 42, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.case_m .case_dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.case_m .case_dl dd {
  display: none;
  width: 84%;
  margin: 0 auto;
  padding: 1.3rem 0 0;
  position: absolute;
  top: 0;
  left: 5%;
  text-align: center;
}
.case_m .case_dl dd h3 {
  font-size: 0.9rem;
  color: #fff;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_m .case_dl dd p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.2rem;
  height: 3.6rem;
  padding-top: 0.4rem;
}
.case_m .case_dl dd span {
  width: 40%;
  margin: 0.5rem auto 0;
  display: block;
  line-height: 1.6rem;
  height: 1.7rem;
  overflow: hidden;
  border-radius: 2rem;
  font-size: 0.7rem;
  color: #000;
  background: #fbba25;
}
.case_m .case_dl:nth-child(6n-1) {
  margin-right: 0;
}
.case_m .case_dl.cur:before {
  height: 100%;
}
.case_m .case_dl.cur dd {
  display: block;
}
.case_btn {
  width: 19%;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.case_btn a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #000;
  height: 2.6rem;
  line-height: 2.5rem;
  background: #fbba25;
  border-radius: 3rem;
}
.case_btn a:hover {
  color: #fff;
  background: #005c2a;
}
.case dl dd span:hover,
.video_btn a:hover {
  animation: shake 0.9s linear;
  -webkit-animation: shake 0.9s linear;
}
/**/
.team {
  background: #f3f3f3;
  width: 100%;
  padding-top: 4.2rem;
  overflow: hidden;
  position: relative;
}
.team:before {
  content: '';
  width: 68%;
  height: 1px;
  position: absolute;
  top: 11.2rem;
  left: 0;
  background: rgba(102, 102, 102, 0.1);
}
.team .pro_tit {
  margin-bottom: 2rem;
}
.team_l {
  width: 68%;
}
.team_l h3 {
  font-size: 1.2rem;
  color: #333;
  line-height: 5rem;
  height: 4rem;
  overflow: hidden;
  background-image: url('../images/team_ico.png');
  background-repeat: no-repeat;
  background-position: 0 1.8rem;
  background-size: 2rem 1.5rem;
}
.team_l h3 a {
  color: #333;
  display: block;
  padding-left: 3rem;
}
.team_l .team_desc01 {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3rem;
  height: 3.9rem;
}
.team_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.team_list dl {
  width: 31%;
}
.team_list dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.team_list dl dd {
  width: 100%;
  padding-top: 0.6rem;
}
.team_list dl dd h5 {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team_list dl dd .team_desc02 {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3rem;
  height: 2.6rem;
  padding-top: 0.5rem;
}
.team_list dl dd:hover h5 {
  color: #005c2a;
}
.team_list .pro_btn {
  justify-content: flex-start;
  padding-top: 1rem;
}
.team_list .pro_btn a {
  width: 36.5%;
  margin: 0 0.5rem 0 0;
}
.honor {
  width: 28.5%;
  height: 34rem;
  background: #005c2a;
  box-sizing: border-box;
  padding: 2.5rem 4.5% 0;
}
.honor ul li {
  width: 100%;
  line-height: 0;
  height: 11.7rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.honor_lico,
.honor_rico {
  display: block;
  width: 1.4rem;
  height: 0.8rem;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 1rem;
}
.honor_lico img,
.honor_rico img {
  width: 1.4rem;
  height: 0.8rem;
}
/*视频中心*/
.video {
  padding: 5rem 0;
}
.video_l {
  width: 16.9%;
  margin-left: -3rem;
}
.video_l h2 {
  width: 100%;
  height: 18rem;
  position: relative;
}
.video_l h2:before {
  content: '';
  width: 1.5rem;
  height: 0.2rem;
  position: absolute;
  top: 4.2rem;
  left: 0;
  background: #005c2a;
}
.video_l h2 a {
  font-size: 2.5rem;
  color: #333;
  display: block;
  line-height: 3rem;
}
.video_l h2 span {
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: block;
  font-weight: normal;
  padding-top: 3rem;
}
.video_l h2 i {
  display: block;
}
.video_code {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.video_code p {
  width: 47%;
  overflow: hidden;
  padding: 0.5rem 0 0;
  border: #e9e9e9 0.1rem solid;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.video_code p em {
  display: block;
  width: 90%;
  line-height: 0;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}
.video_code p img {
  display: block;
  width: 100%;
}
.video_code p span {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  color: #333;
  line-height: 2rem;
  height: 2.2rem;
  text-align: center;
  border-top: #e9e9e9 0.1rem solid;
}
.video_btn {
  width: 60%;
  margin-top: 4.5rem;
  display: block;
}
.video_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
  height: 2.2rem;
  background: #005c2a;
  border-radius: 3rem;
}
.video_btn em {
  width: 0.8rem;
  height: 0.5rem;
  line-height: 0;
  margin-left: 0.5rem;
}
.video_btn em img {
  width: 0.8rem;
  height: 0.5rem;
}
.video_r {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.video_r dl {
  width: 31.5%;
}
.video_r dl dt {
  width: 100%;
  line-height: 0;
  position: relative;
}
.video_r dl dt img,
.video_r dl dt video {
  display: block;
  width: 100%;
  border-radius: 1rem;
}
.video-pic .video-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  border-radius: 1rem;
  background: #000;
}
/*优势*/
.super {
  width: 100%;
  background: #f3f3f3;
  padding: 4.5rem 0 0;
}
.sup_tit {
  height: 3.3rem;
  padding-top: 1rem;
}
.sup_tit ul li {
  width: 20%;
  height: 3.3rem;
  float: left;
  font-size: 1.2rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sup_tit ul li em {
  width: 1.6rem;
  height: 1.6rem;
  line-height: 0;
  overflow: hidden;
  margin-right: 0.8rem;
}
.sup_tit ul li em img {
  width: 1.6rem;
  height: 3.2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sup_tit ul li.on {
  color: #005c2a;
  font-weight: bold;
}
.sup_tit ul li.on em img {
  margin-top: -1.6rem;
}
.sup_m dl {
  width: 100%;
  position: relative;
}
.sup_m dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.sup_m dl dd {
  width: 21%;
  height: 26rem;
  position: absolute;
  bottom: 0;
  left: 8.3%;
  z-index: 5;
  background: #005c2a;
  padding: 2.5rem 2.5% 0;
  box-sizing: border-box;
}
.sup_m dl dd h5 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2rem;
  overflow: hidden;
  height: 6.8rem;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
.sup_m dl dd h5 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4rem;
  padding-top: 0.5rem;
}
.sup_m dl dd h5 i {
  display: block;
}
.sup_m dl dd p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 1rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  line-height: 1.3rem;
  height: 9.1rem;
}
.ys_btn {
  display: block;
  width: 66%;
  margin: 1rem 0 0;
}
.ys_btn a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #000;
  height: 2.2rem;
  line-height: 2.1rem;
  background: #fbba25;
  border-radius: 3rem;
}
.ys_btn a:hover {
  color: #005c2a;
  background: #fff;
}
/*3大经销政策*/
.policy {
  padding: 4.5rem 0 5rem;
}
.policy_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
}
.policy_list dl {
  width: 28.4%;
  position: relative;
}
.policy_list dl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}
.policy_list dl:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 92, 42, 0) 50%, #005c2a 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.policy_list dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.policy_list dl dd {
  width: 74%;
  height: 12.5rem;
  position: absolute;
  bottom: 0;
  left: 13%;
  z-index: 5;
}
.policy_list dl dd h5 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.2rem;
  overflow: hidden;
  height: 4.4rem;
}
.policy_list dl dd h5 i {
  display: block;
  font-weight: normal;
}
.policy_list dl dd p {
  font-size: 0.8rem;
  color: #ffffff;
  padding: 0.8rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.2rem;
  height: 4.8rem;
}
.policy_list dl.cur:after {
  height: 100%;
}
/**/
.news {
  padding: 4.5rem 0 6rem;
  background: #f7f8fc;
}
.news_nav {
  width: 32.3%;
  margin: 0 auto;
  height: 3.3rem;
  padding-top: 1rem;
}
.news_nav ul li {
  float: left;
  width: 33.3%;
  text-align: center;
  position: relative;
  height: 3.3rem;
  line-height: 2.5rem;
}
.news_nav ul li:before {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #005c2a;
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 2.5rem);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_nav ul li a {
  color: #666;
  font-size: 0.9rem;
  display: block;
}
.news_nav ul li.cur:before {
  width: 5rem;
}
.news_nav ul li.cur a {
  color: #005c2a;
  font-weight: bold;
}
.news01 {
  width: 32.33%;
}
.news01 a {
  display: block;
  width: 100%;
  height: 31.2rem;
  background: #fff;
  overflow: hidden;
}
.news01 dl {
  width: 100%;
}
.news01 dl dt {
  width: 100%;
  height: 19.5rem;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.news01 dl dt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.news01 dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news01 dl dd {
  width: 85%;
  margin: 0 auto;
  padding-top: 1.8rem;
}
.news01 dl dd h5 {
  font-size: 1.3rem;
  color: #333;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news01 dl dd span {
  display: block;
  font-size: 0.8rem;
  color: #aaa;
  line-height: 1rem;
  padding-top: 0.6rem;
}
.news01 dl dd p {
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3rem;
  height: 2.6rem;
  padding-top: 1rem;
}
.news01 dl dd:hover h5 {
  color: #005c2a;
}
.news02 {
  width: 32.33%;
  height: 31.2rem;
  overflow: hidden;
  margin-left: 1.5%;
  background: #005c2a;
}
.news02 a {
  display: block;
  width: 100%;
  height: 31.2rem;
  padding: 4rem 10% 0;
  box-sizing: border-box;
}
.news02 dt h5 {
  font-size: 1.5rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2rem;
  height: 4rem;
}
.news02 dt span {
  display: block;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1rem;
  padding-top: 0.6rem;
}
.news02 dd {
  padding-top: 3.6rem;
}
.news02 dd p {
  font-size: 0.8rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5rem;
  height: 4.5rem;
  padding-top: 0.5rem;
}
.news02 dd span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 2.8rem;
  background: #fbba25;
  font-size: 0.8rem;
  font-weight: bold;
  color: #005c2a;
  border-radius: 3rem;
  margin-top: 4rem;
}
.news02 dd span em {
  width: 0.4rem;
  height: 0.8rem;
  line-height: 0;
  overflow: hidden;
  padding-left: 1rem;
}
.news02 dd span em img {
  width: 0.4rem;
  height: 0.8rem;
}
.news02 dd span:hover {
  animation: shake 0.9s linear;
  -webkit-animation: shake 0.9s linear;
}
.news03 {
  width: 32.33%;
  height: 31.2rem;
  overflow: hidden;
}
.news_dl {
  display: block;
  width: 100%;
  height: 7.9rem;
  padding: 1.8rem 0;
  border-bottom: #ccc 1px solid;
}
.news_dl dt {
  width: 41%;
  max-width: 41%;
  height: 7.9rem;
  float: left;
  line-height: 0;
  overflow: hidden;
}
.news_dl dd {
  width: 55%;
  float: right;
  padding-top: 0.5rem;
}
.news_dl dd h5 {
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_dl dd p {
  font-size: 0.7rem;
  color: #666;
  padding-top: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2rem;
  height: 2.4rem;
}
.news_dl dd span {
  display: block;
  font-size: 0.7rem;
  color: #999;
  line-height: 1rem;
  padding: 0.3rem 0 0;
}
.news_dl:hover dd h5 {
  color: #005c2a;
}
.yzspico {
  display: block;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  background-image: url('../images/news_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 3rem 3rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
}
.yzspico:before {
  content: '';
  position: absolute;
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: inset #fff 0 0 40px;
  box-shadow: inset #fff 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
}
.yzspico:after {
  content: '';
  position: absolute;
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: inset #fff 0 0 40px;
  box-shadow: inset #fff 0 0 40px;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
}
/*关于*/
.about {
  padding: 4.8rem 0 0;
}
.about dl {
  width: 100%;
  padding-top: 1rem;
  position: relative;
}
.about dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.about dl dd {
  width: 88.6%;
  height: 6rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 5.7%;
  z-index: 2;
}
.about dl dd a {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding-top: 2rem;
  font-size: 0.8rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3rem;
  height: 2.6rem;
  text-align: center;
}
.about .yzspico {
  width: 5.6rem;
  height: 5.6rem;
  background-image: url('../images/ab_video.png');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 5.6rem 5.6rem;
  top: 12rem;
  left: calc(50% - 2.8rem);
}
.about .yzspico:before,
.about .yzspico:after {
  width: 5.6rem;
  height: 5.6rem;
  -webkit-box-shadow: inset #005c2a 0 0 40px;
  box-shadow: inset #005c2a 0 0 40px;
}
/*企业相册*/
.photo {
  padding: 2.2rem 0 5rem;
}
.photo_t {
  width: 40%;
  height: 4.4rem;
  margin: 0 auto;
}
.photo_t ul li {
  width: 25%;
  float: left;
}
.photo_t ul li a {
  font-size: 1rem;
  color: #333;
  display: block;
  width: 100%;
  height: 2.2rem;
  text-align: center;
  line-height: 2.2rem;
  border-radius: 3rem;
}
.photo_t ul li.on a {
  font-weight: bold;
  color: #fff;
  background: #005c2a;
}
.photo_qie ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.photo_qie ul li {
  width: 24%;
  line-height: 0;
  overflow: hidden;
}
/*友情链接*/
.f_link {
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
  font-size: 0.7rem;
  color: #666;
}
.f_link b {
  display: block;
  float: left;
  width: 6%;
  font-weight: normal;
  font-size: 0.8rem;
  color: #555;
}
.f_link p {
  float: left;
  width: 90%;
}
.f_link p a {
  color: #666;
  padding: 0 0.5rem 0 0;
}
.f_link p a:hover {
  color: #333;
}
/**/
html {
  font-size: 12px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 13.33333px;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 14.22916px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16.66666px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}
/**/
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes warn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
/**/
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  20%,
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
