@charset "utf-8";
/*** Reset */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body,
input,
button,
select,
textarea,
table,
pre {
  margin: 0;
  padding: 0;
  font-family: 'Arial', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', 'Helvetica', 'SimSun';
  color: #000;
  text-align: justify;
  line-height: 1.5;
}
input,
textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #fff inset;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
em,
s,
i,
u {
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  vertical-align: top !important;
}
a {
  cursor: pointer;
  text-decoration: none;
}
/*** Base ***/
html,
body {
  min-width: 320px;
  height: 100% !important;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 12px;
  }
  html img {
    max-width: 100%;
  }
}
.clear:before,
.clear:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
  font-size: 0;
}
* html .clear {
  zoom: 1;
}
*:first-child + html .clear {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.dn {
  display: none;
}
.bg-gray {
  background: #2d3135;
}
.bg-dark {
  background: #17171c;
}
.bg-black {
  background: #141419;
}
.bg-fff {
  background: #fff;
}
.fm1 {
  font-family: Verdana, san-serif, "Microsoft YaHei", "微软雅黑";
}
.fm2 {
  font-family: "宋体";
}
.fm3 {
  font-family: Arial, Helvetica, sans-serif;
}
.hdot {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.fw {
  font-weight: bold;
}
.cf00 {
  color: #f00;
}
.cf30 {
  color: #f30;
}
.cc00 {
  color: #c00;
}
.c000 {
  color: #000;
}
.c333 {
  color: #333;
}
.c666 {
  color: #666;
}
.c999 {
  color: #999;
}
.caaa {
  color: #aaa;
}
.cbbb {
  color: #bbb;
}
.cccc {
  color: #ccc;
}
.cfff {
  color: #fff;
}
.ctxt {
  color: #1d377e;
}
.ctips {
  color: #fe3333;
}
.cgray {
  color: #666;
}
.txt-l {
  text-align: left !important;
}
.txt-r {
  text-align: right !important;
}
.txt-m {
  text-align: center !important;
}
.txt-u {
  text-decoration: underline;
}
.txt-d {
  text-decoration: line-through;
}
.txt-s {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.t-in_2 {
  text-indent: 2em;
}
.d-bk {
  display: block;
}
.d-inbk {
  display: inline-block;
}
.pos-a {
  position: absolute;
}
.pos-r {
  position: relative;
}
.pos-f {
  position: fixed;
}
.no-sct {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}
/*** Modals ***/
/*html | body*/
html.hb-100,
html.hb-100 body {
  height: 100%;
  overflow: hidden;
}
html.hb-100 .web-container,
html.hb-100 body .web-container {
  height: 100%;
  overflow-y: auto;
}
/*Box*/
.web-control {
  width: 100%;
  margin: 0 auto;
}
.web-control .web-wrap {
  position: relative;
  width: 100%;
  max-width: 64.7%;
  margin: 0 auto;
}
.web-control .web-wrap:before,
.web-control .web-wrap:after {
  display: table;
  clear: both;
  content: "";
}
/*Flex*/
.web-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.web-flex > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.web-flex.auto > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.web-flex.vertical {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*Flex*/
.web-fixed {
  position: fixed;
  z-index: 8;
  left: 0;
  width: 100%;
}
.web-fixed.top {
  top: 0;
}
.web-fixed.bottom {
  bottom: 0;
}
.web-fixed.right {
  left: auto;
  right: 0;
}
.web-fixed.head {
  top: 130px;
}
/*Go top*/
#gotop {
  position: fixed;
  z-index: 99;
  width: 50px;
  height: 50px;
  right: 40px;
  bottom: 90px;
  display: none;
  background: #1d377e url(../image/icon/gotop.png) no-repeat center;
  cursor: pointer;
  -moz-border-radius: 100%;
       border-radius: 100%;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#gotop:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
  opacity: .9;
}
/*Scroll Bar*/
.scrollbar::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.scrollbar::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
.scrollbar::-webkit-scrollbar-thumb {
  min-height: 20px;
  -webkit-background-clip: content-box;
          background-clip: content-box;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.scrollbar::-webkit-scrollbar-corner {
  background: transparent;
}
/***移动端***/
@media screen and (max-width: 992px) {
  /*Box*/
  .web-control {
    width: 100%;
  }
  .web-control .web-wrap {
    width: 100%;
  }
  #gotop {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    -webkit-background-size: 60% auto;
            background-size: 60% auto;
  }
}
/*animated*/
.animated {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/*Loading*/
.loading {
  background-position: 0 100%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms;
  -webkit-animation-name: loading;
       -o-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes imgZoomOut {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
}
@-o-keyframes imgZoomOut {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.05, 1.05, 1);
  }
}
@keyframes imgZoomOut {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-20%) scale(0.7);
    transform: translateX(-20%) scale(0.7);
    opacity: 0.7;
  }
  70% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-20%) scale(0.7);
    -o-transform: translateX(-20%) scale(0.7);
       transform: translateX(-20%) scale(0.7);
    opacity: 0.7;
  }
  70% {
    -webkit-transform: translateX(0px) scale(0.7);
    -o-transform: translateX(0px) scale(0.7);
       transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-20%) scale(0.7);
    -o-transform: translateX(-20%) scale(0.7);
       transform: translateX(-20%) scale(0.7);
    opacity: 0.7;
  }
  70% {
    -webkit-transform: translateX(0px) scale(0.7);
    -o-transform: translateX(0px) scale(0.7);
       transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
}
/***Icon*/
.icon-search {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: url('../image/icon/search.png') no-repeat;
  overflow: hidden;
  vertical-align: top;
  -webkit-background-size: contain;
          background-size: contain;
}
.icon-search.black {
  background: center bottom;
}
.icon-close {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: url('../image/icon/close.png') no-repeat;
  overflow: hidden;
  vertical-align: top;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .icon-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: url('../image/icon/close.png') no-repeat;
    overflow: hidden;
    vertical-align: top;
    -webkit-background-size: 24px auto;
            background-size: 24px auto;
  }
}
/*Input*/
.web-input {
  width: 100%;
  height: 91px;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  background: #fff;
  line-height: 90px;
  font-size: 24px;
}
input.web-input {
  -webkit-box-shadow: 0 90px 0 #ffffff inset;
          box-shadow: 0 90px 0 #ffffff inset;
}
textarea.web-input {
  max-width: 100%;
  min-width: 100%;
  min-height: 20vh;
  max-height: 60vh;
  padding: 20px;
  border: 1px solid #d2d2d2 !important;
  line-height: 1.5;
}
/*Select*/
.web-sel {
  width: 100%;
  height: 90px;
  border: none;
  background: #fff;
  font-size: 24px;
}
/*Web form*/
.web-form {
  font-size: 24px;
}
.web-form .web-input {
  height: 90px;
  border: none;
  vertical-align: top;
}
.web-form textarea.web-input {
  height: 300px;
}
.web-form a.web-input {
  display: block;
}
.web-form > label,
.web-form > .label {
  display: block;
  margin-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
}
.web-form > label.textarea,
.web-form > .label.textarea {
  border: none;
  margin-top: 60px;
}
.web-form > label.w-50,
.web-form > .label.w-50 {
  width: 46%;
}
.web-form > label .name,
.web-form > .label .name {
  float: left;
  width: 6.5em;
  line-height: 90px;
}
.web-form > label .name + .text,
.web-form > .label .name + .text {
  margin-left: 6.5em;
  min-height: 90px;
}
.web-form > label .name.em-7,
.web-form > .label .name.em-7 {
  width: 7.5em;
}
.web-form > label .name.em-7 + .text,
.web-form > .label .name.em-7 + .text {
  margin-left: 7.5em;
}
/***移动端***/
@media screen and (max-width: 992px) {
  /*Input*/
  .web-input {
    height: 51px;
    line-height: 50px;
    font-size: 16px;
  }
  textarea.web-input {
    min-height: 15vh;
    padding: 10px 15px;
  }
  /*Select*/
  .web-sel {
    height: 50px;
    font-size: 16px;
  }
  /*Web form*/
  .web-form {
    font-size: 16px;
  }
  .web-form .web-input {
    height: 50px;
  }
  .web-form textarea.web-input {
    height: 120px;
  }
  .web-form > label,
  .web-form > .label {
    margin-bottom: 10px;
  }
  .web-form > label.textarea,
  .web-form > .label.textarea {
    margin-top: 20px;
  }
  .web-form > label.w-50,
  .web-form > .label.w-50 {
    width: 100%;
  }
  .web-form > label.w-50.fl,
  .web-form > .label.w-50.fl,
  .web-form > label.w-50.fr,
  .web-form > .label.w-50.fr {
    float: none;
  }
  .web-form > label .name,
  .web-form > .label .name {
    line-height: 50px;
  }
  .web-form > label .name + .text,
  .web-form > .label .name + .text {
    min-height: 50px;
  }
}
/***Button*/
.btn-base {
  display: block;
  width: 100%;
  padding: 0 20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  text-align: center;
  line-height: 5.625rem;
  font-size: 1.875rem;
  white-space: nowrap;
}
.btn-main {
  border: 1px solid #1d377e;
  background: #1d377e;
  color: #fff;
}
.btn-main:hover,
.btn-main:active {
  border-color: #fff;
  background: #224093;
  text-decoration: none;
  color: #fff;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .btn-base {
    line-height: 4rem;
    font-size: 1.5rem;
  }
}
/***Dialog*/
.web-dialog {
  position: fixed;
  z-index: 8;
  left: 0;
  width: 100%;
  display: none;
  top: 0;
  z-index: 99;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.web-dialog.top {
  top: 0;
}
.web-dialog.bottom {
  bottom: 0;
}
.web-dialog.right {
  left: auto;
  right: 0;
}
.web-dialog.head {
  top: 130px;
}
.web-dialog.on {
  display: block;
}
.web-dialog.active .web-dialog-wrap {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}
.web-dialog .web-dialog-wrap {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  background: #fff;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transform: translate3d(0, 100%, 0) scale(0);
          transform: translate3d(0, 100%, 0) scale(0);
  opacity: 0;
}
.web-dialog .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -100px;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.web-dialog .icon-close:Hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.web-dialog .web-dialog-content {
  min-height: 200px;
}
/*弹出简短提示*/
.web-dialog-toast {
  display: block;
  background-color: transparent;
}
.web-dialog-toast .web-dialog-wrap {
  top: 30%;
  left: 25%;
  width: 50%;
  padding: 0 30px;
  -moz-border-radius: 60px;
       border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 60px;
  text-align: center !important;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
  font-size: 18px;
}
/*弹出Loading*/
.web-dialog-loading {
  display: block;
  background: #2d3135;
}
.web-dialog-loading .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-dialog .icon-close {
    margin-right: -40px;
  }
  /*弹出简短提示*/
  .web-dialog-toast .web-dialog-wrap {
    left: 10%;
    width: 80%;
    padding: 0 21px;
    -moz-border-radius: 42px;
         border-radius: 42px;
    line-height: 42px;
    font-size: 16px;
  }
}
/***Navigation*/
.web-navbar {
  z-index: 99;
  top: 0;
  width: 100%;
  min-width: 320px;
  color: #fff;
  -webkit-transition: background 0.6s ease-out;
  -o-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}
.web-navbar.shadow {
  background: rgba(29, 103, 176, 0.85);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.web-navbar.shadow .wrap {
  padding: 0.54vw 15%;
}
.web-navbar .navbar-left .logo {
  /* padding: 5px 0; */
  transform: translateY(5px);
}
.web-navbar .wrap {
  position: relative;
  margin: 0 auto;
  padding: 6px 15%;
  -webkit-transition: padding 0.6s ease-out;
  -o-transition: padding 0.6s ease-out;
  transition: padding 0.6s ease-out;
}
.web-navbar .wrap:before,
.web-navbar .wrap:after {
  content: '';
  display: table;
}
.web-navbar .wrap:after {
  clear: both;
}
.web-navbar .navbar-left {
  float: left;
  padding-right: 5%;
}
.web-navbar .navbar-left a {
  display: inline-block;
}
.web-navbar .navbar-left .logo {
  height: 48px;
  -webkit-transition: padding 0.6s ease-out;
  -o-transition: padding 0.6s ease-out;
  transition: padding 0.6s ease-out;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}
.web-navbar .navbar-right {
  float: right;
  position: relative;
}
.web-navbar .navbar-list {
  padding-right: 50px;
}
.web-navbar .navbar-list > li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}
.web-navbar .navbar-list > li > a {
  position: relative;
  display: inline-block;
  padding: 0;
  line-height: 60px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #fff;
  font-size: 1vw;
}
.web-navbar .navbar-list > li > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 2px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.web-navbar .navbar-list > li > a.active,
.web-navbar .navbar-list > li > a:hover {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.web-navbar .navbar-list > li > a.active:after,
.web-navbar .navbar-list > li > a:hover:after {
  width: 40%;
  opacity: 1;
}
.web-navbar .navbar-list > li > a.active {
  text-shadow: none;
}
.web-navbar .navbar-list > li > a.active:hover {
  text-shadow: none;
}
.web-navbar .navbar-list > li:hover .navbar-list-sub {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.web-navbar .navbar-list-sub {
  position: absolute;
  left: -50px;
  margin-top: 20px;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
       -o-transform-origin: center top;
          transform-origin: center top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.web-navbar .navbar-list-sub > a {
  display: block;
  padding: 0 40px;
  color: #000;
  line-height: 60px;
  white-space: nowrap;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  text-align: center;
}
.web-navbar .navbar-list-sub > a:hover {
  background: #1d377e;
  color: #fff;
}
.web-navbar .navbar-btn {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
}
.web-navbar .navbar-btn * {
  vertical-align: top;
}
.web-navbar .navbar-btn .search {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.web-navbar .navbar-btn .search:hover {
  -webkit-transform: scale3d(1.3, 1.3, 1);
          transform: scale3d(1.3, 1.3, 1);
}
.web-navbar .navbar-toggle {
  display: none;
}
/***移动端***/
@media screen and (max-width: 992px) {
  body {
    width: 100%;
    padding-top: 50px !important;
  }
  .web-navbar .navbar-list > li > a{font-size:16px;}
  .web-home-base .newsbox{
        width: 100%;}
    .news02 a{font-size: 15px;}
  .web-navbar {
    background: #1d377e !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    z-index: 101;
  }
  .web-navbar .wrap {
    max-width: 100%;
    padding: 0 !important;
  }
  .web-navbar .navbar-left {
    position: relative;
    float: none;
    height: 50px;
    padding: 9px 0;
  }
  .web-navbar .navbar-left .logo {
    height: 32px;
    margin-left: 15px;
    padding: 0 !important;
    transform: translateY(0px);
  }
  .web-navbar .navbar-toggle {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 999;
    display: inline-block;
    width: 50px;
    height: 40px;
    border: none;
    background: transparent;
  }
  .web-navbar .navbar-toggle i {
    position: absolute;
    right: 15px;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .web-navbar .navbar-toggle i:nth-of-type(1) {
    top: 13px;
  }
  .web-navbar .navbar-toggle i:nth-of-type(2) {
    top: 50%;
  }
  .web-navbar .navbar-toggle i:nth-of-type(3) {
    bottom: 12px;
  }
  .web-navbar .navbar-toggle.active i {
    -webkit-transform-origin: right 0;
        -ms-transform-origin: right 0;
         -o-transform-origin: right 0;
            transform-origin: right 0;
  }
  .web-navbar .navbar-toggle.active i:nth-of-type(2) {
    opacity: 0;
  }
  .web-navbar .navbar-toggle.active i:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .web-navbar .navbar-toggle.active i:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .web-navbar .navbar-right {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 100%;
  }
  .web-navbar .navbar-list {
    float: none;
    height: 0;
    padding: 0 15px;
    background-color: rgba(29, 55, 126, 0.8);
    overflow: hidden;
    overflow-y: auto;
    font-size: 125%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }
  .web-navbar .navbar-list.active {
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .web-navbar .navbar-list > li {
    display: block;
    margin: 0;
  }
  .web-navbar .navbar-list > li:last-of-type a {
    border-bottom: none;
  }
  .web-navbar .navbar-list > li > a {
    display: block;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 50px;
  }
  .web-navbar .navbar-list > li > a:after {
    content: none;
  }
  .web-navbar .navbar-list > li > a.active,
  .web-navbar .navbar-list > li > a:hover,
  .web-navbar .navbar-list > li > a:active {
    background-color: rgba(23, 23, 28, 0.4);
  }
  .web-navbar .navbar-list-sub {
    position: static;
    left: auto;
    margin-top: 0;
    padding: 5px 0;
    background-color: rgba(29, 55, 126, 0.6);
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .web-navbar .navbar-list-sub > a {
    padding: 0 30px;
    line-height: 45px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
  }
  .web-navbar .navbar-btn {
    float: none;
    position: absolute;
    right: 60px;
    top: -50px;
  }
  .web-navbar .navbar-btn .search {
    margin-left: 0;
    margin-top: 16px;
  }
}
/***Footer*/
.web-footer {
  min-height: 60px;
  padding: 15px 5%;
  background: #000;
  font-size: 87.5%;
  color: #fff;
  line-height: 30px;
  text-align: left;
}
.web-footer span {
  white-space: nowrap;
  margin-right: 2em;
}
.web-footer .left {
  float: left;
  width: 70%;
}
.web-footer .right {
  float: right;
}
/***移动端***/
@media screen and (max-width: 992px) {
  .web-footer {
    padding: 30px 15px;
    text-align: left;
    line-height: 2.4;
    font-size: 12px;
  }
  .web-footer .left {
    float: none;
    width: 100%;
  }
  .web-footer .left span {
    display: block;
  }
  .web-footer .right {
    float: none;
  }
}
/***Page Home*/
.bg-home {
  background-color: #fff;
}
#homeContainer .section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
/* .web-home-title {
  text-align: center;
  font-size: 72px;
  line-height: 1;
} */
.web-link-more {
  position: relative;
  display: inline-block;
  width: 124px;
  line-height: 30px;
  /* border: 1px solid rgba(255, 255, 255, 0.8); */
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  text-align: center;
  overflow: hidden;
  background-color: #0f67c1;
  cursor: pointer;
}
.web-link-more.primary {
  border-color: #1d377e;
  color: #1d377e;
}
.web-link-more.primary:after {
  background-color: rgba(29, 55, 126, 0.2);
}
.web-link-more:after {
  content: '';
  position: absolute;
  left: 12%;
  top: -150%;
  width: 0;
  height: 300%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  -webkit-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
       -o-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}
.web-link-more:hover,
.web-link-more:active {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
}
.web-link-more:hover:after,
.web-link-more:active:after {
  width: 110%;
}
.web-home-banner {
  width: 100%;
  height: -webkit-calc(100vh);
  height: calc(100vh);
  overflow: hidden;
}
.web-home-banner .particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.web-home-banner .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 15%;
  top: 0;
  width: 70%;
  height: 100%;
  padding-bottom: 10%;
  text-align: left;
  color: #1d377e;
  font-family: '楷体', 'KaiTi';
  line-height: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.web-home-banner .content.c2 .text1 {
  padding-left: 15%;
}
.web-home-banner .content.c2 .text2 {
  padding-left: 2em;
  padding-top: 6.5em;
}
.web-home-banner .content.c3 .line2 p:last-of-type {
  padding-top: 20px;
}
.web-home-banner .content.c3 .t4 {
  display: block;
}
.web-home-banner .content .text1 {
  width: 50%;
}
.web-home-banner .content .text1 .line1 {
  margin-bottom: -2em;
}
.web-home-banner .content .text1 .line1 h1 {
  padding-left: 1em;
}
.web-home-banner .content .text1 .line2 h1 {
  position: relative;
  top: -0.3em;
}
.web-home-banner .content .text2 {
  width: 50%;
  padding-top: 6em;
}
.web-home-banner .content h1 {
  display: inline-block;
  font-size: 100px;
}
.web-home-banner .content p {
  display: inline-block;
  font-size: 56px;
}
.web-home-banner .t {
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 0;
}
.web-home-banner .pic01{
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
    -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.web-home-banner .t1 {
  -webkit-transform: translateX(-200%) scale(2);
      -ms-transform: translateX(-200%) scale(2);
       -o-transform: translateX(-200%) scale(2);
          transform: translateX(-200%) scale(2);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.web-home-banner .t2 {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
       -o-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.web-home-banner .t3 {
  -webkit-transform: translateX(50%) scaleX(2);
      -ms-transform: translateX(50%) scaleX(2);
       -o-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  letter-spacing: 20px;
}
.web-home-banner .t4 {
  -webkit-transform: translateX(100%) scaleX(2);
      -ms-transform: translateX(100%) scaleX(2);
       -o-transform: translateX(100%) scaleX(2);
          transform: translateX(100%) scaleX(2);
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
  letter-spacing: 20px;
}
.web-home-banner .swiper-slide-active .t {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
  letter-spacing: 0;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.web-home-banner .swiper-slide {
  position: relative;
  height: 100% !important;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.web-home-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.web-home-banner .swiper-pagination-count {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 6%;
  padding-bottom: 20px;
  color: #fff;
  font-size: 125%;
  line-height: 1;
  text-align: right;
}
.web-home-banner .swiper-pagination-count span {
  font-size: 225%;
}
.web-home-banner .swiper-slide-active .banner-content p,
.web-home-banner .swiper-slide-active .banner-content h3,
.web-home-banner .swiper-slide-active .banner-content h4 {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}
.web-home-banner .swiper-slide-active .banner-content h3 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.web-home-banner .swiper-slide-active .banner-content h4 {
  opacity: 0.6;
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.web-home-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 18vh;
  min-height: 150px;
  background: #1d377e;
}
.web-home-news .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 160px;
  height: 100%;
  min-height: 100px;
  opacity: .15;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.web-home-news .title h3 {
  width: 100%;
  font-size: 30px;
  margin-bottom: 10px;
}
.web-home-news .title h4 {
  width: 100%;
  font-size: 22px;
}
.web-home-news .swiper-container {
  height: 100%;
}
.web-home-news .swiper-slide-active .news-item .time h4,
.web-home-news .swiper-slide-active .news-item .time p {
  opacity: 0.8;
}
.web-home-news .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 50px;
  background: url("../image/page/home/news-gap.png") no-repeat left center;
  color: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.web-home-news .news-item:hover,
.web-home-news .news-item:active {
  background-color: rgba(255, 255, 255, 0.04);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}
.web-home-news .news-item:hover .time h4,
.web-home-news .news-item:active .time h4,
.web-home-news .news-item:hover .time p,
.web-home-news .news-item:active .time p {
  opacity: 1;
}
.web-home-news .news-item:hover .tag,
.web-home-news .news-item:active .tag {
  letter-spacing: 3px;
}
.web-home-news .news-item .time {
  padding-right: 30px;
  text-align: right;
  line-height: 1;
}
.web-home-news .news-item .time h4 {
  margin-bottom: 8px;
  font-size: 54px;
  opacity: .25;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.web-home-news .news-item .time p {
  overflow: hidden;
  opacity: .1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.web-home-news .news-item .text p {
  height: 44px;
  overflow: hidden;
  line-height: 1.35;
}
.web-home-news .news-item .tag {
  margin-bottom: 12px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.web-home-news .news-item .tag span {
  display: inline-block;
  padding: 0 15px;
  line-height: 25px;
  background: #3f5591;
  white-space: nowrap;
}
.web-home-news .handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  height: 100%;
  background: #dfa76b;
}
.web-home-news .swiper-news-prev,
.web-home-news .swiper-news-next {
  width: 50%;
  height: 100%;
  background: url("../image/page/home/news-arrow-l.png") no-repeat 65% center;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.web-home-news .swiper-news-prev:hover,
.web-home-news .swiper-news-next:hover,
.web-home-news .swiper-news-prev:active,
.web-home-news .swiper-news-next:active {
  background-color: rgba(255, 255, 255, 0.2);
  background-position: 50% center;
}
.web-home-news .swiper-news-prev {
  background-image: url("../image/page/home/news-arrow-r.png");
  background-position: 35% center;
}
.web-home-bus.active .web-home-title {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}
.web-home-bus.active .bus-list li .bus-item {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  opacity: 1;
}
.web-home-bus .fp-completely .bus-list li .bus-item {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.web-home-bus .swiper-container {
  width: 100%;
  height: 100%;
}
.web-home-bus .swiper-button-next,
.web-home-bus .swiper-button-prev {
  height: 30px;
  margin-top: -15px;
  opacity: 0.5;
}
.web-home-bus .swiper-button-next.swiper-button-disabled,
.web-home-bus .swiper-button-prev.swiper-button-disabled {
  opacity: .2;
}
.web-home-bus .web-home-title {
  position: absolute;
  top: 15vh;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100vw;
  margin: 0 auto;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: scaleX(3);
      -ms-transform: scaleX(3);
       -o-transform: scaleX(3);
          transform: scaleX(3);
  opacity: 0;
}
.web-home-bus .bus-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-align: center;
}
.web-home-bus .bus-list li {
  position: relative;
  display: block;
  width: 33.333333%;
}
.web-home-bus .bus-list li:hover .bus-bg img,
.web-home-bus .bus-list li:active .bus-bg img {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.web-home-bus .bus-list li:hover .bus-item,
.web-home-bus .bus-list li:active .bus-item {
  background: transparent;
}
.web-home-bus .bus-list li:hover .bus-item-text,
.web-home-bus .bus-list li:active .bus-item-text {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  color: #fff;
}
.web-home-bus .bus-list li:hover .bus-item-text h3:after,
.web-home-bus .bus-list li:active .bus-item-text h3:after {
  background: #fff;
}
.web-home-bus .bus-list li:hover .bus-item-icon,
.web-home-bus .bus-list li:active .bus-item-icon {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
.web-home-bus .bus-list li:nth-of-type(1) .bus-item,
.web-home-bus .bus-list li:nth-of-type(3) .bus-item {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
.web-home-bus .bus-list li:nth-of-type(2) .bus-item {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
.web-home-bus .bus-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.web-home-bus .bus-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale3d(1.06, 1.06, 1.06);
          transform: scale3d(1.06, 1.06, 1.06);
}
.web-home-bus .bus-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #fff url("../image/page/home/bus-textBg.png") no-repeat center 60%;
  -webkit-background-size: 88% auto;
          background-size: 88% auto;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 0;
}
.web-home-bus .bus-item-text {
  min-height: 35vh;
  margin-top: 20vh;
  padding: 0 5vw;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.web-home-bus .bus-item-text h3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 40px;
  font-size: 36px;
  line-height: 1;
}
.web-home-bus .bus-item-text h3:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 1.5em;
  height: 3px;
  margin: 0 auto;
  background: #9bb1e1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.web-home-bus .bus-item-text p {
  font-size: 18px;
  line-height: 2;
}
.web-home-bus .bus-item-icon {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.web-home-bus .bus-item-icon img {
  height: 20vh;
}
.web-home-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.web-home-base.active .comp-left {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}
.web-home-base.active .comp-left .comp-tag,
.web-home-base.active .comp-left .web-home-title,
.web-home-base.active .comp-left .comp-about,
.web-home-base.active .comp-left .web-link-more{
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}
.web-home-base.active .comp-bg > img {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-filter: none !important;
          filter: none !important;
}
.web-home-base.fp-completely .comp-bg > img {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.web-home-base .comp-left {
  position: absolute;
  z-index: 2;
  width: 64.7%;
  height: 100%;
  padding: 10vh 0;
  /*overflow: hidden;*/
  text-align: left;
  color: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  opacity: .75;
  /* -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1); */
}
.web-home-base .comp-left .team-cont{height: 100%}
.web-home-base .activity,
.web-home-base .awards,
.web-home-base .works,
.web-home-base .policy,
.web-home-base .team{
  padding:10vh 0 0;
}
.web-home-base .policy .swiper-container{background: #18469f;}
.web-home-base .comp-left .comp-tag,
.web-home-base .comp-left .web-home-title,
.web-home-base .comp-left .web-link-more{
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.web-home-base.active .comp-left .newsbox:nth-of-type(1),
.web-home-base.active .comp-left .newsbox:nth-of-type(3){
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}
.web-home-base.active .comp-left .team-info,
.web-home-base.active .comp-left .team-cont,
.web-home-base.active .comp-left .newsbox:nth-of-type(2),
.web-home-base.active .comp-left .newsbox:nth-of-type(4){
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}
.web-home-base .comp-left .team-cont,
.web-home-base .comp-left .newsbox:nth-of-type(2),
.web-home-base .comp-left .newsbox:nth-of-type(4){
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
          opacity: 0;
}
.web-home-base .comp-left .comp-about,
.web-home-base .comp-left .team-info{
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
.web-home-base .comp-left .newsbox:nth-of-type(1),
.web-home-base .comp-left .newsbox:nth-of-type(3){
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
          opacity: 0;
}

.web-home-base .comp-left.wanguo {
  background-color: #3f5f7c;
}
.web-home-base .comp-left.wanguo:hover,
.web-home-base .comp-left.wanguo:active {
  background-color: #36526b;
}
.web-home-base .comp-left.hcjy {
  background-color: #6f7196;
}
.web-home-base .comp-left.hcjy:hover,
.web-home-base .comp-left.hcjy:active {
  background-color: #636588;
}
.web-home-base .comp-left.zesw {
  background-color: #37aaa2;
}
.web-home-base .comp-left.zesw:hover,
.web-home-base .comp-left.zesw:active {
  background-color: #319790;
}
.web-home-base .comp-left:hover,
.web-home-base .comp-left:active {
/*  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
}
.web-home-base .comp-left:hover .comp-tag span,
.web-home-base .comp-left:active .comp-tag span {
  line-height: 60px;
}
.web-home-base .comp-left:hover .web-home-title,
.web-home-base .comp-left:active .web-home-title {
  letter-spacing: 10px;
}
.web-home-base .comp-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.web-base-more{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.web-base-more .web-link-more{
  bottom:12%;
  left: 20%;
}
.web-home-base .comp-bg .filter1 {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.web-home-base .comp-bg .filter2 {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.web-home-base .comp-bg .filter3 {
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
}
.web-home-base .comp-bg .filter4 {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.web-home-base .comp-bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.web-home-base .comp-bg > img:hover,
.web-home-base .comp-bg > img:active {
  -webkit-transition-delay: 0s !important;
       -o-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.web-home-base .web-home-title {
  margin: 6vh 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.web-home-base .comp-tag span {
  display: inline-block;
  padding-left: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 10px;
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.web-home-base .comp-about {
  width: 100%;
  min-height: 140px;
  /* margin-bottom: 5vh; */
  text-align: justify;
  line-height: 2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  font-size: 1vw;
}
.comp-about .fontB{
  color: #132c7b;
  font-weight: bold;
  background: #a0f9ff;
  border-radius: 15px;
 /* font-size: 20px;*/
  padding: 0 10px;
}
.comp-about p{
  margin-bottom: 10px;
  text-indent: 2em;
}
.comp-text{width: 62%;float: left}
.comp-pic{
    width: 30%;
    float: right;
}
.comp-pic img{
  width: 100%;
    margin-bottom: 2em;
}
.web-home-team:hover .bg,
.web-home-team:active .bg {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.web-home-team.active .content h1,
.web-home-team.active .content h2 {
  opacity: .3;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.web-home-team.active .bg {
  -webkit-filter: none;
          filter: none;
}
.web-home-team .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.web-home-team .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 15vh;
  padding-left: 6%;
  color: #fff;
  line-height: 1;
/*  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);*/
}
.web-home-team .content h1,
.web-home-team .content h2 {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.web-home-team .content h1 {
  font-size: 72px;
  -webkit-transform: translateY(-500%) scaleY(4);
      -ms-transform: translateY(-500%) scaleY(4);
       -o-transform: translateY(-500%) scaleY(4);
          transform: translateY(-500%) scaleY(4);
}
.web-home-team .content h2 {
  margin-top: 25vh;
  font-size: 118px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transform: translateY(500%) scaleY(4);
      -ms-transform: translateY(500%) scaleY(4);
       -o-transform: translateY(500%) scaleY(4);
          transform: translateY(500%) scaleY(4);
}
.web-home-title img{ width:16%;}
/***移动端***/
@media only screen and (max-width:1279px) {
    .web-home-base .comp-left{width: 100%;padding: 10vh 2vh 0}
	    .web-home-title img {
        width: 14%;
    }
	.web-home-base .comp-about{ font-size: 16px;}
}
@media screen and (max-width: 992px) {
  body.bg-home {
    padding-top: 0 !important;
  }
  .web-home-base .comp-about{
    width: 100%;
    font-size: 14px;
    margin-bottom: 3vh;
  }
  .comp-about .fontB{
      font-size: 14px;
      padding: 0 5px;
  }
  .comp-text, .comp-pic{width:100%;}

  .web-link-more {
    width: 36%;
    line-height: 30px;
    font-size: 120%;
  }
  .web-home-banner {
    /*height: -webkit-calc(100vh - 15vh);*/
    /*height: calc(100vh - 15vh);*/
  }
  .web-home-title img{width: 30%}
    .comp-about p{line-height: 24px;margin-bottom: 6px;}
    .gallery-thumbs{display: none;}
	   /*.policy .swiper-button-next, 
	  .policy .swiper-button-prev{display: block;}*/
    .swiper-button-next, .swiper-button-prev{display: none;}
  .web-home-banner .content {
    left: 0;
    width: 100%;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .web-home-banner .content.c2 .text1 {
    padding-left: 10vw;
  }
  .web-home-banner .content.c3 .t4 {
    display: block;
    margin-top: 3vh;
  }
  .web-home-banner .content .text1 {
    width: 90%;

  }
  .web-home-banner .content .text1 .line1 {
    margin-bottom: -1.5em;
  }
  .web-home-banner .content .text2 {
    width: 100%;
    padding-top: 2em;
    padding-left: 0;
    padding-bottom: 5vh;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: center;
  }
  .web-home-banner .content h1 {
    font-size: 60px;
  }
  .web-home-banner .content p {
    font-size: 40px;
  }
  .web-home-banner .swiper-slide-active .t {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
  .web-home-banner .swiper-pagination-count {
    opacity: .8;
  }
  .web-home-banner .swiper-pagination-count span {
    font-size: 200%;
  }
  .web-home-news {
    height: 15vh;
    min-height: 110px;
  }
  .web-home-news .title {
    width: 90px;
  }
  .web-home-news .title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .web-home-news .title h4 {
    font-size: 14px;
  }
  .web-home-news .news-item {
    padding: 0 20px;
  }
  .web-home-news .news-item .time {
    padding-right: 20px;
  }
  .web-home-news .news-item .time h4 {
    margin-bottom: 5px;
    font-size: 42px;
  }
  .web-home-news .news-item .text p {
    height: 32px;
  }
  .web-home-news .handle {
    display: none;
  }
  .web-home-base {
    display: block;
  }
  .web-home-base .comp-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 5vw;
    opacity: .2;
  }
  .web-home-base .comp-bg {
    width: 100%;
  }
  .web-base-more .comp-bg{display: none;}
  .web-home-team .content {
    padding-top: 25vh;
    padding-left: 0;
    text-align: center;
  }
  .web-home-team .content h1 {
    font-size: 48px;
  }
  .web-home-team .content h2 {
    margin-top: 18vh;
    font-size: 64px;
  }
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white, .swiper-button-next {
  background-image: url(../image/right.png);
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white, .swiper-button-prev{
  background-image: url(../image/left.png);
}
.swiper-button-next, .swiper-button-prev{
    width: 32px;
    height: 95px;
    -webkit-background-size: 32px 95px;
    background-size: 32px 95px;
    opacity: 0.6;
}

.gallery-thumbs{
  width: 100%;
    bottom: 0;
    padding: 3% 15%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}
.gallery-thumbs img{
  transition: all .5s ease-out;
  opacity: 0.7;
}
.gallery-thumbs .swiper-slide-thumb-active img{
       opacity: 1;
    }
    .gallery-thumbs .swiper-slide {
    height: 100%;
   
}
.gallery-thumbs p{color: #fff;text-align: center;font-size: 0.85vw;margin-top: 10px;}
.gallery-thumbs img:hover{
  transform: scale(1.05);
  transition: all .5s ease-out;
}
.hide{
  display: none;
}


/* 轮播 */
.poster-main{ position:absolute;top: 20%;left: 50%;transform: translateX(-50%);}
.poster-main img{display:block;}
.poster-main .poster-list{width:675px;height:522px;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;}
.poster-main .poster-btn{ position:absolute;top:0;width:100px;height:522px; z-index:10; cursor:pointer; opacity:0.9}
.poster-main .poster-prev-btn{left:-150px; background: url(../image/left.png) no-repeat center center;}
.poster-main .poster-next-btn{right:-150px; background: url(../image/right.png) no-repeat center center;}
.web-home-base .newsbox{
  width: 100%;
  background: #18469f;
  overflow: hidden;
  float: left;
}
.newsbox h2{
    background: url(../image/ico.png) no-repeat 6vw 1vw #0f67c1;
    color: #fff;
    font-size: 1.1vw;
    padding: 5px 26px 4px;
    font-weight: bold;
	line-height: 2;
}
.news01 {
    line-height: 26px;
    width: 100%;
    padding: 20px 26px;
}
.news01 a {
  color: #fff;
}
.news01 p {
    font-size: 1vw;
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news01 span {
    font-size: 0.75vw;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-indent: 2em;
    padding-right: 30px;
}

.news01 li {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #c5c9d2;
}

.news01 li:hover {
    color: #a0f9ff;
    TEXT-DECORATION: none;
}
.news02{
      padding-bottom: 10px;
          margin-bottom: 10px;
}
.news02 a{
    display: block;
	line-height: 2.25;
    color: #fff;
    padding-left: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
	font-size:0.85vw;
}
.news02 a:hover {
    color: #a0f9ff;
    TEXT-DECORATION: none;
}
.picbox{background: none!important;}
.picbox img{margin:0 auto;display: block;width: 100%;object-fit: cover;}
.other{
  margin: 0 0 10px;
}
.team-info{
	font-size: 0.85vw;
    width: 79%;
    text-indent: 2em;
    line-height: 2;
    margin-left: 21%;
    margin-top: -6vw;
    margin-bottom: 2vw;
}
.team-qh03 img,
.team-qh02 img{ width:95%; object-fit:cover;height:100%;}
.team-wrap{width:80%;margin-left:4%;position: relative;}
.teamtitle{width:16%;float:left;background: #4d5d90;padding: 0 20px 10px;}
.teamtitle-list{position:relative;margin-bottom: 50px;}
.teamtitle-list li{cursor: pointer;background-color: #5d6fa1;border:1px solid #fff; color: #fff;font-size:22px;line-height: 44px;margin: 50px 0;align-items: center;display: flex;justify-content: center;}
.teamtitle-list li.on{background-color: #0b5ec5;border: 1px solid #0b5ec5;}
.teamtitle-list p{position:relative;left:0;overflow: hidden; text-align:center;}
.teambox{display: none; } 
.team-wrap .show{ display: block;}
.team-author{ width:92%;}
.team-detail{
    border-radius: 15px;
    background: #bddef5;
    width: 100%;
    padding: 3%;
    position: absolute;
    top: 0;
    z-index: 999;
}
.teambox div{cursor: pointer;}
.pic02{
    display: inline-block;
    margin-right: 30px;
    width: 30.5%;
    float: left;
}
.cont-r{
    display: inline-block;
    width: 65%;
    color: #303030;
    font-size: 16px;
}
.team-detail p{
    margin-bottom: 12px;
    line-height: 30px;
    width: 64%;
    color: #303030;
    font-size: 16px;
    display: inline-block;
}
.bluebg{background: #0f67c1;color: #fff;padding: 5px;}
.bluebg02{background: #0f67c1;color: #fff;padding: 5px 20px;}
.bluebg03{background: #0c4eab;color: #fff;padding: 5px 10px;border-radius: 10px;}
.closebtn{
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}
.font01{margin-top: 10px}

.teambox .swiper-container {
    width: 100%;
    height: 100%;
    clear: both;
}
.teambox .swiper-wrapper{text-align: center;clear: both;}
.teambox .swiper-button-next, .teambox .swiper-button-prev{
    width: 21px;
    height: 45px;
    -webkit-background-size: 21px 45px;
    background-size: 21px 45px;
}
.teambox .swiper-button-next{right:0}
.teambox .swiper-button-prev{left:0}

.works-wrap{background: rgba(255,255,255,0.15);padding: 1% 2% 3% 4%;overflow: hidden;}
.workstitle{background:rgba(255,255,255,0.15);padding:2%;overflow: hidden;}
.workstitle-list{display: flex;}
.workstitle-list li{cursor: pointer;/*background: url(../image/icon02.png)no-repeat bottom;*/padding:1.5% 1.5% 3.3%;/*align-items: center;display: flex;justify-content: center;float: left*/}
.workstitle-list li.on{background: url(../image/page/home/arrowup.png)no-repeat bottom; background-size:30%;}
.workstitle-list p{position:relative;left:0;overflow: hidden; text-align:center;}
.workstitle-list li img {
    transition: transform 1s, filter 1s;
}
.workstitle-list li img:hover {
    transform: scale(1.05);
    /*filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));*/
}
.worksbox{display: none;}
.works-wrap .show{ display: block;}
.pic03{
    width: 6.95vw;
    height: 9.5vw;
}
.workstitle h2{display: inline-block;}
.workstitle .web-link-more{float: right;}
.worksbox p{display: inline-block;width: 70%;margin-right: 3%;}
.worksbox img{width: 23vh;height: 14.5vh;margin-left: 2%;}


.read-wrap{width:69%;position: relative;background: #0c4fac;padding: 25px;color: #333;height: 585px}
.readtitle{width:30.68%;float:left;background:url(../image/page/home/read01.png);padding: 0 50px 10px 30px;}
.readtitle-list{position:relative;margin-bottom: 30px;padding-top: 30px;}
.readtitle-list li span{cursor: pointer;background-color: #0b5ec5;border: 1px solid #0b5ec5;color: #fff;font-size:22px;line-height: 56px;margin: 30px 0 20px;align-items: center;display: flex;justify-content: center;}
.readtitle-list li.on span{background-color: #265bb0;border:1px solid #fff; }
.readtitle-list li p{display: none;}
.readtitle-list li.on p{display: block}
.readbox{display: none;background: #fff;height: 100%;padding:30px 20px;}
.read-wrap .show{ display: block;}
.readtitle .web-link-more{margin-bottom: 50px;}
.read-wrap .poster-main{top: 55%;}
.read-wrap .poster-main .poster-next-btn{
    right: -120px;
    background:url(../image/right02.png) no-repeat center center;
}
.read-wrap .poster-main .poster-prev-btn{
    left: -120px;
    background:url(../image/left02.png) no-repeat center center;
}
.sp01{
    width: 44%;
    height: 190px;
}
.readtxt-l{
    width: 50%;
    display: inline-block;
    margin-right: 5%;
    margin-bottom: 5%;
}
.readtxt-l h2{
    font-size: 19px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 4% 0;
    font-weight: bold;
}
.readtxt-l p{
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}
.web-home-base .awards .web-home-title{margin: 4vh 0 0}
.web-home-base .awards{}
.awards-wrap{width:80%;margin-top: 4%;position: relative;}
.pc{ background:url(../image/page/home/chilun.png) no-repeat right; background-size: auto 100%;width: 34.9vw; min-width: 653px;height: 100%;position: absolute;top: 0; right: 0;display: flex;justify-content: end;align-items: center;}
.awardstitle-list{margin-right: 10%; z-index:9;}
.awardstitle-list li{cursor: pointer;color: #fff;font-size:26px;line-height: 40px;margin:0 0 20px;align-items: center;display: flex;justify-content: center;padding: 0 40px;}
.awardstitle-list li span{padding: 0.1vw 2vw;}
.awardstitle-list li.on span{background-color: #34519d;border-radius: 25px;}
.awardstitle-list p{position:relative;left:0;overflow: hidden; text-align:center;}
.awardsbox{display: none; overflow-y: auto; height:30vw;} 
.awards-wrap .show{ display: block;}
.awards-cont{background: url(../image/dot.png)no-repeat top left;padding:10px 15px 15px 50px;display:flex;}
.awards-l{width: 80%;}
.awards-cont h2{font-size: 18px;font-weight: bold;margin-bottom: 10px;}
.awards-cont p{width:80%;}
.awards-cont img{width: 200px;height: 100px;}
.team-cont .phone{ display:none;}
.web-home-awards .comp-bg > img:hover,
.web-home-awards .comp-bg > img:active {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transform: none!important;
    transform: none!important;
}
.activity .swiper-container img{
    width: 90%;
    margin: 0 auto;
    display: block;
	height: 10vw;
}
.activity .swiper-button-next{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    height: 35px;
    width: 35px;
    right: 0;
}
.activity .swiper-button-prev{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    height: 35px;
    width: 35px;
    left: 0;
}
.web-home-base .activity .web-home-title{margin: 6vh 0 4vh;}
.phone .awardstitle-list{margin-right: 0}
	.works-nav{width: 100%;overflow-x: auto; height: 14vw; overflow-y:hidden;}
	.works-top{ display: flex;}
	.works-top li{padding:1vw 1.5vw 2.5vw;}
	.gallery-thumbs{animation: fadeIn 1s linear 1.5s 1 normal both;}
	.homebox {     
	 overflow:hidden;
	border: 1px solid #405792;
    border-radius: 20px;
    /*padding: 0.3vw;*/
}
	.homebox i{
	border-width: 1vw;
    border-color: #405792;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
}
.swiper-slide-thumb-active .homebox{border: 1px solid #d1d1d1;}
.gallery-thumbs img{ width:100%; height:6vw;}
#section3 .swiper-button-next, 
#section3 .swiper-button-prev{display: none;}
@media only screen and (device-aspect-ratio:21/9) {
.team-info{margin-bottom:1vw;}
.policy .web-home-title,
.works .web-home-title{margin: 4vh 0;}
.awards-wrap{margin-top: 2%;}
.web-home-base .activity .web-home-title {margin: 4vh 0 2vh;}
}
@media only screen and (min-width: 1920px) {
	.picbox img{/*height: 28vw;*/}
    .web-navbar.shadow .wrap {padding: 1vw 15%;}
	.teamtitle-list { margin-bottom: 4.7vw;}
	.teamtitle-list li{font-size: 1.05vw;line-height: 2.5;margin: 2vw 0;}
	.web-link-more{ width:8vw;font-size:0.85vw; line-height:2}
	.web-home-title img{ width:16%;}
	.team-info{margin-bottom:1vw;}
	.worksbox p{font-size: 0.85vw;width: 70%;}
	.font01{font-size: 0.85vw;}
	.team-detail p{margin-bottom: .54vw; line-height: 2.5;font-size: .8vw; }
	.awards-cont h2 {font-size: 1vw;margin-bottom: .4vw;}
	.awards-cont p {font-size: 0.85vw;line-height: 2;}
	.awards-cont img {width: 10vw;height: 6vw;}
	.readtitle{background: url(../image/page/home/read01.png) right top no-repeat;padding: 0 2vw 0 1.5vw;background-size: cover;}
	.readtitle-list li span{margin: 1.2vw 0 1vw;}
	.awardstitle-list li{font-size: 1.3vw; line-height: 3vw;}
	.readtitle-list { margin-bottom: 2vw; padding-top: 2.5vw;}
	.readtitle-list li span{font-size: 1.15vw;line-height: 3.2;}
	.readtitle-list li p { font-size: .85vw; line-height: 1.8;}
	.readtitle .web-link-more{margin-bottom: 3vw;}
	.read-wrap{padding: 1.5vw;height:33vw;}
	.readbox{padding:1.2vw;}
	.readtxt-l p{font-size: 0.85vw; line-height:1.8;}
	.readtxt-l h2{font-size: 1vw; line-height:1.5;}
	.readtxt-l .bluebg03{font-size:.75vw}
	.sp01{height:11vw;}
	.teambox{height: 23.05vw;} 
	.comp-pic img{ max-height:13vw;}
}
@media only screen and (min-width: 2560px) {
    .web-navbar .wrap,
	.web-navbar.shadow .wrap {padding: 1.5vw 15%;}
	.web-navbar .navbar-list > li{margin: 0 1vw;}
	.team .team-cont{margin-top: 4vw;}
	.team-qh01{    margin-top: 2vw;}
	.teamtitle {width: 20%;padding: 1vw 1.5vw;}
	.team-wrap {    width: 76%;}
	.teamtitle-list li {line-height: 3;margin: 2vw 0;    }
		.teambox{height: 26.05vw;} 
.web-home-base .comp-left{ width:68%}
.newsbox h2{padding: 0.2vw 2vw;    line-height: 2;}
.news02 a{padding-left: 2vw;    line-height: 2.65;}
.news01{padding: 0.5vw 1.5vw;}
.news01 p{    font-size: 1vw;    line-height: 3;}
    .picbox img {height: 30vw;object-fit: cover; }
	.workstitle h2{font-size:1.15vw;}
	.bluebg02 {padding: .5vw 1vw;}

}
@media screen and (max-width: 1799px) {
	.web-home-base .comp-left{width: 69%;}
	.comp-pic img{ height:14vw;}
	.readtitle{background: url(../image/page/home/read01.png) right top no-repeat;}
}
@media screen and (max-width: 1600px) {
    .web-home-base .web-home-title{margin: 3vh 0;}
    .awards-wrap {margin-top: 2%;}
    .news02 a{line-height: 36px;}
    .web-home-base .team .web-home-title{margin: 5vh 0;}
    .web-home-base .activity .web-home-title{margin: 3vh 0 0;}
	.web-home-base .comp-left{width: 78.2%;}
	.news01 p{font-size: 1.05vw}
	.teamtitle-list li{ font-size:20px;}
	.news02 a,
	.news01 span{font-size: 0.85vw}
	.readtitle-list{padding-top: 2.5vw;}
	.readtitle-list li span{margin: 1.2vw 0 1vw;}
}
@media screen and (max-width: 1440px) {
    .web-navbar .wrap,
    .web-navbar.shadow .wrap {padding: 6px 4%;}
    .web-home-base .web-home-title{margin: 3vh 0;}
    .web-home-banner .content{left: 6%;}
    .gallery-thumbs{padding: 3% 6%;}
	.web-navbar .navbar-list > li{margin: 0 15px;}
	.web-navbar .navbar-list > li > a{font-size:16px;}
}
@media only screen and (max-width:1279px) {
.awardsbox {height: 50vw;}
.awards-wrap{width:60%;}
}
@media screen and (max-width: 1024px) {
.teambox {height: 42vw;}
.team-author { width: 77%;}
.team-detail{padding:5% 3%;}
.web-home-base .comp-left{width: 100%;}
.team-info{margin-top: -16vw;font-size: 1.5vw;}
.pc{ display:none;}
.team-cont .phone{ display:block; width:100%;margin-top: 4vw;}
.awards-wrap {width: 94%;}
 .awardsbox {height: 70vw;}
 .awardstitle-list li{padding: 0 15px; float:left;}
   .comp-pic img{height:18vw}
   .workstitle{padding:3%;}
   .worksbox img {width: 22vw;height: 14vw;}
   .works-nav{height: 24vw;}
   .workstitle-list li.on{background-size: 25%;}
   .works-top li {padding: 1.5vw 1.5vw 3vw;}
   .pic03 {width: 12.7vw;height: 17.4vw;}
}
@media screen and (max-width: 992px) {
#section3 .swiper-button-next, 
#section3 .swiper-button-prev{display: block;height: 55px;}
#section3 .swiper-button-next{right:0;}
#section3 .swiper-button-prev{left:0;}
.works-nav{height: 34vw;}
 .workstitle{ width:100%;}
    .workstitle-list li.on {background-size: 30%; }
	.workstitle-list{    min-width: 100%;}
	.workstitle-list li {padding: 3% 1.5% 6%;display: inline-block;}
    .pic03 {width: 17.7vw;height: 25.4vw; max-width: 17.7vw; }
    .team-author {width: 100%;}
  .comp-pic img{width: 49%;margin-top: 1em; height:30vw}
.teambox {height: 100%;}
    .web-home-banner .content{left: 0;}
    .web-home-base .team .web-home-title,
    .web-home-base .web-home-title {margin: 10vh 0 2vh;}
    .web-base-more{transform: scale(0.3);}
    .web-base-more .web-link-more { bottom: -112%; left: -20%; }
	.newsbox h2{font-size: 20px;background: #0f67c1;}
	.news01 p{font-size: 18px;}
	.news02 a,
	.news01 span{font-size: 14px;}
    .web-home-base .team .web-link-more {width: 30%; margin-left: 1%; }
    .news02 a{line-height: 36px;}
    .team-info { font-size: 12px;width: 100%;text-indent: 2em; line-height: 20px;margin: 0; }
    .teamtitle{padding:0;width: 100%;background: none;}
    .teamtitle-list li{ font-size: 16px; line-height: 44px; margin: 20px 6px; float: left;width: 29%;}
    .team-wrap{margin-top: 6%;width: 100%;margin-left: 2%;}
    .activity .swiper-button-next,
    .activity .swiper-button-prev,
    .team .swiper-button-next,
    .team .swiper-button-prev{display: block;}
    .activity .swiper-container img{ width: 80%; margin: 0 auto;display: block;height: 35vw; }
    .closebtn { width: 8%; right: -7px;top: -15px; }
    .team-detail {border-radius: 11px;width: 100%; left: 0;top: 0;}
    .pic02{width: 110px;height: 130px;margin-right: 15px;}
    .team-detail p{
        margin-bottom: 5px;
        line-height: 18px;
        width: 58%;
        color: #303030;
        font-size: 9px;
        display: inline-block;
    }
   /* .workstitle-list{
        width: 100%;
        height: 160px;
        overflow: hidden;
        margin-bottom: 0;
    }*/
    .worksbox p {
        display: inline-block;
        width: 45%;
        margin-right: 3%;
        float: left;
        font-size: 12px;
    }
    .worksbox img {
        width: 16vh;
        height: 11vh;
        margin-left: 1%;
        display: inline-block;
        margin-bottom: 5px;
    }
    .web-home-base .comp-left .team-cont{margin-top: 4%;}
    .web-home-base .activity .web-home-title,
    .web-home-base .awards .web-home-title {
        margin: 10vh 0 0;
    }
    .awardstitle {
        float: left;
        margin-right: 0;
        margin-top: 0;
    }
    .awardstitle-list li {
		color: #fff;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px;
        padding: 0 10px;
        display: inline-block;
    }
    .awards-cont {
        padding: 5px 0 5px 30px;
    }
    .awards-cont h2 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .awards-cont p {
        width: 98%;
        font-size: 12px;
    }
    .awards-cont img {
        width: 180px;
        height: 100px;
    }
    .awards-l {
        width: 82%;
    }
    .awards-wrap {
        margin-top: 2%;
        width: 100%;
		height: 100%;
    }
	.awardsbox{ height:60%;overflow-y: auto !important;}
    .readtitle-list  {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .readtitle-list li{
        width: 31%;
        float: left;
        margin:1%;
    }
    .readtitle {
        width: 100%;
        padding: 10px;
        background:#0d4aa3;
    }
    .readtitle-list li span{
        font-size: 13px;
        line-height: 36px;
        margin: 0;
    }
    .readtitle .web-link-more,
    .readtitle-list li.on p{display: none}
    .read-wrap{width: 100%;padding: 0}
    .readbox{padding: 10px;}
    .read-wrap .poster-main{
        top: 46%;
        transform: scale(0.5);
        left: -39%;
    }
    .read-wrap .poster-main .poster-prev-btn{left: -80px;}
    .read-wrap .poster-main .poster-next-btn{right:-80px}
    .sp01 {
        width: 100%;
        height: 150px;
        margin-bottom: 2%;
    }
    .readtxt-l {
        width: 100%;
        display: inline-block;
        margin-bottom: 2%;
    }
    .readtxt-l h2 {
        font-size: 14px;
        line-height: 20px;
        margin: 2% 0;
    }
    .readtxt-l p {
        font-size: 12px;
        line-height: 20px;
        -webkit-line-clamp: 3;
    }
}
@media screen and (max-width: 850px) {
   /* .workstitle-list li{padding: 1.5% 1.5% 15%;}*/
    .worksbox p{width: 55%}

}
@media screen and (max-width: 400px) {
.comp-about p { line-height: 1.5; }
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}