.inside-header {
  padding: 20px 0;
}
.inside-header a {
  height: 14px;
  font-family: "MicrosoftYaHei";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.inside-header i {
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .inner-banner {
    padding-top: 94px;
  }
}
@media (max-width: 1199px) {
  .inner-banner {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    padding-top: 60px;
  }
}
.inner-banner img {
  width: 100%;
}
#product-page {
  background: #f5f5f5;
  padding-bottom: 60px;
}
#product-page .container .inner-left {
  width: 23.5%;
  margin-right: 0.5%;
  float: left;
}
@media (max-width: 991px) {
  #product-page .container .inner-left {
    display: none;
  }
}
#product-page .container .inner-left .sidebar ul {
  margin-top: 20px;
}
#product-page .container .inner-left .sidebar .category {
  background: #fff;
  padding: 30px 0;
}
#product-page .container .inner-left .sidebar .category .btn {
  transition: all 0.3s;
  background: url(../images/pro-list/icon.png) no-repeat;
  display: inline-block;
  width: 15px;
  height: 12px;
  background-size: contain;
  vertical-align: top;
  position: relative;
  top: 0;
  margin-right: 24px;
}
#product-page .container .inner-left .sidebar .category .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 60px;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  #product-page .container .inner-left .sidebar .category .icon {
    min-width: 35px;
  }
}
#product-page .container .inner-left .sidebar .category .icon .on {
  display: none;
}
#product-page .container .inner-left .sidebar .category li > a {
  display: flex;
  font-size: 18px;
  color: #181818;
  height: 60px;
  line-height: 60px;
  align-items: center;
  justify-content: space-between;
}
#product-page .container .inner-left .sidebar .category li > a .text {
  display: flex;
}
#product-page .container .inner-left .sidebar .category .f-menu.on > a {
  color: #fff;
  background-color: #006fbd;
}
#product-page .container .inner-left .sidebar .category .f-menu.on > a .btn {
  background: url(../images/pro-list/iconac.png) no-repeat;
}
#product-page .container .inner-left .sidebar .category .f-menu.on .icon .off {
  display: none;
}
#product-page .container .inner-left .sidebar .category .f-menu.on .icon .on {
  display: block;
}
@media (max-width: 1199px) {
  #product-page .container .inner-left .sidebar .category .f-menu > a {
    padding-left: 45px;
  }
}
#product-page .container .inner-left .sidebar .category .s-menu {
  display: none;
  background: #fff;
  margin-top: 30px;
  color: #181818;
}
#product-page .container .inner-left .sidebar .category .s-menu li:hover a {
  background-color: #e5f4ff;
  border-color: #006fbd;
}
#product-page .container .inner-left .sidebar .category .s-menu li a {
  padding-left: 75px;
  border-left: 6px solid transparent;
  transition: all 0.3s;
}
#product-page .container .inner-right {
  width: 76%;
  float: left;
}
@media (max-width: 991px) {
  #product-page .container .inner-right {
    width: 100%;
  }
}
#product-page .container .inner-right .pro-list .list {
  width: 31.3%;
  margin: 20px 1%;
  display: block;
  background-color: #e6e6e6;
  float: left;
  border: 1px solid #f5f5f5;
  transition: all 0.3s;
  padding: 1px;
}
#product-page .container .inner-right .pro-list .list .imgbox {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
#product-page .container .inner-right .pro-list .list .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
@media (max-width: 450px) {
  #product-page .container .inner-right .pro-list .list {
    width: 48%;
    margin: 10px 1%;
  }
}
#product-page .container .inner-right .pro-list .list .list-des {
  text-align: center;
  height: 60px;
  padding: 6px 0;
  transition: all 0.3s;
}
#product-page .container .inner-right .pro-list .list .list-des span {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  #product-page .container .inner-right .pro-list .list .list-des {
    height: 46px;
    padding: 3px 0;
  }
  #product-page .container .inner-right .pro-list .list .list-des span {
    font-size: 14px;
    line-height: unset;
  }
}
#product-page .container .inner-right .pro-list .list:hover {
  border: 1px solid #0261a5;
  background: #0261a5;
}
#product-page .container .inner-right .pro-list .list:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
#product-page .container .inner-right .pro-list .list:hover .list-des {
  background: #0261a5;
}
#product-page .container .inner-right .pro-list .list:hover .list-des span {
  color: #fff;
}
#product-page .container .inner-right .pro-page {
  float: left;
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 767px) {
  #product-page .container .inner-right .pro-page {
    width: 100%;
  }
}
#product-page .container .inner-right .pro-page .page-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #product-page .container .inner-right .pro-page .page-list {
    justify-content: center;
  }
}
#product-page .container .inner-right .pro-page .page-list li {
  margin-right: 10px;
}
#product-page .container .inner-right .pro-page .page-list li:last-child {
  margin-right: 0;
}
#product-page .container .inner-right .pro-page .page-list .first a,
#product-page .container .inner-right .pro-page .page-list .last a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-page .container .inner-right .pro-page .page-list .first a:hover img.white-show,
#product-page .container .inner-right .pro-page .page-list .last a:hover img.white-show {
  display: none;
}
#product-page .container .inner-right .pro-page .page-list .first a:hover img.white-hide,
#product-page .container .inner-right .pro-page .page-list .last a:hover img.white-hide {
  display: block;
}
#product-page .container .inner-right .pro-page .page-list .first a img.white-show,
#product-page .container .inner-right .pro-page .page-list .last a img.white-show {
  display: block;
}
#product-page .container .inner-right .pro-page .page-list .first a img.white-hide,
#product-page .container .inner-right .pro-page .page-list .last a img.white-hide {
  display: none;
}
#product-details {
  margin-bottom: 80px;
}
#product-details .container .productBox {
  margin-bottom: 30px;
}
#product-details .container .productBox .pro-l {
  width: 45%;
  float: left;
}
#product-details .container .productBox .pro-l #preview {
  border: solid 1px #dcdcdc;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 522px;
}
#product-details .container .productBox .pro-l #preview .jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0;
  cursor: pointer;
  margin: 0;
  display: block;
  width: 100% !important;
}
#product-details .container .productBox .pro-l #preview .jqzoom .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  background: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
#product-details .container .productBox .pro-l #preview .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}
#product-details .container .productBox .pro-l #preview .zoomdiv img {
  width: 200%;
  max-width: 200%;
}
#product-details .container .productBox .pro-l #pro-img .swiper-slide {
  border: solid 1px #dcdcdc;
}
#product-details .container .productBox .pro-l #pro-img .swiper-slide a {
  display: block;
  padding-top: 96%;
  position: relative;
  width: 100%;
  height: 0;
}
#product-details .container .productBox .pro-l #pro-img .swiper-slide a img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#product-details .container .productBox .pro-l #pro-img .swiper-slide.on {
  border: solid 1px #006fbd;
}
#product-details .container .productBox .pro-r {
  width: 50%;
  float: right;
}
#product-details .container .productBox .pro-r h1 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #474747;
}
@media (max-width: 767px) {
  #product-details .container .productBox .pro-r h1 {
    margin-top: 0;
  }
}
#product-details .container .productBox .pro-r > p:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #dcdcdc;
}
#product-details .container .productBox .pro-r .pro-cont {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #181818;
}
#product-details .container .productBox .pro-r .pro-cont .intro {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #product-details .container .productBox .pro-r .pro-cont .intro {
    margin-bottom: 15px;
  }
}
#product-details .container .productBox .pro-r .pro-cont p span {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}
@media (max-width: 767px) {
  #product-details .container .productBox .pro-l,
  #product-details .container .productBox .pro-r {
    width: 90%;
    margin: 0 auto 20px;
    float: unset;
  }
}
#product-details .container .productTab .detailTit {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #181818;
  border-left: 4px solid #006fbd;
  padding-left: 10px;
}
#product-details .container .productTab > p:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #dcdcdc;
}
#product-details .container .productTab .detailCont table {
  width: 100%;
  word-break: break-all;
}
#product-details .container .productTab .detailCont table tr {
  height: 50px;
}
#product-details .container .productTab .detailCont table tr td {
  border: 1px solid #006fbd;
  padding: 20px;
}
@media (max-width: 767px) {
  #product-details .container .productTab .detailCont table tr td {
    padding: 10px;
  }
}
#product-details .container .productTab .detailCont table th {
  width: 100%;
  color: #fff;
  background-color: #006fbd;
  border: 1px solid #006fbd;
  padding: 20px;
}
#about-page {
  background: #f5f5f5;
  padding-bottom: 107px;
}
@media (max-width: 1199px) {
  #about-page {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  #about-page {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
#about-page .container .inner-left {
  width: 23%;
  margin-right: 2%;
  float: left;
  min-width: 276px;
  min-height: 360px;
}
@media (max-width: 1199px) {
  #about-page .container .inner-left {
    width: auto;
  }
}
@media (max-width: 991px) {
  #about-page .container .inner-left {
    min-width: initial;
    min-height: initial;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #about-page .container .inner-left #finde {
    display: none!important;
  }
}
#about-page .container .inner-left .sidebar.show {
  position: fixed;
  top: 90px;
  width: 276px;
}
#about-page .container .inner-left .sidebar .category {
  background: #fff;
  padding: 30px 0;
}
@media (max-width: 991px) {
  #about-page .container .inner-left .sidebar .category {
    display: flex;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  #about-page .container .inner-left .sidebar .category {
    padding: 15px 0;
  }
}
#about-page .container .inner-left .sidebar .category li > a {
  font-size: 18px;
  color: #181818;
  height: 60px;
  line-height: 60px;
  display: flex;
}
@media (max-width: 1199px) {
  #about-page .container .inner-left .sidebar .category li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #about-page .container .inner-left .sidebar .category li > a {
    font-size: 12px;
  }
}
#about-page .container .inner-left .sidebar .category li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #about-page .container .inner-left .sidebar .category .f-menu {
    min-width: 200px;
  }
}
#about-page .container .inner-left .sidebar .category .f-menu:hover {
  background-color: #006fbd;
}
#about-page .container .inner-left .sidebar .category .f-menu:hover a {
  color: #fff;
}
#about-page .container .inner-left .sidebar .category .f-menu:hover .icon .off {
  display: none;
}
#about-page .container .inner-left .sidebar .category .f-menu:hover .icon .on {
  display: block;
}
#about-page .container .inner-left .sidebar .category .f-menu.on {
  background-color: #006fbd;
}
#about-page .container .inner-left .sidebar .category .f-menu.on a {
  color: #fff;
}
#about-page .container .inner-left .sidebar .category .f-menu.on .icon .off {
  display: none;
}
#about-page .container .inner-left .sidebar .category .f-menu.on .icon .on {
  display: block;
}
#about-page .container .inner-left .sidebar .category .f-menu .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 60px;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  #about-page .container .inner-left .sidebar .category .f-menu .icon {
    min-width: 35px;
  }
}
#about-page .container .inner-left .sidebar .category .f-menu .icon .on {
  display: none;
}
#about-page .container .inner-left .sidebar .category .f-menu a {
  transition: all 0.2s;
}
#about-page .container .inner-right {
  width: 75%;
  float: left;
}
@media (max-width: 1199px) {
  #about-page .container .inner-right {
    width: 68.5%;
  }
}
@media (max-width: 991px) {
  #about-page .container .inner-right {
    width: 100%;
  }
}
#about-page .container .inner-right .about-lab {
  padding: 30px;
  background: #fff;
}
@media (min-width: 768px) {
  #about-page .container .inner-right .about-lab {
    min-height: 480px;
  }
}
#about-page .container .inner-right .about-a {
  padding: 30px;
  background: #fff;
  color: #181818;
}
@media (max-width: 991px) {
  #about-page .container .inner-right .about-a {
    display: block;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a {
    padding: 10px 15px;
  }
}
#about-page .container .inner-right .about-a .about-tit {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #101010;
  font-size: 24px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  #about-page .container .inner-right .about-a .about-tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .about-tit {
    margin-bottom: 20px;
  }
}
#about-page .container .inner-right .about-a .about-tit.statement {
  margin-top: 97px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .about-tit.statement {
    margin-top: 20px;
  }
}
#about-page .container .inner-right .about-a .about-tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 2px;
  background: #15378D;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .about-tit {
    font-size: 14px;
  }
}
#about-page .container .inner-right .about-a .about-cont {
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  font-size: 16px;
  color: #181818;
}
@media (max-width: 991px) {
  #about-page .container .inner-right .about-a .about-cont {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .about-cont {
    font-size: 12px;
  }
}
#about-page .container .inner-right .about-a .about-bg {
  margin-top: 27px;
  margin-bottom: 109px;
}
@media (max-width: 991px) {
  #about-page .container .inner-right .about-a .about-bg {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .about-bg {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  #about-page .container .inner-right .about-a .about-bg img {
    width: 100%;
  }
}
#about-page .container .inner-right .about-a .target {
  margin-top: -90px;
  display: block;
  height: 90px;
  visibility: hidden;
}
#about-page .container .inner-right .about-a .history-middle {
  position: relative;
}
#about-page .container .inner-right .about-a .history-middle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #c9c9c9;
}
#about-page .container .inner-right .about-a .history-middle .icon-img {
  position: absolute;
  bottom: -13px;
  left: 41.7%;
}
@media (max-width: 1199px) {
  #about-page .container .inner-right .about-a .history-middle .icon-img {
    display: none;
  }
}
#about-page .container .inner-right .about-a .history-middle .history {
  text-indent: 0;
  margin-bottom: 109px;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  #about-page .container .inner-right .about-a .history-middle .history {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .history-middle .history {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
#about-page .container .inner-right .about-a .history-middle .history .history-item {
  position: relative;
  width: 50%;
}
#about-page .container .inner-right .about-a .history-middle .history .history-item:nth-child(odd) {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .history-middle .history .history-item:nth-child(odd) {
    padding-right: 26px;
  }
}
#about-page .container .inner-right .about-a .history-middle .history .history-item:nth-child(odd)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 106px;
  background: url(../images/about/course_l.png) no-repeat;
  background-size: 50%;
  background-position: right 10px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .history-middle .history .history-item:nth-child(odd)::before {
    background-size: 30%;
  }
}
#about-page .container .inner-right .about-a .history-middle .history .history-item:nth-child(even) {
  text-align: left;
  padding-left: 50px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .history-middle .history .history-item:nth-child(even) {
    padding-left: 26px;
  }
}
#about-page .container .inner-right .about-a .history-middle .history .history-item:nth-child(even)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 106px;
  background: url(../images/about/course_r.png) no-repeat;
  background-size: 50%;
  background-position: left 12px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .history-middle .history .history-item:nth-child(even)::after {
    background-size: 30%;
  }
}
@media (min-width: 767px) {
  #about-page .container .inner-right .about-a .history-middle .history .history-item:nth-child(even):last-child::before {
    content: '';
    position: absolute;
    bottom: -33px;
    left: -70px;
    width: 71px;
    height: 73px;
    background: url(../images/about/history_img.png) no-repeat;
  }
}
#about-page .container .inner-right .about-a .history-middle .history .history-item .history-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .history-middle .history .history-item .history-title {
    font-size: 13px;
    margin-bottom: 0;
  }
}
#about-page .container .inner-right .about-a .history-middle .history .history-item .history-content {
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .history-middle .history .history-item .history-content {
    font-size: 12px;
  }
}
#about-page .container .inner-right .about-a .history-middle .line-list .item-line .long {
  width: 40px;
}
#about-page .container .inner-right .about-a .history-middle .line-list .item-line span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #c9c9c9;
  margin-bottom: 10px;
}
#about-page .container .inner-right .about-a .idea {
  margin-bottom: 109px;
}
@media (max-width: 991px) {
  #about-page .container .inner-right .about-a .idea {
    margin-bottom: 50px;
  }
}
#about-page .container .inner-right .about-a .idea .subtitle {
  display: flex;
  justify-content: center;
}
#about-page .container .inner-right .about-a .idea .subtitle span {
  font-size: 18px;
  font-weight: bold;
  color: #0B308E;
  margin-right: 54px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .idea .subtitle span {
    margin-right: 23px;
    font-size: 13px;
  }
}
@media (max-width: 368.98px) {
  #about-page .container .inner-right .about-a .idea .subtitle span {
    margin-right: 18px;
  }
}
#about-page .container .inner-right .about-a .idea .subtitle span:first-child {
  margin-left: 37px;
}
#about-page .container .inner-right .about-a .idea .idea-line {
  margin-top: 12px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .idea .idea-line {
    margin-top: 0;
  }
}
#about-page .container .inner-right .about-a .idea .idea-line img {
  width: 100%;
}
#about-page .container .inner-right .about-a .idea .idea-img {
  margin-top: 12px;
}
@media (max-width: 1199px) {
  #about-page .container .inner-right .about-a .idea .idea-img img {
    width: 100%;
  }
}
#about-page .container .inner-right .about-a .certificate .certificate-box {
  position: relative;
}
#about-page .container .inner-right .about-a .certificate .certificate-box .swiper-button-prev,
#about-page .container .inner-right .about-a .certificate .certificate-box .swiper-button-next {
  width: 14px;
  height: 21px;
  background-size: 100%;
  outline: none;
}
#about-page .container .inner-right .about-a .certificate .certificate-box .swiper-button-prev {
  background-image: url(../images/about/icon_prev.png);
}
#about-page .container .inner-right .about-a .certificate .certificate-box .swiper-button-next {
  background-image: url(../images/about/icon_next.png);
}
#about-page .container .inner-right .about-a .certificate .certificate-box #certificate-swiper {
  margin: 0 40px;
}
@media (max-width: 479px) {
  #about-page .container .inner-right .about-a .certificate .certificate-box #certificate-swiper {
    padding-bottom: 30px;
  }
}
#about-page .container .inner-right .about-a .certificate .certificate-box #certificate-swiper .slide-box {
  cursor: pointer;
}
#about-page .container .inner-right .about-a .certificate .certificate-box #certificate-swiper .slide-box img {
  width: 100%;
}
#about-page .container .inner-right .about-a .statement .subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  #about-page .container .inner-right .about-a .statement .subtitle {
    font-size: 14px;
  }
}
#about-page .container .inner-right .about-a .statement p {
  margin: 0;
  line-height: 36px;
}
#about-page .container .inner-right .about-a .certificate-middle {
  background-color: #F9F9F9;
  padding: 40px 0;
  padding-left: 12px;
  margin-top: 51px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .certificate-middle {
    margin-top: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#about-page .container .inner-right .about-a .certificate-middle .dt,
#about-page .container .inner-right .about-a .certificate-middle .dd {
  display: flex;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .certificate-middle .dt {
    flex-wrap: wrap;
  }
}
#about-page .container .inner-right .about-a .certificate-middle .dt .pic {
  margin-right: 12px;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-a .certificate-middle .dt .pic {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  #about-page .container .inner-right .about-a .certificate-middle .dt .pic img {
    width: 100%;
  }
}
#about-page .container .inner-right .about-a .certificate-middle .dd {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  #about-page .container .inner-right .about-a .certificate-middle .dd .pic img {
    width: 100%;
  }
}
#about-page .container .inner-right .about-a .certificate-middle .dd .pic:first-child {
  margin-right: 7px;
}
#about-page .container .inner-right .about-a.on {
  display: block;
}
#about-page .container .inner-right .about-list .list {
  width: 23%;
  margin: 20px 1%;
  display: block;
  float: left;
  transition: all 0.3s;
  text-align: center;
}
@media (max-width: 767px) {
  #about-page .container .inner-right .about-list .list {
    width: 48%;
  }
}
#about-page .container .inner-right .about-list .list .imgbox {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 142%;
  overflow: hidden;
}
#about-page .container .inner-right .about-list .list .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
#about-page .container .inner-right .about-list .list .list-des {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#about-page .container .inner-right .about-list .list .list-des span {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #101010;
}
#about-page .container .inner-right .about-list .list:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.2);
}
#contact-page .contactBox {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #contact-page .contactBox {
    margin-bottom: 0px;
  }
}
#contact-page .contactBox > h2 {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #181818;
  margin-top: 0;
  margin-bottom: 20px;
}
#contact-page .contactBox .contact-l {
  width: 57%;
  float: left;
  background: #f9f9f9;
  padding: 30px;
}
#contact-page .contactBox .contact-l h2 {
  color: #181818;
  font-size: 18px;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 20px;
}
#contact-page .contactBox .contact-l .two-tit {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #contact-page .contactBox .contact-l {
    padding: 15px;
  }
}
#contact-page .contactBox .contact-l p {
  color: #999;
  margin: 0;
  font-size: 15px;
}
#contact-page .contactBox .contact-l p i {
  min-width: 25px;
  display: inline-block;
}
#contact-page .contactBox .contact-l p a {
  font-size: 16px;
  line-height: 30px;
  margin: 6px 0;
  color: #181818;
  transition: all 0.3s;
}
#contact-page .contactBox .contact-l p a:hover {
  color: #23527c;
}
#contact-page .contactBox .contact-l .b {
  color: #181818;
  margin-bottom: 5px;
  font-size: 16px;
}
#contact-page .contactBox .contact-r {
  width: 43%;
  float: left;
}
#contact-page .contactBox .contact-r form {
  width: 82%;
  float: right;
}
#contact-page .contactBox .contact-r form .phone {
  width: 100%;
}
#contact-page .contactBox .contact-r form input {
  outline: none;
  height: 38px;
  float: left;
  padding: 12px 0 12px 9px;
  margin-bottom: 20px;
  border: solid 1px #dcdcdc;
}
#contact-page .contactBox .contact-r form input::-webkit-input-placeholder,
#contact-page .contactBox .contact-r form textarea::-webkit-input-placeholder {
  color: #999;
}
#contact-page .contactBox .contact-r form input::-moz-placeholder,
#contact-page .contactBox .contact-r form textarea::-moz-placeholder {
  color: #999;
}
#contact-page .contactBox .contact-r form input:-ms-input-placeholder,
#contact-page .contactBox .contact-r form textarea:-ms-input-placeholder {
  color: #999;
}
#contact-page .contactBox .contact-r form textarea {
  padding: 12px 0 12px 8px;
  margin-bottom: 20px;
  border: solid 1px #dcdcdc;
  resize: none;
  outline: none;
  height: 12.2em;
}
#contact-page .contactBox .contact-r form .name {
  width: 46%;
  margin-right: 4%;
}
#contact-page .contactBox .contact-r form .email {
  width: 50%;
}
#contact-page .contactBox .contact-r form .cphone,
#contact-page .contactBox .contact-r form .address,
#contact-page .contactBox .contact-r form .message {
  width: 100%;
}
#contact-page .contactBox .contact-r form .message {
  margin-bottom: 10px;
}
#contact-page .contactBox .contact-r form .formbtn {
  border: none;
  background: #0061a5;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  #contact-page .contactBox .contact-l,
  #contact-page .contactBox .contact-r {
    width: 100%;
    margin: 10px 0;
  }
  #contact-page .contactBox .contact-r form {
    width: 100%;
  }
}
#contact-page .map-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#news-page {
  background: #f5f5f5;
  padding-bottom: 60px;
}
#news-page .container .inner-left {
  width: 23%;
  margin-right: 2%;
  float: left;
}
@media (max-width: 991px) {
  #news-page .container .inner-left {
    display: none;
  }
}
#news-page .container .inner-left .sidebar .category {
  background: #fff;
  padding: 30px 0;
}
@media (max-width: 991px) {
  #news-page .container .inner-left .sidebar .category {
    display: flex;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  #news-page .container .inner-left .sidebar .category {
    padding: 15px 0;
  }
}
#news-page .container .inner-left .sidebar .category li > a {
  font-size: 18px;
  color: #181818;
  height: 60px;
  line-height: 60px;
  display: flex;
}
@media (max-width: 1199px) {
  #news-page .container .inner-left .sidebar .category li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #news-page .container .inner-left .sidebar .category li > a {
    font-size: 12px;
  }
}
#news-page .container .inner-left .sidebar .category li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #news-page .container .inner-left .sidebar .category .f-menu {
    min-width: 200px;
  }
}
#news-page .container .inner-left .sidebar .category .f-menu:hover {
  background-color: #006fbd;
}
#news-page .container .inner-left .sidebar .category .f-menu:hover a {
  color: #fff;
}
#news-page .container .inner-left .sidebar .category .f-menu:hover .icon .off {
  display: none;
}
#news-page .container .inner-left .sidebar .category .f-menu:hover .icon .on {
  display: block;
}
#news-page .container .inner-left .sidebar .category .f-menu.on {
  background-color: #006fbd;
}
#news-page .container .inner-left .sidebar .category .f-menu.on a {
  color: #fff;
}
#news-page .container .inner-left .sidebar .category .f-menu.on .icon .off {
  display: none;
}
#news-page .container .inner-left .sidebar .category .f-menu.on .icon .on {
  display: block;
}
#news-page .container .inner-left .sidebar .category .f-menu .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 60px;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  #news-page .container .inner-left .sidebar .category .f-menu .icon {
    min-width: 35px;
  }
}
#news-page .container .inner-left .sidebar .category .f-menu .icon .on {
  display: none;
}
#news-page .container .inner-left .sidebar .category .f-menu a {
  transition: all 0.2s;
}
#news-page .container .inner-right {
  width: 75%;
  float: left;
}
@media (max-width: 991px) {
  #news-page .container .inner-right {
    width: 100%;
  }
}
#news-page .container .inner-right .news-list {
  background: #fff;
}
#news-page .container .inner-right .news-list .list {
  width: 100%;
  margin: 15px 0;
  padding: 0 30px;
  display: block;
  float: left;
  transition: all 0.3s;
  text-align: center;
}
#news-page .container .inner-right .news-list .list .imgbox {
  display: block;
  position: relative;
  width: 20%;
  height: 0;
  padding-bottom: 12%;
  overflow: hidden;
  float: left;
  margin-right: 2%;
}
@media (max-width: 767px) {
  #news-page .container .inner-right .news-list .list .imgbox {
    width: 100%;
    padding-bottom: 61%;
    margin: 10px 0;
  }
}
#news-page .container .inner-right .news-list .list .imgbox img {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
#news-page .container .inner-right .news-list .list .list-des {
  width: 78%;
  float: left;
  text-align: left;
}
@media (max-width: 767px) {
  #news-page .container .inner-right .news-list .list .list-des {
    width: 100%;
  }
}
#news-page .container .inner-right .news-list .list .list-des h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #181818;
  margin: 0;
}
#news-page .container .inner-right .news-list .list .list-des p {
  margin: 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
#news-page .container .inner-right .news-list .list .list-des span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666666;
}
#news-page .container .inner-right .news-list .list .list-des i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  position: relative;
  margin: 0 5px;
  transition: all 0.3s;
  top: 1px;
}
#news-page .container .inner-right .news-list .list .list-des .time {
  background: url(../images/news/time.png) no-repeat;
}
#news-page .container .inner-right .news-list .list .list-des .seen {
  background: url(../images/news/seen.png) no-repeat;
  top: 3px;
}
#news-page .container .inner-right .news-list .list:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.2);
}
#news-page .container .inner-right .news-list .list:hover .list-des h6 {
  color: #006fbd;
}
#news-page .container .inner-right .news-page {
  float: left;
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 767px) {
  #news-page .container .inner-right .news-page {
    width: 100%;
  }
}
#news-page .container .inner-right .news-page .page-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #news-page .container .inner-right .news-page .page-list {
    justify-content: center;
  }
}
#news-page .container .inner-right .news-page .page-list li {
  margin-right: 10px;
}
#news-page .container .inner-right .news-page .page-list li:last-child {
  margin-right: 0;
}
#news-page .container .inner-right .news-page .page-list .first a,
#news-page .container .inner-right .news-page .page-list .last a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news-page .container .inner-right .news-page .page-list .first a:hover img.white-show,
#news-page .container .inner-right .news-page .page-list .last a:hover img.white-show {
  display: none;
}
#news-page .container .inner-right .news-page .page-list .first a:hover img.white-hide,
#news-page .container .inner-right .news-page .page-list .last a:hover img.white-hide {
  display: block;
}
#news-page .container .inner-right .news-page .page-list .first a img.white-show,
#news-page .container .inner-right .news-page .page-list .last a img.white-show {
  display: block;
}
#news-page .container .inner-right .news-page .page-list .first a img.white-hide,
#news-page .container .inner-right .news-page .page-list .last a img.white-hide {
  display: none;
}
#news-details {
  background: #f5f5f5;
  padding-bottom: 60px;
}
#news-details .container .inner-left {
  width: 23%;
  margin-right: 2%;
  float: left;
}
@media (max-width: 991px) {
  #news-details .container .inner-left {
    display: none;
  }
}
#news-details .container .inner-left .sidebar .category {
  background: #fff;
  padding: 30px 0;
}
@media (max-width: 991px) {
  #news-details .container .inner-left .sidebar .category {
    display: flex;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  #news-details .container .inner-left .sidebar .category {
    padding: 15px 0;
  }
}
#news-details .container .inner-left .sidebar .category li > a {
  font-size: 18px;
  color: #181818;
  height: 60px;
  line-height: 60px;
  display: flex;
}
@media (max-width: 1199px) {
  #news-details .container .inner-left .sidebar .category li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #news-details .container .inner-left .sidebar .category li > a {
    font-size: 12px;
  }
}
#news-details .container .inner-left .sidebar .category li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #news-details .container .inner-left .sidebar .category .f-menu {
    min-width: 200px;
  }
}
#news-details .container .inner-left .sidebar .category .f-menu:hover {
  background-color: #006fbd;
}
#news-details .container .inner-left .sidebar .category .f-menu:hover a {
  color: #fff;
}
#news-details .container .inner-left .sidebar .category .f-menu:hover .icon .off {
  display: none;
}
#news-details .container .inner-left .sidebar .category .f-menu:hover .icon .on {
  display: block;
}
#news-details .container .inner-left .sidebar .category .f-menu.on {
  background-color: #006fbd;
}
#news-details .container .inner-left .sidebar .category .f-menu.on a {
  color: #fff;
}
#news-details .container .inner-left .sidebar .category .f-menu.on .icon .off {
  display: none;
}
#news-details .container .inner-left .sidebar .category .f-menu.on .icon .on {
  display: block;
}
#news-details .container .inner-left .sidebar .category .f-menu .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 60px;
  margin-left: 10px;
}
@media (max-width: 1199px) {
  #news-details .container .inner-left .sidebar .category .f-menu .icon {
    min-width: 35px;
  }
}
#news-details .container .inner-left .sidebar .category .f-menu .icon .on {
  display: none;
}
#news-details .container .inner-left .sidebar .category .f-menu a {
  transition: all 0.2s;
}
#news-details .container .inner-right {
  width: 75%;
  float: left;
  background: #fff;
  padding: 30px;
}
@media (max-width: 991px) {
  #news-details .container .inner-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #news-details .container .inner-right {
    padding: 15px;
  }
}
#news-details .container .inner-right .news-cont .news-tit {
  text-align: center;
}
#news-details .container .inner-right .news-cont .news-tit h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #181818;
}
#news-details .container .inner-right .news-cont .news-tit span {
  margin: 0 10px;
}
#news-details .container .inner-right .news-cont .news-tit span a {
  color: #337ab7;
}
#news-details .container .inner-right .news-cont .news-tit span a:hover {
  color: #23527c;
}
#news-details .container .inner-right .news-cont .news-tit i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  position: relative;
  margin: 0 5px;
  transition: all 0.3s;
  top: 1px;
}
#news-details .container .inner-right .news-cont .news-tit .time {
  background: url(../images/news/time.png) no-repeat;
}
#news-details .container .inner-right .news-cont .news-tit .seen {
  background: url(../images/news/seen.png) no-repeat;
  top: 3px;
}
#news-details .container .inner-right .news-cont .news-info {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #181818;
  text-align: center;
}
@media (max-width: 767px) {
  #news-details .container .inner-right .news-cont .news-info {
    font-size: 14px;
    line-height: inherit;
  }
}
#news-details .container .inner-right .news-cont .news-info p {
  text-indent: 30px;
  margin: 40px 0;
  text-align: start;
}
@media (max-width: 767px) {
  #news-details .container .inner-right .news-cont .news-info p {
    margin: 10px 0;
  }
}
#news-details .container .inner-right .news-cont .news-info img {
  max-width: 100%;
}
#news-details .container .inner-right .news-cont .news-info .prev,
#news-details .container .inner-right .news-cont .news-info .next {
  text-align: start;
  width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-size: 14px;
  line-height: 20px;
}
#news-details .container .inner-right .news-cont .news-info .prev a:hover,
#news-details .container .inner-right .news-cont .news-info .next a:hover {
  color: #006fbd;
}
@media (max-width: 767px) {
  #news-details .container .inner-right .news-cont .news-info .prev,
  #news-details .container .inner-right .news-cont .news-info .next {
    width: 100% !important;
    float: left !important;
    text-align: start !important;
  }
}
#news-details .container .inner-right .news-cont .news-info .next {
  float: right;
  text-align: end;
}
.home-footer {
  margin-top: 0px;
}
.inner-header {
  position: fixed;
  top: 49px;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .inner-header {
    top: 0;
  }
}
.inner-header .header-nav {
  background-color: #fff;
  height: 90px;
}
@media (min-width: 1200px) {
  .inner-header .header-nav {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .inner-header .header-nav {
    height: auto;
  }
}
.inner-header .header-nav::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.inner-header .header-nav .header-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.inner-header .header-nav .header-container .navlogo {
  margin: auto 0;
  margin-left: 33px;
}
@media (max-width: 767px) {
  .inner-header .header-nav .header-container .navlogo {
    width: 255px;
    margin: 10px 0;
    margin-left: 15px;
  }
}
.inner-header .header-nav .header-container .navlogo .logoa {
  display: block;
}
@media (max-width: 991px) {
  .inner-header .header-nav .header-container .navlogo .logoa {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .inner-header .header-nav .header-container .navlogo .logoa {
    padding: 0;
  }
}
.inner-header .header-nav .header-container .navlogo .logoa img {
  display: block;
  height: 58px;
  max-height: 100%;
}
@media (max-width: 767px) {
  .inner-header .header-nav .header-container .navlogo .logoa img {
    height: auto;
    max-width: 100%;
  }
}
.inner-header .header-nav .header-container .navlist {
  float: right;
}
@media (max-width: 767px) {
  .inner-header .header-nav .header-container .navlist {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 100%;
    background: #fff;
    overflow-y: scroll;
    z-index: 999999;
  }
}
@media (min-width: 1199px) {
  .inner-header .header-nav .header-container .navlist .f-menu {
    margin-right: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .inner-header .header-nav .header-container .navlist .f-menu {
    float: right;
  }
}
@media (max-width: 767px) {
  .inner-header .header-nav .header-container .navlist .f-menu > .hasdrop {
    float: none;
  }
}
.inner-header .header-nav .header-container .navlist .f-menu > .hasdrop::before {
  position: absolute;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: url(../images/home/activeicon.png) no-repeat center;
}
@media (max-width: 767px) {
  .inner-header .header-nav .header-container .navlist .f-menu > .hasdrop {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
}
.inner-header .header-nav .header-container .navlist .hasdrop {
  float: left;
  position: relative;
}
@media (min-width: 1200px) {
  .inner-header .header-nav .header-container .navlist .hasdrop:hover::before {
    opacity: 1;
  }
  .inner-header .header-nav .header-container .navlist .hasdrop:hover > .s-menu {
    display: block;
  }
  .inner-header .header-nav .header-container .navlist .hasdrop:hover > .s-menu .hasdrop:hover > .t-menu {
    display: block;
  }
  .inner-header .header-nav .header-container .navlist .hasdrop:hover > a {
    color: #0061a5;
  }
}
.inner-header .header-nav .header-container .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 37px 20px;
  line-height: 1;
  font-size: 16px;
  color: #101010;
}
@media (max-width: 1199px) {
  .inner-header .header-nav .header-container .navlist .hasdrop > a {
    font-size: 14px;
    padding: 40px 20px 40px;
  }
}
@media (max-width: 991px) {
  .inner-header .header-nav .header-container .navlist .hasdrop > a {
    padding: 40px 15px 40px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .inner-header .header-nav .header-container .navlist .hasdrop > a {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
    display: block;
    color: #101010;
    text-decoration: none;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .inner-header .header-nav .header-container .navlist .hasdrop > a i {
    display: none;
  }
}
.inner-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.inner-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.inner-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .inner-header .header-nav .header-container .navlist .hasdrop:nth-child(1)::before {
    left: 0px;
    margin: 0;
  }
  .inner-header .header-nav .header-container .navlist .hasdrop:nth-child(1) > a {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .inner-header .header-nav .header-container .navlist .hasdrop.active::before {
    opacity: 1;
  }
  .inner-header .header-nav .header-container .navlist .hasdrop.active a {
    color: #0061a5;
  }
}
@media (min-width: 768px) {
  .inner-header .header-nav .header-container .navlist .s-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .inner-header .header-nav .header-container .navlist .s-menu > .hasdrop {
    width: 100%;
  }
  .inner-header .header-nav .header-container .navlist .s-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .inner-header .header-nav .header-container .navlist .s-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
  .inner-header .header-nav .header-container .navlist .s-menu .t-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .inner-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop {
    width: 100%;
  }
  .inner-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .inner-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 5px 15px;
    white-space: normal;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .inner-header .header-nav .header-container .navlist .s-menu {
    display: none;
    overflow: hidden;
  }
  .inner-header .header-nav .header-container .navlist .s-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .inner-header .header-nav .header-container .navlist .s-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
  .inner-header .header-nav .header-container .navlist .s-menu .t-menu {
    display: none;
    overflow: hidden;
  }
  .inner-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .inner-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
}
.inner-header .header-nav .header-container .navlist .s-search {
  float: left;
  padding: 35px 0px 32px 10px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .inner-header .header-nav .header-container .navlist .s-search {
    padding: 36px 14px;
  }
}
@media (max-width: 767px) {
  .inner-header .header-nav .header-container .navlist .s-search {
    display: none;
  }
}
.inner-header .header-nav .header-container .navlist .s-search .s-icon {
  cursor: pointer;
}
.inner-header .header-nav .header-container .navlist .s-search .header-search {
  position: relative;
}
.inner-header .header-nav .header-container .navlist .s-search .search-box {
  display: none;
  position: absolute;
  height: 30px;
  right: 0;
  top: 120%;
}
.inner-header .header-nav .header-container .navlist .s-search .search-box .text-in {
  height: 30px;
  line-height: 30px;
  outline: none;
  text-indent: 10px;
  padding-right: 30px;
  border: 1px solid #333;
}
.inner-header .header-nav .header-container .navlist .s-search .search-box .sub-in {
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  background: url(../images/home/search.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .inner-header .header-nav {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .inner-header .navbtn {
    width: 30px;
    height: 30px;
    margin: 15px 5px;
    float: right;
    position: relative;
    display: block;
  }
  .inner-header .navbtn i {
    height: 2px;
    background: #333;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    transition: all 0.3s;
  }
  .inner-header .navbtn i.bar-1 {
    top: 7px;
  }
  .inner-header .navbtn i.bar-2 {
    top: 15px;
  }
  .inner-header .navbtn i.bar-3 {
    top: 23px;
  }
}
@media (max-width: 767px) {
  .inner-header .navbtn.open .bar-1 {
    top: 50%;
    transform: rotate(45deg);
  }
  .inner-header .navbtn.open .bar-2 {
    height: 0px;
  }
  .inner-header .navbtn.open .bar-3 {
    top: 50%;
    transform: rotate(-45deg);
  }
}
.inner-header .fixed-header {
  background-color: #fff;
  zoom: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
