body {
  margin: 0 auto;
  overflow-x: hidden;
  /* font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53"; */
  font-family: "SourceHanSansCN","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53";
  position: relative;
  background: #fff;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fw-blod {
  font-weight: bold;
}

.fw-500 {
  font-weight: 500;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
    padding: 0 3.5%;
  }
}

.index-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header {
  width: 100%;
  height: 90px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}

.header .container {
  max-width: 1400px;
  /* padding: 21px 0 0 10px; */
}

.header .container .mobile-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .container .mobile-menu a {
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url("../image/menu.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.header .container .mobile-menu a.active {
  background: url("../image/menu-close.png") no-repeat center;
  -moz-background-size: 24px;
  background-size: 24px;
}

.header .container .logo {
  float: left;
  margin: 25px 0;
}

.header .container .logo a {
  display: block;
}

.header .container .logo a img {
  display: block;
  width: 100%;
}

.header .container .nav {
  float: right;
}

.header .container .nav ul {
  float: left;
}

.header .container .nav ul li {
  float: left;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header .container .nav ul li:last-child {
  margin-right: 0;
}

.header .container .nav ul li a{
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.header .container .nav ul li.on a.f {
  background: #01438c;
  color: #fff;
}

.header .container .nav ul li:hover a.f {
  background: #01438c;
  color: #fff;
}

.header .container .nav ul li:hover .nav-child-list {
  display: block;
}

.header .container .nav ul li a.f {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 30px 5px;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header .container .nav ul li a.f span {
  display: block;
}

.header .container .nav ul li .nav-child-list {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 136px;
  /* -webkit-transform: translateX(-50%); */
  /* -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
  background: #fff;
}

.header .container .nav ul li .nav-child-list .nav-child-list-con dl {
  padding: 10px 0;
}

.header .container .nav ul li .nav-child-list .nav-child-list-con dl dt {
  text-align: center;
  padding: 6px 0;
}

.header .container .nav ul li .nav-child-list .nav-child-list-con dl dt:hover {
  background: #01438c;
}

.header .container .nav ul li .nav-child-list .nav-child-list-con dl dt:hover a {
  color: #fff;
}

.header .container .nav ul li .nav-child-list .nav-child-list-con dl dt a {
  font-size: 14px;
  color: #333;
}

.header .container .nav .en {
  float: left;
  margin: 0 0 0 36px;
}

.header .container .nav .en a {
  background: url(../image/arrow.png) right center no-repeat;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin: 36px 0 0;
  padding: 0 20px 0 0;
  display: inline-block;
}

.header .container .nav .searchWrap {
  float: left;
  margin-left: 10px;
  position: relative;
  height: 38px;
  width: 38px;
}

.header .container .nav .searchWrap .searchCon {
  float: left;
  width: 38px;
  height: 38px;
  margin: 5px 10px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease .4s;
  margin: 27px 0 0;
}

.header .container .nav .searchWrap .searchCon:hover {
  background: #eaeaea;
  width: 160px;
}

.header .container .nav .searchWrap .searchCon .k {
  font-size: 14px;
  color: #333;
  width: 100%;
  line-height: 38px;
  height: 38px;
  border: none;
  background: none;
  outline: none;
  text-indent: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  display: none;
}

.header .container .nav .searchWrap .searchCon:hover .k {
  display: block;
}

.header .container .nav .searchWrap .searchCon .btn {
  display: block;
  width: 26px;
  height: 38px;
  background: url("../image/search-btn.png") no-repeat left center;
  -moz-background-size: 26px;
  background-size: 26px;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}


@media screen and (max-width:1100px) {
  .header .container .nav .searchWrap {
    padding: 0 20px;
  }

  .header .container .nav .searchWrap .searchCon {
    background: #eaeaea;
    position: relative;
    /* width: 160px; */
  }

  .header .container .nav .searchWrap .searchCon .k {
    display: block;
  }
}

.header .container .nav .searchWrap .lang {
  float: left;
  padding: 10px;
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.header .container .nav .searchWrap .lang a {
  float: left;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.header .container .nav .searchWrap .lang a.active {
  border-bottom: 1px solid white;
}

.footer {
  height: 100%;
  padding-top: 60px;
  background: #f4f4f4;
}

.footer .footer-top{
  padding: 0 0 2em;
  position: relative;
}
.footer .footer-top .footer-link {
  float: left;
  width: 85%;
}

.footer .footer-top .footer-link dl {
  float: left;
  width: 15%;
}
.footer .footer-top .footer-link dl:nth-child(6){
  width: 16%;
}

.footer .footer-top .footer-link dl dt {
  font-size: 18px;
  color: #333;
  margin-bottom: 2px;
  min-height: 54px;
}

.footer .footer-top .footer-link dl dd {
  padding: 5px 0;
}

.footer .footer-top .footer-link dl dd a {
  font-size: 14px;
  color: #666;
}

.footer .footer-top .footer-link dl dd a:hover {
  color: #01438c;
}

.footer .footer-top .footer-qr {
  float: left;
  width: 15%;
  text-align: right;
  border-left: 1px solid #d9d9d9;
}

.footer .footer-top .footer-qr .footer-qr-img {
  display: inline-block;
  text-align: center;
}

.footer .footer-top .footer-qr .footer-qr-img img {
  display: block;
  width: 96px;
  padding: 6px;
  background: #fff;
}

.footer .footer-top .footer-qr .footer-qr-img span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.footer .footer-bottom {
  text-align: center;
}

.footer .footer-bottom p{
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-bottom p a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #999;
  padding: 0 14px;
}
.footer .footer-bottom p a::after{
  background: #999;;
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 1px;
  height: 14px;
  display: inline-block;
  transform: translateY(-50%);
}
.footer .footer-bottom p a:last-child::after{
  display: none;
}

.footer .footer-bottom p a:hover {
  color: #01438c;
}

.footer .footer-copy {
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

.footer .footer-copy p {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}

.footer .footer-copy p a {
  display: inline-block;
  color: #999;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #d9d9d9;
}

.footer .footer-copy p a:last-child {
  padding-right: inherit;
  margin-right: inherit;
  border-right: none;
}

.footer .footer-copy p a:hover {
  color: #01438c;
}
.footer .friendship {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  background: #fff;
  text-align: center;
}
.footer .friendship h3 {
  position: relative;
  border: 1px solid #C8C8C8;
  border-radius: .25em;
  line-height: 2.15em;
  height: 2.15em;
  padding: 0 1.75em 0 1em;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.footer .friendship h3:after {
  content: "﹀";
  position: relative;
  left: .75em;
  top: .125em;
}
.footer .friendship ul {
  display: none;
  position: absolute;
  right: 0;
  bottom: 2.2em;
  list-style-type: none;
  border-bottom: 1px solid #C8C8C8;
  background: #FFF;
  line-height: 2em;
  min-width: 100%;
}
.footer .friendship ul li {
  display: block;
  border: 1px solid #C8C8C8;
  border-bottom: 0;
}
.footer .friendship ul a {
  display: block;
  padding: 0 1.25em;
  color: #666;
}
.footer .friendship ul a:hover {
  background: #347EC3;
  color: #FFF;
}
.footer .friendship.show ul {
  display: block;
}
.pageTit {
  position: relative;
}

.pageTit .t-ch {
  font-size: 36px;
  color: #333;
  font-weight: 500;
}

.pageTit .t-en {
  font-size: 16px;
  color: #ddd;
  font-weight: bold;
  text-transform: uppercase;
}

.pageTit .moreBtn {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.pageTit .moreBtn a {
  font-size: 16px;
  color: #333;
}

.pageTit .moreBtn a:hover {
  color: #01438c;
}

@media screen and (max-width: 1440px) {
  .header {
    height: 66px;
  }
  .pageTit .t-ch {
    font-size: 28px;
  }
  .header .container .nav ul li a.f {
    font-size: 14px;
    padding: 30px 6px;
  }
  .header .container .nav .searchWrap, .header .container .nav .en {
    margin: 0 0 0 14px;
  }
  .header .container .nav .en a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .header .container {
    padding: 0 10px;
  }
  .header .container .logo {
    margin: 32.5px 0 0;
  }
  .header .container .logo a img {
    width: 270px;
  }
  .header .container .nav ul li a.f {
    padding: 30px 8px;
  }
}

@media screen and (max-width: 1024px) {
  .index-header {
    z-index: 999;
  }
  .header {
    height: 55px;
  }
  .header .container {
    padding: 11px 15px;
  }
  .header .container .mobile-menu {
    display: block;
    font-size: 0;
  }
  .header .container .logo {
    margin-top: 0px;
  }
  .header .container .nav {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 55px);
    height: -moz-calc(100vh - 55px);
    height: calc(100vh - 55px);
    background: #fff;
    z-index: 999;
    overflow-y: scroll;
    border-top: 1px solid #e8373d;
  }
  .header .container .nav ul {
    float: none;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }
  .header .container .nav ul li {
    float: none;
    width: 100%;
    margin: 0 0 1px;
  }
  .header .container .nav ul li.on a.f {
    border: none;
  }
  .header .container .nav ul li:hover a.f {
    border: none;
  }
  .header .container .nav ul li a.f {
    color: #333;
    padding: 12px;
    border-bottom: none;
  }
  .header .container .nav ul li .nav-child-list {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .container .nav ul li .nav-child-list .nav-child-list-con dl {
    padding: 0 0 10px;
  }
  .header .container .nav ul li .nav-child-list .nav-child-list-con dl dt {
    padding: 8px 15px;
    text-align: left;
    margin: 1px 0 0;
  }
  .header .container .nav ul li .nav-child-list .nav-child-list-con dl dt a {
    display: block;
    font-size: 14px;
  }
  .container .nav .en {
    padding: 0 0 0 18px;
  }
  .header .container .nav .searchWrap {
    margin-left: 0;
    padding: 0 20px;
    width: 100%;
    margin: 20px 0;
  }
  .header .container .nav .searchWrap .searchCon {
    width: inherit;
    margin: 0;
  }

  .header .container .nav .searchWrap .searchCon:hover {
    background: #eaeaea;
    width: 100%;
  }
  .header .container .nav .searchWrap .searchCon .k {
    display: none;
  }
  .header .container .nav .searchWrap .searchCon .btn {
    right: 10px;
  }
  .header .container .nav .searchWrap .lang {
    background: none;
  }
  .header .container .nav .searchWrap .lang a {
    color: #333;
  }
  .header .container .nav .searchWrap .lang a.active {
    border-bottom: 1px solid black;
  }
  .footer .footer-con {
    padding: 0 60px;
  }
  .footer .footer-con .footer-link .f-logo img {
    width: 130px;
  }
  .footer .footer-con .footer-link .f-link ul li {
    padding: 0 12px;
  }
  
  .pageTit .t-ch {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .header .container .logo {
    margin-top: 5px;
  }
  .header .container .logo a img {
    width: 210px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .footer-top .footer-link {
    float: none;
    width: 100%;
  }
  .footer .footer-top .footer-link dl,
  .footer .footer-top .footer-link dl:nth-child(6){
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footer-top .footer-link dl dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer .footer-top .footer-link dl dd {
    display: inline-block;
    margin-right: 15px;
  }
  .footer .footer-top .footer-qr {
    float: none;
    width: 100%;
    border: none;
    text-align: center;
  }
  .footer .footer-bottom {
    text-align: center;
  }
  .footer .friendship {
    position: relative;
    display: block;
    margin: 20px auto;
    width: 200px;
    bottom: 0;
  }
  .footer .friendship ul {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    text-align: left;
  }
  .footer .friendship h3{
    font-size: 14px;
  }
}

.sub-banner {
  width: 100%;
  position: relative;
}

.sub-banner img {
  display: block;
  width: 100%;
}

.sub-banner .sub-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.sub-banner .sub-container .sub-title {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.sub-banner .sub-container .sub-title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 6px;
  position: absolute;
  bottom: 80px;
}

@media screen and (max-width: 1400px) {
  .sub-banner .sub-container .sub-title h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 960px) {
  .sub-banner {
    overflow: hidden;
  }
  .sub-banner img {
    width: 110%;
    margin: 0 -5%;
    max-width: inherit;
    position: relative;
    /* left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); */
  }
  .sub-banner .sub-container .sub-title h2 {
    font-size: 26px;
  }
}

.sub-nav {
  background: #f4f4f4;
  border-top: 1px solid #01438c;
}

.sub-nav ul {
  margin: 0 auto;
}

.sub-nav ul.ul-1 li {
  width: 100%;
}

.sub-nav ul.ul-2 li {
  width: 50%;
}

.sub-nav ul.ul-3 li {
  width: 33.33%;
}
.sub-nav ul.ul-8 li {
  width: 12.5%;
}

.sub-nav ul.ul-5 li {
  width: 20%;
}

.sub-nav ul.ul-4 li {
  width: 25%;
}

.sub-nav ul.ul-6 li {
  width: 16.66%;
}

.sub-nav ul.ul-7 li {
  width: 14.28%;
}

.sub-nav ul li {
  float: left;
  text-align: center;
}

.sub-nav ul li.active {
  background: #01438c;
}

.sub-nav ul li.active a {
  color: #fff;
}

.sub-nav ul li:hover {
  background: #01438c;
}

.sub-nav ul li:hover a {
  color: #fff;
}

.sub-nav ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 20px 0;
}

.crumbs {
  width: 100%;
  overflow: hidden;
}

.crumbs ul {
  float: right;
  line-height: 50px;
}

.crumbs ul li {
  float: left;
  font-size: 14px;
  color: #0a4063;
  margin-left: 5px;
}

.crumbs ul li a {
  color: #0a4063;
}

.page-number {
  text-align: center;
  margin-top: 40px;
}

.page-number .page-con {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.page-number .page-con a {
  display: block;
  padding: 0 8px;
  margin: 0 2px;
}

.page-number .page-con .page-prev {
  float: left;
}

.page-number .page-con .page-prev a {
  display: block;
  float:left;
}

.page-number .page-con .page-prev a:hover {
  color: #fff;
  background: #0a4064;
float:left;
}

.page-number .page-con .page-next {
  float: left;
}

.page-number .page-con .page-next a {
  display: block;
  float:left;
}

.page-number .page-con .page-next a:hover {
  color: #fff;
  background: #0a4064;
  float:left;
}

.page-number .page-con ul {
  float: left;
}

.page-number .page-con ul li {
  float: left;
}

.page-number .page-con ul li.active a {
  color: #fff;
  background: #0a4064;
}

.page-number .page-con ul li a:hover {
  color: #fff;
  background: #0a4064;
}

@media screen and (max-width: 1400px) {
  .sub-banner .sub-container .sub-title {
    max-width: 1200px;
  }
}

@media screen and (max-width: 960px) {
  .sub-nav .container {
    padding: 0;
  }
  .sub-nav ul.ul-6 {
    width: 100%;
    max-width: inherit;
  }
  .sub-nav ul li a {
    padding: 12px 0;
  }
}


@media screen and (max-width: 768px) {
  .sub-nav{
    overflow-x: auto;
  }
  .sub-nav ul.ul-8,
  .sub-nav ul.ul-7,
  .sub-nav ul.ul-5 {
    width: 768px;
  }
  .cover{
      background: rgba(0, 0, 0, 0.3);
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sub-nav ul.ul-2 {
    max-width: 100%;
  }
  .sub-nav ul.ul-6 {
    max-width: inherit;
    width: 545px;
  }
  .sub-nav ul.ul-6 li {
    width: 90px;
  }
}

.functional-area {
  text-align: center;
  margin: 35px 0;
  display: none;
}

.functional-area>.item {
  display: inline-block;
  margin: 0 5%;
}

.functional-area>.item img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.functional-area>.item a {
  color: #01438c;
  font-weight: 520;
  font-size: 20px;
}

/* @media screen and (max-width: 1400px) {
  .functional-area>.item img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
  }
  .functional-area>.item a{
    font-size:16px;
  }
} */

@media screen and (max-width: 768px) {
  .functional-area {
    margin-top: 0;
  }
  .functional-area>.item {
    margin-bottom: 3%;
  }
  .simple-list li a span {
    display: none;
  }
  .simple-list li .fr {
    display: block;
    float: none;
    margin-top: 3%;
    color: #666666;
  }
  .pages {
    text-align: center;
  }
  .pages .page_jmpe {
    display: none;
  }
}

.pages {
  padding: 60px 0;
  text-align: right;
}

.pages a {
  display: inline-block;
  border: 1px solid #c8c8c8;
  margin: 0 5px;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.pages a:hover {
  color: #01438c;
}

.pages a.page_prev, .pages a.page_next {
  text-indent: 200px;
  overflow: hidden;
  width: 10px;
  white-space: nowrap;
}

.pages a.page_prev {
  background: url(../image/ico_page_prev.png) center no-repeat;
}

.pages a.page_next {
  background: url(../image/ico_page_next.png) center no-repeat;
}

.pages .page_jmpe {
  display: inline-block;
}

.pages .page_jmpe .page_inp {
  vertical-align: middle;
  width: 50px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  background: #fff;
  margin: 0 5px;
  text-align: center;
  background: none;
}
@media screen and (max-width: 768px) {
  .pageTit .t-en{
    font-size: 30px;
    text-align: center;
  }
  .pages a {
    margin: 0 2px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 14px;
}
  .pages .page_jmpe .page_inp {
    vertical-align: middle;
    width: 40px;
  }
}








