@charset "UTF-8";
/*header************************************/
.header-top {
  height: 30px;
  background: #ECECEC;
}
.header-top a {
  position: relative;
  display: block;
  padding-bottom: 2px;
  color: #4F4F4F;
  line-height: 30px;
}
.header-top a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
.header-top a:hover {
  color: #D5000F;
}
.header-top a:hover:after {
  background: #D5000F;
}
.header-nav .nav-header {
  padding: 18px 0;
  /*导航*/
}
.header-nav .nav-header .logo-text {
  padding-left: 80px;
}
.header-nav .nav-header .btn-groups {
  font-size: 0;
  padding: 9px 0;
}
.header-nav .nav-header .btn-groups > .btn-item {
  padding: 0 15px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  color: #3F3F3F;
  border-radius: 0;
}
.header-nav .nav-header .btn-groups > .btn-item:hover {
  color: #CB0303;
}
.header-nav .nav-header .btn-groups > .btn-item:not(:last-child) {
  position: relative;
}
.header-nav .nav-header .btn-groups > .btn-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  height: 20px;
  width: 1px;
  background: #bbb;
}
@media (max-width: 767px) {
  .header-nav .nav-header .logo-text,
  .header-nav .nav-header .btn-groups {
    display: none;
  }
}
.header-nav .nav-header .navbar-toggle > span {
  background: #000;
}
.header-nav #collapseNav {
  background: #4E4E4E;
}
.header-nav .nav-list {
  height: 44px;
}
@media (max-width: 767px) {
  .header-nav .nav-list {
    height: auto;
    margin: 0 -15px;
  }
  .header-nav .nav-list > ul {
    padding: 0;
  }
}
.header-nav .nav-list li:not(.form-box) {
  float: left;
  width: 140px;
  line-height: 44px;
  text-align: center;
  border-left: 1px solid #C5C5C5;
}
@media (max-width: 767px) {
  .header-nav .nav-list li:not(.form-box) {
    width: 100%;
    border-left: none;
  }
}
.header-nav .nav-list li:not(.form-box) a {
  display: block;
  color: #fff;
}
.header-nav .nav-list li:not(.form-box):hover > a,
.header-nav .nav-list li:not(.form-box).active > a {
  background: #D80110;
}
.header-nav .nav-list .form-box {
  float: right;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .header-nav .nav-list .form-box {
    float: left;
    width: 100%;
  }
}
.header-nav .nav-list .form-box .form-group {
  position: relative;
  width: 210px;
  padding-right: 55px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header-nav .nav-list .form-box .form-group {
    width: 80%;
    margin: 0 auto;
  }
}
.header-nav .nav-list .form-box .form-group > input {
  height: 34px;
  width: 100%;
  border: none;
  text-align: center;
}
.header-nav .nav-list .form-box .form-group > button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 55px;
  height: 100%;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  border: none;
  background: #CB0303;
}
/*footer************************************/
footer {
  padding-top: 40px;
}
footer > .footer-main {
  position: relative;
  padding: 20px 16px;
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  footer > .footer-main {
    height: auto;
  }
}
footer > .footer-main .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  background: url(../images/spring.png) no-repeat;
}
footer > .footer-main .text-2 {
  font-size: 12px;
}
footer > .copy-right {
  background: #A40007;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  footer > .copy-right {
    display: none;
  }
}
@media (max-width: 767px) {
  section {
    overflow: hidden;
  }
}
/*内页公用***********************************/

.inner-banner > img {
  display: none;
}
.inner-banner {
  height: 250px;
  background-size: cover !important;
}

@media (max-width: 767px) {
  .inner-banner {
    height: 160px;
    background-position:-270px  !important;
  }
}
/***路径导航***/
.breadcrumb-box {
  padding: 20px 0;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

@media (max-width: 767px) {
  .breadcrumb-box {
    display: none;
  }
}
.breadcrumb-box .icon-home {
  font-size: 18px;
}
.breadcrumb-box .breadcrumb-list li {
  float: left;
}
.breadcrumb-box .breadcrumb-list li a {
  color: #666;
}
.breadcrumb-box .breadcrumb-list li:after {
  content: '>';
}
.breadcrumb-box .breadcrumb-list li:last-child:after {
  display: none;
}
/*****页面左侧导航***/
.inner-main {
  position: relative;
  padding-left: 220px;
}

@media (max-width: 767px) {
  .inner-main {
    padding: 0 10px;
  }
}
.left-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
}
.left-nav:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

@media (max-width: 767px) {
  .left-nav {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}
.left-nav .nav-item {
  border: 1px solid #E2E2E2;
  border-bottom: none;
}

@media (max-width: 767px) {
  .left-nav .nav-item {
    float: left;
    width: 50%;
    border: none;
  }
}

.left-nav .nav-item:last-child {
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .left-nav .nav-item:last-child  {
    border: none;
  }
}
.left-nav .nav-item > a {
  position: relative;
  display: block;
  padding-left: 30px;
  background-color: #F8F8F8;
  color: #535353;
  font-size: 14px;
  line-height: 32px;
}
.left-nav .nav-item > a:after {
  content: ">";
  float: right;
  margin-right: 40px;
}
.left-nav .active > a {
  background: #D80110;
  color: #fff;
}
/*page*/
#page {
  margin-top: 40px;
  text-align: center;
}
#page > a {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 10px;
  background: #202020;
  color: #fff;
}
#page > .selected {
  background: #D80110;
}
.top-progress {
  margin-top: 28px;
  margin-bottom: 40px;
}
.top-progress > ul {
  width: 370px;
  position: relative;
}
.top-progress > ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 1px;
  background: #CFCFCF;
}
.top-progress .circle {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #B4B4B4;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.top-progress .text {
  font-size: 13px;
  line-height: 20px;
  color: #7F7F7F;
}
.top-progress .activec .circle {
  background: #ED4C57;
}
.top-progress .beforc .circle {
  background: #EAA1A1;
}

@media (max-width: 767px) {
  .inner-banner > img {
    max-width: 100%;
  }
}
