
body,
.subpage .row .right,
.news_detail .detail {
  overflow-y: auto;
  overflow-x: hidden;
}
body::-webkit-scrollbar-button,
.subpage .row .right::-webkit-scrollbar-button,
.news_detail .detail::-webkit-scrollbar-button {
  height: 0;
}
body::-webkit-scrollbar-corner,
.subpage .row .right::-webkit-scrollbar-corner,
.news_detail .detail::-webkit-scrollbar-corner {
  background-color: black;
}
body::-webkit-scrollbar,
.subpage .row .right::-webkit-scrollbar,
.news_detail .detail::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track,
.subpage .row .right::-webkit-scrollbar-track,
.news_detail .detail::-webkit-scrollbar-track {
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb,
.subpage .row .right::-webkit-scrollbar-thumb,
.news_detail .detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C4C4C4;
  -webkit-box-shadow: inset 0 0 6px rgba(192, 192, 192, 0.5);
}
body::-webkit-scrollbar-thumb:window-inactive,
.subpage .row .right::-webkit-scrollbar-thumb:window-inactive,
.news_detail .detail::-webkit-scrollbar-thumb:window-inactive {
  background: #C4C4C4;
}
.masking {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 111;
  display: none;
}
@media screen and (max-width: 768px){
  .row {
    margin-right: 0;
    margin-left: -40px;
  }
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.subpage {
  display: none;
  z-index: 222;
  position: fixed;
  top: 5%;
  left: 5%;
  width: calc(100% - 10%);
  height: calc(100% - 10%);
  background: white;
  overflow: hidden;
  padding: 40px 20px 0;
}
.subpage .logo_small {
  position: absolute;
  left: 40px;
  top: 30px;
}
.subpage .myTab .active span {
  color: #005ca1;
}
.subpage .nav-tabs {
  margin-left: 130px;
  border: 0;
}
.subpage .nav-tabs > li {
  text-align: center;
}
.subpage .nav-tabs > li.active > a {
  border: 0;
}
.subpage .nav-tabs > li > a {
  padding: 0;
  font-size: 16px;
  border: 0;
  text-align: center;
}
.subpage .nav-tabs > li > a span {
  display: block;
  color: #262836;
}
.subpage .nav-tabs > li > a:hover {
  background: transparent;
  border: 0;
}
.subpage .nav-tabs > li > a:hover span {
  color: #005ca1;
}
.subpage .tab-content {
  margin-top: 30px;
}
.subpage .row .left {
  padding-top: 30px;
  text-align: center;
}
.subpage .row .left h5 {
  font-size: 20px;
  color: #373838;
}
.subpage .row .left p {
  margin-top: 10px;
  color: #373838;
}
.subpage .row .left i {
  margin-top: 40%;
  width: 33px;
  height: 6px;
  background: #68b92e;
  border-radius: 2px;
}
.subpage .about > a {
  position: absolute;
  top: 40px;
  left: 85%;
  text-align: center;
}
.subpage .about > a span {
  display: block;
  color: #262836;
}
.subpage .about .row .right .swiper-container .swiper-wrapper .swiper-slide {
  padding-right: 20px;
}
.subpage .about .row .right .swiper-container .swiper-wrapper .swiper-slide img {
  transition: all 0.3s ease;
}
.subpage .about .row .right .swiper-container .swiper-wrapper .swiper-slide img:hover {
  transform: scale(0.9);
}
.subpage .about .row .right .swiper-container .swiper-wrapper .swiper-slide img:first-of-type {
  margin-bottom: 20px;
}
.subpage .about .nav-tabs > li {
  width: 16.66666667%;
}
.subpage .about .culture .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 35%;
}
.subpage .about .culture .bg img {
  width: 100%;
}
.subpage .about .culture .row .right {
  border: 2px solid #005CA1;
  padding: 7%;
}
.subpage .about .video .row .right #videoBox {display: block;position: relative;width: 100%;height: 450px;overflow: hidden;background-color: #000}
.subpage .about .video .row .right #videoBox > .video-js {width: 100%!important;height: 100%!important}
.subpage .about .video .row .right #videoBox > .video-js video {display: block;min-width: 100%;min-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);object-fit: cover}
.subpage .about .video .row .right #videoBox .vjs-poster {background-size: cover;background-position: center}
.subpage .about .video .row .right #videoBox .vjs-big-play-button {font-size: 2.5em;line-height: 2.3em;width: 2.5em;height: 2.5em;border-radius: 2.5em;background-color: rgba(115,133,159,.5);border-width: .1em;margin-top: -1.25em;margin-left: -1.25em}
.subpage .about .video .row .right #videoBox .vjs-big-play-button .vjs-icon-placeholder:before {font-size: 24px;}
.subpage .about .produce .row .right {
  padding: 3% 1%;
}
.subpage .about .news .row .right figure {
  height: 300px;
  margin-bottom: 20px;
  padding: 0 5px;
  background: transparent;
}
.subpage .about .news .row .right figure img {
  width: 100%;
  height: 100%;
}
.subpage .about .news .row .right figure figcaption span:first-of-type {
  margin-left: 10px;
}
.subpage .about .news .row .right figure figcaption h2 {
  font-size: 20px;
}
.subpage .about .news .row .right .loading {
  margin-left: 50%;
  transform: rotateX(-50%);
  border-radius: 5px;
  padding: 5px 10px;
  color: #2098D1;
  background: transparent;
  border: 1px solid #2098D1;
  transition: all 0.3s ease;
}
.subpage .about .news .row .right .loading:hover {
  color: whitesmoke;
  background: #2098D1;
}
.subpage .core {
  display: none;
}
.subpage .core #team .row .right {
  margin-top: 5%;
}
.subpage .core .row .right {
  overflow-y: scroll;
}
.subpage .core .row .right .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 0 5px;
}
.subpage .core .row .right .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
}
.subpage .core .row .right .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.subpage .core .row .right .swiper-container .swiper-wrapper .swiper-slide:hover .top {
  width: calc(100% - 10px);
  height: 100%;
  opacity: 1;
}
.subpage .core .row .right .swiper-container .swiper-wrapper .swiper-slide .top {
  position: absolute;
  top: 0;
  left: 5px;
  width: 0;
  height: 0;
  opacity: 0;
  text-align: center;
  color: white;
  font-size: 10px;
  transition: all 0.3s linear;
  background: rgba(0, 92, 161, 0.43);
}
.subpage .core .row .right .swiper-container .swiper-wrapper .swiper-slide .top h5 {
  padding-top: 40%;
}
.subpage .core .row .right > .col-md-4 p {
  color: #434343;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
  text-indent: 2em;
}
.subpage .core .row .right > .col-sm-6 {
  margin-top: 50px;
}
@media screen and (max-width: 768px){
  .subpage .core .row .right > .col-sm-6 {
    margin-top: 10px;
  }
}
.subpage .core .row .right > .col-sm-6 a {
  display: flex;
}
.subpage .core .row .right > .col-sm-6 a > * {
  transition: all 0.3s ease;
}
.subpage .core .row .right > .col-sm-6 a span {
  margin-right: 20px;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  font-size: 40px;
  color: white;
  text-align: center;
  line-height: 58px;
  background: #005CA1;
}
.subpage .core .row .right > .col-sm-6 a h6 {
  font-size: 18px;
  color: #347db4;
}
.subpage .core .row .right > .col-sm-6 a p {
  color: #005ca1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.subpage .core .row .right > .col-sm-6 a:hover span {
  background: #68B92E;
}
.subpage .core .row .right > .col-sm-6 a:hover h6,
.subpage .core .row .right > .col-sm-6 a:hover p {
  color: #68B92E;
}
.subpage .core .row .right form {
  margin-top: 30px;
}
.subpage .core .row .right form .zd {
  color: red;
  margin-left: 10px;
  display: inline-block;
}
.subpage .core .row .right form label {
  padding-top: 0;
  font-weight: normal;
  color: #383838;
  font-size: 16px;
  width: 48%;
}
.subpage .core .row .right form input,
.subpage .core .row .right form textarea {
  border: 0;
  padding: 10px 0 10px 10px;
  background: #EEEEEE;
  outline: none;
  border-radius: 5px;
}
.subpage .core .row .right form input {
  width: 70%;
  display: inline-block;
}
.subpage .core .row .right form textarea {
  width: 95%;
  margin-top: 20px;
  height: 250px;
}
.subpage .core .row .right form button {
  color: #005CA1;
  padding: 5px 15px;
  border: 1px solid #005CA1;
  transition: all 0.3s linear;
  margin-left: 40%;
  border-radius: 3px;
  background: transparent;
  margin-top: 10px;
}
.subpage .core .row .right form button:hover {
  color: white;
  background: #005CA1;
}
.subpage .core .nav-tabs > li {
  width: 33.33%;
}
.subpage .cooperation {
  display: none;
}
.subpage .cooperation > a {
  position: absolute;
  top: 45px;
  left: 71%;
  text-align: center;
}
.subpage .cooperation > a span {
  display: block;
  color: #262836;
}
.subpage .cooperation .nav-tabs > li {
  width: 33.33%;
}
.subpage .cooperation .row .right {
  margin-top: 2%;
}
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .first,
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .second {
  position: relative;
  padding: 0 5px;
}
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .first .top,
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .second .top {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(0, 92, 161, 0.43);
}
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .first .top p,
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .second .top p {
  margin-top: 30%;
  color: white;
  text-align: center;
}
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .first:hover .top,
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .second:hover .top {
  width: calc(100% - 10px);
  height: 100%;
  opacity: 1;
}
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .first {
  margin-bottom: 10px;
}
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .first .top {
  right: 5px;
  top: 0;
}
.subpage .cooperation .swiper-container .swiper-wrapper .swiper-slide .second .top {
  left: 5px;
  bottom: 0;
}
.subpage .cooperation .carousel_1 {
  position: relative;
  overflow: hidden;
}
.subpage .cooperation .carousel_1 .figure {
  display: flex;
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
}
.subpage .cooperation .carousel_1 .figure figure {
  background: transparent;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  text-align: center;
}
.subpage .cooperation .carousel_1 .figure figure figcaption {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3em;
}
.subpage .cooperation .carousel_1 .figure figure figcaption:after,
.subpage .cooperation .carousel_1 .figure figure figcaption:before {
  position: absolute;
  content: '';
  opacity: 0;
}
.subpage .cooperation .carousel_1 .figure figure figcaption:before {
  top: 30px;
  right: 30px;
  bottom: 70px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.subpage .cooperation .carousel_1 .figure figure figcaption:after {
  top: 10px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.subpage .cooperation .carousel_1 .figure figure figcaption h2 {
  opacity: 0;
  color: white;
  font-size: 24px;
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.subpage .cooperation .carousel_1 .figure figure figcaption::before,
.subpage .cooperation .carousel_1 .figure figure figcaption::after,
.subpage .cooperation .carousel_1 .figure figure img {
  transition: opacity 0.35s, transform 0.35s;
}
.subpage .cooperation .carousel_1 .figure figure img,
.subpage .cooperation .carousel_1 .figure figure h2 {
  transform: translate3d(0, -30px, 0);
}
.subpage .cooperation .carousel_1 .figure figure:hover figcaption::after,
.subpage .cooperation .carousel_1 .figure figure:hover h2,
.subpage .cooperation .carousel_1 .figure figure:hover img {
  transition-delay: 0.15s;
}
.subpage .cooperation .carousel_1 .figure figure:hover h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.subpage .cooperation .carousel_1 .figure figure:hover figcaption::before,
.subpage .cooperation .carousel_1 .figure figure:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
}
.subpage .cooperation .carousel_1 .figure figure:hover img {
  opacity: 0.7;
  transform: translate3d(0, 0, 0);
}
.subpage .cooperation .carousel_1 .figure figure:hover a {
  opacity: 1;
}
.subpage .cooperation .carousel_1 .figure figure img {
  min-height: 100%;
}
.subpage .cooperation .carousel_1 .figure figure a {
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: 50px;
  background: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
}
.subpage .cooperation .carousel_1 aside {
  position: absolute;
  bottom: 20px;
  left: 40%;
  z-index: 5;
}
.subpage .cooperation .carousel_1 aside span {
  display: inline-block;
  z-index: 5;
  width: 12px;
  height: 12px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  background: #d9d9d9;
}
.subpage .cooperation .carousel_1 aside span.on {
  background: #005CA1;
}
.subpage .cooperation .carousel_1 section {
  position: absolute;
  font-size: 60px;
  font-weight: 700;
  color: #ccc;
  top: 40%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.subpage .cooperation .carousel_1 section:first-of-type {
  left: 20px;
}
.subpage .cooperation .carousel_1 section:last-of-type {
  right: 0;
}
.subpage .cooperation .carousel_1 section:hover {
  color: #333;
}
.subpage .cooperation .carousel_1 aside,
.subpage .cooperation .carousel_1 section {
  cursor: pointer;
}
.close {
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  right: 5px;
  font-size: 50px;
  color: black;
}
.product {
  display: none;
  z-index: 222;
  position: fixed;
  top: 5%;
  left: 5%;
  width: calc(100% - 10%);
  height: calc(100% - 10%);
  background: whitesmoke;
  overflow: hidden;
  padding: 40px 20px 0;
}
.product .logo_small {
  position: absolute;
  left: 5%;
  top: 8%;
}
.product .row {
  margin-top: 2%;
}
.product .row .left {
  padding-top: 10%;
  text-align: center;
}
.product .row .left h5 {
  font-size: 20px;
  color: #373838;
}
.product .row .left i {
  margin-top: 60%;
  width: 33px;
  height: 6px;
  background: #059DDC;
  border-radius: 2px;
}
.product .row .col-md-5 img {
  width: 100%;
  max-height: 20%;
  margin-top: 5%;
}
.product .row .myTabContent {
  margin-top: 4%;
}
