
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 15rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.375rem;
}
.bg {
  background: #0D6652;
}
.c {
  color: #0D6652;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
}
.pagination > li {
  margin: 0 0.3125rem;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li:last-child .iconfont,
.pagination > li:nth-child(1) .iconfont {
  font-size: 1.875rem;
  line-height: 1.875rem;
}
.pagination > li {
  margin: 0 0.3125rem;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.1875rem;
}
.pagination .active span {
  background-color: #fff;
  border-color: #0D6652 !important;
  color: #0D6652;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #0D6652 !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #0D6652 !important;
  color: #0D6652 !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.5625rem 0.75rem;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  line-height: 1;
}
.pagination > li.active a,
.pagination > li.active span {
  color: #0D6652 !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 120%;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.975rem;
}
.er-ul > li:hover a {
  color: #0D6652;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
/*header .center > ul > li:nth-child(2) .er-ul,*/
/*header .center > ul > li:nth-child(3) .er-ul {*/
/*  width: 15rem;*/
/*}*/
header .center > ul > li:hover .er-ul {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
header .logo{
    position: relative;
}
/*header .logo::after{*/
/*    position: absolute;*/
/*    top: 15%;*/
/*    right: -108%;*/
/*    font-size: 1.1rem;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: "质量体系认证";*/
/*    color: #000;*/
/*}*/
header .logo::before{
    position: absolute;
    top: 1%;
    right: -108%;
    font-size: 2rem;
    width: 100%;
    height: 100%;
    content: "ISO9001";
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 0.875rem;
  padding: 0.625rem 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 0.0625rem solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 1.75rem;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(99, 99, 99, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang {
  margin-left: 0.75rem;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  color: #ffffff !important;
  border: none !important;
  font-size: 1rem;
  border: 0.0625rem solid #ffffff !important;
}
.serbtn {
  background: #0D6652;
}
.searchbox {
  border-color: #0D6652;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 6.0625rem;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 2.125rem;
}
.m-bm-nav .aniut.aniut_son {
  height: 2.1875rem;
  line-height: 2.1875rem;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 2.5rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 1.25rem;
  height: 0.9375rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 0.2813rem 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(96.25vh);
  height: -moz-calc(96.25vh);
  height: calc(100vh - 3.75rem);
  overflow: auto;
  padding-bottom: 5rem;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/3.75rem "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 3.125rem;
  font-size:1.175rem;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 0.625rem 0.9375rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 0.95rem;
  color: #fff;
  line-height: 2.1875rem;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 2.5rem;
  height: 3.125rem;
  line-height: 3.125rem;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #0D6652;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #0D6652;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 0.0625rem solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 22px;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.show_header header {
  box-shadow: none;
}
.show_header header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #000;
  opacity: 0.1;
}
.link {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #0D6652;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.link.link--white {
  color: #fff;
}
.link.link--white:hover .link__arrow {
  color: #0D6652 !important;
}
.link.link--white .link__arrow::before {
  background-color: #fff;
}
.link .link__arrow {
  width: 1.625rem;
  height: 1.625rem;
  position: relative;
  display: inline-block;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.link .link__arrow::before {
  width: 1.625rem;
  height: 1.625rem;
  position: absolute;
  background-color: #0D6652;
  border-radius: 50%;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  content: "";
}
.link:hover .link__arrow::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.link:hover .link__arrow {
  -webkit-transform: translateX(0.3125rem) scale(1);
  transform: translateX(0.3125rem) scale(1);
  color: #fff;
}
.link.link--icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.link.link--icon:hover {
  text-decoration: none !important;
}
.link .link__arrow::before,
.link .wip::before {
  left: 0;
  top: 0;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 3.75rem;
}
header .tel {
  margin: 0 3.125rem 0 5rem;
}
header .tel img {
  height: 1.25rem;
}
header .lanuage .iconfont {
  font-size: 1.25rem;
  color: #303030;
  display: block;
  font-weight: 600;
}
header .lanuage img {
  width: 1.1875rem;
  height: 1.1875rem;
}
header .ds {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  z-index: 9;
  position: relative;
  height: 100%;
}
header .ds div {
  box-shadow: 0rem 0rem 0.4375rem rgba(0, 123, 199, 0.2);
  line-height: 2.9375rem;
  display: inline-block;
  border-radius: 624.9375rem;
  background: #0D6652;
  width: 7.5rem;
  z-index: 9;
  position: relative;
}
header .ds div .iconfont {
  margin-right: 0.5rem;
}
header .ds div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
header .ds div:hover {
  color: #0D6652;
}
header .ds div:hover::before {
  transform: scale(0.95, 0.85);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .lanuage {
  margin-left: 3.125rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  color: #5a5a5a;
}
header .lanuage a.c {
  color: #0D6652;
}
header .center > ul > li {
  float: left;
  /*padding: 0 1.875rem;*/
  padding: 0 1.275rem;
}
header .center > ul > li > a {
  font-size: 1.15rem;
  color: #565656;
  font-weight: 600;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.125rem;
  background: #0D6652;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #0D6652;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
body {
  padding-top: 6.25rem;
}
.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000000;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #828282;
}
header .tel {
  cursor: pointer;
}
.tel_scroll,
.search_scroll {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  background: #fff;
  height: 0;
  overflow: hidden;
  z-index: 999;
  padding-top: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.tel_scroll .guanbi,
.search_scroll .guanbi {
  position: absolute;
  top: calc(2.1875rem + 6.25rem);
  right: 6.25rem;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 2.1875rem;
  border-radius: 50%;
  cursor: pointer;
}
.tel_scroll .guanbi:hover,
.search_scroll .guanbi:hover {
  background: #0D6652;
}
.tel_scroll .guanbi:hover .iconfont,
.search_scroll .guanbi:hover .iconfont {
  color: #fff;
}
.tel_scroll .guanbi .iconfont,
.search_scroll .guanbi .iconfont {
  display: block;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.15);
}
.tel_scroll.active,
.search_scroll.active {
  top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100vh;
}
.tel_scroll .container {
  height: 100%;
}
.tel_scroll .container {
  padding: 0 6.25rem;
}
.tel_scroll .padding_top {
  display: flex;
  height: 100%;
}
.tel_scroll .padding_top > div {
  padding-top: 12rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: auto;
  padding-left: 5rem;
}
.tel_scroll .padding_top > div:last-child {
  border-right: none;
}
.tel_scroll .padding_top > div:first-child {
  place-content: 0;
}
.tel_scroll input {
  line-height: 3.4375rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 0.3125rem;
}
.tel_scroll textarea {
  width: 100%;
  height: 6.25rem;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  display: block;
}
.tel_scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35rem;
  height: 23.125rem;
  background-size: contain !important;
  background: url(https://www.longda-global.com/assets/addons/cms/frontend/img/17.png) no-repeat;
  background-position: bottom left;
}
.tel_scroll .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #161616;
  margin-bottom: 1.5625rem;
}
.tel_scroll .left {
  width: 40%;
}
.tel_scroll .left ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25rem;
}
.tel_scroll .left ul li .tel {
  font-size: 1.625rem;
  color: #007BC7;
}
.tel_scroll .left ul li p {
  width: 3.4375rem;
}
.tel_scroll .left ul li div {
  width: calc(100% - 3.4375rem);
}
.tel_scroll .center {
  width: 30%;
}
.tel_scroll .right {
  width: 30%;
}
.search_scroll input {
  width: 100%;
  line-height: 4.25rem;
  height: 4.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #606060;
}
.search_scroll input::placeholder {
  color: #606060;
}
.search_scroll .text {
  margin-top: 0.625rem;
}
.search_scroll .search-box {
  width: 60%;
  left: 20%;
}
.banner .img img {
  height: calc(100vh - 6.25rem);
  object-fit: cover;
}
.banner .swiper-pagination {
  position: static;
  text-align: left;
  margin-bottom: 1rem;
  color: #fff;
}
.banner .swiper-pagination .swiper-pagination-current {
  margin-right: 1.25rem;
  width: 1rem;
  display: inline-block;
}
.banner .swiper-pagination .swiper-pagination-total,
.banner .swiper-pagination .opac {
  opacity: 0.3;
}
.banner .hover {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner .hover .left {
  width: calc(100% - 22.5rem);
  padding-right: 3rem;
}
.banner .hover .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #FFFFFF;
}
.banner .hover .link {
  margin: 1.875rem 0;
}
.banner .stop {
  width: 2.375rem;
  height: 2.375rem;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .stop .iconfont {
  font-size: 1rem;
  color: #fff;
}
.banner .swiper_pag {
  position: static;
  transform: translateY(0);
  margin-top: 0;
}
.banner .left ul li {
  display: none;
}
.banner .left ul li.active {
  display: block;
}
.banner .right {
  width: 22.5rem;
}
.banner .right .flex {
  padding-left: 3.4375rem;
  align-items: center;
  justify-content: space-between;
}
.banner .right .flex .controls__mask {
  width: 50%;
  margin: 0;
}
.banner .right p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 0.875rem 0 0.5rem;
}
.banner .right ul li {
  padding: 0.3125rem;
  border-radius: 0.3125rem;
  background: #fff;
  display: none;
}
.banner .right ul li.active {
  display: block;
}
.banner .right ul li .left2 {
  width: 6.875rem;
}
.banner .right ul li .left2 img {
  height: 4.375rem;
  object-fit: cover;
}
.banner .right ul li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .right ul li .right2 {
  width: calc(100% - 6.875rem);
  padding-left: 1.125rem;
}
.swiper_pag {
  background: none;
  height: auto;
}
.swiper_pag button {
  border: none;
}
.controls--slider {
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.controls--slider .controls__mask:first-child {
  margin-right: 52px;
}
.controls__mask {
  display: flex;
  width: 7.875rem;
}
.controls__mask--next {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.controls__mask .controls__button {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 1.6875rem;
  overflow: hidden;
  transition: color 0.3s, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s, transform 0.3s ease, width 0.3s ease;
  transition: color 0.3s, transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
}
.controls__mask .controls__button .icon {
  margin-right: 1.375rem;
}
.controls__mask .controls__button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  border: 1px solid rgba(5, 46, 69, 0.25);
  border-radius: 1.6875rem;
  width: 3.375rem;
  height: 100%;
  background-color: #fff;
}
.controls__mask .controls__button::before {
  content: attr(data-title);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0;
  height: 100%;
  width: 5.8125rem;
  padding: 0 1.0625rem;
  border-radius: 1.6875rem 0 0 1.6875rem;
  background-color: #0D6652;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  color: #fff;
  transition: opacity 0.3s;
}
.controls__mask .controls__button--prev {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.controls__mask .controls__button--prev::after {
  left: 0;
  right: auto;
}
.controls__mask .controls__button--prev::before {
  border-radius: 0 1.6875rem 1.6875rem 0;
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.controls__mask .controls__button--prev .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 1.375rem;
}
.controls__mask:not(.is-disabled) .controls__button:not(.is-inactive) {
  cursor: pointer;
}
.controls__mask:not(.is-disabled) .controls__button:not(.is-inactive):focus,
.controls__mask:not(.is-disabled) .controls__button:not(.is-inactive):hover {
  width: 12.6rem;
  color: #0D6652;
}
.controls__mask:not(.is-disabled) .controls__button:not(.is-inactive):focus::before,
.controls__mask:not(.is-disabled) .controls__button:not(.is-inactive):hover::before {
  opacity: 1;
}
.controls__mask:not(.is-disabled) .controls__button--next:not(.is-inactive):focus,
.controls__mask:not(.is-disabled) .controls__button--next:not(.is-inactive):hover {
  -webkit-transform: translateX(0.6rem);
  transform: translateX(0.6rem);
}
.controls__mask:not(.is-disabled) .controls__button--next:not(.is-inactive):focus::before,
.controls__mask:not(.is-disabled) .controls__button--next:not(.is-inactive):hover::before {
  -webkit-transform: translateX(calc(50% - 1rem));
  transform: translateX(calc(50% - 1rem));
}
.controls__mask:not(.is-disabled) .controls__button--prev:not(.is-inactive):focus,
.controls__mask:not(.is-disabled) .controls__button--prev:not(.is-inactive):hover {
  -webkit-transform: translateX(-0.6rem);
  transform: translateX(-0.6rem);
}
.controls__mask:not(.is-disabled) .controls__button--prev:not(.is-inactive):focus::before,
.controls__mask:not(.is-disabled) .controls__button--prev:not(.is-inactive):hover::before {
  -webkit-transform: translateX(calc(50% + 1rem));
  transform: translateX(calc(50% + 1rem));
}
.controls__mask:not(.is-disabled) .controls__button.is-inactive .icon {
  color: rgba(5, 46, 69, 0.3);
}
.controls__mask.is-disabled {
  opacity: 0.5;
}
.controls__mask--small:not(.is-disabled) .controls__button:not(.is-inactive):focus,
.controls__mask--small:not(.is-disabled) .controls__button:not(.is-inactive):hover {
  width: 4.375rem;
}
.index_one,
.index_two,
.index_three {
  padding-top: 5.3125rem;
}
.index_one,.index_three{
    padding-bottom: 3rem;
}
.index_one .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #0D6652;
  margin: 1.25rem 0 0.5rem;
  font-weight: 600;
}
.index_one .text {
  color: #828282;
}
.index_one .margin {
  margin-top: 1.375rem;
}
.index_one .left {
  height: 100%;
  position: sticky;
  top: 7.5rem;
  padding-right: 0;
}
.index_one .right {
  padding-left: 2.5rem;
}
.index_one .right ul {
  margin: 0 -1.25rem;
}
.index_one .right ul li {
  padding: 0 1.25rem;

}
.index_one .right ul li:first-child,
.index_one .right ul li:nth-child(2) {
      margin-bottom: 3rem;
}
.index_one .index_squera_pro:hover img {
  transform: scale(1.1);
}
.index_one .index_squera_pro:hover .name {
  color: #0D6652;
}
.see-more.borcf .button {
  border: 0.0625rem solid #fff;
}
.see-more.borcf .button span {
  color: #fff;
}
.see-more--centered {
  text-align: center;
}
.button--white {
  background-color: #fff;
  color: #052E45;
  position: relative;
}
.button {
  height: 3.5rem;
  line-height: 1.5rem;
  border: 0.0625rem solid rgba(5, 46, 69, 0.25);
  padding-right: 4.0625rem;
  padding-left: 1.875rem;
  border-radius: 1.875rem;
  color: #052E45;
  transition: color ease 0.3s;
  background: 0 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%;
}
.button::before {
  border-radius: 50%;
  width: 3.375rem;
  height: 3.375rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0D6652;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  content: "";
}
.button > span:first-child {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.button .button__arrow {
  width: 3.375rem;
  height: 3.375rem;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.button:hover {
  color: #0D6652;
}
.button:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.button:hover .button__arrow {
  color: #fff;
}
.index_two ul {
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 20.625rem;
  margin: 0 0 0 auto;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.4);
}
.index_two ul li {
  height: 20%;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  position: relative;
}
.index_two ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.125rem;
  width: 3px;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #0D6652;
}
.index_two ul li:hover a,
.index_two ul li.active a {
  color: #0D6652;
}
.index_two ul li:hover::before,
.index_two ul li.active::before {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.4);
}
.index_two ul li a {
  color: #fff;
  padding: 0 1.25rem 0 2.5rem;
  font-weight: 600;
}
.index_two .content {
  height: 39.375rem;
  overflow: hidden;
  margin-top: 2rem;
}
.index_two .content .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.index_two .content .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.squera_news .data {
  color: #828282;
  margin: 1.5625rem 0 4px;
}
.squera_news .name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  color: #000000;
}
.squera_news .text {
  color: #828282;
}
.squera_news:hover .name {
  color: #0D6652;
}
.squera_news:hover img {
  transform: scale(1.1);
}
.index_three .margin .title {
  margin: 0 0 2rem 0;
}
.index_three .controls {
  position: absolute;
  height: auto;
  top: 1.5625rem;
  right: 0;
}
.index_three .controls .swiper-button-next,
.index_three .controls .swiper-button-prev {
  position: static;
}
.index_three .controls--slider .controls__mask:first-child {
  margin-right: 0;
}
.index_three .controls__mask {
  width: 4.5rem;
}
.index_three .swiper-container {
  overflow: visible;
}
.index_five {
  padding: 5rem 0;
  /*padding: 1rem 0;*/
  background: #0d6652;
}
.index_six {
  background: url(../img/about-bg.jpg) no-repeat;
  background-size: cover;
  padding: 10rem 0 4.3125rem;
  background-attachment: fixed;
}
.index_six .text {
  color: #fff;
  margin: 0.75rem 0 3.125rem;
  font-size: 1.1rem;
  line-height: 2.475rem;
}
footer {
  padding: 5rem 0;
  background: #282828;
}
footer .left {
  width: 25%;
}
footer .left .ewm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.625rem;
}
footer .left .ewm img {
  width: 7.625rem;
  height: auto;
}
footer .left .ewm p {
  margin-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #CECECE;
}
footer .left .logo img {
  filter: brightness(0) invert(1);
  height: 3rem;
}
footer .center {
  width: 16%;
}
footer .center ul li a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .center ul li:hover a {
  opacity: 0.8;
}
footer .center2 {
  width: 19%;
}
footer .center2 .name {
  margin-bottom: 0.625rem;
}
footer .center2 .fenxiang {
  margin-left: 0;
}
footer .center3 {
  width: 25%;
}
footer .center3 > a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
footer .center3 > a:hover {
  opacity: 0.8;
}
footer .center3 > a img {
  height: 0.55rem;
  margin-left: 0.625rem;
  display: block;
  margin-top: 0.25rem;
}
footer .right {
  width: 15%;
  text-align: right;
}
footer .right ul li a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .right ul li a img {
  height: 0.55rem;
  margin-left: 0.625rem;
}
footer .right ul li:hover a {
  opacity: 0.8;
}
footer .right .lanuage {
  color: #fff;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1.875rem;
  margin-right: 1.875rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
footer .right .lanuage:hover ul {
  display: block;
}
footer .right .lanuage ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  padding: 0.3125rem 0;
}
footer .right .lanuage ul li {
  text-align: left;
  width: 100%;
}
footer .right .lanuage ul li a {
  justify-content: center;
  color: #000;
  font-size: 1rem;
}
footer .right .lanuage ul li:hover a {
  color: #0D6652;
}
footer .right .lanuage .iconfont {
  font-size: 0.875rem;
  margin-left: 0.625rem;
}
footer .text {
  color: #FFFFFF;
}
footer .tel {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 0.3125rem 0;
}
footer .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.beian {
  background: #282828;
}
.beian .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding: 1.125rem 0;
  text-align: center;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.15);
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}
.p60 {
  padding: 3.5rem 0;
}
.p90 {
  padding: 5.625rem 0;
}
.p120 {
  padding: 7.5rem 0;
}
.p120.pt0 {
  padding-top: 0;
}
.p120.pb0 {
  padding-bottom: 0;
}
.bread {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
}
.bread .text {
  color: #fff;
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.5rem;
}
.bread a {
  color: #fff;
}
.bread a:hover {
  color: #0D6652;
}
.nyerji {
  line-height: 64px;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.15);
}
.nyerji .left {
  width: 100%;
}
.nyerji .left ul {
  display: flex;
  justify-content: flex-start;
}
.nyerji .left ul li {
  font-size: 1.125rem;
  margin-right: 5rem;
}
.nyerji .left ul li a {
  font-weight: 500;
  color: #565656;
}
.nyerji .left ul li:hover a,
.nyerji .left ul li.active a {
  color: #0D6652;
}
.nyerji .right {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nyerji .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: none;
}
.nyerji .right ul li a {
  margin: 0 0.625rem 0 0;
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
}
.nyerji .right:hover ul {
  display: flex;
}
.nyerji .right:hover > div:nth-child(1) img {
  display: none;
}
.nyerji .right > div:nth-child(1) {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #C61E1E;
  justify-content: flex-end;
}
.nyerji .right > div:nth-child(1) p {
  margin-right: 1rem;
}
.nyerji .right > div:nth-child(1) img {
  height: 2.625rem;
}
.nyerji .flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.list_about .img {
  padding: 0 0 1.875rem 1.875rem;
  width: 50%;
  float: right;
  clear: both;
}
.list_about .title {
  margin-bottom: 0.875rem;
}
.list_about .over,
.list_about .over img {
  border-radius: 0.625rem;
}
.list_about ul {
  padding: 2.5rem 0 0;
}
.alignc {
  align-items: center;
}
.list_contact .row {
  margin-top: 2.5rem;
}
.list_contact .row .right .name {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 1.25rem;
}
.list_contact .row .right ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  color: #898989;
}
.list_contact .row .right ul li div {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.625rem;
  border: 0.0625rem solid #DBDBDB;
  text-align: center;
  border-radius: 50%;
}
.list_contact .row .right ul li div .iconfont {
  color: #888888;
  font-size: 1.125rem;
  display: block;
}
.list_contact .row .right ul li p {
  width: calc(100% - 4rem);
  padding-left: 0.75rem;
}
.list_contact .row .right ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.list_message {
  background: #F9F9F9;
}
.list_message form {
  margin-top: 1.875rem;
}
.list_message form button {
  width: 10.3125rem;
  line-height: 3.4375rem;
  font-size: 1rem;
  border: none;
  background: #0D6652;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  text-align: center;
  color: #FFFFFF;
  border-radius: 0.3125rem;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_message form button .iconfont {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  margin-left: 1.875rem;
}
.list_message form button::before {
  content: "";
  position: absolute;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: scale(0.6);
  opacity: 0;
  z-index: -1;
  border-radius: 0.3125rem;
  background: #fff;
}
.list_message form button:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #0D6652;
  font-weight: 600;
}
.list_message form button:hover .iconfont {
  color: #0D6652;
}
.list_message form button:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_message form input {
  line-height: 3.4375rem;
  border: 1px solid rgba(158, 158, 158, 0.7);
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #000;
  width: 100%;
  border-radius: 0.3125rem;
  background: #F9F9F9;
}
.list_message form textarea {
  border: 1px solid rgba(158, 158, 158, 0.7);
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  color: #000;
  height: 7.5rem;
  display: block;
  border-radius: 0.3125rem;
  width: 100%;
  background: #F9F9F9;
}
.list_message form .name {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
  color: #898989;
}
.list_message form .name span {
  color: #E01500;
}
.list_join .title {
  margin: 2.1875rem 0 1rem;
  font-size: 2.25rem;
}
.list_join .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #898989;
}
#mainContent {
  background: #F9F9F9;
}
.list_join_two .swiper-button-next,
.list_about_two .swiper-button-next {
  right: -4.375rem;
}
.list_join_two .swiper-button-prev,
.list_about_two .swiper-button-prev {
  left: -4.375rem;
}
.list_join_two .swiper-button-next,
.list_about_two .swiper-button-next,
.list_join_two .swiper-button-prev,
.list_about_two .swiper-button-prev {
  background: none;
}
.list_join_two .swiper-button-next .iconfont,
.list_about_two .swiper-button-next .iconfont,
.list_join_two .swiper-button-prev .iconfont,
.list_about_two .swiper-button-prev .iconfont {
  font-size: 2rem;
  color: #939393;
}
.list_join_two .swiper-button-next .iconfont:hover,
.list_about_two .swiper-button-next .iconfont:hover,
.list_join_two .swiper-button-prev .iconfont:hover,
.list_about_two .swiper-button-prev .iconfont:hover {
  color: #0D6652;
}
.list_join_two .swiper-container {
  margin-top: 2rem;
}
.list_join_two .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.list_join_two .hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.2;
}
.list_join_two .hover div {
  font-size: 1.75rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  position: relative;
  z-index: 9;
}
.list_join_two .swiper-slide:hover img {
  transform: scale(1.1);
}
.swiper_pag.pr {
  position: relative;
  text-align: center;
}
.swiper_pag.pr .swiper-pagination-bullet {
  margin: 0 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
}
.swiper_pag.pr .swiper-pagination-bullet-active {
  background: #0D6652;
}
.list_join_three .subtitle {
  color: #898989;
  width: 80%;
  margin: 0.5rem auto 1.5625rem;
}
.job-cont2 {
  position: relative;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0;
  }
}
.job-cont2 .dtad {
  position: absolute;
  right: 18%;
  top: -6.45rem;
  width: 8.9375rem;
}
@media (max-width: 768px) {
  .job-cont2 .dtad {
    right: 4%;
    top: -2rem;
    width: 5rem;
  }
}
.job-cont2 .dtad1 {
  position: absolute;
  left: 20%;
  bottom: -7rem;
  width: 6rem;
}
@media (max-width: 768px) {
  .job-cont2 .dtad1 {
    left: 4%;
    bottom: -3rem;
    width: 3rem;
  }
}
.job-cont2 .wehdxc {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc {
    margin-top: 0.4rem;
  }
}
.job-cont2 .wehdxc dl + dl {
  margin-left: 3em;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl + dl {
    margin-left: 1.5em;
  }
}
.job-cont2 .wehdxc dl dt {
  width: 1.375rem;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dt {
    width: 1.15rem;
  }
}
.job-cont2 .wehdxc dl dt img {
  width: 100%;
}
.job-cont2 .wehdxc dl dd {
  color: #5b5b5b;
  font: 400 1rem/1.8em;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dd {
    margin-left: 0.5em;
  }
}
.job-cont2 .xw-ss-bj {
  padding: 2.2rem 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont2 .xw-ss-bj {
    margin-top: 1rem;
    padding: 0.85rem 1.5rem 1.5rem;
  }
}
.job-cont2 .job_list2a {
  background-color: #0D6652;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2a {
    margin-top: 1.6rem;
  }
}
.job-cont2 .job_list2a li {
  color: #fff;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
}
.job-cont2 .job_list2a li:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 3%;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2a li:nth-child(1) {
    padding-left: 6%;
  }
}
.job-cont2 .job_list1 {
  text-align: center;
}
.job-cont2 .job_list1 strong {
  display: block;
}
.job-cont2 .job_list1 li {
  width: 100%;
  text-align: left;
}
.job-cont2 .job_list1 li .job_as1 {
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
.job-cont2 .job_list1 li .job_as1 .as1 {
  color: #5b5b5b;
  flex: 1;
  text-align: center;
  padding: 1.15rem 0;
  font-size: 0.875rem;
}
.job-cont2 .job_list1 li .job_as1 .as1 i {
  font-size: 1rem;
}
.job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 3%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
    padding-left: 6%;
  }
}
.job-cont2 .job_list1 li .wehha-job {
  padding: 2rem 3%;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job {
    padding: 1.5rem 6%;
  }
}
.job-cont2 .job_list1 li .wehha-job .wehgs-as {
  margin-bottom: 0.75rem;
}
.job-cont2 .job_list1 li .wehha-job .wehgs-as li {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.625rem;
  width: 48%;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont strong {
  color: #0D6652;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.job-cont2 .job_list1 li .wehha-job a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job a.more-b {
    margin-top: 1rem;
  }
}
.job_list1 li .wehha-job {
  display: none;
}
.job_list1 li:nth-child(1) .wehha-job {
  display: block;
}
.job_list1 li .pead-cont ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.875rem;
}
.job_list1 li .pead-cont ul li {
  width: auto;
  margin-right: 3.125rem;
  color: #5a5a5a;
}
.job_list1 li .pead-cont ul li > div,
.job_list1 li .pead-cont ul li a {
  display: flex;
  align-items: center;
}
.job_list1 li .pead-cont ul li a:hover {
  color: #0D6652;
}
.job_list1 li .pead-cont ul li .iconfont {
  color: #0D6652;
  margin-right: 0.625rem;
  font-size: 1rem;
  display: block;
}
.job_list1 li .pead-cont ul li a {
  color: #5a5a5a;
  font-size: 0.875rem;
}
.job_list1 li.active {
  background: rgba(0, 76, 158, 0.05);
}
.list_news .ul {
  margin-top: 2.1875rem;
}
.list_news .ul li {
  margin-bottom: 2.1875rem;
}
.show_detail .right .bot .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #FFFFFF;
  justify-content: flex-start;
}
.show_detail .right .bot .tel img {
  height: 1.25rem;
  margin-right: 0.5rem;
  filter: brightness(0) invert(1);
}
.show_detail .right .bot .font20 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0.5rem 0;
  color: #FFFFFF;
}
.show_detail .right .bot .text {
  color: #FFFFFF;
}
.show_detail {
  padding-top: 6.25rem;
}
.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}
.show_detail .text {
  color: #898989;
}
.show_detail .left {
  padding-right: 2rem;
}
.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  margin-bottom: 0.75rem;
}
.show_detail .left .data > p {
  margin-right: 2.5rem;
}
.show_detail .left .data > div {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div .iconfont {
  font-size: 1.25rem;
  display: block;
}
.show_detail .left .data > div:hover ul {
  display: flex;
}
.show_detail .left .data > div:hover .iconfont {
  display: none;
}
.show_detail .left .data > div ul {
  display: none;
}
.show_detail .left .data > div ul li {
  margin-left: 0.625rem;
}
.show_detail .left .data > div ul li a {
  border: 1px solid #848484;
  color: #848484;
  font-size: 0.875rem;
  margin: 0;
}
.show_detail .left .data > div ul li:hover a {
  color: #fff;
}
.show_detail .left .more {
  width: 13.125rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  border: 1px solid rgba(158, 158, 158, 0.7);
  text-align: center;
  display: inline-block;
  border-radius: 31.25rem;
  z-index: 5;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_detail .left .more div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_detail .left .more .iconfont {
  font-size: 1rem;
  font-weight: 600;
  color: #686868;
  margin-left: 0.5rem;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_detail .left .more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: #0D6652;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  opacity: 0;
  transform: scale(0.6);
  z-index: -1;
  border-radius: 31.25rem;
}
.show_detail .left .more:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #0D6652;
  color: #fff;
}
.show_detail .left .more:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.show_detail .left .more:hover .iconfont {
  color: #fff;
}
.show_detail .left .more.bgg {
  border: 1px solid #0D6652;
  background: #0D6652;
  color: #fff;
}
.show_detail .left .more.bgg .iconfont {
  color: #fff;
}
.show_detail .left .more.bgg::before {
  background: #fff;
}
.show_detail .left .more.bgg:hover {
  color: #0D6652;
}
.show_detail .left .more.bgg:hover .iconfont {
  color: #0D6652;
}
.show_detail .left > div {
  overflow: hidden;
  background: #FFFFFF;
  padding: 0 0 5rem;
  border-radius: 0.625rem;
}
.show_detail .left .shangxia_p {
  margin: 5rem 0 2.5rem;
}
.show_detail .left .shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #686868;
}
.show_detail .left .shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}
.show_detail .left .shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.show_detail .left .shangxia a:hover {
  color: #0D6652;
}
.show_detail .right {
  padding-left: 0;
}
.show_detail .right .top {
  background: #ffffff;
  padding: 1.875rem 1.875rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.show_detail .right .top .name2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.show_detail .right .top .ul .list {
  padding: 0.875rem 0;
  position: relative;
}
.show_detail .right .top .ul .list:first-child {
  padding-top: 0;
}
.show_detail .right .top .ul .list:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.show_detail .right .top .ul .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0D6652;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_detail .right .top .ul .list:hover::after {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.show_detail .right .top .ul .list:hover a {
  color: #0D6652;
}
.show_detail .right .top .ul .list a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #898989;
}
.show_detail .right .top ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_detail .right .top ul li:hover p {
  color: #0D6652 !important;
}
.show_detail .right .top ul li a {
  display: flex;
  align-items: center;
}
.show_detail .right .top ul li .over {
  width: 8rem;
  border: 1px solid #D1D1D1;
}
.show_detail .right .top ul li .right2 {
  width: calc(100% - 8rem);
  padding-left: 1.25rem;
}
.show_detail .right .top ul li .right2 p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #686868;
}
.show_detail .right .bot {
  background: #0D6652;
  margin-top: 2rem;
  padding: 2.0625rem 1.875rem;
}
.show_detail .right .bot .text {
  padding: 0;
}
.social-share .icon-wechat .wechat-qrcode {
  z-index: 999;
}
.bread_show.bread {
  margin-top: 0;
  color: #424242;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bread_show.bread .text {
  color: #424242;
  line-height: 4.375rem;
}
.bread_show.bread .text a {
  color: #424242;
}
.bread_show.bread .text a:hover {
  color: #0D6652;
}
.list_news.list_pro .name {
  margin: 1.25rem 0 0.75rem;
}
.show_pro .left .img {
  margin: 1.5rem 0 1.875rem;
  width: 60%;
  margin: 0 auto;
}
.show_pro .left .qiehuan {
  margin-top: 2.8125rem;
}
.show_pro .left .qiehuan .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 4rem;
}
.show_pro .left .qiehuan .top li {
  flex: 1 0 0;
  text-align: center;
  font-size: 1.125rem;
  color: #898989;
}
.show_pro .left .qiehuan .top li:hover,
.show_pro .left .qiehuan .top li.active {
  background: #FAFAFA;
  color: #0D6652;
}
.show_pro .left .qiehuan .bot {
  padding: 2.5rem 2.1875rem 3.4375rem;
  background: #F9F9F9;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #828282;
}
.show_pro .left .qiehuan .bot li {
  display: none;
}
.show_pro .left .qiehuan .bot li.active {
  display: block;
}
.list_about ul {
  display: flex;
  justify-content: space-between;
}
.list_about ul li {
  border-right: 1px solid #DBDBDB;
  width: 33.3%;
  text-align: center;
  padding: 1.25rem 0 3.5rem;
}
.list_about ul li:nth-child(1) {
  border-left: 1px solid #DBDBDB;
}
.list_about ul li .icon img {
  height: 5rem;
}
.list_about ul li .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #0D6652;
  margin: 0.75rem 0 1rem;
  font-weight: 600;
}
.list_about_two .swiper-container {
  margin-top: 2.1875rem;
}
.list_about_two .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  padding-top: 1.125rem;
}
.list_about_two .swiper-slide:hover .name {
  color: #0D6652;
}
.list_about_two .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.show_application .left {
  padding-right: 15px;
}
.list_appliaction .left {
  padding-bottom: 2rem;
}
.list_appliaction .left .title {
  margin-bottom: 1.25rem;
}
.list_appliaction .right {
  height: auto;
}
.list_appliaction .right .over {
  height: 100%;
}
.list_appliaction .right .over img {
  height: 100%;
  object-fit: cover;
}
.list_appliaction_two {
  background: #F9F9F9;
}
.list_appliaction_two .squera_news {
  padding: 1.25rem 15px;
}
.list_appliaction_two .squera_news .name {
  margin: 0.75rem 0 0.25rem;
  font-size: 1.375rem;
  color: #000;
}
.list_appliaction_two .squera_news:hover .name {
  color: #0D6652;
}
.list_appliaction_two .ul {
  margin: -1.25rem -15px;
  padding: 2.1875rem 0;
}
.list_appliaction_two .swiper-pagination-progressbar {
  width: 100%;
  position: static;
  height: 1px;
  background: #DBDBDB;
}
.list_appliaction_two .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #0D6652;
  top: -1px;
}

