@import '../iconfont/iconfont.css';
.iconfont {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
h2,
h3 {
  font-weight: bold;
}
input,
button,
textarea {
  outline: none;
  border: 0;
  background: none;
  box-shadow: none;
}
dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
P {
  margin-bottom: 0;
}
em {
  font-style: normal;
}
body {
  -webkit-overflow-scrolling: touch;
  font-family: '思源黑体', '微软雅黑', '宋体', Helvetica, sans-serif;
}
a:hover,
a {
  color: #333;
}
.xs {
  font-size: 12px!important;
}
.line-b {
  border-bottom: 1px solid #f0f0f0;
}
.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
img {
  max-width: 100%;
}
.ic {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.text-info {
  color: #666;
}
a {
  text-decoration: none !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbbbbb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbbbbb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
.js-m-3 {
  opacity: 0;
  -webkit-transform: translate(-10px, -30px);
  -ms-transform: translate(-10px, -30px);
  transform: translate(-10px, -30px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.delay01 {
  -webkit-transition-delay: 0.06s !important;
  transition-delay: 0.06s !important;
}
.delay02 {
  -webkit-transition-delay: 0.12s !important;
  transition-delay: 0.12s !important;
}
.delay03 {
  -webkit-transition-delay: 0.18s !important;
  transition-delay: 0.18s !important;
}
.delay04 {
  -webkit-transition-delay: 0.24s !important;
  transition-delay: 0.24s !important;
}
.delay05 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.delay06 {
  -webkit-transition-delay: 0.36s !important;
  transition-delay: 0.36s !important;
}
.delay07 {
  -webkit-transition-delay: 0.42s !important;
  transition-delay: 0.42s !important;
}
.js-m-3.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mt0 {
  margin-top: 0!important;
}
.mv0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.pv0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
@font-face {
  font-family: medium;
  src: url('../fonts/DIN Medium.ttf'), url('../fonts/DIN Medium.eot'), url('../fonts/DIN Medium.eot');
  /* IE9+ */
}
.medium {
  font-family: medium;
}
.flex {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
}
.flex-x {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.flex-x-center {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-between {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-between-t {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-x-bottom {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-y {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-y-center {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
  text-align: center;
}
.flex-grow-0 {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-grow-1 {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.myrow {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
}
.row1 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.row2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
}
.row3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
}
.hv-scale {
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.hv-scale img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hv-scale-xs {
  overflow: hidden;
}
.hv-scale-xs img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.hv-scale-xs:hover img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.c-green {
  color: #24ddc7;
}
.bg-green {
  background-color: #24ddc7;
}
.bg-gray {
  background: #f4f4f4;
}
.c-blue {
  color: #0d4e9b;
}
.bg-blue {
  background-color: #0d4e9b;
}
.c-red {
  color: #dd2e1b;
}
.bg-red {
  background-color: #dd2e1b;
}
.c-orange {
  color: #2a8f3a;
}
.bg-orange {
  background: #2a8f3a;
}
.hv-f:hover {
  color: #fff;
}
.hv-orange:hover {
  color: #2a8f3a;
}
.hv:hover {
  color: #0d4e9b;
}
.hv-red:hover {
  color: #dd2e1b;
}
.hv-bg:Hover {
  background-color: #09366c;
  color: #fff;
}
.bg-white {
  background: #fff;
}
.tran3 {
  transition: all 0.3s;
}
.bg-gray {
  background: #f5f5f9;
}
/* 手机端菜单*/
.menu_btn {
  width: 60px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
  position: absolute;
  right: 12px;
  transform-origin: center center;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  -webkit-transform: translateY(-50%) scale(0.8);
  -moz-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  -o-transform: translateY(-50%) scale(0.8);
}
.menu_btn i {
  position: absolute;
  width: 28px;
  height: 1px;
  background: #fff;
  left: 12px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.menu_btn i:nth-of-type(1) {
  top: 20px;
}
.menu_btn i:nth-of-type(2) {
  top: 30px;
}
.menu_btn i:nth-of-type(3) {
  top: 40px;
  width: 14px;
}
.menu_btn.active i:nth-of-type(1) {
  -webkit-transform: rotate(225deg) translate(-7px, -7px);
  -moz-transform: rotate(225deg) translate(-7px, -7px);
  -ms-transform: rotate(225deg) translate(-7px, -7px);
  -o-transform: rotate(225deg) translate(-7px, -7px);
  transform: rotate(225deg) translate(-7px, -7px);
}
.menu_btn.active i:nth-of-type(3) {
  opacity: 0;
}
.menu_btn.active i:nth-of-type(2) {
  -webkit-transform: rotate(-225deg) translate(0, 0);
  -moz-transform: rotate(-225deg) translate(0, 0);
  -ms-transform: rotate(-225deg) translate(0, 0);
  -o-transform: rotate(-225deg) translate(0, 0);
  transform: rotate(-225deg) translate(0, 0);
}
.menu_btn:hover i:nth-of-type(3) {
  width: 28px;
}
.menu_btn._center {
  right: 18%;
}
.m-menus {
  width: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  right: 0;
  background: #fff;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 0;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}
.m-menus.active {
  bottom: 0;
  z-index: 99;
  opacity: 1;
  height: auto;
}
.m-menus .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
}
.m-menus .icon-right {
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #999;
}
.m-menus a {
  display: block;
  width: 100%;
  padding: 0 6%;
  line-height: 46px;
  color: #000;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.m-menus .trans {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-menus a.active {
  font-weight: normal;
  color: #009fd6;
}
@media (max-width: 1200px) {
  .m-menus {
    top: 80px;
  }
}
@media (max-width: 920px) {
  .m-menus {
    top: 50px;
  }
}
/*网站单位设置*/
@-webkit-keyframes move {
  from {
    top: 100%;
  }
  to {
    top: -100%;
  }
}
.toTop {
  position: fixed;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  z-index: 555;
  right: 50px;
  bottom: 1.4rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  background: rgba(56, 143, 58, 0.6);
}
.toTop .icon-ltop {
  font-size: 0.6rem;
  transition: all 0.3s;
  position: relative;
}
.toTop .icon-top {
  display: none;
}
@media (min-width: 641px) {
  .toTop .icon-ltop {
    animation: move 2s infinite linear;
  }
}
@media (max-width: 920px) {
  .toTop {
    display: block;
    background-color: #333;
    display: inline-block;
    background-size: auto 160px;
    width: 40px;
    height: 40px;
    background-position: -600px 0;
    background-repeat: no-repeat;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    right: 0;
    bottom: 0;
  }
  .toTop .icon-ltop {
    display: none;
  }
  .toTop .icon-top {
    display: block;
    line-height: 40px;
  }
}
.wrap {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
}
.w1400 {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1400px;
}
.w1300 {
  width: 88%;
  max-width: 1300px;
  position: relative;
  margin-left: auto!important;
  margin-right: auto!important;
}
.tabBd .cItem {
  display: none;
}
.tabBd .cItem.active {
  display: block;
}
.tab-hd .item {
  cursor: pointer;
}
.cover-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.cover-wrap img {
  width: 100%;
  display: block;
  transform: translateZ(0);
  transition: transform 0.3s ease 0s;
}
.cover-wrap .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  background: rgba(0, 0, 0, 0.5);
}
.cover-wrap p {
  margin: 0;
}
.cover-wrap .text {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding: 10px 0;
}
.cover-wrap .text::before,
.cover-wrap .text::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #f2f2f2;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
  z-index: 99;
}
.cover-wrap .text::before {
  top: 0;
}
.cover-wrap .text::after {
  bottom: 0;
}
.cover-wrap:hover img {
  transform: scale(1.05, 1.05);
}
.cover-wrap:hover .cover {
  opacity: 1;
}
.cover-wrap:hover .text::before,
.cover-wrap:hover .text::after {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.sliding-menu {
  overflow: hidden;
  position: relative;
}
.sliding-menu ul {
  float: left;
  margin: 0;
}
.sliding-menu li {
  list-style: none;
  margin: 0;
}
.sliding-menu a {
  display: block;
  /* padding: 1em; */
}
/* .sliding-menu a:hover {
    background: #333;
    color: #FFF;
} */
.sliding-menu a.nav:before {
  content: '\3009';
  float: right;
  margin-left: 1em;
}
.sliding-menu a.back {
  background: #555;
  color: #FFF;
}
.sliding-menu a.back:before {
  content: '\3008';
  float: left;
  margin-right: 0.3rem;
}
.bgcover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgcontain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.more1 {
  display: inline-block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid #333;
  color: #333;
  padding: 0 0.64rem;
  transition: all 0.3s;
  line-height: 0.8rem;
}
.more1 span {
  position: relative;
  z-index: 5;
}
.more1::after {
  content: '';
  display: block;
  position: absolute;
  left: -20%;
  bottom: 0;
  top: 0;
  background: #2a8f3a;
  transition: all 0.3s;
  width: 0;
  z-index: 1;
  transform: skew(45deg);
}
.more1:hover {
  border-color: #2a8f3a !important;
}
.more1:hover::after {
  width: 150%;
}
@media (max-width: 920px) {
  .more1 {
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .more1 {
    line-height: 26px;
    font-size: 14px;
    padding: 0 20px;
  }
}
.more1::after {
  background: #fff;
}
.more1:hover {
  border-color: #fff !important;
  color: #333 !important;
}
.more2 {
  display: inline-block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid #333;
  color: #333;
  padding: 0 0.64rem;
  transition: all 0.3s;
  line-height: 0.8rem;
}
.more2 span {
  position: relative;
  z-index: 5;
}
.more2::after {
  content: '';
  display: block;
  position: absolute;
  left: -20%;
  bottom: 0;
  top: 0;
  background: #2a8f3a;
  transition: all 0.3s;
  width: 0;
  z-index: 1;
  transform: skew(45deg);
}
.more2:hover {
  border-color: #2a8f3a !important;
}
.more2:hover::after {
  width: 150%;
}
@media (max-width: 920px) {
  .more2 {
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .more2 {
    line-height: 26px;
    font-size: 14px;
    padding: 0 20px;
  }
}
.more2:hover {
  color: #fff;
}
@media (max-width: 920px) {
  .more2 {
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .more2 {
    line-height: 26px;
    font-size: 14px;
  }
}
.more3 {
  display: inline-block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid #333;
  color: #333;
  padding: 0 0.64rem;
  transition: all 0.3s;
  line-height: 0.8rem;
  background: #2a8f3a;
  color: #fff;
  border-color: #2a8f3a;
  padding: 0 0.8rem;
}
.more3 span {
  position: relative;
  z-index: 5;
}
.more3::after {
  content: '';
  display: block;
  position: absolute;
  left: -20%;
  bottom: 0;
  top: 0;
  background: #2a8f3a;
  transition: all 0.3s;
  width: 0;
  z-index: 1;
  transform: skew(45deg);
}
.more3:hover {
  border-color: #2a8f3a !important;
}
.more3:hover::after {
  width: 150%;
}
@media (max-width: 920px) {
  .more3 {
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .more3 {
    line-height: 26px;
    font-size: 14px;
    padding: 0 20px;
  }
}
.more3::after {
  background: #fff;
}
.more3:hover {
  background: #e4650d;
  color: #2a8f3a;
}
@media (max-width: 1200px) {
  .more3 {
    line-height: 34px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .more3 {
    line-height: 26px;
    font-size: 12px;
  }
}
.hd-search {
  height: 100%;
  position: absolute;
  right: 0; 
  top: 0; 
}

@media screen and (min-width:1920px) {
 .hd-search {margin-right:210px;}
}
.hd-search button {
  width: 0.5rem;
  border: 0;
  box-shadow: none;
  color: #fff;
  background: none;
  width: 106px;
  text-align: center;
  height: 28px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  line-height: 30px;
}
.hd-search button .iconfont {
  font-size: 24px;
}
.hd-search-pop {
  z-index: 999;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  background: #f7f7f7;
  max-width: 573px;
  right: 0;
  top: 100%;
  width: 40%;
}
.hd-search-pop .inner {
  position: relative;
  margin: 0 8%;
}
.hd-search-pop .inner > * {
  height: 1.2rem;
  line-height: 1.2rem;
  margin-top: 10px;
}
.hd-search-pop .icon-guanbi1 {
  display: none;
}
.hd-search-pop .key {
  text-indent: 12px;
  width: 100%;
  color: #2a8f3a;
  border-bottom: 1px solid #2a8f3a;
  font-size: 16px;
}
.hd-search-pop button {
  width: 20%;
  font-size: 20px;
  color: #2a8f3a;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.hd-search-pop.show {
  height: auto;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .hd-search-pop {
    left: 0;
    top: 0;
    right: 20px;
    max-width: none;
    width: 100%;
    padding: 0;
    transition: 0s;
  }
  .hd-search-pop.show {
    height: 100%;
    padding: 0!important;
    padding-top: 20px;
  }
  .hd-search-pop .inner {
    margin: 15px 12% 0 10px;
  }
  .hd-search-pop .inner input {
    font-size: 14px;
  }
  .hd-search-pop .inner input,
  .hd-search-pop .inner button {
    height: 49px;
    line-height: 50px;
    border-bottom: 0;
    color: #fff;
    margin-top: 0;
  }
  .hd-search-pop .icon-guanbi1 {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    display: block;
  }
}
@media (max-width: 920px) {
  .hd-search-pop {
    padding-top: 0;
    background: #000;
  }
  .hd-search-pop .inner {
    margin-top: 0;
  }
  .hd-search-pop .icon-guanbi1 {
    color: #fff;
  }
}
.main-width{width:1400px;margin:0 auto;}
@media only screen and (max-width:1400px){
.main-width{width:1300px;}

}

@media only screen and (max-width:1340px){
.main-width{width:1200px;}

}
@media only screen and (max-width:1240px){
.main-width{width:1100px;}

}
@media only screen and (max-width:1140px){
.main-width{width:1000px;}

}

@media only screen and (max-width:1040px){
.main-width{width:960px;}}
@media only screen and (max-width:980px){
.main-width{width:96%;}}

.header:hover,
.header.on {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header:hover .logo,
.header.on .logo {
  background-image: url(../images/icons/logo_2.png);
}
.header:hover .pc-menus .item a,
.header.on .pc-menus .item a {
  color: #666;
}
.header:hover .pc-menus .item a:hover,
.header.on .pc-menus .item a:hover {
  color: #2a8f3a;
}
.header:hover .pc-menus .item .active,
.header.on .pc-menus .item .active {
  color: #2a8f3a;
}
.header:hover .hd-search button .iconfont,
.header.on .hd-search button .iconfont {
  color: #666;
}
.header:hover .menu_btn i,
.header.on .menu_btn i {
  background: #333;
}
.header.on .pc-menus .item.active > a {
  border-bottom-color: #2a8f3a;
  color: #2a8f3a;
}

.pop-product-tab {
  text-align: left;
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  height: 0;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  background: #fff;
  width: 680px;
}
.pop-product-tab .tab-hd {
  width: 200px;
  float: left;
}
.pop-product-tab .tab-hd .hitem {
  height: 80px;
  line-height: 80px;
  background: #2a8f3a;
  color: #fff;
  font-size: 18px;
  text-indent: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.pop-product-tab .tab-hd .hitem + .hitem {
  border-top: 1px solid #f7a66f;
}
.pop-product-tab .tab-hd .active {
  background: #fff;
  color: #2a8f3a;
}
.pop-product-tab .tab-bd {
  width: 480px;
  float: left;
  padding-left: 42px;
  overflow: hidden;
  padding-right: 35px;
}
.pop-product-tab .tab-bd h4 {
  font-size: 18px;
  color: #666;
  margin-bottom: 26px;
  padding-top: 33px;
  font-weight: bold;
}
.pop-product-tab .info a {
  display: block;
  width: 45%;
  line-height: 36px;
  color: #666;
  float: left;
}
.pop-product-tab .info a:hover {
  color: #2a8f3a;
}
.pop-product-tab .s2 .icon-right {
  color: #2a8f3a;
  font-size: 16px;
}
.pop-product-tab .info-text {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}
.m-menus {
  height: cale(100%-50px);
  overflow-y: auto;
}
.header {
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  height: 80px;
  z-index: 666;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
}
.header .logo {
  background: url(../images/icons/logo.png) no-repeat 0 center;
  transition: all 0.3s;
  position: absolute;
  height: 100%;
  padding-left: 30px;
  width: 80%;
}
.header .logo img {
  max-height: 80%;
}
.header .logo span {
  height: 28px;
  line-height: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
  margin-top: 26px;
  display: block;
  color: #fff;
  letter-spacing: 1px;
}
.header .pc-menus {
  transition: all 0.3s;
  text-align: center;
}
.header .pc-menus .item {
  font-size: 16px;
  display: inline-block;
  line-height: calc(80px);
  transition: all 0.3s;
  position: relative;
  padding: 0 25px;
}
.header .pc-menus .item > a {
  color: #fff;
  display: block;
  position: relative;
  padding: 0 15px;
  transition: all 0.3s;
  height: 78px;
}
.header .pc-menus .item .hd-item-pop {
  font-size: 14px;
  border-top: 4px solid #2a8f3a;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
.header .pc-menus .item .hd-item-pop a {
  color: #666;
  height: 0;
  line-height: 36px;
  display: block;
  transition: all 0.3s;
}
.header .pc-menus .item .hd-item-pop a:hover {
  color: #2a8f3a;
}
.header .pc-menus .item:hover > a {
  color: #2a8f3a;
}
.header .pc-menus .item:hover .hd-item-pop {
  opacity: 1;
  padding: 20px 0 24px;
}
.header .pc-menus .item:hover .hd-item-pop a {
  height: 36px;
}
.header .pc-menus .item:hover .pop-product-tab {
  opacity: 1;
  height: 320px;
  border-top: 1px solid #2a8f3a;
}
.header .pc-menus .item.active > a {
  border-bottom: 2px solid #fff;
}

@media (max-width: 1520px) {
  .header .pc-menus {
    margin-left: 200px;
  }
  .header .pc-menus .item {
    padding: 0 20px;
  }
}
@media (max-width: 920px) {
  .header {
    height: 50px;
  }
  .header .hd-search {
    border-left: 0;
  }
  .header .hd-search button {
    width: 50px;
  }
  .header .logo {
    background-size: auto 30px!important;
    margin-left: 10px;
  }
  .header m-nav {
    top: 50px;
  }
  .header .logo {
    left: 0;
  }
  .header .logo img {
    left: 15px;
  }
}
@media (max-width: 640px) {
  .header .logo {
    background-size: auto 26px!important;
  }
}
/* footer */
footer {
  background: #222222;
  color: #fff;
  color: #999;
}
footer .ic-police {
  background-image: url('../images/icons/ic_ico.png');
  width: 20px;
  height: 30px;
  vertical-align: middle;
  margin-right: 2px;
}
footer .content {
  padding: 90px 0 86px;
  border-bottom: 1px solid #3e3e3e;
}
footer .item-nav {
  line-height: 30px;
  float: left;
  margin-left: 2.36rem;
  color: #fff;
}
footer .item-nav:first-child {
  margin-left: 0;
}
footer .item-nav h4 {
  font-size: 18px;
  margin-top: 0;
  position: relative;
  margin-bottom: 20px;
}
footer .item-nav .icon-jia {
  float: right;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
footer .item-nav .info a {
  display: block;
  color: #999;
}
footer .item-nav .info a:Hover {
  color: #fff;
}
footer .item-contact {
  float: right;
}
footer .code-wrap {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
footer .code-wrap p {
  opacity: 0.5;
  padding-top: 10px;
}
footer .code-wrap .citem + .citem {
  margin-left: 30px;
}
footer .tel {
  font-size: 26px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  font-family: medium;
  background: url('../images/icons/ft_tel.png') no-repeat left center;
  padding-left: 40px;
  float: right;
}
footer .week {
  text-align: right;
  clear: both;
  padding: 20px 0;
}
footer .ft-bottom {
  padding-top: 40px;
  padding-bottom: 56px;
  line-height: 30px;
}
footer .ft-bottom .inner {
  position: relative;

}
footer .ft-bottom .skill {
  position: absolute;
  color: #999;
  right: 0;
  top: 0px;
}
footer .ft-bottom .skill:hover {
  color: #fff;
}
footer .ft-bottom .link a {
  color: #999;
  display: inline-block;
  padding: 0 2px;
}
footer .ft-bottom .link a:hover {
  color: #fff;
}
footer .ft-bottom .link a:first-child {
  padding-left: 0;
}
footer .ft-bottom .ft-nav a {
  display: inline-block;
  padding-left: 13px;
  margin-right: 34px;
  color: #bbb;
  position: relative;
}
footer .ft-bottom .ft-nav a::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .ft-bottom .ft-nav a:hover {
  color: #fff;
}
footer .copyright span {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1500px) {
  footer .item-nav {
    margin-left: 2.5rem;
  }
}
@media (max-width: 1300px) {
  footer .item-nav {
    margin-left: 2.3rem;
  }
  footer .code-wrap img {
    width: 108px;
  }
  footer .ft-bottom .inner {
    padding-left: 0;
    background: none;
  }
}
@media (max-width: 1080px) {
  footer .content {
    padding-bottom: 56px;
  }
  footer .ft-navs {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .item-nav {
    width: auto;
    max-width: none;
    margin-right: 0;
  }
  footer .item-contact {
    float: none;
    clear: both;
    padding-top: 50px;
    width: 100%;
    text-align: center;
  }
  footer .item-contact h4 {
    display: none;
  }
  footer .tel {
    font-size: 30px;
    font-weight: bold;
    float: none;
    display: inline-block;
  }
  footer .week {
    padding: 10px 0 25px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .ft-navs {
    display: block!important;
    margin-bottom: 30px;
  }
  footer .content {
    padding: 30px 0;
  }
  footer .content .wrap {
    padding: 0;
  }
  footer .item-nav {
    margin-left: 0;
  }
  footer .item {
    float: none;
    width: 100%;
  }
  footer .item .icon-jia {
    display: block;
    transition: 0.3s;
    opacity: 1;
    font-size: 12px;
  }
  footer .item h4 {
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #3e3e3e;
    height: 42px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 0;
  }
  footer .item .info {
    display: none;
    font-size: 13px;
    padding: 10px 30px;
    line-height: 2;
  }
  footer .item-nav.active .iconfont {
    transform: rotate(135deg);
  }
  footer .item-contact {
    font-size: 12px;
    padding-top: 0;
  }
  footer .code-wrap img {
    width: 90px;
  }
  footer .tel {
    font-size: 20px;
    background-size: 24px;
    padding-left: 32px;
  }
  footer .ft-bottom {
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .ft-bottom .skill {
    position: static;
  }
}
/*
.swiper-banner {
  height: 19.2rem;
  overflow: hidden;
}
.swiper-banner .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.swiper-banner .bg {
  width: 100%;
  height: 100%;
  background-size: contain;
  transform: scale(1.2);
  background-position: center !important;
  background-size: cover !important;
  transition: all 7.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
  box-sizing: border-box;
}
.swiper-banner .more1 {
  color: #fff;
  border-color: #fff;
}
.swiper-banner .more1:hover {
  border-color: #fff !important;
}
.swiper-banner .more1:hover span {
  color: #333 !important;
}
.swiper-banner .swiper-slide-active .bg {
  transform: scale(1);
}
.swiper-banner .swiper-pagination {
  line-height: 4px;
  bottom: 0.6rem;
}
.swiper-banner .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.04rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0px;
  opacity: 1;
  margin: 0 0.1rem !important;
  overflow: hidden;
}
.swiper-banner .swiper-pagination-bullet-active {
  background: #2a8f3a;
}
.swiper-banner .content {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  padding-top: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  color: #fff;
  font-size: 16px;
}
.swiper-banner .content h3 {
  font-size: 1.44rem;
}
.swiper-banner .content h4 {
  font-size: 0.96rem;
  margin: 15px 0 30px;
}
.swiper-banner .content .desc {
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 1rem;
}
@media (max-width: 920px) {
  .swiper-banner {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .swiper-banner {
    height: 440px;
  }
  .swiper-banner .content {
    font-size: 12px;
  }
}

*/



















.banner {
  transition: all 0.3s;
  height: 580px;
  position: relative;
  overflow: hidden;
}
.banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  transform: scale(1.2);
  background-position: center !important;
  background-size: cover !important;
  transition: all 7.6s cubic-bezier(0.04, 0.79, 1, 1) !important;
  box-sizing: border-box;
}
.banner .bg.animated {
  transform: scale(1);
}
.banner .more1 {
  color: #fff;
  border-color: #fff;
}
.banner .more1:hover {
  border-color: #fff !important;
}
.banner .more1:hover span {
  color: #333 !important;
}
.banner .content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: absolute;
  margin-top: 25px;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.48rem;
}
.banner .model {
  margin-bottom: 0.72rem;
  font-family: medium;
  font-weight: normal;
  text-transform: uppercase;
}
.banner .title {
  font-size: 0.96rem;
}
.banner .info {
  font-size: 0.36rem;
}
.banner .en {
  text-transform: uppercase;
  margin: 0 0 1rem;
}
@media (max-width: 1200px) {
  .banner {
    height: 500px;
  }
  .banner .en {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .banner {
    height: 280px;
  }
  .banner .title {
    font-size: 1.3rem;
    line-height: 1;
  }
  .banner .en {
    margin-top: 0.15rem;
    font-size: 16px;
  }
}
.banner.s2 h2 {
  font-size: 0.9rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.banner.s2 .desc {
  font-size: 18px;
}
@media (max-width: 640px) {
  .banner.s2 h2 {
    font-size: 25px;
  }
  .banner.s2 .desc {
    font-size: 16px;
  }
}
.banner.s3 {
  height: 12rem;
}
@media (max-width: 640px) {
  .banner.s3 {
    height: 8rem;
  }
}
.banner._sm {
  height: 9.2rem;
}
.ibox1 {
  padding-top: 1.1rem;
}
.ibox1 h2 {
  text-align: center;
  font-size: 0.72rem;
  margin-bottom: 1.8rem;
}
.ibox1 .tab-hd-box {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 5;
}
.ibox1 .tab-hd {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  font-size: 0.4rem;
}
.ibox1 .tab-hd .item {
  width: 25%;
  height: 4.3rem;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.ibox1 .tab-hd .inner {
  width: 100%;
}
.ibox1 .tab-hd .ic {
  height: 1.2rem;
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ibox1 .tab-hd .ic1 {
  background-image: url('../images/icons/ic_a1.png');
}
.ibox1 .tab-hd .ic2 {
  background-image: url('../images/icons/ic_a2.png');
}
.ibox1 .tab-hd .ic3 {
  background-image: url('../images/icons/ic_a3.png');
}
.ibox1 .tab-hd .ic4 {
  background-image: url('../images/icons/ic_a4.png');
}
.ibox1 .tab-hd .active {
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/icons/bg1.jpg');
}
.ibox1 .tab-hd .active .ic1 {
  background-image: url('../images/icons/ic_a1_on.png');
}
.ibox1 .tab-hd .active .ic2 {
  background-image: url('../images/icons/ic_a2_on.png');
}
.ibox1 .tab-hd .active .ic3 {
  background-image: url('../images/icons/ic_a3_on.png');
}
.ibox1 .tab-hd .active .ic4 {
  background-image: url('../images/icons/ic_a4_on.png');
}
.ibox1 .tab-bd {
  background: url('../images/icons/bg2.png') no-repeat 0 center;
  background-color: #f5f5f9;
}
@media (min-width: 992px) {
  .ibox1 .tab-bd {
    min-height: 420px;
  }
}
.ibox1 .cItem {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.ibox1 h4 {
  font-size: 30px;
}
.ibox1 .info {
  margin: 0.6rem 0 0.8rem;
  font-size: 16px;
  line-height: 1.7;
  max-width: 335px;
}
.ibox1 .cItem.s2 {
  text-align: center;
}
.ibox1 .cItem.s2 .info {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}
.ibox1 .icons {
  line-height: 3;
  color: #666;
}
.ibox1 .icons a:hover {
  color: #2a8f3a;
}
.ibox1 .icons img {
  margin-right: 0.1rem;
}
@media (max-width: 992px) {
  .ibox1 {
    text-align: center;
  }
  .ibox1 .tab-hd {
    font-size: 16px;
  }
  .ibox1 .tab-bd {
    background-size: cover;
  }
  .ibox1 .info {
    max-width: none;
    text-align: left;
  }
  .ibox1 .icons {
    text-align: left;
  }
  .ibox1 .more2 {
    margin-top: 0.5rem;
  }
}
@media (max-width: 640px) {
  .ibox1 .tab-hd {
    padding: 0;
    font-size: 15px;
    width: 100%;
  }
  .ibox1 .tab-hd .item {
    height: calc(25vw);
  }
  .ibox1 h4 {
    font-size: 20px;
  }
  .ibox1 .info {
    font-size: 14px;
  }
  .ibox1 .icons {
    line-height: 2.4;
    font-size: 13px;
  }
  .ibox1 .icons img {
    margin-right: 0.1rem;
    width: 26px;
  }
}
.ibox2 {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.ibox2 > * {
  padding-left: 0;
  padding-right: 0;
}
.ibox2 .img img {
  width: 100%;
  transition: all 0.3s;
}
.ibox2 .item {
  overflow: hidden;
  cursor: pointer;
  background-size: 100% auto;
  position: relative;
  transition: all 0.3s;
}
.ibox2 .item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  z-index: 2;
}
.ibox2 .hover {
  transition: all 0.3s;
  z-index: 5;
  border-bottom: 4px solid #2a8f3a;
  color: #fff;
  padding: 40px;
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 10%;
}
.ibox2 .en {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ibox2 .en > * {
  display: inline-block;
  vertical-align: middle;
}
.ibox2 .en .line {
  width: 40px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 5px;
}
.ibox2 h4 {
  font-size: 30px;
}
.ibox2 .text {
  margin-top: 40px;
  line-height: 1.65;
  font-size: 16px;
  display: none;
}
@media (min-width: 1200px) {
  .ibox2 .item.on .text {
    display: block;
  }
  .ibox2 .item.on::after,
  .ibox2 .item.active::after {
    background: rgba(0, 0, 0, 0.5);
  }
  .ibox2 .item.on .img img,
  .ibox2 .item.active .img img {
    transform: scale(1.2);
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }
  .ibox2 .item.on .hover,
  .ibox2 .item.active .hover {
    background: #2a8f3a;
  }
}
@media (max-width: 1500px) {
  .ibox2 h4 {
    font-size: 20px;
  }
  .ibox2 .text {
    margin-top: 20px;
    font-size: 14px;
  }
  .ibox2 .hover {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .ibox2 {
    padding-top: 40px;
  }
  .ibox2 .text {
    font-size: 14px;
    display: block;
  }
  .ibox2 .hover {
    background: rgba(243, 128, 49, 0.9);
  }
  .ibox2 .item {
    height: auto;
    background-size: 120% auto;
    margin-bottom: 30px;
  }
  .ibox2 .en .line {
    background: #333;
  }
  .ibox2 h4 {
    font-size: 20px;
  }
  .ibox2 .hover {
    position: static;
    background: #fff;
    color: #333;
    border-bottom: 0;
  }
}
.ihd {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.ihd h2 {
  font-size: 32px;
  font-weight: normal;
}
.ihd .more {
  font-size: 16px;
  color: #666;
}
@media (max-width: 480px) {
  .ihd h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .ihd .more {
    font-size: 13px;
  }
}
.inews {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;

  padding-top: 60px;
  padding-bottom: 70px;
}
.inews .bd-item {
  width: 50%;
}
.inews .bd {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  box-align: stretch;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inews .tab-hd {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inews .tab-hd .item {
  background: #f4f4f4;
  background: #f5f5f9;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: hidden;
  padding: 0 35px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inews .tab-hd .item:not(last-child)::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 2px solid #fff;
  bottom: 0;
}
.inews .tab-hd .item .iconfont {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  right: -120px;
}
.inews .tab-hd .item .info {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.inews .tab-hd .item .date {
  font-family: medium;
  line-height: 1.2;
  text-align: center;
  width: 80px;
  margin-right: 30px;
}
.inews .tab-hd .item .date b {
  display: block;
  font-size: 50px;
}
.inews .tab-hd .item h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.inews .tab-hd .item p {
  font-size: 14px;
  color: #999999;
}
.inews .tab-hd .item h4,
.inews .tab-hd .item p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.inews .tab-hd .item .info,
.inews .tab-hd .item .date {
  transition: all 0.3s;
}
.inews .tab-hd .active {
  background: #2a8f3a;
  color: #f5f5f9;
}
.inews .tab-hd .active p {
  color: #eee;
}
.inews .tab-hd .active .info,
.inews .tab-hd .active .date {
  transform: translateX(-110px);
}
.inews .cItem a {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.inews .cItem a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inews .cItem a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.inews .cItem .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 5%;
}
.inews .cItem .txt span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 1140px) {
  .inews .tab-bd {
    padding-right: 20px;
  }
  .inews .tab-hd {
    padding-left: 20px;
  }
}
@media (max-width: 1280px) {
  .inews .item h4 {
    font-size: 18px;
  }
  .inews .item p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .inews {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .inews {
    border-top: 1px solid #eaeaea;
  }
}
@media (max-width: 480px) {
  .inews {
    padding-top: 50px;
    margin-top: 20px;
  }
}
.inews-list {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 0.5rem;
}
.inews-list li {
  padding-left: -20px;
  padding-right: -20px;
  margin-bottom: 40px;
  cursor: pointer;
}
.inews-list .inner {
  background: #f4f4f4;
  border: 1px solid #fff;
  padding: 0.32rem 0;
  overflow: hidden;
  transition: all 0.3s;
}
.inews-list .date {
  width: 1.4rem;
  text-align: center;
  min-width: 100px;
  font-family: medium;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.inews-list .date b {
  font-size: 48px;
  line-height: 1.4;
}
.inews-list .date p {
  color: #999999;
}
@media (min-width: 992px) {
  .inews-list li:hover .inner {
    border-color: #0d4e9b;
    background: none;
  }
  .inews-list li:hover .inner .date > * {
    color: #0d4e9b;
  }
  .inews-list h4 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .inews-list .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .inews-list .inner .content {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .inews-list .info {
    color: #999;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
  }
  .inews-list .content {
    padding: 0 0.42rem 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .inews-list {
    margin: 0;
  }
  .inews-list .inner {
    background: none;
  }
  .inews-list li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
  }
  .inews-list .date2 {
    color: #bbb;
    font-family: medium;
    font-size: 0.95em;
    margin: 0.5em 1em 0.25em 0;
  }
  .inews-list h4 {
    margin: 0.5em 0 1em 0;
    font-size: 16px;
    line-height: 1.3;
  }
  .inews-list h4:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #e1e1e1;
    margin-top: 1em;
  }
  .inews-list .more {
    display: inline-block;
    font-family: "Roboto Slab", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
    margin-top: 0.8em;
    color: #D9A300;
    border-bottom: 1px dotted #fff;
  }
  .inews-list .info {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.icase {
  background: #f4f4f4;
  background: #f5f5f9;
  padding: 1.4rem 0 2.2rem;
}
@media (max-width: 640px) {
  .icase {
    padding-bottom: 1rem;
  }
}
.case-swiper {
  --swiper-theme-color: #2a8f3a;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.3rem;
  /* 设置按钮大小 */
}
@media (min-width: 992px) {
  .case-swiper .swiper-pagination {
    display: none;
  }
  .case-swiper .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    box-align: stretch;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    margin: 0 1rem;
  }
  .case-swiper .item {
    width: 50%;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: block;
  }
  .case-swiper .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1580px) {
  .case-swiper .inner {
    margin: 0 0.5rem;
  }
}
.case-swiper .content {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
  text-align: center;
  text-align: left;
}
@media (min-width: 992px) {
  .case-swiper .content {
    margin-left: 50%;
  }
}
.case-swiper .content .c-inner {
  margin: 1.2rem 7% 1.8rem;
}
@media (max-width: 1580px) {
  .case-swiper .content .c-inner {
    margin: 0.8rem 7% 1.2rem;
  }
}
.case-swiper h4 {
  font-size: 0.6rem;
}
.case-swiper .info {
  font-size: 16px;
  color: #999;
  margin: 0.6rem 0 0.4rem;
  line-height: 1.6;
  min-height: 6.4em;
  overflow: hidden;
}
@media (max-width: 1340px) {
  .case-swiper .info {
    font-size: 14px;
  }
}
.case-swiper .icons {
  padding-bottom: 0.8rem;
}
.case-swiper .icons img {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.case-swiper .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.case-swiper .swiper-slide {
  width: 73vw!important;
}
.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
  width: 1.28rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.case-swiper .swiper-button-next:hover,
.case-swiper .swiper-button-prev:hover {
  background: #2a8f3a;
}
.case-swiper .swiper-button-next {
  right: 12vw;
}
.case-swiper .swiper-button-prev {
  left: 12vw;
}
@media (max-width: 1200px) {
  .case-swiper .inner {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .case-swiper .icons {
    padding-bottom: 0.4rem;
    padding-top: 0.1rem;
  }
  .case-swiper .icons img {
    height: 0.3rem;
  }
  .case-swiper .content .c-inner {
    margin: 0.5rem 7%;
  }
}
@media (max-width: 992px) {
  .case-swiper {
    padding-bottom: 1rem;
  }
  .case-swiper .swiper-pagination {
    display: block;
  }
  .case-swiper .inner {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
  }
  .case-swiper .img {
    display: block;
  }
  .case-swiper .swiper-button-next,
  .case-swiper .swiper-button-prev {
    display: none;
  }
  .case-swiper .icons img {
    height: 18px;
  }
  .case-swiper .content .c-inner {
    margin-top: 0.6rem;
  }
  .case-swiper h4 {
    font-size: 26px;
  }
  .case-swiper .info {
    font-size: 14px;
    margin-top: 0.4rem;
  }
}
@media (max-width: 768px) {
  .case-swiper h4 {
    font-size: 20px;
  }
  .case-swiper .info {
    font-size: 12px;
  }
}
.base-h2 {
  font-size: 0.6rem;
  text-align: center;
}
.base-h2::after {
  content: '';
  display: block;
  width: 0.96rem;
  height: 4px;
  background: #2a8f3a;
  margin: 0.52rem auto 0;
  transition: all 0.3s;
}
.base-h2:hover::after {
  width: 2.4rem;
}
@media (max-width: 480px) {
  .base-h2 {
    font-size: 20px;
  }
}
.pro-introduct {
  width: 100%;

  position: relative;
  margin-left: auto!important;
  margin-right: auto!important;
  text-align: center;
  padding: 2rem 0 2.4rem;
}
.pro-introduct .desc {

  margin: 0.46rem auto 0;
  font-size: 18px;
  color: #666666;
  line-height: 2;
}
.pro-advantage .desc {
  max-width: 1030px;
  margin: 0.46rem auto 0;
  font-size: 18px;
  color: #666666;
  line-height: 2;  text-align: center;
}
@media (max-width: 768px) {
  .pro-introduct .desc {
    font-size: 14px;
    text-align: left;
  }
  .pro-advantage .desc  {
    font-size: 14px;
    text-align: center;
  }
}
.pro-advantage {
  background: #f4f4f4;
  background: #f5f5f9;
  padding: 2rem 0;
}
.pro-advantage ul {
  width: 100%;
  position: relative;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.pro-advantage ul li {
	height: 550px;  text-align: left;line-height:22px;
 
}
.pro-advantage ul > * {
  padding-left: 0;
  padding-right: 0;
}
.pro-advantage ul:not(.s2) {
  margin-top: 0.4rem;
}
.pro-advantage ul img {
  max-width: 18%;
}
.pro-advantage ul h5 {
  font-size: 18px;
  margin: 0.5rem 0 0.4rem;
}
.pro-advantage ul .info {
  color: #999999;
  min-height: 4.5em;
  max-width: 460px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pro-advantage ul li {
    padding: 30px 4%;
    border: 1px dotted #d7d7d7;
    margin-left: -1px;
    margin-top: -1px;
    transition: all 0.3s;
  }
  .pro-advantage ul li:hover {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .pro-advantage ul li:hover h5 {
    color: #2a8f3a;
  }
}
@media (max-width: 768px) {
  .pro-advantage ul li {
    border: 1px solid #dcdcdc;
    padding: 0.5rem 0.8rem;
    margin-bottom: 0.6rem;
  }
  .pro-advantage ul img {
    max-width: 12%;
  }
  .pro-advantage ul .info {
    margin-top: 8px;
    color: #333;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .pro-advantage ul h5 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .pro-advantage {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.base-h2.mb {
  margin-bottom: 1.4rem;
}
.pro-scene {
  padding: 2rem 0 2.4rem;
 width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pro-scene .base-h2 {
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .pro-scene {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .pro-scene {
    padding-bottom: 0;
  }
  .pro-scene .base-h2 {
    margin-bottom: 0.5rem;
  }
}
.scene-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;

}
@media (max-width: 1420px) {
  .scene-box .scene-list {
    text-align: left;
  }
  .scene-box li {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 1200px) {
  .scene-box {
    width: 94%;
  }
  .scene-box ul li {
    text-align: left;
    margin-bottom: 40px;
  }
  .scene-box ul li .bg {
    position: static;
    display: block;
    height: 5.6rem;
  }
  .scene-box ul li i {
    margin-bottom: 20px;
  }
  .scene-box ul li .content {
    padding-left: 16px;
    height: auto;
    background: none;
    color: #333;
  }
  .scene-box ul li h3 {
    font-size: 22px;
    position: relative;
    font-weight: normal;
  }
  .scene-box ul li h3::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #b81b22;
  }
  .scene-box ul li .info {
    line-height: 22px;
    padding-left: 15px;
  }
}
.scene-list {
  color: #fff;
  text-align: center;
  font-size: 0px;
}
.scene-list .info,
.scene-list .inner,
.scene-list .bg,
.scene-list .content,
.scene-list h3 {
  transition: all 0.3s;
}
.scene-list h3 {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin-top: 0px;
}
.scene-list .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.scene-list li {
  position: relative;
  overflow: hidden;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .scene-list .inner {
    height: 280px;
    position: relative;
    overflow: hidden;
  }
  .scene-list li {
    display: inline-block;
    height: 280px;
    text-align: center;
    padding: 0 20px;
  }
  .scene-list .content {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
  }
  .scene-list .info {
    margin: 0 5% 0;
    overflow: hidden;
  }
  .scene-list .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .scene-list li:hover .bg {
    transform: scale(1.2);
    filter: blur(8px);
    -webkit-filter: blur(8px);
  }
  .scene-list li:hover .content {
    height: 100%;
  }
  .scene-list li:hover h3 {
    margin-top: 70px;
  }
  .scene-list li:hover .info {
    margin-top: 10px;
    line-height: 20px;
  }
}
@media (min-width: 1420px) {
  .scene-list li {
    width: calc((100% / 4));
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .scene-list._s3 {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.scene-swiper {
  height: auto!important;
  width: 100%;
}
.scene-swiper-wrap {
  position: relative;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: content-box;
  --swiper-theme-color: #2a8f3a;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.2rem;
  /* 设置按钮大小 */
}
.scene-swiper-wrap .swiper-button-next,
.scene-swiper-wrap .swiper-button-prev {
  width: 64px;
  height: 76px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  margin-top: -32px;
  outline: none;
}
.scene-swiper-wrap .swiper-button-next:hover,
.scene-swiper-wrap .swiper-button-prev:hover {
  background: #2a8f3a;
}
.scene-swiper-wrap .swiper-button-next {
  right: 0;
}
.scene-swiper-wrap .swiper-button-prev {
  left: 0;
}
@media (min-width: 1200px) {
  .scene-swiper-wrap .scene-list li {
    width: calc((100% / 3));
    padding: 0 15px;
  }
}
@media (min-width: 1420px) {
  .scene-swiper-wrap .scene-list li {
    width: calc((100% / 4));
    padding: 0 20px;
  }
}
.pro-framework {
  padding: 2rem 0;
  background: #f4f4f4;
  background: #f5f5f9;
}
.pro-framework .bd {
  margin: 1.2rem auto 0;
  text-align: center;
  width: 88%;
  padding: 0.8rem 0.5rem 0.5rem;
  max-width: 1158px;
  background: #fff;
}
.pro-framework .bd2 {
  margin: 1.2rem auto 0;
  text-align: center;
  width: 88%;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .pro-framework {
    background: #fff;
  }
  .pro-framework .bd {
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
  }
}
.c-service {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  max-width: 1200px;
  margin-top: 1.8rem;
  position: relative;
}
.c-service .to {
  color: #666;
  line-height: 1;
  text-align: center;
  font-size: 0.48rem;
}
.c-service .to img {
  max-width: 20%;
}
@media (min-width: 768px) {
  .c-service .to {
    top: 0.4rem;
    position: absolute;
    right: 0;
    left: 0;
  }
}
.c-service .item ul {
  background: #fff;
  padding: 0.8rem;
  border: 1px dotted #eaeaea;
  color: #666;
  border: 1px solid #eaeaea;
}
.c-service .item ul li {
  padding-left: 45px;
  line-height: 46px;
  font-size: 16px;
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 24px;
}
.c-service .info1 li {
  background-image: url('../images/icons/ic_select.png');
}
.c-service .info2 li {
  background-image: url('../images/icons/ic_select2.png');
}
.c-service .head {
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  font-size: 0.48rem;
}
.c-service .head .ic {
  width: 1.6rem;
  margin-bottom: 0.3rem;
  display: inline-block;
}
@media (max-width: 1200px) {
  .c-service .item ul li {
    font-size: 14px;
    padding-left: 30px;
    background-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .c-service {
    margin-left: 0;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .c-service > * {
    padding-left: 0;
    padding-right: 0;
  }
  .c-service .to {
    margin: 1rem 0;
  }
}
@media (max-width: 480px) {
  .c-service .head {
    margin-bottom: 0.8rem;
    font-size: 18px;
  }
  .c-service .head img {
    max-width: 20%;
    margin-bottom: 10px;
  }
  .c-service .to img {
    max-width: 36%;
    margin-top: 0.2rem;
  }
  .c-service .item .info li {
    font-size: 14px;
    padding-left: 14px;
    background: none;
    position: relative;
    line-height: 1.6;
  }
  .c-service .item .info li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #2a8f3a;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    top: 0.4rem;
    left: 0;
  }
  .c-service .item .info2 li::before {
    background: #0d4e9b;
  }
}
.case-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;

  padding-top: 2rem;
  padding-bottom: 1.4rem;
}
.base-head {
  text-align: center;
  margin-bottom: 1.6rem;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1300px;
}
.base-head h2 {
  margin-bottom: 0.4rem;
}
.base-head h2::after {
  display: none;
}
.base-head .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.76;
}
@media (max-width: 768px) {
  .base-head h2 {
    font-size: 24px;
    font-weight: normal;
  }
  .base-head .desc {
    font-size: 14px;
  }
}
.case-list {
  text-align: center;
  color: #fff;
  margin-left: -20px;
  margin-right: -20px;
}
.case-list li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .case-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .case-list li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.case-list a {
  color: #fff;
}
.case-list li {
  margin-bottom: 40px;
}
.case-list .img img {
  transition: all 0.3s;
  width: 100%;
}
.case-list .inner {
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.case-list h4 {
  line-height: 50px;
  font-size: 18px;
  transition: all 0.3s;
}
.case-list .info {
  overflow: hidden;
  transition: all 0.3s;
  font-size: 16px;
  text-align: left;
}
@media (min-width: 992px) {
  .case-list .cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
       background: rgba(56, 143, 58, 0.6);

    height: 50px;
    transition: all 0.3s;
  }
  .case-list .c-inner {
    padding: 0 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .case-list .info {
    line-height: 0;
    opacity: 0;
  }
  .case-list li:hover h4 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .case-list li:hover .cover {
    height: 100%;
  }
  .case-list li:hover .info {
    line-height: 1.625;
    opacity: 1;
  }
  .case-list li:hover .img img {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    transform: scale(1.2);
  }
}
@media (max-width: 1200px) {
  .case-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .case-list li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20;
  }
  .case-list .info {
    font-size: 13px;
  }
}
@media (max-width: 1200px) and (max-width: 640px) {
  .case-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .case-list li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .case-list {
    margin-left: 0;
    margin-right: 0;
  }
  .case-list > * {
    padding-left: 0;
    padding-right: 0;
  }
  .case-list li {
    text-align: left;
    margin-bottom: 40px;
  }
  .case-list li .img {
    height: 5.6rem;
    overflow: hidden;
  }
  .case-list li i {
    margin-bottom: 20px;
  }
  .case-list li .cover {
    padding-left: 16px;
    margin-top: 10px;
    color: #2a8f3a;
  }
  .case-list li h4 {
    font-size: 22px;
    position: relative;
    font-weight: normal;
  }
  .case-list li h4::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
       background: rgba(56, 143, 58, 0.6);
  }
  .case-list li .info {
    font-size: 15px;
    line-height: 22px;
    padding-left: 15px;
  }
}
.case-summary {
  padding-top: 1.7rem;
}
.case-summary .bd {
  background: #f8f8f8;
}
.case-summary .cItem h5 {
  font-size: 0.6rem;
  margin-bottom: 0.6rem;
}
.case-summary .info {
  font-size: 16px;
  color: #666666;
  line-height: 1.76;
}
.case-summary .navs {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.case-summary .navs .item {
  margin-right: 38px;
  cursor: pointer;
}
.case-summary .navs .ic {
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 80%;
}
.case-summary .navs .ic_mt {
  background-image: url('../images/icons/ic_mt.jpg');
}
.case-summary .navs .ic_tn {
  background-image: url('../images/icons/ic_tn.jpg');
}
.case-summary .navs span {
  display: block;
  padding-top: 0.4rem;
  font-size: 16px;
}
.case-summary .navs .active {
  color: #2a8f3a;
}
.case-summary .navs .active .ic {
  opacity: 1;
}
@media (min-width: 1200px) {
  .case-summary .cItem {
    display: table;
    width: 100%;
  }
  .case-summary .cItem .item-box {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .case-summary .cItem .info {
    font-size: 16px;
    color: #666666;
    max-width: 530px;
    height: 3.2rem;
    margin-bottom: 1rem;
  }
  .case-summary .cItem .content {
    text-align: right;
  }
  .case-summary .cItem .inner {
    max-width: 650px;
    display: inline-block;
    text-align: left;
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .case-summary .bd {
    padding: 1rem 0 0;
  }
  .case-summary .content {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1600px;
  }
  .case-summary .navs {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0.8rem 0;
  }
  .case-summary .cItem {
    text-align: center;
  }
  .case-summary .info {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .case-summary .info {
    font-size: 13px;
  }
}
.customers {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1300px;
  padding-top: 2.4rem;
  text-align: center;
  padding-bottom: 3.16rem;
}
.customers .list img {
  width: 100%;
  padding: 0 5%;
  border: 1px solid #eaeaea;
}
@media (min-width: 992px) {
  .customers .list li {
    width: calc((18.4%-2px));
    padding: 0 0.8% calc((1.6%-0px));
  }
}
@media (max-width: 992px) {
  .customers .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .customers .list li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10;
  }
  .customers .list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 640px) {
  .customers .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .customers .list li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.crumbs .wrap {
  max-width: 1300px;
}
.crumbs .inner {
  height: 1.4rem;
  line-height: 1.4rem;
  color: #999;
  background: #f7f7f7;
  border-bottom: 1px solid #dcdcdc;
}
.crumbs .inner a {
  color: #999;
}
.crumbs .inner a:hover {
  color: #0d4e9b;
}
.crumbs .inner .icon-caidan05 {
  font-size: 18px;
  margin-right: 0.1rem;
}
.crumbs .inner .icon-sright {
  font-size: 12px;
  margin: 0 0.1rem;
  transform: scale(0.8);
}
.fixed-navs {
  color: #666;
  z-index: 555; margin-right:24px;
}

.fixed-navs .item {
  height: 1.4rem;
  line-height: 1.4rem;
}
.fixed-navs .item:hover {
  color: #2a8f3a;
}
.fixed-navs .navs-inner {
  font-size: 16px;
}
@media (min-width: 992px) {
  .fixed-navs {
    max-width: 700px;
    width: 50%;
    white-space: nowrap;
    font-size: 0;
    position: absolute;
    left: 50%;
    margin-top: -1.4rem;
    text-align: right;
  }
  .fixed-navs .item {
    display: inline-block;
    padding: 0 26px;
    cursor: pointer;
  }
  .fixed-navs .item:hover,
  .fixed-navs .active {
    color: #fff;
    background: #2a8f3a;
    background: linear-gradient(90deg, #2a8f3a, #38b44c);
  }
}
@media (max-width: 1300px) {
  .fixed-navs {
    width: auto;
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) {
  .fixed-navs {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
  }
  .fixed-navs .navs-inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  
  }
  .fixed-navs .item {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    display: block;
  }
  .fixed-navs .active {
    color: #2a8f3a;
    font-weight: bold;
  }
}
@media (max-width: 992px) and (min-width: 640px) {
  .fixed-navs .item::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 0.3rem;
    border-left: 1px solid #2a8f3a;
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
    left: 0;
  }
  .fixed-navs .item:first-child::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .fixed-navs .item {
    font-size: 14px;
  }
  .fixed-navs .navs-inner {
    width: 100%;
  }
}
.fixed-navs.fixed {
  height: 80px;
  border-bottom: 0;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  margin-top: 0;
  text-align: center;
  z-index: 99999;
}
.fixed-navs.fixed .item {
  height: 80px;
  line-height: 80px;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .fixed-navs.fixed {
    height: 50px;
  }
  .fixed-navs.fixed .item {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .fixed-navs.fixed .navs-inner {
    width: 100%;
  }
}
.news-list {
  color: #969696;
  font-size: 16px;
}
.news-list h3 {
  font-weight: normal;
  color: #333;
}
@media (min-width: 992px) {
  .news-list li {
    margin-top: 40px;
    background: #f7f7f7;
    transition: all 0.3s;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .news-list .img {
    width: 34%;
    display: block;
  }
  .news-list .content {
    width: 64%;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 5%;
  }
  .news-list .desc {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 10px;
  }
  .news-list h3 {
    font-size: 24px;
    margin-bottom: 46px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .news-list .more3 {
    position: absolute;
    right: 0;
    bottom: 0;
    border-color: #696969;
    background: #696969;
  }
  .news-list .more3::after {
    background: #2a8f3a;
  }
  .news-list .more3:hover span {
    color: #fff;
  }
  .news-list li:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  .news-list li:hover h3 {
    color: #2a8f3a;
  }
}
@media (max-width: 1200px) {
  .news-list {
    font-size: 14px;
  }
  .news-list h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .news-list .content {
    padding-bottom: 0.3rem;
  }
}
@media (max-width: 992px) {
  .news-list li {
    font-size: 15px;
    margin-top: 40px;
  }
  .news-list .img img {
    display: block;
    width: 100%;
  }
  .news-list h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
  .news-list .content {
    line-height: 1.625;
    border: 1px solid #efefef;
    border-top: 0;
    padding: 0.8rem;
  }
  .news-list .time {
    margin-bottom: 5px;
  }
  .news-list .more3 {
    display: none;
  }
  .news-list .time {
    padding-top: 0.8rem;
  }
}
@media (max-width: 768px) {
  .news-list h3 {
    font-size: 0.6rem;
  }
  .news-list .desc {
    font-size: 13px;
  }
}
.news-box {
  padding-bottom: 3rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;

  padding-top: 1.68rem;
}
.news-box h2 {
  font-size: 0.6rem;
  font-weight: normal;
}
.news-box ul {
  padding-bottom: 0.8rem;
}
.page {
  line-height: 34px;
  text-align: center;
  font-size: 15px;
}
.page a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d2d2d2;
  width: 34px;
  text-align: center;
  vertical-align: middle;
  margin: 0 2px;
  color: #8a95ab;
}
.page a.on,
.page a:hover {
  color: #fff;
  background: #2a8f3a;
  border-color: #2a8f3a;
}
.page a.prev:hover {
  background-position: left bottom;
}
.page a.next:hover {
  background-position: right bottom;
}
.page a.pnext.disabled:hover,
.page a.pnext.disabled {
  opacity: 0.8;
  filter: alpha(opacity=80);
  border-color: #e4e6ea;
  cursor: default;
  background-color: #fff;
  background-position: 0 0;
  cursor: not-allowed;
  color: #666;
}
.page a.next.disabled,
.page a.next.disabled:hover {
  background-position: right 0;
}
.page._s2 {
  margin: 1.6rem 0 2rem;
}
.artical {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
 
}
.artical-hd {
  margin-bottom: 40px;
  padding-top: 1.8rem;
}
.artical-hd h2 {
  font-size: 0.72rem;
  margin-bottom: 0.48rem;
  font-weight: normal;
}
.artical-hd .data {
  font-size: 16px;
  color: #999;
  font-family: medium;
}
.artical-hd .data > * {
  display: inline-block;
  vertical-align: middle;
}
.artical-hd .data p {
  margin-right: 40px;
}
.artical-hd .data .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
@media (max-width: 992px) {
  .artical-hd {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .artical-hd {
    margin-bottom: 10px;
  }
  .artical-hd h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .artical-hd .data {
    font-size: 14px;
  }
}
.news-details-bd > * {
  padding-top: 50px;
}
.artical-bd {
  background: #f4f5f8;
  color: #666;
  font-size: 16px;
  line-height: 1.76;
  padding: 45px;
}
.artical-bd p {
  padding-top: 20px;
}
.artical-bd img {
  display: block;
  margin: 20px auto 0;
}
.artical-bd .end {
  margin-top: 1.8rem;
  text-align: center;
  color: #999;
  position: relative;
}
.artical-bd .end::before,
.artical-bd .end::after {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  top: 50%;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
}
.artical-bd .end::before {
  left: 0;
}
.artical-bd .end::after {
  right: 0;
}
@media (max-width: 992px) {
  .artical-bd {
    background: none;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .artical-bd {
    font-size: 15px;
  }
  .artical-bd .end {
    font-size: 12px;
  }
  .artical-bd .end::before,
  .artical-bd .end::after {
    width: 36%;
  }
}
.artical-pnext {
  margin: 1rem 0 1rem;
  font-size: 16px;
  line-height: 2.2;
}
.artical-pnext a {
  display: block;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.artical-pnext a:hover {
  color: #2a8f3a;
}
@media (max-width: 480px) {
  .artical-pnext {
    font-size: 14px;
  }
}
.artical-row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}
.artical-row > * {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .artical-left {
    width: 69%;
    float: left;
  }
  .artical-right {
    width: 31%;
    float: right;
    padding-left: 40px;
  }
}
.hot-artical h2 {
  font-size: 20px;
  padding-left: 17px;
  position: relative;
  font-weight: normal;
}
.hot-artical h2::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: #2a8f3a;
}
.hot-artical li {
  margin-top: 25px;
}
.hot-artical li:hover a {
  color: #2a8f3a;
}
.hot-artical .img {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.hot-artical .img img {
  width: 100%;
}
.hot-artical .img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hot-artical .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hot-artical .title {
  font-size: 16px;
  color: #666;
  line-height: 1.76;
}
.hot-artical .title:hover {
  color: #2a8f3a;
}
@media (max-width: 480px) {
  .hot-artical .img {
    margin-bottom: 12px;
  }
  .hot-artical .title {
    font-size: 14px;
  }
}
.notice-box {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1300px;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
.notice-box h2 {
  font-size: 0.6rem;
  font-weight: normal;
  border-bottom: 3px solid #2a8f3a;
  line-height: 2;
  margin-bottom: 20px;
}
.notice-box ul {
  margin-bottom: 1rem;
}
.notice-box li {
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  padding: 25px 0;
  font-weight: bold;
}
.notice-box li a {
  display: block;
  line-height: 30px;
}
.notice-box li .time {
  color: #bbbbbb;
  width: 20%;
  float: left;
}
.notice-box li .title {
  margin-left: 20%;
  color: #666;
  transition: all 0.3s;
}
.notice-box li .title:hover {
  color: #2a8f3a;
}
.notice-box li .ic {
  width: 22px;
  height: 22px;
  margin-right: 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/icons/pdf.png');
  vertical-align: middle;
}
.notice-box li:hover .time {
  color: #2a8f3a;
}
.notice-box li:hover .title {
  transform: translateX(-10px);
}
.notice-box li:hover .ic {
  background-image: url('../images/icons/pdf_on.png');
}
@media (max-width: 768px) {
  .notice-box li {
    padding: 16px 0;
    font-weight: normal;
  }
  .notice-box li .time {
    float: none;
    width: auto;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .notice-box li .title {
    margin-left: 0;
    line-height: 1.76;
  }
}
@media (max-width: 480px) {
  .notice-box h2 {
    font-size: 22px;
    font-weight: normal;
  }
}
.about-1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;

  background: url(../images/icons/logo_bg.png) no-repeat center;
  background-size: auto 9rem;
  padding: 2rem 0 2.2rem;
}
.about-1 h2 {
  text-align: center;
  margin-bottom: 1.2rem;
}
.about-1 .info {
  font-size: 16px;
  color: #666;
  line-height: 1.76;
  margin-bottom: 2rem;
}
.about-1 .info p + p {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .about-1 .info {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .about-1 .info {
    font-size: 14px;
  }
}
.base-title {
  font-size: 0.6rem;
  font-weight: normal;
  font-family: medium;
}
@media (max-width: 640px) {
  .base-title {
    font-size: 22px;
  }
}
.about-datas {
  text-align: center;
}
.about-datas b {
  font-size: 1.44rem;
  color: #2a8f3a;
  font-family: medium;
  font-weight: normal;
}
.about-datas p {
  font-size: 16px;
  color: #666;
}
.about-datas li {
  margin-bottom: 0.6rem;
}
@media (max-width: 480px) {
  .about-datas b {
    font-size: 1.8rem;
  }
  .about-datas p {
    font-size: 12px;
  }
}
.about-2 ul {
  margin-left: 0;
  margin-right: 0;
}
.about-2 ul > * {
  padding-left: 0;
  padding-right: 0;
}
.about-2 li {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.about-2 li img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-2 li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.about-2 .bg {
  width: 100%;
}
.about-2 .ic {
  max-width: 15%;
}
.about-2 h5 {
  font-size: 30px;
  margin: 20px 0 10px;
}
.about-2 p {
  font-size: 16px;
  margin: 0 5%;
}
.about-2 .cover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.about-2 li:hover .bg {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
@media (max-width: 1200px) {
  .about-2 h5 {
    font-size: 20px;
  }
  .about-2 p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about-2 {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1600px;
  }
  .about-2 h5 {
    font-size: 22px;
  }
  .about-2 li {
    border: 1px solid #dcdcdc;
    padding: 0.5rem 0.8rem;
    margin-bottom: 0.6rem;
  }
  .about-2 .ic {
    max-width: 12%;
  }
  .about-2 .info {
    margin-top: 8px;
    color: #333;
    min-height: auto;
  }
}
.about-3 {
  background: #f9f9f9;
  padding: 2.6rem 0 4rem;
}
.about-3 .wrap {
  max-width: 1300px;
}
.about-3 .content {
  position: relative;
  z-index: 5;
}
.about-3 .text {
  font-size: 16px;
  color: #666;
  line-height: 1.76;
  padding-top: 0.3rem;
}
.about-3 .box {
  margin-top: 1.68rem;
  max-width: 430px;
}
.about-3 .box dd {
  line-height: 37px;
}
.about-3 .box dd p {
  position: relative;
}
.about-3 .box dd p::before {
  content: '';
  display: inline-block;
  margin-right: 0.3rem;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background: #2a8f3a;
  border-radius: 50%;
}
.about-3 dt {
  border-bottom: 1px solid #e1e2e5;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  line-height: 1.2rem;
}
.about-3 dt i {
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.3rem;
}
.about-3 dt .ic1 {
  background-image: url('../images/icons/ic_ab03.png');
}
.about-3 dt .ic2 {
  background-image: url('../images/icons/ic_ab4.png');
}
@media (max-width: 1200px) {
  .about-3 .map {
    right: -5%;
  }
}
@media (min-width: 768px) {
  .about-3 .map {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .about-3 .map {
    position: relative;
    top: 1rem;
  }
  .about-3 dt {
    padding-bottom: 0.2rem;
  }
  .about-3 .text {
    font-size: 14px;
    line-height: 30px;
  }
}
.about-4 {
  padding: 2rem 0 2.4rem;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1300px;
}
.about-4 h2 {
  border-bottom: 3px solid #333;
  line-height: 2rem;
}
@media (max-width: 480px) {
  .about-4 {
    width: 93%;
    margin-left: 6%;
    margin-right: 1%;
  }
  .about-4 h2,
  .about-4 .course-years {
    margin-right: 5%;
  }
}
.course {
  margin-top: 50px;
  position: relative;
}
.course-info {
  margin-right: 197px;
  height: 14.9rem;
  overflow-y: scroll;
}
.course-info .item {
  opacity: 0.5;
  direction: ltr;
  transition: all 0.3s;
}
.course-info .item.active {
  opacity: 1;
}
.course-info h6 {
  font-size: 16px;
  color: #bbbbbb;
  padding-left: 146px;
  position: relative;
  margin-bottom: 32px;
}
.course-info h6::before,
.course-info h6::after {
  content: '';
  display: block;
  position: absolute;
  width: 122px;
  height: 1px;
  background: #bbb;
  left: 0;
  top: 50%;
}
.course-info dd {
  margin-bottom: 52px;
  font-size: 16px;
  color: #666;
}
.course-info dt {
  font-size: 24px;
  color: #2a8f3a;
  font-weight: normal;
  margin-bottom: 5px;
}
.course-info::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.course-info::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.course-info::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .course-info {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .course-info dt {
    font-size: 20px;
  }
  .course-info dd {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.course-years::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.course-years::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.course-years::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.course-years .item {
  position: relative;
}
.course-years span {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
  color: #a3a3a3;
  font-size: 24px;
  text-align: center;
  line-height: 84px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .course-years {
    width: 196px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .course-years .item {
    padding: 0.4rem 0 0.25rem 0.9rem;
  }
  .course-years .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 1px;
    background: #a3a3a3;
    left: 0;
    top: 50%;
  }
}
.course-years .item:hover span,
.course-years .active span {
  background: #2a8f3a;
  color: #fff;
  border-color: #2a8f3a;
}
@media (max-width: 992px) {
  .course-years {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .course-years .item {
    float: left;
    width: 16.66666667%;
  }
  .course-years span {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    border: 0;
    color: #a3a3a3;
    font-size: 24px;
    text-align: center;
    line-height: 1.8rem;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
  }
}
@media (max-width: 640px) {
  .course-years span {
    font-size: 16px;
  }
}
.about-plan {
  padding-top: 1.8rem;
}
.about-plan h2,
.about-plan .dese {
  text-align: center;
}
.about-plan .desc {
  margin-bottom: 1.4rem;
  margin-top: 0.6rem;
  font-size: 16px;
  color: #666;
  line-height: 1.76;
}
@media (min-width: 1200px) {
  .about-plan .bd {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/icons/bg3.jpg');
  }
  .about-plan ul {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1600px;
    max-width: 1300px;
    color: #fff;
    display: table;
    height: 768px;
    line-height: 1.76;
  }
  .about-plan ul li {
    width: 28%;
    padding: 90px 30px 0 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: table-cell;
    overflow: hidden;
  }
  .about-plan ul li:first-child {
    border-left: 0;
  }
  .about-plan ul li:first-child .id::before {
    display: none;
  }
  .about-plan ul > * {
    transition: all 0.3s;
  }
  .about-plan ul .id {
    font-size: 60px;
    position: relative;
    font-family: medium;
  }
  .about-plan ul .id::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 76px;
    background: #2a8f3a;
    left: -51px;
    top: 50%;
    margin-top: -38px;
  }
  .about-plan ul .title {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .about-plan ul .info {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    transition-delay: 0.3s;
    opacity: 0;
    transition: all 0.3s ease-in;
    transform: translateY(200%);
  }
  .about-plan ul .en {
    font-size: 18px;
    opacity: 0.5;
    transition: all 0.3s;
    overflow: hidden;
  }
  .about-plan ul li.active {
    width: 44%;
  }
  .about-plan ul li.active .info {
    transform: translateY(0px);
    opacity: 1;
  }
  .about-plan ul li.active .en {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 1450px) and (min-width: 1200px) {
  .about-plan ul {
    width: 100%;
    height: 700px;
  }
  .about-plan ul li {
    padding: 60px 20px 0 40px;
  }
  .about-plan ul .title {
    font-size: 30px;
  }
  .about-plan ul .info {
    font-size: 15px;
    line-height: 1.76;
  }
}
@media (max-width: 1200px) {
  .about-plan {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1600px;
  }
  .about-plan li {
    margin-bottom: 50px;
    text-align: center;
  }
  .about-plan .id {
    height: 190px;
    font-size: 100px;
    line-height: 160px;
    color: #000000;
    text-align: center;
  }
  .about-plan .id::after {
    content: '';
    display: block;
    margin: 0 auto;
    height: 1px;
    width: 110px;
    background-color: #000;
  }
  .about-plan .title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }
  .about-plan .title br {
    display: none;
  }
  .about-plan .en {
    text-transform: uppercase;
    font-size: 13px;
    margin: 10px 0 30px;
  }
  .about-plan .info {
    font-size: 16px;
    line-height: 1.4;
    color: #555555;
  }
}
@media (max-width: 640px) {
  .about-plan .desc {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .about-plan .info {
    text-align: left;
  }
}
.joinus {
  padding: 1.6rem 0 2.5rem;
}
.joinus h2 {
  text-align: center;
  margin-bottom: 1.2rem;
}
.recruit-box {
  border: 1px solid #ebebeb;
  overflow: hidden;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1300px;
}
.recruit-box .arrow {
  transition: all 0.3s;
}
.recruit-box .item-hd li,
.recruit-box .hd-wrap li {
  width: 14%;
  float: left;
}
.recruit-box .hd-wrap {
  background: #2a8f3a;
  padding: 0 22px;
}
.recruit-box .hd {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  padding: 0 22px;
}
.recruit-box .item {
  padding: 0 22px;
}
.recruit-box .item-hd {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.recruit-box li p {
  display: inline-block;
}
.recruit-box .item + .item {
  border-top: 1px solid #ebebeb;
}
.recruit-box .item-hd {
  font-size: 16px;
  cursor: pointer;
  line-height: 1.8;
}
.recruit-box .item-hd .tit {
  display: none;
}
.recruit-box .item-bd {
  color: #666;
  display: none;
  padding: 30px 15px;
}
.recruit-box .active .item-bd {
  border-top: 1px solid #ebebeb;
}
.recruit-box .active .arrow {
  transform: rotate(180deg);
  display: inline-block;
}
.recruit-box .arrow {
  float: right;
  font-size: 14px;
  color: #333;
}
.recruit-box dd {
  margin: 10px 0 30px;
}
.recruit-box dt,
.recruit-box dd {
  line-height: 2;
}
@media (max-width: 1200px) {
  .recruit-box .hd-wrap {
    display: none;
  }
  .recruit-box .item {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1600px;
    width: 96%;
  }
  .recruit-box .item-hd {
    font-size: 16px;
  }
  .recruit-box .item-hd .tit {
    margin-right: 4px;
    display: inline-block;
  }
  .recruit-box .item-hd li {
    width: 33%;
  }
  .recruit-box .item-bd {
    padding: 20px 0;
    margin: 0;
  }
  .recruit-box .arrow {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}
@media (max-width: 992px) {
  .recruit-box .item-hd li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .recruit-box {
    border: 0;
    width: 100%;
  }
  .recruit-box .item {
    padding: 20px 0;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1600px;
  }
  .recruit-box .item-hd {
    padding: 0;
    line-height: 1.5;
    font-size: 15px;
  }
  .recruit-box .item-hd .tit {
    margin-right: 4px;
  }
  .recruit-box .item-hd li {
    padding-left: 0;
    width: 100%;
  }
  .recruit-box .item-bd {
    padding: 20px 0 0;
    margin: 20px 0 0;
    color: #333;
  }
  .recruit-box .item-bd dd {
    font-size: 14px;
    line-height: 1.5;
  }
}
.about-team {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1300px;
  padding: 2rem 0 2.8rem;
}
.about-team h2 {
  text-align: center;
}
.about-team ul {
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .about-team .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .about-team .content {
    width: 80%;
    padding-left: 7%;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .about-team .pic {
    width: 20%;
    width: 146px;
    max-width: 8vw;
  }
}
.about-team li {
  margin-bottom: 2%;
  font-size: 16px;
}
.about-team li .inner {
  background: #fff;
  padding: 40px 8%;
  border: 1px solid #f7f7f7;
  transition: all 0.3s;
}
.about-team li .inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.about-team li .pic {
  border-radius: 50%;
}
.about-team li .info {
  color: #999;
  margin-top: 16px;
  line-height: 1.4;
  height: 3em;
}
.about-team li .name {
  font-weight: bold;
}
.about-team li:nth-child(2n+1) {
  clear: both;
}
@media (max-width: 992px) {
  .about-team li .pic {
    max-width: 12vw;
  }
}
@media (max-width: 768px) {
  .about-team li {
    margin-bottom: 30px;
    text-align: center;
  }
  .about-team li .inner {
    border-color: #ddd;
    padding: 40px 8%;
  }
  .about-team li .pic {
    max-width: 28vw;
  }
  .about-team li .name {
    margin-top: 20px;
    font-size: 18px;
  }
  .about-team li .info {
    color: #333;
    font-size: 14px;
  }
}
.about-zs {
  padding: 2rem 0 1.6rem;
  background: #f7f7f7;
}
.about-zs h2 {
  margin-bottom: 1.6rem;
  text-align: center;
}
.about-zs .bd {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1300px;
}
.about-zs .list li {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .about-zs .list li {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.swiper-zs {
  height: auto!important;
  padding-bottom: 72px;
}
.swiper-zs .swiper-slide {
  display: inline-block;
  width: 20%;
  padding: 0 13px;
}
@media (max-width: 1200px) {
  .swiper-zs .swiper-slide {
    width: 25%;
  }
}
.about-honor {
  padding: 2rem 0 2.5rem;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1300px;
}
.about-honor h2 {
  margin-bottom: 1.6rem;
  text-align: center;
}
.about-honor li {
  text-align: center;
  margin-bottom: 60px;
  cursor: pointer;
}
.about-honor li .img {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.about-honor li .img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-honor li .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.about-honor li .img img {
  width: 100%;
}
.about-honor li .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(243, 128, 49, 0.9);
  transition: all 0.3s;
  opacity: 0;
}
.about-honor li .cover .search {
  background: url('../images/icons/ic_search.png') no-repeat center;
  background-size: 48px;
  width: 48px;
  height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
}
.about-honor li .title {
  font-size: 16px;
  color: #666;
  padding: 20px 0 20px;
  border-bottom: 2px solid #eee;
  position: relative;
  height: 3em;
  box-sizing: content-box;
}
.about-honor li .title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  bottom: -2px;
  background: #2a8f3a;
  transition: all 0.3s;
  width: 0;
}
.about-honor li:hover .cover {
  opacity: 1;
}
.about-honor li:hover .title {
  color: #2a8f3a;
}
.about-honor li:hover .title::before {
  width: 100%;
}
.map-box {
  position: relative;
}
.map-box h5 {
  font-size: 30px;
  margin-bottom: 20px;
}
.map-box .info {
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .map-box .contact {
    background: rgba(42, 143, 58, 0.8);
    width: 50%;
    padding: 60px 2% 40px 4%;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    min-width: 600px;
  }
}
@media (max-width: 992px) {
  .map-box .contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;

    padding-top: 50px;
  }
}
@media (max-width: 640px) {
  .map-box .contact {
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .map-box .contact h5 {
    font-size: 24px;
  }
  .map-box .contact .info {
    font-size: 14px;
  }
}
.about-leaving {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 2rem 0 4rem;
}
.about-leaving h2 {
  text-align: center;
  margin-bottom: 60px;
}
.contact-form {
  font-size: 16px;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
  border: 0;
  box-shadow: none;
  outline: none;
  resize: none;
  background: none;
  font-size: 16px;
}
.contact-form label {
  color: #666;
  font-weight: normal;
}
.contact-form li {
  min-height: 64px;
  line-height: 64px;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.contact-form li .inner {
  border-bottom: 1px solid #cdcdcd;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.contact-form li input {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
}
.contact-form li label {
  min-width: 50px;
  margin-right: 30px;
  position: relative;
}
.contact-form li.active .inner {
  border-color: #2a8f3a;
}
.contact-form li.active input,
.contact-form li.active label {
  color: #2a8f3a;
}
.contact-form li.textarea-box label::before {
  display: none;
}
.contact-form textarea {
  display: block;
  height: 170px;
  border: 1px solid #cdcdcd;
  width: 100%;
  padding: 20px;
  line-height: 1.76;
}
.contact-form textarea:focus {
  border-color: #2a8f3a;
}
.contact-form .submit {
  background: #2a8f3a;
  color: #fff;
  width: 170px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  transition: all 0.3s;
}
.contact-form .submit:hover {
  box-shadow: 0 0 10px rgba(209, 31, 55, 0.5);
}
@media (max-width: 992px) {
  .contact-form li {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contact-form li {
    min-height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 640px) {
  .contact-form li {
    min-height: 40px;
    line-height: 40px;
  }
  .contact-form .submit {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    width: 120px;
  }
}
@media (max-width: 480px) {
  .contact-form {
    font-size: 14px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
  }
  .contact-form li {
    margin-bottom: 10px;
  }
  .contact-form li label {
    margin-right: 10px;
    min-width: 40px;
  }
}
/*  map */
.BMap_cpyCtrl,
.anchorBL {
  display: none;
}
#map {
  height: 736px;
}
@media (max-width: 992px) {
  #map {
    height: 400px;
  }
}
@media (max-width: 640px) {
  #map {
    height: 300px;
  }
}
#map label,
#map img {
  max-width: none;
}
.msg-list {
  text-align: center;
}
.msg-list .bd {
  padding-top: 1.64rem;
  padding-bottom: 2rem;
  background: #f4f4f4;
  background: #f5f5f9;
}
.msg-list ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;

}
.msg-list li {
  margin-bottom: 30px;
}
.msg-list .inner {
  background: #fff;
  padding: 48px 8% 20px;
  transition: all 0.3s;
}
.msg-list .info {
  font-size: 16px;
  line-height: 1.5;
  min-height: 6em;
  color: #666;
}
.msg-list h5 {
  font-size: 24px;
  margin: 20px 0;
}
.msg-list img {
  max-width: 20%;
}
@media (max-width: 992px) {
  .msg-list .inner {
    padding: 48px 8%;
  }
  .msg-list .info {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .msg-list li {
    background: #fff;
    margin-bottom: 20px;
  }
  .msg-list h5 {
    font-size: 22px;
  }
  .msg-list .info {
    font-size: 14px;
  }
}
.pro-apply {
  padding: 2.4rem 0 3rem;
}
.pro-apply h2 {
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .pro-apply {
    padding-bottom: 0;
  }
}
.apply-list {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1600px;
  max-width: 1300px;
  text-align: center;
  font-size: 24px;
  color: #666;
}
.apply-list .icon {
  width: 15vw;
  height: 15vw;
  transition: 0.5s;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  background-color: #fde6d6;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.apply-list li:hover .icon {
  transform: rotateY(180deg);
}
@media (max-width: 768px) {
  .apply-list li {
    margin-bottom: 8%;
  }
  .apply-list .icon {
    width: 25vw;
    height: 25vw;
  }
}
@media (max-width: 480px) {
  .apply-list {
    font-size: 16px;
  }
  .apply-list img {
    max-width: 60%;
  }
}
.apply-list2 {
  margin-left: -20px;
  margin-right: -20px;
}
.apply-list2 li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40;
}
@media (max-width: 640px) {
  .apply-list2 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .apply-list2 li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.apply-list2 .img {
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.apply-list2 .img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.apply-list2 .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.apply-list2 .img img {
  width: 100%;
}
.apply-list2 .content {
  background: #f4f4f4;
  background: #f5f5f9;
  padding: 20px 8% 30px;
}
.apply-list2 .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.apply-list2 .info {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}
.apply-list2 .info p {
  position: relative;
}
.apply-list2 .info p::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #2a8f3a;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .apply-list2 {
    margin-left: 0;
    margin-right: 0;
  }
  .apply-list2 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .apply-list2 li {
    padding-left: 0;
    padding-right: 0;
  }
  .apply-list2 li + li {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .apply-list2 .content {
    padding: 10px 0 20px;
    background: #fff;
  }
  .apply-list2 .title {
    font-size: 20px;
  }
  .apply-list2 .info {
    font-size: 14px;
  }
}
.swiper-popup-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.swiper-popup-wrap .swiper-box {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  width: 90%;
}
.swiper-popup-wrap .inner {
  max-width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1rem 1rem 0.5rem;
}
.swiper-popup-wrap .swiper-slide {
  text-align: center;
}
.swiper-popup-wrap .swiper-slide img {
  width: 100%;
}
.swiper-popup-wrap .swiper-slide .tit {
  font-size: 24px;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.3rem;
}
.swiper-popup-wrap .swiper-pagination {
  display: none;
  color: #dd2e1b;
  text-align: right;
  padding-right: 20px;
}
.swiper-popup-wrap .pnext {
  background: none;
  width: 1rem;
  height: 2rem;
  line-height: 2rem;
  margin-top: -1rem;
  text-align: center;
  transition: all 0.3s;
  outline: none;
  --swiper-theme-color: #2a8f3a;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 1.2rem;
}
.swiper-popup-wrap .pnext:hover {
  --swiper-navigation-color: #2a8f3a;
}
.swiper-popup-wrap .swiper-button-prev {
  left: 0;
}
.swiper-popup-wrap .swiper-button-next {
  right: 0;
}
@media (max-width: 1500px) {
  .swiper-popup-wrap .pnext {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
  }
  .swiper-popup-wrap .tit {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .swiper-popup-wrap .pnext {
    display: none;
  }
  .swiper-popup-wrap .swiper-pagination {
    display: block;
    text-align: center;
    color: #fff;
  }
  .swiper-popup-wrap .swiper-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .swiper-popup-wrap .inner {
    padding: 0.5rem 0.5rem 0.3rem;
  }
}
@media (max-width: 480px) {
  .swiper-popup-wrap .swiper-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .swiper-popup-wrap .inner .tit {
    font-size: 14px;
  }
}
.swiper-popup {
  text-align: center;
}
@media (max-width: 480px) {
  .swiper-popup .tit {
    font-size: 13px;
    height: 1rem;
    line-height: 1rem;
  }
}
.swiper-close {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 999;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 44px;
  text-align: center;
  transition: all 0.3s;
  background: linear-gradient(to right, #1b1b1b, #434343);
}
.swiper-close .iconfont {
  font-size: 20px;
  display: block;
  line-height: 1;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  transition: all 0.3s;
}
.swiper-close:hover {
  background: linear-gradient(to right, #9f051a, #d11f37);
}
.swiper-close:hover .iconfont {
  color: #fff;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .swiper-close {
    border: 2px solid #fff;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
  }
  .swiper-close .iconfont {
    font-size: 14px;
  }
}
.ban-search {
  background: #fff;
  width: 90%;
  max-width: 710px;
  height: 48px;
  line-height: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ban-search .key {
  color: #dd2e1b;
  font-size: 18px;
  width: 100%;
  text-indent: 15px;
  display: block;
}
.ban-search .icon-sousuo {
  color: #666;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 20px;
}
.ban-search .icon-sousuo:hover {
  color: #dd2e1b;
}
@media (max-width: 640px) {
  .ban-search {
    height: 40px;
    line-height: 40px;
  }
}
.search-count {
  margin-top: 1.6rem;
  color: #666;
  width: 88%;
  max-width: 1300px;
  position: relative;
  margin-left: auto!important;
  margin-right: auto!important;
}
.fixed-menu {
  width: 58px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -116px;
  z-index: 555;
  border: 1px solid #f1f1f1;
}
.fixed-menu .hd {
  width: 58px;
  height: 58px;
  background: #fff;
  cursor: pointer;
}
.fixed-menu .hd:hover {
  background: #f1f1f1;
}
.fixed-menu li + li {
  border-top: 1px solid #f1f1f1;
}
.fixed-menu i {
  width: 58px;
  height: 58px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.fixed-menu .ic1 {
  background-image: url('../images/icons/ic_menu_1.png');
}
.fixed-menu .ic2 {
  background-image: url('../images/icons/ic_menu_2.png');
}
.fixed-menu .ic3 {
  background-image: url('../images/icons/ic_menu_3.png');
}
.fixed-menu .ic4 {
  background-image: url('../images/icons/ic_menu_4.png');
}
.fixed-menu li {
  position: relative;
}
.fixed-menu .pop {
  position: absolute;
  right: 0;
  top: 50%;
  padding-right: 76px;
  transform: scale(0) translateY(-50%);
  transition: 0.2s;
}
.fixed-menu li:hover .pop {
  transform: scale(1) translateY(-50%);
}
.fixed-menu .codepop .inner {
  width: 120px;
  height: 120px;
  border: 1px solid #f1f1f1;
  background: #fff;
  box-sizing: content-box;
  padding: 5px;
}
.fixed-menu .poptel .inner {
  font-family: medium;
  width: 200px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 26px;
  background: #fff;
  border: 1px solid #f1f1f1;
}
.pop-service {
  display: none;
}
.pop-service .title {
  background: url('../images/icons/pop_bg.png') no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  font-size: 30px;
  position: relative;
}
.pop-service .icon-guanbi1 {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 1;
  cursor: pointer;
}
.pop-service .icon-guanbi1:hover {
  color: #0d4e9b;
}
.pop-service .content {
  padding: 36px 40px 76px;
}
.pop-service .input-div {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .pop-service .input-div {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .pop-service .input-div input,
  .pop-service .input-div textarea {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.pop-service .input-div label {
  font-size: 16px;
  font-weight: normal;
  width: 7em;
  display: block;
}
.pop-service .input-div label em {
  color: #2a8f3a;
}
.pop-service .input-div input,
.pop-service .input-div textarea {
  border: 1px solid #e0e0e0;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 14px;
}
.pop-service .input-div textarea {
  padding: 5px 14px;
  height: 120px;
  line-height: 1.6;
  resize: none;
}
.pop-service .submit {
  width: 150px;
  height: 48px;
  line-height: 48px;
  background: #2a8f3a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.pop-service .submit:hover {
  opacity: 0.9;
  display: block;
}
@media (max-width: 768px) {
  .pop-service .title {
    font-size: 20px;
  }
  .pop-service .content {
    padding: 20px;
  }
  .pop-service .input-div {
    margin-bottom: 10px;
  }
  .pop-service .input-div label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
  }
  .pop-service .input-div input {
    height: 34px;
    line-height: 34px;
  }
  .pop-service .input-div input,
  .pop-service .input-div textarea {
    width: 100%;
  }
  .pop-service .submit {
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 480px) {
  .pop-service .title {
    height: 2.4rem;
    line-height: 2.4rem;
  }
}
.honner-2 {
  background: #f9f9f9;
  padding: 2.2rem 0 3.2rem;
}
.honner-2 .row {
  width: 88%;
  max-width: 1300px;
  position: relative;
  margin-left: auto!important;
  margin-right: auto!important;
}
.honner-2 h3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}
.honner-2 h3 > * {
  display: inline-block;
  vertical-align: middle;
}
.honner-2 h3 i {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.honner-2 h3 .ic1 {
  background-image: url('../images/icons/ic_zz1.png');
}
.honner-2 h3 .ic2 {
  background-image: url('../images/icons/ic_zz2.png');
}
.honner-2 h3 .ic3 {
  background-image: url('../images/icons/ic_zz3.png');
}
.honner-2 .info {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
}
@media (max-width: 992px) {
  .honner-2 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .honner-2 .row > * {
    padding-left: 0;
    padding-right: 0;
  }
  .honner-2 li {
    margin-bottom: 40px;
  }
  .honner-2 h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .honner-2 .info {
    font-size: 14px;
  }
}
.honner-1 {
  background: #fff;
  width: 88%;
  max-width: 1300px;
  position: relative;
  margin-left: auto!important;
  margin-right: auto!important;
  text-align: center;
  padding: 2rem 0 2.6rem;
}
@media (max-width: 480px) {
  .honner-1 {
    width: 100%;
    padding-bottom: 1.6rem;
  }
  .honner-1 h2 {
    margin-bottom: 20px;
  }
}
.pro-framework .bd._bor {
  background-color: transparent;
}
.banner .more1 {
  border-color: #fff !important;
}
.swiper-scheme {
  --swiper-theme-color: #2a8f3a;
  --swiper-navigation-color: rgba(0, 0, 0, 0.6);
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.ibox1 .icons._s2 {
  max-width: 500px;
  margin: -20px auto 0.8rem;
}
.ibox1 .cItem.a1 {
  padding-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .ibox1 .icons._s2 {
    margin: 0 auto 0.4rem;
  }
}
@media (max-width: 480px) {
  .ibox1 .icons._s2 {
    margin: 0 auto 0.6rem;
  }
}
