﻿*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  min-width: 1280px;
  position: relative;
  padding: 0;
  width: 100%;
  color: #1f1f1f;
  font-family: arial, helvetica, sans-serif, microsoft yahei;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

ul,
ul li,
ol li,
tr td,
dl,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #1f1f1f;
}
s {
  text-decoration: none;
}
textarea,
select {
  outline: none;
  color: #666;
  font-size: 14px;
  width: 100%;
}

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

img[src=''] {
  opacity: 0;
}

body::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

body::-webkit-scrollbar-thumb {
  background: #000;
}

body::-webkit-scrollbar-track {
  background: #fff;
}
.table_von::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.table_von::-webkit-scrollbar-thumb {
  background: #000;
}

.table_von::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.solution_con6::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.solution_con6::-webkit-scrollbar-thumb {
  background: #000;
}

.solution_con6::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.expert_list li .info::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.expert_list li .info::-webkit-scrollbar-thumb {
  background: #000;
}

.expert_list li .info::-webkit-scrollbar-track {
  background: #fff;
}

.nav_qhs::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.team_swi .hrus::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.team_swi .hrus::-webkit-scrollbar-thumb {
  background: #aba6a6;
}

.team_swi .hrus::-webkit-scrollbar-track {
  background: #e6e4e4;
}
.f_12 {
  font-size: 12px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

/*分页*/

.bmap_omctrl {
  display: none !important;
}

.a_dw {
  position: relative;
  top: -70px;
}

.box {
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.ibox {
  max-width: 1600px;
  min-width: 1200px;
  width: 85%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.page1 {
  clear: both;
  text-align: center;
  height: 45px;
  margin: 30px 0 0;
  text-align: center;
}

.page1 span a {
  display: inline-block;
  color: #333333;
  padding: 10px 13px;
  text-decoration: none;
  background: #f7f7f7;
}

.page1 span a:hover,
.page1 span.current a {
  background: #005ed1;
  color: #fff;
}

.page1 span {
  margin: 2px 5px;
}

.page2 {
  width: 120px;
  height: 40px;
  background: #005ed1;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  display: none;
}

.alltime,
.alltime * {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wow {
  opacity: 0;
}

.wow1 {
  opacity: 1;
}

.fbd {
  font-weight: bold;
}

/* 弹窗 */

.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 10;
}

.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

/* 弹窗内容 */

.z_tanchuang .tbox .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(/uploads/image/pimages/out.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(/uploads/image/pimages/out2.png) center no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
  padding: 20px;
}

.z_tanchuang .tbox .modal .img {
  max-width: 1200px;
}

/* 弹窗选中 */

.z_tanchuang.one {
  transform: scaley(0.01) scalex(0);
  animation: unfoldin 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaley(0.01) scalex(0);
  -webkit-animation: unfoldin 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
  transform: scale(0);
  animation: zoomin 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: zoomin 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}

.z_tanchuang.one.out {
  transform: scale(1);
  animation: unfoldout 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldout 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}

.z_tanchuang.one.out .tbox .modal {
  animation: zoomout 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomout 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* 弹窗动画 */

@keyframes unfoldin {
  0% {
    transform: scaley(0.005) scalex(0);
  }
  50% {
    transform: scaley(0.005) scalex(1);
  }
  100% {
    transform: scaley(1) scalex(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes unfoldout {
  0% {
    transform: scaley(1) scalex(1);
  }
  50% {
    transform: scaley(0.005) scalex(1);
  }
  100% {
    transform: scaley(0.005) scalex(0);
  }
}

@-webkit-keyframes zoomin {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes unfoldout {
  0% {
    transform: scaley(1) scalex(1);
  }
  50% {
    transform: scaley(0.005) scalex(1);
  }
  100% {
    transform: scaley(0.005) scalex(0);
  }
}

@-webkit-keyframes unfoldin {
  0% {
    transform: scaley(0.005) scalex(0);
  }
  50% {
    transform: scaley(0.005) scalex(1);
  }
  100% {
    transform: scaley(1) scalex(1);
  }
}

/* 头部 */
.head {
  z-index: 501;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
/* .head.act{
	    position: fixed;
	    top: 0;
} */
.head.act .header_main .container {
  height: 53px;
  line-height: 53px;
}
.head.act .main_menu > div > ul > li > a {
  height: 53px;
  line-height: 53px;
}
.head.act .logo img {
  max-width: 104px;
}

.head.act .header_main {
  background-color: rgba(255, 255, 255, 0.9);
}

.main {
  padding-top: 146px;
  /* min-height: 1440px; */
  min-height: calc(100vh - 44px);
}
.main.act {
  padding-top: 0;
}

.head .logo {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.head .logo img {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagetop {
  background: #17288a;
  z-index: 103;
  min-height: 30px;
  position: relative;
}

.pagetop .containers > ul > li {
  float: left;
  position: relative;
  padding: 0 10px;
  line-height: 10px;
}
.pagetop .containers > ul > li::before {
  content: '';
  width: 1px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.pagetop .containers > ul > li:first-child::before {
  display: none;
}

.pagetop .containers {
  float: right;
  z-index: 2;
  font-size: 11px;
  line-height: 30px;
  margin-top: 4px;
}

.pagetop .containers > ul > li > a {
  padding: 7px 0;
  font-weight: bold;
}

.pagetop .containers > ul > li > a:hover {
  text-decoration: underline;
}

.pagetop .containers li a {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}
.pagetop .containers > ul > li > ul {
  display: none;
  position: absolute;
  width: 170px;
  padding: 4px 0;
  z-index: 101;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  left: 50%;
  margin-left: -85px;
  border-top: 1px solid #e1e1e1;
  top: 25px;
  background: #17288a;
  text-align: center;
}

.pagetop .containers > ul > li > ul li:first-child a {
  border-top: none;
}

.pagetop .containers > ul > li > ul li a {
  line-height: 23px;
  padding: 6px 18px;
  font-size: 12px;
  display: block;
  border-top: dashed #e1e1e1 1px;
}

.pagetop .containers > ul > li:hover > ul {
  display: block;
}

.header_main {
  /* border-bottom: 1px solid #e1e1e1; */
  /* border-top: 1px solid #e1e1e1; */
  position: relative;
  z-index: 102;
}

.header_main .container {
  height: 116px;
  line-height: 116px;
}
.inner-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.header_main .container .logo {
  position: absolute;
  left: 0;
  z-index: 1;
}
.header_main .container .logo,
.header_main .container .logo a {
  overflow: hidden;
  display: block;
  height: 100%;
}
.main_menu {
  position: absolute;
  right: 39px;
  z-index: 100;
  margin: 0;
  height: 100%;
  line-height: 30px;
}
.main_menu > div {
  position: relative;
  z-index: 3;
  float: left;
}
.main_menu > div > ul {
  z-index: 110;
  position: relative;
}
.main_menu > div > ul > li {
  position: relative;
  z-index: 20;
  float: left;
  line-height: 30px;
}
.main_menu > div > ul > li > a {
  display: block;
  padding: 0 13px;
  color: #3d3d3d;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  height: 116px;
  line-height: 116px;

  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.main_menu .sub-menu {
  border-top: 2px solid #17288a;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
  margin-top: -1px;
  margin-left: 0;
  padding: 0;
  width: 208px;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
}
.main_menu .sub-menu li a {
  color: #888;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 8px 15px;
  font-size: 12px;
  font-family: inherit;
  line-height: 23px;
  display: block;
}
.header_main .other {
  float: right;
}
#menu-item-search {
  z-index: 100;
  float: left;
}
#menu-item-search > a {
  font-size: 18px;
  color: #3d3d3d;
  padding: 0 13px;
}
.avia-font-entypo-fontello,
html body [data-av_iconfont='entypo-fontello']:before {
  font-family: 'entypo-fontello';
}

#menu-item-search .searchbox {
  width: 300px;
  display: none;
  background-color: #fff;
  color: #808080;
  position: absolute;
  z-index: 9999999;
  padding: 0;
  top: 85%;
  right: 0;
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 20%);
  border: 1px solid #e1e1e1;
}
#menu-item-search .searchbox .searchbox-inner {
  position: relative;
  max-width: 300px;
  margin: 16px;
}
#menu-item-search .searchbox .button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 100%;
  min-width: 40px;
  border-radius: 0;
  line-height: 40px;
  font-size: 17px;
  background-color: #17288a;
  border: none;
  text-align: center;
  color: #fff;
}

#menu-item-search .searchbox .button img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
}

#menu-item-search .searchbox .text {
  width: 100%;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
  display: block;
  outline: none;
  font: 1em 'helveticaneue', 'helvetica neue', helvetica, arial, sans-serif;
}
#menu-item-search .searchbox .arrow-wrap {
  position: absolute;
  top: -20px;
  right: 10px;
  overflow: hidden;
  margin-left: -10px;
  width: 20px;
  height: 20px;
}
#menu-item-search .searchbox .arrow {
  position: absolute;
  top: 15px;
  left: 50%;
  visibility: hidden\9;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid #e1e1e1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
}

.main_menu .one-item > a:after {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: -1px;
  left: 0;
  height: 5px;
  display: block;
  background: #17288a;
  width: 100%;
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main_menu .one-item.act a:after {
  opacity: 1;
}

.main_menu .one-item:hover a:after {
  opacity: 1;
}

.header_main .so_img {
  width: 15px;
  -webkit-transform: translatey(2px);
  -moz-transform: translatey(2px);
  -o-transform: translatey(2px);
  transform: translatey(2px);
}
.main_menu .sub-menu li a:hover {
  color: #3d3d3d;
  background: #f8f8f8;
}
.header_main {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}

.ml {
  display: none;
}

.banner .bg {
  width: 100%;
}

.banner .txt {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.banner .txt .tit {
  color: #fff;
  line-height: 1.5em;
  text-shadow: rgb(0 0 0 / 71%) 2px 3px 10px;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.banner .swiper-slide.swiper-slide-active .txt .tit {
  -webkit-animation: caption-top 0.5s 1 ease-out;
  animation: caption-top 0.5s 1 ease-out;
  margin-bottom: 20px;
  visibility: visible;
}

@-webkit-keyframes caption-top {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes caption-top {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.banner .swiper-slide p {
  text-align: right;
}
.banner .swiper-slide a {
  display: inline-block;
  border: solid 1px #fff;
  width: 180px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 20px rgb(0 0 0 / 30%);
}

.banner .swiper-slide a::before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  top: 0;
  height: 100%;
  transition: 0.3s;
}

.banner .swiper-slide a:hover::before {
  width: 100%;
  background: #b22a28;
}

.banner .swiper-slide a i {
  font-style: normal;
  color: #fff;
  z-index: 10;
  position: relative;
  text-shadow: rgb(0 0 0) 2px 3px 10px;
}

.banner .ban_d {
  bottom: 18px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #575b5d;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  margin-top: -50px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner .swiper-button-next {
  background-image: url(/uploads/image/pimages/ban_l.png);
  right: 0px;
  left: auto;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.banner .swiper-button-prev {
  background-image: url(/uploads/image/pimages/ban_l.png);
  left: 0;
  right: auto;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-image: url(/uploads/image/pimages/ban_l2.png);
}

.in_tit {
  color: #333;
  margin-bottom: 45px;
}

.p_50 {
  padding: 50px 0;
}
.in_news {
  margin: 0 -10px;
}
.in_news p {
  font-size: 12px;
  color: #999;
}

.in_news .tit {
  color: #222222;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}

.in_news .txt {
  padding: 20px 0;
  position: relative;
}

.in_news li {
  width: 33.33%;
  padding: 0 10px;
  float: left;
}
.in_news li .con {
  display: block;
}
.in_news li .pic {
  overflow: hidden;
  opacity: 0.7;
}
.in_news li .pic img {
  width: 100%;
}

.in_news li .con:hover .pic {
  opacity: 1;
}
.in_news li .con:hover .pic img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.in_news li .txt::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  top: -10px;
  border-style: dashed dashed solid dashed;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.row2 {
  background-color: #ededed;
}

.fl_list {
  margin: 0 -2.45%;
}

.fl_list li {
  width: 33.33%;
  padding: 0 2.45% 0;
  float: left;
}

.fl_list .tit {
  position: relative;
  margin: 50px 0 20px;
  color: #222;
  line-height: 1.1em;
}
.fl_list .tit span {
  background-color: #ededed;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.fl_list .tit::before {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #666;
  z-index: 0;
  opacity: 0.15;
}

.fl_list li .con .pic {
  overflow: hidden;
}
.fl_list li .con .pic img {
  width: 100%;
}
.fl_list li .con:hover .pic {
  opacity: 0.7;
}

.fl_list li .con:hover .pic img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.fl_list li .btn {
  border-radius: 3px;
  background: #17288a;
  border-bottom: 1px solid #17288a;
  color: #fff;
  font-size: 14px;
  width: 139px;
  text-align: center;
  line-height: 45px;
  display: block;
}

.fl_list li .btn:hover {
  background: #2d3c92;
  color: #fff;
}

.row3 .icons {
  display: flex;
  justify-content: center;
}

.row3 .icons a {
  display: flex;
  align-items: center;
  color: #454547;
}

.row3 .icons img {
  width: 64px;
  height: 64px;
  margin-right: 25px;
}
.row3 .icons a:not(:last-child) {
  margin-right: 147px;
}
.p_70 {
  padding: 70px 0;
}

.footer {
  background-color: #17288a;
  font-size: 14px;
  color: #fff;
  padding: 12px 0;
  line-height: 1.4em;
}
.footer a {
  color: #fff;
}
.footer .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer p {
  margin-right: 12px;
}
.footer p,
.footer a {
  display: inline-block;
}

/* 关于我们 */
.g_ban img {
  width: 100%;
}

.nytit {
  width: 280px;
  float: left;
}
.nytit p {
  color: #222222;
  display: flex;
  align-items: center;
}

.nycontainer {
  width: calc(100% - 305px);
  float: right;
}

.nytit img {
  margin-right: 10px;
}

.desc_t {
  font-size: 14px;
  color: #444444;
  line-height: 1.75em;
}

.desc_t.ab_ndesc {
  text-indent: 2em;
}

.teamlistbox {
  padding-top: 4%;
  margin-top: 4%;
  border-top: 1px solid #e1e1e1;
}

.year_swi .swiper-slide {
  padding: 5px 10px 0 22px;
  position: relative;
}

.year_swi .swiper-slide:before {
  content: '';
  position: absolute;
  top: 48px;
  left: 0;
  border-top: 1px dashed #dfdfdf;
  height: 1px;
  width: 100%;
  z-index: 1;
}

.year_swi .swiper-slide .inner {
  border-left: 1px solid #17288a;
  position: relative;
  z-index: 3;
}

.year_swi .swiper-slide .time {
  position: relative;
  padding: 0 0 10px 45px;
  display: block;
  color: #666;
  line-height: 1.45;
  top: -5px;
  font-size: 14px;
}

.year_swi .swiper-slide .time:before {
  left: 0;
  top: 5px;
  width: 32px;
  height: 1px;
}

.year_swi .swiper-slide .time:after {
  left: 30px;
  top: 3px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.year_swi .swiper-slide .time:before,
.year_swi .swiper-slide .time:after {
  content: '';
  position: absolute;
  background: #17288a;
  display: block;
}

.year_swi .swiper-slide .icon {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  text-align: center;
  background: #17288a;
  left: -22px;
  position: relative;
}

.year_swi .swiper-slide .icon img {
  display: block;
  width: 100%;
}

.year_swi .swiper-slide p {
  color: #444;
  padding-left: 10px;
  min-height: 66px;
  margin-top: 20px;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.45;
  padding-top: 12px;
}

.year_swi .swiper-slide:first-child:before {
  left: 22px;
}

.year_swi {
  position: relative;
}

.year_lr {
  position: absolute;
  top: 17%;
  right: 0;
  z-index: 9;
}
.year_lr div {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.year_lr div img {
  width: 100%;
  height: 100%;
}

.year_lr div img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.year_lr div:hover img:last-child {
  opacity: 1;
}
.year_lr div:last-child {
  margin-left: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.team_swi .swiper-slide {
  display: flex;
}

.team_swi .swiper-slide .pic {
  width: 22.7%;
}
.team_swi .swiper-slide .pic img {
  width: 100%;
}
.team_swi .swiper-slide .txt {
  width: 77.3%;
  padding-left: 48px;
}
.team_box {
  padding-top: 45px;
}

.team_swi .swiper-slide .txt .tit {
  color: #444444;
  line-height: 1.4em;
  margin-bottom: 18px;
}

.team_swi .swiper-slide .txt .desc {
  color: #666666;
  line-height: 1.5em;
  margin-bottom: 36px;
}

.team_swi .hrus s {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #bdbdbd;
  margin-right: 10px;
  vertical-align: middle;
}

.team_swi .hrus {
  height: 220px;
  overflow-y: auto;
  scrollbar-color: #aba6a6 e6e4e4;
  scrollbar-width: thin;
}

.team_swi .item {
  color: #666666;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.team_box {
  position: relative;
  padding-bottom: 33px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 33px;
}
.team_box .douh {
  position: absolute;
  right: 15px;
  bottom: 33px;
}
.expert_list {
  margin: 0 -1.5%;
  display: flex;
  flex-wrap: wrap;
}
.expert_list li {
  padding: 0 1.5%;
  float: left;
  width: 25%;
  cursor: pointer;
  margin-bottom: 1.5%;
}
.expert_list .tit {
  color: #444444;
  margin-bottom: 9px;
}
.expert_list p {
  color: #888888;
  font-size: 14px;
  /* overflow: hidden;text-overflow: ellipsis;white-space: nowrap; */
}
.expert_list .txt {
  text-align: center;
  padding: 15px 0;
}
.expert_list .pic img {
  width: 100%;
}
.expert_box {
  position: relative;
}
.expert_list .con {
  position: relative;
}

.expert_list li .info {
  position: absolute;
  left: 0;
  background: #fff;
  display: none;
  border: 1px solid #e1e1e1;
  z-index: 9;
  height: 260px;
  overflow-y: auto;
  margin-top: -71px;
  right: 0;
}

.expert_list li .info .info-inner {
  padding: 30px 20px;
}

.expert_list li .info .name {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin: 0 0 8px;
}

.expert_list li .info .pos {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: normal;
  margin: 0;
}

.expert_list li .condesc {
  font-size: 14px;
  color: #666;
  line-height: 1.85;
  padding-top: 20px;
}

.expert_list li .pic {
  position: relative;
}

.expert_list li .pic:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 10px 5px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  z-index: 10;
  opacity: 0;
}

.expert_list li .con.active .pic:after {
  opacity: 1;
}

.team_swi .team_d {
  width: 54.6%;
  position: inherit;
}

.team_swi .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #575b5d;
  opacity: 1;
}
.team_swi .swiper-pagination-bullet-active {
  background-color: #17288a;
}

.honor_box {
  display: flex;
  justify-content: space-between;
}
.honor_box .img .txt {
  color: #444;
  text-align: center;
  line-height: 1.4em;
  padding: 16px 0;
}
.honor_box .l {
  width: 28.5%;
}
.honor_box .img img {
  width: 100%;
}
.honor_box .img .pic {
  position: relative;
  overflow: hidden;
}
.honor_box .img .pic .mry1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.honor_box .r {
  width: 71.5%;
  padding-left: 70px;
  display: flex;
  overflow: hidden;
  align-content: flex-end;
  align-items: flex-end;
}

.honor_box .r .con {
  width: 100%;
}

.years_swi .swiper-slide {
  width: auto;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  border-right: 1px solid #e1e1e1;
  cursor: pointer;
}
.years_swi {
  margin: 0 -10px 30px;
  padding-top: 4px;
}
.years_swi .swiper-slide:last-child {
  border: none;
}
.years_swi .swiper-slide.on {
  color: #17288a;
  font-weight: bold;
}

.honor_swi .pic {
  position: relative;
  overflow: hidden;
}

.honor_swi .zss {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.honor_swi .pic img {
  width: 100%;
}
.honor_swi .txt {
  font-size: 14px;
  color: #444;
  text-align: center;
  padding: 16px 0;
  line-height: 1.4em;
}
.honor_swi {
  padding-top: 30px;
}

.honor_swi .honor_scr {
  top: 0;
  bottom: auto;
  width: 100%;
  left: 0;
}

.honor_swi .swiper-scrollbar-drag {
  background-image: url(/uploads/image/pimages/jt.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #17288a;
}

.hide-tab2 {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.nytit p {
  width: 100%;

  line-height: 1.4em;
  margin-bottom: 20px;
}
.nytit p img {
  height: 30px;
  width: 30px;
}
.nytit p span {
  width: calc(100% - 30px);
}
.nav_li a {
  font-size: 18px;
  color: #999999;
  line-height: 1.4em;
  margin-bottom: 10px;
  display: block;
}

.nav_li a:hover {
  color: #17288a;
}
.nav_li li.on a {
  color: #17288a;
}

.nav_li {
  padding-left: 40px;
}
.solution_con {
  color: #444444;
  font-weight: 100;
  line-height: 1.4em;
}
.solution_con p {
  margin-bottom: 16px;
}
.solution_con p s {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bdbdbd;
  margin-right: 10px;
  -webkit-transform: translatey(-3px);
  -moz-transform: translatey(-3px);
  -o-transform: translatey(-3px);
  transform: translatey(-3px);
  margin-top: 0;
  margin-bottom: 0;
}
.solution_con2 .tit {
  color: #444444;
  line-height: 1.4em;
  margin-bottom: 26px;
}
.solution_con2 s {
  display: block;
  height: 1px;
  background-color: #e1e1e1;
  margin: 40px 0;
}
.solution_con2 .desc {
  color: #444444;
  line-height: 1.75em;
  font-size: 14px;
  margin-bottom: 45px;
}

.solution_con2 .info {
  color: #444444;
  font-weight: bold;
}

.solution_con2 .info p {
  line-height: 1.4em;
  margin-bottom: 10px;
}
.solution_con2 .info a {
  color: #17288a;
  text-decoration: revert;
}

.solution_con2 .info p.p3 {
  display: flex;
  justify-content: space-between;
}

.solution_con2 .info .span {
  font-size: 14px;
  font-weight: normal;
  color: #444444;
}
.gs_con {
  margin-bottom: 45px;
}
.gs_con .tit_f {
  color: #444444;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.gs_con .content_f {
  color: #444444;
  line-height: 1.75em;
  font-size: 14px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}

.gs_con:last-child .content_f {
  border: none;
}

.solution_con4 .tit {
  color: #222222;
  line-height: 1.4em;
  margin-bottom: 16px;
}
.solution_con4 .con1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}
.solution_con2 .text {
  color: #666666;
  line-height: 1.75em;
  font-size: 14px;
}
.solution_con2.tein p {
  color: #666666;
  line-height: 1.75em;
  font-size: 14px;
}

.solution_con2.tein p img {
  display: inline-block;
}
.content_x img,
.content_f img {
  display: inline-block;
}
.solution_con4 .con1:last-child {
  border: none;
}
.sol6_list {
  border: 1px solid #e1e1e1;
  width: 100%;
}
.sol6_list tr {
  overflow: hidden;
}
.sol6_list tr:last-child {
  border: none;
}
.sol6_list tr td {
  width: 20%;
  height: 60px;
  line-height: 60px;
  float: left;
  padding: 0 18px;
  border-right: 1px solid #e1e1e1;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e1e1e1;
}

.sol6_list tr:first-child td {
  font-weight: bold;
  border-right: 1px solid #e1e1e1;
}
.sol6_list tr:last-child td {
  font-weight: bold;
  border-bottom: none;
}

.sol6_list tr td:last-child {
  border-right: none;
}

.sol6_list tr:last-child td {
  border: none;
}

.dbu_desc {
  font-size: 14px;
  color: #444444;
  line-height: 1.75em;
  margin-bottom: 45px;
}

.bu_con {
  padding-bottom: 70px;
  border-bottom: 1px solid #e1e1e1;
}

.bu_swi .swiper-slide img {
  width: 100%;
}

.bu_swi .swiper-button-next,
.bu_swi .swiper-button-prev,
.bu_swi2 .swiper-button-next,
.bu_swi2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  margin-top: -50px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bu_swi .swiper-button-next,
.bu_swi2 .swiper-button-next {
  background-image: url(/uploads/image/pimages/bu_j.png);
  right: 0px;
  left: auto;
}

.bu_swi .swiper-button-prev,
.bu_swi2 .swiper-button-prev {
  background-image: url(/uploads/image/pimages/bu_j.png);
  left: 0px;
  right: auto;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.bu_swi .swiper-button-next:hover,
.bu_swi .swiper-button-prev:hover,
.bu_swi2 .swiper-button-next:hover,
.bu_swi2 .swiper-button-prev:hover {
  background-image: url(/uploads/image/pimages/bu_j2.png);
}

.hb_swi .icon {
  margin-bottom: 25px;
  border: 1px solid #e1e1e1;
  position: relative;
}
.hb_swi .icon img {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hb_swi .icon:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.hb_con {
  padding-top: 10px;
}
.hb_con s {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 60px;
}

.hb_pn div {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.hb_pn div img {
  width: 100%;
  height: 100%;
}

.hb_pn div img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.hb_pn .next {
  margin-left: 4px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.hb_pn div:hover img:last-child {
  opacity: 1;
}

.hb_pn {
  position: absolute;
  top: 40px;
  right: 50px;
}

.hb_swi .icon img {
  width: 100%;
}
.wh_list {
  margin: 0 -34px;
}
.wh_list li {
  padding: 0 34px;
  float: left;
  width: 50%;
  margin-bottom: 40px;
}

.wh_list li .pic {
  overflow: hidden;
}

.wh_list li .pic img {
  width: 100%;
}

.wh_list li .txt {
  padding-top: 46px;
}
.wh_list li p {
  color: #444;
  font-weight: 100;
  line-height: 1.4em;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.wh_list li .tit {
  color: #444;
  position: relative;
  margin-bottom: 24px;
}

.wh_list li .tit span {
  background-color: #fff;
  padding-right: 8px;
}

.wh_list li .tit::before {
  content: '';
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  z-index: -1;
}

.tj_box .tit {
  color: #444;
  margin-bottom: 30px;
}

.tj_box .items {
  color: #666666;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 20px;
  font-weight: 100;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 54px;
  margin-bottom: 54px;
}
.tj_box .items p {
  margin-bottom: 8px;
}
.tj_box .items span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #bdbdbd;
  margin-right: 10px;
  vertical-align: middle;
}
.nav_qhs {
  margin-bottom: 30px;
}
.nav_qhs .item {
  display: inline-block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #444444;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-right: 24px;
  background-color: #f7f8fa;
  cursor: pointer;
  margin-bottom: 14px;
}
.nav_qhs .item:last-child {
  margin-right: 0;
}

.nav_qhs .item:hover,
.nav_qhs .item.on {
  background-color: #17288a;
  border-color: #17288a;
  color: #fff;
}

.hd_box {
}
.hd_box .tito {
  color: #444444;
  line-height: 1.4em;
  font-weight: 100;
  margin-bottom: 20px;
}

.hd_box .desc {
  color: #666;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 45px;
}

.bu_swi2 img {
  width: 100%;
}

.joinsearch .inner {
  float: right;
  position: relative;
  z-index: 9;
}
.joinsearch input.text {
  width: 169px;
  height: 38px;
  padding: 10px;
  line-height: 16px;
  background: #fff;
  border: 1px solid #e1e1e1;
  position: relative;
  top: -3px;
  outline: none;
}

.joinsearch .select {
  position: relative;
  width: 118px;
}
.joinsearch .select dl {
  width: 100%;
  height: 38px;
  padding: 10px;
  line-height: 16px;
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
}
.joinsearch .select dl span {
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.joinsearch .select dl span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -3px;
  right: 0;
  border-style: solid dashed dashed dashed;
  border-width: 6px 6px 0 6px;
  border-color: #999 transparent transparent transparent;
}
.joinsearch .select ul {
  display: none;
  position: absolute;
  top: 37px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  z-index: 6;
}
.joinsearch .select ul li a {
  display: block;
  line-height: 24px;
  padding: 5px 10px;
  color: #999;
}
.joinsearch .btn {
  width: 90px;
  height: 38px;
  border: 1px solid #e1e1e1;
  background: #b2b2b2;
  color: #000;
  text-align: center;
  line-height: 36px;
  position: relative;
  top: -3px;
}
.joinsearch .inner > * {
  display: inline-block;
  margin-left: 5px;
}
.joinsearch .select ul li a:hover {
  color: #222;
  background: #e6e6e6;
}

.joinsearch input.text::-webkit-input-placeholder {
  color: #999;
}
.joinsearch input.text:-moz-placeholder {
  color: #999;
}
.joinsearch input.text::-moz-placeholder {
  color: #999;
}
.joinsearch input.text:-ms-input-placeholder {
  color: #999;
}

.joinlist .item {
  border: 1px solid #e1e1e1;
  padding: 15px 20px;
  margin-top: 15px;
}
.joinlist .item-head {
  cursor: pointer;
  position: relative;
  padding-right: 120px;
}
.joinlist .item-head h2 {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  color: #333;
}

.joinlist .item-head h2 span {
  font-size: 14px;
  padding-left: 10px;
}
.joinlist .item .addr {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 50px;
  font-size: 14px;
  color: #666;
}

.joinlist .item .adxz {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 150px;
  font-size: 14px;
  color: #666;
}

.joinlist .item .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.joinlist .item .arrow:before {
  width: 100%;
  left: 0;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.joinlist .item .arrow:after {
  height: 100%;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  top: 0;
}
.joinlist .item .arrow:after,
.joinlist .item .arrow:before {
  content: '';
  position: absolute;
  background: #666;
}
.joinlist .item.active .arrow:after {
  right: 50%;
  left: auto;
}
.joinlist .item.active .arrow:before {
  right: 50%;
  top: auto;
  bottom: 0;
  left: auto;
}
.item-con .tit {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 22px;
  border-top: 1px dashed #e1e1e1;
  padding-top: 20px;
}

.item-con .desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.item-con {
  padding: 20px 0 40px;
  display: none;
}
.f_info {
  font-size: 14px;
  color: #666666;
  line-height: 1.4em;
}
.f_info a {
  color: #17288a;
  padding-left: 6px;
}

.joinlist .item.active .arrow {
  transform: rotate(45deg);
}

.news_years .swiper-slide.on,
.news_years .swiper-slide:hover {
  color: #fff;
  font-weight: bold;
  background-color: #17288a;
}

.news_years .swiper-slide {
  width: auto;
  padding: 5px 10px;
  font-size: 16px;
  color: #333;
  border-right: 1px solid #e1e1e1;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.news_years {
  margin: 0 -10px 30px;
}
.news_list .con {
  display: block;
  padding: 20px;
  border: 1px solid transparent;
  border-bottom-color: #e1e1e1;
}
.news_list {
  border-top: 1px solid #e1e1e1;
  margin-bottom: 46px;
}
.news_list .time {
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
}

.news_list p {
  font-size: 16px;
  color: #333333;
  line-height: 1.4em;
}

.news_list li .con:hover {
  border-color: #e1e1e1;
  border-top-color: transparent;
}

.pages li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 20px;
}

.pages li:last-child {
  margin-right: 0;
}
.pages li a {
  color: #999999;
}
.pages li.on,
.pages li:hover {
  background-color: #17288a;
}

.pages li.on a,
.pages li:hover a {
  color: #fff;
}
.page_box {
  display: flex;
}

.page_box .pagr_r {
  display: flex;
  align-items: center;
  margin-left: 34px;
}
.page_box .to_num {
  display: flex;
  font-size: 14px;
  color: #999999;
  align-items: center;
}

.page_box .to_num input {
  width: 40px;
  height: 32px;
  border: 1px solid #dbdbdb;
  margin: 0 10px;
  outline: none;
  text-align: center;
}
.page_box .btn {
  font-size: 14px;
  color: #999999;
  margin-left: 16px;
  cursor: pointer;
}
.news_desc .tit {
  color: #222;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.new_info {
  margin-bottom: 32px;
}
.new_info p {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  padding: 0 22px;
  border-right: 1px solid #e1e1e1;
}

.new_info p:last-child {
  border: none;
}

.new_info p:first-child {
  padding-left: 0;
}
.content_x {
  padding: 32px 0 42px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.content_x {
  font-size: 14px;
  color: #444444;
  line-height: 1.75em;
  text-align: justify;
}

.bto_box span {
  width: 7px;
  height: 11px;
  position: relative;
  display: block;
  margin-right: 10px;
}
.bto_box span img {
  width: 100%;
  height: 100%;
}
.bto_box span img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bto_box p {
  display: flex;
  align-items: center;
  color: #666666;
  width: 74px;
}
.bto_box .tr {
  color: #666666;
  width: calc(100% - 74px);
  line-height: 1.4em;
}
.bto_box a {
  display: flex;
}
.bto_box {
  padding-top: 30px;
}

.bto_box a:hover span img:last-child {
  opacity: 1;
}
.bto_box a:hover .tr {
  color: #17288a;
}

.bto_box a:hover p {
  color: #17288a;
}
.penv_n {
  margin-bottom: 16px;
}

.bto_box {
  display: flex;
  justify-content: space-between;
}
.bto_box .l {
  width: calc(100% - 180px);
}

.bto_box .r .return_f {
  display: block;
  width: 140px;
  height: 45px;
  text-align: center;
  background-color: #17288a;
  border-radius: 4px;
  color: #fff;
  line-height: 45px;
  font-size: 14px;
}

.table_list {
  border: 1px solid #e1e1e1;
}
.table_list li {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
.table_list li:last-child {
  border: none;
}
.table_list li p {
  min-height: 40px;
  /* line-height: 40px; */
  position: relative;
  text-align: center;
  padding: 6 6px;
  font-size: 16px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4em;
}
.table_list li p::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e1e1e1;
}

.table_list li p:nth-child(1) {
  width: 18%;
  text-align: left;
  padding: 6px 16px;
  background-color: #f5f5f5;
  justify-content: flex-start;
}

.table_list li p:nth-child(2) {
  width: 12.7%;
}
.table_list li p:nth-child(3) {
  width: 10%;
}
.table_list li p:nth-child(4) {
  width: 8%;
}
.table_list li p:nth-child(5) {
  width: 8%;
}
.table_list li p:nth-child(6) {
  width: 8%;
}
.table_list li p:nth-child(7) {
  width: 6.3%;
}
.table_list li p:nth-child(8) {
  width: 8%;
}
.table_list li p:nth-child(9) {
  width: 12%;
}
.table_list li p:nth-child(10) {
  width: 9%;
}
.table_list li:nth-child(2) {
  background-color: #f5f5f5;
}
.table_list li:nth-child(1) {
  background-color: #f5f5f5;
  border: none;
}
.table_list li:nth-child(1) p {
  border-bottom: 1px solid #e1e1e1;
}
.table_list li:nth-child(1) p:nth-child(1) {
  border: none;
}

.table_list li:nth-child(1) p:nth-child(2) {
  width: 22.7%;
}

.table_list li:nth-child(1) p:nth-child(3) {
  width: 38.3%;
}
.table_list li:nth-child(1) p:nth-child(4) {
  width: 21%;
}

.a_dw2 {
  position: relative;
  top: -90px;
}
.contact_list {
  margin: 0 -15px;
  display: flex;
  flex-direction: column;
}
.contact_list li {
  width: 33.333%;
  float: left;
  margin-bottom: 50px;
  padding: 0 15px;
}
.contact_list .lis {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  padding: 0 15px;
}

.contact_list li .con .tel {
  display: flex;
  font-size: 16px;
  color: #444444;
  font-weight: 100;
  margin-bottom: 14px;
}

.contact_list li .con .tel img {
  width: 14px;
  height: 17px;
}
.contact_list li .con .tel span {
  width: calc(100% - 14px);
}

.contact_list li .con p {
  color: #222222;
  font-weight: bold;
}
.contact_list li .con {
  position: relative;
  padding-left: 30px;
}

.contact_list li .con::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #17288a;
  height: 100%;
  width: 6px;
}

.m_head {
  display: none;
  height: 50px;
  overflow: hidden;
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #eee;
}
.m_head .mlt {
  display: block;
  float: left;
}
.m_head .mlt img {
  display: block;
  height: 54px;
  margin-top: -1px;
}
.m_head .img {
  width: 50px;
  float: right;
}
.m_head .img img {
  display: block;
  width: 100%;
}
.m_nav {
  font-family: microsoft yahei;
  display: block;
  position: fixed;
  z-index: 199;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  box-sizing: border-box;
}

.m_out {
  width: 15%;
  float: left;
}
.m_out img {
  display: block;
  width: 100%;
}
.m_nav {
  display: block;
  position: fixed;
  z-index: 199;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  box-sizing: border-box;
}
.m_nav.act {
  right: 0;
}
.m_out {
  width: 50px;
  float: right;
  max-width: 50px;
  margin-right: 3%;
}
.m_out img {
  display: block;
  width: 100%;
}
.wow {
  opacity: 1;
}
.m_navbox {
  width: 100%;
  box-sizing: border-box;
  float: right;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 0;
  overflow: auto;
  box-sizing: border-box;
}
.m_navbox div,
.m_navbox a {
  color: #666;
  display: block;
}
.m_navbox a {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
}
.m_navbox div,
.m_navbox a.ltp {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 0;
  display: block;
}
.m_navbox li > div:nth-child(1),
.m_navbox a.ltp {
  padding: 10px 30px 10px 50px;
  position: relative;
}
.m_navbox li > div:nth-child(1):after,
.m_navbox a.ltp:after {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  background: #17288a;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 30px;
}
.m_navbox li > div:nth-child(1) {
  background: url(/uploads/image/pimages/plus.png) 95% center no-repeat;
  background-size: 16px;
}
.m_navbox li.act > div:nth-child(1) {
  background: url(/uploads/image/pimages/reduce.jpg) 95% center no-repeat;
}
.m_navbox div.lbt {
  padding: 5px 50px;
  display: none;
  border-bottom: 1px solid #17288a;
}
.m_navbox li.act > div:nth-child(1) {
  color: #17288a;
}
.m_navbox li.act > div:nth-child(1):after {
  background: #17288a;
}
.m_navbox .lange {
  text-align: center;
}
.m_navbox .lange a {
  display: inline-block;
  margin: 0 10px;
}
.m_navbox li.lang {
  padding: 10px;
}
.m_navbox li.lang > a {
  display: block;
  float: left;
  text-align: center;
  width: 50%;
  font-size: 20px;
}
.m_navbox li.se {
  padding: 10px 30px;
}
.m_navbox li.se input {
  display: block;
  width: calc(100% - 40px);
  float: left;
  display: block;
  height: 40px;
  border: none;
  outline: none;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
}
.m_navbox li.se a {
  display: block;
  width: 40px;
  float: right;
  padding: 0;
}
.m_navbox li.se a img {
  display: block;
  width: 20px;
  margin: 10px;
}

.div_inp {
  width: 93%;
  height: 40px;
  padding-left: 29px;
  float: left;
  display: flex;
  align-items: center;
}
.mol_so {
  padding: 0 12px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.div_inp a {
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #17288a;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
.m_head .img {
  position: relative;
  height: 30px;
  top: 10px;
}
.m_head .img span::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in,
    background-color 0.15s ease;
}
.m_head .img span {
  top: 50%;
  margin-top: -1.5px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.m_head .img span::after {
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0.15s ease;
}
.m_head .img span::before,
.m_head .img span::after {
  content: '';
  display: block;
}
.m_head .img span::after {
  bottom: -10px;
}

.m_head .img span,
.m_head .img span::before,
.m_head .img span::after {
  width: 40px;
  height: 3px;
  background-color: #808080;
  border-radius: 3px;
  position: absolute;
  transition: transform 0.15s ease;
}
.m_head .img span::before {
  top: -10px;
}

.m_nav_con {
  width: 325px;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -100%;
  float: right;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.m_nav {
  opacity: 0;
  visibility: hidden;
}
.m_nav.act .m_nav_con {
  right: 0;
}
.m_nav.act {
  opacity: 1;
  visibility: initial;
}

.select_von .select {
  display: inline-block;
}

.select_von .select.sel2 {
  margin-left: 5px;
}
.more_n {
  display: none;
}

.two_a {
  margin-left: 12px;
}
.fl_list .con {
  display: block;
}
@media (max-width: 1920px) {
  /* .main {
    min-height: 1080px;
  } */
}
@media (max-width: 1680px) {
  /* .main {
    min-height: 1050px;
  } */
  .team_swi .hrus {
    height: 150px;
    overflow-y: auto;
  }
}

@media (max-width: 1440px) {
  /* .main {
    min-height: 900px;
  } */
}

@media (max-width: 1440px) {
  .f_12 {
    font-size: 12px;
  }
  .f_16 {
    font-size: 14px;
  }
  .f_18 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 18px;
  }
  .f_22 {
    font-size: 20px;
  }
  .f_24 {
    font-size: 22px;
  }
  .f_26 {
    font-size: 24px;
  }
  .f_28 {
    font-size: 26px;
  }
  .f_30 {
    font-size: 28px;
  }
  .f_32 {
    font-size: 30px;
  }
  .f_34 {
    font-size: 30px;
  }
  .f_36 {
    font-size: 30px;
  }
  .f_38 {
    font-size: 30px;
  }
  .f_40 {
    font-size: 32px;
  }
  .f_42 {
    font-size: 32px;
  }
  .f_54 {
    font-size: 38px;
  }
  .f_46 {
    font-size: 34px;
  }
  .team_swi .swiper-slide .txt .desc {
    margin-bottom: 18px;
  }
  .team_swi .item {
    margin-bottom: 14px;
  }
}

@media (max-width: 1366px) {
  /* .main {
    min-height: 768px;
  } */

  .team_swi .hrus {
    height: 94px;
    overflow-y: auto;
  }
}

@media (max-width: 1025px) {
  .f_12 {
    font-size: 12px;
  }
  .f_16 {
    font-size: 14px;
  }
  .f_18 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_22 {
    font-size: 16px;
  }
  .f_24 {
    font-size: 16px;
  }
  .f_26 {
    font-size: 16px;
  }
  .f_28 {
    font-size: 18px;
  }
  .f_30 {
    font-size: 18px;
  }
  .f_32 {
    font-size: 18px;
  }
  .f_34 {
    font-size: 20px;
  }
  .f_36 {
    font-size: 20px;
  }
  .f_38 {
    font-size: 20px;
  }
  .f_40 {
    font-size: 22px;
  }
  .f_42 {
    font-size: 22px;
  }
  .f_46 {
    font-size: 24px;
  }
  body {
    min-width: 200px;
  }
  .box {
    min-width: 200px;
    padding: 0 5%;
  }
  .team_swi .swiper-slide {
    display: block;
  }
  .team_swi .swiper-slide .txt {
    width: 100%;
    padding-left: 0px;
  }
  .team_swi .swiper-slide .pic {
    width: auto;
  }
  .team_swi .swiper-slide .pic img {
    width: auto;
    margin: 0 auto 20px;
  }
  .team_box .douh {
    display: none;
  }
  .team_swi .team_d {
    width: 100%;
  }
  .table_list {
    width: 1100px;
  }
  .table_von {
    overflow-x: auto;
    padding-bottom: 15px;
  }

  .team_swi .hrus {
    height: auto;
    overflow-y: auto;
  }
}

@media (max-width: 960px) {
  .main {
    min-height: calc(100vh - 142px);
  }

  .header_main {
    display: none;
  }
  .m_head {
    display: block;
  }
  .main {
    padding-top: 80px;
  }
  .pc {
    display: none;
  }
  .ml {
    display: block;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-slide a {
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .p_50 {
    padding: 30px 0;
  }
  .in_tit {
    margin-bottom: 20px;
  }
  .fl_list {
    margin: 0 -10px;
  }
  .in_news li,
  .fl_list li {
    width: 50%;
    padding: 0 10px;
  }
  .fl_list .tit {
    margin: 20px 0 15px;
  }
  .fl_list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .fl_list li .btn {
    width: 110px;
    line-height: 40px;
  }
  .row3 .icons a:not(:last-child) {
    margin-right: 40px;
  }
  .p_70 {
    padding: 40px 0;
  }
  .footer .box,
  .footer .l p,
  .footer .l a {
    display: block;
    text-align: center;
    margin-bottom: 4px;
  }
  .footer p {
    margin-right: 0px;
  }
  .solution_con2 s {
    margin: 30px 0;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .nytit,
  .nycontainer {
    width: 100%;
    float: none;
  }
  .nytit p {
    width: 100%;
    margin-bottom: 25px;
  }
  .expert_list li {
    width: 48.5%;
  }
  .expert_list li .info {
    margin-top: 0;
    position: static;
    width: 208%;
    margin-bottom: 30px;
  }
  .expert_list li .info {
    height: auto;
    left: 0;
  }
  .expert_list li:nth-child(2n) .info {
    margin-left: -108%;
    right: 0;
  }
  .team_box {
    padding-top: 30px;
  }
  .honor_box .r {
    padding-left: 30px;
  }
  .nav_li {
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .nav_li a {
    font-size: 14px;
  }
  .solution_con2 .info p.p3 {
    display: block;
  }
  .solution_con2 .info span {
    display: block;
    margin-bottom: 10px;
  }
  .solution_con2 .desc {
    margin-bottom: 30px;
  }
  .solution_con2 .tit {
    margin-bottom: 20px;
  }
  .solution_con4 .con1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .sol6_list {
    width: 800px;
  }
  .solution_con6 {
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .sol6_list li p {
    font-size: 14px;
  }
  .dbu_desc {
    margin-bottom: 20px;
  }
  .bu_con {
    padding-bottom: 30px;
  }
  .hb_con s {
    margin-bottom: 30px;
    margin-top: -30px;
    display: none;
  }
  .hb_pn {
    top: -4px;
    right: 5%;
  }
  .box.bv2 .p_50 {
    padding: 0 0 30px;
  }
  .hb_swi .icon {
    margin-bottom: 15px;
  }
  .wh_list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .wh_list {
    margin: 0 -10px;
  }
  .wh_list li .txt {
    padding-top: 26px;
  }
  .wh_list li .tit {
    margin-bottom: 20px;
  }
  .nav_qhs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .tj_box .items {
    font-size: 16px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .nav_qhs .item {
    margin-right: 15px;
  }
  .nav_qhs {
    margin-bottom: 20px;
  }
  .news_list .con {
    padding: 20px 0;
  }
  .news_list li .con:hover {
    border-color: #e1e1e1;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .page_box {
    display: none;
  }
  .more_n {
    margin: 0 auto;
    border-radius: 3px;
    background: #17288a;
    border-bottom: 1px solid #17288a;
    color: #fff;
    font-size: 14px;
    width: 110px;
    line-height: 40px;
    text-align: center;
    display: block;
  }
  .contact_list li {
    width: 50%;
    float: left;
    margin-bottom: 35px;
    padding: 0 15px;
  }
  .two_a {
    text-align: center;
  }
  .two_a img {
    display: inline-block;
  }
  .new_info p {
    border: none;
    padding: 0 10px 0 0px;
    margin-bottom: 6px;
  }
  .bto_box {
    display: block;
  }
  .bto_box .l {
    width: 100%;
    margin-bottom: 16px;
  }

  .joinlist .item .adxz {
    position: initial;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
  }
}

@media (max-width: 600px) {
  .in_news li,
  .fl_list li {
    width: 100%;
    padding: 0;
  }
  .in_news,
  .fl_list {
    margin: 0;
  }
  .row3 .icons img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .row3 .icons a:not(:last-child) {
    margin-right: 20px;
  }
  .row3 .icons a {
    font-size: 14px;
  }
  .honor_box {
    display: block;
  }
  .honor_box .l {
    display: none;
  }
  .honor_box .r {
    padding-left: 0;
    width: 100%;
  }
  .wh_list li {
    padding: 0 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .wh_list {
    margin: 0 0px;
  }
  .joinsearch .inner {
    float: none;
  }
  .joinsearch input.text {
    width: 100%;
    margin-bottom: 10px;
  }
  .select_von .select {
    width: 48%;
  }
  .select_von {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .joinsearch .btn {
    margin-left: 0;
  }
  .joinsearch .inner > * {
    margin-left: 0;
  }
  .joinsearch .btn {
    width: 49%;
  }
  .item-con .desc {
    margin-bottom: 20px;
  }
  .select_von .select.sel2 {
    margin-left: 2%;
  }
}
