@charset "utf-8";

/* base */
@font-face {
  font-family: Kiro;
  font-weight: bold;
  src: url("../fonts/alibaba-ph.eot"); /* IE9 */
  src: url("../fonts/alibaba-ph.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/alibaba-ph.woff") format("woff"), /* chrome、firefox */
  url("../fonts/alibaba-ph.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
  url("../fonts/alibaba-ph.svg#alibaba-ph") format("svg"); /* iOS 4.1- */
}

@font-face {
  font-family: Akrobat-Black;
  src: url("../fonts/Akrobatblack.eot"); /* IE9 */
  src: url("../fonts/Akrobatblack.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/Akrobatblack.woff") format("woff"), /* chrome、firefox */
  url("../fonts/Akrobatblack.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
  url("../fonts/Akrobatblack.svg#Akrobatblack") format("svg"); /* iOS 4.1- */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* font-size: calc(100vw / 7.5); */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background: #f5f5f5;
}

body #app {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
body #app[v-cloak] {
  opacity: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -moz-outline-style: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b,
strong {
  font-weight: bold;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}


dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.visible-xs {
  display: none !important;
}

.container::after,
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

.container {
  margin: auto;
  min-height: 1px;
  width: 100%;
  max-width: 1600px;
}

.container2 {
  margin: auto;
  min-height: 1px;
  width: 100%;
  max-width: 1284px;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 24px;
}

.o_fit video,
.o_fit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

[dis-select] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dis-drag] {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-dr { /*水平*/
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.f-dc { /*垂直*/
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-1 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block; /* IE10失效的解决办法 */
}

.f-as {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.f-ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-ae {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-js {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-jc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-je {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-jsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1680px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1360px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}

/* base */

/* scrollbar */
@media (min-width: 1024px) {
  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 6px
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #f2c920;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  ::selection {
    background: #ccc;
    color: #fff;
  }
}

/* scrollbar */

/* animation */
/*
  animation: jump_down 1.8s infinite ease-in-out;
	-moz-animation: jump_down 1.8s infinite ease-in-out;
	-webkit-animation: jump_down 1.8s infinite ease-in-out;
  -o-animation: jump_down 1.8s infinite ease-in-out;
*/
/* jump_down */
@keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-moz-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-webkit-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-o-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

/* jump_down */

/* animation */

/* page */
/*
  <div class="pagination">
    <div class="page_pc hidden-xs clearfix">
      <a href="javascript:;">上一页</a>
      <a href="javascript:;" class="page_num act">1</a>
      <a href="javascript:;" class="page_num">2</a>
      <a href="javascript:;" class="page_num">3</a>
      <a href="javascript:;">下一页</a>
      <em>共10页</em>
    </div>
    <a href="javascript:;" class="page_sj visible-xs">加载更多</a>
  </div>
*/
.pagination {
  margin: 0px auto 80px;
}
.page_pc {
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_pc a {
  color: #333;
  margin: 0 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.page_pc a:hover,
.page_pc a.act {
  color: #f2c920;
  text-decoration: underline;
}
.page_pc a.prev,
.page_pc a.next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page_pc a.prev {
  margin-right: 60px;
}
.page_pc a.next {
  margin-left: 60px;
}
.page_pc a.prev:hover,
.page_pc a.next:hover {
  background: #f2c920;
}
.page_pc > a .img_ha {
  width: 6px;
  height: 10px;
}
.page_pc > a.prev {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.page_sj {
  width: 100px;
  height: 32px;
  background: #f2c920;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 32px;
  display: none;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* page */

/* common */
.md {
  position: relative;
  top: -100px;
}
.commonP {
  position: static;
  width: 100%;
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.commonP .swiper-pagination-bullet {
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.commonP .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f2c920;
}

.common_tit {
  text-align: center;
}

.common_tit h3 {
  font-family: Kiro;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3.6px;
  color: #164a96;
}
.common_tit h5 {
  font-size: 26px;
  color: #1a1a1a;
  margin-top: 12px;
}
.common_tit.w h3 {
  color: #f2c920;
}
.common_tit.w h5 {
  color: #fff;
}
.common_tit h4 {
  font-size: 18px;
  color: #1a1a1a;
  text-align: right;
}
.common_tit h6 {
  margin-top: 12px;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  color: #1a1a1a;
  text-align: right;
}
.common_tit2 {
  text-align: center;
}
.common_tit2 h3 {
  font-size: 22px;
  color: #1a1a1a;
}
.common_tit2 h5 {
  font-family: Arial;
  font-size: 14px;
  color: #ccc;
  margin-top: 8px;
}
.common_tit3 {
  text-align: center;
}
.common_tit3 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
.common_tit3 h5 {
  margin-top: 12px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #164a96;
}
.common_tit3 h5::after {
  content: '';
  width: 30px;
  height: 4px;
  background-color: #f2c920;
  border-radius: 2px;
  display: block;
  margin: 12px auto 0;
}
.img_h {
  position: relative;
  cursor: pointer;
}
.img_h img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img_h img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.img_h.img_ha:hover img {
  opacity: 1;
}
.img_h.img_ha:hover img:nth-child(2) {
  opacity: 0;
}
a:hover .img_h.img_ha img,
.img_h:hover img {
  opacity: 0;
}
a:hover .img_h.img_ha img:nth-child(2),
.img_h:hover img:nth-child(2) {
  opacity: 1;
}

/* element 分页修改版 */
.page-el-box {
  margin-top: 40px;
}
.page-el-box .el-pagination {
  text-align: center;
}
.page-el-box .el-pagination *::after,
.page-el-box .el-pagination *::before {
  position: static;
}
.page-el-box .el-pagination button {
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #164a96;
}
.page-el-box .el-pagination button .el-icon {
  font-weight: bold;
  font-size: 16px;
}
.page-el-box .el-pagination button:disabled {
  color: #C0C4CC;
}
.page-el-box .el-pagination button:hover {
  background: #f2c920;
}
.page-el-box .el-pagination button:disabled:hover {
  color: #C0C4CC;
  background: #fff;
}
.page-el-box .el-pagination .el-pager {
  padding: 0 75px;
}
.page-el-box .el-pagination .el-pager li {
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #333;
  background: none;
  min-width: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0 10px;
}
.page-el-box .el-pagination .el-pager li::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 0;
  height: 2px;
  background: #f2c920;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 10px;
}
.page-el-box .el-pagination .el-pager li.active,
.page-el-box .el-pagination .el-pager li:hover {
  color: #f2c920;
}
.page-el-box .el-pagination .el-pager li.active::after,
.page-el-box .el-pagination .el-pager li:hover::after {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.page-el-box .el-pagination .el-pager li:last-child {
  margin-right: 0;
}

/* page */

.common_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  text-align: center;
  border: solid 2px #164a96;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f2c920;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common_btn::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 8px;
  top: -2px;
  left: 20px;
  background: #f2c920;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common_btn span {
  font-family: Kiro;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common_btn img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common_btn:hover img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -o-transform: translateX(12px);
  transform: translateX(12px);
}
.common_btn:hover::before {
  width: 0;
}
.common_btn:hover span {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}
.common_btn.w {
  color: #164a96;
  border-color: #fff;
}
.common_btn2 {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 16px;
  font-family: Kiro;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover .common_btn2,
a.common_btn2:hover {
  background: #f2c920;
}

.common_nav {
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common_nav.f5 ul {
  background: #f5f5f5;
}
.common_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.common_nav ul li a {
  display: block;
  padding: 0 30px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 120px;
  height: 32px;
  /*background: #fff;*/
  border-radius: 16px;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #333;
}
.common_nav ul li a:hover,
.common_nav ul li.active a {
  background: #f2c920;
}


#video_model {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#video_model .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#video_model .video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 80%;
  max-width: 960px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background: #252525;
}
#video_model .video .close {
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  z-index: 99999;
  cursor: pointer;
}
#video_model .video_inner {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
#video_model .video_inner video {
  display: block;
  width: 100%;
  outline: none;
}
#video_model .video_inner .video_inner_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#video_model .video_inner .video_inner_mask img {
  cursor: pointer;
}
#video_model .video .text {
  padding: 16px 10px 30px;
}
#video_model .video .text h6 {
  font-size: 16px;
  color: #fff;
}
#video_model .video .text p {
  font-size: 12px;
  margin-top: 12px;
  color: #666;
}

/*
<!-- video_model -->
<div id="video_model">
  <div class="mask"></div>
  <div class="video">
    <div class="close"><img src="images/close.png" alt=""></div>
    <div class="video_inner"><video autoplay="" src="" controls></video></div>
    <div class="text">
      <h6></h6>
      <p></p>
    </div>
  </div>
</div>
<!-- video_model -->
*/

/* common */

/* header */
.headerSJ {
  display: none;
}
.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.bg {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.header_i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.bg .header_i {
  height: 80px;
}
.header_i .logo {
  width: 200px;
}
.header_i .header_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_i .header_nav li {
  margin-left: 48px;
  height: 90px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.bg .header_i .header_nav li {
  height: 80px;
}
.header_i .header_nav li:first-child {
  margin-left: 0;
}
.header_i .header_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_i .header_nav li a::after {
  content: '';
  width: 0px;
  height: 4px;
  background-color: #f2c920;
  border-radius: 2px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_i .header_nav li.on a::after,
.header_i .header_nav li.active a::after {
  width: 30px;
}
.header_i .search {
  position: relative;
}
.header_i .search input {
  display: block;
  width: 260px;
  height: 40px;
  background-color: #f3f4f8;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0 40px 0 30px;
  border: solid 2px #f3f4f8;
}
.header_i .search input::placeholder {
  color: #969799;
}
.header_i .search input:focus {
  background-color: #fafafa;
  border-color: #164a96;
}
.header_i .search .img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}
.header .second_nav {
  height: 60px;
  background: #f5f5f5;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  line-height: 60px;
  display: none;
  font-size: 0;
  text-align: center;
}
.header.bg .second_nav {
  top: 80px;
}
.header .second_nav h6 {
  display: inline-block;
}
.header .second_nav a {
  display: block;
  font-size: 16px;
  height: 60px !important;
  line-height: 60px !important;
  padding: 0 20px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .second_nav a::after {
  display: none;
}
.header .second_nav a:hover {
  background: #164a96;
  color: #fff;
}

/* header */

/* banner */
.inbanner-box {
  position: relative;
}
.inbanner-box .container {
  top: 50%;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
}
.inbanner-box .control-box {
  position: relative;
}
.inbanner-box .control-box .btn {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(225, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.inbanner-box .control-box .btn img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inbanner-box .control-box .btn:hover {
  background: #f2c920;
}
.inbanner-box .control-box .prev_inbanner {
  left: 0px;
}
.inbanner-box .control-box .next_inbanner {
  right: 0px;
}
.inbanner-box #inbanner .swiper-slide {
  position: relative;
}
.inbanner-box #inbanner .swiper-slide .container {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 160px;
}
.inbanner-box #inbanner .swiper-slide .container .tlbox {
  color: #164a96;
}
.inbanner-box #inbanner .swiper-slide .container .tlbox .en {
  font-size: 60px;
  font-family: Kiro;
  margin-bottom: 8px;
}
.inbanner-box #inbanner .swiper-slide .container .tlbox .cn {
  font-size: 46px;
}
.inbanner-box #inbanner .swiper-slide .container .tlbox .en,
.inbanner-box #inbanner .swiper-slide .container .tlbox .cn {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.inbanner-box #inbanner .swiper-slide-active .container .tlbox .en,
.inbanner-box #inbanner .swiper-slide-active .container .tlbox .cn {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  top: 0;
}
.inbanner-box #inbanner .swiper-slide-active .container .tlbox .cn {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.inbanner-box::after {
  content: "";
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  height: 100px;
  background: url(../images/wave.png) no-repeat bottom;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.inner_banner {
  position: relative;
}
.inner_banner .banner_pc {
  height: 400px;
  width: 100%;
}
/* banner */

/* index */
.wrapper {
  overflow: hidden;
  padding-top: 90px;
}
.bread_i {
  font-size: 14px;
  color: #333;
  padding: 56px 48px;
}
.bread_i a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #666;
}
.bread_i a:hover {
  color: #f2c920;
}
.bread_i img {
  margin: 0 8px;
}
.ind1 {
  background: #f2f6f7 url(../images/ind1_bg.jpg) left bottom / contain no-repeat;
}
.ind1 .container2 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 150px;
}
.ind1 .container2 .planeo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 100%;
}
.ind1 .container2 .paodao {
  width: auto;
  height: 100%;
}
.ind1 .container2 .plane {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -42%;
  max-width: inherit;
  width: 160%;
}
.ind1_con {
  text-align: center;
  max-width: 780px;
  margin: 54px auto 0;
}
.ind1_con h4 {
  font-size: 20px;
  color: #333333;
}
.ind1_con h6 {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 10px;
}
.ind1 .common_btn {
  margin: 50px auto 0;
}
.ind2 {
  padding: 80px 0;
  background: #fff;
  position: relative;
}
.ind2 .sbtn_group {
  top: calc(50px + 50%);
}
.sbtn_group {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
}
.sbtn_groupi {
  position: relative;
}
.sbtn_group .btn {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f5f5f5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sbtn_group .btn:hover {
  background: #f2c920;
}
.sbtn_group .prev_team,
.sbtn_group .prev_news {
  left: 0;
}
.sbtn_group .next_team,
.sbtn_group .next_news {
  right: 0;
}
.ind2 .team_list li {
  border: solid 1px #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
}
.ind2 .common_btn {
  margin: 40px auto 0;
}
.ind2 .team_listP span {
  background: #f5f5f5;
}
.ind3 {
  padding: 80px 0 120px;
  position: relative;
  background: #f5f9fa url(../images/ind3_bg.png) right center / contain no-repeat;
}

/* index */

/* colla */
/* colla */

/* footer */
.back_up {
  position: absolute;
  right: 160px;
  top: -40px;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.back_up .img_h {
  width: 32px;
  height: 32px;
  margin: auto;
}
.back_up p {
  font-size: 14px;
  color: #000;
  margin-top: 8px;
  text-align: center;
}
#fix {
  width: 60px;
  background-color: #fff;
  border-radius: 30px;
  position: fixed;
  z-index: 999;
  top: calc(50% - 131px);
  right: 20px;
  padding: 24px 0px;
}
#fix li {
  margin-top: 20px;
}
#fix li:first-child {
  margin-top: 0;
}
#fix li a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#fix li a:hover .img {
  background: #f2c920;
}
#fix li.ewm_li .ewm {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 120px;
  max-width: inherit;
  height: 120px;
  right: 100%;
  bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#fix li.ewm_li a:hover .ewm {
  opacity: 1;
  visibility: visible;
}

#fix li.tel_li .tel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 200px;
  white-space: nowrap;
  height: 54px;
  right: 100%;
  top: 26px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #164a96;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  line-height: 54px;
  text-align: center;
  padding-left: 20px;
  border-radius: 27px 0 0 27px;
  word-break: keep-all;
}
#fix li.tel_li:hover .tel {
  opacity: 1;
  visibility: visible;
}
#fix li.ewm_li:hover .ewm {
  opacity: 1;
  visibility: visible;
}
#fix li a p {
  font-size: 12px;
  margin-top: 6px;
  color: #666;
  text-align: center;
}
footer {
  background-color: #ffffff;
  line-height: 1;
  padding: 80px 0 70px;
}
footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .container .left .ftlogobox {
  margin-bottom: 40px;
}
footer .container .left .netinfo {
  color: #666666;
  padding-left: 15px;
}
footer .container .left .netinfo li {
  margin-bottom: 18px;
  color: #666666;
  position: relative;
}
footer .container .left .netinfo li img {
  left: 100%;
  margin-left: 10px;
  top: -6px;
}
footer .container .left .netinfo li:last-child {
  margin-bottom: 0;
}
footer .container .center .title,
footer .container .right .title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
footer .container .center .iconul li,
footer .container .right .iconul li {
  padding-left: 24px;
  font-size: 16px;
  color: #666;
  margin-bottom: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 22px;
}
footer .container .center .iconul li .b,
footer .container .right .iconul li .b {
  color: #1a1a1a;
}
footer .container .center .iconul li .l,
footer .container .right .iconul li .l {
  color: #164a96;
  font-weight: bold;
}
footer .container .center .iconul li:last-child,
footer .container .right .iconul li:last-child {
  margin-bottom: 0;
}
footer .container .center .iconul .tel,
footer .container .right .iconul .tel {
  background-image: url(../images/tel2.png);
}
footer .container .center .iconul .email,
footer .container .right .iconul .email {
  background-image: url(../images/email2.png);
}
footer .container .center .iconul .local,
footer .container .right .iconul .local {
  background-image: url(../images/map2.png);
}
footer .container .center .iconul .wx,
footer .container .right .iconul .wx {
  background-image: url(../images/wx.png);
  padding-left: 32px;
}
footer .container .center .iconul .wb,
footer .container .right .iconul .wb {
  padding-left: 32px;
  background-image: url(../images/wb.png);
}
footer .container .right {
  padding-right: 85px;
}

/* footer */

/* filters */
.filters {
  padding: 0 48px;
  margin-top: 60px;
}
.filters .filter {
  background-color: #fff;
  border-radius: 6px;
  padding: 35px 0;
  position: relative;
}
.filters .filter p {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #999;
  position: absolute;
  left: 50px;
  top: 0;
}
.filters .filter ul {
  padding-left: 150px;
  position: relative;
}
.filters .filter ul li {
  width: 68px;
  height: 24px;
  border-radius: 12px;
  margin-right: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  float: left;
}
.filters .filter ul li.active {
  background-color: #2e7ae8;
  color: #fff;
}
/* filters */

/* coop3S */
.coop3So {
  margin-top: 60px;
  padding: 0 48px;
}
.coop3S .inner {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  display: block;
}
.coop3S .inner .img {
  overflow: hidden;
}
.coop3S .inner .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.coop3S .inner:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.coop3S .inner .text {
  padding: 36px 30px;
  position: relative;
}
.coop3S .inner .text span {
  font-family: Akrobat-Black;
  font-size: 50px;
  letter-spacing: 2.5px;
  color: #f2c920;
  position: absolute;
  right: 30px;
  height: 60px;
  line-height: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.coop3S .inner .text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
}
.coop3bS,
.coop3bS .swiper-slide {
  height: 64px;
}
.coop3bS .swiper-slide p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.coop3bS .swiper-slide p span {
  color: #666;
}
/* coop3S */

/* news */
.news_tops ul {
  margin: 40px 0 48px;
  padding: 0 48px;
}
.news_tops ul li {
  margin-right: 54px;
  float: left;
  width: calc(33.3% - 36px);
}
.news_topsi {
  padding: 0 48px;
  margin-top: 54px;
}
.news_tops .swiper-container ul {
  padding: 0;
  margin: 0;
}
.news_tops .swiper-container ul li {
  margin: 0;
  width: 100%;
}
.news_tops ul li:last-child {
  margin-right: 0px;
}
.news_tops ul li a {
  background-color: #fafafa;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_tops ul li a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.news_tops ul li .img {
  overflow: hidden;
}
.news_tops ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_tops ul li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_tops ul li .text {
  position: relative;
}
.news_tops ul li .text {
  padding: 36px 40px;
}
.news_tops ul li .text h4 {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.news_tops ul li .text h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #164a96;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_tops ul li:hover h4 {
  color: #164a96;
}
.news_tops ul li:hover h4::after {
  width: 100%;
}
.news_tops ul li .text h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  margin-top: 12px;
}
.news_tops ul li .text p {
  font-family: Arial;
  font-size: 16px;
  margin-top: 12px;
  color: #333;
  padding-left: 24px;
  background: url(../images/time.png) left center no-repeat;
}
.news_list {
  margin-top: 40px;
}
.news_list > ul {
  margin: 60px 0;
  padding: 0 48px;
}
.news_list > ul li {
  margin-bottom: 30px;
}
.news_list > ul li:last-child {
  margin-bottom: 0px;
}
.news_list > ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_list.no_img ul li a {
  padding: 48px 0;
}
.news_list.no_img ul li .text {
  width: 100%;
}
.news_list > ul li a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.news_list > ul li .img {
  width: 360px;
  overflow: hidden;
}
.news_list > ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_list > ul li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_list > ul li .text {
  position: relative;
  width: calc(100% - 360px);
  padding-left: 48px;
  padding-right: 60px;
}
.news_list > ul li .text .inner {
  padding-right: 92px;
}
.news_list > ul li .text .inner h4 {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.news_list > ul li .text .inner h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #164a96;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_list > ul li:hover .text .inner h4 {
  color: #164a96;
}
.news_list > ul li:hover .text .inner h4::after {
  width: 100%;
}
.news_list > ul li .text .inner h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  margin-top: 12px;
}
.news_list > ul li .text .date {
  text-align: right;
  position: absolute;
  width: 70px;
  right: 60px;
  bottom: 10px;
}
.news_list > ul li .text .date h4 {
  font-family: Akrobat-Black;
  font-size: 50px;
  letter-spacing: 2.5px;
  color: #f2c920;
}
.news_list > ul li .text .date h6 {
  font-family: Akrobat-Black;
  font-size: 20px;
  color: #164a96;
}
.news_detail {
  max-width: 1188px;
  width: 100%;
  margin: 40px auto 0;
  background-color: #fff;
  border-radius: 6px;
  padding: 40px 40px 0;
}
.news_detail_t {
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
.news_detail_t h1 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
.news_detail_t h6 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news_detail_t h6 span {
  padding-left: 24px;
  margin-right: 30px;
}
.news_detail_t h6 span:last-child {
  margin-right: 0;
}
.news_detail_t h6 span.time {
  background: url(../images/time.png) center left no-repeat;
}
.news_detail_t h6 span.from {
  background: url(../images/from.png) center left no-repeat;
}
.news_detail_t h6 span.watch {
  background: url(../images/watch.png) center left no-repeat;
}
.news_detail_m {
  padding-bottom: 60px;
  max-width: 770px;
  margin: auto;
}
.news_detail_m p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news_detail_m img {
  display: block;
  margin: 10px auto;
}
.news_detail_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0 80px;
  background: #f5f5f5;
  margin: 0 -40px;
}
.news_detail_b a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.news_detail_b a.back {
   display: none;
 }
.news_detail_b a.prev .img,
.news_detail_b a.next .img,
.news_detail_b a.back .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f2c920;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_detail_b a.prev span,
.news_detail_b a.next span,
.news_detail_b a.back span {
  margin: 0 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_detail_b a.prev:hover span,
.news_detail_b a.next:hover span,
.news_detail_b a.back:hover span {
  color: #f2c920;
}
.news_detail_b a.prev:hover .img,
.news_detail_b a.next:hover .img,
.news_detail_b a.back:hover .img {
  background: #f2c920;
}
.news_detail_b a .img_ha {
  width: 6px;
  height: 10px;
}
.news_detail_b a.back .img_ha {
  width: 10px;
  height: 10px;
}
.news_detail_b a.prev .img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
/* news */

/* coop5 */
.coop3.sd {
  margin: 60px 0;
  padding: 0 48px;
}
.coop3.sd .coop3S {
  margin-top: 60px;
}
.coop3.sd .coop3S h4 {
  text-align: center;
}
.coop5 {
  padding: 0 48px;
  margin: 60px 0;
}
.coop5_o {
  background-color: #fff;
  border-radius: 6px;
}
.coop5_i {
  width: 100%;
  max-width: 780px;
  margin: auto;
  padding: 36px 0 100px;
}
.coop5_i_con {
  margin-top: 60px;
}
.coop5_i_con p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.coop5_i_con img {
  display: block;
  margin: 10px auto;
}
.coop5 .coop5_ib_i {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 28px;
  width: 100%;
}
.coop5 .coop5_ib_i p:nth-child(2) {
  margin-left: 48px;
}
.coop5 .coop5_ib_i p {
  font-size: 16px;
  color: #666;
  padding-left: 24px;
}
.coop5 .coop5_ib_i p a {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #174b96;
}
.coop5 .coop5_ib_i p span {
  color: #1a1a1a;
}
.coop5 .coop5_ib_i p.tel {
  background: url(../images/tel2.png) center left no-repeat;
}
.coop5 .coop5_ib_i p.web {
  background: url(../images/web.png) center left no-repeat;
}
.coop5 .coop5_ib_i p.web a {
  text-decoration: underline;
}
.coop5 .coop5_ib_i p.addr {
  background: url(../images/map2.png) center left no-repeat;
}
/* coop5 */

/* team */
.team_list {
  margin-top: 50px;
}
.team_list ul {
  padding: 0 48px;
}
.team_list ul li {
  margin-right: 48px;
  margin-bottom: 48px;
  width: calc(33.3% - 32px);
  float: left;
}
.team_listi {
  padding: 0 48px;
}
.team_list .swiper-container ul {
  padding: 0;
}
.team_list .swiper-container ul li {
  width: 100%;
  margin: 0;
  float: none;
}
.team_list ul li:nth-child(3n) {
  margin-right: 0px;
}
.team_list ul li:nth-child(3n + 1) {
  clear: both;
}
.team_list ul li a {
  border-radius: 6px;
  overflow: hidden;
  display: block;
  background: #fff;
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team_list ul li a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.team_list ul li a h5 {
  height: 100px;
  padding: 0 30px;
}
.team_list ul li a h5 span {
  padding: 0 14px;
  height: 26px;
  border-radius: 13px;
  border: solid 1px #164a96;
  font-size: 16px;
  line-height: 24px;
  color: #164a96;
  text-align: center;
  display: block;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team_list ul li a:hover span {
  color: #fff;
  background: #164a96;
}
.team_dot {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
.team_dot .news_detail_m {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  max-width: inherit;
}
.team_dot .news_detail_m .img {
  width: 364px;
}
.team_dot .news_detail_m .img img {
  margin: 0;
}
.team_dot .news_detail_m .text {
  width: calc(100% - 364px);
  padding: 0 40px;
}
.team_dot .news_detail_m .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.team_dot .news_detail_m .text h4 span {
  padding: 0 14px;
  height: 26px;
  border-radius: 13px;
  border: solid 1px #164a96;
  font-size: 16px;
  line-height: 24px;
  color: #164a96;
  text-align: center;
  margin-left: 10px;
}
.team_dot .news_detail_m .text div {
  margin-top: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.team_dot .news_detail_b {
  margin: 0;
}
/* team */

/* about */
.about1 {
  margin-top: 54px;
  margin-bottom: 50px;
}
.about1o {
  padding: 0 48px;
}
.about1i {
  background: #fff;
  padding-top: 36px;
}
.about1i .con {
}
.about1i .con p {
  max-width: 880px;
  margin: 28px auto 50px;
}
.about2 {
  margin-bottom: 100px;
}
.about2i {
  padding: 0 48px;
}
.about2 .img {
  background: #fff;
  margin-top: 54px;
  padding: 48px;
}
.about2 .img img {
  display: block;
  margin: 0 auto;
}
/* about */

@media (max-width: 1680px) {

}
@media (max-width: 1600px) {
  .header_i .header_nav li {
    margin-left: 36px;
  }

  .banner_inner {
    padding: 0 100px;
  }

  .banner_inner .text h5 {
    font-size: 24px;
  }

  .banner_inner .text h4 {
    font-size: 32px;
  }

  .banner_inner .text h6 {
    font-size: 16px;
    margin-top: 8px;
    padding-top: 8px;
  }

  .back_up {
    right: 40px;
  }
  .footer_t .footer_i {
    display: block;
  }
  .footer_t .footer_i p.mail {
    margin-left: 0;
    margin-top: 28px;
  }
}
@media (max-width: 1440px) {
  .header_i .header_nav li {
    margin-left: 28px;
  }

  .header_i .header_nav li a {
    font-size: 15px;
  }

  .footer_nav li {
    margin-left: 20px;
  }
}
@media (max-width: 1360px) {
  .banner .bannerB.prev {
    left: 40px;
  }

  .banner .bannerB.next {
    right: 40px;
  }

  .back_up {
    right: 20px;
  }
}
@media (max-width: 1280px) {
  .news_list ul li .text .inner h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .header {
    display: none;
  }

  .headerSJ {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
  }

  .headerSJ .headerSC {
    padding: 0px 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .headerSJ .logo img {
    height: 44px;
  }

  .headerSJ .navbar {
    position: relative;
    padding: 7px 10px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
    outline: none;
  }

  .headerSJ .navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
  }

  .headerSJ .navbar .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .headerSJ .navwrap {
    position: fixed;
    top: 0px;
    left: -80%;
    width: 80%;
    height: 100%;
    z-index: 1100;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .headerSJ .headerSC.mobileNav .navwrap {
    left: 0;
    opacity: 1;
  }

  .headerSJ .navwrap .nav {
    padding: 10px 5% 0px 5%;
  }

  .headerSJ .navwrap .nav li {
    line-height: 42px;
    border-bottom: 1px solid #232530;
    padding: 0px 5%;
  }

  .headerSJ .navwrap .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
  }

  .headerSJ .navbg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .headerSJ .headerSC.mobileNav .navbg {
    visibility: visible;
    opacity: 1;
  }

  .headerSJ .navbg .closeSJ {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .headerSJ .navwrap .nav .SJbod {
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .headerSJ .navwrap .nav .SJbod.show {
    max-height: 100vh;
    visibility: visible;
  }

  .headerSJ .navwrap .nav .SJbod dd a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .headerSJ .navwrap .nav .plus a {
    background: url(../images/plus.png) right center no-repeat;
  }

  .headerSJ .navwrap .nav .minus a {
    background: url(../images/minus.jpg) right center no-repeat;
  }

  .headerSJ .navwrap .nav .lan .SJtit a {
    display: inline-block;
  }

  .headerSJ .navwrap .nav .lan .SJtit span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0px 5px;
  }

  .wrapper {
    padding-top: 60px;
  }

  .banner_inner {
    padding: 0 50px;
  }

  .banner_inner .text h5 {
    font-size: 20px;
  }

  .banner_inner .text h4 {
    font-size: 28px;
  }

  .banner_inner .text h6 {
    font-size: 14px;
  }

  .common_btn {
    width: 120px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }

  .common_btn span {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 28px;
  }

  .common_btn:hover img {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }

  .common_btn:hover span {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  .footer_t {
    padding: 60px 0;
  }

  .footer_r {
    display: none;
  }

  .footer_b {
    padding: 10px 0;
  }

  .footer_b p {
    text-align: left;
  }

  .inner_banner .text .l h3 {
    font-size: 36px;
    letter-spacing: 3.6px;
  }

  .inner_banner .text .l h5 {
    font-size: 28px;
  }

  .news_list ul li .text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .news_list ul li .text .date {
    right: 40px;
    bottom: 0px;
  }

  .ind1 .container2 .planeo {
    display: none;
  }
  .about1i .con p {
    padding: 0 3%;
  }
  .news_tops ul li {
    margin-right: 24px;
    width: calc(33.3% - 16px);
  }
  footer .container .right {
    display: none;
  }
  .ind1 .container2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .team_list ul li {
    margin-right: 24px;
    margin-bottom: 24px;
    width: calc(33.3% - 16px);
  }
}

@media (max-width: 768px) {
  .common_tit h3 {
    font-size: 24px;
  }

  .common_tit h5 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
  }

  .date {
    width: 50px !important;
  }

  .date h4 {
    font-size: 36px !important;
    letter-spacing: 0px !important;
  }

  .date h6 {
    font-size: 16px !important;
    letter-spacing: 0px !important;
  }

  .footer_b p {
    text-align: center;
  }

  .footer_b span {
    position: static;
    display: block;
    text-align: center;
  }

  .footer_t {
    padding: 40px 0 20px;
  }

  .footer_t .footer_i {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
  }

  .footer_t .footer_i p.mail {
    margin-left: 0;
    margin-top: 10px;
  }

  .container2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .back_up {
    top: -20px;
  }

  .news_list ul li a {
    flex-direction: column;
  }

  .news_list ul li .img {
    width: 100%;
  }

  .news_list ul li .text {
    width: 100%;
    padding: 20px;
  }

  .news_list ul li .text .date {
    right: 20px;
    bottom: 30px;
  }

  .footer_t .footer_i {
    margin-top: 10px;
  }
  .bread_i {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .news_list > ul {
    margin: 40px 0;
    padding: 0;
  }
  .news_list > ul li .text .inner {
    padding-right: 56px;
  }
  footer {
    padding: 40px 0;
  }
  footer .container .left .ftlogobox {
    margin-bottom: 20px;
  }
  footer .container .left .netinfo {
    padding-left: 0px;
  }
  footer .container .left .netinfo li {
    margin-bottom: 12px;
  }
  footer .container .left .netinfo li img {
    left: 100%;
    margin-left: 10px;
    top: -6px;
  }
  .coop3So {
    margin-top: 40px;
    padding: 0;
  }
  .coop5 {
    padding: 0;
    margin: 40px 0;
  }
  .coop5_i {
    padding: 36px 5%;
  }
  .coop5_i_con {
    margin-top: 20px;
  }
  .coop5 .coop5_ib_i {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .coop5 .coop5_ib_i p:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .coop3.sd {
    margin: 40px 0;
    padding: 0;
  }
  .coop3.sd .coop3S {
    margin-top: 40px;
  }
  .news_detail {
    margin: 40px auto 0;
    padding: 40px 3% 0;
  }
  .news_detail_b {
    margin: 0 -3.2%;
  }
  .news_list.no_img ul li a {
    padding: 0;
  }
  .filters {
    padding: 0;
    margin-top: 40px;
  }
  .filters .filter ul {
    padding-left: 100px;
  }
  .filters .filter ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .filters .filter p {
    left: 20px;
  }
  .news_tops ul {
    margin: 40px 0;
    padding: 0;
  }
  .news_tops ul li {
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
  .common_nav {
    margin: 40px auto;
  }
  .common_nav ul li a {
    padding: 0 6px;
    min-width: inherit;
  }
  .team_list ul {
    padding: 0;
  }
  .team_list ul li {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    float:  none;
  }
  .team_dot {
    padding: 0;
  }
  .team_dot .news_detail_m {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team_dot .news_detail_m .img {
    width: 100%;
  }
  .team_dot .news_detail_m .text {
    width: 100%;
    padding: 0 20px 20px;
  }
  .about1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about1o {
    padding: 0;
  }
  .common_tit2 {
    padding: 0 3%;
  }
  .about2i {
    padding: 0;
  }
  .about2 .img {
    margin-top: 40px;
    padding: 20px;
  }
  .about2 {
    margin-bottom: 40px;
  }
  .ind1 .container2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ind2 {
    padding: 40px 0;
  }
  .team_listi {
    padding: 0;
  }
  .news_topsi {
    padding: 0;
    margin-top: 40px;
  }
  .ind3 {
    padding: 40px 0;
  }
  .inbanner-box #inbanner .swiper-slide .container {
    padding: 0 60px;
  }
  .inbanner-box #inbanner .swiper-slide .container .tlbox .en {
    font-size: 32px;
  }
  .inbanner-box #inbanner .swiper-slide .container .tlbox .cn {
    font-size: 24px;
  }
}
