*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'iconfont';
  /* Project id 2376408 */
  src: url('//at.alicdn.com/t/c/font_2376408_up6jkjl6rc.woff2?t=1722478576992') format('woff2'),
    url('//at.alicdn.com/t/c/font_2376408_up6jkjl6rc.woff?t=1722478576992') format('woff'),
    url('//at.alicdn.com/t/c/font_2376408_up6jkjl6rc.ttf?t=1722478576992') format('truetype');
}

@font-face {
  font-family: 'Gilroy-L';
  src: url('../font/Gilroy-Light.otf');
}

@font-face {
  font-family: 'Gilroy-B';
  src: url('../font/gilroyb.ttf');
}

@font-face {
  font-family: "NotoSansHans";
  src: url("../font/NotoSansHans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaBT_b";
  src: url("../font/FuturaBT_b.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Messapia-Bold";
  src: url("../font/Messapia-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Rajdhani-SemiBold";
  src: url("../font/Rajdhani-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RAJDHANI_BOLD";
  src: url("../font/RAJDHANI_BOLD.ttf");
  font-weight: normal;
  font-style: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  transition: all 0.3s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ""
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  color: #1e1e1e;
  background: #fff;
  font: 14px/1.5 "Gilroy-L", "NotoSansHans", sans-serif;
  outline: 0
}

a {
  color: #333;
  text-decoration: none
}

a:hover {
  color: inherit
}

img {
  max-width: 100%;
  border: none
}

em,
i {
  font-style: normal
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
select,
textarea {
  font-size: 12px;
  color: #444;
  font-family: "NotoSansHans", sans-serif;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}

button,
input[type=button],
input[type=reset],
input[type=submit],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}

input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
  background: #fff;
  border: 1px solid #bbb
}

.false:focus {
  border: 2px solid #ff1531;
  background: #fff
}

::-webkit-input-placeholder {
  color: #999
}

::-moz-placeholder {
  color: #999
}

:-ms-input-placeholder {
  color: #999
}

::-ms-clear,
::-ms-reveal {
  display: none
}

.fix {
  *zoom: 1
}

.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both
}

.c {
  clear: both
}

.col-l,
.l {
  float: left
}

.col-r,
.r {
  float: right
}

.ani {
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.unselect {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none
}

.wp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.wp2 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto
}

.h50 {
  height: 50px;
  clear: both;
  overflow: hidden
}

.h100 {
  height: 100px;
  clear: both;
  overflow: hidden
}

.wp1260 {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto
}

.ani-opacity:hover {
  opacity: .6
}

@font-face {
  font-family: SHRegular;
  src: url(../fonts/SourceHanSansCN-Regular.otf)
}

@font-face {
  font-family: SHLight;
  src: url(../fonts/SourceHanSansCN-Light.otf)
}



.header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header.active {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px #eee
}

.header .logo {
  float: left;
  height: 100px;
  line-height: 100px;
  font-size: 0
}

.header .logo img {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

.header .r-option {
  float: right
}

.ul-nav {
  float: left;
  margin-right: 30px
}

.ul-nav li {
  float: left;
  margin-right: 55px;
  position: relative
}

.ul-nav li.li2 {
  position: static
}

.ul-nav li:last-child {
  margin-right: 20px;
}

.ul-nav li a.v1 {
  display: block;
  line-height: 100px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative
}

.header .hd-so {
  width: 24px;
  height: 24px;
  float: left;
  margin-top: 38px;
  cursor: pointer;
  background: url(../images/zp2.png) center no-repeat;
  background-size: cover;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header.active .hd-so {
  background-image: url(../images/zp2h.png)
}

.header .hd-language {
  float: right;
  width: 150px;
  margin-left: 30px;
  position: relative
}

.header .hd-language .title {
  height: 100px;
  line-height: 100px;
  background-color: #163F95;
  text-align: center;
  font-size: 0
}

.header .hd-language .title a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: url(../images/zp1.png) left center no-repeat;
  padding-left: 20px
}

.header .hd-language .body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 20px;
  display: none
}

.header .hd-language:hover .body {
  display: block
}

.header .hd-language .body .item {
  border-bottom: 1px solid #eee
}

.header .hd-language .body .item:last-child {
  border: none
}

.header .hd-language .body .item .a-language {
  display: block;
  line-height: 70px;
  height: 70px
}

.header .hd-language .body .item .a-language span:last-child {
  color: #1d50a3
}

.header .hd-language .body .site {
  padding-top: 20px
}

.header .hd-language .body .site p {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 16px
}

.header .hd-language .body .site a {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 16px
}

.header .hd-language .body .site a:hover {
  color: #1d50a3;
  text-decoration: underline
}

.header .hd-language .body .site a:nth-child(2n+1) {
  text-align: right
}

.hd-so-body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: none
}

.hd-so-body .so-main {
  background-color: #fff;
  padding: 30px 80px
}

.hd-so-body .so-main .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hd-so-body .so-main .search-form input {
  width: calc(100% - 250px);
}

.hd-so-body .submit {
  float: right;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  border: none;
  background: #1d50a3 url(../images/zp3.png) 70px center no-repeat;
  text-align: left;
  padding-left: 100px;
  margin-left: 40px;
  cursor: pointer;
  user-select: none;
  -ms-transition: .6s;
  -moz-transition: .6s;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s
}

.hd-so-body .submit:hover {
  opacity: .8
}

.hd-so-body .l-inp {
  overflow: hidden
}

.hd-so-body .l-inp input {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 14px
}

.header.active .ul-nav li a.v1 {
  color: #333
}

.header .child2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  -ms-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0
}

.header .logo-blue {
  display: none;
}

.header .logo-white {
  display: block;
}

.header.active .logo-white {
  display: none;
}

.header.active .logo-blue {
  display: block;
}

.slick-header {
  margin: 0 -20px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee
}

.slick-header .item {
  padding: 0 20px
}

.slick-header .item .pic {
  position: relative;
  padding-top: 27.59%;
  margin-bottom: 18px;
  overflow: hidden
}

.slick-header .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.slick-header .item .pic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.slick-header .item .txt h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 18px
}

.slick-header .item .txt .info {
  overflow: hidden;
}

.slick-header .item .txt {
  height: 120px;
  overflow-y: scroll;
}

.slick-header .item .txt .info a {
  float: left;
  width: 33.33%;
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 18px
}

.slick-header .item .txt .info a:hover {
  color: #1d50a3
}

.slick-header .slick-dots {
  text-align: center;
  font-size: 0;
  margin-top: 30px
}

.slick-header .slick-dots li {
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #e5e5e5;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  float: none;
  margin: 0 10px
}

.slick-header .slick-dots li button {
  position: absolute;
  left: -9999px
}

.slick-header .slick-dots li.slick-active {
  background-color: #1d50a3
}

.child2 {
  opacity: 0;
  -ms-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.child2 .hd-imgtxt {
  position: relative;
  height: 200px
}

.child2 .hd-imgtxt .txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 40px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.child2 .hd-imgtxt .txt a {
  float: right;
  height: 50px;
  line-height: 46px;
  font-size: 0;
  border: 2px solid #fff;
  border-radius: 25px;
  text-align: center;
  width: 180px;
  margin-top: 18px
}

.child2 .hd-imgtxt .txt a span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 0 20px;
  text-align: left;
  background: url(../images/zp4.png) right 20px center no-repeat;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.child2 .hd-imgtxt .txt a span:hover {
  padding: 0 25px;
  background-position: right 35px center
}

.child2 .hd-imgtxt .txt .l-info p {
  overflow: hidden;
  font-size: 42px;
  margin-bottom: 10px
}

.child2 .hd-imgtxt .txt .l-info p em {
  font-weight: 700
}

.child2 .hd-imgtxt .txt .l-info span {
  font-size: 14px
}

.header .child {
  padding-top: 10px
}

.header .child.child2 {
  padding-top: 0;
  background-color: none
}

.ul-nav li.li2:hover .child2 {
  height: auto;
  padding-top: 40px;
  opacity: 1
}

.ul-nav li.li2:hover .child2 {
  padding-top: 10px
}

.header .child .child-wrap2 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px
}

.header .child .child-wrap2 .wp {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}

.slick-ovh {
  overflow: hidden;
}

.header .child1 {
  position: absolute;
  top: 99%;
  right: -55px;
  overflow: hidden;
  display: none
}

.header .child .child-wrap {
  /*background:#f9f9f9 url(../images/zp5.png) bottom left no-repeat;*/
  overflow: hidden;
  padding-left: 260px;
  overflow: hidden
}

.header .child1 .pic {
  width: 260px;
  background: #f9f9f9 url(../images/zp5.png) bottom left no-repeat;
  float: left;
  min-height: 260px;
  height: calc(100% - 1px)
}

.header .child1 .link {
  overflow: hidden;
  width: 170px;
  padding-top: 28px;
  padding-bottom: 10px;
  /* background-color:#fff*/
  background-color: rgba(255, 255, 255, .9)
}

.header .child1 .link a {
  display: block;
  font-size: 14px;
  margin-bottom: 17px;
  /*padding-left:30px;*/
  text-align: center;
  position: relative
}

.header .child1 .link a::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 3px;
  height: 14px;
  background: #0a3174;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header .child1 .link a:hover {
  color: #0a3174
}

.header .child1 .link a:hover::after {
  display: block
}

.header.active .ul-nav li a.v1:hover,
.ul-nav li>a.v1:hover {
  color: #1d50a3
}

.ul-nav li>a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #1d50a3;
  content: '';
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.ul-nav li>a:hover::after {
  width: 100%
}

.menuBtn {
  position: fixed;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 32px;
  right: 9px;
  top: 9px;
  display: none
}

.menuBtn span {
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  margin-left: -12px;
  border: none;
  cursor: pointer;
  color: inherit
}

.menuBtn span:after,
.menuBtn span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%
}

.menuBtn span:before {
  -ms-transform: translate(-50%, -.28em);
  -webkit-transform: translate(-50%, -.28em);
  transform: translate(-50%, -.28em)
}

.menuBtn span:after {
  -ms-transform: translate(-50%, .28em);
  -webkit-transform: translate(-50%, .28em);
  transform: translate(-50%, .28em)
}

.menuBtn span:after,
.menuBtn span:before {
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.header .menuBtn.open span {
  background: 0 0
}

.header .menuBtn.open span:before {
  -ms-transform: translate(-50%, 0) rotate(45deg);
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg)
}

.header .menuBtn.open span:after {
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg)
}

.menuBtn span,
.menuBtn span:after,
.menuBtn span:before {
  background-color: #000;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease
}

.header .hd-user {
  float: left;
  position: relative;
  margin-right: 25px
}

.header .hd-user .user-head {
  display: block;
  line-height: 100px;
  width: 30px;
  background: url(../images/hd-user2.png) center no-repeat;
  height: 100px;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header.active .hd-user .user-head {
  background-image: url(../images/hd-user.png)
}

.header .hd-user .user-head:hover,
.header.active .hd-user .user-head:hover {
  background-image: url(../images/hd-userh.png)
}

.header .hd-user .user-edit {
  position: absolute;
  top: 100%;
  padding-top: 10px;
  left: 50%;
  -ms-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.header .hd-user:hover .user-edit {
  opacity: 1;
  height: auto
}

.header .hd-user .edit-body {
  background-color: #fff;
  width: 200px;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, .15);
  border-radius: 5px;
  padding: 30px 20px
}

.header .hd-user .edit-body .name {
  font-size: 12px;
  color: #1e1e1e;
  margin-bottom: 9px
}

.header .hd-user .edit-body .tel {
  font-size: 18px;
  color: #1d50a3;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.1;
  padding-bottom: 16px;
  margin-bottom: 20px
}

.header .hd-user .edit-body .exit {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff0036;
  margin: 0 auto;
  border-radius: 6px;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header .hd-user .edit-body .exit:hover {
  opacity: .6
}

.header .hd-user .edit-body .exit span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  padding-left: 25px;
  background: url(../images/hd-exit.png) left center no-repeat
}


@media only screen and (max-width:1199px) {
  .leadership-team {
    margin: 0 -5px 50px;
  }

  .leadership-team .inner {
    margin: 0 5px 20px;
  }

  .leadership-team .txt {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
  }

  .leadership-team .txt em {
    margin-left: 5px;
  }

  .slick-index01 .item .pic-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  /* .slick-index01 .item { padding-top: 10% !important; } */
  .logo-white {
    display: none !important;
  }

  .header.active .logo-white {
    display: none !important;
  }

  .header.active .logo-blue {
    display: block !important;
  }

  .logo-blue {
    display: block !important;
  }

}

.search-form {
  position: relative;
  box-sizing: border-box;
}

.search-form input {
  height: 50px;
  border: 0;
  display: block;
  width: 100%;
  font-size: 15px;
  background-color: transparent;
  border-bottom: 1px solid rgba(7, 19, 35, .08);
}

.search-form .search-submit {
  position: absolute;
  right: 2px;
  padding: 0;
  outline: 0;
  height: 58px;
  line-height: 58px;
  top: -5px;
  font-size: 20px;
  background-color: transparent;
  z-index: 1;
  border: 0;
}

.index_banner {
  width: 100%;
  height: 80vh;
  
}

.txt-box {
  width: 66%;
  min-width: 1200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.z_banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.z_banner_text {
  position: relative;
  top: 10%;
  transition: 2s ease;
  transition-delay: .5s;
  width: 66%;
  min-width: 1200px;
  box-sizing: border-box;
  color: #fff;
}

.z_banner_text .en {
  font-size: 3.02083vw;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1vw;
}

.z_banner_text .cn {
  font-size: 3vw;
  display: inline-block;
  position: relative;
  line-height: 3vw;
  text-transform: uppercase;
}
.z_banner_text .cn p{
  font-size:2vw;
  line-height: 2;
}

.z_banner_text .cn::before {
  content: "";
  display: block;
  width: 100%;
  transition: ease 2s;
  transition-delay: 1s;
  height: 12px;
  background: #163F95;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.z_banner .swiper-slide-active .cn::before {
  width: 8.125vw
}

.z_banner .swiper-slide-active .z_banner_text {
  opacity: 1;
  transform: translateY(-50%);
  margin-top: 10vw;
}

.z_banner_text .dot {
  margin-top: 1.5vw;
}

.z_banner_text .dot em {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.z_banner_text .dot .d1 {
  background: #FFFFFF;
  animation: dot1 2s linear infinite;
}

.z_banner_text .dot .d2 {
  background: #163F95;
  opacity: 0.8;
  animation: dot2 2s linear infinite;
}

@keyframes dot1 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(16px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes dot2 {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-16px);
  }

  100% {
    transform: translateX(0px);
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  color: #fff;
  background-size: cover;
  background-position: center center;
}

.swiper-slide .titleb_a {
  font-size: 36px;
  line-height: 36px;
  color: rgba(255, 255, 255, 1);
  margin-top: 35vh;
  letter-spacing: 6px;
}

.swiper-slide .titlec_a {
  margin-top: 40px;
}

.swiper-slide .titlec_a img {
  margin: 0 auto;
}

.swiper-slide .titled_a {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  margin-top: 15px;
  letter-spacing: 8px;
}

.swiper-slide .titleb_a_a {
  font-size: 36px;
  line-height: 36px;
  color: rgba(19, 42, 94, 1);
  margin-top: 35vh;
  letter-spacing: 6px;
}

.swiper-slide .titlec_a_a {
  margin-top: 40px;
}

.swiper-slide .titlec_a_a img {
  margin: 0 auto;
}

.swiper-slide .titled_a_a {
  font-size: 15px;
  line-height: 30px;
  color: #163F95;
  margin-top: 15px;
  letter-spacing: 8px;
}

.swiper-slide .titleb_a_b {
  font-size: 36px;
  line-height: 36px;
  color: #163F95;
  margin-top: 35vh;
  letter-spacing: 6px;
}

.swiper-pagination-bullet {
  width: 30px !important;
  height: 8px !important;
  display: inline-block !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 1) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #163F95 !important;
  width: 60px !important;
}


.index_proBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_proBox li {
  width: 25%;
  border-right: 1px solid #e2e2e2;
  background: #fff;
}

.index_proBox li:last-child {
  border-right: none;
}

.index_proBox li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3vw;
  transition: all 0.3s;
}

.index_proBox li a img {
  width: 90%;
  margin-bottom: 2vw;
}

.index_proBox li a p:nth-child(2) {
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
  font-weight: bold;
  transition: all 0.3s;
}

.index_proBox li a p:nth-child(3) {
  font-size: 13px;
  color: #a8a8a8;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  height: 100px;
}

.index_proBox li a span {
  margin-top: 2vw;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #163F95;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  /* opacity: 0; */
}

.index_proBox li a:hover span {
  opacity: 1;
  background: #fff;
  color: #163F95;
}

.index_proBox li a:hover {
  background: #163F95;
}

.index_proBox li a:hover p {
  color: #fff;
}

.index_aboutBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vw;
  overflow: hidden;
  background: #F7F8FA;
}

.index_aboutBox li {
  width: 50%;
  background: #F7F8FA;
}

.index_aboutBox li:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_aboutBox li:nth-child(2) {
  padding: 5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index_aboutBox li:nth-child(2) p:nth-child(1) {
  font-size: 40px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.index_aboutBox li:nth-child(2) p:nth-child(2) {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

.index_aboutBox li:nth-child(2) p:nth-child(3) {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 1.5;
  margin-top: 12px;
}
.index_aboutBox li:nth-child(2) p:nth-child(4) {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 1.5;
  margin-top: 12px;
}

.index_aboutBox li:nth-child(2) dl {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.index_aboutBox li:nth-child(2) dl dd {
  line-height: 1.5;
  padding-right: 3vw;
  margin-right: 3vw;
  position: relative;
  text-align: center;
}

.index_aboutBox li:nth-child(2) dl dd::after {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0;
  background: #ccc;
  position: absolute;
}

.index_aboutBox li:nth-child(2) dl dd:last-child::after {
  content: "";
  width: 0px;
}

.index_aboutBox li:nth-child(2) dl dd p:nth-child(1) {
  color: #163F95;
  font-size: 30px;
  font-family: "Messapia-Bold";
}

.index_aboutBox li:nth-child(2) dl dd p:nth-child(2) {
  color: #a8a8a8;
  font-size: 14px;
}

.index_aboutBox li:nth-child(2) a {
  padding: 1vw 2vw;
  background-color: #163F95;
  color: #fff;
  font-size: 14px;
  margin-top: 4vw;
}

.index_aboutBox li:nth-child(2) a i {
  color: #fff;
  font-size: 15px;
  margin-left: 30px;
}

.index_aboutBox li:nth-child(2) a:hover i {
  margin-left: 50px;
}

.index_ysBox {
  padding: 7vw 9vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/index_ysBg.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.index_ysBox .title {
  font-size: 40px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.index_ysBox .js {
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 1.5;
  width: 70%;
  margin-top: .8vw;
}

.index_ysBox ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1vw;
}

.index_ysBox ul li {
  width: 16.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 3vw 1vw;
}

.index_ysBox ul li .iconBox {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #F3F6FB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #163F95;
}

.index_ysBox ul li p:nth-child(2) {
  margin: 2vw 0 .5vw;
  font-size: 18px;
  color: #163F95;
}

@media screen and (max-width: 1400px) {

  .index_ysBox ul li p:nth-child(2) {
    font-size: 16px;
  }
}

.index_ysBox ul li:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 55px 150px 0px rgba(3, 20, 79, 0.05);
}

.index_ysBox ul li:hover .iconBox {
  animation: flipInY 1s;
  backface-visibility: visible;
  background: #163F95;
  color: #F3F6FB;
}

@keyframes flipInY {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.index_serviceBox {
  padding: 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index_serviceBox .title {
  font-size: 40px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.index_serviceBox ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  height: 26vw;
}

.index_serviceBox ul li {
  width: 25%;
  border: 1px solid #e2e2e2;
  border-right: none;
  height: 100%;
  cursor: pointer;
}

.index_serviceBox ul li:last-child {
  border: 1px solid #e2e2e2;
}

.index_serviceBox ul li .d1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.index_serviceBox ul li .d1 .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;

  width: 100%;
  height: calc(100% - 60px);
}

.index_serviceBox ul li .d1 .top p:nth-child(1) {
  font-size: 28px;
  color: #333;
  line-height: 2;
}

.index_serviceBox ul li .d1 .top p:nth-child(2) {
  font-size: 14px;
}

.index_serviceBox ul li .d1 .top .d1Icon {
  font-size: 70px;
  color: #163F95;
  margin: 2vw 0;
}

.index_serviceBox ul li .d1 a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 60px;
  border-top: 1px solid #e2e2e2;
}

.index_serviceBox ul li .d1 a i {
  font-size: 14px;
  margin-left: 8px;
}

.index_serviceBox ul li .d2 {
  background-position: center;
  background-size: cover;
  padding: 3vw;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}

.index_serviceBox ul .on {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_serviceBox ul .on .d1 {
  width: 50%;
}

.index_serviceBox ul .on .d2 {
  width: 50%;
  height: 100%;
  display: flex;
}

.index_serviceBox ul li:hover {
  background: #163F95;

}

.index_serviceBox ul li:hover p {
  color: #fff !important;
}

.index_serviceBox ul li:hover i {
  color: #fff;
}

.index_serviceBox ul li:hover .d1Icon {
  color: #fff !important;
}

.index_serviceBox ul li:hover a {
  color: #fff !important;
}

@media screen and (max-width: 1500px) {

  .index_serviceBox ul li .d1 .top p:nth-child(1) {
    font-size: 22px;
  }

  .index_serviceBox ul li .d1 .top .d1Icon {
    font-size: 50px;
  }
}

.index_hyBox {
  width: 100%;
}

.index_hyBox .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.index_hyBox .swiper-slide {
  background-size: cover;
  background-position: center;
}

.index_hyBox .mySwiper2 {
  height: 60vh;
  width: 100%;
}

.index_hyBox .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  height: 80px;
  margin-top: -100px;
  width: 80%;
}

.index_hyBox .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  color: #163F95;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_hyBox .mySwiper .swiper-slide i {
  font-size: 26px;
  margin-right: 20px;
}

.index_hyBox .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  color: #fff;
  background: #163F95;
}

.index_hyBox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hyBox .nr{
  width: 80%;
  margin-top:2vw;
  color:#fff;
  font-size:16px;
  text-align: center;
}

.hyBox {
  padding: 8vw;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 99;
}

.hyBox .swiper-button-next {
  right: 8vw;
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
}

.hyBox .swiper-button-prev {
  left: 8vw;
  background-image: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
}

.hyBox .swiper-button-next:hover,
.hyBox .swiper-button-prev:hover {
  background: #163F95;
  color: #fff;
}

.hyBox .title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.hyBox .swiper-button-next:after {
  content: none;
}

.hyBox .swiper-button-prev:after {
  content: none;
}

.index_newsBox {
  width: 100%;
  padding: 6vw 8vw 4vw;
  background-image: url(../images/index_zs1.png);
  background-position: right -34%;
  background-repeat: no-repeat;
  background-size: 15%;
}

.index_newsBox .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.index_newsBox .top .title {
  font-size: 40px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.index_newsBox .top dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_newsBox .top dl dd {
  margin-left: 25px;
}

.index_newsBox .top dl dd a {
  font-size: 18px;
  color: rgb(160, 160, 160);
}

.index_newsBox .top dl dd a:hover {
  text-decoration: underline;
  color: #163F95;
}

.index_newsBox ul {
  margin-top: 3vw;
  width: calc(100% + 4vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -2vw;
}

.index_newsBox ul li {
  width: 25%;
  position: relative;
  /* border-right: 1px solid #e2e2e2; */
}

.index_newsBox ul li::after {
  position: absolute;
  top: 2vw;
  right: 0;
  content: "";
  width: 1px;
  height: 80%;
  background: #e2e2e2;
}

.index_newsBox ul li:last-child::after {
  content: none;
}

.index_newsBox ul li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 2vw;
}

.index_newsBox ul li a p:nth-child(1) {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
  color: #333;
  line-height: 1.2;
}

.index_newsBox ul li a p:nth-child(2) {
  color: #9e9e9e;
  font-size: 14px;
}

.index_newsBox ul li a p:nth-child(3) {
  margin-top: 3vw;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  color: #9e9e9e;
}

.index_newsBox ul li a p:nth-child(4) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 1vw;
  color: #9e9e9e;
  font-size: 14px;
}

.index_newsBox ul li a p:nth-child(4) i {
  margin-left: 8px;
}

.index_newsBox ul li a:hover p:nth-child(1) {
  text-decoration: underline;
}

.index_newsBox ul li a:hover p:nth-child(4) {
  color: #163F95;
}

.index_newsBox ul li a:hover {
  background: #ebebeb;
}

.foot {
  background: #163F95;
  width: 100%;
  padding: 4vw 8vw 2vw;
}

.foot .top {
  padding-bottom: 2vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.foot .top img {
  width: 120px;
}

.foot .top .up {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}

.foot .top .up span:nth-child(1) {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 5px;
}

.foot .top .up span:nth-child(1) i {
  transform: rotate(-90deg);
}

.foot .btm {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.foot .btm .btm_left {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 2vw;
}

.foot .btm .btm_left ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.foot .btm .btm_left ul li {
  margin-right: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.foot .btm .btm_left ul li p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 1vw;
}

.foot .btm .btm_left ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

.foot .btm .btm_left ul li a:hover {
  color: #fff;
}

.foot .btm .btm_left .btm_foot {
  color: rgba(255, 255, 255, 0.4);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8vw;
}

.foot .btm .btm_left .btm_foot a {
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.4);
  display: none;
}

.foot .btm .btm_right {
  display:flex;justify-content:center;align-items:center;
   width: 30%;
   border-left: 1px solid rgba(255, 255, 255, 0.4);
   padding-top: 2vw;
}
.foot .btm .btm_right .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;   
}


.foot .btm .btm_right .box p:nth-child(1) {
  font-size: 16px;
  color: #fff;
  margin-bottom: 1vw;
}

.foot .btm .btm_right .box p:nth-child(2) {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 1.5;
}

.foot .btm .btm_right .box p:nth-child(3) {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.foot .btm .btm_right .box p:nth-child(4) {
  font-size: 14px;
  color: #fff;
  margin: 8px 0;
}

.foot .btm .btm_right .box .ewm {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.foot .btm .btm_right .box .ewm img {
  width: 100%;
  margin-bottom: 8px;
}



.con-banner {
  height: 50vh;
  width: 100%;
  padding: 0 8vw;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.con-menu {
  background-color: #f9f9f9;
  padding: 2vw;
}

.con-menu .menu_list {
  padding: 0 8vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.con-menu .menu_list li {
  display: inline-block;
  color: #333333;
  height: 45px;
  padding: 0 2vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px 2px rgba(15, 99, 182, 0.1);
  margin-right: 1vw;
}

.con-menu .menu_list li.on {
  background: #163F95;
  color: #fff;
}

.con-menu .menu_list li.on a {
  color: #fff;
}

.con-menu .menu_list li:hover {
  background: #163F95;
  color: #fff;
}

.con-menu .menu_list li:hover a {
  color: #fff;
}

.con-body {
  width: 100%;
  padding: 4vw 0;
}

.con-body .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.5;
  color: #333;
  width: 100%;
  padding: 0 8vw;
}

.con-body .btm {
  width: 100%;
  position: relative;
}

.con-body .btm .throw {
  position: absolute;
  left: 0;
  top: 15.5rem;
}

.con-body .btm ul {
  width: 100%;
  padding: 0 8vw;
  display: flex;
  flex-wrap: wrap;
}

.con-body .btm ul li {
  width: calc(16.6% - 26px);
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.con-body .btm ul li:last-child {
  margin-right: 0;
}

.con-body .btm ul li .imgBox {
  position: relative;
  width: 100%;
}

.con-body .btm ul li .imgBox .imgs {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.con-body .btm ul li .imgBox .imgs img {
  width: 100%;
  transition: all 0.9s;
}

.con-body .btm ul li .imgBox .icon {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.con-body .btm ul li .imgBox .icon img {
  width: 100%;
}

.con-body .btm ul li .title {
  font-size: 20px;
  margin: 1vw 0 .5vw;
  width: 100%;
}

.con-body .btm ul li .nr {
  font-size: 14px;
  width: 100%;
  padding: 0 1vw;
  color: #999999;
}

.con-body .btm ul li:nth-child(2n) {
  margin-top: 8vw;
}

.con-body .btm ul li:hover .imgs img {
  transform: scale(1.1);
}


.jobBox {
  padding: 4vw 8vw;
  width: 100%;
}

.sideMenu_tit {
  background: #163F95;
  line-height: 80px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 0 20px;
  box-sizing: border-box;
  height: 80px;
  color: #fff;
  font-weight: bold;
}

.sideMenu_tit span {
  font-size: 18px;
  display: block;
  width: 25%;
  font-size: 16px;
  float: left;
}

.zp_tit span {
  display: block;
  width: 25%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  float: left;
}

.rc_box .tit {
  background: #fff;
  color: #444444;
  line-height: 80px;
  height: 80px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  position: relative;
}

.zp_tit,
.rc_box .tit {
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .6s;
  z-index: 1;
}

.rc_box .tit span {
  display: block;
  font-size: 16px;
  width: 25%;
  float: left;
  font-weight: 500;
}

.rc_box .tit.on,
.rc_box .tit:hover {
  background: #efefef;
  color: #333;
  border-bottom-color: #efefef
}

.rc_box .tit.on:before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../images/cha.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.rc_box .rc_con {
  width: 100%;
  box-sizing: border-box;
  padding: 3vw;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #efefef;
  display: none;
  border-top: none;
}

.rc_box .rc_con.on {
  border-color: #212881;
}

.rc_box .rc_con h4 {
  font-size: 18px;
  margin-bottom: 40px;
  color: #000;
}

.rc_box .rc_con .box {
  width: 50%;
  line-height: 28px;
  float: left;
  /* padding: 0 20px; */
  box-sizing: border-box;
  color: #808080;
}

.rc_box .rc_con .box p {
  margin-bottom: 10px;
}

.contactBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contactBox .top {
  background: #fff;
  padding: 4vw 8vw;
  width: 100%;
  height: 30vw;
}

.contactBox .top p {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 2vw;
}

.contactBox .btm {
  background: #163F95;
  padding: 4vw 8vw;
  width: 100%;
  color: #fff;
  height: 30vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.contactBox .btm ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contactBox .btm ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.contactBox .btm ul li .iconBox {
  width: 7vw;
  height: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3vw;
  border: 1px solid #fff;
  border-radius: 5px;
}

.contactBox .btm ul li p {
  text-align: center;
  font-size: 20px;
  margin-top: 1vw;
}

.mapBox {
  width: 100%;
  padding: 0 8vw;
  position: absolute;
  height: 30vw;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.contact-map {
  width: 100%;
  height: 100%;
}


.messageBox {
  padding: 4vw 8vw;
  width: 100%;
  background-image: url(../images/messageBg.jpg);
  background-position: center;
  background-size: cover;
}

.messageBox .title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 3vw;
  width: 100%;
  text-align: center;
}

.messageBox form {
  width: 100%;
}

.messageBox .contact-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.messageBox .contact-text input {
  width: calc(33.3% - 20px);
  margin-right: 30px;
  height: 30px;
  padding: 1.2vw;
  font-size: 16px;
  border: 1px solid #e2e2e2;
}

.messageBox .contact-text input:last-child {
  margin-right: 0;
}

.messageBox .contact-text textarea {
  width: 100%;
  padding: 1.2vw;
  height: 10vw;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  resize: none;
}

.contact-sub {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-sub button {
  margin: auto;
  font: 14px/1.5 "Gilroy-L", "NotoSansHans";
  margin-top: 3vw;
  width: 12.5vw;
  display: block;
  background-color: #163F95;
  border: 1px solid #163F95;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
  height: 2.86458vw;
  line-height: 2.86458vw;
  text-align: center;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-sub button i {
  font-size: 22px;
  margin-left: 15px;
  transform: rotate(-45deg);
}

.contact-sub button:hover {
  background-color: #fff;
  color: #163F95;
}

.contact-sub button:hover i {
  transform: rotate(0);
}


.newsBox {
  width: 100%;
  overflow: hidden;
  padding: 4vw 8vw;
}

.news-list {
  width: 100%;
}

.news-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 60px 60px 60px 0;
  border-bottom: 1px solid #cbcbcb;
}

.news-link:first-child {
  border-top: 1px solid #cbcbcb;
}

.news-link-date {
  width: 220px;
  color: #000;
}

.news-link-date span {
  font-size: 70px;
  line-height: 1;
  font-family: 'Gilroy-B';
}

.news-link-date p {
  font-size: 16px;
  line-height: 1;
  text-indent: 12px;
}

.news-link-cont {
  width: calc(100% - 220px);
}

.news-link-cont .title {
  font-size: 28px;
  color: #000;
  transition: all .4s ease;
  width: 100%;
}

.news-link-cont .title span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.news-link-cont .title span::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #163F95;
  transition: all .6s ease;
  height: 2px;
}

.news-link-cont .text {
  font-size: 14px;
  color: #888;
  line-height: 28px;
  margin: 16px 0 28px;
  height: 56px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.news-link-cont .read {
  font-size: 0;
  width: 100%;
}

.news-link-cont .read span,
.news-link-cont .read i {
  display: inline-block;
  vertical-align: middle;
}

.news-link-cont .read span {
  font-size: 16px;
  color: #666;
}

.news-link-cont .read i {
  position: relative;
  width: 55px;
  height: 1px;
  background: #163F95;
  margin: 0 24px;
  transition: all .4s ease;
}

.news-link-cont .read i::after {
  content: "";
  position: absolute;
  right: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #163F95;
  top: 50%;
  margin-top: -11px;
  transition: all .6s ease;
}

.news-link:hover .news-link-cont .read span {
  color: #163F95;
}

.news-link:hover .news-link-cont .read i {
  width: 75px;
}

.news-link:hover .news-link-cont .read i::after {
  transform: scale(1.4);
}

.news-link:hover .news-link-cont .title {
  color: #163F95;
}

.news-link:hover .news-link-cont .title span::after {
  width: 100%;
}



.pagepn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap {
  margin: 5vw 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wrap a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #000;
  background: #163F95;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.6vw 0 0;
  transition: all ease-out 0.3s;
  font-size: 16px;
}

.wrap a i {
  font-size: 18px;
}

.wrap .on {
  background: #163F95;
  color: #ffffff;
}

.wrap a:hover {
  background: #163F95;
  color: #ffffff;
}

.newsxq {
  width: 100%;
  overflow: hidden;
  padding: 5vw 8vw;
}

.newsxq .contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsxq-wrap {
  width: calc(100% - 400px);
  padding-right: 82px;
  border-right: 1px solid #e5e5e5;
}

.newsxq-place {
  width: 100%;
  font-size: 0;
  padding-left: 24px;
  background: url('../images/newsxqHome.png') no-repeat left center;
}

.newsxq-place a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #c6c6c6;
  height: 16px;
  line-height: 18px;
  transition: all .4s ease;
}

.newsxq-place a::after {
  content: "/";
  margin: 0 10px;
  color: #c6c6c6;
}

.newsxq-place a:hover {
  color: #163F95;
}

.newsxq-place a:last-child::after {
  display: none;
}

.newsxq-place a:last-child {
  color: #888;
  pointer-events: none;
  max-width: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsxq-cont {
  width: 100%;
  padding: 50px 0 60px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 42px;
}

.newsxq-cont .title {
  width: 100%;
}

.newsxq-cont .title h1 {
  font-size: 40px;
  color: #000;
}

.newsxq-cont .title p {
  font-size: 16px;
  color: #888;
  line-height: 1;
  margin-top: 16px;
}

.newsxq-cont .text {
  width: 100%;
  margin-top: 50px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-indent: 2em;
}

.newsxq-cont .text img {
  max-width: 100%;
  margin: 0 auto;
}

.newsxq-cont .text p br {
  content: "";
  display: block;
  height: 24px;
}

.newsxq-btn {
  width: 100%;
  padding-right: 224px;
  position: relative;
}

.newsxq-btn .prev,
.newsxq-btn .next {
  display: flex;
  width: 100%;
  align-items: center;
  height: 38px;
  font-size: 16px;
  color: #888;
  white-space: nowrap;
}

.newsxq-btn .prev a,
.newsxq-btn .next a {
  display: inline-block;
  position: relative;
  max-width: 100%;
  transition: all .4s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsxq-btn .prev a::after,
.newsxq-btn .next a::after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #163F95;
  transition: all .6s ease;
  height: 1px;
}

.newsxq-btn .prev a:hover,
.newsxq-btn .next a:hover {
  color: #163F95;
}

.newsxq-btn .prev a:hover::after,
.newsxq-btn .next a:hover::after {
  width: 100%;
}

.newsxq-btn .back {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 50px;
  border-radius: 25px;
  background: #163F95;
  right: 0;
  top: 50%;
  margin-top: -25px;
  transition: all .4s ease;
}

.newsxq-btn .back span {
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  background: url('../images/newsxqBack.png') no-repeat left center;
}

.newsxq-btn .back:hover {
  box-shadow: 0 4px 20px 4px rgba(32, 62, 145, .5);
}

.newsxq-side {
  width: 400px;
  padding-left: 42px;
}

.newsxq-side-title {
  font-size: 24px;
  color: #333;
}

.newsxq-side-list {
  width: 100%;
  margin-top: 40px;
}

.newsxq-side-list a {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  max-height: 48px;
  padding-left: 18px;
  margin-top: 34px;
  background: url('../images/newsxqArr.png') no-repeat left top 6px;
  transition: all .4s ease;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.newsxq-side-list a:first-child {
  margin-top: 0;
}

.newsxq-side-list a:hover {
  color: #ae0002;
  background-image: url('../images/newsxqArrH.png');
}

.about_a {
  padding: 4vw 8vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 224px;
  position: relative;
}

.about_a .title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}

.about_a_jj {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 2vw;
  color: #888;
}

.about_a_jj p {
  margin-bottom: 15px;
}

.intojtzs-city {
  position: absolute;
  width: 100%;
  height: 209px;
  left: 0;
  bottom: 0;
  background: url('../images/intojt1img.png') repeat center center/auto 100%;
  animation: citymove 60s linear infinite;
}

@keyframes citymove {
  0% {
    background-position: 0px 0px;
  }

  100% {
    background-position: 1920px 0;
  }
}

.intojtlb {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intojtlb .contain {
  width: 100%;
  padding: 0 8vw;
}

.intojtlb-list {
  width: 100%;
}

.intojtlb-list li {
  height: 680px;
  float: left;
  width: 25%;
  position: relative;
  padding-top: 248px;
}

.intojtlb-list li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .1);
}

.intojtlb-list li:last-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, .1);
}

.intojtlb-cont {
  width: 100%;
  position: relative;
  padding: 4px 32px;
  color: #fff;
  transition: all .4s ease;
  transform: translateY(40px);
}

.intojtlb-cont .title {
  font-size: 32px;
  font-weight: 500;
}

.intojtlb-cont .text {
  font-size: 16px;
  margin-top: 40px;
  opacity: 0;
  transition: all .4s ease;
}

.intojtlb-cont::before {
  content: "";
  position: absolute;
  left: -1px;
  width: 3px;
  background: #ae0002;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all .4s ease;
}

.intojtlb-list li:hover .intojtlb-cont {
  transform: translateY(0);
}

.intojtlb-list li:hover .intojtlb-cont .text {
  opacity: 1;
}

.intojtlb-list li:hover .intojtlb-cont::before {
  height: 100%;
}

.benega {
  width: 100%;
  overflow: hidden;
  padding: 4vw 0;
  position: relative;
}
.benega .contain{
  width: 100%;
  padding:0 8vw;
}
.benega-wrap {
  position: relative;
  /* padding-top: 88px; */
  z-index: 4;
  width: 100%;
}
.sonTitle .name{
  font-size:40px;
  font-weight: bold;
  text-align: center;
  color:#333;
}
/* .benega-wrap::before {
  content: "";
  position: absolute;
  width: 56px;
  top: 0;
  left: 0;
  height: 40px;
  background: url('../images/busixqDot.png') no-repeat left top/100% auto;
} */

.benega-cont {
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  color: #888;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-word;
  display:flex;justify-content:space-between;align-items:flex-start;
}

.benega-cont p {
  font-size: inherit;
  line-height: inherit;
  margin: 100px 0;
}
.scslBox{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  margin-right: 3vw;
}
.scslBox img{
  width: 100%;
  margin-bottom:5px;
}


.benega-img {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.benega-img img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 4;
}

.benega-img i {
  width: 150px;
  height: 150px;
  animation: bennegaRun 4s linear infinite;
  overflow: hidden;
  top: -120px;
  margin-left: -75px;
  background: linear-gradient(to bottom, #ededed, #fdfdfd);
  border-radius: 50%;
  position: absolute;
  left: 50%;
}

@keyframes bennegaRun {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0);
  }
}

.benega-img i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fcdbdb, #fdfdfd);
  top: 0;
  left: 0;
  animation: bennegaColor 4s linear infinite;
  opacity: 0;
}

@keyframes bennegaColor {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}






/* proList */
.fcro {
  position: relative;
  background: #ffffff url('../images/fcrobg.jpg') bottom no-repeat;
  width: 100%;
  background-size: cover;
}
.swfcroout {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
#swfcro {
  height: 882px;
  overflow: visible;
}
#swfcro .swiper-slide {
  width: 1316px;
  /* padding: 0 8vw; */
}
.pro_cs{
  margin-top:20px;
  width: 80%;
}
#swfcro .swiper-slide .swiperinner {
  display: block;
  width: 100%;
  padding: 88px 0 102px;
  border-right: 1px solid rgba(45, 112, 180, 0.15);
  opacity: 0.3;
  -webkit-transition: .3s;
  transition: .3s;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}
@media screen and (max-width: 1800px) {
  #swfcro .swiper-slide .swiperinner{
    padding: 88px 0 102px 8vw;
  }
}
#swfcro .swiper-slide.swiper-slide-active .swiperinner {
  opacity: 1;
}
#swfcro .wz {
  float: left;
  width: calc(100% - 650px);
  height: 100%;
}
#swfcro .picout {
  float: right;
  position: relative;
  /*width: 46.65%;*/
  width: 486px;
  height: 486px;
  margin-right: 100px;
  overflow: hidden;
  padding: 64px;
}
#swfcro .picout:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: url('../images/yuanpan2.png') center / cover no-repeat;
  -webkit-animation: rotate360 20s linear 0s infinite;
          animation: rotate360 20s linear 0s infinite;
}
#swfcro .pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
}
#swfcro .pic a{
  display:inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 22;
  display:flex;justify-content:center;align-items:center;
  background: #D8E4F0;
}
#swfcro .pic img {
  width: 80%;
  /* height: 60%; */
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}
#swfcro .pic img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#swfcro h3 {
  font-size: 40px;
  color: #333;
  line-height: 58px;
  height: 58px;
  font-weight: bold;
  position: relative;
  /* margin-top: 58px; */
  white-space: nowrap;
}
#swfcro h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: -22px;
  z-index: 0;
  width: 110px;
  height: 103px;
  background: url('../images/friicon.png') center no-repeat;
}
#swfcro h3 a {
  color: #333;
}
#swfcro h4 {
  font-size: 20px;
  color: #666;
  line-height: 28px;
  word-break: normal;
  text-transform: capitalize;
  -webkit-transition: .3s;
  transition: .3s;
}
#swfcro .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  min-height: 72px;
  max-height: 144px;
  overflow: hidden;
  margin-top: 34px;
}
#swfcro .txt2{
  margin-top:20px;
  color: #666;
  font-size: 14px;
}
#swfcro .txt2 p:nth-child(1){
  font-size:16px;
  color:#163F95;
  font-weight: bold;
}
#swfcro label {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 34px;
  height: 34px;
  position: relative;
}
#swfcro label:before {
  content: '';
  position: absolute;
  left: 82px;
  top: 16px;
  z-index: 0;
  width: 30px;
  height: 2px;
  background-color: #2d70b4;
}
#swfcro dl {
  margin-top: 36px;
}
#swfcro dd {
  font-size: 16px;
  padding: 5px 0;
}
#swfcro dd a {
  padding-left: 26px;
  color: #555;
  line-height: 30px;
  display: block;
  position: relative;
}
#swfcro dd a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #c1c1c1;
}
#swfcro dd a:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #0061ae;
  -webkit-transition: .3s;
  transition: .3s;
}
#swfcro h3:hover a,
#swfcro h4:hover,
#swfcro dd:hover a {
  color: #2d70b4;
}
#swfcro dd:hover a {
  padding-left: 52px;
}
#swfcro dd:hover a:before {
  border-color: #2d70b4;
}
#swfcro dd:hover a:after {
  width: 32px;
}
.swfcroout .sw-next,
.swfcroout .sw-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
}
.swfcroout .sw-prev {
  left: 1316px;
  background: #163F95 url('../images/jtl-fcro.png') center no-repeat;
  margin-left: -25px;
  margin-top: -60px;
}
.swfcroout .sw-next {
  left: 1316px;
  background: #163F95 url('../images/jtr-fcro.png') center no-repeat;
  margin-left: -25px;
  margin-top: 10px;
}
.swfcroout .sw-prev:hover,
.swfcroout .sw-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.swfcroout .sw-next:before,
.swfcroout .sw-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(38,75,148, 0.1);
  -webkit-animation: circlepulse 1.5s ease 0s infinite;
          animation: circlepulse 1.5s ease 0s infinite; 
}
.swfcroout .sw-next,
.swfcroout .sw-prev {
  -webkit-animation: pin02 3s ease-in-out 0s infinite;
          animation: pin02 3s ease-in-out 0s infinite;
}
@-webkit-keyframes pin02 {
  0% {
    -webkit-box-shadow: 0px 0px 0 0px rgba(38,75,148, 0.2);
            box-shadow: 0px 0px 0 0px rgba(38,75,148, 0.2);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0 20px rgba(38,75,148, 0.2);
            box-shadow: 0px 0px 0 20px rgba(38,75,148, 0.2);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0 0px rgba(38,75,148, 0.2);
            box-shadow: 0px 0px 0 0px rgba(38,75,148, 0.2);
  }
}
#swfcro .swiper-pagination {
  left: 26px;
  bottom: 20px;
}
#swfcro .swiper-pagination-bullet {
  margin: 0 13px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#swfcro .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  #swfcro {
    overflow: hidden;
  }
  #swfcro .swiper-slide {
    width: 100%;
  }
  #swfcro .swiper-slide .swiperinner {
    border-right: 0 none;
  }
  #swfcro .picout {
    margin-right: 30px;
  }
  #swfcro .wz {
    width: 40%;
  }
  .swfcroout .sw-next {
    left: auto;
    margin-left: 0;
    right: 0;
    margin-top: -25px;
  }
  .swfcroout .sw-prev {
    left: 0;
    margin-left: 0;
    margin-top: -25px;
  }
}
@media screen and (max-width: 1200px) {
  #swfcro .picout {
    width: 400px;
    height: 400px;
  }
  #swfcro h3 {
    font-size: 36px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #swfcro {
    height: auto;
  }
  #swfcro .swiper-slide .swiperinner {
    padding: 50px 0 90px;
  }
  #swfcro .picout {
    float: none;
    width: 486px;
    height: 486px;
    margin: 0 auto;
  }
  #swfcro .wz {
    float: none;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
  .swfcroout .sw-next,
  .swfcroout .sw-prev {
    top: 45%;
  }
}
@media screen and (max-width: 700px) {
  #swfcro .picout {
    width: 400px;
    height: 400px;
  }
  #swfcro h3 {
    font-size: 30px;
    line-height: 50px;
    height: 50px;
  }
  .swfcroout .sw-next,
  .swfcroout .sw-prev {
    top: 40%;
  }
}
@media screen and (max-width: 600px) {
  #swfcro .picout {
    width: 300px;
    height: 300px;
    padding: 40px;
  }
  .swfcroout .sw-next,
  .swfcroout .sw-prev {
    top: 35%;
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.pro_bBox{
  width: 100%;
  padding:4vw 8vw;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.pro_bBox .title{
  font-size:40px;
  font-weight: bold;
  color:#333;
}
.pro_bBox ul{
  margin-top:2vw;
  display: flex;flex-wrap: wrap;
}
.pro_bBox ul li{
  width: calc(50% - 15px);
  padding:2vw;
  border-top:8px solid #163F95;
  margin-right:30px;
}
.pro_bBox ul li:nth-child(2n){
  margin-right: 0;
}
.pro_bBox ul li img{
  width: 100%;
}
@media screen and (max-width: 1450px) {

  .pro_bBox ul li{
    width:100%;
    margin-right:00px;
  }
}

.caseBox{
  width: 100%;
  padding:4vw 8vw;
  background: #F2F2F2;
  position: relative;
}
.caseBox .title{
  font-size:40px;
  font-weight: bold;
  color:#333;
  text-align: center;
  margin-bottom: 2vw;
}
.caseBox .swiper-container{
  padding-bottom:4vw;
}
.benehd-wrap {
  width: 100%;
  position: relative;
  height: 24vw;
  background: #fff;
  padding: 30px;
  overflow: hidden;
  color:#333;
}
.benehd-wrap a{
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.benehd-wrap a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benehd-prev, .benehd-next {
  position: absolute;
  width: 20px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: url(../images/bene3arr.png) no-repeat center;
  cursor: pointer;
  transition: all .4s ease;
  background-size: cover;
  z-index: 99;
}
.benehd-prev{left: 90px;transform: rotate(180deg);}
.benehd-next{right: 90px;}
.benehd-prev:hover, .benehd-next:hover{background-image: url('../images/bene3arrH.png');}


.head_c {
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 0 2px rgba(200, 200, 200, 0.1);
  -webkit-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
  -moz-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
  display: none;
  box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
}

.head_c ul {
  width: 95%;
  height: 55px;
  margin: 0 auto;
}

.head_c ul li:nth-child(1) {
  width: 15%;
}

.head_c ul li {
  width: 25%;
  float: left;
  height: 55px;
}

.head_c ul li:nth-child(1) {
  display: flex;
  -webkit-display: flex;
  justify-content: left;
  align-items: center;
}

.head_c ul li:nth-child(2) {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 55px;
  float: right;
}

/*mob nav*/
.sp_nav {
  width: 8vw;
  float: right;
  position: relative;
  cursor: pointer;
  height: 8vw;
  margin-top: 18px;
}

.sp_nav span {
  display: block;
  background: #0d78bd;
  width: 7vw;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 8px
}

.sp_nav span:nth-of-type(3) {
  top: 16px
}

.sp_nav_se span:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 8px;
  transform: rotate(-45deg)
}

.sjj_nav {
  position: fixed;
  z-index: 999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
  display: none;
  padding: 10px 0;
}

.nav_show {
  top: 55px;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0
}

.sjj_nav>ul>li:first-child>a {
  float: left;
  width: 100%;
}

.sjj_nav>ul>li:first-child .language {
  float: right;
  width: 100%;
  overflow: hidden;
  line-height: 30px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 20%;
  float: left;
  text-align: center;
  color: #999;
  border-right: 1px #ddd solid;
}

.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg)
}

.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 5vw;
  position: relative;
  line-height: 40px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none
}

.sjj_nav ul li a {
  color: #616161;
  width: 100%;
  display: block;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #999;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #cc0022
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px
}
@media all and (max-width:1200px){
  .header{
    display: none;
  }
  .head_c{
    display: block;
  }
  .sjj_nav{
    display: block;
  }
  .index_banner{
    height: 40vh;
  }
  .z_banner_text{
    width: 100%;
    padding:0 12px;
    min-width: 0;
  }
  .z_banner_text .cn{
    font-size: 16px;
    line-height: 1.2;
  }
  .z_banner_text .cn p{
    font-size:20px;
  }
  .z_banner_text .cn::before{
    height: 6px;
  }
  .index_proBox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 0px;
    align-items: stretch;
  }
  .index_proBox li{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
  }

  .index_proBox li a p:nth-child(3){
    height: 150px;
  }
  .index_aboutBox{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
    height: auto;
  }
  .index_aboutBox li{
    width: 100%;
  }
  .index_aboutBox li:nth-child(2){
    width: 100%;
    padding:30px 12px;
  }
  .index_aboutBox li:nth-child(2) p:nth-child(1){
    font-size:30px;
  }
  .index_ysBox .title{
    font-size:30px;
  }
  .index_ysBox .js{
    width: 100%;
    font-size:14px;
  }
  .index_ysBox{
    padding:30px 12px;
  }

  .index_ysBox ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
  }
  .index_ysBox ul li{
    width: 100%;
  }
  .index_ysBox ul li .iconBox{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .index_serviceBox{
    padding:30px 12px;
  }
  .index_serviceBox .title{
    font-size:30px;
  }
  .index_serviceBox ul{
    margin-top:12px;
    display: flex;flex-direction: column;align-items: center;justify-content:center;
    height: auto;
  }

  .index_serviceBox ul li .d2{
    display: flex;
    padding: 30px;
    width: 100%;
    font-size:14px;
  }
  .index_serviceBox ul li{
    width: 100%;
    display: flex;flex-direction: column;align-items: center;justify-content:center;
    margin-bottom:12px;
  }
  .index_serviceBox ul .on{
    width: 100%;
  }
  .index_serviceBox ul .on .d1{
    width: 100%;
  }

  .index_serviceBox ul .on .d2{
    width: 100%;
  }
  .index_serviceBox ul li .d1 .top .d1Icon{
    font-size:30px;
  }

  .hyBox .nr{
    font-size:14px;
  }
  .swiper-free-mode>.swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
  }
  .index_hyBox .mySwiper .swiper-slide{
    width: 100% !important;
  }
  .index_hyBox .mySwiper{
    height: auto;
    margin-top:-200px;
    width:95%;
  }
  .hyBox .title{
    font-size:30px;
  }
  .index_newsBox .top .title{
    font-size:30px;
  }
  .index_newsBox .top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .index_newsBox .top dl dd{
    margin:0 12px;
  }
  .index_newsBox{
    padding: 30px 12px;
    margin-top: 30px;
  }
  .index_newsBox .top dl dd a{
    font-size:16px;
  }
  .index_newsBox ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 0px;
    align-items: stretch;
  }
  .index_newsBox ul li{
    width: 100%;
  }
  .index_newsBox ul li:nth-child(2n)::after{
    content: none;
  }

  .index_newsBox ul li a{
    padding:12px;
  }
  .foot{
    padding:30px 12px;
  }
  .foot .btm .btm_left ul li a{
    display: none;
  }
  .foot .btm .btm_left ul{
    display: flex;flex-direction: column;align-items: center;justify-content:flex-start;
  }
  .foot .btm .btm_left{
    width: 30%;
    padding-top: 12px;
  }
  .foot .btm .btm_right{
    width: 65%;
    padding-top: 12px;
  }
  .con-banner{
    height: 20vh;
    font-size:30px;
    margin-top:55px;
  }
  .about_a .title{
    font-size:30px;
  }

  .con-menu{
    padding:12px;
  }
  .con-menu .menu_list{
    padding:0;
  }
  .about_a_jj{
    font-size:14px;
  }
  .about_a{
    padding:30px 12px 224px;
  }
  .intojtlb-list li{
    height: auto;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 48px;
  }
  .intojtlb-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
    align-items: stretch;
  }

  .intojtlb .contain{
    padding:30px 12px;
  }

  .intojtlb-cont .title{
    font-size:22px;
  }
  .benega{
    padding:30px 12px;
  }
  .benega .contain{
    padding:0;
  }
  .sonTitle .name{
    font-size:30px;
  }
  .benega-cont{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .benega-cont p{
    margin-top:20px;
    margin-bottom:150px;
  }
  #swfcro .swiper-slide .swiperinner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #swfcro .swiper-slide .swiperinner{
    padding: 50px 12px 90px 12px;
  }

  .swfcroout .sw-next, .swfcroout .sw-prev{
    top:19%;
  }
  .pro_cs{
    width: 100%;
  }
  .benehd-wrap{
    padding: 12px;
    height: 30vh;
  }
  .caseBox{
    padding:30px 12px;
  }
  .benehd-next{
    right:12px;
    margin-top:6px;
  }
  .benehd-prev{
    left:12px;
    margin-top:6px;
  }
  .pro_bBox{
    padding:30px 12px;
  }
  .pro_bBox .title{
    font-size:30px;
  }
  .caseBox .title{
    font-size:30px;
  }
  .news-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:30px 12px;
  }

  .news-link-date{
    width: 100%;
  }

  .news-link-cont{
    width: 100%;
    margin-top:12px;
  }
  .newsBox{
    padding:30px 12px;
  }
  .news-link-date span{
    font-size:40px;
  }
  .news-link-date p{
    text-indent: 0;
  }
  .news-link-cont .title{
    font-size:20px;
  }
  .wrap a{
    width: 32px;
    height: 32px;
  }
  .newsxq{
    padding:30px 12px;
  }
  .newsxq .contain{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .newsxq-wrap{
    width: 100%;
    padding: 0;
    border-right:none;
  }
  .newsxq-side{
    width: 100%;
  }
  .newsxq-cont .title h1{
    font-size:28px;
  }
  .newsxq-side{
    padding-left: 0;
    margin-top:30px;
    padding-top:30px;
    border-top: 1px solid #e5e5e5;
  }
  .newsxq-btn{
    padding-right: 0;
  }
  .newsxq-btn .back{
    position: relative;
    margin-top:20px;
  }

  .con-body .btm ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
  }
  .con-body .btm ul li{
    width: 100%;
    margin-right:0;
    margin-top: 8vw;
  }
  .con-body .top{
    padding:0 12px;
    font-size:18px;
  }
  .con-body .btm ul li .imgBox .imgs img{
    height: 100%;
    object-fit: cover;
  }
  .con-body .btm ul li .imgBox .imgs{
    height: 200px;
  }
  .con-body .btm .throw{
    display: none;
  }
  .con-body{
    padding:30px 0;
  }

  .sideMenu_tit span{
    display: none;
  }

  .sideMenu_tit span:nth-child(1){
    display: block;
  }
  .rc_box .tit span{
    display: none;
  }

  .rc_box .tit span:nth-child(1){
    display: block;
    width: 100%;
  }
  .contactBox .top{
    height: 30vh;
  }
  .contactBox .top p{
    font-size:30px;
  }
  .contactBox .btm{
    height: auto;
    padding:30px 12px;
    padding-top:24vh;
  }
  .contactBox .btm ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contactBox .btm ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  .mapBox{
    height: 38vh;
    top: 24%;
    padding:0 12px;
  }
  .contactBox .btm ul li .iconBox{
    width: 80px;
    height:80px;
    font-size: 26px;
  }
  .messageBox .title{
    font-size:30px;
  }

  .messageBox .contact-text{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
    margin-bottom: 0px;
  }
  .messageBox .contact-text input{
    width: 100%;
    margin-right:0;
    margin-bottom:15px;
    padding: 12px;
    height: 40px;
  }
  .messageBox{
    padding:30px 12px;
  }
  .messageBox .contact-text textarea{
    height:200px;
    padding:12px;
  }
  .contact-sub button{
    width: 150px;
    height:50px;
    margin-top:20px;
  }
  .index_newsBox ul li a p:nth-child(1){
    font-size:18px;
    height:44px;
  }
}