body {
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
  position: relative;
  background: #fff;
}

.fl{
  float: left;
}
.fr{
  float: right;
}
.ta-c{
  text-align: center;
}

.display-l-b{
  display: inline-block;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

.gray-bg{
  background:rgba(249,249,249,1);
}
.fix-justify{
  font-size: 0;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 960px) {
  .container {
    padding: 0 15px;
  }
}

.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: 0 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("../images/menu.png") no-repeat center;
  -moz-background-size: 100%;
  background-size: 100%;
}

.header .container .mobile-menu a.active {
  background: url("../images/menu-close.png") no-repeat center;
  -moz-background-size: 24px;
  background-size: 24px;
}

.header .container .logo {
  float: left;
  margin-top: 15px;
}

.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;
  margin-right: -15px;
  position: relative;
}

.header .container .nav ul li:last-child {
  margin-right: 0;
}


.header .container .nav ul li:hover a.f ,.header .container .nav ul li.on a.f {
  background: #dc0d2a;
  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: 0 0 34px; */
  line-height: 90px;
  margin-bottom: -1px;
  position: relative;
  min-width: 83px;
  padding: 0 10px;
  text-align: center;
}

.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: 50%;
  width: 110px;
  -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: #dc0d2a; */
  color: #dc0d2a;
}

.header .container .nav ul li .nav-child-list .nav-child-list-con dl dt:hover a {
  color: #dc0d2a;
}

.header .container .nav ul li .nav-child-list .nav-child-list-con dl dt a {
  font-size: 14px;
  color: #333;
}

.header .container .nav .searchWrap {
  float: left;
  margin-left: 25px;
}

.header .container .nav .searchWrap .searchCon {
  float: left;
  width: 170px;
  height: 38px;
  margin: 26px 10px;
  background: #cbcbcb;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  position: relative;
}

.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;
}

.header .container .nav .searchWrap .searchCon .btn {
  display: block;
  width: 30px;
  height: 38px;
  background: url("../images/search-btn.png") no-repeat left center;
  -moz-background-size: 16px;
  background-size: 16px;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}

.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: 40px;
  background: #f4f4f4;
}

.footer .footer-top .footer-link {
  float: left;
  width: 72%;
  margin-top: 35px;
}

.footer .footer-top .footer-link dl {
  float: left;
  width: 14%;
}

.footer .footer-top .footer-link dl dt {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.footer .footer-top .footer-link dl dt a{
  color: #333;
}
.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: #d50a27;
}

.footer .footer-top .footer-qr {
  float: left;
  width: 28%;
  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: right;
}

.footer .footer-bottom p a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin-left: 30px;
}

.footer .footer-bottom p a:hover {
  color: #d50a27;
}

.footer .footer-copy {
  margin-top: 20px;
  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: #d50a27;
}

.pageTit {
  position: relative;
}

.pageTit .t-ch {
  font-size: 44px;
  color: #333;
}

.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: #d50a27;
}

@media screen and (max-width: 1440px) {
  .header {
    height: 66px;
  }
  .header .container .logo{
    margin-top: 18px;
  }
  .header .container .logo a img {
    width: 300px;
  }

  .header .container .nav ul li a.f {
    font-size: 14px;
    padding: 12px 10px 12px 10px;
    line-height: 42px;
  }

  .header .container .nav ul li .nav-child-list {
    top: 66px;
  }

  .header .container .nav .searchWrap .searchCon {
    margin: 14px 10px;
  }

  .pageTit .t-ch {
    font-size: 28px;
  }
  .footer .footer-top .footer-link{
    width: 67%;
  }
  .footer .footer-top .footer-qr {
    width: 33%;
  }
}

@media screen and (max-width: 1280px) {
  /* .header .container .nav ul li {
    margin-right: 16px;
  } */

  .header .container .nav ul li a.f {
    padding: 14px 10px 14px 10px;
    min-width: 70px;
    line-height: 40px;
  }

  .header .container .nav .searchWrap {
    margin-left: 15px;
  }

  .footer .footer-top .footer-link{
    width: 65%;
  }
  .footer .footer-top .footer-qr {
    width: 35%;
  }
}

@media screen and (max-width: 1100px) {
  .header .container .nav ul li {
    margin-right: 0;
  }
  .index-header {
    z-index: 999;
  }

  .header {
    height: 55px;
  }

  .header .container {
    padding: 11px 15px;
  }

  .header .container .mobile-menu {
    display: block;
  }

  .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%;
    border-bottom: 1px solid #e8373d;
  }

  .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 0;
    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;
  }

  .header .container .nav ul li .nav-child-list .nav-child-list-con dl dt a {
    display: block;
    font-size: 14px;
  }

  .header .container .nav .searchWrap {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }

  .header .container .nav .searchWrap .searchCon {
    width: inherit;
    margin: 10px 0;
  }

  .header .container .nav .searchWrap .searchCon .btn {
    background: url("../images/search-btn.png") no-repeat center;
    -moz-background-size: 14px;
    background-size: 14px;
  }

  .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;
  }

  .footer .footer-top .footer-link{
    width: 60%;
  }
  .footer .footer-top .footer-qr {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .header .container .logo {
    margin-top: -13px;
  }

  .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 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #c6c6c6;
  }

  .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;
    padding-bottom: 5px;
    text-align: center;
  }

  .footer .footer-bottom {
    text-align: center;
    margin-top: 20px;
  }

  .footer .footer-bottom p a {
    margin-left: 15px;
  }
  .footer  .mod-select{
    float: none;
    width: 100%;
  }
  .footer .footer-top .footer-qr .footer-qr-img{
    float: none;
    text-align: left;
    margin-top: 30px;
  }
}

.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: 960px;
    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 #dc0d2a; */
}
@media screen and (max-width:768px){
  .sub-nav{
    overflow-x: auto;
  }
}

.sub-nav ul {
  margin: 0 auto;
  width: 100%;
}

.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-5 li {
  width: 20%;
}

.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: #dc0d2a; */
  border-bottom: 2px solid #dc0d2a;
}

.sub-nav ul li.active a {
  color: #333;
}

.sub-nav ul li:hover {
  border-bottom: 2px solid #dc0d2a;
}

.sub-nav ul li:hover a {
  color: #333;
}

.sub-nav ul li a {
  display: block;
  font-size: 16px;
  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: #dc0d2a;
  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: #dc0d2a;
}

.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: #dc0d2a;
}

.page-number .page-con ul li a:hover {
  color: #fff;
  background: #dc0d2a;
}

@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: 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;
  }

  .sub-nav ul.ul-7 {
    max-width: inherit;
    width: 635px;
  }

  .sub-nav ul.ul-7 li {
    width: 90px;
  }
}




/* mod-select */
.mod-select {
  width:220px;
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: top;
  margin-right:50px;
  margin-top: 35px;
}

.mod-select .t-current {
  padding: 0 30px 0 10px;
  font-size:16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  height:36px;
  line-height:36px;
  position: relative;
  z-index: 3;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}

.mod-select .t-current::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  right: 8px;
  top: 12px;
  cursor: default;
  width: 16px;
  height: 16px;
  background: url(../images/ico_arr_gray_down.png) center no-repeat;
  background-size: 100%;
}

.mod-select .c-content {
  background: #fff;
  font-size: 16px;
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 100%;
}

.mod-select .ico-select {
  display: none;
}

.mod-select .c-content .s {
  display: block;
}

.mod-select .c-content .s a {
  display: block;
  padding: 0 10px;
  line-height: 32px;
}

.mod-select .c-content .s a:hover {
  background:#dc0d2a;
  color: #fff;
}


.footer-quick-link {
  width: 100%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 100px;
}
.footer-quick-link ul{
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.footer-quick-link ul a{
  display: block;
  
  padding-bottom: 15px;
}
.footer-quick-link ul a:hover{
  border-bottom: 1px solid #d50a27;
  color: #d50a27;
}
.footer-quick-link ul .icon{
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-quick-link ul .icon01{
  background-image: url(../images/quick-link-icon01.png);
}
.footer-quick-link ul .icon02{
  background-image: url(../images/quick-link-icon02.png);
}
.footer-quick-link ul a:hover .icon02{
  background-image: url(../images/quick-link-icon02-on.png);
}
.footer-quick-link ul .icon03{
  background-image: url(../images/quick-link-icon03.png);
}
.footer-quick-link ul a:hover .icon03{
  background-image: url(../images/quick-link-icon03-on.png);
}
.footer-quick-link ul .icon04{
  background-image: url(../images/quick-link-icon04.png);
}
.footer-quick-link ul a:hover .icon04{
  background-image: url(../images/quick-link-icon04-on.png);
}
.footer-quick-link li{
  width: 50%;
  float: left;
}
.footer-quick-link.column-4{
  padding-top: 40px;
}
.footer-quick-link.column-4 li{
  width: 25%;
}


.text-content-container p {
  font-size: 16px;
  color: #666666;
  line-height: 1.875;
  margin-bottom: 1em;
  text-align: justify;
  text-align-last: left;
}
.text-content-container p:last-child{
  margin-bottom: 0;
}
.text-content-container.bb p{
  font-weight: 500;
  color: #333333;
}

@media screen and (max-width: 1440px) {
  .text-content-container p {
    font-size: 14px;
  }
  .footer-quick-link ul a{
    font-size: 14px;
  }
}

@media screen and (max-width: 960px){
  .footer-quick-link{
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .footer-quick-link ul .icon{
    width: 40px;
    height: 40px;
  }
}



.pages {
  padding: 20px 0;
  text-align: right;
  white-space: nowrap;
  color: #646464;
}

.pages a {
  display: inline-block;
  border: 1px solid #c8c8c8;
  margin: 0 5px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}
.pages a:hover{
  color: #D40A26;
}
.pages a.page_prev,
.pages a.page_next {
  text-indent: 200px;
  overflow: hidden;
  width: 10px;
  white-space: nowrap;
}

.pages a.page_prev {
  background: url(../images/ico_page_prev.png) center no-repeat;
}

.pages a.page_next {
  background: url(../images/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) {
  .pages{
    text-align: center;
  }

  .pages .page_jmpe {
    display: none;
  }
}


.diver-point{
  width: 38px;
  height: 6px;
  background-image: url(../images/icon-point.png);
  background-size: cover;
  margin: 1em 0;
}







