@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  min-width: 1200px;
  overflow-x: hidden;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
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;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*# sourceMappingURL=normalize.min.css.map */
/*公共类 */
html {
  height: 100%;
  width: 100%;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
i,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}
body {
  font-family: "SF Pro Text", "Microsoft YaHei", "Arial", Microsoft YaHei, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background: #FFF;
}
a {
  margin: 0;
  padding: 0;
  color: #111;
  text-decoration: none !important;
  font-size: 14px;
}
a:hover {
  color: #0074D9;
  text-decoration: none;
}
em {
  font-style: normal;
}
hr {
  border: none;
  height: 1px solid #ddd;
}
img {
  vertical-align: middle;
}
option {
  font-size: 16px;
}
p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
section {
  display: block;
}
@keyframes tanBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 50%;
  }
}
@keyframes tanClock {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tanCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tanScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tanSlideUp {
  0% {
    top: 30px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes tanSlideDown {
  0% {
    top: -30px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes tanOpacity {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tanUpDown {
  0% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0;
  }
}
@keyframes tanDownUp {
  0% {
    top: 0px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
@keyframes tanY3d {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes tanX3d {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@keyframes tanX3d2 {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(-360deg);
  }
}
@keyframes tanZ3d {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes tanR3d {
  0% {
    transform: rotate3d(1, 1, 1, 0deg);
  }
  50% {
    transform: rotate3d(1, 1, 1, 180deg);
  }
  100% {
    transform: rotate3d(1, 1, 1, 360deg);
  }
}
@keyframes tanBorder {
  0% {
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    background: #FF9800;
  }
  100% {
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    background: #FA8630;
  }
}
.tan-scale {
  width: 100%;
  transition: transform .5s ease;
}
.tan-scale:hover {
  transform: scale(1.1);
}
/* 项目公共样式类 */
button {
  border: none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.mgt-10 {
  margin-top: 10px;
}
.mgt-20 {
  margin-top: 20px;
}
.mgt-30 {
  margin-top: 30px;
}
.mgt-40 {
  margin-top: 40px;
}
.mgt-50 {
  margin-top: 50px;
}
.mgt-60 {
  margin-top: 60px;
}
.mgt-70 {
  margin-top: 70px;
}
.mgt-80 {
  margin-top: 80px;
}
.mgt-90 {
  margin-top: 90px;
}
.mgt-100 {
  margin-top: 100px;
}
.mgt-120 {
  margin-top: 120px;
}
.mgl-10 {
  margin-left: 10px;
}
.ivu-card {
  border-radius: 0 !important;
}
/* 公共头部 */
header {
  width: 100%;
  height: 100px;
  float: left;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
header .topbar {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #fff;
  /* float: left; */
  border-bottom: 1px solid #f2f2f2;
}
header .topbar .phonebox {
  float: right;
  font-size: 16px;
  margin-right: 30px;
  color: rgb(16, 142, 233);
}
header .topbar .phonebox img{
  margin-bottom: 3px;
  width:16px;
  height: 16px;
}
.itemrow{
  width: 10px;
  height: 6px;
}
header nav {
  line-height: 64px;
  height: 80px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
header nav img {
  height: 55px;
}
header nav ul {
  /* float: right; */
}
header nav ul li {
  float: left;
  padding: 0 30px;
}
header nav ul li a {
  color: #636874;
  padding: 5px 0;
  font-weight: 600;
}
/* header nav ul li a.active {
  color: #108EE9;
  border-bottom: 2px solid #108EE9;
} */
header nav ul li:nth-child(2) {
  display: none;
}
footer {
  width: 100%;
  background: #535353;
  float: left;
}
footer .link {
  width: 100%;
  height: 200px;
  border-right: 1px solid #6E6E6E;
  color: #A39E9B;
}
footer .link a {
  color: #fff;
  padding: 0 10px;
}
footer h1 {
  color: #fff;
  padding-left: 10px;
  text-align: left;
}
footer .gray {
  color: #A39E9B;
}
footer .gray a {
  color: #A39E9B;
}
footer .beian {
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #A39E9B;
  background: #4E4E4E;
  opacity: .8;
}
.h1-title {
  width: 100%;
  text-align: center;
  position: relative;
}
.h1-title:after {
  content: '';
  width: 50px;
  height: 4px;
  background: #108EE9;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
}
.h1-title-white {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
.h1-title-white:after {
  content: '';
  width: 50px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
}



/* 底部 */
.foottop{
  width: 100%;
  /* height: 260px; */
  background:rgba(83,83,83,1);
}
.footbottom{
  width: 100%;
  /* height: 60px; */
  background:rgba(78,78,78,1);
  text-align: center;
  line-height: 60px;
  color: #A39E9B;
  font-size: 12px;
}
.footbox{
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
}
.foot1{
  margin-right: 53px;
}
.foot1 img{
  width: 117px;
  height: 45px;
}
.foot2top a{
  color: #A39E9B;
  font-size: 12px;
}
.foot2middle{
  display: flex;
  flex-wrap: wrap;
  width: 408px;
  margin-top: 38px;
  margin-bottom: 40px;
}
.foot2middle li{
  
  margin-right: 20px;
  margin-bottom: 10px;
}
.foot2middle li a{
  color: #FFFFFF;
  font-size: 12px;
}
.foot2middle li a:hover{
  color: #57a3f3;
}
.foot2bottom a{
  color: #fff;
}
.foot3{
  width: 285px;
  height: 160px;
  border-left: 1px solid rgba(116,116,116,1);
  border-right: 1px solid rgba(116,116,116,1);
  padding: 0 65px;
  box-sizing: border-box;
}
.foot3title{
  color: #A39E9B;
  font-size: 12px;
}
.foot3c{
  color: #fff;
  font-size: 12px;
}
.foot3 p:nth-child(3){
  margin-top: 10px;
}
.foot3 p:nth-child(4){
  margin-bottom: 20px;
}
.foot4{
  margin-left: 48px;
  display: flex;
}
.foot4 p{
  color: #A39E9B;
  font-size: 12px;
  margin-bottom: 20px;
}
.foot4right p{
  margin-bottom: 16px !important;
}
.foot4 img{
  width: 90px;
  height: 90px;
}
.code2img{
  width: 98px !important;
  height: 98px !important;
}
.foot4left{
  margin-right: 30px;
}
.nav1 ul li:first-child a{
  color: #108EE9;
  border-bottom: 2px solid #108EE9;
}
.nav2 ul li:nth-child(2) a{
  color: #108EE9;
  border-bottom: 2px solid #108EE9;
}
.nav3 ul li:nth-child(3) a{
  color: #108EE9;
  border-bottom: 2px solid #108EE9;
}
.nav4 ul li:nth-child(4) a{
  color: #108EE9;
  border-bottom: 2px solid #108EE9;
}
.nav5 ul li:nth-child(5) a{
  color: #108EE9;
  border-bottom: 2px solid #108EE9;
}
.nav6 ul li:nth-child(6) a{
  color: #108EE9;
  border-bottom: 2px solid #108EE9;
}
.nav7 ul li:nth-child(7) a{
  color: #108EE9;
  border-bottom: 2px solid #108EE9;
}
.nav8 ul li:nth-child(8) a{
  color: #108EE9;
  border-bottom: 2px solid #108EE9;
}
.links_ygwa{
  position: relative;
  height: 30px;
}
.links_ygwa a{
  color: #A39E9B !important;
  font-size: 12px;
}
.links_ygwa a:before{
  position: absolute;
    left: 54%;
    top: 17px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(https://static.ws.126.net/163/f2e/www/index20170701/images/sprite_img20191120.png) no-repeat -459px -662px;
    transform: scale(0.8);
}
