
/* CSS Document */
*{margin: 0;padding: 0;}
body{margin:0px;font-family: "PingFangM", "微软雅黑", Arial, sans-serif !important; }
input,textarea,select,option{font-family: "PingFangM", "微软雅黑", Arial, sans-serif !important;}
a{text-decoration:none; color: #333;}
a:-webkit-any-link {text-decoration: none;}
a:focus, a:hover{text-decoration:none;}
img{border:0px;}
ul{margin:0px; padding:0px;}
li{margin:0px; padding:0px; list-style:none;}
h1{margin:0px; padding:0px;}
h2{margin:0px; padding:0px;}
h3{margin:0px; padding:0px;}
.clear{clear:both;}
:focus {OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: 0px;}
object,embed,a,input{bblr:expression_r(this.onFocus=this.blur());outline:none;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);box-shadow: none; -webkit-appearance: none;  background-color: transparent;}
textarea{overflow: auto;vertical-align: top;resize: none;box-shadow: none; -webkit-appearance: none;  background-color: transparent;}
textarea:focus {outline: none;}
audio:not([controls]) {display: none;height: 0;}
:-moz-placeholder {color: #999;}
::-webkit-input-placeholder {color: #999;}
::-webkit-inner-spin-button {-webkit-appearance: none;}
::-webkit-outer-spin-button {-webkit-appearance: none;}
::-ms-expand {padding: 0.5em;color: #34538b;border: 1px solid #a0b3d6;background: #000;}
/* ============================== ============================================*/

/* -------------------------------------------------
 * form
 * -------------------------------------------------
*/
input {border-width: 0;border-color: white;border-style: none;background: none;}
input:focus {outline: none;}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
.input {cursor: pointer;}
button,
input,
select,
textarea {
  font-size: 1rem;
  margin: 0;
  outline: 0 none;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.submit-btn {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
button[disabled],
input[disabled],
.disable {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"],
.form-radio,
.form-checkbox {
  box-sizing: border-box;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.color {
  color: #e2221b;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}

.pt2 {
  padding-top: 20px;
}
.pb2 {
  padding-bottom: 20px;
}
.mb2 {
  margin-bottom: 20px;
}
.mt2 {
  margin-top: 20px;
}
.pt1 {
  padding-top: 10px;
}
.pb1 {
  padding-bottom: 10px;
}
.mb1 {
  margin-bottom: 10px;
}
.mt1 {
  margin-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.bgcolor {
  background: #f8f8f8;
}
.centers {
  text-align: center;
}
.block {
  display: inline-block;
}
.line {
  border-bottom: 1px solid #d3d3d3;
}
.clear {
  clear: both;
}
.pre {
  position: relative;
}
.clearfix {
  zoom: 1;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.show {
  display: block;
}
.text-one{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate_top {
  -webkit-animation: s1-1 0.7s ease;
  -ms-animation: s1-1 0.7s ease;
  -moz-animation: s1-1 0.7s ease;
  -o-animation: s1-1 0.7s ease;
  animation: s1-1 0.7s ease;
}

.top-space {
  width: 100%;
  height: 80px;
}

.nav-bar-layout {
  padding-left: 32px;
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 2px 0px;
}

.nav-bar-inner-layout {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.nav-bar-title1 a {
  font-size: 16px;
  color: #c13939;
  line-height: 16px;
}

.nav-bar-arrow {
  width: 8px;
  height: 12px;
  margin: 0 8px;
}

.nav-bar-title2 a {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}

@media screen and (max-width: 1200px) {
  .w1200 {
    width: 100%;
    margin: 0 auto;
  }
}



