* {
  padding: 0;
  margin: 0;
  /* font-family: "microsoft yahei", PingFangSC, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif; */
  font-family:"Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important
}

html {
  font-size: 100px;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

a {
  text-decoration: none;
  transition: color 0.4s;
  color: inherit;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

div, p {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif !important;
}

img {
  max-width: 100%;
  border: none;
  display: block;
  margin: 0 auto;
}

input {
  vertical-align: middle;
  margin: 0;
  font-family: "Arial", "Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
  font-size: 14px;
  color: #444;
  outline: none;
  border: 0;
}

textarea {
  width: 100%;
  border-color: #d2d2d2;
  resize: none;
  border-radius: 4px;
  outline: none;
  border: none;
}

input, textarea {
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
  border-color: #e6e6e6;
}

html, body, h3, h2, ul, li, p {
  padding: 0;
  margin: 0;
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bg-gray {
  background-color: #fafafa;
}

.clearfix {
  *zoom: 1
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: " ";
  clear: both;
}

.text-defalut {
  color: #01519a;
}

.btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #01519a;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
  background-color: #01519a;
}

.btn-sm {
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
  font-size: 12px;
}

.btn-xs {
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  font-size: 12px;
}

.btn-block {
  display: block;
}

.img img {
  margin: 0 auto;
}

.well {
  display: flex;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 16px #645654;
}

.clearfix {
  *zoom: 1;
  clear: both;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: ""
}

.clearfix:after {
  clear: both;
}

.text-default {
  color: #01519a;
}

.clear {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.article-content img {
  max-width: 100%;
}

.article-content {
  padding: 20px 15px;
  font-size: 15px;
}

.polyfill {
  height: 80px;
}

.hd-polyfill {
  height: 94px;
}

.pagination {
  position: relative;
  text-align: center;
  margin: 50px 0;
}

.jsr-page {
  padding: 0 4.25%;
  clear: both;
  display: block;
  /* margin-top: 30px; */
  /* margin-bottom: 30px; */
}

.jsr-page>li {
  cursor: pointer;
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  line-height: 20px;
}

.jsr-page>li>span, .jsr-page>li>a {
  padding: 10px 15px;
  border: 1px solid #C3C3C3;
  display: inline-block;
}

.jsr-page>li>span, .jsr-page>li>a:hover {
  border: 1px solid #206bd1;
  color: #206bd1;
}

.form-item {
  margin-bottom: 15px;
  clear: both;
}

.form-label {
  float: left;
  display: block;
  padding: 9px 15px;
  width: 80px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}

.input-block {
  margin-left: 110px;
  min-height: 36px;
}

.input {
  display: block;
  width: 100%;
  padding-left: 10px;
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
}

.textarea {
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
}

.hide {
  display: none;
}

.swiper-container {
  width: 100%;
}

.container {
  width: 1200px;
  margin: auto;
}

#footer {
  text-align: center;
}

#footer-box {
  text-align: center;
  padding: 10px 0;
}

#footer .head {}

#footer .head .cn {
  color: rgb(48, 48, 83);
  font-family: 微软雅黑;
  font-size: 30px;
  letter-spacing: 1px;
}

#footer .head .en {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 200%;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(146, 148, 167);
}

#footer .head .address {
  display: inline-block;
  padding: 5px 0;
  border-top: 1px solid #343953;
  height: 20px;
  font-size: 12px;
}

#footer .box {}

#footer .mobile {
  display: block;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: rgb(30, 38, 74);
}

#footer .email {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgb(30, 38, 74);
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .container {
    padding: 0px 15px;
    width: auto;
  }
  .contact-icon {
    margin-right: 20px;
  }
  .hd {
    background: none;
    box-shadow: none;
  }
  .hd .menu-btn {
    display: block;
    height: 45px;
    width: 45px;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 99;
    white-space: nowrap;
    color: transparent;
    cursor: pointer;
  }
}

@media (max-width: 1700px) {
  #main-navigation>li {
    width: 124px;
  }
}

@media (max-width: 1500px) {
  .top-box {
    width: 90%;
  }
  .hd .inner {
    width: 90%;
    min-width: 90%;
  }
  .hd_head>.info {
    padding: 20px 15px;
  }
  #main-navigation>li {
    width: 110px;
  }
  .nav>.item {
    width: 120px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    width: 90%;
  }
  .hd .inner {
    width: 94%;
    min-width: 94%;
  }
  #main-navigation>li {
    font-size: 15px;
    width: 100px;
  }
}

@media (max-width: 1200px) {
  .container {}
  .hd_head>.info {
    display: none;
  }
  #main-navigation {
    /*display: flex;*/
  }
  #main-navigation>li {
    flex: 1;
    font-size: 16px;
    /*width: 120px;*/
  }
  .hd .inner {
    width: 98%;
    min-width: 98%;
  }
  .nav>.item {
    width: 100px;
  }
}

@media (max-width: 1000px) {
  .nav>.item {
    width: auto;
    padding: 0 8px;
  }
  #main-navigation>li {
    font-size: 15px;
    width: 100px;
  }
}

@media (max-width: 768px) {
  .contact-icon {
    margin-right: 20px;
  }
  .hd .logo {
    display: none;
    padding: 5px;
    margin-top: 10px;
  }
  .menu-right>.nav-contact {
    display: none;
  }
  .menu-right>.search {
    width: 90%;
  }
  .top-box {
    width: 96%;
  }
}

@media (max-width: 768px) {
  .container {
    width: auto;
    box-sizing: border-box;
  }
  .hd .nav {
    position: fixed;
    transform: rotateY(90deg);
    z-index: 998;
    width: 90%;
    height: auto;
    max-height: 90vh;
    top: 10%;
    left: 5%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: transform 0.3s;
    overflow: scroll;
  }
  .nav>.item>.toggle {
    position: relative;
  }
  .hd.open .nav {
    transform: rotateY(0deg);
  }
  .hd .nav>.item {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .nav>.item::after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: rotateY(90deg);
    transform-origin: left center;
    background-color: white;
    transition: transform 0.4s;
    transition-delay: 0.3s;
  }
  .hd.open .nav>.item::after {
    transform: rotateY(0);
  }
}

@media (max-width: 768px) {
  .hd.open .menu-btn span {
    background: white;
  }
  .hd .menu-btn {
    display: block;
    height: 45px;
    width: 45px;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 99;
    white-space: nowrap;
    color: transparent;
    cursor: pointer;
  }
  #main-navigation>li {
    position: relative;
    float: none;
    width: 90%;
    padding: 0;
    margin: 2px auto;
  }
  #main-navigation>li>.toggle {
    position: relative;
    border: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .toggle .left .item:hover, .box-more-one .left .item.active {
    background-color: rgba(0, 0, 0, 0.4);
    color: #333;
  }
  .toggle>.right {
    display: none;
  }
  .toggle>.left {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    position: relative;
    background: none;
  }
  .toggle .left .item {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    color: #333;
  }
  .toggle .left .item:last-child {
    margin-bottom: 0;
  }
  #main-navigation>li>a {
    width: 100%;
    color: white;
  }
  #main-navigation>li.active>a, #main-navigation>li:hover>a {
    background: white;
    color: #bebebe;
  }
  .menu-btn span {
    top: 21px;
    left: 8px;
    background-color: #f2f2f2;
    /*-webkit-transition: background 0.2s 0.5s;*/
    /*-moz-transition: background 0.2s 0.5s;*/
    /*transition: background 0.2s 0.5s;*/
  }
  .menu-btn span::before {
    bottom: 8px;
  }
  .menu-btn span::after {
    top: 8px;
  }
  .menu-btn span::before, .menu-btn span:after {
    content: '';
    left: 0;
    background-color: #f2f2f2;
    -webkit-transition: -webkit-transform 0.2s 0.5s;
    -moz-transition: -moz-transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s;
  }
  .menu-btn span, .menu-btn span::before, .menu-btn span::after {
    position: absolute;
    width: 28px;
    height: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu-btn:hover>span, .menu-btn:hover>span::before, .menu-btn:hover>span::after {
    background-color: #222;
  }
  .hd.open .menu-btn span::before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    /* transform: translateY(8px) rotate(-45deg); */
  }
  .hd.open .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .hd.open .menu-btn span::after {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(100%, 0, 0);
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInLefts {
  from {
    transform: translate3d(100%, 0, 0);
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideOutLeft {
  from {
    left: 0%;
    opacity: 1;
  }
  to {
    left: -100%;
    opacity: 0.5;
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(-100%, 0, 0);
    opacity: 0.5;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    left: 0%;
    opacity: 1;
  }
  to {
    left: 100%;
    opacity: 0.5;
  }
}

@keyframes opacity-0-100 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes translateTop {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes translateBottom {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes scaleToBlack {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.icon-weixin {
  color: #62b900;
  /*color: #44b549;*/
}

.icon-zhifubao, .icon-zhifubao1 {
  color: #00a0e9;
}