* {
  padding: 0;
  margin: 0;
  font-family: "microsoft yahei", PingFangSC, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
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;
}

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;
}

a {
  text-decoration: none;
  color: #666666;
}

a:hover {
  color: #01519a;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
.bg-gray {
  background-color: rgb(239, 238, 243);
}
.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;
}

.nav_head {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  margin: 0;
}

.hd {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #282828;
  box-sizing: border-box;
  box-shadow: 0 0 2px #ccc;
}
.hd.fixed {
  position: fixed;
}
.hd .inner {
  width: 84%;
  min-width: 1240px;
  margin: auto;
}

.hd .logo {
  display: block;
  padding: 13px 7px;
  /*width: 25%;*/
  float: left;
  text-decoration: none;
  /*background-color: #01519a;*/
  font-size: 20px;
  color: white;
  margin: 0 2.5%;
  height: 70px;
  box-sizing: border-box;
}
.hd .logo > img {
  max-height: 100%;
  /*width: 100%;*/
}
.hd_head > .info{
  float: left;
  padding: 20px;
  height: 94px;
  box-sizing: border-box;
  max-width: 20%;
}
.hd_head > .info h3{
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hd_head > .info h5 {
  font-size: 12px;
  text-align: justify;
  height: 18px;
}
.hd_head > .info h5 i{
  display: inline-block;
  padding-left: 100%;
}
.logo > .en,.logo > .cn {
  color: inherit;
  font-size: inherit;
}
.logo > .en {

}
.logo > .cn {
  text-align: justify;
  height: 24px;
}
.logo > .cn i{
  display: inline-block;
  width: 100%;
  height: 0;
}
.hd > .inner > .logo > .m {
  display: none;
}

.logo .pc , logo .m {
  max-height: 160px;
}
.article-content img {
  /*display: inline-block;*/
  /*margin: inherit;*/
  max-width: 100%;
}
.article-content{
  padding: 20px 15px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .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);
  }

  .open .menu-btn span::before, .open .menu-btn span::after {
    background-color: white;
  }

  .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);
  }
}

.inner > .nav {
  padding: 0;
  float: left;
  margin: 0;
  width: 75%;
}

#main-navigation {
  height: 100%;
}

#main-navigation > li {
  float: left;
  text-align: center;
  /*letter-spacing: 4px;*/
  font-size: 16px;
  padding: 0 19px;
  line-height: 70px;
}
#main-navigation > li > a{
  position: relative;
  font-family: 'microsoft yahei ui', 'microsoft yahei';
  color: #bebebe;
  display: block;
  height: 70px;
  line-height: 70px;
  transition: all .6s ease 0s;
}

#main-navigation > li.active,#main-navigation > li:hover {
  background-color: #1a1a1a;
}
#main-navigation > li.active > a, #main-navigation > li:hover > a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#main-navigation .main-item-inline {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
#main-navigation > li:hover .item-line {
  transform: translate3d(0,0,0);
}
#main-navigation > li:hover .toggleSlide{
  display: block;
}

#main-navigation > li > .toggle{
  position: absolute;
  display: none;
  flex-grow: 1;
  left: 0;
  top: 100%;
  z-index: 33;
  width: 100%;
  color: #333;
  background-color: #fff;
  border-top: 3px solid #01519a;
}
#main-navigation > li:hover > .toggle {
  /*display: flex;*/
}
.toggle > div{
  float: left;
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}

.toggle > .left {
  height: 100%;
  padding: 59px 5.9% 180px 21.9%;
  background-color: #f5f5f5;
}
.toggle .left.case-left {
  padding: 59px 8% 150px 8%;
}
.toggle > .right {
  height: 100%;
  padding: 20px 7.5% 20px 6%;
}
.toggle > .right img{
  margin: 0;
}
.toggle .left .item{
  display: block;
  font-family: 'microsoft yahei ui', 'microsoft yahei';
  padding: 0 15px;
  color: #666666;
  height: 40px;
  line-height: 40px;
  transition: all .6s ease 0s;
  min-width: 80px;
  box-sizing: border-box;
  text-align: left;
}

.toggle .left.case-left .item{
  float: left;
}

.toggle .left .item:hover, .box-more-one .left .item.active{
  background-color: #01519a;
  color: white!important;
}

.toggle  h5{
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  line-height: 34px;
}

.toggle .right .item {
  display: none;
}
.toggle .right h5{
  text-align: left;
}

.toggle a.btn-know-more{
  width: 155px;
  height: 40px;
  line-height: 40px;
  padding-left: 36px;
  font-size: 14px;
  background-color: #01519a;
  display: block;
  text-align: left;
  color: #fff;
  margin-top: 20px;
}

.toggle a.btn-know-more:hover {

}

.toggle .right .item.active {
  display: block;
}

.toggle a {
  color: inherit;
}
#main-navigation .main-item-inline .item-line {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #01519a;
  transform: translate3d(-100%,0,0);
  transition: 0.5s linear;
}

#main-navigation > li > .toggleSlide {
  position: absolute;
  z-index: 90;
  width: 100%;
  top: 120px;
  box-shadow: 0 0 4px #ccc;
  background-color: rgba(255,255,255,0.8);
  border-radius: 4px;
  display: none;
}

#main-navigation .toggleSlide > li {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: left;
  float: none;
  text-indent: 1em;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
}
#main-navigation .toggleSlide > li a{
  padding: 0;
  height: auto;
}
#main-navigation .toggleSlide > li:hover {

}
#main-navigation .toggleSlide > li a:hover{
  color: white;
}
#main-navigation .toggleSlide > li:first-child {
  border: none;
}

#main-navigation .toggleSlide > li:hover {
  background-color: #01519a;
  color: white;
}

.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;*/
  display: inline-block;
  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;
}
.swiper-container {
  width: 100%;
}
.container {
  width: 1200px;
  margin: auto;
}

#footer {
  background-color: #2b2b2b;
}

.footer a {
  color: inherit;
}
.footer {
  background-color: #1f2024;
  padding-top: 60px;
}

.footer-box {
  position: relative;
  width: 65%;
  margin: 0 auto;
  /*min-width: 1200px;*/
}
.footer-box .left > li {
  position: relative;
  float: left;
  padding-left: 0.2rem;
  line-height: 24px;
  max-width:45%;
  margin-right: 0.8rem;
}

.footer-box .left > li:last-child{
  margin-right: 0;
}

.footer-box .left > li:nth-last-child(2){
  margin-right: 0;
}
.footer-box .line-height{
  margin-bottom:16px;
}
.footer-box .line-height a{
  margin-right:8px;
  color:#e9e9e9;
}

.footer-box .left > li h3 {
  color: #7b7b7b;
}
.footer-box .left > li.pull-right{
  float: right;
}
.footer-box .left > li > a{
  display: block;
  font-size: 12px;
  line-height: 28px;
  /*height: 28px;*/
  color: #f1f1f1;
}
img.gongzhonghao {
  max-width: 126px;
}
.footer-info {
  font-size: 14px;
  color: #999;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
  line-height: 24px;
  margin-top: 40px;
}
.footer-info a:hover{
  color: #7b7b7b !important;
}

@media (max-width: 1500px){
  .footer-box{
    width: 80%;
    /*min-width: 1000px;*/
  }
  .footer-info{
    width: 80%;
  }
  .footer-info a{display:block;font-size:12px;}
}

@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;
  }
  .pull-right{
	  display:none;
  }
 
}

@media (max-width: 1500px){
  .top-box {
    width: 90%;
  }
  .hd .inner{
    width: 90%;
    min-width: 90%;
  }
  .hd_head > .info{
    padding: 20px 15px;
  }
  #main-navigation > li {
  }
  .nav > .item {
    width: 120px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 90%;
  }
  .hd .inner{
    width: 94%;
    min-width: 94%;
  }
  #main-navigation > li{
    font-size: 15px;
  }
}

@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;
  }
}

@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) {
  .nav_head {
    display: none;
  }
  .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 > a {
    height: 42px;
    line-height: 42px;
  }
  #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;
}
