@import '../iconfont/iconfont.css';
.wrap {
  width: 88%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.hv-scale {
  overflow: hidden;
}
.hv-scale img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.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);
}
.tran3 {
  transition: 0.3s;
}
.table-cell {
  display: table;
  width: 100%;
}
.table-cell > * {
  display: table-cell;
  vertical-align: middle;
}
.row-pv0 {
  margin-left: 0;
  margin-right: 0;
}
.row-pv0 > * {
  padding-left: 0;
  padding-right: 0;
}
.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;
}
.mt0 {
  margin-top: 0!important;
}
.bg-gray {
  background: #f3f3f3;
}
.line-b {
  border-bottom: 1px solid #f2f2f2;
}
.line-t {
  border-top: 1px solid #f2f2f2;
}
.c-base {
  color: #172a88;
}
.bg-base {
  background: #172a88;
}
.c-yellow {
  color: #ffb720;
}
.bg-yellow {
  background: #ffb720;
}
.hv:hover {
  color: #172a88;
}
.hv-f:hover {
  color: #fff;
}
.hv-yellow:hover {
  color: #ffb720;
}
@font-face {
  font-family: medium;
  src: url('../fonts/DIN Medium.ttf'), url('../fonts/DIN Medium.eot');
  /* IE9 */
}
body {
  font-family: "Helvetica Neue", '微软雅黑', '思源黑体', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
section {
  overflow: hidden;
}
.medium {
  font-family: medium;
}
.swiper-container {
  --swiper-theme-color: #172a88;
}
.swiper-button-disabled {
  opacity: 0.3 !important;
}
/* footer s*/
footer {
  background: #172a88;
  color: #fff;
  padding-top: 0.46rem;
}
footer .content {
  margin-bottom: 0.9rem;
  position: relative;
}
@media (max-width: 640px) {
  footer .content {
    margin-bottom: 0.6rem;
  }
}
footer .codebox {
  clear: both;
}
@media (min-width: 641px) {
  footer .codebox {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffb720;
  }
}
footer .codebox .top {
  display: block;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-size: 0.18rem;
  transition: 0.3s;
}
footer .codebox .top::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #ffb720;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -10px;
}
footer .codebox .top:hover {
  background-color: #eca000;
}
footer .codebox .top:hover::before {
  border-bottom-color: #eca000;
}
footer .codebox img {
  border: 10px solid #fff;
  display: block;
  font-size: 18px;
  font-family: medium;
}
@media (max-width: 640px) {
  footer .codebox {
    padding-top: 20px;
  }
  footer .codebox img {
    display: block;
    margin: 0 auto;
    border-width: 5px;
    width: 30%;
  }
}
footer .navs {
  font-size: 15px;
  display: block;
  margin-bottom: 0.48rem;
  line-height: 1.76;
}
footer .navs a {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  color: #fff;
}
footer .navs a:hover {
  color: #ffb720;
}
footer .navs a:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  right: 0;
}
footer .navs a:first-child {
  padding-left: 0;
}
@media (max-width: 640px) {
  footer .navs a {
    padding-right: 12px;
    margin-right: 12px;
    font-size: 14px;
  }
}
footer .contact {
  max-width: 532px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  float: left;
}
footer .contact .ic {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle ;
  margin-right: 6px;
}
footer .contact .ic1 {
  background-image: url('../images/ft_ic1.png');
}
footer .contact .ic2 {
  background-image: url('../images/ft_ic2.png');
}
footer .contact .ic3 {
  background-image: url('../images/ft_ic3.png');
}
footer .contact .ic4 {
  background-image: url('../images/ft_ic4.png');
}
footer .contact .ic5 {
  background-image: url('../images/ft_ic5.png');
}
footer .contact ._line {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffb720;
  max-width: 460px;
}
footer .ft-bottom {
  clear: both;
  padding: 15px 0;
  background-color: #181818;
  font-size: 12px;
  color: #7c7c7c;
  line-height: 1.8;
  text-transform: uppercase;
}
footer .ft-bottom a {
  display: inline-block;
  margin: 0 5px;
  color: #7c7c7c;
}
footer .ft-bottom a:hover {
  color: #fff;
}
@media (min-width: 993px) {
  footer .ft-bottom .wrap {
    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: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/* footer e*/
/* 手机端菜单*/
.menu_btn {
  width: 50px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
  position: absolute;
  right: 0;
  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: 26px;
  height: 2px;
  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;
}
.header {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  width: 100%;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header .hdinner {
  margin: 0 0.4rem;
  overflow: visible;
  position: relative;
  z-index: 999;
  height: 100px;
}
.header .logo {
  height: 100%;
  width: 252px;
  max-width: 40%;
  background: url('../images/logo.png') no-repeat 0 center;
  background-size: auto 100%;
}
@media (max-width: 992px) {
  .header .hdinner {
    height: 80px;
  }
  .header .pc-menus a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header .hdinner {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .header .hdinner {
    margin: 0 0.26rem;
  }
  .header .menu_btn {
    right: -10px;
  }
}
.pc-menus {
  min-width: 510px;
  margin-top: 40px;
}
.pc-menus li {
  text-align: center;
  float: left;
  transition: 0.3s;
  position: relative;
  padding: 0 22px;
}
.pc-menus li:not(:first-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
}
.pc-menus a {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: block;
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
.pc-menus a:hover {
  color: #ffb720;
}
.pc-menus a::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -15px;
  height: 1px;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.3s;
}
.pc-menus li.active a,
.pc-menus li:hover a {
  color: #ffb720;
}
.m-menus {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50px;
  right: -100%;
  background: #fff;
  overflow: hidden;
  line-height: 40px;
  font-size: 15px;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .m-menus {
    top: 80px;
  }
}
.m-menus .inner {
  height: calc((100vh - 50px ));
  overflow-y: auto;
  border-top: 1px solid #e3e3e3;
  padding-bottom: 30px;
}
.m-menus .hd-tel {
  text-align: center;
  display: block;
  margin: 50px 0 0;
}
.m-menus .hd-tel .iconfont {
  font-size: 30px;
  margin-right: 10px;
  color: #000;
}
.m-menus a {
  color: #333;
}
.m-menus.active {
  right: 0;
}
.m-menus ul {
  overflow-y: auto;
  border-bottom: 1px solid #e3e3e3;
}
.m-menus .item:not(:first-child) {
  border-top: 1px solid #e3e3e3;
}
.m-menus .item {
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
}
.m-menus .item .iconfont {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #999;
  font-weight: bold;
  transition: 0.3s;
}
.m-menus .item > a,
.m-menus h5 {
  display: block;
  padding: 0 8%;
  line-height: 54px;
  color: #333;
  position: relative;
  font-size: 16px;
}
.m-menus .xs-dropinfo {
  display: none;
  background: rgba(0, 0, 0, 0.05);
  padding: 15px 50px;
  font-size: 14px;
}
.m-menus .xs-dropinfo a {
  color: #666;
  display: block;
  line-height: 40px;
}
.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 .open h5 {
  background: #172a88;
  color: #fff;
  border-top: 0;
}
.m-menus .open h5 .iconfont {
  color: #fff;
}
.m-menus .open h5 .iconfont::before {
  content: "\e625";
}
.m-menus .open h5 > a,
.m-menus .open h5 p {
  font-weight: bold;
}
.m-menus .xs-dropinfo dl.br {
  border-right: 1px solid #ccc;
}
.m-menus .hd-tel {
  font-size: 26px;
  color: #666;
}
.cover-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.cover-box .coverimg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.6s ease 0s;
}
.cover-box ._bg {
  width: 100%;
  visibility: hidden;
  display: block;
}
@media (min-width: 993px) {
  .cover-box:hover .cover-tip {
    opacity: 1;
    filter: alpha(opacity=1);
  }
  .cover-box:hover .coverimg {
    transform: scale(1.05, 1.05);
  }
}
.cover-tip {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  z-index: 3;
}
.cover-tip .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.cover-tip .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.cover-tip .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.cover-tip .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.cover-tip .linet {
  top: 0;
}
.cover-tip .lineb {
  bottom: 0;
}
.cover-tip:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ibanner-box {
  background-color: #ccc;
}
.index-banner {
  position: relative;
  height: 9.3rem;
}
.index-banner .swiper-pagination {
  bottom: 0.36rem;
}
.index-banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: 0.3s;
  margin: 0 0.04rem;
  width: 0.52rem;
  height: 3px;
  border-radius: 3px;
  display: inline-block;
}
.index-banner .swiper-pagination-bullet-active {
  background: #fff;
}
.index-banner .pnextbox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 55;
  background: #fff;
  width: 20vw;
  height: 60px;
  transition: 0.3s;
}
.index-banner .pnextbox.fold {
  transform: translateX(20vw);
}
.index-banner .pnextbox.fold .btnbox .iconfont {
  transform: rotate(180deg);
}
.index-banner .pnextbox .btnbox {
  position: absolute;
  left: -44px;
  bottom: 0;
  padding-top: 20px;
  width: 44px;
  height: 80px;
  background: #172a88;
  color: #fff;
  line-height: 60px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.index-banner .pnextbox .btnbox .iconfont {
  display: block;
  transition: 0.3s;
}
.index-banner .pnextbox .btnbox:hover {
  background-color: #1e37b4;
}
.index-banner .pnextbox .pnxt {
  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: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 60px;
  position: relative;
}
.index-banner .pnextbox .pnxt::after {
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  background-color: #949494;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.index-banner .pnextbox .next,
.index-banner .pnextbox .prev {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  width: 74px;
}
.index-banner .pnextbox .prev {
  background: url(../images/icl.png) no-repeat center;
}
.index-banner .pnextbox .prev:hover {
  background-image: url('../images/icl_on.png');
}
.index-banner .pnextbox .next {
  background: url(../images/icr.png) no-repeat center;
}
.index-banner .pnextbox .next:hover {
  background-image: url('../images/icr_on.png');
}
.index-banner .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-banner .swiper-slide img {
  visibility: hidden;
}
.index-banner .content {
  position: absolute;
  left: 6%;
  top: 1rem;
  bottom: 0;
  width: 88%;
  z-index: 5;
}
.index-banner .textbox {
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.index-banner .textbox h5 {
  font-size: 60px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: medium;
  text-shadow: 0px 0px 6px #333;
}
.index-banner .textbox .en {
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 6px #333;
}
@media (max-width: 1440px) {
  .index-banner {
    max-height: 70vh;
  }
  .index-banner .swiper-pagination {
    bottom: 0.3rem;
  }
}
@media (max-width: 1200px) {
  .index-banner .textbox .en {
    font-size: 0.26rem;
  }
  .index-banner .textbox h5 {
    font-size: 0.66rem;
  }
}
@media (max-width: 768px) {
  .index-banner .swiper-pagination {
    bottom: 0.1rem;
  }
}
@media (max-width: 640px) {
  .index-banner {
    height: 400px;
  }
  .index-banner .content {
    top: 60px;
  }
  .index-banner .swiper-slide {
    overflow: hidden;
  }
  .index-banner .swiper-slide img {
    height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .index-banner .textbox {
    text-align: center;
  }
  .index-banner .textbox .en {
    font-size: 16px;
  }
  .index-banner .textbox h5 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .index-banner .textbox .en {
    font-size: 14px;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
  .index-banner .textbox h5 {
    font-size: 30px;
  }
}
.ihd {
  margin-bottom: 0.26rem;
}
.ihd h2 {
  font-size: 24px;
  font-family: medium;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
  left: -28px;
  background: url(../images/ic_dot.png) no-repeat 0 center;
  margin-bottom: 5px;
}
.ihd .en {
  font-family: medium;
  padding-left: 23px;
  position: relative;
  text-transform: uppercase;
  color: #b9b8b8;
}
.ihd .en::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
}
.ihd .en2 {
  padding-left: 0;
  opacity: 0.5;
}
.ihd .en2::before {
  display: none;
}
.ihd ._line {
  width: 18px;
  height: 3px;
  background: #494949;
  display: block;
  position: relative;
  margin-top: 0.26rem;
}
.ihd ._line::after {
  content: '';
  display: block;
  position: absolute;
  width: 50vw;
  height: 1px;
  background: #c8c8c8;
  opacity: 0.4;
  right: 0;
  top: 1px;
}
@media (max-width: 640px) {
  .ihd h2 {
    background: none;
  }
}
.ihd.white h2,
.ihd.white .en {
  color: #fff;
}
.ihd.white ._line {
  background: #fff;
}
.ihd.white ._line::after {
  background: #fff;
}
.ihd.white .en::before {
  background: #fff;
}
.ihd.center {
  text-align: center;
  margin-bottom: 20px;
}
.ihd.center ._line {
  background: #fff;
  display: none;
}
.ihd.center .en {
  padding-right: 23px;
  display: inline-block;
}
.ihd.center .en::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  right: 0;
}
.basemore {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding-right: 90px;
  position: relative;
  background: url(../images/arr4.png) no-repeat right center;
}
.basemore::before {
  content: '';
  display: block;
  background: url(../images/ic_dot.png) no-repeat center;
  left: -20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 10px;
  height: 10px;
}
.basemore:hover {
  color: #172a88;
}
@media (max-width: 480px) {
  .basemore {
    font-size: 16px;
  }
}
.iabout {
  overflow: hidden;
}
@media (min-width: 768px) {
  .iabout {
    display: table;
    width: 100%;
  }
  .iabout > * {
    display: table-cell;
    vertical-align: middle;
  }
  .iabout .leftbox,
  .iabout .rightbox {
    width: 50%;
  }
  .iabout .inner {
    width: 44vw;
    max-width: 600px;
  }
  .iabout .leftbox {
    cursor: pointer;
  }
  .iabout .leftbox .inner {
    float: right;
    padding-right: 0.5rem;
  }
  .iabout .leftbox .info {
    padding-bottom: 1rem;
    background: url(../images/arr1.png) no-repeat 0 bottom;
    background-size: 40% auto;
  }
}
.iabout .leftbox {
  background: #172a88;
  padding: 50px 0;
  color: #fff;
}
.iabout .leftbox .info {
  line-height: 24px;
}
.iabout .rightbox {
  padding: 50px 0;
  background-image: url('../images/sun.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.iabout .rightbox .inner {
  padding-left: 0.5rem;
}
.iabout .datas li {
  margin-bottom: 0.38rem;
}
.iabout .datas .val {
  font-size: 0.48rem;
  display: block;
  font-family: medium;
  position: relative;
  padding-top: 0.2rem;
  margin-bottom: 0.1rem;
  color: #666;
  line-height: 1;
}
.iabout .datas .val::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 3px;
  background: #ffb720;
  left: 0;
  top: 0;
}
.iabout .datas .tit {
  color: #999;
}
@media (max-width: 767px) {
  .iabout .leftbox .inner {
    width: 88%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .iabout .leftbox .info {
    padding-bottom: 0.4rem;
  }
  .iabout .leftbox ._arr {
    display: block;
    background: url(../images/arr1.png) no-repeat 0 center;
    background-size: contain;
    width: 50%;
    height: 0.5rem;
  }
}
.iproject {
  background: #f3f3f3;
  padding: 1rem 0;
}
.iproject .basemore {
  margin-top: 0.4rem;
}
@media (min-width: 640px) {
  .iproject .hd {
    margin-bottom: 0.54rem;
    position: relative;
    height: 70px;
  }
  .iproject .ihd {
    position: absolute;
  }
  .iproject .pnext {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 555;
  }
}
.iproject .pnext {
  width: 2.44rem;
  height: 0.52rem;
  z-index: 555;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  background: #fff;
}
.iproject .pnext .pbtn {
  width: 50%;
  height: 0.52rem;
  background: #fff;
}
.iproject .pnext .next,
.iproject .pnext .prev {
  cursor: pointer;
}
.iproject .pnext .prev {
  background: url(../images/icl_on.png) no-repeat center #e6e6e6;
}
.iproject .pnext .next {
  background: url(../images/icr_on.png) no-repeat center;
}
@media (max-width: 639px) {
  .iproject .pnext {
    margin: 0 auto;
  }
  .iproject .hd {
    margin-bottom: 20px;
  }
  .iproject .ihd {
    text-align: center;
    margin-bottom: 20px;
  }
  .iproject .ihd ._line {
    background: #fff;
    display: none;
  }
  .iproject .ihd .en {
    padding-right: 23px;
    display: inline-block;
  }
  .iproject .ihd .en::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    right: 0;
  }
}
.iproject .row {
  margin-left: -3px;
  margin-right: -3px;
}
.iproject .row > * {
  padding-left: 3px;
  padding-right: 3px;
}
.iproject .row dd {
  margin-bottom: 6px;
}
.inews {
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.inews .hd {
  margin-bottom: 0.85rem;
  position: relative;
}
@media (max-width: 768px) {
  .inews .hd {
    margin-bottom: 0;
  }
}
.inews .ihd {
  margin-bottom: 0.2rem;
}
.inews .hdleft {
  width: 34%;
  position: relative;
  padding-bottom: 0.52rem;
  padding-top: 0.3rem;
}
@media (min-width: 769px) {
  .inews .hdleft::after {
    content: '';
    display: block;
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    right: 10px;
    z-index: -1;
    background: #f3f3f3;
  }
}
@media (max-width: 992px) {
  .inews .hdleft {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .inews .hdleft {
    width: 100%;
  }
}
.inews .hdright {
  height: 0.52rem;
  position: absolute;
  right: -90px;
  bottom: 0;
  line-height: 0.52rem;
}
.inews .hdright .basemore {
  margin-left: 64px;
}
.inews .hdright .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #172a88;
  opacity: 1;
  margin: 0 2px;
}
.inews .hdright .swiper-pagination-bullet-active {
  background: #172a88;
}
@media (max-width: 1400px) {
  .inews .hdright {
    right: 0;
  }
}
@media (max-width: 768px) {
  .inews .hdright {
    top: 0.5rem;
  }
  .inews .hdright .basemore {
    padding-right: 0;
    background: #fff;
  }
}
.inews .pnext {
  width: 1.22rem;
  height: 0.52rem;
  z-index: 555;
  position: relative;
}
@media (min-width: 769px) {
  .inews .pnext {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}
.inews .pnext .pbtn {
  height: 0.52rem;
}
.inews .pnext .next,
.inews .pnext .prev {
  cursor: pointer;
}
.inews .pnext .prev {
  background: url(../images/icz.png) no-repeat center #172a88;
  width: 1.22rem;
}
.inews .pnext .next {
  background: url(../images/icy.png) no-repeat center #e6e6e6;
}
@media (min-width: 769px) {
  .inews .pnext .next {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1.8rem;
  }
}
@media (max-width: 768px) {
  .inews .pnext {
    display: block;
    margin: 0.5rem auto 0;
    width: 3rem;
    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;
  }
  .inews .pnext .pbtn {
    width: 50%;
  }
}
.inews .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-right: 20%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #666;
  position: relative;
  padding-left: 26px;
}
.inews .title::before {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 15px;
  height: 15px;
  background-image: url('../images/play2.png');
}
.inews .title:hover {
  color: #ffb720;
}
.inews .title:hover::before {
  background-image: url('../images/play1.png');
}
.inews .leftbox .info {
  position: relative;
}
.inews .leftbox .arr {
  width: 20px;
  height: 15px;
  background-image: url('../images/arr3.png');
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .inews .inews-swiper li {
    position: relative;
    padding-left: 34%;
  }
  .inews .leftbox {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f3f3f3;
    padding: 0.1rem 0.1rem 0;
    left: 0;
    width: 34%;
  }
  .inews .leftbox .cover-box {
    height: calc((100% - 0.7rem));
  }
  .inews .leftbox .info {
    height: 0.66rem;
    line-height: 0.66rem;
  }
  .inews .rightbox {
    border-left: 5px solid #fff;
  }
}
@media (max-width: 768px) {
  .inews .leftbox {
    background: #f3f3f3;
    padding: 10px 10px 0;
    margin-bottom: 0.2rem;
  }
  .inews .leftbox .info {
    padding: 0.3rem 0;
  }
}
.inews-swiper dd {
  background: #f3f3f3;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  cursor: pointer;
  padding-right: 5%;
  height: 1.4rem;
  min-height: 120px;
}
.inews-swiper dd:hover .title {
  color: #ffb720;
}
.inews-swiper dd:hover .title::before {
  background-image: url('../images/play1.png');
}
.inews-swiper dd:last-child {
  margin-bottom: 0;
}
.inews-swiper .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-swiper .datebox {
  margin-right: 0.3rem;
  min-width: 100px;
  font-family: medium;
  text-align: center;
  width: 15%;
  max-width: 160px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.inews-swiper .datebox .day {
  font-weight: bold;
  font-size: 0.48rem;
  color: #ffb720;
  line-height: 1.2;
}
.inews-swiper .datebox .date {
  color: #ababab;
}
.inews-swiper .desc,
.inews-swiper .arr {
  margin-left: 26px;
}
.inews-swiper .desc {
  color: #999;
  position: relative;
  line-height: 34px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.inews-swiper .desc::before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0px;
}
.inews-swiper .arr {
  width: 42px;
  height: 7px;
  background-image: url('../images/arr2.png');
  display: block;
}
@media (max-width: 640px) {
  .inews-swiper dd {
    padding: 0.2rem 0.1rem 0.1rem;
    min-height: auto;
  }
  .inews-swiper dd .arr {
    display: none;
  }
  .inews-swiper dd .desc {
    margin-bottom: 0;
  }
  .inews-swiper dd .title {
    margin-right: 0;
    padding-left: 0;
  }
  .inews-swiper dd .title::before {
    display: none;
  }
  .inews-swiper dd .desc,
  .inews-swiper dd .arr {
    margin-left: 0;
  }
  .inews-swiper .datebox {
    min-width: 60px;
  }
}
.banner {
  height: 4.67rem;
  position: relative;
}
.banner ._bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  transform: scale(1.2);
  transition: all 3s cubic-bezier(0.04, 0.79, 1, 1);
}
.banner ._bg.animated {
  transform: scale(1);
}
@media (max-width: 480px) {
  .banner {
    height: 200px;
  }
  .banner.s2 {
    height: 180px;
  }
}
@media (min-width: 769px) {
  .basenav {
    background: #172a88;
    height: 80px;
    padding-left: 0.46rem;
    padding-right: 0.3rem;
    position: relative;
    margin-top: -80px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    color: #fff;
  }
  .basenav nav {
    font-size: 16px;
    height: 80px;
    line-height: 74px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    color: #fff;
  }
}
@media (min-width: 769px) and (min-width: 1200px) {
  .basenav nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .basenav {
    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: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.basenav .ihd {
  margin-bottom: 0;
}
.basenav h2 {
  padding-right: 95px;
  display: inline-block;
  position: relative;
}
.basenav h2::after {
  width: 95px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  background: url(../images/arr5.png) no-repeat right center;
}
.basenav nav {
  text-align: center;
}
.basenav nav a {
  height: 80px;
  line-height: 74px;
  display: block;
  color: #fff;
  width: 1.42rem;
  border-top: 3px solid transparent;
}
.basenav nav .active {
  color: #ffb720;
  background: #fff;
  font-weight: bold;
  border-top-color: #ffb720;
}
.basenav .cumbs {
  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;
  text-align: right;
}
.basenav .cumbs a {
  color: #fff;
}
.basenav .cumbs a:hover {
  color: #ffb720;
}
@media (max-width: 768px) {
  .basenav {
    padding: 0;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
  }
  .basenav nav {
    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: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 0;
    height: 40px;
  }
  .basenav nav a {
    height: 40px;
    line-height: 40px;
    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;
    color: #333;
    font-size: 16px;
    border-top: 0;
  }
  .basenav nav .active {
    background: #ffb720;
    color: #fff;
  }
}
.basebox {
  width: 88%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin-bottom: 1.5rem;
  padding: 0.7rem 0 1.1rem;
}
.basebox .bd {
  padding: 0 0.4rem;
}
@media (max-width: 640px) {
  .basebox {
    width: 100%;
  }
}
.basebox .arcbox {
  color: #666;
  line-height: 1.8;
}
.basebox .arcbox p {
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .basebox {
    padding-top: 0.4rem;
  }
}
@media (max-width: 480px) {
  .basebox {
    margin-bottom: 0;
  }
}
.basebox.s2 {
  background: url(../images/sun.png) no-repeat right bottom #fff;
}
@media (max-width: 992px) {
  .basebox.s2 {
    background-size: 80vw;
  }
}
@media (max-width: 768px) {
  .basebox.s2 {
    background-size: 80vw;
  }
}
@media (max-width: 640px) {
  .basebox.s2 {
    background-size: 100vw;
  }
}
.hd2 {
  position: relative;
  margin-bottom: 0.34rem;
}
.hd2::before {
  content: '';
  display: block;
  height: 80%;
  width: 0.2rem;
  background-image: url('../images/tit2bg.png');
  background-size: contain;
  left: -0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.hd2 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.08em;
}
.hd2 .en {
  color: #999;
  font-family: medium;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hd2 h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .hd2 h2 {
    font-size: 20px;
  }
  .hd2 .en {
    font-size: 12px;
  }
}
.company-box {
  position: relative;
}
@media (min-width: 993px) {
  .company-box {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
  }
  .company-box .datasbox {
    width: 280px;
    text-align: center;
  }
  .company-box .datas {
    display: inline-block;
  }
}
.company-box .imgs img {
  width: 100%;
}
.company-box .imgs dl {
  font-size: 0.16rem;
  font-weight: bold;
  padding: 0 0.4rem 0 0.3rem;
  background: #172a88;
  color: #fff;
  height: 52px;
}
.company-box .imgs dd {
  position: relative;
  padding-left: 0.32rem;
  background: url(../images/check.png) no-repeat 0 center;
}
@media (min-width: 1180px) {
  .company-box .imgs dl {
    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: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 1179px) {
  .company-box .imgs dl {
    height: auto;
    padding: 0.2rem;
    background: #f3f3f3;
    color: #172a88;
  }
  .company-box .imgs dd {
    padding-left: 32px;
    font-size: 16px;
  }
  .company-box .imgs dd + dd {
    margin-top: 0.14rem;
  }
}
.company-box .arcbox {
  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;
}
.company-box .datas {
  text-align: left;
}
.company-box .datas li {
  margin-bottom: 0.38rem;
}
.company-box .datas .val {
  font-size: 0.48rem;
  display: block;
  font-family: medium;
  position: relative;
  padding-top: 0.2rem;
  margin-bottom: 0.1rem;
  color: #172a88;
  line-height: 1;
}
.company-box .datas .val::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 3px;
  background: #ffb720;
  left: 0;
  top: 0;
}
.company-box .datas .tit {
  color: #999;
}
@media (max-width: 992px) {
  .company-box .datas li {
    margin-top: 30px;
    width: 50%;
    float: left;
  }
}
.pagination {
  text-align: center;
  margin-top: 0.5rem;
  display: block;
}
.pagination li {
  margin: 0 2px;
}
@media (max-width: 480px) {
  .pagination li {
    margin: 0 2px;
  }
  .pagination li > * {
    padding: 5px 12px;
  }
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  background: #172a88;
  color: #fff;
  border-color: #172a88;
}
.pagination li > a,
.pagination li > span {
  float: none;
  display: inline-block;
  cursor: pointer;
  color: #333;
  border-radius: 0!important;
  background: #fdfdfd;
  border-color: transparent;
  padding: 6px 12px;
  color: #777;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #172a88;
  background-color: #fff;
  border-color: #172a88;
}
.list-zs {
  padding-top: 0.5rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.list-zs > * {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.list-zs li {
  margin-bottom: 0.4rem;
}
.list-zs .tit {
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #172a88;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .list-zs .tit {
    height: 0.66rem;
    line-height: 0.66rem;
  }
}
.list-zs li:Hover .tit {
  background: #ffb720;
  color: #333;
}
.list-yj {
  margin-top: 0.48rem;
  margin-left: -0.22rem;
  margin-right: -0.22rem;
}
.list-yj > * {
  padding-left: 0.22rem;
  padding-right: 0.22rem;
}
.list-yj li {
  margin-bottom: 0.44rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.mapbox {
  padding: 8px;
  border: 1px solid #f2f2f2;
  background: #fff;
}
.mapbox .map {
  height: 5.7rem;
}
.contact-box {
  padding-bottom: 1rem;
  line-height: 2.2;
  margin-top: 0.4rem;
}
/*  map */
.BMap_cpyCtrl,
.anchorBL {
  display: none;
}
#map label,
#map img {
  max-width: none;
  max-height: none;
}
.list-yg {
  padding-bottom: 1.3rem;
}
.list-yg li {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #d4d4d4;
}
.list-yg a {
  color: #666;
  padding-left: 24px;
  position: relative;
}
.list-yg a::before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #172a88;
  left: 4px;
  top: 50%;
  margin-top: -3px;
}
.list-yg a:hover {
  color: #172a88;
}
.list-ln img {
  width: 100%;
  display: block;
}
@media (min-width: 769px) {
  .list-ln li {
    display: table;
    width: 100%;
  }
  .list-ln li > * {
    display: table-cell;
    vertical-align: middle;
  }
  .list-ln .imgbox {
    width: 45%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .list-ln .imgbox img {
    max-height: none;
    width: 100%;
    visibility: hidden;
  }
  .list-ln li .info {
    padding-left: 0.4rem;
  }
  .list-ln li:nth-child(2n) .info {
    padding-right: 0.4rem;
    padding-left: 0;
  }
  .list-ln .info {
    width: 55%;
    border: 1px solid #f2f2f2;
  }
}
.list-ln li {
  margin-bottom: 0.34rem;
}
.list-ln .info {
  border: 1px solid #f2f2f2;
}
.list-ln .inner {
  padding: 0.3rem 5%;
}
.list-ln .desc {
  font-size: 16px;
  color: #ffb720;
}
.list-ln h4 {
  font-size: 0.24rem;
  position: relative;
  padding: 0.16rem 0 0.24rem;
  margin-bottom: 0.3rem;
}
.list-ln h4::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 4px;
  background: #ffb720;
  left: 0;
  bottom: 0;
}
.list-ln .txt {
  color: #666;
  line-height: 1.9;
}
.list-ln .txt dd {
  line-height: 1.9;
}
@media (max-width: 1200px) {
  .list-ln h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .list-ln .imgbox {
    background-image: none;
  }
  .list-ln .imgbox img {
    width: 100%;
  }
}
.stepbox {
  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: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 80%;
  margin: 0.7rem auto;
  position: relative;
}
.stepbox li {
  background: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #ececec;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -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;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
  position: relative;
  line-height: 1.3;
  font-size: 15px;
  text-transform: uppercase;
  color: #a19494;
}
.stepbox li h5 {
  font-size: 24px;
  color: #ffb720;
}
.stepbox::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ececec;
  left: 0;
  top: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .stepbox {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .stepbox {
    width: 100%;
  }
  .stepbox li {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
  .stepbox li h5 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .stepbox li {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .stepbox li {
    width: 66px;
    height: 66px;
  }
  .stepbox li .en {
    transform: scale(0.9);
  }
}
.list-ln-box {
  padding-bottom: 1.8rem;
}
.list-ln-box .title {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 1200px) {
  .list-ln-box .title {
    font-size: 20px;
  }
}
.list-ln-box .tip {
  color: #666;
  line-height: 1.9;
}
.article-box .archd {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.25rem;
  margin-bottom: 0.35rem;
}
.article-box h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .article-box h1 {
    font-size: 20px;
  }
}
.article-box .data {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.article-box .data span {
  padding: 0 5px;
}
@media (max-width: 640px) {
  .article-box .data {
    font-size: 12px;
  }
}
.article-box .arcbd {
  color: #666;
  line-height: 1.9;
  padding: 0 6% 0.7rem;
  border-bottom: 1px solid #f2f2f2;
}
.article-box .arcbd p {
  margin-bottom: 26px;
}
.article-box .arcbd img {
  display: block;
  margin: 0 auto 26px;
  width: 750px;
  max-height: auto;
}
.arcpnext {
  width: 88%;
  padding-top: 0.3rem;
  margin: 0 auto;
  padding-bottom: 1.2rem;
}
.arcpnext a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 30px;
  width: 80%;
  color: #666;
}
.arcpnext a:hover {
  color: #ffb720;
}
.list-news .leftbox {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
}
.list-news .img {
  position: relative;
  display: block;
}
.list-news .img ._bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.list-news .img:hover ._bg {
  transform: scale(1.1);
}
.list-news .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;
}
.list-news .img {
  display: block;
}
.list-news .img img {
  width: 100%;
}
.list-news .item {
  margin-bottom: 5px;
  padding: 0.4rem;
  border-bottom: 1px solid #f2f2f2;
}
.list-news .item .time {
  font-size: 12px;
  color: #999;
  margin-bottom: 0.2rem;
}
.list-news .item:hover {
  border-color: #ffb720;
}
.list-news .item:hover .title {
  color: #ffb720;
}
@media (min-width: 993px) {
  .list-news .item .leftbox {
    width: 70%;
  }
}
@media (min-width: 769px) {
  .list-news .item {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .list-news .item .inner {
    margin-right: 20%;
  }
  .list-news .item .leftbox {
    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;
  }
  .list-news .item .img {
    overflow: hidden;
    max-width: 30%;
  }
  .list-news .item .img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .list-news .item .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);
  }
  .list-news .item .desc {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.list-news .datebox {
  margin-right: 0.3rem;
  min-width: 100px;
  color: #666;
  font-family: medium;
  text-align: center;
  width: 15%;
  max-width: 160px;
}
.list-news .datebox .day {
  font-size: 0.42rem;
  line-height: 1;
  margin-bottom: 3px;
}
.list-news .datebox .date {
  color: #ababab;
}
.list-news .title {
  font-size: 18px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #666;
}
.list-news .title:hover {
  color: #ffb720;
}
.list-news .desc {
  color: #999;
  position: relative;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-news .arr {
  width: 42px;
  height: 7px;
  background-image: url('../images/arr2.png');
  display: block;
}
@media (max-width: 768px) {
  .list-news .img {
    margin-bottom: 0.3rem;
  }
  .list-news .item {
    position: relative;
  }
  .list-news .item .link {
    position: absolute;
    top: 0.4rem;
    bottom: 0.4rem;
    width: 100%;
    display: block;
    z-index: 5;
  }
  .list-news .item .arr {
    display: none;
  }
  .list-news .desc {
    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;
  }
  .list-news .desc::before {
    display: none;
  }
}
.join-title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 0.24rem;
  margin-top: 0.36rem;
  background: url(../images/ic_dot.png) no-repeat 0 center;
}
.joinus.pb {
  padding-bottom: 1rem;
}
.recruit-box {
  border: 1px solid #ebebeb;
  background: #fff;
  overflow: hidden;
}
.recruit-box ol li {
  width: 16%;
}
.recruit-box ol li:nth-child(1) {
  width: 26%;
}
.recruit-box ol li:nth-child(2) {
  width: 40%;
}
.recruit-box .arrow {
  transition: 0.3s;
  color: #ffb720 !important;
}
.recruit-box .item-hd li,
.recruit-box .hd-wrap li {
  float: left;
}
.recruit-box .hd-wrap {
  background-color: #484848;
}
.recruit-box .hd {
  height: 48px;
  line-height: 48px;
  color: #fff;
  padding: 0 22px;
}
.recruit-box .item-hd {
  padding: 13px 0;
  position: relative;
}
.recruit-box li {
  padding-left: 0.22rem;
}
.recruit-box li p {
  display: inline-block;
}
.recruit-box .item + .item {
  border-top: 1px solid #ebebeb;
}
.recruit-box .item-hd {
  cursor: pointer;
  line-height: 1.8;
}
.recruit-box .item-hd .tit {
  display: none;
}
.recruit-box .item-bd {
  color: #666;
  display: none;
  padding: 30px 22px 10px;
  background-color: #f2f2f2;
}
.recruit-box .active .item-hd {
  background: #ffb720;
  color: #fff;
}
.recruit-box .active .item-bd {
  border-top: 1px solid #ebebeb;
}
.recruit-box .active .arrow {
  color: #fff !important;
}
.recruit-box .active .arrow::before {
  content: "\e728";
}
.recruit-box .arrow {
  float: right;
  font-size: 14px;
  color: #333;
}
.recruit-box dd {
  margin: 5px 0 30px;
  font-size: 12px;
}
@media (max-width: 992px) {
  .recruit-box .item-hd li {
    width: 100%!important;
    padding: 0 10px;
  }
  .recruit-box .item-hd .tit {
    display: block;
    display: inline-block;
  }
}
.zujg {
  padding-bottom: 1.8rem;
  text-align: center;
}
.lsbox {
  padding-bottom: 1.5rem;
}
.lsbox .hd2 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.lsbox .img {
  text-align: center;
}
.lsbox .title {
  font-size: 0.34rem;
  color: #666;
  line-height: 1.2;
  position: relative;
}
.lsbox .title span {
  color: #ffb720;
  font-size: 0.58rem;
  font-family: medium;
}
.lsbox .title::after {
  content: '';
  display: block;
  margin-top: 0.14rem;
  width: 22px;
  height: 4px;
  background: #ffb720;
}
.lsbox .bd {
  height: 9.15rem;
  margin-top: 0.8rem;
  position: relative;
  background: url(../images/lsbg.png) no-repeat center 0;
  background-size: contain;
}
.lsbox dl {
  padding-bottom: 0.2rem;
}
.lsbox dl dt {
  color: #ffb720;
  font-size: 0.3rem;
  font-family: medium;
  font-weight: normal;
  margin-bottom: 0.1rem;
  line-height: 1;
  position: relative;
  top: -5px;
}
.lsbox dl dd {
  line-height: 1.76;
}
@media (min-width: 992px) {
  .lsbox dl {
    position: absolute;
    max-width: 25%;
  }
  .lsbox dl.bl {
    border-left: 1px solid #666;
    padding-left: 0.2rem;
  }
  .lsbox dl.br {
    border-right: 1px solid #666;
    padding-right: 0.2rem;
    text-align: right;
  }
  .lsbox dl:nth-child(1) {
    bottom: 6.7rem;
    right: 6.4rem;
  }
  .lsbox dl:nth-child(2) {
    top: 3.3rem;
    right: 5.6rem;
    max-width: 20%;
    padding-bottom: 0;
    padding-top: 0.2rem;
  }
  .lsbox dl:nth-child(3) {
    bottom: 4.8rem;
    left: 8.7rem;
    max-width: 20%;
  }
  .lsbox dl:nth-child(4) {
    padding-bottom: 0.7rem;
    bottom: 1.7rem;
    left: 2.1rem;
  }
  .lsbox dl:nth-child(5) {
    padding-bottom: 0.7rem;
    bottom: 1.4rem;
    left: 6.4rem;
  }
  .lsbox dl:nth-child(6) {
    padding-top: 0.9rem;
    padding-bottom: 0;
    top: 100%;
    margin-top: -1rem;
    left: 1rem;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .lsbox dl:nth-child(1) {
    bottom: 6.7rem;
    right: 6.9rem;
  }
  .lsbox dl:nth-child(3) {
    bottom: 5.2rem;
  }
  .lsbox dl:nth-child(4) {
    bottom: 1.2rem;
  }
  .lsbox dl:nth-child(6) {
    left: 1.48rem;
  }
}
@media (max-width: 992px) {
  .lsbox .bd {
    height: auto;
    background: #fff;
  }
  .lsbox .list {
    padding-top: 0.5rem;
  }
  .lsbox dl {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 480px) {
  .lsbox dl dt {
    font-size: 20px;
  }
}
.noafter:after {
  display: none !important;
}
