﻿
/*body.ovh,.html.ovh{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

.w1500 {
  width: 1500px;
  margin: 0 auto;
}

.w1280 {
  width: 1280px;
  margin-left: 2.75rem;
}

/*.w1400{
  width: 35rem;
  margin-left: 2.75rem;
}*/
.warp-line {
  /*padding-left: 5px;*/
  position: relative;
}
.warp-line .line-bg {
  width: 5px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.l-header {
  position: relative;
  top: 0;
  z-index: 90;
  width: 100%;
  padding: 40px 2% 0;
  position: absolute;
}
.l-header .search-btn {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 46px;
  right: 60px;
  box-sizing: content-box;
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}
.l-header .search-btn a {
  display: block;
}
.l-header .search-btn svg {
  width: 28px;
  height: 28px;
}
.l-header .search-btn svg path {
  width: 100%;
  height: 100%;
  stroke-width: 30;
  fill: #fff;
  -webkit-transition: fill .5s ease;
          transition: fill .5s ease;
}
.l-header .l-gnav {
  float: right;
  width: 70%;
}
.l-header .l-header-t {
  position: relative;
  width: 18%;
  height: 80px;
  z-index: 3;
}
.l-header .l-header-t a {
  display: block;
  height: 100%;
}
.l-header .l-header-t img {
height:82px;
margin-top:-30px;

}
.l-header .l-gnav-list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  float: left;
  width: 100%;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-header .l-gnav-list .l-gnav-item {
  margin: 0 20px;
  position: relative;
}
.l-header .l-gnav-list .l-gnav-item > a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
   text-shadow: black 0.1em 0.1em 0.2em;
  text-align: center;
  display: block;
  -webkit-transition: color .5s;
          transition: color .5s;
}
.l-header .l-gnav-list .l-gnav-item > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
          transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
.l-header .l-gnav-list .gnav-item-sub {
  padding-top: 15px;
  position: absolute;
  left: 0;
  top: 60px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.l-header .l-gnav-list .gnav-item-sub .nitem-sub {
  background: #fff;
  padding: 25px 25px 25px 15px;
}
.l-header .l-gnav-list .gnav-item-sub a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #666;
  padding-left: 18px;
  position: relative;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.l-header .l-gnav-list .gnav-item-sub a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #005dad;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.l-header .l-gnav-list .gnav-item-sub a:hover {
  color: #000;
  padding-left: 22px;
}
.l-header .l-gnav-list .gnav-item-sub a:hover:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header .l-gnav-list .gnav-item-sub a:last-child {
  margin-bottom: 0;
}
.l-header .l-gnav-list .gnav-item-sub.active {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.l-header .l-gnav-list .l-gnav-item:hover > a:before, .l-header .l-gnav-list .l-gnav-item.cur > a:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.l-header .l-gnav-list .l-gnav-item.active > a:before {
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: all .5s .5s;
          transition: all .5s .5s;
}
.l-header .l-gnav-list .l-gnav-item-search {
  width: 10%;
  background-image: -webkit-linear-gradient(bottom left, #289bcb, #004da1);
  background-image: linear-gradient(to top right, #289bcb, #004da1);
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.l-header .l-gnav-list .l-gnav-item-search:after {
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-linear-gradient(0, #d77515, #d71518);
  background-image: linear-gradient(0, #d77515, #d71518);
  background-image: -webkit-linear-gradient(bottom, #d77515, #d71518);
  background-image: linear-gradient(to top, #d77515, #d71518);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: .5s ease;
          transition: .5s ease;
}
.l-header .l-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 120px;
}
.l-header .l-menu .l-menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-header .l-menu .l-menu-box-li {
  border-top: solid 1px #000;
  display: none;
}
.l-header .l-menu .l-menu-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 89;
  width: 100%;
  background-image: -webkit-linear-gradient(0, #d71518, #d77515);
  background-image: linear-gradient(0, #d71518, #d77515);
  background-image: -webkit-linear-gradient(bottom, #d71518, #d77515);
  background-image: linear-gradient(to top, #d71518, #d77515);
}
.l-header .l-menu .l-menu-ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 64px 0 120px;
  width: 64.28571%;
  border-right: solid 1px #000;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.l-header .l-menu .c-hdl2 {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-size: .9rem;
  font-family: "OSW";
  line-height: 1.1;
  color: #333;
}
.l-header .l-menu .p {
  font-size: .35rem;
  line-height: 1.5;
  margin-top: 10px;
  color: #333;
}
.l-header .l-menu .l-menu-header {
  padding: 64px 3.42857% 0 7.14286%;
  width: 28.57143%;
}
.l-header .l-menu .l-menu-ul .l-menu-item {
  width: 33.33333%;
  margin-bottom: 45px;
}
.l-header .l-menu .l-menu-ul .item-h {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: .45rem;
  line-height: 1.5;
  -webkit-transition: .5s ease;
          transition: .5s ease;
}
.l-header .l-menu .l-menu-ul .item-h:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #000;
  content: "";
}
.l-header .l-menu .l-menu-ul .item-h:hover {
  color: #000;
}
.l-header .l-menu .l-menu-name {
  position: relative;
  color: #000;
  white-space: nowrap;
  letter-spacing: .08em;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-family: "OSW";
  text-transform: uppercase;
  line-height: 1;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: auto;
}
.search_case {
  width: 120px;
  position: relative;
}
.search_case span {
  padding-left: 15.58%;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 80px;
  width: inherit;
}
.search_case span i {
  margin-right: 10px;
}
.search_case span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 20px;
  width: 2px;
}
.search_case .search_box {
  position: absolute;
  right: 11.764%;
  top: 50%;
  width: 100px;
  transform: translateY(-50%);
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  height: 36px;
  line-height: 32px;
  background-color: #005dad;
  font-size: 0;
  transition: all .3s ease;
}
.search_case .language {
  position: relative;
}
.search_case .language .sub {
  position: absolute;
  left: 0;
  min-width: 160px;
  display: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.search_case .language .sub:after {
  content: '◆';
  position: absolute;
  top: 0;
  width: 0.5rem;
  right: 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #fff;
  height: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
.search_case .language .sub dd a {
  width: auto;
  display: block;
  height: auto;
  line-height: 45px;
  background: #fff;
  color: #666;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.search_case .language .sub dd a:hover {
  background-color: #005dad;
  color: #fff;
}
.search_case .language .sub dd:first-of-type a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.search_case .language .sub dd:last-of-type a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.search_case .language:hover .sub {
  display: block;
}

.search-btn:hover svg path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  -webkit-animation: dash 3s linear infinite;
  animation: dash 3s linear infinite;
  fill: transparent;
  stroke: #fff;
  stroke-width: 30;
}

.l-header.activefix {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 10px 55px;
  background: rgba(0, 0, 0, 0.4);
}
.l-header.activefix .search-btn {
  top: 16px;
}

.n-sub-nav.activefix {
  position: fixed;
  width: 100%;
  top: 0;
}

.c-mask-overlay.active {
  opacity: 1;
  visibility: visible;
}

.c-mask-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: -webkit-linear-gradient(135deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(-45deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));
  background-position: left top;
  background-size: 4px 4px;
  background-repeat: repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s .3s;
          transition: all .5s .3s;
  z-index: 9;
}

.mobile-nav {
  display: none;
}

/* .l-footer {
  padding: 1.5rem 0 0;
  position: relative;
  width: 100%;
  background: -webkit-linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
    background: -o-linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
    background: -moz-linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
    background: linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
}
.l-footer .w1500 {
  position: relative;
  z-index: 4;
}
.l-footer .fot-left {
  width: 175px;
}
.l-footer .fot-left .logo-bot {
  width: 100%;
  height: 45px;
  margin-bottom: 1rem;
}
.l-footer .fot-left .logo-bot img {
  max-width: 100%;
}
.l-footer .fot-left .fot-tle {
  font-family: "GOTHIC";
  font-size: 20px;
  line-height: 1;
  color: #333;
}
.l-footer .fot-left .fot-tle svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  fill: #2c2c2c;
}
.l-footer .ul {
  width: 74%;
  position: relative;
  z-index: 2;
  margin-left: 5.3%;
}
.l-footer .ma1 {
  margin-top: 1.2rem;
}
.l-footer .ma2 {
  margin-top: 1.8rem;
}

.l-footer .dlbox {
  width: 10%;
  float: left;
  margin-right:4%;
}
.l-footer .dlbox:nth-child(1){
  width: 12%;
}
.l-footer .dlbox:nth-child(3){
  width: 20%;
}
.l-footer .dlbox .dt>a{
  font-size: 16px;
  line-height:2;
  color: #333;
  margin-bottom: 30px;
}
.l-footer .dlbox .dd {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: color .5s;
          transition: color .5s;
}
.l-footer .dlbox .dd:hover {
  opacity: 1;
}
.l-footer .dlbox:last-child{
  margin-right: 0;
}
.l-footer .fot-right {
  width: 8%;
}
.l-footer .fot-right .img-li {
  float: left;
  width: 100%;
  margin-right: 3.2%;
  text-align: center;
}
.l-footer .fot-right .img-li img {
  max-width: 100%;
}
.l-footer .fot-right .img-li p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.l-footer .fot-right .img-li:last-child {
  margin-right: 0;
}
.l-footer .f-bot-info {
  position: relative;
  z-index: 6;
  margin-top: 1rem;
}
.l-footer .f-bot-info .w1500 {
  padding: .95rem 0;
}
.l-footer .f-bot-info p {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  opacity: .8;
}
.l-footer .f-bot-info .fr span {
  color: #fff;
  opacity: .8;
}
.l-footer .f-bot-info a {
  display: inline-block;
  line-height: 40px;
  color: #fff;
  opacity: .8;
  -webkit-transition: .5s ease;
          transition: .5s ease;
}
.l-footer .f-bot-info a:hover {
  opacity: 1;
} */
footer{ background:#f3f5f8; padding-top: 70px; position: relative; z-index: 2; text-align: center;}
footer .img{ display: inline-block; margin-bottom: 40px;}
footer .foot-nav{ width: 1400px; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; text-align: center; margin: 0 auto 40px; position: relative;}
footer .foot-nav ul{ display: inline-block; overflow: hidden; vertical-align: middle;}
footer .foot-nav ul li{ float: left;}
footer .foot-nav ul li a{ height: 60px; line-height: 60px; text-align: center; font-size: 14px; color: #333; display: block; padding: 0 45px;}
footer .foot-nav ul li a:hover{ color: #005dad;}
footer .footer-links{ text-align: center;}
footer .footer-links ul{ display: inline-block;}
footer .footer-links ul li{ float: left;}
footer .footer-links ul li a{ display: block; width: 52px; height: 52px; margin: 0 20px; border: 1px solid #005dad; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; position: relative;line-height: 52px;transition:all 0.6s;}
footer .footer-links ul li a .ewm{ position: absolute; width:150px;height: auto;bottom: 100px; left: 50%; margin-left: -75px; background: #fff;visibility: hidden; opacity: 0; filter: alpha(opacity=0);}
footer .footer-links ul .wb a .ewm{padding:14px;}
footer .footer-links ul .dz a .ewm{padding:14px; width:220px;margin-left: -110px;}
footer .footer-links ul .jxs a .ewm{padding:14px; width:180px;margin-left: -90px;}
footer .footer-links ul li a .ewm p{color: #333;line-height: 24px;}
footer .footer-links ul li a .ewm img{ width: 100%; height: 100%;}
footer .footer-links ul li a:after{ position: absolute; width: 100%; text-align: center; bottom: -30px; font-size: 14px; color: #c7af82; left: 0; content: ""; display: none;}
footer .iconfont{    font-size: 30px;}
footer .dz .iconfont{    font-size: 22px;}
footer .footer-links ul li:hover a{background: #005dad;}
footer .footer-links ul li:hover a .iconfont{color: #fff;}
footer .footer-links ul li:hover a .ewm{ visibility: visible; bottom: 70px; opacity: 1; filter: alpha(opacity=100); transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
footer .footer-links ul li:hover a:after{ display: block;}
footer .footer-phone{ text-align: center; padding: 30px 0 50px;}
footer .footer-phone img{ display: inline-block;}
footer .footer-bottom{ padding: 15px; background: #005dad; text-align: center;}
footer .footer-bottom ul{ overflow: hidden; display: inline-block; vertical-align: middle;}
footer .footer-bottom ul li{ float: left; height: 20px; line-height: 20px; font-size: 13px; color:#dbdbdb; padding: 0 50px; border-right: 1px solid #dbdbdb; text-transform: uppercase;}
footer .footer-bottom ul li:last-child{border: 0;}
footer .footer-bottom ul li a{ color: #dbdbdb;transition:all 0.6s;}
footer .footer-bottom ul li a:hover{ color: #fff;}

@media screen and (max-width:1440px){
  footer .foot-nav{width: 100%;}
}
@media screen and (max-width:800px){
  footer{padding-top: 40px;}
  footer .img{width: 90%;margin-bottom: 30px;}
  footer .foot-nav{display: none;}
  footer .footer-links ul li a{margin: 0 10px;}
  footer .footer-links ul li a .ewm{width: 90px;height: 90px;margin-left: -45px;top: -130px;}
  footer .footer-links ul li a:hover .ewm{top: -100px;}
  footer .footer-links ul li a:after{display: block;}
  footer .footer-bottom ul li{border: none;text-align: center;width: 100%;}
}








.wi-banner {
  /*.li-text{
    width:860px;
    height: 520px;
    padding:1.95rem 1rem;
    position: absolute;
    right: 6.5%;
    bottom: -14.5%;
    z-index: 5;
  } */
}
.wi-banner .btns {
  height: auto;
  position: absolute;
  left: 1.35rem;
  bottom: 4rem;
  z-index: 5;
}
.wi-banner .btns span {
  display: block;
  width: 1.9rem;
  height: 3px;
  background: rgba(255, 255, 255, 0.23);
  margin-right: .5rem;
  -webkit-transition: all .5s;
          transition: all .5s;
  cursor: pointer;
  position: relative;
  float: left;
}
.wi-banner .btns span.cur {
  width: 1.9rem;
  height: 3px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.wi-banner .btns span.cur i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background: #fff;
}
.wi-banner .y {
  font-size: 12px;
  color: #fff;
  font-family: "Arial";
  margin-bottom: 8px;
  text-transform: uppercase;
}
.wi-banner .tit {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.wi-banner .p {
  font-size: .75rem;
  line-height: 1.5;
  color: #fff;
}
.wi-banner .text {
  width: 860px;
  height: 260px;
  padding: 0.95rem 1.25rem 0;
  position: absolute;
  right:0;
  bottom: 0;
  overflow: hidden;
  z-index: 3;
  background: -webkit-linear-gradient(150deg, rgba(63, 217, 255, 0.7), rgba(0, 85, 158, 1));
  background: -o-linear-gradient(150deg, rgba(63, 217, 255, 0.7), rgba(0, 85, 158, 1));
  background: -moz-linear-gradient(150deg, rgba(63, 217, 255, 0.7), rgba(0, 85, 158, 1));
  background: linear-gradient(150deg, rgba(63, 217, 255, 0.7), rgba(0, 85, 158, 1));

}
.wi-banner .quan {
  width: 7.4rem;
  height: 7.4rem;
  position: absolute;
  right: -2.4rem;
  bottom: 1rem;
  z-index: 10;
}
.wi-banner .subox {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  opacity: .5;
  height: 20px;
  position: absolute;
  bottom: 4.2rem;
  right: .8rem;
  z-index: 10;
}
.wi-banner .text .y {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .5s;
          transition: all .5s;
  opacity: 0;
}
.wi-banner .text .tit {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s;
          transition: all .5s;
  opacity: 0;
}
.wi-banner .text .p1 {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s;
          transition: all .5s;
  opacity: 0;
}
.wi-banner .text .p2 {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all .5s;
          transition: all .5s;
  opacity: 0;
}
.wi-banner .text.active .y {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.wi-banner .text.active .tit {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.wi-banner .text.active .p1 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.wi-banner .text.active .p2 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.i-banner {
  /*height:calc(100vw / 2.2);*/
  height: 12.7rem;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.i-banner ul, .i-banner li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.i-banner li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.i-banner li img {
  max-width: 100%;
}
.i-banner li.active {
  opacity: 1;
  z-index: 3;
}
.i-banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.z2 {
  position: relative;
  z-index: 2;
}

.tit-cn {
  color: #222;
  font-size: 1.25rem;
  font-family: "GOTHICB";
  line-height: 1;
}

.tit-h {
  font-size: 1rem;
  line-height: 1;
  color: #999;
  margin-top: .35rem;
  margin-bottom: .6rem;
}
.line{width: 1.375rem;
    height: 4px;
    background-color: #005dad;}
.tit-p16 {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: .75rem;
}

.su-line {
  font-size: 1.1rem;
  line-height: 1;
  color: #999;
  font-family: "GOTHIC";
  padding-left: 1.75rem;
}
.su-line:before {
  content: "";
  position: absolute;
  height: 4px;
  width: .75rem;
  background: #999;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.svgmore {
  width: 230px;
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 15px;
  padding: 0 30px;
  background: #005dad;
  display: block;
  position: relative;
}
.svgmore span {
  display: block;
}
.svgmore .icon {
  fill: #fff;
  width: 18px;
  height: 18px;
  margin-top: 20px;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.svgmore:before {
  content: "";
  position: absolute;
  background: #1fb9df;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.8s cubic-bezier(1, 0.41, 0.07, 0.96);
          transition: all 0.8s cubic-bezier(1, 0.41, 0.07, 0.96);
  width: 0%;
  height: 100%;
  z-index: 1;
}
.svgmore:hover .icon {
  fill: #fff;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.svgmore:hover {
  color: #fff;
}
.svgmore:hover:before {
  width: 100%;
}

.i-lista {
  padding: 6.25rem 0 0rem;
}
.i-lista .bg1 {
  position: absolute;
  width: 13.125rem;
  height: 12.5rem;
  right: 1.5rem;
  top: -4.5rem;
}
.i-lista .imga {
  width: 100%;
  -webkit-transform: scale3d(1);
          transform: scale3d(1);
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.i-lista .bg2 {
  width: 11rem;
  height: 10rem;
  position: absolute;
  top: -2.9rem;
  right: -2.9rem;
}
.i-lista .dd {
  width: 45%;
}
.i-lista .dd .img {
  overflow: hidden;
  position: relative;z-index: 10;
}
.i-lista .lpbox{position: relative;}
.i-lista .lpbox:after{    content: "";position: absolute;width: 100%;height: 100%;display: block;top: -20px;left: -20px;z-index: 1;transition: all 1s ease-in-out 0.5s;
background: -webkit-linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
background: -moz-linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
background: -o-linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
background: linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));}
.i-lista .dd:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.i-lista .dt {
  width: 48%;
  position: relative;
}
.i-lista .svgmore {
  margin-top: 1rem;
}
.i-lista .su-line {
  position: absolute;
  right: 0;
  top: 0;
}
.i-lista .tit-p16 {
  color:#777;
  line-height: 1rem;
}
.i-lista .num-list{
    font-size: 0;
    margin-top: 1rem;
}
.i-lista .item{
    display: inline-block;
    zoom: 1;
    margin-right: 2rem;
}
.i-lista .item:last-child{
    margin-right: 0;
}
.i-lista .item .num-box{
    color: #005dad;
    font-family: "GOTHICB";
    
}
.i-lista .item .num{
    display: inline-block;
    zoom: 1;
    font-size: 1rem;
    line-height: 1rem;
    vertical-align: middle;
}
.i-lista .item .jia{
    display: inline-block;
    zoom: 1;
    font-size: .65rem;
    line-height: .75rem;
    vertical-align: middle;
}
.i-lista .item .txt{
    font-size: .4rem;
    color: #666666;
    line-height: .5rem;
    margin-top: .25rem;
}
.i-lista .his-box {
  margin-top: 1rem;
}
.i-lista .his-box .his-tit {
  font-size: 18px;
  line-height: 1;
  color: #666;
}
.i-lista .his-box .y {
  font-family: "GOTHIC";
  margin-left: 5px;
}
.i-lista .his-box .his-year {
  color: #666;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}
.i-lista .his-box .p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-lista .his-box .slick-slide {
  margin-right: 8px;
}
.i-lista .his-box .his-item {
  margin-top: .7rem;
  position: relative;
}
.i-lista .his-box .li-item {
  padding: 14px 20px;
  overflow: hidden;
  position: relative;
  background: #f3f5f8;
}
.i-lista .his-box .li-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: #abb0ba;
}
.i-lista .his-box .li-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 6px;
  background: #005dad;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.i-lista .his-box .li-item:hover:after {
  width: 100%;
}
.i-lista .slick-prev, .i-lista .slick-next {
  position: absolute;
  display: block;
  border-radius: none;
  height: 15px;
  width: 30px;
  line-height: 0;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  top: -25px;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  overflow: hidden;
}
.i-lista .slick-prev {
  right: 37px;
  left: auto;
}
.i-lista .slick-prev:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.i-lista .slick-prev:hover:before {
  color: #005dad;
}
.i-lista .slick-next {
  right: 8px;
  left: auto;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.i-lista .slick-next:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.i-lista .slick-next:hover:before {
  color: #005dad;
}
.i-lista .slick-prev:after, .i-lista .slick-next:after, .i-lista .slick-prev:hover:after, .i-lista .slick-next:hover:after {
  background: none;
}
.i-lista .slick-prev:hover, .i-lista .slick-next:hover {
  box-shadow: none;
}

.i-listb {
  padding: 0rem 0 0;
}
.i-listb .bg1 {
  position: absolute;
  z-index: 1;
  left: 20%;
  top: 0;
  width: 8.6rem;
  height: 20.3rem;
}
.i-listb .bg2 {
  position: absolute;
  z-index: 1;
  width: 22.7rem;
  height: 25.7rem;
  right: 1.5rem;
  top: -.5rem;
}
.i-listb .w1610 {
  width: 1610px;
  float: right;
  background: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.i-listb .text-left {
  width: 37.2%;
  padding: 2rem 1.6rem;
}
.i-listb .videobox {
  width: 62.8%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.i-listb .videobox-btn {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.875rem;
  margin-left: -.875rem;
  border-radius: 50%;
  background: rgba(42, 42, 42, 0.3);
  cursor: pointer;
}
.i-listb .videobox-btn:after {
  content: ' ';
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  border: 3px solid rgba(42, 42, 42, 0.5);
  background: rgba(42, 42, 42, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  opacity: 0;
  -webkit-animation-name: loader1;
          animation-name: loader1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.23, 0.62, 1);
          animation-timing-function: cubic-bezier(0.55, 0.23, 0.62, 1);
}
.i-listb .videobox-btn .icon {
  fill: #2edca1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
}
.i-listb .videobox-btn:hover .icon path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: dash 2s linear infinite;
  animation: dash 2s linear infinite;
  fill: transparent;
  stroke: #fff;
  stroke-width: 30;
}
.i-listb .su-line {
  color: #fff;
  opacity: .1;
  margin-bottom: 18px;
  position: relative;
}
.i-listb .su-line:before {
  background: #fff;
}
.i-listb .tit-cn2 {
  font-size: .75rem;
  line-height: 1;
  margin-bottom: 20px;
}
.i-listb .tit-p16 {
  color: #999;
  margin-bottom: 4rem;
}
.i-listb .svgmore {
  box-shadow: inset 0px 0px 0px 1px #fff;
}

.i-listc .bg1 {
  width: 16.5rem;
  height: 7.85rem;
  position: absolute;
  left: -1.7rem;
  top: 1.5rem;
  z-index: 1;
}
.i-listc .w1500 {
  padding-left: 3.65rem;
}
.i-listc .w1500 .su-line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.i-listc .w1500 .ptext {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: calc(100% - 250px);
}
.i-listc .w1500 .ptext .li {
  font-size: 18px;
  line-height: 32px;
  color: #999;
}
.i-listc .svgmore {
  position: absolute;
  top: 3.75rem;
  right: 0;
  z-index: 2;
}
.i-listc .pc-city-box {
  width: 100%;
  position: relative;
  z-index: 2;
}
.i-listc .pc-city-box .img {
  position: relative;
  overflow: hidden;
}
.i-listc .pc-city-box .img img {
  width: 100%;
  -webkit-transform: scale3d(1);
          transform: scale3d(1);
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.i-listc .pc-city-box .img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.i-listc .pc-city-box img {
  width: 100%;
  height: 100%;
}
.i-listc .pc-city-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.i-listc .pc-city-box .city-left {
  width: 33.85%;
  height: 20rem;
  overflow: hidden;
}
.i-listc .pc-city-box .city-left .img {
  height: 20rem;
}
.i-listc .pc-city-box .city-right {
  width: 66.15%;
}
.i-listc .pc-city-box .city-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}
.i-listc .pc-city-box .city-top .img1 {
  width: 55%;
  height: 10rem;
}
.i-listc .pc-city-box .city-top .img2 {
  width: 45%;
  height: 10rem;
}
.i-listc .pc-city-box .city-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.i-listc .pc-city-box .city-bot .img1 {
  width: 51%;
  height: 10rem;
}
.i-listc .pc-city-box .city-bot .img2 {
  width: 49%;
  height: 10rem;
}
.i-listc .img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.2rem;
  color: #fff;
}
.i-listc .img-text .tit-p {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
}
.i-listc .img-text .tit-en {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-family: "Arial";
}
.i-listc .mobile-city-box .slick-current .li {
  padding: 0;
}
.i-listc .mobile-city-box .li {
  padding: 20px;
  position: relative;
  -webkit-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
.i-listc .mobile-city-box .li img {
  max-width: 100%;
}

.gsysimg img{
  width: 100%;
}
.gsys{
  position: relative;
  z-index: 9;
}
.gsys .i_tit1{
  position:absolute ;
  z-index: 3;
  left: 50%;
  top: 95px;
  transform: translateX(-50%);
}
.gsys .i_tit1 h2{
  color:#fff
}
.gsysul li{
  float: left;
  width: 30%;
  box-sizing: border-box;
  border-right: 1px solid rgba(255,255,255,.3);
  height: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.gsysul li.ac{
  width: 40%;
  background:rgba(0, 93, 173, 0.7);

}
.gsysul li:last-child{
  border-right: 0;
}
.gsysul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.jsam{display: none;}
.gsysul li h2{
  margin-top: 25px;
  color:#ffffff;
  font-size: 30px;
  font-weight: bold;
}
.gsysul li.ac h2{
  margin-top: 20px;
}
.gsysul li span{
  color:#ffffff;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  opacity: 0;
  width: 100%;
}
.gsysul li.ac span{
  opacity: 1;
}
.gsysul li span:after{
  content:'';
  display: inline-block;
  width: 37px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.gsysul li p{
  font-size: 16px;
  color:#fff;
  height: 120px;
  margin-bottom: 40px;
  opacity: 0;
}
.gsysul li.ac p{
  opacity: 1;
  width:80%;
  margin:0 auto;
}
.gsysul li font{
  display: inline-block;
  width: 88px;
  line-height: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,.2);
  color:#fff
}
.gsysul li h6 img:nth-child(2){
  display: none;
}
.gsysul li img{
  margin-top: 45%;
}
.gsysul li.ac img{
  margin-top: 10%;
}
.gsysul li, .gsysul li img, .gsysul li p, .gsysul li h2, .gsysul li font, .gsysul li span{    transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;
    -webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
    -moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;
}









.pub_case {
  position: relative;
  padding-bottom: 90px;
  margin-top:40px;
  z-index: 10;
}
.pure:before,
.pure:after {
  content: " ";
  display: table;
}
.pure:after {
  clear: both;
}
.ind_src_02 {
  position: relative;
}
.ind_src_02::before {
  content: '';
  display: block;
  width: 48%;
  height: 80%;
  background: url("../images/index_001.jpg") no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 10%;
  right: 5%;
}
.pub_title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  color: #c1c7cd;
  padding-bottom: 48px;
}
.pub_title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: .06rem;
  background-color: #cccccc;
}
.pub_title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.5em;
  height: 4px;
  background-color: #005dad;
}
.ind_src_con {
  font-size: 0;
  padding-top: 160px;
}
.ind_src_con .src02_logo {
  font-size: 0;
}
.ind_src_con .src02_logo > div {
  display: inline-block;
  vertical-align: middle;
}
.ind_src_con .ind_src2_text {
  float: left;
  width: 40%;
  padding-right: 10px;
}
.ind_src_con .ind_src2_text .swiper-container{margin-bottom: 2rem;}
.ind_src_con .ind_src2_text .swiper-wrapper {
  min-height: 250px;
}
.ind_src_con .ind_src2_text .swiper-slide > div {
  display: none;
}
.ind_src_con .ind_src2_img {
  float: right;
  width: 50%;
  padding-right: 6%;
  margin-right: 10%;
  position: relative;
  height: 540px;
}
.ind_src_con .ind_src2_img .swiper-container{height: 100%;}
.ind_src_con .ind_src2_img img {
  width: 100%;
  display: block;
  border: 1px solid #f3f3f3;
  height: 100%;
}
.ind_src_con .ind_src2_img .swiper-pagination {
  width: 30px;
  height: auto;
  right: 0;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet {
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  margin: 5px 0;
  background-color: transparent !important;
  opacity: .35;
  outline: none
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet i {
  color: #000f86;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  outline: none;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet i.on {
  font-size: 30px;
  opacity: 0;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  bottom: -5px;
  width: 1px;
  height: calc(50% + 5px);
  background-color: #ffffff;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  top: -5px;
  width: 1px;
  height: calc(50% + 5px);
  background-color: #ffffff;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet:first-child:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-top: -20px;
  margin-left: -0.5px;
  top: 0;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #ffffff;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet:last-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-top: -20px;
  margin-left: -0.5px;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #ffffff;
  bottom: -20px;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active {
  opacity: 1;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active div {
  /* background-color: #005dad; */
  height: 100%;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active i.on {
  opacity: 1;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active i.det {
  opacity: 0;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active::before,
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active::after {
  background-color: rgba(255, 255, 255, 0.35) !important;
  z-index: -1;
}
.logo_box_l {
  position: relative;
  width: 16.7%;
  min-width: 80px;
  margin-right: 30px;
}
.logo_box_l img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s ease .5s;
}
.logo_box_l img:first-child {
  position: relative;
}
.ind_src2_text .active > div {
  display: block !important;
}
.ind_src2_text .active .logo_box_l img:nth-child(2) {
  animation: rotate2 ease .5s;
}
.ind_src2_text .active .logo_box_l img:nth-child(3) {
  animation: rotate1 ease .5s;
}
@keyframes rotate1 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fadeInUpSmall1 {
  from {
    opacity: 0;
    transform: translate3d(0%, 6px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.src02_log_name_en {
  font-size: 1rem;
  line-height: 1.1;
  color: #005dad;
  font-weight: 700;
  margin-bottom: 10px;
}
.src02_log_name {
  font-size: .7rem;
  line-height: 2;
  color: #005dad;
}
.src02_title {
  color: #333;
  line-height: 1.8;
  font-size: 28px;
}
.src02_text_box{    margin-top:30px;}
.src02_info {
  color: #999;
  line-height: 2;
  height: 100px;
  width:90%;
  font-size: 16px;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: none;
}
.src02_img_box img {
  width: 44.57%;
  display: block;
}
.operation_box {
  font-size: 0;
  text-align: left;
}
.operation_box > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 0;
}
.operation_box .swiper-button-prev,
.operation_box .swiper-button-next {
  background-color: #034ea2;
  transition: all .5s ease;
}
.operation_box .swiper-button-prev i,
.operation_box .swiper-button-next i {
  color: #ffffff;
}
.operation_box .swiper-pagination {
  width: 80px;
}
.operation_box .swiper-pagination span.on {
  color: #005dad;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width:800px){
  .ind_src_con{padding-bottom: 18px;margin-top: 35px;}
    .ind_src_con .ind_src2_img{
        float: none;
        width: 100%;
        margin-bottom: 15px;
            height: 280px;padding-right: 8%;
    }
    .ind_src_con .ind_src2_text{
        padding-right: 0;
        width: 100%;
    }
    .src02_info{
        height: auto;
        padding-bottom: .35rem;
    }
    .ind_src_con .ind_src2_text .swiper-wrapper{
        min-height: auto;
    }
    .operation_box > div{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .ind_src_02::before{width: 30px;
    right: 0;}
}





.i-listd {
  padding: 2.25rem 0;
  background: #fff;
}
.i-listd .newst{    padding-left: 3.65rem;}
.i-listd .su-line {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
}
.i-listd .tit-h {
  display: inline-block;
    font-family: "GOTHICB";
    margin-top: 0;
}
.i-listd .tit-cn {
  display: inline-block;
    margin-right: 10px;
}
.su-line:before{    content: "";
    position: absolute;
    height: 4px;
    width: .75rem;
    background: #727887;
    left: 0;
    top: 50%;
    margin-top: -2px;}
.i-listd .ulbox {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.col-fff{    color: #fff !important;}
.i-listd .li-item {
  display: block;
  background: #f8f8f9;
  margin-right: 2.5%;
}
.i-listd .bot {
  padding: 1.25rem;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.i-listd .time {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1;
  margin-bottom: .3rem;
}
.i-listd .tit-24 {
  font-size: .6rem;
  line-height: 1.4;
  height: 1.68rem;
  color: #000;
  overflow: hidden;
}
.i-listd .p-16 {
  margin-top: .3rem;
  line-height: 24px;
  height: 48px;
  color: #4c4c4c;
  overflow: hidden;
}
.i-listd .svgmore.orderbtn{margin-top: 1rem;}
/* .i-listd .orderbtn {
  width: 3.8rem;
  height: 1.15rem;
  line-height: 1.15rem;
  border-radius: 1.15rem;
  text-align: left;
  text-indent: .75rem;
  margin-left: -.75rem;
  margin-top: .5rem;
  color: #333;
  background: transparent;
  display: block;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
          transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}
.i-listd .orderbtn1 {
  margin-top: 1rem;
} */
/* .i-listd .orderbtn1:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  top: 50%;
  margin-top: -3px;
  right: .6rem;
  background: url(../images/img18-1.png) no-repeat center;
  background-size: 10px 7px;
}
.i-listd .li-item:hover .orderbtn {
  margin-left: 0px;
  color: #fff;
  background: #da3830;
}
.i-listd .li-item:hover .orderbtn:before {
  background: url(../images/img16.png) no-repeat center;
  background-size: 10px 7px;
} */
.i-listd .li-item1 {
  width: 33%;
}
.i-listd .li-item2 {
  width: 37%;
  padding: 2rem 1.75rem;
  background: url(../images/img24.jpg) no-repeat center;
  background-size: cover;
}
.i-listd .li-item2 .orderbtn1 {
  margin-top: 2.25rem;
}
.i-listd .li-item2 .orderbtn1:before {
  background: url(../images/img16.png) no-repeat center;
  background-size: 10px 7px;
}
.i-listd .li-item3 {
  width: 29%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-listd .li-item4 {
  background: url(../images/img25.jpg) no-repeat center;
  background-size: cover;
  height: 50%;
  width:100%;
  overflow: hidden;
}
.i-listd .li-item4 .tit-24 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
}
.i-listd .news-video {
  position: relative;
  cursor: pointer;
  width:100%;
  height:48%;
}
.i-listd .news-video .p {
  position: absolute;
  bottom: .5rem;
  font-size: .5rem;
  color: #fff;
  line-height: 1.2;
  padding: 0 1rem 0;
  background-size: .6rem .6rem;
  z-index: 2;
}
.i-listd .news-video:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
.i-listd .li-item:nth-child(3n) {
  margin-right: 0;
}
.li-img .img{overflow: hidden;}
.li-img .img img{    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);}
.li-img:hover .img img{-webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);}









.i-liste {
  padding: 2.2rem 0 1.2rem;
  background: url(../images/img6.jpg) no-repeat center;
  background-size: cover;
}
.i-liste .left {
  width: 110px;
  float: left;
}
.i-liste .left .tit {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "GOTHIC";
  color: #29bc8a;
  font-weight: bold;
}
.i-liste .left .tit-p {
  font-size: 26px;
  line-height: 1;
  color: #fff;
}
.i-liste .partnerbox {
  width: 80%;
  float: right;
}
.i-liste .partnerbox .li-item {
  width: 16.6%;
  border-right: 1px solid rgba(59, 59, 59, 0.2);
  float: left;
  padding: .3rem 0;
  margin-bottom: .4rem;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.i-liste .partnerbox .li-item img {
  width: 100%;
}
.i-liste .partnerbox .li-item:hover{
  background: #222;
  box-shadow: inset 0px 0px 0px 2px #ccc;
}
.i-liste .partnerbox .li-item:nth-child(6n) {
  border-right: none;
}
.i-liste .partnerbox .slick-prev:after, .i-liste .partnerbox .slick-next:after {
  background: none;
  border: none;
}
.i-liste .partnerbox .slick-prev, .i-liste .partnerbox .slick-next {
  position: absolute;
  display: block;
  border-radius: 0px;
  height: 40px;
  width: 45px;
  line-height: 0;
  font-size: 25px;
  cursor: pointer;
  color: #666;
  top: 3rem;
  margin-top: 0;
  padding: 0;
  /*border: 1px solid rgba(255,255,255,.2);*/
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  outline: none;
  background: none;
  overflow: hidden;
}
.i-liste .partnerbox .slick-prev:hover, .i-liste .partnerbox .slick-next:hover {
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.i-liste .partnerbox .slick-prev {
  left: -25%;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.i-liste .partnerbox .slick-prev:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.i-liste .partnerbox .slick-prev:hover:before {
  color: #005dad;
}
.i-liste .partnerbox .slick-next {
  left: -20%;
  right: auto;
}
.i-liste .partnerbox .slick-next:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.i-liste .partnerbox .slick-next:hover:before {
  color: #005dad;
}

.n-banner {
  /* overflow: hidden; */
  position: relative;}
  /*.scroll_down{
    width: 60px;
    height: 60px;
    border:1px solid rgba(255,255,255,.2);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -30px;
    bottom: 1.8rem;
    &:before{
      color:#fff;
      transform:rotate(-90deg);
      font-size: 24px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -16px;
      margin-left: -12.5px;
      opacity: .7;
      animation: start 1.5s infinite ease-in-out;
    }
  }*/

.n-banner .img {
  width: 100%;
}
.n-banner .banner-text {
  width: 20rem;
  height: 8.4rem;
  padding: 1.5rem;
  position: absolute;
  right: 2rem;
  bottom: 1.2rem;
  overflow: hidden;
  z-index: 3;
  background: -webkit-linear-gradient(150deg, rgba(63, 217, 255, 0.8), rgba(0, 85, 158, 1));
  background: -o-linear-gradient(150deg, rgba(63, 217, 255, 0.8), rgba(0, 85, 158, 1));
  background: -moz-linear-gradient(150deg, rgba(63, 217, 255, 0.8), rgba(0, 85, 158, 1));
  background: linear-gradient(150deg, rgba(63, 217, 255, 0.8), rgba(0, 85, 158, 1));
}
.n-banner .banner-y {
  font-size: 1.35rem;
  line-height: 1;
  font-family: "GOTHICB";
  margin-bottom: .5rem;
  color: #fff;
}
.n-banner .quan {
  position: absolute;
  width: 5.4rem;
  height: 5.4rem;
  right: -2.4rem;
  bottom: -1.8rem;
}
.n-banner .banner-cn {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.n-banner .n-sub-nav {
  width: 14.2rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-top: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 1.5rem;
}
.protop .mobile-sub-nav{
  display: block;
  width: 14rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-top: 2px solid #fff;
  position: absolute;
  right: 8rem;
  bottom: 4.2rem;
  padding: 0 1.5rem;
}
.protop .mobile-sub-nav .sec-list{
  width: 100%;
  padding: 1rem 0;
      top: 100px;
    border: 6px solid #f8f8f9;
    border-top: none;
    background: #fff;

}


.protop .mobile-sub-nav .prolibox{
    width: 88%;
    height: 240px;
    overflow-y: scroll;
}
.protop .mobile-sub-nav .prolibox::-webkit-scrollbar-thumb{background: #0257a0;}
.protop .mobile-sub-nav .tit{
  font-size: 24px;}
.protop .mobile-sub-nav .sec-list a{
  font-size: 20px;
  line-height: 1.2rem;
  position: relative;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.protop .mobile-sub-nav .sec-list a:hover,.protop .mobile-sub-nav .sec-list a.cur{
  color: #005dad;
  padding-left: 2.6rem;
  }
.protop .mobile-sub-nav .sec-list a:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #005dad;
    top: 50%;
    left: 1.5rem;
    margin-top: -1px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}
.protop .mobile-sub-nav .sec-list a:hover:before,.protop .mobile-sub-nav .sec-list a.cur:before{    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);}
.protop .mobile-sub-nav .icon{width: 30px;height: 30px;}
.protop .pro-sub-nav{
  display: none;
}
.protop .pro-sub-nav.fixed{
  display: block;
  position: fixed;
  top: 100px;
  width: 16%;
  padding: 0 1rem;
  background: -webkit-linear-gradient(150deg, rgba(63, 217, 255, 0.8), rgba(0, 85, 158, 1));
  background: -moz-linear-gradient(150deg, rgba(63, 217, 255, 0.8), rgba(0, 85, 158, 1));
  background: -o-linear-gradient(150deg, rgba(63, 217, 255, 0.8), rgba(0, 85, 158, 1));
  background: linear-gradient(150deg, rgba(63, 217, 255, 0.8), rgba(0, 85, 158, 1));
  height: 80px;
  line-height: 80px;
  right: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;

  }
.protop .pro-sub-nav .icon{margin-top: .65rem;}
.protop .pro-sub-nav .tit{font-size: 22px;}
.protop .pro-sub-nav .sec-list{top: 76px;}
.protop .pro-sub-nav .sec-list a{
  padding: 0 0 0 1rem;
  font-size: 16px;
  line-height: 1rem;}
.protop .pro-sub-nav .sec-list a:hover, .protop .pro-sub-nav .sec-list a.cur{    padding-left: 2rem;}
.protop .mobile-sub-nav .sec-list a:before{    width: 26px;    left: 1rem;}
.protop .mobile-sub-nav .prolibox.groupbox{width:100%;    overflow-y: inherit;}

.n-banner .banner-text.probanner-text{bottom: 4.2rem;}
.n-group .lista.gro1{border-bottom: 20px solid #f8f8f9;margin-top: -6.7rem;}
.n-group .lista.gro2,.n-group .lista.gro3,.n-group .lista.gro4{margin-top: 0;padding: 3rem 0;border-bottom: 20px solid #f8f8f9;}
.n-group .lista.gro5{margin-top: 0;
    padding: 3rem 0;}
.n-group .grouptop{margin-bottom: 2rem;    padding-bottom: 20px;}
.n-group .lista .grouptop .p{font-size:16px;
    line-height: 2;
    color: #333;
    width: 560px;
    padding-left: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;}

.grouppic img{width: 100%;}
.grouptxt{position: relative;
    padding-top: .6rem;
    padding-bottom: .65rem;
    overflow: hidden;}
.grouptxt::before{position: absolute;
    display: block;
    content: "";
    left: 37%;
    top: .65rem;
    bottom: .7rem;
    width: 1px;
    background: #dcdcdc;}
.grouptxt{position: relative; padding-top: 2rem; padding-bottom: 1rem; overflow: hidden;}
.grouptxt::before{position: absolute; display: block; content: ""; left: 36%; top: 2rem; width: 1px; background: #dcdcdc;}
.grouptxt dt .icon{width: 40px;height: 40px;display: inline-block;vertical-align: middle;margin-right: 20px;}
.grouptxt dt h3{font-size: .8rem; line-height: 1rem; color: #222;display: inline-block;
    vertical-align: middle;}
.grouptxt dt h6{    font-size: .5rem;
    line-height: 1;
    color: #005dad;
    margin: 0.6rem 0;
    text-transform: inherit;
    font-weight: normal;}
.grouptxt dt .line{display: block; margin: 1rem 0; width: 50px; height: 2px; background: #005dad;}
.grouptxt .articlel{font-size: 14px; line-height: 34px; color: #666666;}
.grouptxt .article{font-size: 14px; line-height: 30px; color: #666666;margin-top: 1rem;}
.grouptxt .bgpic{background-color: #f1f1f1; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.grouptxt .svgmore{margin-top: 6%;}
.grouptxt .col-lg-6 dt .line{width: 0;}
.grouptxt .campus h5{margin-top: .5rem; padding-bottom: .07rem; font-size: 18px; color: #b5261e;}
.grouptxt .campus ul{padding: 0; margin-right: -10px;}
.grouptxt .campus li{float: left; padding: 10px 20px 10px 0; width: 20%;}
.grouptxt .campus li a{position: relative; display: block; text-align: center; line-height: 30px; border: 1px solid #c2c2c2; font-size: 18px; color: #5d5d5d;}
.grouptxt .campus li a i{position: absolute; display: block; left: 0; top: 0; width: 0; height: 100%; background: #b5261e;}
.grouptxt .campus li a span{position: relative;}
@media (max-width: 767px){
.grouptxt::before{display: none;}
.grouptxt .campus li{width: 50%;}
.grouptxt .more{width: 150px; height: 34px; line-height: 34px;}
.grouptxt dt h3{font-size: .8rem; line-height: 1rem;}
.grouptxt .col-lg-6 dt h3{background-position: 0 .08rem;}
.grouptxt{padding-top: 1rem;}
.grouptxt dt .line{    margin: .6rem 0;    width: 30px;}
.grouptxt .articlel{line-height: 24px;margin-bottom: 20px;}
.n-group .lista.gro2, .n-group .lista.gro3, .n-group .lista.gro4,.n-group .lista.gro5{    padding: 2rem 0;}
.grouptxt .col-xs-12{padding:0;}
.wi-banner .tit{font-size: 1.2rem;}

}
@media (min-width: 768px) and (max-width: 991px){
.grouptxt .col-md-4{width: 37%;}
.grouptxt .col-md-7{width: 63%;}
.grouptxt .campus li{width: 33.3333333%;}
.grouptxt::before {left: 36%;}
}









.n-banner .n-sub-nav a {
  color: #b3d3eb;
  font-size: 18px;
  line-height: 1;
  margin-right: 1.2rem;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.n-banner .n-sub-nav a:hover, .n-banner .n-sub-nav a.cur {
  color: #fff;
}
.n-banner .wmobile-block {
  overflow: hidden;
  height: 20rem;
}

@-webkit-keyframes start {
  0%,30% {
    opacity: 0;
    -webkit-transform: translate(0, -8px) rotate(-90deg);
            transform: translate(0, -8px) rotate(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-90deg);
            transform: translate(0, 0) rotate(-90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px) rotate(-90deg);
            transform: translate(0, 10px) rotate(-90deg);
  }
}

@keyframes start {
  0%,30% {
    opacity: 0;
    -webkit-transform: translate(0, -8px) rotate(-90deg);
            transform: translate(0, -8px) rotate(-90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-90deg);
            transform: translate(0, 0) rotate(-90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px) rotate(-90deg);
            transform: translate(0, 10px) rotate(-90deg);
  }
}
body {
  background: #f8f8f9 !important;
}

.bg-col1 {
  background: #f8f8f9;
}

.bg-col2 {
  background: #fff;
}

.n-warp-bg {
  padding-left: 5rem;
}
.n-warp-bg .lista {
  background: #fff;
  padding-top: 4.25rem;
  margin-top: -3.7rem;
}

.n-about {
  position: relative;
  z-index: 2;
}
.n-about .lista {
  padding-bottom: 3rem;
}
.n-about .lista .p {
  font-size: 18px;
  line-height: 2;
  color: #333;
  width: 560px;
  padding-left: 135px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.n-about .lista .p:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: #dbdbdb;
}
.n-about .lista .imga {
    margin-top: 3rem;
    position: relative;
    z-index: 2;
    padding-left: 2.75rem;
}
/* .n-about .lista .imga img {
  max-width: 100%;
} */
.n-about .listb .tit-cn,.n-about .listb .tit-h{color: #fff;}
.com_img_case{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 83.33333%;
  padding-right: 19.871%;
  position: relative;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sha_imgBox{
  position: absolute;
  right: 0;
  top: 0;
  width: 19.23%;
  height: 100%;
  background: url(../images/abr.png);
  /*-webkit-filter: blur(10px); !* Chrome, Opera *!*/
  /*-moz-filter: blur(10px);*/
  /*-ms-filter: blur(10px);*/
  /*filter: blur(10px);*/
  z-index: 1;
}
.com_img_case .swiper-container{
  overflow: initial;
}
.com_img_case .swiper-slide > div img{
  display: block;
  width: 100%;
}
.sha_imgBox > div{
  font-size: 0;
  line-height: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translate3d(-50%,-50%,0) rotate(90deg);
}
.com_img_case .swiper-button-prev,.com_img_case .swiper-button-next{
  background-image: none;
  left: 0;
  right: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
  line-height: 44px;
  outline: none;
}
.com_img_case .swiper-button-prev{
  margin-right: 60px;
}
.com_img_case .swiper-button-next{
  margin-left: 60px;
}
.com_img_case .swiper-pagination{
  color: #959ba1;
  width: auto;
  left: 0;
  bottom: 0;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.com_img_case .swiper-pagination .on{
  color: #000;
  font-size: 30px;
}
.com_img_case .abswicon{width: 40px;height: 40px;    transform: rotate(-90deg);}
.n-about .lista .bg1 {
  width: 8.5rem;
  height: 18rem;
  position: absolute;
  right: 0rem;
  top: 4rem;
  z-index: 1;

}
.n-about .listc .bg2 {
  width: 8rem;
  height: 16rem;
  position: absolute;
  right: -6rem;
  top: 0rem;
  z-index: 1;

}
.n-about .listb {
  padding: 2rem 0 2.5rem;
  position: relative;
  background: url(../images/bdbj.jpg) fixed;
  background-size: cover;
  z-index: 4;
}
  /*.line{
    width: 160%;
    height: 18px;
    position: absolute;
    left: -20%;
    bottom: 23%;
    background-size: auto 20px !important;
    z-index: 1;
  }*/

.n-about .listb .bg {
  width: 17rem;
  height: 7.86rem;
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: -2.75rem;
}
.n-about .listb .his-item {
  margin-top: 3.5rem;
}
.n-about .listb .his-item .img {
  text-align: center;
  margin-bottom: 1rem;
}
.n-about .listb .his-item .img img {
  border-radius: 50%;
  max-width: 100%;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition:all 0.6s;
}
.n-about .listb .his-item .img:hover img{
  -webkit-filter: initial;
  filter: initial;}
.n-about .listb .his-item .slick-list {
  z-index: 2;
}
.n-about .listb .his-item .slick-slide {
  padding: 0 .5rem;
}
.n-about .listb .his-item .text {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.n-about .listb .his-item .text:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  margin-left: -3.5px;
  top: 4px;
  border-radius: 50%;
  background: #005dad;
}
.n-about .listb .his-item .text .time {
  font-size: 24px;
  line-height: 1;
  margin-bottom: .5rem;
  color: #fff;
}
.n-about .listb .his-item .text .p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.n-about .listb .his-item .slick-prev:after, .n-about .listb .his-item .slick-next:after {
  border-radius: 0;
}
.n-about .listb .his-item .slick-prev, .n-about .listb .his-item .slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0;
  font-size: 24px;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  top: 3rem;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  overflow: hidden;
}
.n-about .listb .his-item .slick-prev {
  left: -2rem;
}
.n-about .listb .his-item .slick-prev:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.n-about .listb .his-item .slick-prev:hover:before {
  color: #005dad;position: relative;z-index: 2;
}
.n-about .listb .his-item .slick-next {
  right: -2rem;
  left: auto;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.n-about .listb .his-item .slick-next:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.n-about .listb .his-item .slick-next:hover:before {
  color: #005dad;
}
.n-about .listc {
  padding: 2.2rem 0 1rem;
  margin-left: 5rem;
}
.n-about .listc .dlbox {
  margin-top: 2.5rem;
  position: relative;
}
.n-about .listc .bg {
  position: absolute;
  width: 7.85rem;
  height: 11rem;
  left: 2.8rem;
  top: 3.8rem;
}
.n-about .listc .dt {
  width: 550px;
}
.n-about .listc .dt .top {
  line-height: 45px;
  margin-bottom: .9rem;
}
.n-about .listc .dt span {
  color: #222;
  font-size: 24px;
}
.n-about .listc .dt .imga {
  width: 72px;
  height: 43px;
  margin-right: 15px;
  display: inline-block;
}
.n-about .listc .dt table {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.n-about .listc .dt table tr {
  border-top: 1px solid #e2e2e2;
}
.n-about .listc .dt table td {
  padding: 16px 0;
  font-size: 18px;
  color: #434444;
}
.n-about .listc .dd {
      width: 610px;
    position: relative;
    top: -120px;
    z-index: 9;
}
.n-about .listc .dd .top {
  line-height: 45px;
}
.n-about .listc .dd span {
  color: #434444;
  font-size: 20px;
  line-height: 32px;
}
.n-about .listc .dd .imga {
  width: 124px;
  height: 57px;
  margin-right: 40px;
  display: inline-block;
}
.n-about .listc .dd .imgb {
  text-align: center;
  width: 100%;
  position: relative;
}
.n-about .listc .dd .imgb .img {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.n-about .listc .dd .imgb .img img{width: 100%;
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transform: scale3d(1);
    transform: scale3d(1);
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);}
.n-about .listc .dd .imgb .img:hover img{-webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);}
.n-about .listc .dd .imgb:after{content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    transition: all 1s ease-in-out 0.5s;
    background: -webkit-linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
    background: -moz-linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
    background: -o-linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
    background: linear-gradient(150deg, rgba(63, 217, 255, 1), rgba(0, 85, 158, 1));
}
.n-about .listd {
  padding: 2.2rem 0 1rem;
  margin-left: 5rem;
  background: url(../images/hobj.jpg) no-repeat center;
  background-size: cover;
}
.n-about .listd .tit-h{text-align: center;color: #fff;}
.n-about .listd .tit-cn{text-align: center;color: #fff;}
.honorcon{margin: 2rem 0;}
.honorbox .li{width: 90%;    margin-right: 0;display: block;background: #fff;}
.honorbox .li .img{width: 100%;overflow: hidden;}
.honorbox .li .img img{width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);}
.honorbox .li .text{padding: 14px 12px;    color: #333;}
.honorbox .li .text-tit{    text-align: center;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: color .8s ease-in-out;
    transition: color .8s ease-in-out;}
.honorbox .swiper-pagination{position: static;
    line-height: 1;
    margin-top: 25px;}
.honorbox .swiper-pagination-bullet{height: 6px;
    width: 34px;
    border-radius: 6px;
    background: #e3e3e3;
    opacity: 1;
    transition: .5s;}
.honorbox .swiper-pagination-bullet-active{    width: 53px;
    background: #005dad;
    transition: .5s;}
.honorbox .li:hover .text-tit{color: #0044ad;}
.honorbox .li:hover img{    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);}


.flex-left-box{position: absolute;
    width: 180px;
    left: 1rem;
    top: 3rem;
    padding: 15px 0;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    z-index: 5;}
.pro-mobile{display: none;}
.flex-left-box.fixed{position: fixed;left: 6rem;}
.flex-left-box .bar {
  position: absolute;
  width: 2px;
  height: 25px;
  background: #003680;
  left: -1px;
  top: 15px;
}

.flex-left-box a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  margin-top: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.flex-left-box a:hover, .flex-left-box a.active {
  color: #003680;
}
.flex-left-box a:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 1024px){
  .n-product .flex-left-box {
    display: none;
  }
  .pro-flex-tit .pro-mobile{  display:block;  font-size: 16px;}
  .pro-flex-tit .pro-mobile.cur .tit-bot {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.pro-flex-tit .pro-mobile .item {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.pro-flex-tit .pro-mobile .tit-bot {
  padding: 20px;
  padding-left: 40px;
  box-sizing: border-box;
  display: none;
  position: absolute;
  background: #fff;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.pro-flex-tit .pro-mobile .tit-top {
  padding: 0 20px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
}
.pro-flex-tit .pro-mobile .tit-top:before {
  width: 110px;
  height: 3px;
  left: 20px;
  bottom: -1px;
  background: #003680;
  content: "";
  position: absolute;
}
.pro-flex-tit .pro-mobile .tit-top:after {
  width: 25px;
  height: 25px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: url("../images/img51.png") no-repeat center;
  background-size: 100%;
  position: absolute;
}

}












.n-product .wid-50{position: relative;}
.n-product .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 78%;
  padding:4rem 0;
  border-bottom: 20px solid #f8f8f9;
}
.n-banner .n-sub-nav .banicon{float: right;line-height: 2.4rem;}
.n-banner .n-sub-nav .banicon .icon{width:20px;height: 20px;display: inline-block;transition: all .3s;    vertical-align: middle;position: relative;}
.n-banner .n-sub-nav .banicon span{    font-size: 16px;
    vertical-align: middle;
    margin-left: 6px;
    color: #fee27a;
    line-height: 20px;transition: all .3s;}
.n-banner .n-sub-nav .banicon:hover .icon{transform: rotate(-30deg);}
.n-banner .n-sub-nav .banicon:hover span{margin-left: 10px;}
.n-product .lista{position: relative;    margin-top: -6.7rem;padding-bottom:0;}
.n-product .con:last-child{border-bottom: none;}
.n-product .con:first-child{ padding-top: 0;}
.n-product .con .right_bg {
  position: absolute;
  right: 0;
  top: 0;
}
.n-product .con .left_bg {
  position: absolute;
  left: 0;
  top: 0;
}
.n-product .con .msg {
  width: 80%;
  margin: 0.6rem auto 0 auto;
  position: relative;
}
.n-product .msg-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0.4rem;
  position: relative;
}
.n-product .msg-list > .line {
  height: calc(100% - 48px);
  position: absolute;
  top: 54px;
  left: 10px;
  display: flex;
  align-items: center;
  z-index: 2;
      background: none;width: auto;
}
.n-product .msg-list > .line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  opacity: 0.2;
  width: 1px;
  border-left: 1px dashed #0d4486;
  z-index: -1;
}
.n-product .msg-list > span {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 36px;
  line-height: 36px;
  z-index: 2;
}
.n-product .msg-list > span:after {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  font-family: en_b;
  color: #f8f8f9;
  font-size: 52px;
  font-weight: bold;
  z-index: -1;
}
.n-product .msg-list > ul {
  padding-bottom: 0.4rem;
  padding-right: 0.3rem;
  border-bottom: 1px solid #eee;
  width: calc(100% - 100px);
}
.n-product .msg-list > ul > li {
  padding: 6px 0;
  color: #666;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
.n-product .msg-list > ul > li b {
  color: #0d4486;
}
.n-product .msg-list > ul > li:after {
  content: "";
  position: absolute;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  line-height: 5px;
  text-align: center;
  background-color: #666;
  left: 10px;
}
.n-product .msg-list:last-of-type > em {
  visibility: hidden;
}
.n-product .msg-list:last-of-type > ul {
  border: none;
}
.n-product .con .left{width: 36%;left: 10%;}
.n-product .con .msg .txt {
  position: absolute;
  bottom:-100px;
  right: -24%;
  font-size: 90px;
  color: #f8f9fb;
  height: 100px;
  line-height: 100px;
}
.n-product .con .left > img.pic {
  width:  100%;
  margin-left: 30px;
  display: block;
  position: relative;
  z-index: 2;
      border: 6px solid #f8f8f9;
}
.n-product .con .right{width: 50%;}
.n-product .con .right .pic {
  width: 100%;
  position: relative;
  overflow: visible;
}

.n-product .con .left:after{content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/index_001.jpg) no-repeat right center;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: 0;}
.n-product .src02_logo{overflow: hidden;    margin: 0.8rem 0;}
.n-product .svgmore{margin-top: 0.8rem;}
.n-product .logo_box_l{float: left;}
.n-product .conr .right .pic {
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 2;
}
.n-product .conr .right .pic img{width: 100%;margin-right: 30px;position: relative;right: 30px;    border: 6px solid #f8f8f9;z-index: 10;}
.n-product .lista .txt {
  font-size: 120px;
  color: #f8f9fb;
  position: absolute;
  left: 2rem;
  top: 7rem;
}
.n-product .conr .left:after{content: none;}
.n-product .conr .right:after{    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/index_001.jpg) no-repeat right center;
    background-size: cover;
    position: absolute;
    top: -30px;
    right: 0;}
.n-product .conr .right_bg{display: none;}
.n-product .conr .left_bg{position: absolute;
    left: 0;
    top: 0;}
.n-product .conr .left{width: 50%;}
.n-product .conr .right{width: 36%;}


.same-box{padding: 1.75rem 0 0rem;}
.showinfo-top-box .left{
    float: left;
    width: 40%;
}
.showinfo-top-box{}
.showinfo-top-box .bimg,
.showinfo-top-box .simg{
    overflow: hidden;
}
.showinfo-top-box .bimg{
    border: 1px solid #eee;}
.showinfo-top-box img{
    width: 100%;
}
.showinfo-top-box .simg-box{
    padding: .5rem 1.35rem;
    border: 1px solid #eee;
    border-top: none;
    position: relative;
}
.showinfo-top-box .simg-box .swiper-slide{
    position: relative;
    cursor: pointer;
}
.showinfo-top-box .simg-box .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #005dad;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.showinfo-top-box .simg-box .swiper-slide.cur .cover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.showinfo-top-box .simg-box .prev,
.showinfo-top-box .simg-box .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .275rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .2s;
}
.showinfo-top-box .simg-box .prev{
    left: .6rem;
    background-image: url('../images/simg-prev.png');
}
.showinfo-top-box .simg-box .next{
    right: .6rem;
    background-image: url('../images/simg-next.png');
}
.showinfo-top-box .right{
    float: right;
    width: 54%;
}
.showinfo-top-box .right .tit{
    font-size: .75rem;
    line-height: .8rem;
    color: #333;
}
.showinfo-top-box .src02_logo{margin: 1.4rem 0 1rem;}
.showinfo-top-box .right .con{
    padding: .5rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: .35rem;
    line-height: .74rem;
    width: 100%;
}
.showinfo-top-box .right .info-list{
    padding-top: 1rem;
}
.showinfo-top-box .right .info-list .item{
    font-size: .35rem;
    line-height: .4rem;
    height: .8rem;
    color: #999;
    margin-bottom: .2rem;
    box-sizing: border-box;
    /* word-break: break-all; */
    float: left;
    width: 50%;
    white-space: nowrap;
}
/* .showinfo-top-box .right .info-list .item:nth-child(3n+1){
    width: 34.54%
}
.showinfo-top-box .right .info-list .item:nth-child(3n+2){
    width: 40.9%
} */
.showinfo-top-box .right .price{
    padding-top: .5rem;
    margin-top: .5rem;
    border-top: 1px solid #eee;
    font-size: .65rem;
    line-height: .75rem;
    color: #005dad;
}
.showinfo-top-box .simg-box .prev:hover{
  background-image: url('../images/simg-prev2.png');
}
.showinfo-top-box .simg-box .next:hover{
  background-image: url('../images/simg-next2.png');
}
.same-tit{
    font-size: 0;
    border-bottom: 1px solid #eee;
}
.same-tit span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size:.4rem;
    line-height: .5rem;
    padding-bottom: .5rem;
    color: #005dad; 
    position: relative;
}
.same-tit span:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #005dad;
}
.show-list{
    overflow: hidden;
    margin-top: 1rem;
}
.same-tab .swiper-slide{
    padding-top: .25rem;
    width: 30.5%;
    margin-right: 4.25%;
}
.same-tab .swiper-slide:last-child{
    margin-right: 0;
}
.same-tab .buttons{
    margin-top: .75rem;
}
.show-list .con-box{    border: 1px solid #eee;    display: block;
    position: relative;
    top: -1px;
    transition: all .6s;}
.show-list .con-box:before{content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background-color: #005dad;
    transition: all .6s;}
.show-list .con-box:hover:before{width: 100%;}
.show-list .img{
    position: relative;
    height: 325px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.show-list img{
    width: 100%;
    height: auto;
}
.show-list .true-img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.show-list .text{
    padding: .625rem .75rem;
    border-top: 1px solid #eee;
}
.show-list .tit-box{
    padding-bottom: .5rem;
    border-bottom: 1px solid #eee;
}
.show-list .series-tit{
    font-size: .35rem;
    line-height: .4rem;
    color: #999;
}
.show-list .tit{
    font-size: .45rem;
    line-height: .8rem;
    color: #333;
    margin-top: .1rem;
    transition: all .6s;
}
.show-list .area-box{
    margin-top: .375rem;
}
.show-list .area{
    float: left;
    font-size: 1rem;
    line-height: .5rem;
    color: #005dad;
}
.show-list .more{
    font-size: .35rem;
    line-height: .7rem;
    color: #666;
    float: right;
    transition: all .6s;
}
.buttons{
    text-align: center;
    font-size: 0;
}
.buttons a{
    font-size: 0;
    text-align: center;
}
.buttons a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #eee;
    border-radius: 100%;
    margin: 0 .375rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .175rem;
    transition: all .6s;
}
.buttons .prev{
    background-image: url('../images/page-prev.png');
}
.buttons .next{
    background-image: url('../images/page-next.png');
}
.buttons a:hover{
  background-color: #005dad;
  border-color: #005dad;
}
.buttons .prev:hover{
    background-image: url('../images/page-prev2.png');
}
.buttons .next:hover{
    background-image: url('../images/page-next2.png');
}
.show-list .con-box:hover{top: -.25rem;}
.show-list .con-box .more:hover{color: #005dad;}
.show-list .con-box:hover .tit{color: #005dad;}
.show-list .proshowcon{margin-bottom: 3rem;}
.show-list .proshowcon img{width: auto;max-width: 100%;margin: 0 auto;display: block;}






















.n-industry .lista {
  padding-bottom: 2.9rem;
}
.n-industry .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-industry .tit-h {
  margin-bottom: 0;
  margin-left: .5rem;
}
.n-industry .tit-cn, .n-industry .tit-h {
  display: inline-block;
}
.n-industry .ul {
  margin-top: 2rem;
}
.n-industry .ul .li {
  background: #f8f8f9;
  width: 32%;
  display: block;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.n-industry .ul .li:nth-child(3n) {
  margin-right: 0;
}
.n-industry .ul .li-text {
  padding: 1.2rem 1rem 20px;
}
.n-industry .ul .li-text .text {
  padding: 0;
}
.n-industry .ul .li-text .p {
  font-size: 14px;
  line-height: 28px;
  color: #888;
  height: 196px;
  overflow: hidden;
  margin-bottom: 1.4rem;
}
.n-industry .ul .img {
  width: 100%;
  overflow: hidden;
  height: 230px;
}
.n-industry .ul .img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-industry .ul .li:hover .text-tit {
  color: #0044ad;
}
.n-industry .ul .li:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.n-industry .ul .text {
  padding: 28px .95rem 20px;
  color: #333;
}
.n-industry .ul .text-tit {
  margin-bottom: 20px;
  height: 34px;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: color .8s ease-in-out;
          transition: color .8s ease-in-out;
}
.n-industry .ul .time {
  border-top: 1px solid #dbdbdb;
  font-size: 14px;
  color: #999;
  line-height: 18px;
  padding-top: 18px;
  font-family: "Arial";
}
.n-industry .ul .time .icon {
  width: 18px;
  height: 18px;
  position: relative;
  transition:all 0.6s;
  transform: translateX(0px);
}
.n-industry .ul .li:hover .icon{transform: translateX(-10px);}
.n-industry .ul .li:hover .icon path{fill:#005dad;}
.n-industry .ul-two {
  margin-top: 1.5rem;
}
.n-industry .ul-two .li {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
  border: 1px solid #ddd;
}
.n-industry .ul-two .li:nth-child(2n) {
  margin-right: 0;
}
.n-industry .ul-two .li td:nth-child(1){
	width: 110px;
}
.n-industry .ul-two .img {
  overflow: hidden;
  width:110px;
}
.n-industry .ul-two .img img {
  max-width: 100%;
}
.n-industry .ul-two .li-r {
  padding: 0 1.2rem 0 .875rem;
  float: left;
}
.n-industry .ul-two .li-tit {
  font-size: 15px;
  line-height: 24px;
  max-height: 48px;
  color: #333;
  overflow: hidden;
  margin-bottom: 16px;
}
.n-industry .ul-two table {
  width: 100%;
  height: 100%;
}
.n-industry .ul-two .pdfbtn {
  width: 128px;
  padding: 0  18px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #b1b1b1;
  display: block;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.n-industry .ul-two .pdfbtn span {
  background: url(../images/pic13.png) no-repeat left center;
  background-size: auto 14px;
  padding-left: 28px;
  font-size: 14px;
  color: #fff;
}
.n-industry .ul-two .pdfbtn:hover {
  background: url(../images/pic13-1.png) no-repeat left center;
  background: #005dad;
}
.n-industry .infobox {
  background: #fff;
  padding: 2.5rem 0 0;
}
.n-industry .infobox .info-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  text-align: center;
}
.n-industry .infobox .info-top .h {
  font-size: 22px;
  line-height: 32px;
  color: #333;
  margin-bottom: 20px;
}
.n-industry .infobox .info-top .time {
  color: #999;
  font-size: 14px;
  color: #999;
}
.n-industry .infobox .text {
  padding: 30px 0 50px;
  font-size: 16px;
  color: #666;
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
}
.n-industry .infobox .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.n-industry .infobox .bot {
  padding-top: 45px;
}
.n-industry .infobox .bot-l {
  width: 70%;
}
.n-industry .infobox .bot-l span {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  display: block;
}
.n-industry .infobox .bot-l span a {
  color: #666;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.n-industry .infobox .bot-l span a:hover {
  color: #005dad;
}
.n-industry .infobox .bot-r {
  width: 68px;
}
.n-industry .infobox .bot-r a {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.n-industry .infobox .bot-r a:hover {
  color: #005dad;
}


.n-factory .fac1{border-bottom: 20px solid #f8f8f9;
    padding-bottom: 0rem;}
.n-factory .fac2{border-bottom: 20px solid #f8f8f9;margin-top: 0;}
.n-factory .fac3{    margin-top: 0;
    padding: 3rem 0;}
.n-factory .ul .text-tit{    margin-bottom: 0;text-align: center;}
.n-factory .facbox{margin-bottom: 120px;}
.n-factory .facbox2{margin-bottom: 0px;}
.n-factory .facbox3{margin-bottom: 0;}
.n-factory .facbox .li{width: 90%;margin-right:0;margin-bottom: 40px;}
.n-factory .facbox .li .img{width: 100%;}
.n-factory .facbox .swiper-pagination {
  position: static;
  line-height: 1;
  margin-top: 25px;
}
.n-factory .facbox .swiper-pagination-bullet {
  height: 6px;
  width: 34px;
  border-radius: 6px;
  background: #e3e3e3;
  opacity: 1;
  transition: .5s;
}
.n-factory .facbox .swiper-pagination-bullet-active {
  width: 53px;
  background: #005dad;
  transition: .5s;
}
.videosb{width: 100%;}
.video{    position: relative;  overflow: hidden;border: 1px solid #f6f6f6;
    cursor: pointer;}
.video img{     transition: .5s;
    transform: scale3d(1.05, 1.05, 1);
    width: 100%;}
.video:hover img{ transform: scale3d(1, 1, 1);}
.video:after{    position: absolute;
    content: "";
    width: 78px;
    height: 78px;
    background: url(../images/img34.png) no-repeat center;
    background-size: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;}
.video-fixed{position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: .8s ease-out;
    display:none}
.video-fixed.anime{display: block!important;}
.video-fixed .cha{width: 25px;
    height: 25px;
    background: url(../images/ico_116.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;}
.video-fixed .videobox{width: 1200px;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 80px 100px;
    box-sizing: border-box;
    opacity: 0;
    transform: scale3d(.5,.5,1);
    transition: .8s;}
.video-fixed .videobox{height: 80%;}
.video-fixed .videobox.active{opacity: 1;
    transform: scale3d(1,1,1);
    transition: .8s;}
.video-fixed .box{height: 100%;}
@media screen and (max-width:1460px){
.video-fixed .videobox{padding: 20px;}
}
@media screen and (max-width:1200px){
.video-fixed .videobox {width: 100%;height: 100%;}
}











.n-tech .tech1{border-bottom: 20px solid #f8f8f9;padding-bottom: 1rem;}
.n-tech .tech2{margin-top:0;padding: 3rem 0;border-bottom: 20px solid #f8f8f9;}
.n-tech .tech3{margin-top:0;padding: 3rem 0;}
.techcon .techbox{position: relative;}
.techcon .tcbox{margin-bottom: 100px;}
.techcon .techbox img{width: 100%;}
.techcon .swiper-slide{overflow: hidden;}
.techbox .yjaltxt{
  background: #fff;
  position: absolute;
  right: 0;
  bottom:0px;
  transform: translateY(-50%) translateX(100%);
  width: 300px;
  box-sizing: border-box;
  padding: 30px;
  transition: all .4s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
  
}
.techbox .swiper-slide:hover .yjaltxt{
  transform: translateY(-50%) translateX(0);
}
.techbox .yjaltxt h2{
  border-bottom: 1px solid #efefef;
  font-size: 24px;
  font-weight: bold;
  color:#333333;
  line-height: initial;
  padding-bottom: 16px;
}
.techbox .yjaltxt p{
  line-height: 24px;
  color:#666666;
  margin-top: 8px;
  
}
.techbox .yjaltxt p span{
  font-weight: bold;
}
.techbox .yjaltxt h6{
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 50px;
  background: #005dad;
  text-align: center;
  font-size: 18px;
  color:#fff;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
}
.techbox .yjaltxt h6 .icon{width: 22px;height: 22px;display: inline-block;vertical-align: middle;}
.techbox .swiper-button-next, .techbox .swiper-button-prev{background: none;
    width: auto;
    height: auto;
    margin-top: 0;
    transform: translateY(-50%);
    opacity: 0.5;
    transition: all .4s ease 0s;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
  }
.techbox .swiper-button-next .icon, .techbox .swiper-button-prev .icon{width: 40px;height: 40px;}
.techbox .swiper-button-prev{    left: 5%;}
.techbox .swiper-button-next{    right: 5%;}
.techbox .swiper-button-next:hover, .swiper-button-prev:hover{opacity: 1;}











.n-city .lista .bg {
  width: 9rem;
  height: 21rem;
  position: absolute;
  top: 0;
  /*left: -2.8rem; */
  z-index: 1;
}
.n-city .lista .imga {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.n-city .lista .imga .img {
  display: inline-block;
  max-width: 100%;
}
.n-city .lista .imga .tubiao {
  position: absolute;
  bottom: 6rem;
  font-size: 18px;
  line-height: 1;
  color: #666;
}
.n-city .lista .imga .tubiao:before {
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 60px;
  top: -16px;
  background: #222;
}
.n-city .lista .imga .tubiao:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 32px;
  left: 0;
  top: -70px;
  background: url(../images/pic14.png) no-repeat center;
  background-size: 27px 32px;
}
.n-city .listb {
  padding: 2.2rem 0 3.85rem 5rem;
  position: relative;
  z-index: 2;
}
.n-city .listb .city-item .slick-slide {
  padding: 0 5px;
}
.n-city .listb .city-item .li {
  background: #fefefe;
  padding: 1rem .8rem 0;
  height: 200px;
  margin-bottom: 10px;
}
.n-city .listb .city-item .li .li-h {
  font-size: .5rem;
  padding-bottom: .4rem;
  color: #555;
  position: relative;
  margin-bottom: .3rem;
  font-weight: bold;
}
.n-city .listb .city-item .li .li-h:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #222;
  bottom: 0;
  left: 0;
}
.n-city .listb .city-item .li .li-h .li-tit {
  color: #222;
  line-height: 34px;
  font-size: 16px;
  height: 60px;
  overflow: hidden;
}
.n-city .listb .city-item .li .li-h .li-tel {
  color: #222;
  font-size: 16px;
  line-height: 30px;
}
.n-city .listb .city-item .slick-prev:after, .n-city .listb .city-item .slick-next:after {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.n-city .listb .city-item .slick-prev, .n-city .listb .city-item .slick-next {
  position: absolute;
  display: block;
  height: 45px;
  width: 45px;
  line-height: 0;
  font-size: 24px;
  border-radius: 0;
  cursor: pointer;
  color: #000;
  top: 50%;
  margin-top: -28px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  overflow: hidden;
}
.n-city .listb .city-item .slick-prev {
  left: -2rem;
}
.n-city .listb .city-item .slick-prev:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  position: relative;
  z-index: 3;
}
.n-city .listb .city-item .slick-prev:hover:before {
  color: #005dad;
}
.n-city .listb .city-item .slick-next {
  right: -2rem;
  left: auto;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.n-city .listb .city-item .slick-next:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  position: relative;
  z-index: 3;
}
.n-city .listb .city-item .slick-next:hover:before {
  color: #005dad;
}

.n-contact .w1600 {
  width: 93.5%;
  margin-bottom: 5rem;
  float: right;
}
.n-contact .bg {
  width: 13rem;
  height: 12.7rem;
  position: absolute;
  z-index: 1;
  top: -4rem;
  right: 3.2rem;
}
.n-contact .bg2 {
  width: 8.4rem;
  height: 18rem;
  position: absolute;
  z-index: 1;
  bottom: -8rem;
  right: 6.8rem;
}
.n-contact .BMapLib_SearchInfoWindow .iw_bt{margin-right: 0px!important;}
.n-contact .contactbox {
  margin-top: 30px;
}
.n-contact .contact-left {
  width: 380px;
  float: left;
}
.n-contact .contact-left .form {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e5e5;
}
.n-contact .contact-left .form .input1 {
  border: none;
  background: none;
  text-indent: 10px;
  font-size: 14px;
  color: #333;
  width: calc(100% - 60px);
}
.n-contact .contact-left .form .input2 {
  border: none;
  background: url(../images/pic18.png) no-repeat center center;
  width: 50px;
  height: 50px;
}
.n-contact .contact-left .ul-item {
  width: 100%;
  margin-top: 1rem;
  height: 500px;
  overflow: hidden;
}
.n-contact .contact-left .ul-item .li-item {
  width: 100%;
  padding: 24px 0 24px 26px;
  border-top: 1px solid #dfe0e5;
  cursor: pointer;
  background: url(../images/pic19.png) no-repeat left 28px;
}
.n-contact .contact-left .ul-item .li-item:last-child {
  border-bottom: 1px solid #dfe0e5;
}
.n-contact .contact-left .ul-item .h {
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin-bottom: 10px;
}
.n-contact .contact-left .ul-item .li-add {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #727272;
}
.n-contact .contact-left .ul-item .li-tel {
  font-size: 16px;
  line-height: 1;
  color: #727272;
}
.n-contact .contact-right {
  width: calc(100% - 400px);
  height: 580px;
}
.n-contact .contact-right #dituContent {
  width: 100%;
  height: 580px;
}
.n-contact .BMap_bubble_content .h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #333;
  padding: 0.2em 0;
}
.n-contact .BMap_bubble_content .p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.n-contact .BMap_bubble_content .time {
  font-size: 14px;
  color: #666;
}
.n-contact .BMap_bubble_content .bot {
  margin: 3% 0 0;
  width: 320px;
}
.n-contact .BMap_bubble_content .bot a {
  color: #fff;
  padding-left: 4%;
}
.n-contact .BMap_bubble_content .bot .y-yue {
  width: 120px;
  text-align: center;
  background: #005dad url(../images/pic22.png) no-repeat 12% center;
  background-size: 15px auto;
  border: 1px solid #0097e0;
  display: block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
}
.n-contact .BMap_bubble_content .bot .adds {
  width: 120px;
  text-align: center;
  background: #222222 url(../images/pic21.png) no-repeat 12% center;
  background-size: 20px auto;
  display: block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
}

.n-team .lista {
  padding-bottom: 3.75rem;
}
.n-team .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-team .tit-h {
  margin-bottom: 0;
  margin-left: .5rem;
}
.n-team .tit-cn, .n-team .tit-h {
  display: inline-block;
}
.n-team .videobox {
  width: 100%;
  height: 11.8rem;
  margin-top: 1.5rem;
  position: relative;
}
.n-team .videobox .videobox-btn {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.875rem;
  margin-left: -.875rem;
  border-radius: 50%;
  background: rgba(42, 42, 42, 0.3);
  cursor: pointer;
}
.n-team .videobox .videobox-btn:after {
  content: ' ';
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  border: 3px solid rgba(42, 42, 42, 0.5);
  background: rgba(42, 42, 42, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  opacity: 0;
  -webkit-animation-name: loader1;
          animation-name: loader1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.23, 0.62, 1);
          animation-timing-function: cubic-bezier(0.55, 0.23, 0.62, 1);
}
.n-team .videobox .videobox-btn .icon {
  fill: #2edca1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
}
.n-team .videobox .videobox-btn:hover .icon path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: dash 2s linear infinite;
  animation: dash 2s linear infinite;
  fill: transparent;
  stroke: #fff;
  stroke-width: 30;
}
.n-team .top-img-item {
  width: 100%;
  margin: 1.7rem 0 0;
}
.n-team .top-img-item .li {
  width: 22.2%;
  float: left;
  margin-right: 3.7%;
  /*margin-bottom: 1.7rem;*/
}
.n-team .top-img-item .li img {
  max-width: 100%;
  border-radius: 50%;
}
.n-team .top-img-item .li:nth-child(4n) {
  margin-right: 0;
}
.n-team .ul-img-item {
  width: 100%;
  margin-top: 1.7rem;
}
.n-team .ul-img-item .li-item {
  width: 16.4%;
  float: left;
  margin-right: 4.5%;
  margin-bottom: 1rem;
}
.n-team .ul-img-item .li-item img {
  max-width: 100%;
  border-radius: 50%;
}
.n-team .ul-img-item .li-item:nth-child(5n) {
  margin-right: 0;
}

.n-recruit {
  position: relative;
  z-index: 2;
}
.n-recruit .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-recruit .tit-h {
  margin-bottom: 0;
  margin-left: .5rem;
}
.n-recruit .tit-cn, .n-recruit .tit-h {
  display: inline-block;
}
.n-recruit .lista {
  padding-bottom: 4rem;
}
.n-recruit .lista .join-list {
  width: 100%;
  margin-top: 1rem;
  border: 1px solid #edecec;
}
.n-recruit .lista .join-list .join-text .p {
  width: 100%;
}
.n-recruit .lista .join-list .jointop {
  position: relative;
  padding: 0 1.2rem;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.n-recruit .lista .join-list .jointop .jints {
  width: 100%;
}
.n-recruit .lista .join-list .jointop .jints .sp {
  color: #222;
  font-size: 24px;
  line-height: 1;
  float: left;
}
.n-recruit .lista .join-list .jointop .jints .sp1 {
  margin-right: 16px;
}
.n-recruit .lista .join-list .jointop .jints .sp2 {
  margin-left: 16px;
  position: relative;
}
.n-recruit .lista .join-list .jointop .jints .sp2:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background: #737373;
  left: -16px;
  top: 50%;
  margin-top: -9px;
}
.n-recruit .lista .join-list .n-jointop {
  position: relative;
  padding: .75rem 0
  /*border-bottom: 1px solid #e6e5e5;*/
}
.n-recruit .lista .join-list .jints {
  float: left;
  margin-top: 3px;
}
.n-recruit .lista .join-list .jints p {
  color: #000;
  font-size: 28px;
  line-height: 30px;
}
.n-recruit .lista .join-list .jints p .i {
  font-size: 22px;
  color: #999;
  line-height: 22px;
}
.n-recruit .lista .join-list .add {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -12.5px;
  border: 1px solid #93929a;
  border-radius: 50%;
}
.n-recruit .lista .join-list .add i {
  display: block;
  background: #93929a;
  position: absolute;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.n-recruit .lista .join-list .add i:nth-child(1) {
  width: 60%;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -30%;
  margin-top: -1px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.n-recruit .lista .join-list .add i:nth-child(2) {
  width: 2px;
  height: 60%;
  margin-left: -1px;
  left: 50%;
  top: 50%;
  margin-top: -30%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.n-recruit .lista .join-list .joins {
  /*padding:.75rem 1.5rem .8rem;*/
  display: none;
  border-bottom: 1px solid #efefef;
}
/*.n-recruit .lista .join-list .joins a {
  display: inline-block;
  width: 130px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: #e30613;
  font-size: 16px;
  color: #fff;
}*/
.n-recruit .lista .join-list .join-text-top {
  padding: .75rem 1.2rem .8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  border-bottom: 1px solid #efefef;
}
.n-recruit .lista .join-list .join-text-top .sp-tit {
  margin-bottom: 5px;
}
.n-recruit .lista .join-list .join-text-top .strong1 {
  margin-bottom: 0;
}
.n-recruit .lista .join-list .join-text-top .sp-tit {
  width: 25%;
  font-size: 14px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.n-recruit .lista .join-list .join-info .strong1 {
  font-size: 16px;
  color: #666;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.n-recruit .lista .join-list .join-info .strong2 {
  font-size: 16px;
  color: #666;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.n-recruit .lista .join-list .join-info .strong2:before {
  content: "";
  width: 5px;
  height: 22px;
  background: #222;
  left: 0;
  top: 0;
  position: absolute;
}
.n-recruit .lista .join-list .join-info .p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  padding: 1.2rem;
  border-bottom: 1px solid #efefef;
}
.n-recruit .lista .join-list .jointop.on {
  background: #dbd9da;
}
.n-recruit .lista .join-list li:last-child .n-jointop {
  border-bottom: none;
}
.n-recruit .lista .join-list .jointop.on .add {
  border: 1px solid #005dad;
}
.n-recruit .lista .join-list .jointop.on .add i:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .5s;
          transition: all .5s;
  background: #005dad;
}
.n-recruit .lista .join-list .jointop.on .add i:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .5s;
          transition: all .5s;
  background: #005dad;
}
.n-recruit .lista .join-list .mailbox{
  width:195px;
  height:50px;
  display: block;
  background: #222;
  margin-top: 1rem;
  padding: 0 26px;
}
.n-recruit .lista .join-list .mailbox .sp{
  padding-left:38px;
  background: url(../images/youx.png) no-repeat left center;
  color: #fff;
  font-size:14px;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.n-recruit .lista .join-list .mailbox:hover .sp{
  color: #49f2b9;
}

.BMap_Marker img {
  max-width: 100%;
  max-height: 100%;
  margin-left: 0px !important;
  margin-top: 0px !important;
}

.n-service {
  position: relative;
  z-index: 2;
}
.n-service .top {
  position: relative;
}
.n-service .top:before {
  content: "";
  width: 19.2rem;
  position: absolute;
  height: 7px;
  right: 0;
  top: 50%;
  margin-top: 3.5px;
  background: url(../images/pic23.png) repeat-x left center;
}
.n-service .tit-h {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.n-service .lista {
  padding-bottom: 3.4rem;
}
.n-service .lista .big-bg {
  background: url(../images/pic32.png) no-repeat center 30%;
  background-size: 95% auto;
}
.n-service .lista .ul-sub {
  width: 110px;
  font-size: 18px;
  color: #333;
  position: absolute;
  left: 0;
  top: 7.75rem;
}
.n-service .lista .ul-sub .li {
  padding-left: 35px;
  position: relative;
  margin-bottom: .8rem;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
  cursor: pointer;
}
.n-service .lista .ul-sub .li:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background: #bebdc2;
  top: 50%;
  left: 0;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.n-service .lista .ul-sub .li.cur {
  padding-left: 60px;
}
.n-service .lista .ul-sub .li.cur:before {
  background: #333;
  height: 3px;
  top: 50%;
  width: 40px;
  margin-top: -1.5px;
}
.n-service .lista .p-text {
  margin-top: 1.85rem;
}
.n-service .lista .p-text .p-tit {
  font-size: 26px;
  line-height: 1;
  color: #222;
  margin-bottom: .5rem;
}
.n-service .lista .p-text .p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.n-service .lista .img-qiebox {
  margin: 5rem auto 2.8rem;
  width: 21.2rem;
  height: 21.5rem;
  background: url(../images/pic35.png) no-repeat center center;
  background-size: cover;
}
.n-service .lista .img-qiebox .ajax-img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45%;
  margin-left: -45%;
  width: 90%;
  height: 90%;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.n-service .lista .service-ajax{
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.n-service .lista .img-qiebox .ajax-img.cur{
  opacity: 1;
}
.n-service .lista .service-ajax.cur{
  opacity: 1;
}
.n-service .lista .img-qiebox .ajax-img .imga {
  width: 100%;
  height: 100%;
}
.n-service .lista .img-qiebox .svgquan {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.n-service .lista .img-qiebox .li {
  width: 47px;
  height: 47px;
  cursor: pointer;
  position: absolute;
  z-index: 4;
}
.n-service .lista .img-qiebox .li.cur {
  -webkit-animation: main-animation2 1s 2s ease-in-out infinite;
          animation: main-animation2 1s 2s ease-in-out infinite;
}
.n-service .lista .img-qiebox .li.cur img {
  width: 100%;
}
.n-service .lista .img-qiebox .li1 {
  left: -.5rem;
  top: 9.8rem;
}
.n-service .lista .img-qiebox .li2 {
  left: 9.8rem;
  top: -.5rem;
}
.n-service .lista .img-qiebox .li3 {
  left: 20.4rem;
  top: 9.8rem;
}
.n-service .lista .img-qiebox .li4 {
  left: 9.8rem;
  top: 20.8rem;
}
.n-service .lista .img-qiebox .quan-line {
  fill: #b3b3b3;
}
.n-service .lista .img-qiebox .quan-line.animate.cur {
  stroke-dasharray: 4800;
  stroke-dashoffset: 0;
  fill: #0e0e0e;
  stroke-linejoin:round;
  stroke-linecap:round;
  -webkit-animation: dash2 5s linear 1;
          animation: dash2 5s linear 1;
  stroke: #060606;
  stroke-width: .5;
}
.n-service .lista .bg1 {
  width: 8.5rem;
  height: 18.2rem;
  top: 11rem;
  right: 0;
  position: absolute;
  z-index: 1;
}
.n-service .lista .dlbox .dt {
  width: 580px;
}
.n-service .lista .dlbox .top2 {
  margin-bottom: 30px;
}
.n-service .lista .dlbox .dt-h {
  font-size: .9rem;
  margin-bottom: 5px;
}
.n-service .lista .dlbox .dt-en {
  color: #333;
  line-height: 1;
}
.n-service .lista .dlbox .p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.n-service .lista .dlbox .videobox {
  width: 560px;
}
.n-service .lista .dlbox .videobox {
  width: 560px;
  height: 330px;
  position: relative;
}
.n-service .lista .dlbox .videobox .videobox-btn {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.875rem;
  margin-left: -.875rem;
  border-radius: 50%;
  background: rgba(42, 42, 42, 0.3);
  cursor: pointer;
}
.n-service .lista .dlbox .videobox .videobox-btn:after {
  content: ' ';
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  border: 3px solid rgba(42, 42, 42, 0.5);
  background: rgba(42, 42, 42, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  opacity: 0;
  -webkit-animation-name: loader1;
          animation-name: loader1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.23, 0.62, 1);
          animation-timing-function: cubic-bezier(0.55, 0.23, 0.62, 1);
}
.n-service .lista .dlbox .videobox .videobox-btn .icon {
  fill: #2edca1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
}
.n-service .lista .dlbox .videobox .videobox-btn:hover .icon path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: dash 2s linear infinite;
  animation: dash 2s linear infinite;
  fill: transparent;
  stroke: #fff;
  stroke-width: 30;
}

.n-leader {
  position: relative;
  z-index: 2;
}
.n-leader .tit-h {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.n-leader .tit-cn-fu {
  font-size: 24px;
  line-height: 1.5;
  color: #888;
  margin-top: 10px;
}
.n-leader .title-top {
  margin-bottom: .75rem;
  position: relative;
}
.n-leader .title-top .n-tit-h {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
  color: #333;
}
.n-leader .title-top .n-tit-en {
  font-size: 18px;
  line-height: 1;
  color: #333;
}
.n-leader .title-top:before {
  content: "";
  width: 60%;
  position: absolute;
  height: 1px;
  right: 0;
  top: 50%;
  background: #dbdbdb;
}
.n-leader .lista {
  padding-bottom: 3.4rem;
}
.n-leader .lista .p-text {
  margin-top: 1.875rem;
}
.n-leader .lista .p-text .img {
  width: 405px;
}
.n-leader .lista .p-text .img img {
  width: 100%;
}
.n-leader .lista .p-text .p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  width: calc(100% - 405px - 3rem);
}
.n-leader .lista .imga {
  width: 100%;
  margin-top: 2.5rem;
  text-align: center;
}
.n-leader .lista .imga img {
  display: inline-block;
  width: 100%;
}
.n-leader .lista .ul {
  position: relative;
}
.n-leader .lista .ul .li-l {
  width: 120px;
  text-align: center;
}
.n-leader .lista .ul .li-l img {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}
.n-leader .lista .ul .li-l p {
  font-size: 24px;
  line-height: 1;
  color: #333;
}
.n-leader .lista .ul .li-r {
  width: 64%;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.n-leader .lista .ul .li-item {
  position: relative;
  padding-left: 28px;
}
.n-leader .lista .ul .li-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #212121;
  border-radius: 50%;
  top: 14px;
  left: 0;
}
.n-leader .lista .ul .li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 2;
}
.n-leader .lista .ul .bg {
  width: 8.97rem;
  height: 18.45rem;
  position: absolute;
  z-index: 1;
  left: 100px;
  top: 1.875rem;
}
.n-leader .lista .subox {
  margin-top: 1.5rem;
}
.n-leader .lista .subox .su-li {
  float: left;
  width: 33.3%;
  float: left;
  padding-right: 5%;
}
.n-leader .lista .subox .su {
  font-size: 1.45rem;
  margin-bottom: .5rem;
  line-height: 1;
}
.n-leader .lista .subox .su span {
  font-family: "GOTHICB";
}
.n-leader .lista .subox .su sup {
  font-family: "GOTHICB";
  font-size: .9rem;
  top: -.8rem;
}
.n-leader .lista .subox .su p {
  font-size: 16px;
  line-height: 1;
  color: #333;
}
.n-leader .listb {
  background: #fff;
  padding: 0 0 2.5rem;
}
.n-leader .listb .title-top:before {
  display: none;
}
.n-leader .listb .p {
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.n-leader .listb .img {
  margin-top: 2rem;
  width: 100%;
  overflow-y: auto;
  text-align: center;
}
.n-leader .listb .img img {
  min-width: 700px;
  width: 100%;
  display: inline-block;
}
.n-leader .listc {
  padding: 2.2rem 0 2.5rem 5rem;
  background: url(../images/img15.jpg) no-repeat center;
  background-size: cover;
}
.n-leader .listc .h-tit {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: .8rem;
  color: #fff;
}
.n-leader .listc .libox .li {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.n-leader .listc .libox .li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 13px;
}
.n-leader .listd {
  padding: 2.8rem 0 3rem 5rem;
}
.n-leader .listd .h {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: .75rem;
  color: #333;
}
.n-leader .listd .img,.n-leader .listd .nli-r .liimg{
  width: 49.6%;
  transition: all .5s ease;
}
.n-leader .listd .img:hover,.n-leader .listd .nli-r .liimg:hover{
  transform: scale(1.01);
  box-shadow: 2px 8px 20px 0 rgba(31,32,68,.25);
}
.n-leader .listd .img img {
  width: 100%;
}
.n-leader .listd .nli-r {
  width: 49.2%;
}
.n-leader .listd .nli-r .liimg {
  width: 49.2%;
  margin-right: 1.6%;
  margin-bottom: 1.6%;
  float: left;
}
.n-leader .listd .nli-r .liimg img {
  width: 100%;
}
.n-leader .listd .nli-r .liimg:nth-child(2n) {
  margin-right: 0;
}
.n-leader .listd .city-item {
  position: relative;
}
.n-leader .listd .slick-prev:after, .n-leader .listd .slick-next:after {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.n-leader .listd .slick-prev, .n-leader .listd .slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 45px;
  line-height: 0;
  font-size: 24px;
  border-radius: 0;
  cursor: pointer;
  color: #000;
  top: -40px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  overflow: hidden;
  box-shadow: 0 0 0 1px #c1c1c1;
}
.n-leader .listd .slick-prev {
  left: auto;
  right: 60px;
}
.n-leader .listd .slick-prev:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  position: relative;
  z-index: 3;
}
.n-leader .listd .slick-prev:hover:before {
  color: #005dad;
}
.n-leader .listd .slick-prev:hover, .n-leader .listd .slick-next:hover {
  box-shadow: 0 0 0 1px #005dad;
}
.n-leader .listd .slick-next {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.n-leader .listd .slick-next:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  position: relative;
  z-index: 3;
}
.n-leader .listd .slick-next:hover:before {
  color: #005dad;
}

.n-general .lista .p-text {
  margin-bottom: 3.25rem;
}
.n-general .lista .ul-two {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.n-general .lista .ul-two .li {
  width: 33.3%;
  padding: 0 3%;
  text-align: center;
  float: left;
}
.n-general .lista .ul-two .li img {
  display: inline-block;
  width: 3.5rem;
  margin-bottom: .3rem;
}
.n-general .lista .ul-two .li p {
  font-size: 26px;
  color: #333;
}
.n-general .lista .dl-one {
  padding-bottom: 1.5rem;
}
.n-general .lista .dl-one .dd {
  width: 50.7%;
}
.n-general .lista .dl-one .dd img {
  max-width: 100%;
  margin-top: -1.6rem;
}
.n-general .lista .dl-one .dt {
  width: 49.3%;
}
.n-general .lista .dl-one .dt table {
  width: 100%;
}
.n-general .lista .dl-one .dt table tr {
  margin-bottom: 30px;
}
.n-general .lista .dl-one .dt table .td1 {
  width: 23%;
  background: #efefef;
  font-size: 1rem;
  color: #333;
  font-family: "GOTHICB";
  text-align: center;
}
.n-general .lista .dl-one .dt table .td2 {
  width: 77%;
  padding: .75rem 1rem;
  background: #f7f7f7;
}
.n-general .lista .dl-one .dt table .td3 {
  height: .75rem;
}
.n-general .lista .dl-one .dt table .li-item {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.n-general .lista .dl-one .dt table .li-item:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #212121;
  border-radius: 50%;
  top: 14px;
  left: 0;
}
.n-general .nli {
  position: relative;
  overflow: hidden;
}
.n-general .nli img {
  width: 100%;
  -webkit-transform: scale3d(1);
          transform: scale3d(1);
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-general .nli:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.n-general .liste {
  padding: 0 0 3rem 5rem;
  background: #fff;
  margin-bottom: 1.5rem;
}
.n-general .liste .h {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: .75rem;
  color: #333;
}
.n-general .liste .tit-p {
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  margin: .8rem 0 .6rem;
}
.n-general .liste .nli {
  width: 25%;
}
.n-general .liste .nli img {
  width: 100%;
}
.n-general .liste .ma60 {
  margin-top: 1.5rem;
}
.n-general .liste .city-item {
  position: relative;
}
.n-general .liste .slick-slide {
  padding-right: 10px;
}
.n-general .liste .slick-prev:after, .n-general .liste .slick-next:after {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.n-general .liste .slick-prev, .n-general .liste .slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 45px;
  line-height: 0;
  font-size: 24px;
  border-radius: 0;
  cursor: pointer;
  color: #000;
  top: -40px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  overflow: hidden;
  box-shadow: 0 0 0 1px #c1c1c1;
}
.n-general .liste .slick-prev {
  left: auto;
  right: 60px;
}
.n-general .liste .slick-prev:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  position: relative;
  z-index: 3;
}
.n-general .liste .slick-prev:hover:before {
  color: #005dad;
}
.n-general .liste .slick-prev:hover, .n-general .liste .slick-next:hover {
  box-shadow: 0 0 0 1px #005dad;
}
.n-general .liste .slick-next {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.n-general .liste .slick-next:before {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  position: relative;
  z-index: 3;
}
.n-general .liste .slick-next:hover:before {
  color: #005dad;
}
.n-general .liste-two {
  padding-top: 2rem;
}
.n-general .lista-two {
  padding: 2.8rem 0 0 5rem;
  background: #fff;
}
.n-general .lista-two .dl-one .dd {
  margin-top: 0;
}
.n-general .lista-two .dl-one .td2 {
  width: 100%;
}
.n-general .lista-two .dl-one .td2 .li-h {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: bold;
  color: #333;
}
.n-general .lista-two .dl-one .td2 .li-item {
  padding-left: 0 !important;
}
.n-general .lista-two .dl-one .td2 .li-item:before {
  display: none;
}
.n-general .listb-two {
  padding: 2.8rem 0 3rem 5rem;
  background: #fff;
}
.n-general .listc-two {
  padding: 2.2rem 0 2.5rem 5rem;
  background: url(../images/img15-1.jpg) no-repeat center;
  background-size: cover;
}



.cta1{position:relative;}
.cta1 .pw{padding-left:100px}
@media screen and (max-width:1366px){
.cta1 .pw{padding-left:140px}
}
@media screen and (max-width:1024px){
.cta1 .pw{padding-left:0}
}
.cta1 .nw-ti{
  padding-bottom:0;
  position: relative;
}
.cta1 .nw-ti:before{display:none}
.cta1 .cta-list{margin-top:40px}
.cta1 .map-pos{height:580px;margin-top:70px}
.cta1 .text{padding: 30px 0 50px;
    font-size: 16px;
    color: #666;
    line-height: 2;
    border-bottom: 1px solid #e5e5e5;}
@media screen and (max-width:1024px){
.cta1{padding-top:70px}
.cta1 .map-pos{display:none}
.cta1 .cta-list{margin-top:30px}
}

@media screen and (max-width:768px){
.cta1{padding-top:11.66667vw}
.cta1 .cta-list{margin-top:5vw}
}
#map{position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -540px;
    right: 0;
    background: #333;
    height: 480px;
    margin-bottom: 100px;
  }
.active .fadeIn i{    -webkit-animation: fadeIn 1s both;
    -moz-animation: fadeIn 1s both;
    animation: fadeIn 1s both;}
.trans{-webkit-transition: .7s ease-out;
    -moz-transition: .7s ease-out;
    transition: .7s ease-out;}










.n-college {
  position: relative;
  z-index: 2;
}
.n-college .bg {
  width: 11rem;
  height: 9.5rem;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -3.8rem;
}
.n-college .tit-h {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.n-college .title-top {
  margin-bottom: .75rem;
  position: relative;
}
.n-college .title-top .n-tit-h {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
  color: #333;
}
.n-college .title-top .n-tit-en {
  font-size: 18px;
  line-height: 1;
  color: #333;
}
.n-college .title-top:before {
  content: "";
  width: 60%;
  position: absolute;
  height: 1px;
  right: 0;
  top: 50%;
  background: #dbdbdb;
}
.n-college .lista {
  padding-bottom: 3.4rem;
}
.n-college .lista .p-text {
  margin-top: 1.875rem;
}
.n-college .lista .p-text .img {
  width: 100%;
}
.n-college .lista .p-text .img img {
  width: 100%;
}
.n-college .lista .imga {
  width: 100%;
  margin-top: 2.5rem;
  text-align: center;
}
.n-college .lista .imga img {
  display: inline-block;
  width: 100%;
}
.n-college .lista .ul {
  position: relative;
  margin-top: 3rem;
}
.n-college .lista .ul .title-top {
  width: 290px;
}
.n-college .lista .ul .title-top:before {
  display: none;
}
.n-college .lista .ul .ul-r {
  width: calc(100% - 290px);
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.n-college .lista .ul .bg1 {
  width: 8.6rem;
  height: 8.3rem;
  position: absolute;
  z-index: 1;
  left: -100px;
  top: 4.5rem;
  z-index: 1;
}
.n-college .listb {
  background: #fff;
  padding: 0 0 2.5rem;
}
.n-college .listb .title-top:before {
  width: calc(100% - 270px);
}
.n-college .listb .bg1 {
  width: 8.3rem;
  height: 8rem;
  position: absolute;
  z-index: 1;
  right: -100px;
  top: 12rem;
  z-index: 1;
}
.n-college .listb .p {
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.n-college .listb .p img {
  max-width: 100%;
  margin: 0 auto;
}
.n-college .listb .img {
  margin-top: 2rem;
  width: 100%;
  overflow-y: auto;
  text-align: center;
}
.n-college .listb .img img {
  min-width: 700px;
  width: 100%;
  display: inline-block;
}
.n-college .listc {
  padding: 2.5rem 0 3rem 5rem;
  background: url(../images/img22.jpg) no-repeat center;
  background-size: cover;
}
.n-college .listc .title-top {
  width: 100%;
  margin-bottom: 1rem;
}
.n-college .listc .title-top:before {
  display: none;
}
.n-college .listc .title-top .n-tit-h, .n-college .listc .title-top .n-tit-en {
  color: #fff;
  text-align: center;
}
.n-college .listc .libox .li {
  padding: 1.75rem 1.35rem .5rem;
  height: 350px;
  width: 49%;
  background: #efefef;
}
.n-college .listc .libox .li-h {
  font-size: 26px;
  line-height: 1;
  padding-bottom: .6rem;
  margin-bottom: .5rem;
  position: relative;
  text-align: center;
}
.n-college .listc .libox .li-h:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 38px;
  margin-left: -19px;
  height: 2px;
  bottom: 0;
  background: #bfbfbf;
}
.n-college .listc .libox .p {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #333;
}
.n-college .listd {
  padding: 3rem 0 2.6rem 5rem;
  background: #fff;
  position: relative;
}
.n-college .listd .title-top {
  width: 100%;
  margin-bottom: 1rem;
}
.n-college .listd .title-top:before {
  display: none;
}
.n-college .listd .title-top .n-tit-h, .n-college .listd .title-top .n-tit-en {
  text-align: center;
}
.n-college .listd .img {
  text-align: center;
  width: 100%;
  overflow-y: auto;
}
.n-college .listd .img img {
  min-width: 600px;
  width: 100%;
}
.n-college .liste {
  padding: 2.25rem 0 3rem 5rem;
}
.n-college .liste .title-top {
  width: 100%;
  margin-bottom: 1rem;
}
.n-college .liste .title-top:before {
  display: none;
}
.n-college .liste .title-top .n-tit-h, .n-college .liste .title-top .n-tit-en {
  text-align: center;
}
.n-college .liste .dlbox {
  background: #343535;
  padding: 50px 0;
}
.n-college .liste .dlbox span {
  font-size: 1.5rem;
  text-align: center;
  color: #18b882;
  padding-left: 66px;
  background: url(../images/pic29.png) no-repeat left 20px;
  display: inline-block;
  text-align: center;
}
.n-college .liste .dlbox span p {
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
}
.n-college .liste .dlbox .dd {
  width: 380px;
  text-align: center;
  font-size: 1.5rem;
}
.n-college .liste .dlbox .dd sup {
  font-size: .75rem;
  line-height: 1;
  top: -3em;
  color: #fff;
}
.n-college .liste .dlbox .dt {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  width: calc(100% - 380px);
  padding-left: 1.7rem;
  padding-right: 1.5rem;
  margin-top: 15px;
  position: relative;
}
.n-college .liste .dlbox .dt:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 66px;
  top: 50%;
  background: #575858;
  margin-top: -33px;
  left: 0;
}

.n-explore {
  position: relative;
  z-index: 2;
}
.n-explore .top {
  position: relative;
}
.n-explore .top:before {
  content: "";
  width: 19.2rem;
  position: absolute;
  height: 7px;
  right: 0;
  top: 50%;
  margin-top: 3.5px;
  background: url(../images/pic23.png) repeat-x left center;
}
.n-explore .tit-h {
  margin-bottom: 0;
  margin-bottom: 10px;
}
.n-explore .lista {
  padding-bottom: 4.2rem;
}
.n-explore .lista .ul {
  margin-top: 2rem;
}
.n-explore .lista .ul .li {
  width: 23.8%;
  float: left;
  margin-right: 1.6%;
  margin-bottom: 1.6%;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.n-explore .lista .ul .li img {
  width: 100%;
  -webkit-transform: scale3d(1);
          transform: scale3d(1);
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.n-explore .lista .ul .li:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.n-explore .lista .ul .li:nth-child(4n) {
  margin-right: 0;
}
.n-explore .lista .ul .li:last-child:hover img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.bg-none-s {
  background: #000;
  opacity: .8;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.meadia-ajax.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  display: block;
}

.meadia-ajax {
  width: 80%;
  position: fixed;
  height: 16rem;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  margin-top: -8rem;
  /*overflow: hidden;*/
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity .5s,-webkit-transform 1s;
          transition: opacity .5s,transform 1s;
  display: none;
  background: #000;
  z-index: 101;
}

.meadia-ajax video {
  width: 100%;
  max-height: 16rem;
}

.meadia-ajax .close-btn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0rem;
  top: -1.5rem;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.meadia-ajax .close-btn svg.icon {
  width: 30px;
  height: 30px;
}

.meadia-ajax .close-btn:hover {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.meadia-ajax .close-btn img {
  max-width: 100%;
  display: block;
}

.service-banner {
  overflow: visible;
}

.service-banner .mobile-sub-nav {
  display: block;
  width: 60%;
  font-size: 16px;
}
.service-banner .mobile-sub-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 135.8%;
  background: #5e616a;
}
.service-banner .mobile-sub-nav .sec-list {
  left: 0;
  font-size: 16px;
  line-height: 60px;
  z-index: 6;
}

.service-banner .banner-text {
  overflow: visible;
  padding: 0;
}

.service-banner .service-text {
  overflow: hidden;
  height: 100%;
  padding: 1.5rem 1.2rem 1rem;
}

.n-service-banner {
  overflow: hidden;
}

.service-banner .mobile-sub-nav {
  bottom: 0;
}

.service-banner .mobile-sub-nav .sec-list {
  width: 166.8%;
}

.mobile-sub-nav {
  width: 75%;
  position: absolute;
  bottom: -2.4rem;
  line-height: 2.4rem;
  font-size: .75rem;
  z-index: 4;
  padding: 0 0 0 1.5rem;
  display: none;
}

.mobile-sub-nav .tit {
  display: block;
  color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.mobile-sub-nav .icon {
  fill: #fee37d;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: .9rem;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.mobile-sub-nav .sub-tit.on .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mobile-sub-nav .sec-list {
  display: none;
  position: absolute;
  width: 110%;
  left: 0;
  top: 68px;
  font-size: .7rem;
  line-height: 2rem;
  z-index: 6;
  border: 6px solid #f8f8f9;
  border-top: none;
      padding: 1rem 0;
    background: #fff;
}
.mobile-sub-nav .sec-list a {
  padding: 0 1.5rem;
  color: #666;
  display: block;
  background: #fff;
}

.mobile-sub-nav .sub-tit-title {
  padding: 0 1.2rem;
  color: #fff;
}
.mobile-sub-nav .sec-list-title {
  display: none;
}
.mobile-sub-nav .sec-list-title .li-item {
  display: block;
}

.zmore-btn {
  position: relative;
  display: block;
  height: 1.2rem;
  line-height: 1.2rem;
  width: 5rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0 35px;
  font-size: 14px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.zmore-btn .iconfont.icon-jiantou1-copy {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 0%;
  right: 25px;
  left: auto;
  display: block;
  text-align: center;
  margin-top: 0;
  cursor: pointer;
}
.zmore-btn .iconfont.icon-jiantou1-copy:before {
  font-size: 14px;
  color: #fff;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.zmore-btn .iconfont.icon-jiantou1-copy span {
  position: relative;
  z-index: 2;
}
.zmore-btn:hover {
  background: #fff;
  color: #d7000e;
  /*border:1px solid #d7000e;*/
  box-shadow: inset 0px 0px 0px 1px #d71518;
}
.zmore-btn:hover .iconfont.icon-jiantou1-copy:before {
  color: #d7000e;
}

.c-btn-2 {
  position: relative;
  display: block;
  height: 40px;
  width: 7.25rem;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  font-weight: 400;
  font-size: 14px;
  font-family: "OSW";
  line-height: 40px;
  background: #d71518;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.c-btn-2:hover {
  color: #333;
  box-shadow: inset 0px 0px 0px 2px #d71518;
  background: transparent;
}

.c-btn-3 {
  position: relative;
  display: block;
  padding: 16px 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-weight: 400;
  font-size: 14px;
  font-family: "OSW";
  text-transform: uppercase;
  line-height: 1.57143;
  margin-top: 1rem;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
  overflow: hidden;
}
.c-btn-3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.8s ease, height 0.8s ease;
          transition: width 0.8s ease, height 0.8s ease;
}
.c-btn-3:hover {
  background: transparent;
  color: #333;
}
.c-btn-3:hover span {
  width: 18rem;
  height: 18rem;
}

.icon-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
}

.icon-full svg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.icon-full svg g, .icon-full svg path {
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  stroke-width: 0 !important;
  stroke: #111 !important;
}

.icon-full:hover svg g, .icon-full:hover svg path {
  stroke-width: 5 !important;
}

.imgbg-mengban {
  position: relative;
}

.imgbg-mengban:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
}

.imgbg-mengban:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
}

.js-m.animate .imgbg-mengban:before, .js-m.animate .imgbg-mengban:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.i-listb.active.imgbg-mengban:before, .i-listb.active.imgbg-mengban:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

.i-listb.active.imgbg-mengban:after {
  -webkit-transition: all 0.5s ease-in-out .5s;
          transition: all 0.5s ease-in-out .5s;
}

.imgbg-tong {
  position: relative;
}

.imgbg-tong:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.js-m.animate.imgbg-tong:before, .js-m.animate.imgbg-tong:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes scrolldown2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  55% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  70% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  85% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes scrolldown2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  55% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  70% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  85% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes scrollup {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scrollup {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  33% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  66% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@-webkit-keyframes scrollup2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  15% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  45% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scrollup2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  15% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  45% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@-webkit-keyframes sound {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  20% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  40% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes sound {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  20% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  40% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes btnline {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes btnline {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.backtop svg {
  height: 20px;
  width: 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.backtop.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes scaleloading {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}

@keyframes scaleloading {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(10);
            transform: scale(10);
    opacity: 0;
  }
}
@-webkit-keyframes glowmation {
  0% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
  12.5% {
    top: -3%;
    left: 0;
    background-size: 70% 30%;
  }
  25% {
    top: -3%;
    left: 3%;
    background-size: 100% 50%;
  }
  37.5% {
    top: 0;
    left: 3%;
    background-size: 70% 30%;
  }
  50% {
    top: 3%;
    left: 3%;
    background-position: 100% 50%;
    background-size: 30% 30%;
  }
  62.5% {
    top: 3%;
    left: 0;
    background-size: 30% 70%;
  }
  75% {
    top: 3%;
    left: -3%;
    background-size: 50% 100%;
  }
  87.5% {
    top: 0;
    left: -3%;
    background-size: 30% 70%;
  }
  100% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
}
@keyframes glowmation {
  0% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
  12.5% {
    top: -3%;
    left: 0;
    background-size: 70% 30%;
  }
  25% {
    top: -3%;
    left: 3%;
    background-size: 100% 50%;
  }
  37.5% {
    top: 0;
    left: 3%;
    background-size: 70% 30%;
  }
  50% {
    top: 3%;
    left: 3%;
    background-position: 100% 50%;
    background-size: 30% 30%;
  }
  62.5% {
    top: 3%;
    left: 0;
    background-size: 30% 70%;
  }
  75% {
    top: 3%;
    left: -3%;
    background-size: 50% 100%;
  }
  87.5% {
    top: 0;
    left: -3%;
    background-size: 30% 70%;
  }
  100% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
  }
}
@-webkit-keyframes img1 {
  0% {
    opacity: .5;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: .8;
  }
  50% {
    color: 1;
  }
  80% {
    color: 1;
  }
  100% {
    color: .8;
  }
}
@keyframes img1 {
  0% {
    opacity: .5;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: .8;
  }
  50% {
    color: 1;
  }
  80% {
    color: 1;
  }
  100% {
    color: .8;
  }
}
input::-webkit-input-placeholder {
  color: #666 !important;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666 !important;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666 !important;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666 !important;
}

textarea::-webkit-input-placeholder {
  color: #666 !important;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666 !important;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666 !important;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666 !important;
}

@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
  }
}
@keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
  }
}
.js-m {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

.js-m.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-2 {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.js-m-2.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-3 {
  opacity: 0;
  -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
          transform: translate(100px, 0);
  -webkit-transition: all 1.5s ease;
          transition: all 1.5s ease;
}

.js-m-3.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-m-l3 {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
      -ms-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  -webkit-transition: all 1.5s ease;
          transition: all 1.5s ease;
}

.js-m-l3.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-m-4 {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 2s ease;
          transition: all 2s ease;
}

.js-m-4.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-nav {
  opacity: 0;
  -webkit-transform: translate(0, -2rem);
      -ms-transform: translate(0, -2rem);
          transform: translate(0, -2rem);
  -webkit-transition: all 1s cubic-bezier(0.69, 0.1, 0.12, 1.02);
          transition: all 1s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-nav.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-m-top {
  opacity: 0;
  -webkit-transform: translate(0, 4.25rem);
      -ms-transform: translate(0, 4.25rem);
          transform: translate(0, 4.25rem);
  -webkit-transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
          transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-top.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.delay1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.delay2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.delay3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.delay4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.delay5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.delay6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.delay7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.delay8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.delay9 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.l-header {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.mobile-nav .js-m-header {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.js-m-header:after {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.js-m-header:before {
  content: "";
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.js-m-header.animate:before, .js-m-header.animate:after {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.l-header {
  z-index: 99;
}

.slick-dots {
  bottom: 0 !important;
}

.slick-dots li {
  width: 6px !important;
  height: 6px !important;
  margin: 0 14px !important;
  background: #bebebe !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active {
  background: #005dad !important;
}

.bg-top {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  background-image: -webkit-linear-gradient(left, #d77515, #d71518);
  background-image: linear-gradient(to right, #d77515, #d71518);
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
  0% {
    fill: transparent;
  }
  40% {
    fill: #fff;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
  0% {
    fill: transparent;
  }
  40% {
    fill: #fff;
  }
}
@-webkit-keyframes dash2 {
 /* to {
    stroke-dashoffset: 2500;
  }*/

  0% {
    fill: #bfbfbf;
    stroke-dashoffset:2000;
  }
  100% {
    fill: #060606;
    stroke-dashoffset: 0;
  }
}
@keyframes dash2 {
  0% {
    fill: #bfbfbf;
    stroke-dashoffset:2000;
  }
  100% {
    fill: #060606;
    stroke-dashoffset: 0;
  }
}
@keyframes loader1 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes closebtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-100%);
            transform: scale(0) translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0%);
            transform: scale(1) translateX(0%);
  }
}
@keyframes closebtn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-100%);
            transform: scale(0) translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0%);
            transform: scale(1) translateX(0%);
  }
}
.i-lista .bg1, .i-lista .bg2, .i-listb .bg2, .i-listb .bg1, .i-listc .bg1, .i-listd .bg {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.lista .bg {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.listb .bg, .n-college .lista .ul .bg1, .n-college .listb .bg1, .n-about .lista .bg1,.n-about .listc .bg2,  .n-service .lista .bg1 ,.n-product .lista .txt{
  -webkit-transition: all .5s;
  transition: all .5s;
}

.i-listb .bg1, .i-listb .bg2, .i-listd .bg {
  top: 16%;
}

.i-listc .bg1 {
  left: 0px;
  top:-20px;
  
}

@-webkit-keyframes main-animation2 {
  from,to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes main-animation2 {
  from,to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.n-leader .listd .slick-prev:before, .n-leader .listd .slick-next:before {
  line-height: 1;
}

.n-general .slick-prev:before, .n-general .slick-next:before {
  line-height: 1;
}


.wpage{
  width: 100%;
  text-align: center;
  padding:1.2rem 0 0;
}
.page{
  font-size:14px;
  font-weight:bold;
  text-align:center;
  clear:both;
  display: inline-block;
}
.page a{
  text-decoration:none;
  color:#999;
  width: 48px;
  height: 48px;
  line-height:48px;
  display:block;
  float:left;
  background: #f8f8f9;
  margin: 0;
  box-shadow: inset 0px 0px 1px #d3d3d3;
  transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page a.prev,.page a.next{
  width:85px;
}
.page a.active{
  background: #005dad;
  color: #fff;
}
.page a:hover{
  background: #005dad;
  color: #fff;
}





.wpage_two{
  width: 100%;
  text-align: center;
  padding:40px 0 0;
}
.page_two{
  font-size:14px;
  font-weight:bold;
  line-height:20px;
  text-align:center;
  clear:both;
  display: inline-block;
}
.page_two a{
  text-decoration:none;
  color:#999;
  width: 60px;
  height: 60px;
  line-height:60px;
  display:block;
  float:left;
  background: #fff;
  margin: 0 3px;
  transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page_two .page-input{
  float:left;
  width: 140px;
  padding: 5px;
  background: #fff;
  height: 60px;
}
.page_two .input1{
  width: 80px;
  height:50px;
  line-height: 50px;
  background:none;
  border:1px solid #e5e5e5;
  font-size: .75rem;
  color: #d82128;
  font-family: "AVG";
  text-align: center;
}
.page_two .all-page{
  display: inline-block;
  line-height: 1;
  color: #999;
  font-size: 16px;
  bottom: -1.25em;
}
.page_two .input2{
  text-decoration:none;
  color:#fff;
  width: 60px;
  height: 60px;
  line-height:60px;
  display:block;
  float:left;
  background: #d82128;
  margin: 0 3px;
  border:none;
}
.page_two a.next{
  transform:rotate(-180deg);
}
.page_two a.active{
  background: #d71518;
  color:#fff;
}
.page_two a:hover{
  background: #d71518;
  color:#fff;
}

@media (max-width: 768px){
  .page_two .page-input{
    width: 100px;
  }
  .page_two .page-input{
    height: 50px;
  }
  .page_two .input1{
    width: 55px;
    height: 40px;
    line-height: 40px;
  }
  .page_two a{
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .page_two .all-page{
    font-size: 14px;
  }
  .page_two .input2{
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .page a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .page a.prev, .page a.next {
      width: 60px;
  }
}

/*分页相关*/
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:8px 15px;}
.pagelist li a:hover{border-color:#005dad;background:#005dad;color:#fff;}
.pagelist li.active a{border-color:#005dad;background:#005dad;color:#fff;}