﻿@charset "UTF-8";
@media (min-width: 768px) {
  .mobile-show {
    display: none;
  }
}
/*public class*/
/*一行字*/
.limit {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.limit-2 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hover-link:hover {
  color: #007EC8 !important;
  text-decoration: underline;
}
.hover-link-noLine:hover {
  color: #007EC8 !important;
}
/*列表前缀*/
.list-icon a {
  position: relative;
  padding-left: 10px;
}
.list-icon a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #828282;
}
/*header style  start*********************************/
header .logo-box {
  position: relative;
  z-index: 99999;
}
header .logo-pc {
  position: absolute;
  left: 0;
  top: 70px;
  width: 305px;
  height: 80px;
  background: url(../images/logo.png) center center no-repeat;
  background-size: 100%;
}

@media (max-width: 1199px) {
    header .logo-pc {
        display: none;
    }
}

header .banner .item {
  /*height: 340px;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
    header .banner .item {
        /*height: 220px;*/
    }
}
header nav {
  background: #E62129;
  line-height: 60px;
}
header .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0;
  visibility: visible;
}
header .nav-list > .nav-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
header .nav-list > .nav-item > a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

header .nav-list > .has-nav-two:hover  a:after{
  opacity: 1;
}
header .nav-list > .has-nav-two > a:after {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  content: '';
  position: absolute;
  height: 2px;
  width: 80%;
  left: 10%;
  bottom: 0;
  background: #fff;
}
@media (max-width: 767px) {
  header .nav-list > .has-nav-two > a:after {
    display: none;
  }
}
header .nav-list > .nav-item.active {
  background: #FC2A32;
}
header .mobile-show {
  background: #fff;
  border-bottom: 1px solid  #fc2a32;
}
header .mobile-show .logo {
  float: left;
  height: 50px;
  padding: 5px 10px;
}
header .mobile-show .logo > img {
  height: 30px;
}
header .navbar-toggle > .icon-bar {
  background: #000;
}
@media (max-width: 767px) {
  header .nav-list {
    display: none;
  }
  header .nav-list .nav-item {
    width: 100%;
  }
}

/*nav-two start*/
.nav-two {
  display: none;
  position: absolute;
  padding-bottom: 20px;
  width: 100%;
  background: #FC2A32;
  z-index: 100;
}

@media (max-width: 767px) {
  .nav-two {
    display: none !important;
  }
}
.nav-two a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.nav-two a:before {
  display: none;
  content: "";
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 18px;
}
.nav-two a:after {
  display: none;
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 18px;
}
.nav-two a:hover {
  /*background: #EA3E46;*/
}
.nav-two a:hover:before,
.nav-two a:hover:after {
  display: block;
}
/*header style  end **********************************/
/*footer style  start*********************************/
footer {
  background: #DB1B1C;
}
footer .footer-main {
  height: 184px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footer-main > div {
  -webkit-box-flex: 1;
  flex: auto;
}
@media (max-width: 767px) {
  footer .footer-main .logo-footer-box {
    display: none;
  }
}
footer .footer-main .logo-footer-box > img {
  padding-left: 20px;
}

@media (max-width: 1199px) {
  footer .footer-main .logo-footer-box > img {
    max-width: 240px;
  }
}
footer .footer-main .center-box {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
@media (max-width: 767px) {
  footer .footer-main .center-box {
    padding-left: 10px;
  }
  footer .footer-main .center-box span {
    display: block;
  }
}
footer .footer-main .ewm-box {
  font-size: 0;
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer-main .ewm-box {
    padding-right: 10px;
    padding-left: 10px;
  }
}
footer .footer-main .ewm-box  img {
  width: 112px;
  height: 112px;
}
footer .copy-right {
  padding: 10px 0;
  background: #990506;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
@media (max-width: 767px) {
  footer .copy-right {
    padding: 0 10px;
  }
}
footer .copy-right a {
  /*float: right;*/
  color: #fff;
}
/*footer style  end **********************************/
/*section style  end **********************************/
body > section {
  padding-bottom: 35px;
}
body > section,
body > footer {
  overflow-x: hidden;
}
/*section style  end **********************************/


/*inner page publick*/
/*内页banner*/
.inner-banner {
  height: 55px;
  background: url(../images/inner-banner.jpg) center center no-repeat;
  background-size: cover;
}
.inner-banner .breadcrumb {
  background: none;
  margin-top: 10px;
}
.inner-banner .breadcrumb,
.inner-banner .breadcrumb a {
  color: #F9E5E5;
}
.top-nav-box {
  display: none;
  border-top: 1px solid  #CBCBCB;
  border-bottom: 1px solid  #CBCBCB;
}
.top-nav-box .top-nav {
  max-width: 1450px;
  margin: 0 auto;
}
.top-nav-box .top-nav > li {
  float: left;
  width: 15%;
  padding: 0;
}
@media (max-width: 767px) {
  .top-nav-box .top-nav > li {
    width: 33.33%;
  }
}
.top-nav-box .top-nav > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #3F3C3C;
  text-align: center;
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
}
.top-nav-box .top-nav > li:not(:last-child) > a {
  border-right: none;
}
.top-nav-box .top-nav > .active > a {
  background: #C9060E;
  color: #fff;
}
.inner-top{
  display: none;
}
.inner-top .top-banner {
  height: 450px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .inner-top .top-banner {
    height: 130px;
  }
}
.inner-title-1 {
  padding: 28px 0;
}
.inner-title-1 > .name {
  font-size: 30px;
  color: #181818;
}
.inner-title-1 > .border {
  position: relative;
  display: inline-block;
  width: 116px;
  border-bottom: 1px solid #CBCBCB;
}
.inner-title-1 > .border > span {
  position: absolute;
  top: -1px;
  left: 43px;
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #E00000;
}
.inner-check {
  padding-bottom: 30px;
  background: #fff;
}
.inner-check a {
  display: block;
  padding: 0 30px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #5A5353;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
}
.inner-check a:hover,
.inner-check .active {
  background: #E62129;
  color: #fff;
}
@media (max-width: 767px) {
  .inner-check > li {
    margin-bottom: 10px;
  }
}
.page-box {
  padding: 30px 0;
}
.page-box a {
  margin: 0px 2px;
  display: inline-block;
  width: 50px;
  height: 26px;
  font-size: 12px;
  line-height: 24px;
  color: #212121;
  border: 1px solid #aaa;
  background: #fff;
}
.page-box .selected {
  background: #C70303;
  border-color: #C70303;
  color: #fff;
}
/*图片效果*/
/*移动端 底部*/
.footer-mobile-main {
  padding: 20px 15px;
}
.footer-mobile-main > .name {
  margin-bottom: 20px;
}
.footer-mobile-main li {
  font-size: 16px;
  line-height: 30px;
}
.footer-mobile-main li span {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.footer-mobile-main .list {
  width: 70%;
}
.footer-mobile-main .erweima {
  width: 30%;
  text-align: center;
}
.footer-mobile-main .erweima > img {
  max-width: 100%;
}
/*标题*/
.column-title-box {
  position: relative;
  padding: 10px 0;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .column-title-box {
    border-top: 10px solid #E7E7E7;
    margin-top: 10px;
  }
}
.column-title-box > .column-title {
  margin: 0;
  font-size: 20px;
  font-family: "宋体";
  font-weight: bold;
  color: #FA0000;
}
@media (max-width: 767px) {
  .column-title-box > .column-title {
    padding: 0 10px;
  }
}
.column-title-box > .column-title > .en {
  font: 18px "Microsoft YaHei UI";
  font-weight: lighter;
}
.column-title-box .more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #A4A4A4;
  line-height: 40px;
}
@media (max-width: 767px) {
  .column-title-box .more {
    right: 10px;
  }
}


/*.background-section {*/
  /*background: url(../images/sy.png) repeat;*/
/*}*/
section > div {
  background: #fff;
}
