/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
* {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
}

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
}

figcaption,
figure,
main { /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details, /* 1 */
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* css reset
   =========================================================================  */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  /* box-sizing: border-box; */
  vertical-align: baseline;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Alibaba-PuHuiTi-Light';
  /*src: url('../webfont/webfont.eot'); !* IE9*!*/
  src: url('../webfont/Alibaba-PuHuiTi-Light.otf?#iefix') format('opentype'), /* IE6-IE8 */ url('../webfont/Alibaba-PuHuiTi-Light.otf') format('opentype'), /* chrome、firefox */ url('../webfont/Alibaba-PuHuiTi-Light.otf') format('opentype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../webfont/Alibaba-PuHuiTi-Light.otf#webfont') format('opentype'); /* iOS 4.1- */
  /*src: url("../../assets/webfont/Alibaba-PuHuiTi-Light.otf") format("opentype");*/
}

html, body {
  font-family: "Alibaba-PuHuiTi-Light" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-y: scroll;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100vw;
  line-height: 1;
  /* overflow: hidden; // 影响sticky定位 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f5f5;
}

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

ul, ol, li {
  list-style: none;
}

textarea {
  -webkit-appearance: none;
}

a {
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}

img {
  -webkit-touch-callout: none;
  /* pointer-events: none; */
  user-select: none;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

body {
  background: rgb(255, 255, 255);
  /*font-family: SimSun, 宋体, 华文细黑, STHeiti, MingLiu !important;*/
}

body, html {
  width: 100%;
  /*height: 100%;*/
  position: relative;
  min-width: 1350px
}

.hide {
  display: none !important;
}

.ellipsis {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.noright {
  margin-right: 0 !important;
}

.w1200 {
  width: 1200px;
}

.header-box {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid transparent;
}

.header-index .header-main .header-menu .header-ul li {
  color: #5A5A5A;
}

.header-index .header-logo {
  background-image: url("../img/logo.png") !important;
  background-size: contain;
}

.header-index .header-menu .header-ul li a {
  color: #5A5A5A !important;
}

.top-img {
  width: 100%;
  position: relative;
}

.top-img img {
  width: 100%;
}

.top-img .top-img-text {
  position: absolute;
  left: calc(50% - 600px);
  top: 40%;
  color: #ffffff;
  padding-left: 80px;
}

.top-img .top-img-text h1 {
  font-size: 48px;
  font-weight: 400;
}

.top-img .top-img-text p {
  font-size: 28px;
  font-weight: 400;
  margin-top: 26px;
}

.box-center {
  margin-left: 50%;
  /*transform: translateX(-50%);*/
  margin: auto;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";*/
}

.header-main {
  height: 90px;
  /*overflow: hidden;*/
}

.header-main .header-logo {
  width: 195px;
  height: 46px;
  background-image: url("../img/logo.png");
  background-size: contain;
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-top: 22px;
}

.header-main .header-logo img {
  width: 100%;
  height: 100%;
}

.header-main .header-menu {
  /*overflow: hidden;*/
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  margin-top: 22px;
  float: right;
}

.header-main .header-menu .header-ul {
  /*display: flex;*/
  float: right;
  display: inline-block;
  vertical-align: middle;
  /*overflow: hidden;*/
  height: 46px;
}

.header-main .header-menu .header-ul li {
  float: left;
  font-size: 16px;
  color: #5A5A5A;
  margin-left: 86px;
  position: relative;
  cursor: pointer;
  line-height: 46px;
}

.header-main .header-menu .header-ul li:hover {
  /*color: #0033CC;*/
  font-weight: bold;
}

.header-main .header-menu .header-ul li a:hover {
  /*color: #0033CC;*/
  font-weight: bold;
}

.header-main .header-menu .header-three-ul li:hover {
  color: #0033CC;
}

.header-main .header-menu .header-three-ul li a:hover {
  color: #0033CC;
}

.header-main .header-menu .header-ul li a {
  color: #5A5A5A;
}

.header-main .header-menu .header-ul li i {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  margin-left: 7px;
}

.header-main .header-menu .header-ul li a.active {
  font-weight: bold !important;
}

.header-main .header-menu .header-child-ul {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -115px;
  /*padding-top: 25px;*/
}

.header-main .header-menu .header-child-ul li {
  margin-left: 0;
  padding: 0px 10px 0 30px;
  /*background: #FFFFFF;*/
  /*box-shadow: 1px 2px 4px #C3C3C3;*/
}

.header-main .header-menu .header-child-ul .header-three-ul {
  background: #FAFAFA;
  width: 176px;
  /*box-shadow:0px 3px 5px #C3C3C3;*/
  box-shadow: 1px 2px 4px #C3C3C3;
  overflow: hidden;
}

.header-main .header-menu .header-child-ul .header-three-ul li {
  width: 136px;
  font-weight: 100;
}

.header-main .header-menu .header-child-ul .header-three-ul a li.active {
  color: #0034C9;
}

.header-main .header-menu .header-child-ul .header-three-ul a li.active::after {
  content: '';
  padding: 9px 3px;
  background-color: #0034C9;
  font-weight: bold;
  position: absolute;
  right: 156px;
  top: 16px;
}

.header-noscroll .header-logo {
  background: url("../img/logov2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.header-noscroll .header-menu .header-ul li i {
  color: #FFFFFF;
}

.header-noscroll .header-menu .header-ul li {
  color: #FFFFFF;
}

.header-noscroll .header-menu .header-child-ul a li {
  color: #5A5A5A;
}

.header-noscroll .header-menu .header-ul li a {
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
}

.header-index .header-noscroll .header-menu .header-ul li i {
  color: #767676;
}

.top-menu-page {
  background: #f8f8f8;
}

.top-menu-fixed {
  position: fixed;
  top: 91px;
  width: 100%;
  z-index: 9;
}

.top-menu-page ul {
  width: 650px;
  overflow: hidden;
}

.top-menu-page ul li {
  font-size: 18px;
  line-height: 80px;
  cursor: pointer;
  letter-spacing: 2px;
  float: left;
  text-align: center;
}

.top-menu-page ul li.active {
  color: #0132CC;
  border-bottom: 1px solid;
}

.content-title {
  width: 100%;
}

.content-title .just-title {
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #1d1d1d;
  letter-spacing: 2px;
}

.content-title .sub-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #5a5a5a;
  letter-spacing: 1px;
  margin-top: 14px;
}

.content-title .title-bom-line {
  width: 34px;
  height: 6px;
  background-color: #4360BB;
  margin: 14px auto 0 auto;
}

.footer-box {
  height: auto;
}

.footer-main {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #ffffff;
}

.footer-main .main-body {
  width: 100%;
  /*display: flex;*/
  overflow: hidden;
}

.footer-main .main-body .footer-item {
  /*flex:1;*/
  width: 209px;
  padding-left: 90px;
  border-right: 1px solid #1e273d;
  float: left;
}

.footer-main .main-body .footer-item:nth-last-child(1) {
  border-right: none;
}

.footer-main .main-body .footer-item .footer-title {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #f8f8f8;
  letter-spacing: 1px;
}

.footer-main .main-body .footer-item .footer-content {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #989ead;
  letter-spacing: 1px;
  margin-top: 26px;
}

.footer-main .main-body .footer-item .footer-content li {
  line-height: 30px;
}

.footer-main .main-body .footer-item .footer-content li a {
  color: #989ead;
}

.footer-main .main-body .footer-item .footer-phone {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 20px;
}

.footer-main .main-body .footer-item .footer-img {
  margin-top: 40px;
  width: 107px;
  height: 107px;
}

.footer-main .main-body .footer-item .footer-img img {
  width: 100%;
}

.footer-wei {
  position: fixed;
  bottom: 100px;
  right: 55px;
}

.footer-wei .footer-service-content {
  width: 50px;
  height: 140px;
  background-color: #ffffff;
  box-shadow: 1px 2px 4px #C3C3C3;
}

.footer-wei .footer-service-content .service-img {
  width: 50px;
  height: 140px;
}

.footer-wei .footer-service-content .service-img .img {
  width: 100%;
}

.footer-wei .footer-go-top {
  margin-top: 10px;
  width: 50px;
  height: 45px;
  background-color: #FFFFFF;
  box-shadow: 1px 2px 4px #C3C3C3;
  cursor: pointer;
}

.footer-wei .footer-go-top img {
  width: 100%;
}

.main-footer-mark {
  width: 1280px;
  border-top: 1px solid #1e273d;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #989ead;
  letter-spacing: 1px;
}

.main-footer-mark .mark-text {
  margin-top: 10px;
  text-align: center;
  height: 20px;
  font-size: 12px;
}

.main-footer-mark .mark-text p {
  display: inline-block;
  float: left;
  line-height: 20px;
}

.main-footer-mark .mark-text a {
  overflow: hidden;
  display: inline-block;
}

.main-footer-mark .mark-text a:first-child {
  margin-right: 15px;
}

.main-footer-mark .mark-text a img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  float: left;
}

.main-footer-mark .mark-text a p {
  height: 20px;
  line-height: 20px;
  color: #989ead;
  float: left;
}

.bg-news {
  background: url("../img/index-new.jpg");
  background-size: 100% 100%;
}


