@charset "UTF-8";
@font-face {
  font-family: 'Axis_Bold';
  src: url(../font/86bf1c74b22c5ed8e3231f472dfdbd62.eot);
  src: local("Axis_Bold Regular"), local("Axis_Bold"), url(../font/d553d2bb4dc29b41dc12092d38a46a2e.otf); }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -moz-transition: all .3s; }


*{   
	-webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
	-webkit-user-select:none; /*webkit浏览器*/   
	-khtml-user-select:none; /*早期浏览器*/   
	-moz-user-select:none;/*火狐*/   
	-ms-user-select:none; /*IE10*/   
	user-select:none;   
}  
img{
   pointer-events:none;/* 禁止长按图片保存 */
}
body {
  background: #fff;
  color: #323232;
  font-size: 14px;
  font-family: "Microsoft YaHei","Arial","黑体","宋体",sans-serif; }

td, th, caption {
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

a {
  color: #323232;
  text-decoration: none; }

a:link {
  color: #323232; }

a:visited {
  color: #323232; }

a:hover, a:active, a:focus {
  text-decoration: none; }

img {
  border: none;
  vertical-align: top; }

ol, ul, li {
  list-style: none; }

input, textarea, select, button {
  font: 14px "Arial","Microsoft YaHei","黑体","宋体",sans-serif; }

input {
  border: 0;
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

dt, dd {
  font-weight: normal; }

p {
  word-wrap: break-word; }

a {
  blr: expression(this.onFocus=this.blur()); }

a:focus {
  outline: none; }

a.hidefocus {
  outline: none; }

.clearfix {
  *zoom: 1;
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.footerAsideButton {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  .footerAsideButton a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 0;
    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;
    font-size: 14px;
    color: #fff; }
    .footerAsideButton a:nth-of-type(1) {
      background: #d40c1c; }
    .footerAsideButton a:nth-of-type(2) {
      background: #003C80; }
    .footerAsideButton a .img {
      margin-right: 10px; }
    .footerAsideButton a .img img {
      width: 22px; }

@media (max-width: 575px) {
  .footerAsideButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index:999;
  
  }
  body {
    padding-bottom: 42px; } }

.fl {
  float: left; }

.fr {
  float: right; }

img {
  max-width: 100%; }

.picfocus {
  overflow: hidden; }

.picfocus img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.36s ease;
  -moz-transition: 0.36s ease;
  -o-transition: 0.36s ease;
  -ms-transition: 0.36s ease; }

.picfocus:hover img,
a:hover .picfocus img,
.item:hover .picfocus img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); }

*:focus {
  outline: none; }

div {
  border: none; }

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  z-index: 9999; }

body {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0px; }

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0; } }

/*header*/
.header .top {
  padding: 32px 0 26px; 
	
}
.header{
transition:0.3s ease all;
	
}


.header .logo {
  display: inline-block;
  vertical-align: top; }

.header .brand {
  line-height: 42px;
  margin: 0 0 0 35px;
  display: inline-block;
  font-size: 16px;
  color: #2a2a2a; }

.header .tel {
  float: right;
  line-height: 42px;
  font-size: 16px;
  color: #2a2a2a;
  font-weight: bold; }

.nav-box {
  background: #d40c1c; }

.navbar-collapse {
  padding: 0; }

.nav-box .nav > li > a {
  color: #fff;
  font-size: 16px;
  padding: 15px 38px; }

@media (max-width: 768px) {
  .header .top {
    padding: 0; }
  .header .logo {
    position: absolute;
    top: 10px; }
  .header .logo img {
    height: 30px;
    width: auto; }
  .header .navbar-toggle {
    border-color: #e20c0c; }
  .header .navbar-toggle .icon-bar {
    background-color: #e20c0c; }
  .navbar-collapse {
    padding: 0 15px; }
  .nav-box .nav > li > a {
    padding: 15px; } }

@media (max-width:360px){
  .header .navbar-header .tpl{
  display:none !important;
  }
}

/*footer*/
.footer {
  background: #323235;
  color: #fff;
  text-align: center;
  padding: 80px 0; }

.footer .ft-nav a {
  color: #fff;
  margin: 0 16px;
  line-height: 1; }

.footer .ft-copy {
  line-height: 20px;
  margin: 33px 0 0; }

.footer .ft-copy a {
  color: #fff; }

@media (max-width: 768px) {
  .footer {
    padding: 20px 0; }
  .footer .ft-copy {
    margin: 0; } }

.bannerKoa {
  height: 520px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media (max-width: 1199px) {
  .bannerKoa {
    height: 500px; } }

@media (max-width: 1199px) {
  .bannerKoa {
    height: 300px; } }

@media (max-width: 991px) {
  .bannerKoa {
    height: 400px; } }

@media (max-width: 575px) {
  .bannerKoa {
    height: 150px; } }

.CommonPongeTitle .title {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .CommonPongeTitle .title span:nth-of-type(1) {
    color: #212121;
    font-size: 36px;
    position: relative;
    padding-bottom: 10px; }
    .CommonPongeTitle .title span:nth-of-type(1)::after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      content: '';
      height: 2px;
      background: #d50c1c; }
  .CommonPongeTitle .title span.en {
    font-size: 36px;
    color: #eeeeee;
    font-family: 'Axis_Bold'; }

@media (max-width: 575px) {
  .CommonPongeTitle .title {
    padding-top: 40px; }
  .CommonPongeTitle .title span:nth-of-type(1) {
    font-size: 20px; }
  .CommonPongeTitle .title span.en {
    font-size: 16px; } }

.commonArticleDetailTitle {
  text-align: center;
  margin: 70px 0; }
  @media (max-width: 575px) {
    .commonArticleDetailTitle {
      margin: 35px 0 !important; } }
  .commonArticleDetailTitle .cn {
    color: #212121;
    font-size: 36px;
    position: relative;
    padding-bottom: 10px; }
    @media (max-width: 575px) {
      .commonArticleDetailTitle .cn {
        font-size: 18px !important; } }
    .commonArticleDetailTitle .cn::before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      right: 0;
      margin: auto;
      width: 40px;
      height: 2px;
      background: #d50c1c; }
  .commonArticleDetailTitle .en {
    font-size: 36px;
    color: #eee;
    font-family: 'Axis_Bold'; }
    @media (max-width: 575px) {
      .commonArticleDetailTitle .en {
        font-size: 16px !important; } }

/*header*/
.header .top {
  padding: 32px 0 26px; }

.header .logo {
  display: inline-block;
  vertical-align: top; }

.header .brand {
  line-height: 42px;
  margin: 0 0 0 35px;
  display: inline-block;
  font-size: 16px;
  color: #2a2a2a; }

.header .tel {
  float: right;
  line-height: 42px;
  font-size: 16px;
  color: #2a2a2a;
  font-weight: bold; }

.nav-box {
  background: #d40c1c; }

.navbar-collapse {
  padding: 0; }

.nav-box .nav > li > a {
  color: #fff;
  font-size: 16px;
  padding: 15px 38px; }

.header .tel a {
  color: #d50c1c;
  margin-left: 10px; }

.nav-box .nav > li.active > a {
  background: #a6000c !important;
  color: #fff; }

.nav-box .nav > li > a {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all; }
  
@media (min-width:576px){
.nav-box .nav > li > a:hover {
    background: #a6000c !important;
    color: #fff; }
}

@media (min-width: 768px) {
  .header .nav-box .container {
    position: relative;
    z-index: 3; }
  .navbar-nav > li:hover {
    background: #a6000c; }
  .navbar-nav > li .dropdown {
    width: 100%;
    position: absolute;
    padding: 12px 0;
    padding-left: 38px;
    background: rgba(255, 255, 255, 0.7);
    display: none; }
    .navbar-nav > li .dropdown a {
      width: 100%;
      display: block;
      font-size: 14px;
      color: #1b1b1b;
      padding: 12px 0;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      .navbar-nav > li .dropdown a:hover {
        color: #d40c1c; }
      .navbar-nav > li .dropdown a span {
        color: #d40c1c; }
  .header .navDropDownbg {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    height: 0;
    width: 100%;
    z-index: 2;
    display: none; } }

@media (max-width: 991px) {
  .header .brand {
    display: none; } }

@media (max-width: 768px) {
  .navbar-nav > li .dropdown {
    padding-left: 0; }
  .header .top {
    padding: 0; 
position: fixed;
}
.header .top h1 .img-fluid{width:50%;margin-top:13px;}
  .header .logo {
    position: absolute;
    top: 10px; }
  .header .logo img {
    height: 30px;
    width: auto; }
  .header .navbar-toggle {
    border-color: #e20c0c; }
  .header .navbar-toggle .icon-bar {
    background-color: #e20c0c; }
  .navbar-collapse {
    padding: 0 15px; }
  .nav-box .nav > li > a {
    padding: 15px; } }

@media (max-width: 767px) {
  .navbar-nav > li .dropdown {
    display: none; }
    .navbar-nav > li .dropdown a {
      color: #fff;
      display: block;
      padding: 10px 0;
      padding-left: 30px; } }

@media (max-width: 575px) {
  
  .nav-box {
  background: rgba(212,12,28,.8); }
  .header .logo img {
    height: 20px; }
  .header .top .logo {
    margin-top: 5px; }
  .nav-box .nav > li > a:hover{
  
  }
  .nav-box .nav > li > a{
  	font-size:14px;
  }
  .navbar-nav > li .dropdown{
  	overflow:hidden;
    padding-left:5px;
    padding-right:5px;
  }
  .navbar-nav > li .dropdown a{
  	width:auto;
    float:left;
  }
  .navbar-nav > li .dropdown a{
  	padding-left:10px;
    padding-right:10px;
    text-align:center;
    font-size:12px;
  }
  .nav-box .nav > li > a{
  	padding:10px 15px;
  }
 
  .header .navbar-header{
  	background:#fff;
  }
  
}

/*footer*/
.footer {
  background: #323235;
  color: #fff;
  text-align: center;
  padding: 80px 0; }

.footer .ft-nav a {
  color: #fff;
  margin: 0 16px;
  line-height: 1; }

.footer .ft-copy {
  line-height: 20px;
  margin: 33px 0 0; }

.footer .ft-copy a {
  color: #fff; }

@media (max-width: 768px) {
  .footer {
    padding: 20px 0; }
  .footer .ft-copy {
    margin: 0; } }

.returnTop {
  position: fixed;
  right: 200px;
  bottom: 215px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: #d50c1c;
  cursor: pointer;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .returnTop .text {
    margin-top: 0px;
    font-size: 12px;
    color: #fff; }

@media (max-width: 1199px) {
  .returnTop {
    display: none; } }

@media (max-width: 575px) {
  .footer {
    font-size: 12px; } }

.breadCrumbs {
  height: 50px;
  border-bottom: 1px solid #f3f3f3;
  background: #ffffff;
  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; }
  .breadCrumbs a {
    color: #6d6c6c;
    font-size: 14px; }
    .breadCrumbs a.active {
      color: #d50c1c; }
  .breadCrumbs .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  
@media (min-width:576px){
.breadCrumbs .left {
    display:flex;
    align-items:center;
 }
}
  .breadCrumbs .right {
    margin-left: auto; }
    .breadCrumbs .right ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .breadCrumbs .right ul li:hover a, .breadCrumbs .right ul li.active a{
        background: #d50c1c;
        color: #fff; }
		 .breadCrumbs .right ul li:hover a span{
        color: #fff; }
      .breadCrumbs .right ul li a {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        width: auto;
        padding:0 20px;
        height: 50px;
        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;
        font-size: 14px;
        color: #212121; }
.breadCrumbs .right ul li a span{
	color:#d40c1c;
}

@media (max-width: 767px) {
  .breadCrumbs .container {
    width: 100%; } }

@media (max-width: 575px) {
  .breadCrumbs .right ul {
    flex-flow:wrap;
    height: 100%; }
  .breadCrumbs .right ul li{
  	margin-bottom:10px;
  }
  .breadCrumbs .right ul li a {
    width: auto;
    height: 100%;
    padding: 10px 10px; }
  .breadCrumbs .container {
    height: 100%; }
  .breadCrumbs .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .breadCrumbs .right {
    margin-left: 0;
    margin-top: 20px; }
  .breadCrumbs {
    height: auto;
    padding: 10px 0; } }

.commonPaging {
  font-size: 0;
  text-align: center;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 0;
  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;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
  .commonPaging a,.commonPaging span {
    font-size: 16px;
    color: #696969;
    width: auto;
    padding:10px;
    height: 40px;
    display: inline-block;
    margin: 0 5px;
    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;
    border: 1px solid #d8d8d8;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 12px; }
    .commonPaging a:hover,.commonPaging span:hover {
      background: #d50c1c;
      border-color: #d50c1c;
      color: #fff; }
    .commonPaging a.prev,.commonPaging span.prev {
      background-position: center center;
      padding: 5px 10px;
      width: auto; }
      .commonPaging a.prev:hover,.commonPaging span.prev:hover {
        background-color: #d50c1c;
        border-color: #d50c1c; }
    .commonPaging a.next {
      background-position: center center;
      padding: 5px 10px;
      width: auto; }
      .commonPaging a.next:hover,.commonPaging span.next:hover {
        background-color: #d50c1c;
        border-color: #d50c1c; }
    .commonPaging a.prev span, .commonPaging a.next span,.commonPaging span.prev span, .commonPaging span.next span {
      visibility: hidden; }
    .commonPaging a.active {
      color: #fff;
      background: #d50c1c;
      border: 1px solid #d50c1c; }
    .commonPaging a.other,.commonPaging span.other {
      border-color: transparent; }

.commonPaging {
  margin-bottom: 80px; }

@media (max-width: 767px) {
  .commonPaging {
    margin-bottom: 40px; } }

@media (max-width: 575px) {
  .commonPaging a,.commonPaging span {
    font-size: 12px;
    height: 30px; }
  .commonPaging {
    padding-top: 20px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .CommonBannerIndex {
    display: block; }
  .CommonBannerIndex.indexbannerMobiel {
    display: none; } }

@media (max-width: 767px) {
.swiper-wrapper{height:auto !important;}
  .CommonBannerIndex {
    display: none; }
  .CommonBannerIndex.indexbannerMobiel {
    display: block;margin-top:-20px; } }

/*banner*/
.CommonBannerIndex .swiper-pagination {
  bottom: 30px;
  height: 12px; }

.CommonBannerIndex .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  vertical-align: top;
  border: 1px solid #D40C1C;
  background: none;
  opacity: 1; }

.CommonBannerIndex .swiper-pagination-bullet-active {
  background: #D40C1C; }

.CommonBannerIndex .swiper-button-next,
.CommonBannerIndex .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: #D40C1C;
  background-size: 12px 21px; }

.CommonBannerIndex .swiper-button-next {
  right: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.CommonBannerIndex .swiper-button-prev {
  left: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.CommonBannerIndex .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23D40C1C'%2F%3E%3C%2Fsvg%3E"); }

.CommonBannerIndex .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23D40C1C'%2F%3E%3C%2Fsvg%3E"); }

.CommonBannerIndex.index .swiper-slide {
  height: 720px; }

.CommonBannerIndex .swiper-slide {
  height: 520px;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 1199px) {
    .CommonBannerIndex .swiper-slide {
      background-size: cover; } }
  .CommonBannerIndex .swiper-slide .container {
    height: 100%;
    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: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .CommonBannerIndex .swiper-slide .text {
    width: 380px; }
    @media (min-width: 1200px) {
      .CommonBannerIndex .swiper-slide .text {
        margin-right: 40px; } }
    .CommonBannerIndex .swiper-slide .text .title {
      font-size: 24px;
      color: #29294c;
      letter-spacing: 5px; }
    .CommonBannerIndex .swiper-slide .text .subtitle {
      font-size: 40px;
      color: #d50c1c;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px;
      margin-bottom: 20px; }
    .CommonBannerIndex .swiper-slide .text .list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .CommonBannerIndex .swiper-slide .text .list a {
        color: #29294c;
        text-decoration: underline;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .CommonBannerIndex .swiper-slide .text .list a:hover {
          color: #d50c1c; }
        .CommonBannerIndex .swiper-slide .text .list a span {
          color: #d50c1c; }
    .CommonBannerIndex .swiper-slide .text .more {
      padding-top: 150px; }
      .CommonBannerIndex .swiper-slide .text .more a {
        width: 150px;
        height: 50px;
        background: #d50c1c;
        color: #fff;
        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; }

.CommonBannerIndex .swiper-pagination {
  display: none; }

.CommonBannerIndex .swiper-button-next,
.CommonBannerIndex .swiper-button-prev {
  display: none; }

.CommonBannerIndex .swiper-slide .text .more {
  display: none; }

.CommonBannerIndex.index .swiper-pagination {
  display: block; }

.CommonBannerIndex.index .swiper-button-next,
.CommonBannerIndex.index .swiper-button-prev {
  display: block; }

.CommonBannerIndex.index .swiper-slide .text .more {
  display: block; }

.CommonBannerIndex.index .swiper-slide .twobanner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .CommonBannerIndex.index .swiper-slide .twobanner .buttonList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 240px; }
    .CommonBannerIndex.index .swiper-slide .twobanner .buttonList a {
      width: 160px;
      height: 50px;
      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;
      background: #d40c1c;
      color: #fff;
      font-size: 14px;
      margin: 0 15px; }

@media (max-width: 1199px) {
  .CommonBannerIndex .swiper-slide {
    height: 500px; }
  .CommonBannerIndex .swiper-slide .text .title {
    font-size: 18px; }
  .CommonBannerIndex .swiper-slide .text .subtitle {
    font-size: 26px; }
  .CommonBannerIndex .swiper-slide .text {
    width: 350px; }
  .CommonBannerIndex .swiper-slide .text .more {
    padding-top: 50px; }
  .CommonBannerIndex .swiper-slide .text .more a {
    width: 140px;
    height: 40px; } }

@media (max-width: 991px) {
  .CommonBannerIndex .swiper-slide {
    height: 360px; }
  .CommonBannerIndex .swiper-slide .text {
    width: 250px; }
  .CommonBannerIndex .swiper-slide .text .subtitle {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

@media (max-width: 768px) {
  .CommonBannerIndex .swiper-button-next,
  .CommonBannerIndex .swiper-button-prev {
    display: none; }
  .CommonBannerIndex .swiper-pagination {
    bottom: 10px; } }

@media (max-width: 767px) {
  .CommonBannerIndex .swiper-slide .text .title {
    display: none; }
  .CommonBannerIndex .swiper-slide .text .subtitle {
    display: none; }
  .CommonBannerIndex .swiper-slide .text .list {
    display: none; }
  .CommonBannerIndex .swiper-slide .text .more {
    margin-top: 60px;
    padding-top: 0;
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none; }
  .CommonBannerIndex.index .swiper-slide, .CommonBannerIndex .swiper-slide {
    height: 400px; }
  .CommonBannerIndex .swiper-slide .text .more a {
    display: none; }
  .CommonBannerIndex .swiper-button-next,
  .CommonBannerIndex .swiper-button-prev {
    display: none !important; } }

@media (max-width: 767px) {
  .CommonBannerIndex .swiper-slide .text .list {
    display: block; }
  .CommonBannerIndex .swiper-slide .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .CommonBannerIndex .swiper-slide .container {
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial; }
  .CommonBannerIndex .swiper-slide .text .list {
    padding-top: 338px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .CommonBannerIndex .swiper-slide .text {
    width: 100%; }
  .CommonBannerIndex .swiper-slide .text .list a {
    margin: 0 2px;
    font-size: 12px; }
  .CommonBannerIndex .swiper-pagination-bullet {
    width: 8px;
    height: 8px; }
  .CommonBannerIndex.index .swiper-slide .twobanner .buttonList a {
    width: 87px;
    height: 30px;
    margin: 0 5px; }
  .CommonBannerIndex.index .swiper-slide, .CommonBannerIndex .swiper-slide{
  	height:355px;
  }
  .CommonBannerIndex.index .swiper-slide .twobanner .buttonList{
  	margin-top:190px;
  }
  .CommonBannerIndex .swiper-slide .text .list{
  	padding-top:296px;
  }
  
}

.tabSwitching {
  margin-top: 70px; }
  .tabSwitching ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .tabSwitching ul::after {
      position: absolute;
      width: 1030px;
      height: 1px;
      background: #e5e5e5;
      content: '';
      top: 15px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
    .tabSwitching ul li.active a .round {
      background: #fde4e8; }
      .tabSwitching ul li.active a .round span {
        background: #d50c1c; }
    .tabSwitching ul li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 2;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .tabSwitching ul li a.active .round, .tabSwitching ul li a:hover .round {
        background: #fde4e8; }
        .tabSwitching ul li a.active .round span, .tabSwitching ul li a:hover .round span {
          background: #d50c1c; }
      .tabSwitching ul li a .round {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #e5e5e5;
        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; }
        .tabSwitching ul li a .round span {
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          background: #a0a0a0; }
      .tabSwitching ul li a .text {
        margin-top: 12px;
        color: #1f1f1f;
        font-size: 12px; }
        .tabSwitching ul li a .text span {
          color: #d40b1d; }

@media (max-width: 1199px) {
  .tabSwitching ul::after {
    width: 815px; } }

@media (max-width: 991px) {
  .tabSwitching ul::after {
    width: 620px; }
  .tabSwitching ul {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
    .tabSwitching ul li {
      width: 25%;
      margin-bottom: 40px; }
  .tabSwitching ul::after {
    content: none; } }

@media (max-width: 767px) {
  .tabSwitching {
    margin-top: 40px; } }

@media (max-width: 575px) {
  .tabSwitching ul li {
    width: 30%; }
  .tabSwitching ul li a .text {
    text-align: center; }
  .tabSwitching ul li {
    margin-bottom: 20px; } }

.TubeCategoryContent {
  margin-top: 100px;
  margin-bottom: 155px; }
  .TubeCategoryContent .title {
    font-size: 36px;
    color: #212121;
    margin-bottom: 15px; }
    .TubeCategoryContent .title span {
      color: #d50c1c; }
  .TubeCategoryContent .desc {
    font-size: 18px;
    color: #212121; }
    .TubeCategoryContent .desc span {
      color: #d50c1c; }
  .TubeCategoryContent .sectionblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .TubeCategoryContent .sectionblock .text .block1 ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .TubeCategoryContent .sectionblock .text .block1 ul li span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .TubeCategoryContent .sectionblock .text .block1 ul li span i {
          font-style: normal; }
        .TubeCategoryContent .sectionblock .text .block1 ul li span:nth-of-type(1) {
          width: 75px;
          margin-right: 5px; }
        .TubeCategoryContent .sectionblock .text .block1 ul li span:nth-of-type(2) {
          margin-left: 50px; }
    .TubeCategoryContent .sectionblock .text .block2, .TubeCategoryContent .sectionblock .text .block1 {
      margin-top: 40px; }
    .TubeCategoryContent .sectionblock .text .tit {
      font-size: 18px;
      color: #212121; }
      .TubeCategoryContent .sectionblock .text .tit span {
        color: #d50c1c; }
    .TubeCategoryContent .sectionblock .text ul li {
      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;
      font-size: 18px;
      color: #212121;
      margin: 18px 0;
      position: relative; }
      .TubeCategoryContent .sectionblock .text ul li > i {
        width: 8px;
        height: 8px;
        border: 2px solid #d50c1c;
        border-radius: 50%;
        display: block;
        margin-right: 10px; }

@media (max-width: 1199px) {
  .TubeCategoryContent .sectionblock .img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media (max-width: 991px) {
  .TubeCategoryContent .sectionblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .TubeCategoryContent {
    margin-top: 50px; }
  .TubeCategoryContent .title {
    text-align: center; }
  .TubeCategoryContent .desc {
    text-align: center; }
  .TubeCategoryContent .sectionblock .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0; }
  .TubeCategoryContent .sectionblock .text .block1 ul li {
 }
  .TubeCategoryContent .sectionblock .text .block1 ul li span:nth-of-type(1) {
    width: auto; }
  .TubeCategoryContent .sectionblock .text .block1 ul li span:nth-of-type(2) {
    margin-left: 20px; }
  .TubeCategoryContent .sectionblock .text .tit {
  }
  .TubeCategoryContent .sectionblock .text ul li {
}
  .TubeCategoryContent {
    margin-bottom: 50px; } }

@media (max-width: 575px) {
  .TubeCategoryContent .title {
    font-size: 18px; }
  .TubeCategoryContent .desc {
    font-size: 14px; }
  .TubeCategoryContent .sectionblock .text ul li {
    font-size: 14px; }
  .TubeCategoryContent .sectionblock .text .tit {
    font-size: 16px; }
  .TubeCategoryContent .sectionblock .img {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .TubeCategoryContent .sectionblock .img {
    margin: 10px 0; 
  	padding:0 50px;
  }
  .TubeCategoryContent .desc {
    margin-bottom: 20px; }
  .TubeCategoryContent {
    margin-bottom: 20px;
    margin-top: 30px; } }

.CommonleftNavList {
  padding-top: 80px;
  padding-bottom: 100px; }
  .CommonleftNavList .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .CommonleftNavList .container .conImg {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
.CommonleftNavList .container .conImg p{
	    line-height: 2 !important;
}
.CommonleftNavList .container .conImg img{
	max-width:100% !important;
  height:auto !important;
}
      .CommonleftNavList .container .conImg .conTitle {
        width: 100%;
        margin-bottom: 80px;
        height: 50px;
        background: #e9e9e9;
        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; }
        @media (max-width: 575px) {
          .CommonleftNavList .container .conImg .conTitle {
            margin-bottom: 40px; }
          .CommonleftNavList .container .conImg p span{
          	font-size:14px !important;
          }
}
        .CommonleftNavList .container .conImg .conTitle div {
          display: block;
          font-size: 18px;
          color: #fff;
          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;
          height: 100%;
          padding: 0 20px;
          padding-right: 40px;
          position: relative;
          z-index: 1;
          background: url(../images/290efe18e1052d7de788e4f87d039b39.png) right center no-repeat;
          background-color: #29294c; }
          .CommonleftNavList .container .conImg .conTitle div span {
            color: #d50c1c;
            margin: 0 5px; }
          @media (max-width: 575px) {
            .CommonleftNavList .container .conImg .conTitle div {
              font-size: 16px; } }
    .CommonleftNavList .container .leftNavList {
      width: 240px;
      margin-right: 40px; }
      .CommonleftNavList .container .leftNavList .title {
        height: 110px;
        padding-left: 30px;
        background: url(../images/42d44e0e64583a7c36f0adc0c705b04f.jpg);
        font-size: 24px;
        color: #fff;
        padding-bottom: 18px;
        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; }
        .CommonleftNavList .container .leftNavList .title span {
          position: relative;
          padding-bottom: 18px; }
          .CommonleftNavList .container .leftNavList .title span::after {
            position: absolute;
            width: 50px;
            height: 4px;
            background: #fff;
            content: '';
            bottom: 0;
            left: 0; }
      .CommonleftNavList .container .leftNavList ul {
        padding-bottom: 60px;
        background: #f3f3f3; }
        .CommonleftNavList .container .leftNavList ul li:hover a, .CommonleftNavList .container .leftNavList ul li.active a {
          background: #fff;
          color: #d50c1c; }
          .CommonleftNavList .container .leftNavList ul li:hover a::after, .CommonleftNavList .container .leftNavList ul li.active a::after {
            width: 3px; }
          .CommonleftNavList .container .leftNavList ul li:hover a .write img:nth-of-type(1), .CommonleftNavList .container .leftNavList ul li.active a .write img:nth-of-type(1) {
            display: none; }
          .CommonleftNavList .container .leftNavList ul li:hover a .write img:nth-of-type(2), .CommonleftNavList .container .leftNavList ul li.active a .write img:nth-of-type(2) {
            display: block; }
        .CommonleftNavList .container .leftNavList ul li a {
          position: relative;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          display: block;
          font-size: 14px;
          color: #5a5a5a;
          padding-left: 30px;
          padding-right: 20px;
          padding-top: 23px;
          padding-bottom: 23px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .CommonleftNavList .container .leftNavList ul li a::after {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 0px;
            -webkit-transition: 0.1s ease all;
            transition: 0.1s ease all;
            content: '';
            background: #d50c1c; }
          .CommonleftNavList .container .leftNavList ul li a .tit {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 140px; }
            .CommonleftNavList .container .leftNavList ul li a .tit span {
              color: #d50c1c; }
          .CommonleftNavList .container .leftNavList ul li a .write {
            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;
            margin-right: 20px;
            margin-left: auto; }
            .CommonleftNavList .container .leftNavList ul li a .write img:nth-of-type(1) {
              display: block; }
            .CommonleftNavList .container .leftNavList ul li a .write img:nth-of-type(2) {
              display: none; }

@media (max-width: 991px) {
  .CommonleftNavList .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .CommonleftNavList .container .leftNavList {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .CommonleftNavList {
    padding-top: 40px;
    padding-bottom: 50px; }
  .CommonleftNavList .container .leftNavList .title {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px; }
  .CommonleftNavList .container .leftNavList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
  .CommonleftNavList .container .leftNavList ul li a .write {
    margin-left: 20px; } }

@media (max-width: 575px) {
  .CommonleftNavList .container .leftNavList ul li {
    width: 50%; }
  .CommonleftNavList .container .leftNavList ul {
    padding-bottom: 20px; }
  .CommonleftNavList .container .leftNavList ul li a .write {
    display: none; }
  .CommonleftNavList .container .leftNavList ul li a {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .CommonleftNavList .container .leftNavList .title span {
    font-size: 18px; }
  .CommonleftNavList .container .leftNavList .title span::after {
    height: 2px; }
  .CommonleftNavList .container .leftNavList ul li a .tit{
  	    white-space: inherit;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow          : hidden;
        height: 40px;
    align-items: center;
    display: flex;
  }
  .CommonleftNavList .container .leftNavList ul li a{
  	padding-top:10px;
    padding-bottom:10px;
  }
  .CommonleftNavList .container .leftNavList ul{
  	padding-bottom:0;
  }
}

.header .navbar-header .tpl{
	display:none;
}
@media (max-width:575px){
  .header .navbar-header .tpl{
  	display:block;
line-height:50px;
    
  }
}


@media (max-width:575px){
  
  .footer .ft-nav{
  	margin-bottom:20px;
  }
  
}

@media (max-width:575px){
  .footer .ft-nav a{
  	margin:0 4px;
  }
}

.header{
	position:fixed;
  top:0;
  width:100%;
  left:0;
  background:#fff;
  z-index:3;
}
.header.active{
	 transform: translateY(-150px);
     transition: transform 0.3s;
}
body{
padding-top:150px;
}
@media (max-width:768px){
	body{
padding-top:92px;
}
  .header.active{
  	transform: translateY(-92px);
  }
}
@media (max-width:767px){
	body{
padding-top:50px;
}
  .header.active{
  	transform: translateY(-50px);
  }
}

@media (max-width:575px){
  .header{
  	background:none;
  }
  section.content>.container>p span{
  	font-size:14px !important;
  }
}

em.red{
	color:#d40c1c;	
}


body{
	padding-top:150px;
}
@media (max-width:768px){
  body{
  	padding-top:92px;
  }
}
@media (max-width:767px){
  body{
  	padding-top:50px;
  }
}