@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.imgdz {
  width: 1.85rem;
}
.inner-ban-nav {
  background: linear-gradient(to right, #010938, #0075c2 77%, #004f87);
}
.inner-ban-nav-in {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.inner-ban-nav-in .l-tit {
  display: flex;
  flex-flow: row nowrap;
  color: #fff;
}
.inner-ban-nav-in .l-tit h3 {
  font-size: 0.85rem;
  margin-right: 12px;
}
.inner-ban-nav-in .ban-nav-swiper{
  width: 100%;
}
.inner-ban-nav-in .ban-nav {
  flex: 1;
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
 }
.inner-ban-nav-in .ban-nav li {
  text-align: center;
  height: 100%;
  padding: 1.5rem 0;
  position: relative;
  margin-right: 15px;
  min-width: calc(100% / 7);
  width: calc((100% - 90px)  / 6);
}
.inner-ban-nav-in .ban-nav li:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  display: none;
}
.inner-ban-nav-in .ban-nav li:last-child {
  margin-right: 0;
}
.inner-ban-nav-in .ban-nav li p {
  color: #fff;
  margin-bottom: 8px;
  opacity: .6;
}
.inner-ban-nav-in .ban-nav li a {
  color: #fff;
  font-size: 0.45rem;
  display: inline-block;
  height: 0.9rem;
  padding: 0 0.8rem;
  line-height: 0.9rem;
  white-space: nowrap;
}
.inner-ban-nav-in .ban-nav .swiper-slide a{
  padding: 0;
}
.inner-ban-nav-in .ban-nav li.active:after {
  display: block;
}
.inner-ban-nav-in .ban-nav li.active a {
  background-color: #0075c2;
  border-radius: 50px;
}
@media screen and (max-width: 1600px) {
  .inner-ban-nav-in .ban-nav li {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner-ban-nav-in .ban-nav li a {
    white-space: normal;
  }
  .imgdz {
    width: 0.74rem;
  }
  .inner-ban-nav-in {
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.625rem 0;
  }
  .inner-ban-nav-in .l-tit {
    display: flex;
    flex-flow: row nowrap;
    color: #fff;
    margin-left: 0.3rem;
    margin-bottom: 20px;
  }
  .inner-ban-nav-in .l-tit h3 {
    font-size: 0.4rem;
    margin-right: 10px;
  }
  .inner-ban-nav-in .ban-nav {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    margin-left: 0;
    width: 100%;
  }
  .inner-ban-nav-in .ban-nav li {
    width: 33%;
    text-align: center;
    height: 100%;
    padding: 0.16rem 0;
    position: relative;
    margin-right: 0;
  }
  .inner-ban-nav-in .ban-nav li:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #fff;
    display: none;
  }
  .inner-ban-nav-in .ban-nav li p {
    color: #fff;
    font-size: 14px;
  }
  .inner-ban-nav-in .ban-nav li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    height: auto;
    padding: 0.1rem 0.4rem;
    line-height: 0.36rem;
  }
  .inner-ban-nav-in .ban-nav li.active p {
    color: #fff;
  }
  .inner-ban-nav-in .ban-nav li.active:after {
    display: none;
  }
  .inner-ban-nav-in .ban-nav li.active a {
    background-color: #0075c2;
    border-radius: 50px;
  }
}
.inner-global-pdt {
  /*padding-top: 2.35rem;*/
  padding-top: 1rem;
}
.inner-global-pdt2 {
  padding-top: 1.75rem;
}
.inner-global-pdd {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .inner-global-pdt {
    padding-top: 0.94rem;
  }
  .inner-global-pdt2 {
    padding-top: 0.4rem;
  }
  .inner-global-pdd {
    padding-bottom: 0.5rem;
  }
}
.about-top {
  background: url(../images/ban.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 2.1rem;
}
.about-l-doc {
  width: 50%;
  padding-right: 4.5%;
  margin-top: 0.5rem;
}
.about-l-doc h5 {
  color: #0075c2;
  font-size: 0.6rem;
  margin-bottom: 0.7rem;
}
.about-l-doc h6 {
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
}
.about-r-box {
  width: 50%;
}
.maybe-doc-edit {
  font-size: 0.4rem;
  color: #333333;
  line-height: 2;
  margin-top: 12px;
}
.about-in-other {
  padding: 2rem 0;
}
.about-in-other .about-l-doc h4 {
  font-size: 0.85rem;
  color: #010938;
  font-weight: bold;
  margin-bottom: 18px;
}
.about-case-ul {
  text-align: center;
}
.about-case-ul a {
  display: inline-block;
  margin: 0 0.6rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 4.75rem;
}
.about-case-ul a a {
  display: block;
}
.about-case-ul.about-case-ul2 {
  justify-content: space-around;
}
.about-case-list {
  margin-top: 18px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.about-case-list:after {
  content: '';
  width: 32.5%;
  border: 1px solid transparent;
}
.about-case-list a {
  width: 32.5%;
  height: 4.5rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.about-mid-box {
  border-bottom: 1px solid #c6d0dc;
}
.about-mid-box.noborder {
  border-bottom: none;
}
.about_news {
  width: 100%;
  background: #f3f3f3;
  padding: 1.35rem 50px 1.35rem 58px;
  margin-top: 30px;
  position: relative;
}
.about_news_swiper {
  overflow: hidden;
}
.about_news h5 {
  font-size: 0.55rem;
  color: #333;
  line-height: 22px;
  padding-bottom: 13px;
  font-weight: normal;
  font-weight: bold;
}
.about_news h5 a {
  display: block;
}
.about_news .cont_txt {
  font-size: 0.4rem;
  color: #999;
  line-height: 32px;
  height: 64px;
  margin-top: 24px;
  overflow: hidden;
}
.about_news .time {
  font-size: 0.35rem;
  width: 163px;
  height: 30px;
  border-radius: 13px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  color: #999;
  margin-top: 24px;
}
.about_new_span .swiper-pagination-bullet {
  background: #999999;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin: 0 10px!important;
}
.about_new_span .swiper-pagination-bullet:hover,
.about_new_span .swiper-pagination-bullet-active {
  background: #0075c2;
}
.about_news .about_new_span {
  position: absolute;
  bottom: 50px;
  font-size: 0;
  text-align: right;
  padding-top: 20px;
  right: 1.875rem;
  left: inherit;
}
@media screen and (max-width: 768px) {
  .about-top {
    background: none;
    padding-bottom: 0.2rem;
  }
  .about-l-doc {
    width: 100%;
    padding-right: 0%;
    margin-top: 0.2rem;
  }
  .about-in-other .about-l-doc h4 {
    font-size: 0.4rem;
  }
  .about-l-doc h5 {
    color: #0075c2;
    font-size: 0.36rem;
    margin-bottom: 0.28rem;
  }
  .about-l-doc h6 {
    font-size: 0.29rem;
    line-height: 1.2;
  }
  .maybe-doc-edit {
    font-size: 0.28rem;
  }
  .about-r-box {
    margin-top: 20px;
    width: 100%;
  }
  .about-in-other {
    padding: 0.8rem 0;
  }
  .about-case-ul {
    display: block;
    padding: 0 0%;
    text-align: center;
  }
  .about-case-ul a {
    width: 29%;
    margin: 0 1%;
    display: inline-block;
  }
  .about-case-ul.about-case-ul2 {
    padding: 0 0%;
  }
  .about_news {
    width: 100%;
    background: #f3f3f3;
    padding: 0.6rem 20px 0.5rem 20px;
    margin-top: 30px;
    position: relative;
  }
  .about-case-list a {
    width: 48.5%;
    height: 1.8rem;
    margin-bottom: 12px;
  }
  .about_news h5 {
    font-size: 0.32rem;
    color: #333;
    line-height: 22px;
    padding-bottom: 13px;
    font-weight: normal;
    font-weight: bold;
  }
  .about_news .cont_txt {
    font-size: 0.28rem;
    color: #999;
    line-height: 32px;
    height: 64px;
    margin-top: 24px;
    overflow: hidden;
  }
  .about_news .time {
    font-size: 0.26rem;
  }
}
.demo-ul-4 {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.demo-ul-4 li {
  padding: 0 15px;
  margin-bottom: 12px;
}
.demo-ul-4 li img {
  border: 1px solid transparent;
  border-radius: 12px;
  transition: all 0.3s linear;
}
.demo-ul-4 li .cjname {
  font-size: 16px;
  color: #333333;
  height: 60px;
  line-height: 60px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.demo-ul-4 li:hover img {
  /*border: 1px solid #010938;*/
  border-radius: 0;
  box-shadow: 6px 0 27px rgba(4, 0, 0, 0.3);
}
.global-paging {
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 1.0rem;
  padding-bottom: 1.5rem;
}
.global-paging a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
}
.global-paging span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
  background-color: #333333;
  color: #fff;
}
.global-paging a.active {
  background-color: #333333;
  color: #fff;
}
.global-paging img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .global-paging {
    margin-top: .3rem;
    padding-bottom: 1.14rem;
  }
  .global-paging a {
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 12px;
    margin: 0 10px;
  }
  .global-paging a.prev {
    width: 2.5rem;
    height: 36px;
  }
  .global-paging a.prev i {
    width: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .global-paging a.next {
    width: 2.5rem;
    height: 36px;
  }
  .global-paging a.next i {
    width: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .global-paging span {
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 12px;
  }
  .global-paging img {
    width: 0.3rem;
  }
  .demo-ul-4 li .cjname {
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }
}
.about-detail-l {
  width: 44%;
  padding-right: 5%;
}
.about-detail-l h3 {
  font-size: 0.85rem;
  color: #010938;
  font-weight: bold;
  margin-bottom: 50px;
}
.about-detail-l .doc-edit {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  height: 384px;
  overflow: hidden;
}
.about-detail-l .prev-next-box a {
  font-size: 16px;
  line-height: 32px;
  margin:4px 0;
}
.about-detail-l .prev-next-box a:hover {
  text-decoration: underline;
  color: #004f87;
}
.about-detail-l .prev-next-box a:last-child {
 
}
.prev-next-box{

  height:32px;
  position: relative;
  bottom:7px;
  font-size:16px;
}
.doc-control {
  margin-top: 2.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.doc-control .btn {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #e5e5e5;
  font-size: 0.4rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.doc-control .btn img {
  margin-right: 6px;
}
.doc-control .btn:hover {
  color: #004f87;
}
.mCSB_scrollTools {
  opacity: 1;
}
._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #010938;
  width: 10px;
  opacity: 1;
  transition: none;
}
._mCS_1 .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d2d2d2;
  width: 10px;
  transition: none;
}
.mCSB_inside > .mCSB_container {
  margin-right: 1.5rem;
}
.about-detail-r {
  width: 56%;
}
.swiper-button-prev {
  background: none;
  width: 47px;
  height: 135px;
  margin-top: -67.5px;
  left: 1.2rem;
}
.swiper-button-next {
  background: none;
  width: 47px;
  height: 135px;
  margin-top: -67.5px;
  right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .about-detail-l {
    width: 100%;
    padding-right: 0;
  }
  .about-detail-l h3 {
    font-size: 0.34rem;
    margin-bottom: 25px;
  }
  .about-detail-l .doc-edit {
    font-size: 0.28rem;
    line-height: 32px;
    color: #333333;
    height: auto;
  }
  .about-detail-r {
    width: 100%;
   
  }
  .swiper-button-prev {
    background: none;
    width: 0.47rem;
    height: 1.35rem;
    margin-top: -0.675rem;
    left: 0.48rem;
  }
  .swiper-button-prev img {
    width: 100%;
  }
  .swiper-button-next {
    background: none;
    width: 0.47rem;
    height: 1.35rem;
    margin-top: -0.675rem;
    right: 0.48rem;
  }
  .swiper-button-next img {
    width: 100%;
  }
  .doc-control {
    margin-top: 30px;
  }
  .doc-control .btn {
    float: left;
    width: 2.4rem;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e5e5e5;
    font-size: 0.16rem;
  }
  .doc-control .prev-next-box {
    float: right;
    margin-top: 5px;
    font-size:14px;
  }
  .doc-control .prev-next-box a {
    font-size: 14px;
  }
}
.bgeee {
  background-color: #eee;
}
.news-list-l {
  width: 61%;
}
.news-list-l .main-news {
  display: block;
  padding: 42px;
  background-color: #fff;
  margin-bottom: 25px;
}
.news-list-l .main-news .img-box {
  height: 12.0rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-list-l .main-news .main-news-desc {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 0.6rem;
}
.news-list-l .main-news .main-news-desc span {
  display: block;
  font-size: 0.6rem;
  color: #0075c2;
  font-weight: bold;
}
.news-list-l .main-news .main-news-desc .tit {
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.6rem;
  font-weight: bold;
}
.news-list-l .main-news .main-news-desc .date {
  font-size: 0.4rem;
  color: #333333;
}
.news-list-l .news-list-wrap {
  padding: 42px;
  background-color: #fff;
  padding-top: 60px;
}
.news-list-l .news-list-wrap .global-paging {
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 2.0rem;
  padding-bottom: 0.75rem;
}
.news-item-demo a {
  margin-bottom: 0.75rem;
  display: block;
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.news-item-demo a .date {
  width: 96px;
  height: 96px;
  background: url(../images/datebg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
}
.news-item-demo a .date .day {
  display: block;
  font-size: 1.05rem;
  position: relative;
  bottom: 4px;
  left: 4px;
}
.news-item-demo a .date .month-year {
  margin-top: 45px;
  position: relative;
  left: 4px;
}
.news-item-demo a .date .month-year .y {
  font-size: 14px;
  font-family: 'Segoe UI';
  text-align: center;
}
.news-item-demo a .date .month-year p {
  font-size: 18px;
}
.news-item-demo a .l-tit {
  flex: 1;
  padding-left: 0.9rem;
}
.news-item-demo a .l-tit h3 {
  font-size: 0.5rem;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
}
.news-item-demo a .l-tit .doc-tit {
  font-size: 0.4rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 16px;
}
.news-item-demo a:hover .date {
  background: url(../images/datebg_h.jpg) no-repeat center center;
}
.news-list-r {
  width: 38%;
}
.news-search-cp {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 24px;
}
.news-search-cp .input-box {
  display: flex;
  flex-flow: row nowrap;
  height: 1.45rem;
}
.news-search-cp .input-box input {
  flex: 1;
  border: 1px solid #d2d2d2;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
  color: #999999;
  font-size: 0.4rem;
  padding-left: 0.625rem;
}
.news-search-cp .input-box .search-btn {
  flex: 0 0 3.75rem;
  background-color: #010938;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  position: relative;
}
.news-search-cp .input-box .search-btn img {
  width: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hot-news .hot-news-tit {
  background-color: #fff;
  margin-bottom: 1px;
  font-size: 0.6rem;
  color: #0075c2;
  font-weight: bold;
  padding: 40px;
}
.hot-news-list {
  padding: 40px;
  background-color: #fff;
}
.hot-news-item {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
}
.hot-news-item a {
  display: flex;
  flex-flow: row nowrap;
}
.hot-news-item a span {
  flex: 0 0 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #010938;
  color: #fff;
  text-align: center;
}
.hot-news-item a h3 {
  flex: 1;
  padding-left: 0.5rem;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-list-l {
    width: 100%;
  }
  .news-list-l .main-news {
    padding: 0.25rem;
    background-color: #fff;
    margin-bottom: 0.35rem;
  }
  .news-list-l .main-news .main-news-desc {
    margin-top: 0.24rem;
  }
  .news-list-l .main-news .main-news-desc span {
    display: block;
    font-size: 0.24rem;
    color: #0075c2;
    font-weight: bold;
  }
  .news-list-l .main-news .main-news-desc .tit {
    font-size: 0.24rem;
  }
  .news-list-l .main-news .main-news-desc .date {
    font-size: 12px;
  }
  .news-list-l .news-list-wrap {
    padding: 0.25rem;
    padding-top: 30px;
  }
  .news-item-demo a {
    margin-bottom: 0.3rem;
    display: block;
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .news-item-demo a .date {
    width: 1.2rem;
    height: 1.2rem;
  }
  .news-item-demo a .date .day {
    display: block;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .news-item-demo a .date .month-year {
    margin-top: 0px;
    position: absolute;
    bottom: 3px;
    right: 4px;
    left: inherit;
  }
  .news-item-demo a .date .month-year .y {
    font-size: 12px;
  }
  .news-item-demo a .date .month-year p {
    font-size: 12px;
  }
  .news-item-demo a .l-tit {
    padding-left: 0.26rem;
  }
  .news-item-demo a .l-tit h3 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
    line-height: 1.4;
  }
  .news-item-demo a .l-tit .doc-tit {
    font-size: 0.24rem;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
  }
  .news-list-l .news-list-wrap .global-paging {
    display: block;
    text-align: center;
    font-size: 0;
    margin-top: 0.8rem;
    padding-bottom: 0.30rem;
  }
  .news-list-r {
    width: 100%;
  }
}
@media screen and (max-width: 413px) {
  .news-item-demo a .date .month-year {
    margin-top: 0px;
    right: 0px;
    left: inherit;
  }
  .news-item-demo a .date .day {
    display: block;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 8px;
  }
}
.news-det-in {
  background-color: #fff;
}
.news-detail {
  padding: 50px 80px 64px;
  background-color: #fff;
}
.news-bt {
  border-bottom: 1px solid #eeeeee;
}
.news-bt h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  line-height: 50px;
  color: #333333;
  font-weight: bold;
  color: #010938;
}
.news-detail .date-view {
  margin-top: 22px;
  margin-bottom: 24px;
  color: #333333;
  font-family: 'Segoe UI';
}
.news-detail .date-view .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.news-detail .date-view .view {
  margin-left: 68px;
}
.news-b {
  padding-top: 24px;
  padding-bottom: 66px;
  border-bottom: 1px solid #eeeeee;
}
.news-b .doc-edit {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
.news-btn {
  padding-top: 42px;
}
.news-btn .news-prev {
  padding: 0 22px;
  max-width: 445px;
  height: 45px;
  line-height: 42px;
  border-radius: 50px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-btn .news-prev.default {
  border: 1px solid #e7e7e7;
   
}
.news-b .doc-edit img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding: 0.5rem 0.25rem 0.64rem;
    background-color: #fff;
  }
  .news-bt {
    border-bottom: 1px solid #eeeeee;
  }
  .news-bt h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }
  .news-detail .date-view {
    margin-top: 11px;
    margin-bottom: 12px;
    color: #333333;
    font-family: 'Segoe UI';
  }
  .news-detail .date-view .date {
    font-size: 14px;
  }
  .news-detail .date-view .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 6px;
  }
  .news-detail .date-view .view {
    margin-left: 34px;
    font-size: 14px;
  }
  .news-b {
    padding-top: 12px;
    padding-bottom: 0.66rem;
    border-bottom: 1px solid #eeeeee;
  }
  .news-b .doc-edit {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
  }
  .news-btn {
    padding-top: 0.42rem;
  }
  .news-btn .news-prev {
    padding: 0 22px;
    max-width: 100%;
    height: 45px;
    line-height: 42px;
    border-radius: 50px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-btn .news-prev.default {
    border: 1px solid #e7e7e7;
    color: #999999;
    cursor: not-allowed;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .news-main.detail-in-mob {
    width: 94%;
  }
}
.product-wrap-search {
  background-color: #fff;
  padding-top: 1.2rem;
}
.product-wrap-search .search-desc {
  margin-top: 0.875rem;
  border-top: 1px solid #eeeeee;
  padding: 25px 0;
  padding-left: 1.5rem;
}
.product-wrap-search .search-desc p {
  font-size: 0.45rem;
  line-height: 0.9rem;
  color: #004f87;
}
.product-wrap-search .news-search-cp {
  width: 60%;
  margin: 0 auto;
  padding: 0;
}
.product-wrap-search .news-search-cp .input-box input {
  background-color: #eeeeee;
  border: none;
}
.product-wrap-search .news-search-cp .input-box .search-btn {
  flex: 0 0 6.375rem;
  background-color: #08548b;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  position: relative;
}
.product-main-list ul {
  overflow: hidden;
  margin: 0 -14px;
  padding-bottom: 1.4rem;
}
.product-main-list li {
  padding: 0 7px;
  margin-bottom: 14px;
}
.product-main-list .index-product-item {
  width: 100%;
}
.product-main-list .index-product-item .product-img {
  height: 7.35rem;
}
.product-main-list .index-product-item .product-doc {
  height: 3.0rem;
  background-color: #fff;
  padding: 0 15%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.product-main-list .index-product-item .product-doc .product-line {
  margin: 12px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .product-wrap-search {
    background-color: #fff;
    padding-top: 0.48rem;
  }
  .product-wrap-search .news-search-cp {
    width: 94%;
  }
  .news-search-cp .input-box {
    display: flex;
    flex-flow: row nowrap;
    height: 0.8rem;
  }
  .product-wrap-search .news-search-cp .input-box .search-btn {
    flex: 0 0 1.6rem;
    background-color: #08548b;
    border-bottom-right-radius: 28px;
    border-top-right-radius: 28px;
    position: relative;
  }
  .news-search-cp .input-box .search-btn img {
    width: 0.35rem;
  }
  .news-search-cp .input-box input {
    flex: 1;
    border: 1px solid #d2d2d2;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    color: #999999;
    font-size: 0.28rem;
    padding-left: 0.25rem;
  }
  .product-wrap-search .search-desc {
    margin-top: 0.35rem;
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
    font-size: 16px;
  }
  .product-wrap-search .search-desc p {
    font-size: 0.28rem;
    line-height: 2;
    color: #004f87;
  }
  .product-main-list .index-product-item .product-img {
    height: 2.94rem;
  }
  .index-product-item .product-img .fastBg {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .product-main-list .index-product-item .product-doc {
    height: 2rem;
    background-color: #fff;
    padding: 0 15%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .index-product-item .product-doc .product-name {
    font-size: 0.3rem;
  }
  .index-product-item.animated .product-cate {
    font-size: 0.28rem;
  }
}
.case-main-list ul {
  margin: 0 -12px;
}
.case-main-list li {
  padding: 0 6px;
  margin-bottom: 12px;
}
.case-main-list li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.case-main-list li a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(1, 9, 49, 0.5);
  transform: scale(0);
  transition: all 0.3s linear;
}
.case-main-list li a .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  padding: 0 20%;
  opacity: 0;
}
.case-main-list li a:hover .mask {
  transform: none;
  opacity: 1;
}
.case-main-list li a:hover .tit {
  opacity: 1;
}
.case-search {
  height: 124px;
  background-color: #fff;
}
.case-search-in {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.case-search-in h4 {
  font-size: 20px;
  color: #010938;
  font-weight: bold;
}
.case-search-in select {
  margin-left: 28px;
  font-size: 16px;
  color: #333333;
  padding-left: 12px;
  width: 175px;
  height: 34px;
  border: 1px solid #e5e5e5;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/arrow_sel.jpg") no-repeat scroll right center transparent;
}
.case-search-in input {
  margin-left: 28px;
  width: 5.425rem;
  height: 34px;
  border: 1px solid #e5e5e5;
  padding-left: 12px;
  padding-right: 12px;
}
.case-search-in button {
  width: 78px;
  height: 34px;
  border: 1px solid #e5e5e5;
  margin-left: 30px;
}
.case-search-in button.resetbtn {
  margin-left: 10px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .case-search {
    height: auto;
    background-color: #fff;
  }
  .case-search-in {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0.55rem 0;
  }
  .case-search-in h4 {
    font-size: 20px;
    color: #010938;
    font-weight: bold;
    width: 100%;
    margin-bottom: 24px;
  }
  .case-search-in select {
    margin-left: 0;
    font-size: 16px;
    color: #333333;
    padding-left: 12px;
    width: 2.4rem;
    height: 34px;
    border: 1px solid #e5e5e5;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-right: 30px;
    font-size: 14px;
    background: url("../images/arrow_sel.jpg") no-repeat scroll right center transparent;
  }
  .case-search-in input {
    margin-left: 0;
    margin-right: 28px;
    width: 100%;
    height: 34px;
    border: 1px solid #e5e5e5;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    margin-top: 15px;
  }
  .case-search-in button {
    width: 78px;
    height: 34px;
    border: 1px solid #e5e5e5;
    margin-left: 0px;
    font-size: 14px;
    margin-top: 15px;
  }
  .case-search-in button.resetbtn {
    margin-left: 20px;
    color: #999999;
  }
}
.donload-box {
  background-color: #fff;
  padding: 0 2.5rem;
  padding-top: 1.875rem;
  padding-bottom: 1rem;
}
.down li {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.5rem;
}
.download-main {
  flex: 1;
  padding-left: 1.5rem;
  position: relative;
}
.download-main p {
  font-size: 14px;
  line-height: 14px;
  padding-top: 13px;
  padding-bottom: 17px;
  color: #999;
}
.download-main p .box {
  margin-right: 38px;
  position: relative;
}
.download-main p .box:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 13px;
  background: #999;
  right: -20px;
  top: 0px;
}
.download-main p .box:last-child:after {
  display: none;
}
.download-main h5 {
  font-size: 0.55rem;
  color: #333333;
  margin-top: 20px;
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-main .desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 32px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.download-main .down-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #313131;
  transition: all 0.3s linear;
}
.download-main .down-btn:hover {
  background-color: #0075c2;
}
@media screen and (max-width: 768px) {
  .donload-box {
    background-color: #fff;
    padding: 0 0.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.4rem;
  }
  .down li {
    display: flex;
    flex-flow: column nowrap;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.6rem;
  }
  .download-main {
    flex: 1;
    padding-left: 0;
    position: relative;
  }
  .download-main h5 {
    font-size: 0.32rem;
    color: #333333;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 100%;
/*    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
  }
  .download-main .desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .download-main .down-btn {
    display: block;
    position: relative;
    margin-top: 20px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #313131;
    transition: all 0.3s linear;
  }
  .download-main p {
    font-size: 12px;
    line-height: 24px;
    padding-top: 26px;
    padding-bottom: 12px;
    color: #999;
  }
  .download-main p .box:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #999;
    right: -20px;
    top: 1px;
  }
}
.eva-box {
  background-color: #fff;
}
.ewm_box ul {
  text-align: center;
  font-size: 0;
}
.ewm_box li {
  display: inline-block;
  margin: 0 32px;
}
.ewm_box li img {
  width: 180px;
  height: 180px;
}
.ewm_box li p {
  font-size: 16px;
  line-height: 42px;
}
.person-item {
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  padding: 1.375rem 2.25rem 1.75rem;
  margin-bottom: 18px;
}
.person-item:last-child {
  margin-bottom: 0;
}
.person-item .l-address {
  width: 40%;
}
.person-item .l-address h1 {
  font-size: 24px;
  color: #010938;
}
.person-item .l-address h2 {
  font-size: 16px;
  color: #010938;
  margin-top: 10px;
  text-transform: uppercase;
}
.person-item .l-address img {
  margin-top: 20px;
}
.person-item .l-address h5 {
  font-size: 18px;
  color: #333333;
  margin-top: 26px;
}
.person-item .person {
  padding-left: 2.0rem;
  padding-top: 2.1rem;
}
.person-item .person p {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
}
.person-item .person-main {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 122px;
  margin-bottom: 20px;
}
.person-item .person-main h3 {
  font-size: 24px;
  color: #010938;
}
.person-item .person-main h4 {
  font-size: 16px;
  color: #010938;
  margin-top: 14px;
}
.person-item .ewm_pic {
  width: 250px;
  margin-top: 90px;
  font-size: 0;
  margin-left: 5.5rem;
}
.person-item .ewm_pic img {
  padding: 18px;
  border: 1px solid #e5e5e5;
}
.person-item .ewm_pic p {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .ewm_box ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 5%;
  }
  .ewm_box li {
    width: 48%;
    margin: 0;
    margin-bottom: 12px;
  }
  .ewm_box li img {
    width: 100%;
  }
  .ewm_box li p {
    font-size: 14px;
    line-height: 30px;
  }
  .person-item {
    background-color: #fff;
    display: flex;
    flex-flow: row nowrap;
    padding: 0.55rem 0.45rem 0.7rem;
    margin-bottom: 18px;
    flex-flow: column nowrap;
  }
  .person-item .l-address {
    width: 100%;
  }
  .person-item .l-address h1 {
    font-size: 0.4rem;
    color: #010938;
  }
  .person-item .l-address h2 {
    font-size: 0.3rem;
    color: #010938;
    margin-top: 8px;
    text-transform: uppercase;
  }
  .person-item .l-address img {
    margin-top: 10px;
  }
  .person-item .l-address h5 {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-top: 14px;
  }
  .person-item .person {
    padding-left: 0rem;
    padding-top: 0.84rem;
  }
  .person-item .person-main {
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .person-item .person-main h3 {
    font-size: 0.4rem;
    color: #010938;
  }
  .person-item .person-main h4 {
    font-size: 0.3rem;
    color: #010938;
    margin-top: 7px;
  }
  .person-item .person p {
    font-size: 0.28rem;
    line-height: 2;
    color: #333333;
  }
  .person-item .ewm_pic {
    width: 100%;
    margin-top: 0.9rem;
    font-size: 0;
    margin-left: 0;
  }
}
.form-box {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.form-box p {
  margin-bottom: 1.75rem;
}
.form-box .input-box {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 0.95rem;
}
.form-box .input-box label {
  flex: 0 0 140px;
  width: 140px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.form-box .input-box input {
  margin-top: 4px;
  flex: 1;
  border-bottom: 1px solid #dcdcdc;
}
.form-box .input-box textarea {
  padding: 12px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 8.625rem;
}
.form-box button {
  width: 250px;
  height: 70px;
  background: linear-gradient(to bottom, #04478a, #0066af);
  margin: 0 auto;
  position: relative;
}
.form-box button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form-box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .form-box p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
  }
  .form-box .input-box {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 0.85rem;
  }
  .form-box .input-box label {
    flex: 1;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding: 0;
  }
  .form-box .input-box textarea {
    margin-top: 24px;
    padding: 12px;
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 4rem;
  }
  .form-box button {
    width: 2.6rem;
    height: 40px;
    background: linear-gradient(to bottom, #04478a, #0066af);
    margin: 0 auto;
    position: relative;
  }
  .form-box button span {
    font-size: 14px;
  }
}
#dituContent {
  height: 18.0rem;
}
@media screen and (max-width: 768px) {
  #dituContent {
    height: 6rem;
  }
}
.i_price .cell {
  border-bottom: 1px solid #ccc;
  height: 59px;
  line-height: 58px;
  box-sizing: border-box;
}
.i_price .td {
  background: #e5f1f9;
  text-align: center;
  font-size: 22px;
}
.i_price .tr {
  background: #f5f5f5;
  text-align: right;
  padding-right: 24px;
  border-right: 1px solid #ccc;
}
.i_price .bl {
  border-left: 1px solid #ccc;
}
.i_price .br {
  border-right: 1px solid #ccc;
}
.i_price .ttr {
  text-align: right;
}
.i_price label,
.i_price input {
  font-size: 17px;
  display: inline-block;
  height: 58px;
  vertical-align: top;
  background: none;
  box-sizing: border-box;
}
.i_price input {
  padding-left: 10px;
}
.i_price label {
  text-align: right;
  padding-right: 26px;
}
.i_price input[type="file"] {
  margin-top: 15px;
  width: 170px;
  height: 31px;
  border-radius: 15px;
  text-align: center;
  line-height: 31px;
  border: none;
}
.i_price .w0 {
  width: 106px;
}
.i_price .w1 {
  width: 150px;
}
.i_price .w2 {
  width: 440px;
}
.i_price .w3 {
  width: 130px;
}
.i_price .w4 {
  width: 392px;
}
.i_price .w5 {
  width: 524px;
}
.i_price .w6 {
  width: 136px;
}
.i_price .w7 {
  width: 242px;
}
#submit {
  text-align: center;
  padding-bottom: 40px;
}
#submit input {
  width: 185px;
  height: 50px;
  border-radius: 3px;
  background: #e8e8e8;
  text-align: center;
  line-height: 50px;
  letter-spacing: 12px;
  font-size: 20px;
  margin: 0 20px;
}
#submit input:hover {
  background: linear-gradient(to bottom, #04478a, #0066af);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .i_price .td {
    background: #e5f1f9;
    text-align: center;
    font-size: 18px;
  }
  .i_price .cell {
    border-bottom: 1px solid #ccc;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
  }
  .theme {
    background: #e5f1f9;
    height: 36px;
  }
  .feedback_table tr td {
    border: solid 1px #eee;
  }
  .contact h3 {
    font-size: 14px;
  }
  .feedback_table tr td {
    border: solid 1px #eee;
  }
  .feedback_table tr td input,
  .feedback_table tr td textarea {
    margin: 0 10px;
    width: 80%;
    border: solid 1px #ddd;
    font-size: 14px;
    height: 36px;
    padding-left: 8px;
  }
  .feedback_table tr td .bt {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}
.det-container .swiper-slide{
  height:12.15rem;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cplb{
  flex:0 0 210px;
}
@media screen and (max-width:768px){
  .det-container .swiper-slide{
    height:4.86rem;
  }
.cplb{
  flex:0 0 2.1rem;
}  
}

.product-wrap-search .search-desc{
  padding-bottom: 0;
}
.product-wrap-search .search-desc .switch{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.product-wrap-search .search-desc .switch .item{
  margin-right: 1.1rem;
  margin-bottom: 25px;
}
.product-wrap-search .search-desc .switch .item a{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  padding: 20px 38px;
  background: #f3f3f3;
  border-radius: 2px;
}
.product-wrap-search .search-desc .switch .item.active a,
.product-wrap-search .search-desc .switch .item a:hover{
  background: #004f87;
  color: #fff;
}
.product-main-list .item{
  display: none;
}
.product-main-list .item.active{
  display: block;
}
@media screen and (max-width: 1200px){
  .product-wrap-search .search-desc .switch .item{
    margin-right: 0.825rem;
  }
  .product-wrap-search .search-desc .switch .item a{
    padding: 15px 20px;
  }
}
@media screen and (max-width: 991px){
  .product-wrap-search .search-desc{
    padding-bottom: 25px;
  }
  .product-wrap-search .search-desc .switch .item{
    margin-right: 0;
    border-right: 1px solid #fff;
    margin-bottom: 0;
  }
  .product-wrap-search .search-desc .switch .item:last-child{
    border-right: none;
  }
  .product-wrap-search .search-desc .switch .item a{
    padding: 15px 20px;
  }
}
@media screen and (max-width: 750px){
  .product-wrap-search .search-desc .switch .item{
    width: 50%;
    border-top: 1px solid #fff;
  }
  .product-wrap-search .search-desc .switch .item:nth-child(1),
  .product-wrap-search .search-desc .switch .item:nth-child(2){
    border-top: none;
  }
  .product-wrap-search .search-desc .switch .item a{
    font-size: 0.3rem;
    line-height: 0.4rem;
    padding: 15px 0;
    text-align: center;
  }
}

.support{
  display: block;
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.about-det-box .tit{
  font-size: 35px;
  line-height: 45px;
  color: #010938;
  font-weight: bold;
  text-align: center;
}
.about-det-box .gallery-top{
  width: 72%;
  max-width: 1200px;
  margin: 55px auto 0;
  overflow: hidden;
}
.about-det-box .gallery-top .swiper-slide{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-det-box .ad-thumbs{
  margin-top: 1.5rem;
  padding: 30px 2rem;
  background: #f1f1f1;
  position: relative;
}
.about-det-box .ad-thumbs .gallery-thumbs .swiper-slide{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-det-box .ad-thumbs .gallery-thumbs .swiper-slide-active{
  border: 5px solid #4e5d7f;
}
.link-icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about-det-box .link-icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.8em;
  border: 1px solid #4e5d7f;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  background: #fff;
  -webkit-transition: border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about-det-box .link-icon:before {
  position: absolute;
  left: -2px;
  top: -2px;
  display: block;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.33, 1), border 0.5s cubic-bezier(0.77, 0, 0.33, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.33, 1), border 0.5s cubic-bezier(0.77, 0, 0.33, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.33, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.33, 1), border 0.5s cubic-bezier(0.77, 0, 0.33, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.33, 1);
}
.about-det-box .link-icon:hover {
  color: #282828;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
.about-det-box .link-icon:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about-det-box .link-icon .link-icon-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.about-det-box #arrow-light-right {
  color: #4e5d7f;
}
.about-det-box .link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  fill: currentColor;
  vertical-align: middle;
}
.about-det-box .solution-control-btn {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  margin-left: 40px;
  opacity: 1;
}
.about-det-box .ind-control .solution-control-btn{
  position: absolute;
  z-index: 30;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.625rem 0 0;
}
.about-det-box #ind-prev{
  left: 0.375rem;
}
.about-det-box #ind-next{
  right: 0.375rem;
}
.about-det-box #ind-next .link-icon .link-icon-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.about-det-box .ind-control .solution-control-btn .link-icon{
  width: 1.25rem;
  height: 1.25rem;
}
.about-det-box .ind-control .solution-control-btn .link-icon:before{
  width: 1.2rem;
  height: 1.25rem;
}
.about-det-box .ad-doc{
  font-size: 18px;
  line-height: 36px;
  color: #010938;
  margin-top: 1.25rem;
}
.about-det-box .doc-control{
  width: 44%;
}
@media screen and (max-width: 768px){
  .about-det-box .tit{
    font-size: 0.34rem;
    line-height: 0.44rem;
  }
  .about-det-box .gallery-top{
    margin-top: 25px;
    width: 100%;
  }
  .about-det-box .ad-thumbs{
    display: none;
  }
  .about-det-box .ad-doc{
    font-size: 0.28rem;
    line-height: 0.36rem;
    margin-top: 20px;
  }
  .about-det-box .doc-control{
    width: 100%;
  }
}
.BMapLabel{
  border: none !important;
  display: none !important;
}

.inner-ban-nav-in .ban-nav li.active a{
	border-radius: 0;
}
@media screen and (min-width: 769px){
	.inner-ban-nav-in .ban-nav li a{
		padding: 0.15rem 0.8rem;
		line-height: 0.6rem;
		height: auto;
		white-space: normal;
	}
	.inner-ban-nav-in .ban-nav li.active:after{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.inner-ban-nav-in .ban-nav li a{
		padding: 0.15rem 0.4rem;
    	line-height: 0.26rem;
	}
}
@media screen and (max-width: 1600px) and (min-width: 769px){
	.inner-ban-nav-in .ban-nav li{
		width: auto;
		min-width: auto;
	}
}