@import "../iconfont/iconfont.css";
.f64{ font-size:64px;}
.f62{ font-size:62px;}
.f60{ font-size:60px;}
.f55{ font-size:55px;}
.f52{ font-size:52px;}
.f50{ font-size:50px;}
.f48{ font-size:48px;}
.f46{ font-size:46px;}
.f42{ font-size:42px;}
.f40{ font-size:40px;}
.f38{ font-size:38px;}
.f36{ font-size:36px;}
.f32{ font-size:32px;}
.f30{ font-size:30px;}
.f28{ font-size:28px;}
.f26{ font-size:26px;}
.f24{ font-size:24px;}
.f22{ font-size:22px;}
.divhidden{ display:none;}
.wrap {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.w1200 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.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: #f6f6f6;
}
.c-base {
  color: #1C4FA1;
}
.bg-base {
  background: #1C4FA1;
}
.c-base2 {
  color: #1b8bcc;
}
.bg-base2 {
  background: #1b8bcc;
}
.hv:hover {
  color: #1C4FA1;
}
.hv-f:hover {
  color: #fff;
}
.line {
  border: 1px solid #e8e8e8;
}
.line-b {
  border-bottom: 1px solid #e8e8e8;
}
.line-t {
  border-top: 1px solid #e8e8e8;
}
.trans {
  transition: 0.5s;
}
.vcover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.vcover ._bg {
  visibility: hidden;
  width: 100%;
}
.vcontain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.vcontain ._bg {
  visibility: hidden;
  width: 100%;
}
.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: contain;
  background-position: center;
  z-index: 1;
  transition: transform 0.6s ease 0s;
}
.cover-box ._bg {
  width: 100%;
  visibility: hidden;
  display: block;
}
@media (max-width:768px){.cover-box{margin-top:40px;}

}
@media (min-width: 993px) {
  .cover-box:hover .cover-tip {
    opacity: 1;
    filter: alpha(opacity=1);
    background: #1c4fa18c;
  }
  .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);
}
.w1200 {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}
.simpel {
  font-family: simpel;
}
.iconfont {
  font-size: inherit;
}
.bg-white {
  background: #fff;
}
body {
  overflow-x: hidden;
}
.swiper-container {
  --swiper-theme-color: #1C4FA1;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.6s !important;
}
.medium {
  font-family: medium;
}
.cItem:not(.active) {
  display: none;
}
.vhide {
  visibility: hidden;
}
.pb50 {
  padding-bottom: 0.5rem;
}
/* footer s*/
.foot-wx {
  position: relative;
}
.foot-wx:hover {
  opacity: 1!important;
}
.foot-wx:hover .code {
  display: block;
}
.foot-wx .code {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  top: -160px;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  max-width: none;
  max-height: none;
  border: 5px solid #fff;
  z-index: 555;
}
.foot-wx .code img {
  width: 100%;
}
.foot-wx .code::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top-color: #fff;
  z-index: 55;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: -22px;
}
footer {
  color: #999;
  padding: .6rem 0 .3rem;
  background: url(../images/foot_bg.jpg) no-repeat #080d13;
}

footer .f_one{ overflow:hidden; border-bottom:1px solid #1b2026; padding-top:33px; padding-bottom:33px; margin-bottom:45px;}
footer .f_one .f_one_l{ float:left;transition:all 0.3s;}
footer .f_one .f_one_l img{ height:51px;}
footer .f_one .f_one_l:hover{opacity:0.9;filter:Alpha(opacity=90);}
footer .f_one .f_top{ float:right; width:76px; height:38px; margin-top:6px; background:url(../images/gotop2.png) no-repeat; background-size:100% 100%;transition:all 0.3s;}
footer .f_one .f_top:hover{opacity:0.8;filter:Alpha(opacity=80);}

@media (max-width: 768px) {
  footer {
    padding: 1rem 0 0.6rem;
  }
}
footer a {
  color: #999;
}
footer a:hover {
  color: #1C4FA1;
}
footer .content {
  padding: 0 0 1.2rem;
}
@media (max-width: 768px) {
  footer .content {
    padding: 0 0 0.6rem;
  }
}
footer .ftconcat {
  max-width: 40%;
}
footer .ftconcat h4 {
  font-family: OPPOSan;
  font-weight: normal!important;
}
footer .ftconcat .icon-jia {
  display: none;
}
footer .ft_icons {
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
footer .ft_icons .icon {
  color: #999;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
footer .ft_icons .icon:last-child {
  margin-right: 0!important;
}
footer .ft_icons .icon-tb {
  background-image: url('../images/ic_tb.png');
}
footer .ft_icons .icon-tm {
  background-image: url('../images/ic_tm.png');
}
footer .ft_icons .icon-sn {
  background-image: url('../images/ic_sl.png');
}
footer .ft_icons .icon-jd {
  background-image: url('../images/ic_jd.png');
  width: 45px;
}
footer .ft_icons .icon-pdd {
  background-image: url('../images/ic_p.png');
}
footer .ft_icons .icon:hover.icon-tb {
  background-image: url('../images/ic_tb_on.png');
}
footer .ft_icons .icon:hover.icon-tm {
  background-image: url('../images/ic_tm_on.png');
}
footer .ft_icons .icon:hover.icon-sn {
  background-image: url('../images/ic_sl_on.png');
}
footer .ft_icons .icon:hover.icon-jd {
  background-image: url('../images/ic_jd_on.png');
}
footer .ft_icons .icon:hover.icon-pdd {
  background-image: url('../images/ic_p_on.png');
}
@media (min-width: 993px) {
  footer .content {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .ftnavs {
    width: 60%;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
footer .content h4 {
  font-size: 20px;
  position: relative;
  margin-bottom: 12px;
  color: #fff;
  font-weight: bold;
}
footer .content h4 .en {
  font-family: Arial;
}
footer .content h4 .cn {
  display: none;
}
footer .content .info {
  line-height: 36px;
}
footer .content .info a {
  display: block;
  position: relative;
}
footer .content .info a::after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 2px;
  background: #1C4FA1;
  bottom: 5px;
  transition: 0.3s;
}
footer .content .info a:hover::after {
  width: 3em;
}
footer .navitem .icon-jia {
  float: right;
  transition: 0.3s;
  display: none;
  margin-right: 10px;
}
footer .ft-bottom {
  padding: 20px 0;
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #1b2026;
  line-height: 1.76;
}
footer .ft-bottom .icon {
  color: #999;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
}
footer .ft-bottom .icon:hover {
  opacity: 0.6;
}
footer .ft-bottom .icon-wx {
  background-image: url('../images/ic_wx.png');
}
footer .ft-bottom .icon-dy {
  background-image: url('../images/ic_dy.png');
}
footer .ft-bottom .copyright > * > * {
  display: inline-block;
  vertical-align: middle;
}
footer .ft-bottom .copyright a {
  margin-left: 5px;
}
footer .ft-bottom .copyright .skill {
  margin-left: 10px;
}
@media (min-width: 993px) {
  footer .ft-bottom {
    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: 992px) {
  footer .ft-bottom {
    text-align: center;
  }
}
@media (max-width: 640px) {
  footer .ft-bottom {
    font-size: 14px;
  }
  footer .ft-bottom .copyright {
    line-height: 1.8;
  }
  footer .ft-bottom .copyright a {
    display: inline-block;
  }
  footer .ft-bottom .icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background-size: contain;
  }
}
@media (max-width: 992px) {
  footer .navitem {
    float: none;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  footer .navitem .icon-jia {
    display: block;
    font-size: 14px;
    color: #ccc;
    font-weight: bold;
  }
  footer .navitem h4 {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 0;
  }
  footer .navitem h4 .cn {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-left: 4px;
  }
  footer .navitem h4 .cn::after {
    content: '/';
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }
  footer .navitem .info {
    display: none;
  }
  footer .content .info {
    font-size: 15px;
    padding-bottom: 30px;
    line-height: 2;
  }
  footer .navitem.active .iconfont {
    transform: rotate(180deg);
    left: 8px;
  }
  footer .ftconcat {
    max-width: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  footer .ftconcat h4 {
    height: 46px;
    line-height: 46px;
    position: relative;
    margin-bottom: 0;
  }
  footer .ft_icon_box {
    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;
    margin-top: 20px;
  }
  footer .ft_icon_box .ft_icons {
    margin-top: 0!important;
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  footer .content h4 {
    font-weight: normal;
    font-size: 17px;
  }
  footer .content .info {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  footer .ft_icon_box {
    padding: 0.2rem;
    padding-left: 18px;
  }
  footer .ft_icon_box .ft_icons .icon {
    margin-right: 24px;
  }
}
/* footer e*/
/* æ‰‹æœºç«¯èœå•*/
.menu_btn {
  width: 50px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
  position: absolute;
  left: 40%;
  transform-origin: center center;
  top: 50%;
  transform: translateY(-50%) scale(0.86);
  margin-left: -25px;
}
.menu_btn i {
  position: absolute;
  width: 30px;
  height: 3px;
  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;
}
.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);
}
.header {
  transition: 1s;
  width: 100%;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .hdinner {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  z-index: 999;
}
.header .logo {
  height: 100%;
  width: 96px;
  background: url('../images/logo.png')no-repeat center;
}
@media (max-width: 992px) {
  .header {
    height: 60px;
  }
  .header .logo {
    height: 60px;
    background-size: 60%;
  }
  .header .head-tel {
    line-height: 60px;
  }
}
.head-tel {
  color: #fff !important;
  font-size: 18px;
  line-height: 90px;
  background: url(../images/hd-tel.png) no-repeat 0 center;
  padding-left: 30px;
  font-family: simpel;
}
.pc-menus {
  height: 90px;
  position: absolute;
  left: 10%;
  right: 14%;
  top: 0;
  text-align: center;
}
.pc-menus .iinner {
  position: relative;
  padding: 0 8px;
  height: 73px;
  display: inline-block;
}
.pc-menus .iinner::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  height: 4px;
  transform: translateX(-50%);
  transition: 0.3s;
  background-color: #1C4FA1;
}
@media (max-width: 1200px) {
  .pc-menus {
    left: 16%;
    right: 20%;
    font-size: 18px;
  }
  .pc-menus .iinner {
    padding: 0 ;
  }
  .pc-menus .iinner::after {
    height: 2px;
    bottom: 4px;
  }
}
.pc-menus .menuitem {
  float: left;
  width: 13.8%;
  transition: 0.3s;
  padding-top: 20px;
}
.pc-menus .menuitem .tit {
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  height: 50px;
  overflow: hidden;
}
.pc-menus .menuitem .tit span {
  display: block;
  line-height: 50px;
  transition: 0.5s;
}
.pc-menus .menuitem .tit em {
  display: block;
  text-transform: uppercase;
}
.pc-menus > li.active .iinner::after,
.pc-menus > li:hover .iinner::after {
  width: 100%;
}
.pc-menus > li.active .tit span,
.pc-menus > li:hover .tit span {
  transform: translateY(-50px);
}
.pc-menus > li.active .tit::after,
.pc-menus > li:hover .tit::after {
  width: 100%;
}
.header.open {
  background: #fff;
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  top: 0;
}
.header.open .logo {
  background-image: url('../images/logo2.png');
}
.header.open .head-tel {
  color: #999 !important;
  background-image: url('../images/hd-tel2.png');
}
.header.open .pc-menus a {
  color: #999;
}
.header.open .pc-menus .active a,
.header.open .pc-menus li:hover a {
  color: #000;
}
.header.open .menu_btn i {
  background: #333;
}
@media (max-width: 992px) {
  .header.open .logo {
    background-image: url('../images/logo3.png');
  }
  .header.open .head-tel {
    color: #333 !important;
    background-image: url('../images/hd-tel3.png');
  }
}
.header.gray {
  background: #fff;
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  top: 0;
}
.header.gray .logo {
  background-image: url('../images/logo2.png');
}
.header.gray .head-tel {
  color: #999 !important;
  background-image: url('../images/hd-tel2.png');
}
.header.gray .pc-menus a {
  color:#3d3d3d;
}
.header.gray .pc-menus .active a,
.header.gray .pc-menus li:hover a {
  color: #000;
}
.header.gray .menu_btn i {
  background: #333;
}
@media (max-width: 992px) {
  .header.gray .logo {
    background-image: url('../images/logo3.png');
  }
  .header.gray .head-tel {
    color: #333 !important;
    background-image: url('../images/hd-tel3.png');
  }
}
.m-menus {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 60px;
  right: -100%;
  background: #fff;
  overflow: hidden;
  line-height: 40px;
  font-size: 15px;
  z-index: 999;
  padding-top: 10%;
  transition: 0.5s;
}
.m-menus .inner {
  height: calc((100vh - 60px ));
  overflow-y: auto;
  padding-bottom: 30px;
}
.m-menus a {
  color: #333;
}
.m-menus.active {
  right: 0;
}
.m-menus ul {
  overflow-x: hidden;
  overflow-y: auto;
}
.m-menus .item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.m-menus .item {
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.m-menus .item > a,
.m-menus h5 {
  display: block;
  padding: 0 8%;
  line-height: 46px;
  color: #333;
  position: relative;
  font-size: 16px;
}
.pagination {
  text-align: center;
  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 {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.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: #000;
  background-color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-color: #000;
}
.index-banner {
  height: 9rem;
  max-height: 100vh;
  background: #000;
}

.index-banner .img {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1920px) {
  .index-banner .img {
    background-attachment: fixed;
  }
}
.index-banner .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  text-align: center;
  color: #fff;
}
.index-banner .info .ic-logo {
  width: 613px;
  height: 75px;
  background-image: url('../images/banner_logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  max-width: 80vw;
  margin: 0 auto;
}
.index-banner .info .title{font-size:58px;letter-spacing:8px;font-weight:bold;}
.index-banner .info .desc {
  text-transform:uppercase;
  font-size: 0.26rem;
}
@media (max-width: 1200px) {
  .index-banner .info .desc {
    margin-top: 0.5rem;
  }
}
@media (max-width: 640px) {
  .index-banner .info .desc {
    margin-top: 0.2rem;
  }
}
@media (max-width: 480px) {
  .index-banner .info .desc {
    margin-top: 0;
  }
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  left: 0;
  top: 0;
}

.banner_next .banner_video{ float:left; width:178px; height:78px; position:relative; overflow:hidden;}
.banner_next .banner_video img{ width:100%;}
.banner_next .video-play{ cursor:pointer; width:100%; height:100%; transition:all 0.3s; position:absolute; top:0%; left:0; background:url(../images/encyclopedias_bg3.png) center center rgba(0,0,0,0.59) no-repeat;background-size:34px 34px;  cursor:pointer; }
.banner_next .video-play:hover{ background-color:rgba(0,0,0,0.3); }

.index-banner .swiper-pagination{ bottom:36px; width:100%;}
.index-banner .swiper-pagination-bullet{ width:11px; height:11px; background:rgba(255,255,255,0.76); margin-left:8px; margin-right:8px;}
.index-banner .swiper-pagination-bullet-active{ width:32px; background:#fff; border-radius:20px;}

.banner_next{position: absolute; bottom:10px; left: 0%; z-index: 10; width: 362px; border:2px solid #103e9ccf; background:#103e9ccf;}
.swiper-button-next:after, .swiper-button-prev:after{}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  width: 90px;
  height: 78px;
  margin: 0 0 0 0%;
  background: no-repeat center;
  /*position:absolute;*/
   float:left;
   position:static;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-size:12px 21px;
}
.index-banner .swiper-button-prev {
  background-image: url(../images/arrow2.png);float: left; position:relative; left:0;
}
.index-banner .swiper-button-prev:hover {
  /*background-position: 0 center;*/
}
.index-banner .swiper-button-prev:after{ content:""; position:absolute; right:0; height:18px; top:50%; margin-top:-9px; background:#e7e7e7; width:1px;}
.index-banner .swiper-button-next {
  background-image: url(../images/arrow3.png);float: left; margin-left:0;
}
.index-banner .swiper-button-next:hover {
  /*background-position: right center;*/
}
@media (max-width: 640px) {
  .index-banner {
    height: 4.2rem;
  }
  .index-banner .info .title{font-size:18px;}
  .index-banner .swiper-pagination{display:none;}
  .index-banner .info{width:100%;}
  .index-banner .info .desc{font-size: 14px;}
  /*è½®æ˜¾*/
.index-banner .down{bottom:50px; display:none;}
.index-banner .btn{bottom:30px;}
.banner_page{ bottom:28px;}
.index-banner .swiper-pagination{ bottom:20px;}
.index-banner .swiper-pagination-bullet{ width:8px; height:8px; margin-left:5px; margin-right:5px;}
.index-banner .swiper-pagination-bullet-active{ width:20px;}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next{ width:40px; height:38px;background-size: 5px 9px;}
.banner_next{ width:172px;}
.banner_next .banner_video{ height:38px; width:87px;}
.banner_next .video-play{background-size: 24px 24px;}
.index-banner .swiper-slide .txt{ line-height:30px;}
}

/*è§†é¢‘å¼¹çª—*/
.mainFilter{width: 100%;height: 100%;position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 100;display: none;background: url(../images/about_bg.png);}
.popupVideo {
  max-width: 800px;
  width:96%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 120;
  display: none;
  border-radius:4px;
  outline:none;
}
.popupVideo iframe,
.popupVideo video {
  width: 100%;
  max-height:500px;
  background:#000;
}
.popupVideo .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 18px;
  background: url(../images/c10_on.png) no-repeat center;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  border-radius:50%;
}
.popupVideo .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
   background-color:#1C4FA1;
    background-image:url(../images/c10.png);
}
.popupVideo .video_t{ height:60px; line-height:60px; overflow:hidden; background:#fff; padding-left:18px; color:##424242; font-size:18px; font-weight:400;}


.toScoll {
  overflow: hidden;
}
.index-news {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 1110px;
  position: relative;
}
.index-news h2 {
  float: left;
  font-size: 17px;
  color: #201f1f;
  text-transform: uppercase;
  font-family: simpel;
  letter-spacing: 3px;
  position: relative;
}
@media (min-width: 993px) {
  .index-news h2::after {
    content: '';
    display: block;
    width: 0.8rem;
    height: 1px;
    background-color: #979191;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    right: -1.2rem;
  }
}
.index-news .list {
  font-size: 12px;
}
@media (min-width: 993px) {
  .index-news .list {
    margin-left: 3.4rem;
    margin-right: 1.5rem;
  }
}
.index-news .list li {
  min-height: 0.4rem;
  margin-bottom: 0.46rem;
}
.index-news .list li a {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
}
.index-news .list .time {
  width: 1.7rem;
  color: #5e5e5e;
}
.index-news .list .tit {
  color: #9999a3;
  font-weight: bold;
  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;
}
.index-news .list a:hover .tit {
  color: #1C4FA1;
}
.index-news .more {
  border: 1px solid #1b1b1b;
  color: #434242;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  transition: 0.3s;
}
@media (min-width: 993px) {
  .index-news .more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    width: 46px;
    height: 130px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
  }
}
@media (max-width: 992px) {
  .index-news .more {
    width: 140px;
    height: 36px;
    line-height: 34px;
    display: block;
    margin: 40px auto 0;
  }
}
.index-news .more:hover {
  background: #1b1b1b;
  color: #fff;
}
@media (max-width: 992px) {
  .index-news h2 {
    float: none;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .index-news .list li {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 768px) {
  .index-news h2 {
    font-size: 22px;
  }
}
.iswiper-goods-box {
  background-color: #f6f6f6;
}
.iswiper-goods-box .inner {
  background-color: #f6f6f6;
}
.iswiper-goods-box .swiper-slide .info {
  transform: translateX(-150px);
  opacity: 0;
  transition: all 1s ease-out;
  transition-delay: 0.5s;
}
.iswiper-goods-box .ani-slide .info {
  transform: translateX(0);
  opacity: 1;
}
.iswiper-goods-box .swiper-slide .img {
  transform: translateX(400px);
  opacity: 0;
  transition: all 1s ease-out;
}
.iswiper-goods-box .ani-slide .img {
  transform: translateX(0);
  opacity: 1;
}
.iswiper-goods-box .swiper-slide-prev .img {
  transform: translateX(400px);
  opacity: 0;
}
.iswiper-goods-box .swiper-slide-prev .info {
  transform: translateX(-150px);
  opacity: 0;
}
@media (min-width: 768px) {
  .iswiper-goods-box .inner {
    overflow: hidden;
  }
}
.iswiper-goods-box.s2 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), #fff, rgba(0, 0, 0, 0.03));
}
.iswiper-goods-box.s2 .swiper-goods-2 {
  background: none;
}
.iswiper-goods-box.s2 .inner {
  background: none;
}
@media (max-width: 1400px) {
  .iswiper-goods-box.s2 {
    padding-top: 1rem;
  }
}
.iswiper-goods {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
}
.iswiper-goods .en {
  font-family: simpel;
  font-size: 0.58rem;
  line-height: 0.9;
  font-weight: bold;
  max-width: 560px;
}
.iswiper-goods .cn {
  font-size: 26px;
  margin: 0.2rem 0 0.6rem;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.iswiper-goods .cn span {
  position: relative;
  z-index: 5;
}
.iswiper-goods .cn::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #1C4FA1;
  z-index: 1;
  bottom: 0;
}
.iswiper-goods .desc {
  line-height: 30px;
  color: #afafaf;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .iswiper-goods .desc {
    padding-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .iswiper-goods {
    min-height: 6rem;
  }
  .iswiper-goods .img,
  .iswiper-goods .inner {
    min-height: 6rem;
  }
}
@media (max-width: 1200px) {
}
@media (min-width: 769px) {
  .iswiper-goods .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .iswiper-goods .img,
  .iswiper-goods .info {
    width: 50%;
    display: block;
  }
  .iswiper-goods .img {
    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;
  }
  .iswiper-goods .desc {
    margin-right: 5%;
    max-width: 430px;
  }
}
@media (max-width: 768px) {
  .iswiper-goods {
    height: 11rem;
  }
  .iswiper-goods .inner {
    padding: 1rem 0 0.3rem;
  }
  .iswiper-goods .img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 640px) {
  .iswiper-goods {
    height: 11rem;
  }
}
@media (max-width: 480px) {
  .iswiper-goods {
    height: 11.6rem;
  }
}
.iswiper-goods-box {
  background-color: #f6f6f6;
  padding: 0.6rem 0;
}
.iswiper-goods-box .inner {
  background-color: #f6f6f6;
}
.swiper-goods-2 {
  background: #f6f6f6;
}
.swiper-goods-2 li {
  display: none;
}
.swiper-goods-2 .active {
  display: block;
}
@media (max-width: 640px) {
  .swiper-goods-2 {
    height: 11rem;
  }
}
.iswiper-nav {
  position: absolute;
  bottom: 18%;
  left: 0;
  height: 0.46rem;
  z-index: 555;
  text-align: center;
}
.iswiper-nav li {
  width: 0.8rem;
  border-bottom: 0.03rem solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  vertical-align: middle;
  float: left;
  color: #999;
  margin-right: 1px;
  line-height: 0.46rem;
  height: 0.46rem;
  cursor: pointer;
  font-size: 12px;
  font-family: simpel;
  position: relative;
}
.iswiper-nav li em {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0.03rem;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  bottom: -0.03rem;
  opacity: 0;
  z-index: 55;
  transition: width 3s ease-in;
}
.iswiper-nav li.loading em {
  opacity: 1;
  width: 100%;
}
.iswiper-nav .on {
  color: #333;
}
@media (max-width: 1400px) {
  .iswiper-nav {
    bottom: 12%;
  }
}
@media (max-width: 1200px) {
  .iswiper-nav {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .iswiper-nav li {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 768px) {
  .iswiper-nav li {
    font-size: 0px;
  }
}
.index-goods {
  padding: 1.4rem 0 1.6rem;
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
}
.index-goods .en {
  font-size: 18px;
  font-family: simpel;
  font-weight: bold;
  padding-top: 0.3rem;
}
.index-goods ._bg {
  height: 1.14rem;
  background-color: #f7f7f7;
  display: block;
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  z-index: -1;
  transition: 0.3s;
}
.index-goods .inner {
  max-width: 558px;
  margin: 0 auto;
  position: relative;
}
.index-goods .tit {
  font-size: 16px;
  color: #939292;
  left: 0.2rem;
  position: absolute;
  top: 0.5rem;
  padding-left: 24px;
  transform-origin: 0 center;
  transform: rotate(-90deg);
  top: 30%;
}
.index-goods .tit::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #1C4FA1;
  bottom: 2px;
  left: 0;
}
.index-goods .img {
  text-align: center;
  display: block;
  overflow: hidden;
  padding: 0 10%;
  overflow: visible;
}
.index-goods .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-goods .img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.index-goods .item {
  width: 50%;
}
.index-goods .item:nth-child(2n) {
  margin-left: 50%;
}
.index-goods .item:nth-child(2n) .tit {
  right: -0.6rem;
  left: auto;
  transform-origin: 0 0;
}
.index-goods .item:nth-child(3) ._bg {
  bottom: 0.4rem;
}
.index-goods .item:nth-child(3) .tit {
  top: 40%;
}
.index-goods .item:nth-child(4) ._bg {
  bottom: 0.36rem;
}
.index-goods .item:nth-child(4) .tit {
  top: 50%;
}
@media (max-width: 768px) {
  .index-goods .item {
    width: 70%;
    margin-bottom: 1rem;
  }
  .index-goods .item:nth-child(2n) {
    margin-left: 30%;
  }
  .index-goods .item:nth-child(2n) .tit {
    right: -1rem;
  }
  .index-goods .en {
    font-size: 14px;
  }
}
.index-about {
  background-color: #f6f6f6;
}
.index-about .wrap {
  padding: 1.2rem 0;
  position: relative;
}
.index-about .inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.index-about .inner .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: 0.3s;
}
@media (min-width: 993px) {
  .index-about .wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 4.26rem;
    height: 100%;
    background-image: url('../images/c.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left: 25%;
    top: -14%;
    background-size: auto 60%;
  }
  .index-about .inner {
    margin-right: 15%;
  }
  .index-about .row {
    display: table;
    width: 100%;
    vertical-align: middle;
  }
  .index-about .row > * {
    display: table-cell;
    vertical-align: middle;
  }
  .index-about .row > * {
    float: none;
  }
  .index-about .row .cover .inner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .index-about .row .cover ._bg {
    visibility: hidden;
  }
  .index-about .info {
    padding: 0.5rem 0 0.5rem;
  }
}
.index-about .cover {
  position: relative;
}
.index-about .cover .inner {
  position: relative;
  z-index: 55;
}
.index-about .txt {
  line-height: 0.36rem;
  font-size: 16px;
  color: #3d3d3d;
  font-family: arial;
  padding-top: 17px;
  text-indent: 2em;
}
.index-about h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0.5rem 0 0.2rem;
}
.index-about h2 span{color: #a29f9f; font-size:24px;padding-left:10px;font-weight:normal;text-transform:uppercase;}
.index-about .desc {
  font-size: 16px;
  color: #3d3d3d;
  border-bottom: 2px solid #c9c9c9;
  line-height: 1.7;
  padding-bottom: 17px;
  text-indent: 2em;
}
.index-about .more {
  width: 145px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #cfcece;
  display: block;
  color: #666;
  font-size: 14px;
  margin-top: 0.7rem;
  transition: 0.3s;
  border-radius: 30px;
}
.index-about .more:hover {
  background: #1C4FA1;
  color: #fff;
  border-color: #1C4FA1;
  transform: scale(0.95);
}
@media (max-width: 1200px) {
  .index-about .txt {
    line-height: 1.76;
    font-size: 14px;
  }
  .index-about .desc {
    font-size: 14px;
    padding-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .index-about .leftbox {
    text-align: center;
  }
  .index-about .inner {
    text-align: center;
    background: none!important;
    margin: 0 auto 0.3rem;
    display: inline-block;
  }
  .index-about h2 {
    clear: both;
  }
}


.idata{padding:.8rem 0;text-align:center}
.idata ol{text-align:left}
.idata ol b{font-size:.6rem;font-family:medium}
.idata ol .desc{font-size:16px;color:#666}
.idata ol i{width:30px;height:30px;display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-size:contain;background-position:center;margin-right:10px;position:relative;top:-2px}
.idata ol i.ic1{background-image:url(../images/mj_1.png)}
.idata ol i.ic2{background-image:url(../images/mj_2.png)}
.idata ol i.ic3{background-image:url(../images/mj_3.png)}
.idata ol i.ic4{background-image:url(../images/mj_4.png)}
@media (min-width:992px){.idata ol{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:992px){.idata ol{overflow:hidden}
.idata ol li{width:50%;float:left;margin-bottom:.5rem}
}
@media (max-width:640px){.idata ol li{width:100%;float:none;border:1px solid #dedede;padding:.4rem;text-align:center;margin-bottom:.2rem}
.idata ol li b{font-size:36px;display:block;margin-bottom:5px}
.idata ol li .desc{font-size:14px}
.idata ol li:nth-child(3){clear:both}
.idata ol li i{width:.4rem!important;height:.4rem!important;margin-right:4px}
}


.homepro {background: url(../images/case_bgs.jpg) center center no-repeat #1c4fa1;overflow:hidden;}
.homepro .xxypadding{
	padding: 100px 0;
}

.homepro h2{
	font-size: 46px;
	color:#e6e6e6;
	line-height: 92px;
	position: relative;
	text-align: center;
}
.homepro h2:after{
	content: "Engineering Cases";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	line-height: 46px;
	opacity: 0.09;
}
.homepro p{
	text-align: center;
	font-size: 20px;
	color:#e6e6e6;
}
.homepro .overfhid{
	position: relative;
}
.homepro .homeproswiper{
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 68px;
	position: relative;
}
.homepro .overfhid .swiper-button-prev,.homepro .overfhid .swiper-button-next{
	color: #999;
	outline: none;
}
.homepro .overfhid .swiper-button-prev{
	left: -80px;
}
.homepro .overfhid .swiper-button-next{
	right: -80px;
}
.homepro .overfhid .swiper-button-prev.swiper-button-disabled,.homepro .overfhid .swiper-button-next.swiper-button-disabled{
	opacity: 0.7;
}
.homepro .homeproswiper .slidebox{
	display: block;
	position: relative;
	color: #fff;
	border-radius: 15px;
	overflow: hidden;
	transition: 0.5s;
}
.homepro .homeproswiper .slidebox img{
	display: block;
	width: 100%;
}
.homepro .homeproswiper .slidebox:hover{
	transform: translateY(-34px);
	padding-bottom: 0px;
}
.homepro .homeproswiper .slidebox .textbox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 20px;
    background: #06060670;
}
.homepro .homeproswiper .slidebox .textbox:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	opacity: 0.5;
	top: 0;
	height: 0;
	z-index: 0;
	background-color: var(--main-color);
	transition: 0.5s;
}
.homepro .homeproswiper .slidebox:hover .textbox:before{
	content: "";
	position: absolute;
	opacity: 1;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: var(--main-color);
	z-index: 0;
	transition: 0.5s;
}
.homepro .homeproswiper .slidebox .textbox:after{
	content: "";
	display: block;
	width: 1px;
	height: 38px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -23px;
}
.homepro .homeproswiper .slidebox .textbox h3{
	font-size: 24px;
	line-height: 48px;
	position: relative;
	z-index: 1;
}
.homepro .homeproswiper .slidebox .textbox p{
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.homepro .homeproswiper .slidebox .textbox div{
	font-size: 15px;
	opacity: 0;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	margin-top: 25px;
}
.homepro .homeproswiper .slidebox:hover .textbox div{
	opacity: 1;
	transition: 0.5s;
}
@media screen and (max-width: 1024px){
.homepro .homeproswiper{padding-bottom: 40px;padding-top: 40px;}
}
@media screen and (max-width: 700px){
.homepro h2, .homeabout .aboutbox .abouttext .textbox h2, .homeapp .appbox h2{font-size: 30px;}   
}

.i-listb {
  background: url(../images/img3.jpg) no-repeat center;
  background-size: cover;
  padding: 2.5rem 0 1.7rem;
}
.i-listb .dlbox {
  width: 1200px;
  margin: 0 auto;
}
.i-listb .dlbox .left {
  width: 32.5%;
  margin-top: 1rem;
}
.i-listb .dlbox .left .tit-40 {
  margin-bottom: .5rem;
}
.i-listb .dlbox .left .p-16 {
  opacity: .9;
}
.i-listb .dlbox .right {
  width: 58%;
}
.i-listb .dlbox .right img {
  width: 100%;
}
.i-listb .dlbox .button-box {
  margin-top: 1.6rem;
}
.i-listb .dlbox .button-box .orderbtn {
  width: 3.8rem;
  height: 1.15rem;
  line-height: 1.15rem;
  border-radius: 1.15rem;
  text-align: left;
  text-indent: .75rem;
  color: #fff;
  background:transparent;
  display: block;
  margin-right: 12px;
  position: relative;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
  transition:all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}
.i-listb .dlbox .button-box .orderbtn:hover {
  background: rgba(2, 156, 106, 1);
  box-shadow: inset 0px 0px 0px 1px #ff3333;
}
.i-listb .dlbox .button-box .orderbtn1:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  top: 50%;
  margin-top: -3px;
  right: .75rem;
  background: url(../images/img16.png) no-repeat center;
  background-size: 10px 7px;
}
.i-listb .dlbox .button-box .orderbtn2 {
  background: transparent;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  text-indent: 1.2rem;
}
.i-listb .dlbox .button-box .orderbtn2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: .7rem;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}


.i_contact{ overflow:hidden; background:url(../images/ser_bg.jpg) center center no-repeat; background-size:cover;}

.i_contact .i_title .h3{ color:#fff;}

.i_contact .ends{overflow:hidden;margin-top: 1%;margin-bottom: 10%;text-align:center;cursor:pointer;}

.i_contact .rbtn {background:#1c4fa1;color:#fff;padding: 15px 60px;margin: 0 auto;font-size:18px;display: inline-block;border-radius: 30px;}
@media screen and (max-width: 960px){
    .i_contact .i_title h3{font-size:18px;}
    .i_contact .i_title .en{font-size:14px;margin-top: 10px;}
    .i_contact .rbtn{padding: 10px 30px;font-size: 14px;}
}

/*äº§å“ä¸­å¿ƒ*/
.i_product_bg{ overflow:hidden; background:url(../images/i_bg1.jpg) center center no-repeat #f1f3f2; background-size:cover;clear: both;}
.i_title{ overflow:hidden; margin-top:8%; text-align:center;}
.i_title .p{ color:#545555; font-size:18px;}
.i_title .h3{ color:#212121; font-weight:normal; overflow:hidden; line-height:1.3; margin-bottom:1%;}
.i_two_a{ overflow:hidden; margin-top:2%;  position:relative; margin-bottom:3%; text-align:center; height:60px;}
.i_two_a:after{content:""; position:absolute; left:0%; height:1px; bottom:0;width:100%; background:#ededed;}
.i_two_a .scroller {/*position:absolute;*/display:inline-block; vertical-align:top;}
.i_two_a .scroller li{ float:left;/*  padding-right:3%;*/ position:relative; padding-left:30px; padding-right:30px;}
.i_two_a .scroller li dd:after{ content:""; position:absolute; left:50%; right:50%; height:3px; bottom:0;width:0px; background:#1C4FA1;transition:all 0.3s;}
.i_two_a .scroller li.cur dd:after{ width:100%; left:0; right:0;}
.i_two_a .scroller li dd{ overflow:hidden; cursor:pointer; text-align:center; position:relative; padding-left:5px; padding-right:5px; }
.i_two_a .scroller li a{ color:#333333;  }
/*.i_two_a .scroller li a:hover{ color:#2285ed;}*/
.i_two_a .scroller li.cur a{ color:#1C4FA1;}
.i_two_a .scroller li dd i{float:left; width:32px; height:60px;display:block; background-repeat:no-repeat; background-size:32px 30px; background-position:left center; overflow:hidden;transition:all 0.3s; margin-right:12px;}
.i_two_a .scroller li dd .h4{ float:left;font-size:16px;  font-weight:normal; overflow:hidden;  height:60px; line-height:60px;color:#333333;margin:0px;}
.i_two_a .scroller li.cur dd .h4{color:#1C4FA1;}
.i_two{}
.i_two .divhidden{opacity:0;filter:Alpha(opacity=0);transition: all 1.5s;  /*height:0;*/ /*display:none;*/ /*overflow:hidden;*/ height: 0; overflow:hidden; display:block;}
.i_two .divhidden.on{opacity:1.0;filter:Alpha(opacity=100);/* height:auto;*//*display:block;*/height: auto;}
/*äº§å“*/
.owl-demo7{ margin:0 auto;  text-align:center; margin-bottom:5%;   }
/*.owl-demo7.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo7.owl-theme .owl-controls{ position:absolute; top:0; width:100%; height:0;}
.owl-demo7.owl-theme .owl-controls .owl-pagination{ display:none;}
.owl-demo7.owl-theme .owl-controls .owl-buttons{ position:absolute; top:300px; width:100%; left:0; height:0; display:none;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:47px; height:47px;/*IE7 life-saver*/ text-indent:100px; line-height:40px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s; margin-top:-0px;/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*/}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left3.png) center center no-repeat; background-size:100%; float:left; margin-left:0px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background-image:url(../images/left3_on.png);opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next{background:url(../images/right3.png) center center no-repeat; background-size:100%; float:right; margin-right:0px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background-image:url(../images/right3_on.png);opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo7.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo7 .item{margin:0 3%;}
.owl-demo7 .item dd{ overflow:hidden;transition:all 0.3s; background:#fff; margin-bottom:6%; margin-top:2%;}
.owl-demo7 .item dd:hover{box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.05);-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);}
.owl-demo7 .item dd .imgs{ overflow:hidden; position:relative; padding-top:100%;}
.owl-demo7 .item dd .imgs img{display: block;width: 100%; position:absolute; top:0; left:0; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.owl-demo7 .item dd:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1); }
.owl-demo7 .item dd .txts{ padding-left:1%; padding-right:1%; overflow:hidden; text-align:center;}
.owl-demo7 .item dd .txts .h3{font-weight:bold; color:#333333;overflow:hidden; height:40px; line-height:40px; margin-top:45px;white-space:nowrap;text-overflow:ellipsis;transition:all 0.3s;margin-bottom:0px;}
.owl-demo7 .item dd .txts .p{line-height:24px; height:24px; font-size:15px; color:#999999; overflow:hidden; margin-top:5px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;margin-bottom: 20px;}
.owl-demo7 .item dd:hover .txts .h3{ color:#1C4FA1;}

.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;-webkit-touch-action:pan-y;-moz-touch-action:pan-y;-o-touch-action:pan-y;touch-action:pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.inews {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: .7rem 0 1rem;
}
.inews .hd {
  text-align: center;
  margin-bottom: 0.7rem;
}
.inews .row {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.inews .row > * {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.inews h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.2rem;
}
.inews h2::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #1C4FA1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: 0;
}
.inews li {
  margin-bottom: 0.6rem;
}
.inews li .cover-box {
  margin-bottom: 0.4rem;
}
.inews li .tit {
  font-size: 20px;
  font-weight: bold;
}
.inews li .desc {
  color: #bfbfc3;
  margin: 0.1rem 0 0.2rem;
  width: 90%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inews li .day {
  color: #a7a7aa;
}
@media (max-width: 768px) {
  .inews {
    padding: 0.8rem 0 0.6rem;
  }
  .inews .hd {
    margin-bottom: 0.5rem;
  }
  .inews .hd h2 {
    font-size: 24px;
  }
  .inews li .tit {
    font-size: 18px;
  }
  .inews li .desc {
    width: 100%;
  }
}
.banner {
  height: 6rem;
  position: relative;
  overflow: hidden;
  max-height: 60vh;
}
.banner .bg {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1920px) {
  .banner .bg {
    background-size: 100%;
    background-position: center 0;
  }
}
.banner .inner {
  height: 100%;
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  z-index: 55;
  color: #fff;
}
.banner .content {
  height: 100%;
  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;
  padding-top: 1rem;
}
.banner .en {
  font-size: 0.9rem;
  font-family: simpel;
  line-height: 0.9;
  font-weight: bold;
}
.banner h2 {
  font-size: 0.48rem;
  font-weight: bold;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}
.banner .data {
  font-size: 16px;
}
.banner .data .item {
  color: #fff;
  margin-right: 0.2rem;
  display: block;
  float: left;
  border-top: 2px solid transparent;
  line-height: 36px;
}
.banner .data .item:hover {
  color: #1C4FA1;
}
.banner .data .item:last-child {
  margin-right: 0;
}
.banner .data .active {
  border-top-color: #fff;
}
.vscroll {
  color: #fff;
  font-size: 16px;
  position: absolute;
  transform-origin: right 0;
  right: 0.5rem;
  bottom: 0;
  z-index: 555;
  letter-spacing: 2px;
  font-family: simpel;
  transform: rotate(90deg);
  padding-right: 0.9rem;
  cursor: pointer;
}
.vscroll::after {
  content: '';
  display: block;
  width: 0.86rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  right: 0;
}
@media (max-width: 768px) {
  .banner .bg {
    background-size: auto 8.76rem;
  }
}
@media (max-width: 640px) {
  .vscroll {
    display: none;
  }
}
.news-list-box {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible!important;
  padding: 1rem 0;
}
.news-list-box.s2 {
  padding-bottom: 2rem;
}
.title-2 {
  text-align: center;
  position: relative;
  margin-bottom: 0.6rem;
}
.title-2 .en {
  font-size: 0.6rem;
  color: #000;
  opacity: 0.1;
  font-family: OPPOSan;
  text-transform: uppercase;
}
.title-2 h2 {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
.title-2 h2::after {
  content: '';
  display: block;
  position: absolute;
  width: 45px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 4px solid #1C4FA1;
  bottom: -0.24rem;
}
@media (max-width: 992px) {
  .title-2 .en {
    font-size: 30px;
  }
  .title-2 h2 {
    font-size: 20px;
  }
}
.title-3 {
  font-weight: bold;
}
.title-3 .en {
  font-size: 38px;
  font-family: simpel;
}
.title-3 .en:not(.s2) {
  text-transform: uppercase;
}
.title-3 h2 {
  font-size: 22px;
  font-family: OPPOSan;
}
@media (max-width: 992px) {
  .title-3 .en {
    font-size: 30px;
  }
  .title-3 h2 {
    font-size: 20px;
  }
}
.news-list li {
  margin-bottom: 0.6rem;
  position: relative;
  background: #f6f6f6;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .news-list li {
    display: table;
    width: 100%;
  }
  .news-list li > * {
    display: table-cell;
    vertical-align: middle;
  }
  .news-list li .img {
    width: 33%;
  }
  .news-list li .info {
    width: 67%;
    padding: 0.4rem;
  }
  .news-list li .desc {
    width: 96%;
  }
  .news-list li .more {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .news-list li:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .news-list li:hover .more {
    background: #1C4FA1;
    transition: 0.3s;
  }
  .news-list li:hover .more em {
    transform: translateX(10px);
  }
}
.news-list .info::after {
  content: '';
  display: block;
  position: absolute;
  width: 20%;
  border-bottom: 1px dashed #dedede;
  bottom: 0.6rem;
}
.news-list h2 {
  font-size: 24px;
}
.news-list .time {
  color: #999;
  margin: 2px 0 0.2rem;
}
.news-list .desc {
  color: #999;
  line-height: 1.9;
  margin-bottom: 0.34rem;
  position: relative;
}
.news-list .more {
  display: block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #333333;
  color: #fff;
  text-transform: uppercase;
}
.news-list .more em {
  display: inline-block;
  padding-right: 36px;
  background-image: url('../images/ic_arr.png');
  transition: 0.3s;
  background-position: right center;
  background-repeat: no-repeat;
}
.news-list .inner {
  background: #f6f6f6;
}
@media (min-width: 1200px) {
  .news-list .desc {
    line-height: 25px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .news-list .desc {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .news-list li {
    margin-bottom: 1rem;
    background: none;
  }
  .news-list .info {
    margin-top: 0.2rem;
  }
  .news-list .info::after {
    display: none;
  }
  .news-list .info h2 {
    margin-bottom: 0.1rem;
  }
  .news-list .desc {
    line-height: 24px;
    height: 72px;
  }
  .news-list .more {
    margin-top: 0.4rem;
  }
}
.goods-tab-nav {
  background: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}
.goods-tab-nav ul {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 10%;
  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;
  font-size: 16px;
  color: #999;
  max-width: 1200px;
}
.goods-tab-nav ul .icon {
  margin-bottom: 5px;
}
.goods-tab-nav ul li {
  cursor: pointer;
  padding: 0 10px;
  border-bottom: 4px solid transparent;
  height: 1.8rem;
  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;
}
.goods-tab-nav ul li:hover a {
  transform: translateY(-5px);
}
.goods-tab-nav ul a {
  transition: 0.3s;
  display: block;
}
.goods-tab-nav ul .active {
  border-bottom-color: #1C4FA1;
  color: #333;
}
@media (max-width: 768px) {
  .goods-tab-nav {
    margin-bottom: 0.6rem;
  }
  .goods-tab-nav ul {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
  .goods-tab-nav ul li {
    padding: 0;
    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;
  }
  .goods-tab-nav ul .icon {
    max-width: 60%;
  }
}
.goods-list-box {
  padding-bottom: 1.5rem;
  margin-top: 1rem;
}
.goods-list {
  padding-bottom: 0.5rem;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.goods-list > * {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.goods-list li {
  text-align: center;
  margin-bottom: 0.3rem;
}
.goods-list .inner {
  padding: 0 0 0.4rem;
  text-align: center;
  background: #f6f6f6;
  transition: 0.3s;
}
.goods-list .inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.goods-list .tit {
  margin: 0.3rem 0.1rem 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 20px;line-height: 30px;
}
@media (max-width: 768px) {
  .goods-list {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .goods-list > * {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .goods-list li {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .goods-list .inner {
    padding-bottom: 0.2rem;
    padding-top: .4rem;
  }
  .goods-list .inner .img {
    margin: 0 0.2rem;
  }
  .goods-list .tit {
    margin-top: 0.2rem;
    font-size: 16px;
  }
}
.room-box {
  text-align: center;
}
.room-box .txt {
  font-size: 16px;
  color: #717171;
  text-align: left;
  margin-bottom: 0.6rem;
  line-height: 1.76;
}
.zt-swiper-box {
  position: relative;
  margin-top: 0.4rem;
}
.zt-swiper-box .swiperpnext {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  z-index: 55;
  width: 34px;
  height: 34px;
  outline: none;
}
.zt-swiper-box .swiper-prev {
  left: 0;
  background-image: url('../images/arr_l.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.zt-swiper-box .swiper-prev:hover {
  background-image: url('../images/arr_l_on.png');
}
.zt-swiper-box .swiper-next {
  right: 0;
  background-image: url('../images/arr_r.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.zt-swiper-box .swiper-next:hover {
  background-image: url('../images/arr_r_on.png');
}
.zt-swiper-box .swiper-button-disabled {
  opacity: 0.2 !important;
}
.zt-swiper-box .tit {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 55;
  padding: 10px 30px;
  border-radius: 0  0em 4em 0;
  font-size: 20px;
  background: #1C4FA1;
  color: #fff;
}
@media (min-width: 1400px) {
  .zt-swiper-box {
    padding: 0 70px;
    width: 90%;
    margin: 30px auto 0px;
  }
}
@media (max-width: 992px) {
  .zt-swiper-box .zt-swiper-imgs {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .zt-swiper-box .tit {
    font-size: 14px;
    padding: 5px 20px 5px 5px;
    width: 100%;
    border-radius: inherit;
    text-align: center;
  }
}
.zt-swiper-thumbs {
  margin-top: 0.24rem;
}
.zt-swiper-thumbs li {
  background: #ebebeb;
  padding: 4px;
  position: relative;
}
.zt-swiper-thumbs li .tit {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  height: 24px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding-left: 4px;
  z-index: 55;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .zt-swiper-thumbs li {
    width: calc((92vw - 120px)/7);
    margin-right: calc(120px/7);
  }
}
.zt-swiper-thumbs .swiper-slide-thumb-active {
  background: #1C4FA1;
}
.bg-white {
  background: #fff;
}
.base-main {
  background: #fff;
  padding-top: 1rem;
}
@media (max-width: 992px) {
  .base-main {
    padding-top: 1.3rem;
  }
}
@media (min-width: 992px) {
  .col-main {
    width: 64%;
    float: left;
    margin-right: 5%;
  }
}

@media (min-width: 992px) {
  .col-sub {
    width: 30%;
    max-width: 330px;
    float: right;
  }
}
.main-info {
  margin-bottom: 1.2rem;
}
.col-sub h2 {
  font-size: 0.24rem;
  margin-bottom: 26px;
  background: #1c4fa1;
  text-align: center;
  line-height: 100px;
  color: #fff;
}
@media (max-width: 992px) {
  .col-sub h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.sub-news-list li {
  margin-bottom: 26px;
}
.sub-news-list .tit {
  font-size: 16px;
  background: #f6f6f6;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .sub-news-list {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .sub-news-list > * {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    width: 100%;
  }
  .sub-news-list .tit {
    font-size: 14px;
  }
  .sub-news-list li:nth-child(2n+1) {
    clear: both;
  }
}
.article-box .hd {
  border-bottom: 1px solid #ddd;
  margin-bottom: 26px;
}
.article-box .hd h2 {
  font-size: 0.34rem;
  line-height: 1.2;
}
.article-box .hd .info {
  color: #999;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .article-box .hd h2 {
    font-size: 22px;
  }
}
.article-box .article {
  font-size: 16px;
  line-height: 1.76;
  padding-bottom: 0.9rem;
}
.article-box .article p {
  margin-top: 0.2rem;
}
.article-box img {
  display: block;
  margin: 0 auto;
}
.article-box .pnext {
  padding: 0.5rem 0;
  border-top: 1px solid #1C4FA1;
  line-height: 0.46rem;
}
.article-box .pnext a {
  display: block;
  color: #999;
}
.article-box .pnext a:hover {
  color: #1C4FA1;
}
.zh-list {
  padding-bottom: 0.2rem;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.zh-list > * {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.zh-list li {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .zh-list .inner {
    transition: 0.3s;
  }
  .zh-list .inner:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
  }
}
.zh-list .info {
  border: 1px solid #e8e8e8;
}
.zh-list .info .top {
  padding: 18px 20px 26px;
}
.zh-list .info .site {
  border-top: 1px solid #e8e8e8;
  display: block;
  padding: 0 20px;
  color: #999;
  height: 54px;
  line-height: 54px;
  padding-left: 55px;
  position: relative;
  background: url(../images/ic_site.png) no-repeat 20px center;
  transition: 0.3s;
}
.zh-list .info .site::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../images/ic_arr2.png');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.zh-list .info .site:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.zh-list .info .site:hover::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.zh-list .info .time {
  color: #999;
}
.zh-list .info .tit {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.login-box {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 1rem 0 2.6rem;
}
.login-box .title-2 {
  margin-bottom: 0.9rem;
}
@media (min-width: 992px) {
  .login-box .bd {
    padding-left: 55%;
    padding-right: 5%;
    position: relative;
  }
  .login-box .bd::before {
    width: 55%;
    height: 100%;
    background: url(../images/loginbg.png)no-repeat right center;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .login-box .bd {
    margin: 0 8%;
    text-align: center;
  }
  .login-box .title-2 {
    margin-bottom: 1.2rem;
  }
}
.login-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.login-box form .cell {
  height: 60px;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  border-bottom: 1px solid #e8e8e8;
}
.login-box form .cell input {
  width: 100%;
  padding: 10px 0;
  display: block;
}
.login-box form .cell .forget {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.login-box form .cell .forget:hover {
  color: #1C4FA1;
}
.login-box form .btn {
  width: 160px;
  height: 48px;
  margin-top: 45px;
  margin-bottom: 40px;
  background: #000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.login-box form .btn:hover {
  background: #1C4FA1;
  transform: scale(0.98);
}
@media (max-width: 991px) {
  .login-box form .cell {
    margin-bottom: 0;
  }
}
.login-box .tip {
  color: #999;
}
.login-box .tip a {
  color: #333;
  border-bottom: 1px solid #666;
  line-height: 24px;
  display: inline-block;
}
.login-box .tip a:hover {
  color: #1C4FA1;
}
.login-box .tip a:hover {
  border-color: #1C4FA1;
}
.goods-type {
  color: #666;
  font-size: 16px;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.goods-type nav {
  width: 60%;
}
.goods-type nav .tit {
  color: #999;
}
.goods-type nav a {
  display: inline-block;
  margin-right: 20px;
}
.goods-type nav a:hover {
  color: #1C4FA1;
}
.goods-type nav .active {
  color: #1C4FA1;
}
@media (min-width: 768px) {
  .goods-type form {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .goods-type form .key {
    text-align: right;
    width: 200px;
  }
  .goods-type form .key:focus {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .goods-type nav {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .goods-type form {
    border: 1px solid #e8e8e8;
    padding: 0  10px 0 16px;
    border-radius: 4px;
    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;
  }
  .goods-type form .key {
    display: block;
    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;
  }
}
.goods-type form .key {
  padding: 10px 0;
  margin-right: 10px;
  font-size: 16px;
  color: #1C4FA1;
}
.goods-type form .submit {
  font-size: 18px;
  color: #1C4FA1;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.goods-type form .submit:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #333;
}
.goods-type form input::-webkit-input-placeholder,
.goods-type form textarea::-webkit-input-placeholder {
  color: #bbb;
}
.goods-type form input:-moz-placeholder,
.goods-type form textarea:-moz-placeholder {
  color: #bbb;
}
.goods-type form input::-moz-placeholder,
.goods-type form textarea::-moz-placeholder {
  color: #bbb;
}
.goods-type form input:-ms-input-placeholder,
.goods-type form textarea:-ms-input-placeholder {
  color: #bbb;
}
.goods-type-box .title-2 {
  margin-bottom: 0.8rem;
}
.cp-list {
  margin-bottom: 0.6rem;
  margin-top: 0.5rem;
}
.cp-list li {
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 150px 30px 54px;
  position: relative;
  background: url(../images/pdf.png) no-repeat 0 center;
  transition: 0.3s;
}
.cp-list li:hover {
  border-bottom-color: #1C4FA1;
}
.cp-list li:hover .tit {
  transform: translateX(5px);
}
.cp-list li .tit {
  font-size: 20px;
  transition: 0.3s;
}
.cp-list li .down {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cp-list li .down:hover {
  color: #1C4FA1;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cp-list li {
    padding: 20px 100px 20px 30px;
    background-size: 20px;
  }
  .cp-list li .tit {
    font-size: 16px;
  }
  .cp-list li .down {
    font-size: 14px;
  }
}
.support-box {
  padding: 1.3rem 0 2rem;
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.support-box .row {
  position: relative;
}
.support-box .row ._bg {
  width: 33%;
  position: absolute;
  height: 100%;
  background: #1C4FA1;
  z-index: -1;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: scale(0.5);
  opacity: 0;
}
.support-box .row ._bg.on {
  transform: scale(1);
  opacity: 1;
}
.support-box li a {
  padding: 0.3rem 0;
  padding-left: 58%;
  display: block;
  position: relative;
}
.support-box li .ic {
  width: 50%;
  height: 70%;
  background-size: 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 15%;
  border-right: 1px dashed #e8e8e8;
}
.support-box li .ic1 {
  background-image: url('../images/ic_fw1.png');
}
.support-box li .ic2 {
  background-image: url('../images/ic_fw2.png');
}
.support-box li .ic3 {
  background-image: url('../images/ic_fw3.png');
}
.support-box li h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .support-box li .ic {
    background-size: 0.8rem;
  }
  .support-box li h3 {
    font-size: 20px;
  }
}
.support-box .active a {
  color: #fff;
}
.support-box .active .ic1 {
  background-image: url('../images/ic_fw1_on.png');
}
.support-box .active .ic2 {
  background-image: url('../images/ic_fw2_on.png');
}
.support-box .active .ic3 {
  background-image: url('../images/ic_fw3_on.png');
}
@media (max-width: 992px) {
  .support-box .row {
    margin-left: -0.05rem;
    margin-right: -0.05rem;
  }
  .support-box .row > * {
    padding-left: 0.05rem;
    padding-right: 0.05rem;
  }
  .support-box li {
    margin-top: 0.2rem;
  }
  .support-box li a {
    padding-left: 50%;
  }
  .support-box li .ic {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .support-box .row {
    max-width: 500px;
    margin: 0 auto;
  }
}
.contact-box {
  background: #f6f6f6;
  background: #f5f3f0;
  padding-top: 0.9rem;
}
.contact-box .map {
  height: 6.8rem;
}
.msg-box {
  padding: 1.3rem 0 2rem;
  width:100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;

}
.msg-box .inner {
  color: #666;
  border-bottom: 1px solid #a9a7a8;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.msg-box .inner .tit {
  display: block;
}
.msg-box .inner input {
 
  padding: 10px 0;
  display: block;
  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;
  font-size: 16px;
}
.msg-box .areabox {
  border-bottom: 1px solid #a9a7a8;
}
.msg-box .areabox .tit {
  height: 60px;
  line-height: 60px;
}
.msg-box .areabox textarea {
  height: 100px;
  display: block;
  width: 100%;
  margin-top: 30px;
}
.msg-box .submit {
  display: block;
  margin: 60px auto 0;
  width: 160px;
  height: 48px;
  background: #000;
  color: #fff;
  font-size: 16px;
}
.msg-box .submit:hover {
  background: #1C4FA1;
}
.good-main-box {
  margin-top: 1.7rem;
  margin-bottom: 1.2rem;
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .good-main-box .gm-swiper {
    float: left;
    width: 50%;
  }
  .good-main-box .gm-info {
    float: left;
    width: 50%;
    padding-left: 1rem;
    text-align: left;
  }
  .good-main-box .good-swiper-imgs {
    margin-left: 100px;
    max-height: 638px;
  }
}
@media (max-width: 991px) {
  .good-main-box {
    margin-top: 1.2rem;
  }
  .good-main-box .good-swiper-imgs {
    margin-bottom: 0.5rem;
  }
}
.good-swiper-thumbs {
  width: 80px;
  max-height: 638px;
  float: left;
}
.good-swiper-thumbs li {
  height: 102px;
}
.good-swiper-thumbs li .cover-box {
  background-color: #f6f6f6;
  transition: 0.3s;
  border: 4px solid #f6f6f6;
  display: block;
}
.good-swiper-thumbs .swiper-slide-thumb-active .cover-box {
  border-color: #1C4FA1;
}
.good-swiper-imgs {
  text-align: center;
}
.good-swiper-imgs .cover-box {
  background-color: #f6f6f6;
}
.gm-info h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .gm-info h2 {
    font-size: 24px;
  }
}
.gm-info .desc {
  color: #666;
  line-height: 30px;
  padding: 0.2rem 0;
}
.gm-info .btns {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.gm-info .btns a {
  width: 188px;
  height: 48px;
  line-height: 48px;
  background: #333;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
  transition: 0.3s;
  max-width: 45%;
}
.gm-info .btns a:hover {
  background: #1C4FA1;
  color: #fff;
  transform: scale(0.98);
}
.gm-info .btns a span {
  padding-left: 26px;
  background: url(../images/ic_zx.png) no-repeat 0 center;
  display: inline-block;
}
.gm-info .btns a .sc {
  background-image: url('../images/ic_sc.png');
}
.gm-info .btns .btn1 {
  margin-right: 16px;
}
.gm-info .btns .btn2 {
  background: #1C4FA1;
}
@media (max-width: 991px) {
  .gm-info .btns {
    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;
  }
}
.gm-info .colors {
  padding: 0.3rem 0 0.7rem;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.gm-info .colors img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
}
.gm-info .data {
  padding: 0.2rem 0;
  line-height: 0.5rem;
  font-size: 16px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #a3a3a3;
}
.good-main-info {
  padding: 0.9rem 0;
  background: #f6f6f6;
}
.good-main-info h2 {
  font-size: 30px;
}
@media (max-width: 992px) {
  .good-main-info h2 {
    font-size: 22px;
  }
  .gm-info .data video{width:100%;}
}
.good-main-info .info {
  font-size: 16px;
  color: #717171;
  text-align: left;
  margin-bottom: 0.6rem;
  line-height: 1.76;
}
.good-main-info .info p {
  margin-top: 1.5em;
}
.rec-goods {
  padding: 1.1rem 0 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #f6f6f6;
}
.rec-goods h2 {
  text-align: center;
  font-size: 28px;
  font-family: simpel;
  margin-bottom: 0.4rem;
}
@media (max-width: 992px) {
  .rec-goods h2 {
    font-size: 22px;
  }
}
.about-box {
  padding: 1.7rem 0 0rem;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;

}
.about-box .hd {
  padding-bottom: 0.4rem;
  position: relative;
  margin-bottom: 0.34rem;
}
.about-box .hd::after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 4px;
  background: #1C4FA1;
  left: 0;
  bottom: 0;
}
.about-box .bd .img {
  width: 35%;
  float: left;
  margin-right: 10%;
  margin-bottom: 0.7rem;
}
.about-box .bd .info {
  color: #7b7b7b;
  line-height: 1.9;
  font-weight: bold;
  font-size: 18px;
}
.about-box .bd .info p + p {
  margin-top: 1em;
}
@media (min-width: 1600px) {
  .about-box .bd .info {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .about-box .bd .img {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0.3rem;
  }
 
}
@media (max-width: 640px) {
  .about-box .bd .img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .about-box .bd .info {
    margin-top: 0.5rem;
  }
}
.video-box {
  height: 7.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.video-box .video {
  width: 100%;
  height: 7.2rem;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 55;
  object-fit: contain;
  display: none;
}
.video-box .ic-play {
  width: 1rem;
  height: 1rem;
  background-image: url('../images/play2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.video-box .ic-play:hover {
  background-image: url('../images/play.png')/;
}
@media (max-width: 768px) {
  .video-box {
    height: 5rem;
  }
}
.about-adv {
  max-height: 7.06rem;
  padding: 1rem 0;
  background: url('../images/about3.jpg') #5485bd no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-adv .zongzhi{font-size: 38px;font-weight:bold;text-align: center; color:#fff;margin-bottom:10px;}
@media (max-width: 1920px) {
  .about-adv {
    background-size: auto 7rem;
  }
}
.about-adv .en {
  font-size: 38px;
  font-family: simpel;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: bold; margin-bottom:10px;
}
.about-adv .info {
  font-size: 20px;
  line-height: 1.9;
  color: #999999;
}
.about-adv .list {
  position: relative;
}
.about-adv .list ._bg {
  position: absolute;
  z-index: 1;
  transition: 0.3s;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url('../images/round.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: -0.6rem 0 0 -0.6rem;
  transform: scale(0);
}
.about-adv .list ._bg.on {
  transform: scale(1);
}
.about-adv .list li {
  position: relative;
  z-index: 55;
}
.about-adv h2 {
  text-align: center;
  font-size: 16px;
  font-family: simpel;
  margin-bottom: 0.8rem;
  color: #fff;
}
@media (min-width: 992px) {
  .about-adv .list {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .about-adv .list li {
    width: 21%;
    text-align: center;
    background: #fff9;
    border-radius: 20px;
    margin: 0px 2%;
    padding: 20px;
  }
  .about-adv .list .en {
      color: #333333;
  }
  .about-adv .list h4 {
    font-size: 24px;
    margin-bottom: 0.2rem;
  }
  .about-adv .list span {
    display: block;
    padding: 10px 20px;
    color: #484848;
    font-size: 18px;

  }
}
@media (max-width: 991px) {
  .about-adv {
    padding: 1rem 0;
  }
  .about-adv .en {
    position: relative;
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .about-adv .zongzhi{font-size:30px;text-align: center;color: #fff;font-weight:bold;}
  .about-adv li {
    display: -webkit-flex;
    display: flex;
    display: flex;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-left: 3%;
  }
  .about-adv li + li {
    margin-top: 0.5rem;
  }
  .about-adv h4 {
    font-size: 18px;
    margin: 0 10px 0;
    font-weight: bold;
  }
  .about-adv .info {
    font-size: 13px;
    color: #fff;
  }
  .about-adv span {
    padding-left: 10px;
  }
}
/*æ»šåŠ¨æ¡æ ·å¼*/
.history-box {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
padding-bottom: 1rem;
}
.history-box .hd::after {
    content: '';
    display: block;
    position: relative;
    width: 26px;
    height: 4px;
    background: #1C4FA1;
    left: 0;
    bottom: 0;
}
.history-box .hd {
    padding-bottom: 0.4rem;
    position: relative;
    margin-bottom: 0.34rem;
}
.history-box .hd  h2{padding-bottom: 0.4rem;}
@media (max-width: 768px) {
  .history-box .hd {
    margin-bottom: 0.2rem;
  }
}
.history-box .bd {
  position: relative;
}
.history-box .history-list {
  font-size: 16px;
  padding-right: 5%;
  line-height: 1.86;
  color: #7b7b7b;
}
.history-box .history-list li {
  padding: 0.4rem 160px 0.4rem 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.history-box .history-list .year {
  font-size: 30px;
  font-family: simpel;
  color: #333;
}
@media (min-width: 992px) {
  .history-box .history-list li {
    padding-left: 0.5rem;
  }
  .history-box .history-list .year {
    position: absolute;
    right: 0;
    top: 0.4rem;
  }
  .history-box .history-list .active::before,
  .history-box .history-list li:hover::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.07rem;
    top: 0.5rem;
    bottom: 0.5rem;
    background: #1C4FA1;
    left: 0;
  }
}
@media (max-width: 768px) {
  .history-box .history-list {
    padding-right: 0;
  }
  .history-box .history-list li {
    padding: 0.4rem 0;
  }
  .history-box .history-list li .year {
    position: relative;
    line-height: 1.2;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .history-box .icon {
    width: 45%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }
  .history-box .history-list {
    margin-left: 50%;
    height: 900px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .history-box .history-list::-webkit-scrollbar {
    
    width: 5px;
   
    height: 5px;
  }
  .history-box .history-list::-webkit-scrollbar-thumb {
   
    background: #666;
    border-radius: 5px;
  }
  .history-box .history-list::-webkit-scrollbar-track {
  
    border-radius: 5px;
    background: #c8c8c8;
  }
}
.honor-box {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding: 1.3rem 0;
}
.honor-box .hd {
  text-align: center;
  margin-bottom: 0.9rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.honor-box .hd::before {
  content: '';
  width: 23px;
  height: 4px;
  background: #1C4FA1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: 0;
}
.swiper-honor {
  padding-bottom: 1rem;
}
.swiper-honor .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*ä¹‹å‰æ˜¯ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.swiper-honor .inner {
  background: #f6f6f6;
  padding: 0.1rem;
  margin: 0 auto;
  margin: 0 0.2rem;
}

.swiper-honor .coverimg {
  background-size: contain;
}
.swiper-honor .tit {
  text-align: center;
  border-top: 1px solid #e8e8e8;
  line-height: 50px;
}
.swiper-honor .pnext {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: 0;
  width: 1.1rem;
  min-width: 90px;
}
.swiper-honor .pnext .swiper-prev {
  float: left;
  background-image: url('../images/arr_l.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.swiper-honor .pnext .swiper-next {
  float: right;
  background-image: url('../images/arr_r.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.swiper-honor .pnext .swiper-btn {
  width: 29px;
  height: 29px;
  opacity: 0.5;
}
.swiper-honor .pnext .swiper-btn:hover {
  opacity: 1;
}
@media (min-width: 1200px) {
  .swiper-honor li {
    width: 20%;
  }
}
@media (max-width: 1199px) {
  .swiper-honor li {
    width: 33.3%;
  }
  .swiper-honor li .inner {
    margin: 0 0.1rem;
  }
}
@media (max-width: 768px) {
  .swiper-honor li {
    width: 100% !important;
  }
}
.map-info {
  padding: 10px 20px 5px;
  text-align: center;
}
.map-info h4 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #000;
  font-weight: bold;
}
.map-info .info {
  color: #666;
}
.empty-box {
  width: 92%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.6rem 0 3rem;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.empty-box .tit {
  margin-top: 20px;
}
@media (max-width: 768px){
 .about-box,.history-box{width: 92%;}
 .sub-news-list .cover-box{margin-top: 0px;}
    
}
