@charset "utf-8";
a, a:link, a:hover, a:visited, a:active {
    color: #0c79b1;
    text-decoration: none;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    background: none;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
}
/*模拟滚动条*/
::-webkit-scrollbar{width:8px;height:6px;}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgb(235, 235, 235);border-radius: 3px;}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{border-radius: 3px;-webkit-box-shadow: inset 0 0 6px rgb(235, 235, 235);background-color: #aaa;}
/*********标准文字*********/
/************标准title***************/
/*************标题背景英文字体******************/
/**************标题背景中文字体********************/
/**************板块中标题*****************/
/*************小村题******************/
.font-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.font-title-1 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 28px;
  color: #555;
}
.font-title-2 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.font-title-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.font-content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
}
.font-content-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 18px;
  color: #939393;
}
.font-content-4 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 16px;
  color: #939393;
}
ul,
li,
ol,
dl {
  list-style: none;
}
.pagging-bar {
  display: flex;
  flex-direction: row;
  margin: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.pagging-bar > div,
.pagging-bar a {
  color: #414141;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 4px 8px;
  margin: auto 1rem;
  border-radius: 2px;
  border: 1px solid transparent;
  display: inline-block;
}
.pagging-bar > div.hover-cursor:hover,
.pagging-bar a.hover-cursor:hover,
.pagging-bar > div.active,
.pagging-bar a.active {
  color: #297AFF;
  border-color: #297AFF;
}
.pagging-bar > div.pre-next-page:hover,
.pagging-bar a.pre-next-page:hover {
  color: #297AFF;
}
.tab-type-2 {
  display: flex;
  flex-direction: row;
  width: 960px;
  overflow: hidden;
}
.tab-type-2 > div.page {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tab-type-2-li li {
  cursor: pointer;
  opacity: .6;
}
.tab-type-2-li li.active {
  cursor: default;
  opacity: 1;
}
.tab-type-3 {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
.tab-type-3 ol {
  padding: 0;
  margin: 0;
  display: flex;
}
.tab-type-3 ol li {
  flex: 1;
  list-style: none;
  line-height: 112px;
  color: #818181;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  font-weight: normal;
}
.tab-type-3 ol li.active {
  background: linear-gradient(0deg, #e5ecf7 0%, rgba(41, 122, 255, 0) 100%);
  border-bottom-color: #297AFF;
  color: #297AFF;
}
.tab-type-3 ul {
  padding: 0;
  margin: 0;
  background-color: white;
  flex: 1;
  position: relative;
}
.tab-type-3 ul li {
  background-color: white;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  list-style: none;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  animation: hide-frame 0.5s forwards;
}
.tab-type-3 ul li.active {
  display: flex;
  animation: show-frame 0.5s forwards;
}
.tip-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tip-title .title {
  font: normal 50px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  color: #FFFFFF;
  line-height: 136px;
  font-size: 40px;
  letter-spacing: 8px;
}
.tip-title .small-title {
  font-size: 29px;
  color: #FFFFFF;
  line-height: 44px;
  letter-spacing: 3px;
}
.tip-title .line {
  margin-top: 2rem;
  background-color: #FF9000;
  height: 9px;
  width: 100px;
}
.screen-img-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.screen-img-container .screen-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: -1;
}
.ticker-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ticker-container ol.ticker-ol {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  display: flex;
  flex-wrap: nowrap;
  animation-fill-mode: forwards;
}
.ticker-container ol.ticker-ol img {
  width: 100%;
}
.ticker-container ol.ticker-ol li {
  width: 100%;
  flex-shrink: 0;
}
.ticker-container ul.ticker-bar {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  bottom: 20px;
  list-style: none;
}
.ticker-container ul.ticker-bar li {
  width: 20px;
  height: 4px;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 10px;
  border-radius: 4px;
  background-color: white;
  opacity: .7;
}
.ticker-container ul.ticker-bar li:first-child {
  margin-left: 0;
}
.ticker-container ul.ticker-bar li.active,
.ticker-container ul.ticker-bar li:hover {
  opacity: 1;
}
.english-title {
  font: normal 50px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  color: #3086FF;
  line-height: 30px;
  text-align: center;
}
.chinese-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 25px;
  color: #555;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.circle-point {
  width: 10px;
  height: 10px;
  background: #00D2FF;
  border-radius: 50%;
  margin-left: .5rem;
  display: inline-block;
}
.first {
  margin-left: 0rem;
}
.common-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.common-description {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
  color: #888888;
  line-height: 30px;
}
body.show-dialog.active {
  overflow: hidden;
}
.page-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.page-dialog > form {
  margin-top: 2rem;
  width: 660px;
  padding-left: 6rem;
}
.page-dialog .dialog-mask {
  background: #000;
  position: fixed;
  opacity: .6;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-dialog.active {
  display: flex;
}
.page-dialog .page-dialog-float {
  width: 656px;
  position: relative;
  border-radius: 7px;
  background-color: white;
  box-shadow: 0 0 3px #23243C;
  overflow: auto;
  padding: 50px;
  padding-top: 60px;
  min-width: 150px;
  min-height: 150px;
}
.page-dialog .page-dialog-float .line-field {
  margin-top: 1.5rem;
}
.page-dialog .page-dialog-float .line-field .input-error {
  line-height: 22px;
}
.page-dialog .page-dialog-float .line-title {
  margin-top: 1.3rem;
}
.page-dialog .page-dialog-float select,
.page-dialog .page-dialog-float input {
  height: 42px;
}
.page-dialog .page-dialog-float .page-btn {
  text-align: center;
  margin-top: 1.5rem;
}
.page-dialog .page-dialog-float .page-btn a {
  text-align: center;
  width: 150px;
  cursor: pointer;
  background: #297AFF;
  box-shadow: 0px 10px 20px 0px rgba(41, 122, 255, 0.3);
  border-radius: 4px;
  display: inline-block;
  color: #FBFBFB;
  line-height: 50px;
  text-decoration: none;
}
.page-dialog .page-dialog-float .page-btn a.submit {
  margin-left: 2rem;
  background: #FF9000;
  box-shadow: 0px 10px 20px 0px rgba(255, 144, 0, 0.3);
}
.page-dialog .page-dialog-float .page-btn a:hover {
  box-shadow: none;
}
.line-title {
  position: relative;
  text-align: center;
  margin-top: 3rem;
}
.line-title::before {
  content: "";
  height: 2px;
  background-color: #C9C9C9;
  opacity: 0.3;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
}
.line-title > div {
  color: #C9C9C9;
  line-height: 26px;
  display: inline-block;
  background-color: white;
  padding: 16px;
  position: relative;
}
html,
body {
  padding: 0;
  margin: 0;
  color: #333;
  background: #fff;
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  line-height: 30px;
}
.tel-num {
  position: relative;
  border-radius: 7px;
  background-color: white;
  box-shadow: 0 0 3px #23243c;
  overflow: auto;
  padding: 30px 36px;
}
/***********菜单************************/
.page-header .title-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .title-panel .menu-item:hover > div.menu-back {
  display: block;
}
.page-header .title-panel .menu-item:hover > a > span {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 85px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.page-header .title-panel .menu-item:hover > a > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
}
.page-header .title-panel div.menu-back {
  display: none;
  width: auto;
  max-width: 706px;
  background-color: white;
  box-shadow: 0 0 4px #acacac;
  min-height: 100px;
  position: fixed;
  left: calc(50% - 480px);
  top: 80px;
  border-radius: 6px;
  padding: 30px;
  box-sizing: border-box;
  line-height: 30px;
}
.page-header .title-panel div.menu-back .menu-title {
  margin-top: 1rem;
  color: #297AFF;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-header .title-panel div.menu-back .menu-title::before {
  content: "";
  background-image: url(../css/images/menu.png);
  display: inline-block;
  width: 37px;
  height: 25px;
  margin-right: 1rem;
}
.page-header .title-panel div.menu-back .menu-content a {
  text-decoration: none;
  color: #666;
  line-height: 30px;
  font-size: 18px;
  margin-top: 1rem;
  margin-right: 1rem;
  font-weight: normal;
  min-width: 120px;
}
.page-header .title-panel div.menu-back .menu-content a:hover {
  color: #297AFF;
}
.page-header .title-panel.over-div {
  background-color: rgba(0, 0, 0, 0.8);
  animation: show-menu-frame 0.5s forwards;
}
.page-header .title-panel.over-div a {
  line-height: 60px;
}
.page-header .title-panel .menu-div {
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.page-header .title-panel .logo-div,
.page-header .title-panel .staff-div {
  text-align: center;
  position: relative;
  min-width: 280px;
}
.page-header .title-panel .logo-div img {
  vertical-align: middle;
  height: 46px;
}
.page-header .title-panel .staff-div {
  position: relative;
  min-width: 120px;
}
.page-header .title-panel .staff-div a:hover:before {
  animation: none;
}
.page-header .title-panel .staff-div .staff-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  display: block;
}
.page-header .title-panel .staff-div .staff-menu a {
  display: block;
  line-height: 32px;
  text-align: left;
  letter-spacing: 5px;
}
.page-header .title-panel .staff-div:hover a {
  color: #666;
  display: block;
}
.page-header .title-panel .staff-div:hover a:hover {
  color: #333;
  background: #efefef;
}
.page-header .title-panel .staff-div:hover > div {
  background-color: white;
}
.page-header .title-panel .staff-div:hover .staff-menu {
  display: block;
  background-color: white;
}
.page-header .title-panel a {
  color: #FEFEFE;
  color: #FEFEFE99;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  /*line-height: 100px;*/
  display: inline-block;
  position: relative;
}
.page-header .title-panel a::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 3px solid white;
  opacity: .8;
}
.page-header .title-panel a.active,
.page-header .title-panel a:hover {
  opacity: 1;
  color: white;
}
.page-header .title-panel a.active::before,
.page-header .title-panel a:hover::before {
  animation: width-expand 0.5s;
  animation-fill-mode: forwards;
}
.page-header .title-panel ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.page-header .title-panel ul li {
  margin: auto 25px;
  float: left;
  position: relative;
}
/************尾部*****************/
.footer {
  box-sizing: border-box;
  padding: 76px 40px 71px;
  width: 100%;
  background: #23243C;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .company-info {
  text-align: center;
  display: flex;
  width: 960px;
  margin-bottom: 4rem;
}
.footer .company-info .compay-detail {
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  font-size: 18px;
}
.footer .company-info .compay-detail > div {
  display: flex;
  align-items: center;
}
.footer .company-info .qrcode-font {
  color: #8F90AC;
  line-height: 30px;
}
.footer .iconfont {
  font-size: 24px;
  margin-right: .5rem;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
}
/******************浮动层********************/
.customer-server {
  position: fixed;
  top: calc(50% - 170px);
  right: -13px;
  cursor: pointer;
  z-index: 9;
  background-image: url(images/customer.png);
  background-size: 100% 100%;
  width: 240px;
  height: 280px;
}
.customer-server .btn {
  width: 120px;
  line-height: 40px;
  background: linear-gradient(90deg, #3e47ff 0%, #28a1ff 100%);
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 60px;
  right: 56px;
}
.floating-window {
  position: fixed;
  top: calc(50% - 170px);
  right: -2px;
  cursor: pointer;
  z-index: 9;
  border: 1px #ddd solid;
  border-radius: 6px;
  padding: 0;
  background: #fff;
}
.floating-window li {
  text-align: center;
  padding: 15px 14px;
}
.floating-window li img {
  width: 52px;
}
.floating-window li .active-img {
  display: none;
}
.floating-window li:nth-child(2) {
  border-top: 1px #ddd solid;
}
.floating-window li:nth-child(2) img {
  width: 41px;
}
.floating-window li:hover {
  color: #297AFF;
}
.floating-window li:hover .default-img {
  display: none;
}
.floating-window li:hover .active-img {
  display: inline-block;
}
.floating-window .text-infos {
  font-size: 16px;
}
/*******************背景********************/
.back-triangle-img {
  background-image: url(images/triangle.png);
  width: 316px;
  height: 417px;
  position: absolute;
  background-repeat: no-repeat;
}
.img-bg {
  background-image: url(images/bg-1.png);
  position: absolute;
  width: 202px;
  height: 397px;
}
.paragraph-text {
  font-size: 17px;
  letter-spacing: 3px;
  text-align: left;
}
/*******************底部版权********************/
.foot-infos-bottom {
  width: 100%;
}
.foot-infos-bottom,
.foot-infos-bottom a {
  color: #5172af;
  font-size: 17px;
}
