* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑", "Microsoft YaHei";
  box-sizing: border-box;
}
p, p span, strong, a, h1, h2, h3, h4, h5, h6 {
  font-family: "微软雅黑", "Microsoft YaHei" !important;
}
body {
  font-size: 16px;
  min-width: 1200px;
}
::-webkit-scrollbar {
  /* display: none; */
}
.container {
  width: 1200px;
  margin: 0 auto;
}
input {
  padding: 0;
  margin: 0;
  font-size: 14px;
  border: 0;
}
li {
  list-style-type: none;
  list-style: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
img {
  max-width: 100%;
}
.flexbox {
  display: flex;
}
.flexbox-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flexbox-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flexbox-between {
  display: flex;
  justify-content: space-between;
}
.flexbox-end {
  display: flex;
  justify-content: flex-end;
}
.flexbox-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center {
  display: flex;
  align-items: center;
}
.swiper {
  width: 100%;
  height: 100%;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-25 {
  margin-bottom: 25px;
}
.my-50 {
  margin: 50px 0;
}
.py-40 {
  padding: 40px 0;
}
.py-50 {
  padding: 50px 0;
}
.pb-50 {
  padding-bottom: 50px;
}
.text-center {
  text-align: center;
}
.text-indent {
  text-indent: 2em;
}
.float-right {
  float: right;
  position: relative;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.bg-f4f8fb {
  background-color: #f4f8fb;
}
.line-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-2 {
  text-overflow: ellipsis;
  text-overflow: -webkit-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.8px;
}
.line-5 {
  text-overflow: ellipsis;
  text-overflow: -webkit-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* 路由导航 */
.route {
  background-color: #f5f8fa;
}
.bg-gray {
  background-color: #dff3fe;
}
.bg-white {
  background-color: #fff;
}
.route-border {
  background-color: #fff;
  border-bottom: 1px solid #eef3f5;
}
.route a {
  color: #24292f;
  position: relative;
  padding: 0 15px;
  margin: 15px 0;
  color: #646464;
}

.route a::before,
.route a::after {
  content: "";
  position: absolute;
  background: url(../images/icon-route.png) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
}
.route a.route-home {
  padding: 0 15px 0 30px;
}
.route-home::before {
  background-position: 0 0;
  width: 18px;
  height: 16px;
  margin-right: 8px;
  left: 0;
}
.route a:after {
  height: 11px;
  width: 6px;
  background-position: -24px 0;
  right: -2px;
}
.route a:last-child:after {
  width: 0;
  height: 0;
}
/* 图标 */
.icons {
  background: url(../images/icons-word.png) no-repeat;
  background-size: 250px 119px;
  display: inline-block;
}
.body-coming {
	background: url(../images/coming0bg.png) no-repeat;
	width: 1200px;
	height: 530px;
	text-align: center;
	display: flex;
	flex-direction: column;
    justify-content: center;
	margin-bottom: 10px;
}
.body-coming p {
	font-size: 28px !important;
	color: #2a4879 !important;
	line-height: 46px !important;
}
/* 了解更多 */
.know-more {
  color: #399bf6;
  display: block;
  width: 110px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #399bf6;
  border-radius: 17px;
}
.know-more:hover {
  border-color: #007ef2;
  color: #007ef2;
}
.icon-more-right {
  width: 6px;
  height: 10px;
  background-position: -30px -31px;
  margin-left: 5px;
  vertical-align: 1px;
}
.know-more:hover .icon-more-right {
  background-position: -60px -31px;
}
.know-more-white {
  color: #fff;
  border: 1px solid #fff;
}
.know-more-white .icon-more-right {
  background-position: -90px -31px;
}
.know-more-white:hover {
  color: #fff;
  border: 1px solid #fff;
}
/* 头部 */
.header-box {
  position: relative;
  border: 1px solid #fff;
}
.header-box .container {
  width: 1200px;
}
.header-box header {
  position: absolute;
  top: 0;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, 0);
}
.header-box ul li {
  position: relative;
}
.nav-child-box {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px;
  width: 260px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  z-index: 20;
  text-align: left;
  line-height: 30px;
}
.nav-child-box a,
.head-nav>li:hover .nav-child-box a {
  color: #fff;
  width: 100%;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 40px !important;
  height: 40px !important;
  background: none !important;
  border-radius: 0px !important;
}
.nav-child-box a:hover {
  color: #96e8ff !important;
  font-weight: normal !important;
  background: none !important;
  border-radius: 0px !important;
}
.nav-child-box a:hover::after,
.head-nav>li:hover .nav-child-box a::after {
  content: "";
  position: absolute;
  width: 0px !important;
  border-radius: 3px;
  height: 0px !important;
  background-color: #123dd0;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
}
.head-nav>li:hover .nav-child-box  {
  visibility: visible;
  opacity: 1;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.head-nav a {
  font-size: 20px;
  color: #fff;
  height: 66px;
  line-height: 66px;
  position: relative;
  padding: 0 15px;
}
.head-nav a.active {
  color: #092fc3 !important;
  font-weight: bold;
  background-color: #92e7ff;
  border-radius: 0 0 10px 10px;
}
.head-nav a.active::after {
  content: "";
  position: absolute;
  width: 18px;
  border-radius: 3px;
  height: 3px;
  background-color: #123dd0;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
}
.head-nav>li:hover a {
	color: #92e7ff;
}
.head-cpt-nav .head-nav a.active {
  color: #ffffff !important;
  background-color: #6fe49d;
}
.head-cpt-nav .head-nav a:hover,
.head-cpt-nav .head-nav>li:hover a {
    color: #6fe49d;
}
.head-cpt-nav .head-nav a.active::after {
  background-color: #ffffff !important;
}
.robot-language {
  color: #fff;
  padding-right: 10px;
  text-align: right;
  margin-top: 15px;
}
.robot-language a {
  color: #fff;
  margin: 0 10px;
}
.robot-language a.active {
  color: #75e7ff;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 23px;
}
.bannerSwiper .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.bannerSwiper .swiper-pagination-bullet-active {
  background-color: #76d0ff;
}
.bannerSwiper .swiper-slide a {
  width: 100%;
  display: block;
}
.bannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
/* 底部 */
footer {
  background-color: #d6dce2;
  padding: 50px;
}
footer p {
  color: #333333;
  text-align: center;
  padding-bottom: 10px;
}
footer a {
  color: #333333;
}
/* 侧栏 */
.sidebar-right {
  position: fixed;
  right: 50px !important;
  top: 50%;
  z-index: 99;
}
.sidebar-index-right {
  width: 110px;
}
.sidebar-index-right a {
  width: 110px;
  height: 110px;
  border-radius: 100%;
}
.show-wechat {
  position: absolute;
  width: 220px;
  right: 75px;
  display: none;
  background-color: #fff;
  z-index: 9;
  padding: 5px;
  border: 2px solid #cde6f8;
  border-radius: 5px;
  text-align: center;
  padding: 15px 0;
  background-color: #f2f6f9;
  left: 50%;
  top: 110%;
  transform: translate(-50%,0);
}
.show-wechat:before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  top: -22px;
  left: 48%;
  border-color: transparent transparent #c9e8ff transparent;
}
.show-wechat:after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  top: -20px;
  left: 48%;
  border-color: transparent transparent #f2f6f9 transparent;
}
.show-wechat img {
  width: 125px;
  height: 125px;
}
.show-wechat p {
  text-align: center;
  font-size: 12px;
  padding: 0 0 5px;
  line-height: 24px;
  color: #5e5e5e;
}

/* 分页 */
.pages {
  padding: 30px 0;
}
.pages a {
  color: #8a8a8a;
  font-size: 18px;
  margin: 0 10px;
  display: block;
  cursor: pointer;
}
/* 第一页或最后页时上一页/下一页不显示 */
.pages .first.disable,
.pages .last.disable 
.pages .prev.disable,
.pages .next.disable {
  display: none;
}
.pages .pages-list a.page-num-current {
  color: #2a77ff;
}
.cpt-list-box .pages .pages-list a.page-num-current,
.about-box-right .pages .pages-list a.page-num-current,
.pages-cpt .pages-list a.page-num-current {
  color: #00c07e;
}