@charset "UTF-8";
@font-face {
  font-family: "zy";
  src: url(../fonts/zy35.ttf);
  font-weight: normal;
  font-style: normal; }
body {
  font-family: ""; }

.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0; }

.row {
  margin: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
  margin: 0; }

.lt {
  float: left; }

.rt {
  float: right; }

a {
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.sizeCover {
  background-position: 50% 50%;
  background-size: cover; }

.mfp-container {
  position: fixed !important;
  overflow-y: auto; }

.mfp-close {
  border: 1px solid #ddd !important;
  font-size: 2rem;
  position: fixed !important;
  top: 10px !important;
  right: 10px !important; }

.main-mar-1 {
  margin-bottom: 30px; }

.main-mar-2 {
  margin-bottom: 80px; }

.title-1 {
  text-align: center; }
  .title-1.active2 .chtit {
    color: #fff; }
  .title-1 .entit {
    font-size: 4rem;
    color: #e1e1e1;
    font-family: "Impact";
    text-transform: uppercase; }
  .title-1 .chtit {
    font-size: 2.4rem;
    color: #292929;
    font-weight: bold;
    background: url(../images/index-titline1.png) no-repeat center center; }

.video-main iframe{ width:450px; height:350px; margin:0 auto; display:block;}
.video-main h4{font-size:16px; line-height:40px; text-align:center}

.title-2 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .title-2 .t1 {
    font-size: 1.6rem;
    color: #292929;
    line-height: 50px;
    font-weight: bold; }
    .title-2 .t1 i {
      display: inline-block;
      width: 15px;
      height: 3px;
      background: #c6020a;
      margin-right: 10px;
      position: relative;
      top: -3px; }
    .title-2 .t1 span {
      margin-left: 5px;
      font-weight: normal;
      color: #696969;
      font-size: 1.4rem;
      text-transform: uppercase; }
  .title-2 .t2 a {
    line-height: 50px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-decoration: none;
    display: block;
    color: #696969;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0 30px; }

.text-1 {
  border: 1px solid #ddd;
  padding: 0 25px; }
  .text-1 a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #292929;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 0 23px;
    position: relative;
    border-bottom: 3px solid #fff;
    line-height: 60px; }
    .text-1 a:before {
      position: absolute;
      right: 0;
      top: 25px;
      width: 1px;
      height: 15px;
      background: #ddd;
      content: ""; }
    .text-1 a:hover {
      color: #c6020a;
      font-weight: bold;
      border-bottom-color: #c6020a; }
    .text-1 a.active {
      color: #c6020a;
      font-weight: bold;
      border-bottom-color: #c6020a; }
    .text-1 a:last-child:before {
      display: none; }

.text-2 .tlist a {
  text-decoration: none;
  display: block;
  padding: 45px 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .text-2 .tlist a:hover {
    background: #c6020a; }
    .text-2 .tlist a:hover .bqtit {
      background: #fff;
      color: #c6020a; }
    .text-2 .tlist a:hover .conbox .tit {
      color: #fff; }
    .text-2 .tlist a:hover .conbox .con {
      color: #fff; }
  .text-2 .tlist a .bqtit {
    float: left;
    width: 72px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    background: #c6020a;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
  .text-2 .tlist a .conbox {
    float: right;
    width: calc(100% - 100px); }
    .text-2 .tlist a .conbox .tit {
      font-size: 1.8rem;
      color: #292929;
      line-height: 28px;
      height: 28px;
      overflow: hidden;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .text-2 .tlist a .conbox .con {
      margin-top: 5px;
      font-size: 1.4rem;
      color: #696969;
      line-height: 23px;
      height: 46px;
      overflow: hidden;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }

.hot{height:50px; background:#212121; position:fixed; bottom:0; left:0; z-index:99; border-top:2px solid #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover{ background:#000;}  
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }


.text-3 {
  border-top: 3px solid #c6020a;
  border-bottom: 1px solid #ddd;
  padding: 45px 0; }
  .text-3 .t1box {
    margin-bottom: 20px; }
    .text-3 .t1box .icon {
      width: 85px; }
    .text-3 .t1box .con {
      width: calc(100% - 85px);
      font-size: 1.4rem;
      color: #696969;
      line-height: 25px; }
  .text-3 .t2box a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 43px;
    line-height: 43px;
    padding: 0 25px;
    color: #292929;
    margin-left: 10px;
    margin-bottom: 5px; }
    .text-3 .t2box a:first-child {
      background: #c6020a;
      border-color: #c6020a;
      color: #fff; }
    .text-3 .t2box a i {
      margin-right: 10px; }

.text-4 .t1box .t1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #292929;
  border-left: 4px solid #c6020a;
  padding-left: 10px; }
.text-4 .t1box .t2 {
  margin-top: 22px; }
  .text-4 .t1box .t2 .list {
    margin-bottom: 10px; }
    .text-4 .t1box .t2 .list i {
      margin-right: 10px; }
.text-4 .t2box img {
  max-width: 100%; }

.text-5 .biaoti {
  text-align: center;
  font-size: 2.4rem;
  color: #333;
  font-weight: bold; }
.text-5 .timebox {
  margin: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #666; }
.text-5 .conbox {
  font-size: 1.4rem;
  color: #666;
  line-height: 30px; }

.picture-1 {
  text-align: center;
  width: 80%;
  margin: 0 auto; }
  .picture-1 .pic img {
    max-width: 100% !important; }

.picture-2 {
  background: #000;
  width: 90%;
  margin: 0 auto;
  padding: 20px; }
  .picture-2 .picbox {
    text-align: center; }
    .picture-2 .picbox img {
      max-width: 100%; }
  .picture-2 .conbox {
    padding: 20px; }
    .picture-2 .conbox .tit {
      text-align: left;
      font-size: 2rem;
      color: #fff;
      line-height: 35px;
      height: 35px; }
    .picture-2 .conbox .con {
      margin-top: 25px;
      font-size: 1.4rem;
      color: #fff;
      line-height: 28px;
      max-height: 112px;
      }
    .picture-2 .conbox .morebtn {
      margin-top: 35px; }
      .picture-2 .conbox .morebtn a {
        text-decoration: none;
        display: block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        color: #333;
        text-align: center;
        font-size: 1.4rem;
        background: #fff;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .picture-2 .conbox .morebtn a:hover {
          background: #c6020a;
          color: #fff; }

.picture-4-list .plist {
  padding: 0 10px 20px; }
  .picture-4-list .plist a {
    text-decoration: none;
    display: block;
    color: #292929;
    font-size: 1.6rem; }
    .picture-4-list .plist a:hover .picbox .showcn {
      top: 0; }
    .picture-4-list .plist a .picbox {
      border: 1px solid #eee;
      overflow: hidden;
      position: relative; }
      .picture-4-list .plist a .picbox .showcn {
        position: absolute;
        left: 0;
        top: 800px;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        font-size: 2.4rem;
        font-weight: bold;
        background: url(../images/product-fdj.png) no-repeat center center;
        padding-top: 20%;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
    .picture-4-list .plist a .conbox {
      margin-top: 10px;
      text-align: center;
      line-height: 35px;
      height: 35px;
      overflow: hidden; }
      .picture-4-list .plist a .conbox span {
        color: #0068b7; }

.picture-7 .plist {
  padding: 0 2px 4px; }
  .picture-7 .plist a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden; }
    .picture-7 .plist a:hover .showcn {
      top: 0; }
    .picture-7 .plist a .showcn {
      position: absolute;
      left: 0;
      top: 800px;
      width: 100%;
      height: 100%;
      background: url(../images/picture-7-fdj.png) no-repeat center center;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }

.picture-8 {
  position: relative;
  z-index: 2; }
  .picture-8 .p1box .plist:nth-child(2) a {
    color: #000; }
  .picture-8 .p1box .plist a {
    text-decoration: none;
    display: block;
    position: relative;
    color: #fff; }
    .picture-8 .p1box .plist a .showcn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px 20px; }
      .picture-8 .p1box .plist a .showcn .s1 {
        font-size: 2.4rem;
        font-weight: bold; }
      .picture-8 .p1box .plist a .showcn .s2 {
        margin-top: 5px;
        font-size: 1.4rem; }
      .picture-8 .p1box .plist a .showcn .line {
        margin-top: 15px;
        width: 35px;
        height: 5px;
        background: #0068b7; }
  .picture-8 .p2box .plist a {
    text-decoration: none;
    display: block;
    position: relative;
    color: #fff; }
    .picture-8 .p2box .plist a .showcn {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 55px 20px 0;
      text-align: center; }
      .picture-8 .p2box .plist a .showcn .s1 {
        font-size: 2.4rem;
        font-weight: bold; }
      .picture-8 .p2box .plist a .showcn .s2 {
        margin-top: 5px;
        font-size: 1.4rem; }
      .picture-8 .p2box .plist a .showcn .line {
        margin: 15px auto 0;
        width: 35px;
        height: 5px;
        background: #0068b7; }
  .picture-8 .p3box .plist:nth-child(1) a {
    color: #000; }
  .picture-8 .p3box .plist a {
    text-decoration: none;
    display: block;
    position: relative;
    color: #fff; }
    .picture-8 .p3box .plist a .showcn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px 20px; }
      .picture-8 .p3box .plist a .showcn .s1 {
        font-size: 2.4rem;
        font-weight: bold; }
      .picture-8 .p3box .plist a .showcn .s2 {
        margin-top: 5px;
        font-size: 1.4rem; }
      .picture-8 .p3box .plist a .showcn .line {
        margin-top: 15px;
        width: 35px;
        height: 5px;
        background: #0068b7; }

.picture-9 {
  text-align: center; }
  .picture-9 img {
    max-width: 100%; }

.picture-10 .plist {
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
  margin-bottom: 35px; }
  .picture-10 .plist:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .picture-10 .plist a {
    text-decoration: none;
    display: block;
    color: #292929; }
    .picture-10 .plist a .picbox {
      margin-bottom: 20px; }
    .picture-10 .plist a .conbox .tit {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .picture-10 .plist a .conbox .con {
      font-size: 1.6rem;
      line-height: 30px; }

.picture-12 .plist {
  margin-bottom: 30px; }
  .picture-12 .plist a {
    text-decoration: none;
    display: block;
    position: relative; }
    .picture-12 .plist a .picbox {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
      .picture-12 .plist a .picbox .showcn {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/picture-12-icon1.png) no-repeat center center; }
    .picture-12 .plist a .conbox .tit {
      font-size: 2.4rem;
      font-weight: bold;
      color: #292929; }
      .picture-12 .plist a .conbox .tit span {
        font-size: 1.2rem;
        color: #999;
        display: block;
        font-weight: normal;
        text-transform: uppercase; }
    .picture-12 .plist a .conbox .con {
      margin-top: 20px;
      background: #f5f5f6;
      padding: 25px; }
      .picture-12 .plist a .conbox .con .line {
        display: inline-block;
        width: 42px;
        height: 6px;
        background: #0068b7; }
      .picture-12 .plist a .conbox .con .cn {
        margin-top: 15px;
        color: #696969;
        font-size: 1.4rem;
        line-height: 25px;
        height: 200px;
        overflow: hidden; }
    .picture-12 .plist a .conbox .line2 {
      position: absolute;
      right: 0;
      bottom: 20px;
      width: 50%;
      height: 15px;
      background: #f5f5f6; }

.picture-13 .picbox {
  border: 1px solid #ddd;
  padding: 10px; }
  .picture-13 .picbox img {
    width: 100%; }

.picture-14 {
  text-align: center; }
  .picture-14 img {
    max-width: 100%; }

.picture-15 .picture-15-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }
  .picture-15 .picture-15-carousel .item {
    display: block;
    margin: 0 1px;
    text-decoration: none; }
    .picture-15 .picture-15-carousel .item:hover .titbox {
      background: url(../images/picture-15-icon1-hover.png) no-repeat;
      width: 131px;
      height: 143px; }
      .picture-15 .picture-15-carousel .item:hover .titbox .t1 {
        color: #0068b7; }
      .picture-15 .picture-15-carousel .item:hover .titbox .t2 {
        color: #999; }
    .picture-15 .picture-15-carousel .item:hover .picbox .showcn {
      opacity: 1; }
    .picture-15 .picture-15-carousel .item .titbox {
      background: url(../images/picture-15-icon1.png) no-repeat;
      width: 131px;
      height: 143px;
      text-align: center;
      padding: 40px 0 0;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .picture-15 .picture-15-carousel .item .titbox .t1 {
        font-size: 2.4rem;
        font-weight: bold;
        color: #fff; }
      .picture-15 .picture-15-carousel .item .titbox .t2 {
        margin-top: 5px;
        font-size: 1.2rem;
        opacity: .5;
        color: #fff;
        text-transform: uppercase; }
    .picture-15 .picture-15-carousel .item .picbox {
      position: relative;
      overflow: hidden;
      margin-top: -70px;
      z-index: 1;
      text-align: center; }
      .picture-15 .picture-15-carousel .item .picbox .showcn {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 104, 183, 0.6);
        color: #fff;
        padding: 170px 45px 0;
        font-size: 1.4rem;
        line-height: 25px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }

.picture-16 .pic img {
  width: 100%; }

.product-more {
  margin-top: 50px;
  text-align: center; }
  .product-more a {
    text-decoration: none;
    display: inline-block;
    width: 130px;
    height: 45px;
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    line-height: 40px;
    color: #696969;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
    .product-more a:hover {
      background: #c6020a;
      border-color: #c6020a;
      border-bottom-color: #a2060d;
      color: #fff; }

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnai .sp-thumbnail {
  background: #c6020a;
  color: #fff; }
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnai .sp-thumbnail .icon img {
    -webkit-filter: brightness(200); }
  .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnai .sp-thumbnail .add img {
    -webkit-filter: brightness(200); }

.hotpro-wrap {
  padding: 50px 0;
  overflow: hidden; }
.hotpro-wrap .hotpro-con {
  margin-top: 35px;
  text-align: center; }
.hotpro-wrap .hotpro-con .tabhd {
  display: inline-block;
  border: 1px solid #ddd; }
.hotpro-wrap .hotpro-con .tabhd .thdlist {
  display: inline-block;
  background: url(../images/hotpro-tabhd-line1.jpg) no-repeat right 16px;
  position: relative;
  z-index: 2; }
.hotpro-wrap .hotpro-con .tabhd .thdlist:last-child {
  background: none; }
.hotpro-wrap .hotpro-con .tabhd .thdlist a {
  display: block;
  text-decoration: none;
  color: #292929;
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  padding: 0 30px; }
.hotpro-wrap .hotpro-con .tabhd .thdlist a:hover, .hotpro-wrap .hotpro-con .tabhd .thdlist a.on {
  background: #c6020a;
  color: #fff; }
.hotpro-wrap .hotpro-con .tabhd .thdlist a:hover i img, .hotpro-wrap .hotpro-con .tabhd .thdlist a.on i img {
  -webkit-filter: brightness(100); }
.hotpro-wrap .hotpro-con .tabhd .thdlist a i {
  margin-right: 8px; }
.hotpro-wrap .hotpro-con .tabbd {
  margin-top: 45px; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist {
  display: none; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist:first-child {
  display: block; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box {
  position: relative;
  padding: 50px 0; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box:before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 200%;
  background: url(../images/hotpro-bg1.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .hotpro-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .hotpro-carousel .item {
  display: block; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls {
  margin-top: 0; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
  width: 63px;
  height: 30px;
  background: url(../images/hotpro-arrow.jpg) no-repeat -63px -30px;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/hotpro-arrow.jpg) no-repeat 0 -30px; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
  width: 63px;
  height: 30px;
  background: url(../images/hotpro-arrow.jpg) no-repeat 0 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/hotpro-arrow.jpg) no-repeat -63px 0; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box {
  text-align: left; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .tit {
  font-size: 2.4rem;
  color: #292929;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  overflow: hidden; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .line {
  margin: 20px 0 25px;
  height: 3px;
  width: 40px;
  background: #383838; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .con {
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
  height: 100px;
  overflow: hidden; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox {
  margin-top: 40px; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list {
  float: left;
  width: 33.33%;
  padding: 0 5px 10px; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a {
  text-decoration: none;
  display: block;
  color: #696969;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a:hover {
  color: #c6020a; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a:hover i img {
  -webkit-filter: grayscale(0);
  opacity: 1; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a i {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 25px 20px; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a i img {
  -webkit-filter: grayscale(1);
  opacity: .5;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a span {
  display: block;
  margin-top: 10px; }

.product-wrap {
  padding: 50px 0;
  overflow: hidden; }
/*.product-wrap .product-con*/ {
  margin-top: 35px;
  text-align: center; }
.product-wrap .product-con .tabhd {
  display: inline-block;
  border: 1px solid #ddd; }
.product-wrap .product-con .tabhd .thdlist {
  display: inline-block;
  background: url(../images/hotpro-tabhd-line1.jpg) no-repeat right 16px;
  position: relative;
  z-index: 2; }
.product-wrap .product-con .tabhd .thdlist:last-child {
  background: none; }
.product-wrap .product-con .tabhd .thdlist a {
  display: block;
  text-decoration: none;
  color: #292929;
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  padding: 0 30px; }
.product-wrap .product-con .tabhd .thdlist a:hover, .product-wrap .product-con .tabhd .thdlist a.on {
  background: #c6020a;
  color: #fff; }
.product-wrap .product-con .tabhd .thdlist a:hover i img, .product-wrap .product-con .tabhd .thdlist a.on i img {
  -webkit-filter: brightness(100); }
.product-wrap .product-con .tabhd .thdlist a i {
  margin-right: 8px; }
.product-wrap .product-con .tabbd {
  margin-top: 45px; }
.product-wrap .product-con .tabbd .tbdlist {
  display: none; }
.product-wrap .product-con .tabbd .tbdlist:first-child {
  display: block; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel .item {
  display: block;
  margin: 0 3px;
  text-decoration: none;
  -webkit-perspective: 50em;
  perspective: 50em; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel .item:hover .picbox .pic {
  transform: rotateY(-90deg);
  opacity: 0; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel .item:hover .picbox .showcn {
  transform: rotateY(0deg);
  opacity: 1; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox {
  border: 1px solid #ddd;
  position: relative; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox .pic {
  transform: rotateY(0deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 1; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox .showcn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/product-fdj.png) no-repeat center center;
  color: #fff;
  padding: 0 50px;
  opacity: 0;
  transform-style: preserve-3d;
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox .showcn .tit {
  margin-top: 70px;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 25px;
  height: 25px;
  overflow: hidden; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox .showcn .con {
  margin-top: 60px;
  font-size: 1.2rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden; }
.product-wrap .product-con .tabbd .tbdlist .product-carousel .item .conbox {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #292929;
  line-height: 25px;
  height: 25px;
  overflow: hidden; }
.product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls {
  margin-top: 0; }
.product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -80px;
  top: 45%;
  width: 63px;
  height: 30px;
  background: url(../images/hotpro-arrow.jpg) no-repeat -63px -30px;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: url(../images/hotpro-arrow.jpg) no-repeat 0 -30px; }
.product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -80px;
  top: 45%;
  width: 63px;
  height: 30px;
  background: url(../images/hotpro-arrow.jpg) no-repeat 0 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: url(../images/hotpro-arrow.jpg) no-repeat -63px 0; }

.cpys-wrap {
  background: url(../images/cpys-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  overflow: hidden; }
.cpys-wrap .cpys-con {
  margin-top: 40px; }
.cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox {
  padding: 20px 20px 100px;
  position: relative;
  z-index: 2;
  background: rgba(205, 34, 40, 0.8); }
.cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .titbox {
  font-size: 3rem;
  color: #fff;
  font-weight: bold; }
.cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .titbox i {
  float: left;
  width: 55px; }
.cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .titbox i img {
  -webkit-filter: brightness(200); }
.cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .titbox span {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  width: calc(100% - 65px); }
.cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .con {
  margin-top: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 25px; }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails {
  margin-top: 20px; }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail:before {
  border: none; }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail:after {
  border: none; }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail .sp-thumbnail {
  background: #ef9f9b;
  color: #fff; }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail .sp-thumbnail .icon img {
  -webkit-filter: brightness(200); }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail .sp-thumbnail .add img {
  -webkit-filter: brightness(200); }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail {
  height: auto;
  text-decoration: none;
  display: block;
  border: 1px solid #eee;
  padding: 25px 20px 35px;
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
  color: #292929;
  font-weight: bold;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail:hover {
  background: #ef9f9b;
  color: #fff; }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail:hover .icon img {
  -webkit-filter: brightness(200); }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail:hover .add img {
  -webkit-filter: brightness(200); }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail .tit {
  margin-top: 20px;
  line-height: 25px;
  height: 50px;
  overflow: hidden; }
.cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail .add {
  margin-top: 5px; }
.cpys-wrap .cpys-con .tabbd .tbdlist {
  display: none; }
.cpys-wrap .cpys-con .tabbd .tbdlist:first-child {
  display: block; }
.cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox {
  padding: 20px 20px 100px;
  position: relative;
  z-index: 2;
  background: rgba(205, 34, 40, 0.8); }
.cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .titbox {
  font-size: 3rem;
  color: #fff;
  font-weight: bold; }
.cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .titbox i {
  float: left;
  width: 55px; }
.cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .titbox i img {
  -webkit-filter: brightness(200); }
.cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .titbox span {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  width: calc(100% - 65px); }
.cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .con {
  margin-top: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 25px; }
.cpys-wrap .cpys-con .tabhd {
  margin-top: 35px;
  position: relative;
  z-index: 10; }
.cpys-wrap .cpys-con .tabhd .cpys-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible; }
.cpys-wrap .cpys-con .tabhd .cpys-carousel .item {
  text-decoration: none;
  display: block;
  margin: 0 5px;
  border: 1px solid #eee;
  padding: 25px 20px 35px;
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
  color: #292929;
  font-weight: bold;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.cpys-wrap .cpys-con .tabhd .cpys-carousel .item:hover, .cpys-wrap .cpys-con .tabhd .cpys-carousel .item.on {
  background: #c6020a;
  color: #fff; }
.cpys-wrap .cpys-con .tabhd .cpys-carousel .item:hover .icon img, .cpys-wrap .cpys-con .tabhd .cpys-carousel .item.on .icon img {
  -webkit-filter: brightness(200); }
.cpys-wrap .cpys-con .tabhd .cpys-carousel .item:hover .add img, .cpys-wrap .cpys-con .tabhd .cpys-carousel .item.on .add img {
  -webkit-filter: brightness(200); }
.cpys-wrap .cpys-con .tabhd .cpys-carousel .item .tit {
  margin-top: 20px;
  line-height: 25px;
  height: 50px;
  overflow: hidden; }
.cpys-wrap .cpys-con .tabhd .cpys-carousel .item .add {
  margin-top: 5px; }
.cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls {
  margin-top: 0; }
.cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 45px;
  top: -100px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  border: 1px solid #fff;
  background: #ac1320;
  z-index: 10;
  font-family: "黑体";
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #fff;
  color: #ac1320; }
.cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  left: 85px;
  top: -100px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: #ac1320;
  font-family: "黑体";
  font-size: 2rem;
  color: #fff;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  z-index: 10;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #fff;
  color: #ac1320; }
.cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls {
  margin-top: 0; }
.cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 45px;
  top: -100px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  border: 1px solid #fff;
  background: #ac1320;
  z-index: 10;
  font-family: "黑体";
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background: #fff;
  color: #ac1320; }
.cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  left: 85px;
  top: -100px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: #ac1320;
  font-family: "黑体";
  font-size: 2rem;
  color: #fff;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  z-index: 10;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #fff;
  color: #ac1320; }

.video-wrap {
  padding: 50px 0; }
.video-wrap .video-con {
  margin-top: 45px; }
.video-wrap .video-con .vlist {
  padding: 0 10px 20px; }
.video-wrap .video-con .vlist a {
  text-decoration: none;
  display: block;
  border: 3px solid #ddd;
  -webkit-perspective: 50em;
  perspective: 50em; }
.video-wrap .video-con .vlist a:hover .picbox .pic {
  transform: rotateY(90deg);
  opacity: 0; }
.video-wrap .video-con .vlist a:hover .picbox .showcn {
  transform: rotateY(0deg);
  opacity: 1; }
.video-wrap .video-con .vlist a .picbox {
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }
.video-wrap .video-con .vlist a .picbox .pic {
  transform: rotateY(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 1; }
.video-wrap .video-con .vlist a .picbox .showcn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  transform-style: preserve-3d;
  background: url(../images/video-fdj.png) no-repeat center center;
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 0; }
.video-wrap .video-con .vlist a .picbox .showcn .tit {
  margin-top: 25%; }

.advantages-wrap {
  background: url(../images/advantagesbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 65px 0 90px; }
.advantages-wrap .advantages-con {
  margin-top: 45px; }
.advantages-wrap .advantages-con .conbox {
  color: #fff;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  font-family: "黑体";
  opacity: .6; }
.advantages-wrap .advantages-con .listbox {
  margin-top: 35px; }
.advantages-wrap .advantages-con .listbox .list {
  padding: 0 5px 10px;
  float: left;
  width: 20%; }
.advantages-wrap .advantages-con .listbox .list a {
  text-align: center;
  text-decoration: none;
  display: block;
  border: 1px solid #bdbdbf;
  color: #fff;
  font-size: 1.8rem;
  padding: 23px 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.advantages-wrap .advantages-con .listbox .list a:hover {
  background: #bcbdbf;
  color: #c6020a; }
.advantages-wrap .advantages-con .listbox .list a:hover .add {
  opacity: 1; }
.advantages-wrap .advantages-con .listbox .list a .tit {
  display: inline-block; }
.advantages-wrap .advantages-con .listbox .list a .tit span {
  display: block;
  font-size: 4.8rem;
  font-family: "Impact";
  line-height: 50px; }
.advantages-wrap .advantages-con .listbox .list a .add {
  position: relative;
  top: -20px;
  display: inline-block;
  font-size: 3rem;
  font-family: "Impact";
  opacity: .5; }

.about-wrap {
  background: #eee;
  padding: 55px 0; }
.about-wrap .about-con {
  margin-top: 45px; }
.about-wrap .about-con .a1box a {
  text-decoration: none;
  display: block;
  color: #696969;
  font-size: 1.4rem; }
.about-wrap .about-con .a1box a:hover .conbox .morebtn {
  background: #fd8c85; }
.about-wrap .about-con .a1box a .picbox {
  border: 5px solid #fff; }
.about-wrap .about-con .a1box a .conbox .con {
  line-height: 25px;
  height: 2px;
  overflow: hidden; }
.about-wrap .about-con .a1box a .conbox .morebtn {
  margin-top: 20px;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #ed9893;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.about-wrap .about-con .a2box {
  margin-top: 55px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 20px 0; }
.about-wrap .about-con .a2box .list {
  float: left;
  width: 25%;
  text-align: center; }
.about-wrap .about-con .a2box .list a {
  display: block;
  text-decoration: none;
  color: #292929;
  font-size: 1.4rem; }
.about-wrap .about-con .a2box .list a:hover i img {
  -webkit-filter: grayscale(0);
  opacity: 1; }
.about-wrap .about-con .a2box .list a i {
  display: block; }
.about-wrap .about-con .a2box .list a i img {
  -webkit-filter: grayscale(1);
  opacity: .6;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.about-wrap .about-con .a2box .list a span {
  margin-top: 8px;
  display: block; }

.service-wrap {
  background: url(../images/servicebg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0; }
.service-wrap .container-fluid {
  position: relative; }
.service-wrap .picbox {
  text-align: center;
  margin-bottom: 30px; }
.service-wrap .picbox img {
  max-width: 100%; }
.service-wrap .conbox .list {
  margin-bottom: 15px; }
.service-wrap .conbox .list .icon {
  float: left;
  width: 75px; }
.service-wrap .conbox .list .txt {
  margin-top: 10px;
  float: left;
  width: calc(100% - 75px); }
.service-wrap .conbox .list .txt .t1 {
  font-size: 1.8rem;
  color: #292929;
  font-weight: bold; }
.service-wrap .conbox .list .txt .t2 {
  margin-top: 3px;
  font-size: 1.2rem;
  color: #999;
  font-weight: lighter;
  text-transform: uppercase; }

.news-wrap {
  padding: 55px 0; }
.news-wrap .news-con {
  margin-top: 55px; }
.news-wrap .news-con .n1box {
  margin-bottom: 35px; }
.news-wrap .news-con .n1box .tabhd .thdlist {
  display: inline-block;
  float: left;
  margin-right: 10px; }
.news-wrap .news-con .n1box .tabhd .thdlist a {
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  font-size: 1.6rem;
  color: #292929;
  border: 1px solid #eee;
  border-radius: 5px; }
.news-wrap .news-con .n1box .tabhd .thdlist a:hover, .news-wrap .news-con .n1box .tabhd .thdlist a.on {
  background: #c6020a;
  color: #fff; }
.news-wrap .news-con .n1box .tabbd {
  margin-top: 50px; }
.news-wrap .news-con .n1box .tabbd .tbdlist {
  display: none; }
.news-wrap .news-con .n1box .tabbd .tbdlist:first-child {
  display: block; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t1box a {
  text-decoration: none;
  display: block; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t1box a:hover .conbox .morebtn {
  background: #610105; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .picbox {
  width: 46%;
  border: 1px solid #eee;
  padding: 20px; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .conbox {
  width: 46%; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .conbox .tit {
  font-size: 1.6rem;
  color: #292929;
  line-height: 35px;
  height: 35px;
  overflow: hidden; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .conbox .con {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
  height: 50px;
  overflow: hidden; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .conbox .morebtn {
  margin-top: 35px;
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background: #c6020a;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t2box {
  margin-top: 45px; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a {
  text-decoration: none;
  display: block;
  border: 1px solid #eee;
  color: #292929;
  font-size: 1.4rem; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a:hover {
  color: #c6020a; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .timebox {
  width: 115px;
  border-right: 1px solid #eee;
  text-align: center;
  padding: 15px 0; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .timebox .t1 {
  font-size: 2.2rem;
  color: #292929; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .timebox .t2 {
  margin-top: 3px;
  font-size: 1.4rem;
  color: #aaa; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .conbox {
  width: calc(100% - 115px);
  padding: 0 20px;
  line-height: 84px;
  height: 84px;
  overflow: hidden; }
.news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .conbox .con {
  width: calc(100% - 80px); }
.news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .conbox .arrow {
  width: 80px;
  text-align: right; }
.news-wrap .news-con .n2box .conbox {
  margin-top: 35px; }
.news-wrap .news-con .n2box .conbox .listbox {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px; }
.news-wrap .news-con .n2box .conbox .listbox a {
  text-decoration: none;
  display: block; }
.news-wrap .news-con .n2box .conbox .listbox a:hover .con .tit {
  color: #c6020a; }
.news-wrap .news-con .n2box .conbox .listbox a .icon {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 2px solid #e5e5e5;
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 26px; }
.news-wrap .news-con .n2box .conbox .listbox a .con {
  width: calc(100% - 50px); }
.news-wrap .news-con .n2box .conbox .listbox a .con .tit {
  font-size: 1.4rem;
  color: #292929;
  line-height: 30px;
  height: 30px;
  overflow: hidden; }
.news-wrap .news-con .n2box .conbox .listbox a .con .cn {
  margin-top: 6px;
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden; }

.contact-wrap {
  background: url(../images/contactbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0; }
.contact-wrap .contact-con {
  margin-top: 45px; }
.contact-wrap .contact-con .c1box {
  margin-bottom: 20px; }
.contact-wrap .contact-con .c1box .cbox {
  margin-top: 30px; }
.contact-wrap .contact-con .c1box .cbox .listbox .list {
  margin-bottom: 8px;
  line-height: 30px;
  color: #696969; }
.contact-wrap .contact-con .c1box .cbox .listbox .list i {
  float: left;
  width: 45px; }
.contact-wrap .contact-con .c1box .cbox .listbox .list span {
  float: right;
  width: calc(100% - 45px); }
.contact-wrap .contact-con .c1box .cbox .ewmbox {
  margin-top: 35px; }
.contact-wrap .contact-con .c1box .cbox .ewmbox .pic {
  float: left;
  width: 150px; }
.contact-wrap .contact-con .c1box .cbox .ewmbox .etxt {
  float: left;
  width: calc(100% - 150px); }
.contact-wrap .contact-con .c1box .cbox .ewmbox .etxt .icon {
  margin-top: 12px; }
.contact-wrap .contact-con .c1box .cbox .ewmbox .etxt .txt {
  margin-top: 15px;
  font-size: 1.8rem;
  color: #292929;
  font-weight: bold; }
.contact-wrap .contact-con .c1box .cbox .ewmbox .etxt .txt span {
  margin-top: 5px;
  font-weight: normal;
  color: #999;
  font-size: 1.4rem;
  display: block;
  opacity: .6; }
.contact-wrap .contact-con .c2box .cbox {
  margin-top: 30px; }
.contact-wrap .contact-con .c2box .cbox .title {
  font-size: 1.4rem;
  color: #c6020a;
  line-height: 30px;
  margin-bottom: 8px; }
.contact-wrap .contact-con .c2box .cbox .inputlist {
  padding: 0 5px;
  margin-bottom: 7px; }
.contact-wrap .contact-con .c2box .cbox .inputlist .textbox1 {
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  padding: 0 10px;
  font-size: 1.2rem;
  outline: none; }
.contact-wrap .contact-con .c2box .cbox .inputlist .textbox2 {
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 1.2rem;
  outline: none; }
.contact-wrap .contact-con .c2box .cbox .inputlist .submitbtn {
  width: 100%;
  height: 40px;
  background: #ed9893;
  color: #fff;
  font-size: 1.4rem;
  border: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.contact-wrap .contact-con .c2box .cbox .inputlist .submitbtn:hover {
  background: #fd8c85; }

.product-more {
  margin-top: 50px;
  text-align: center; }
.product-more a {
  text-decoration: none;
  display: inline-block;
  width: 130px;
  height: 45px;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  line-height: 40px;
  color: #696969;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
.product-more a:hover {
  background: #c6020a;
  border-color: #c6020a;
  border-bottom-color: #a2060d;
  color: #fff; }


.header-wrap .header {
  background: #fff;
  position: relative; }
  .header-wrap .header .logo {
    line-height: 65px; }
  .header-wrap .header .nav-ul {
    height: 60px;
    position: relative;
    padding-left: 0px; }
    .header-wrap .header .nav-ul .navlist {
      position: relative;
      display: inline-block;
      float: left;
      width: 11.66%; }
      .header-wrap .header .nav-ul .navlist a.listh1 {
        position: relative;
        height: 85px;
        line-height: 85px;
        text-decoration: none;
        display: block;
        color: #292929;
        text-align: center;
        font-size: 1.6rem;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .header-wrap .header .nav-ul .navlist a.listh1:hover, .header-wrap .header .nav-ul .navlist a.listh1.on {
          color: #ad2327; }
      .header-wrap .header .nav-ul .navlist .list2-ul {
        position: absolute;
        left: 0;
        top: 85px;
        display: none;
        z-index: 10;
        background: rgba(0, 0, 0, 0.8) !important;
        background: #000;
        filter: alpha(opacity=80);
        width: 230px; }
        .header-wrap .header .nav-ul .navlist .list2-ul .list {
          position: relative; }
          .header-wrap .header .nav-ul .navlist .list2-ul .list .listh2 {
            text-align: left;
            padding-left: 10px;
            line-height: 35px;
            color: #fff;
            display: block;
            text-decoration: none; }
            .header-wrap .header .nav-ul .navlist .list2-ul .list .listh2:hover, .header-wrap .header .nav-ul .navlist .list2-ul .list .listh2.on {
              background: #ad2327; }
          .header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul {
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.8) !important;
            background: #000;
            filter: alpha(opacity=80); }
            .header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
              text-align: center; }
              .header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
                display: block;
                line-height: 35px;
                color: #fff; }
  .header-wrap .header .searchbox {
    margin-top: 20px;
    float: right; }
    .header-wrap .header .searchbox .icon {
      text-align: right; }
      .header-wrap .header .searchbox .icon a {
        display: inline-block;
        text-decoration: none;
        border: 1px solid #ddd;
        border-radius: 30px;
        height: 30px;
        line-height: 28px;
        padding: 0 15px;
        color: #696969;
        font-size: 1.4rem; }
        .header-wrap .header .searchbox .icon a i {
          position: relative;
          top: -1px;
          margin-right: 3px; }
    .header-wrap .header .searchbox .sbox {
      display: none;
      position: absolute;
      top: 65px;
      right: 0;
      z-index: 10;
      width: 265px; }
      .header-wrap .header .searchbox .sbox .textbox1 {
        float: left;
        width: 185px;
        height: 45px;
        border: 1px solid #ad2327;
        padding: 0 10px;
        color: #666;
        outline: none; }
      .header-wrap .header .searchbox .sbox .submitbtn {
        float: left;
        width: 80px;
        height: 45px;
        background: #ad2327;
        border: 1px solid #ad2327;
        font-size: 1.6rem;
        color: #fff; }
  .header-wrap .header .languages {
    margin-left: 8px;
    margin-top: 25px; }
    .header-wrap .header .languages a {
      text-decoration: none;
      display: block;
      text-align: center;
      color: #ad2327;
      font-size: 1.6rem;
      border: 1px solid #ddd;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      line-height: 28px;
      font-weight: bold;
      font-family: "Arial"; }
  .header-wrap .header .menu {
    line-height: 65px;
    float: right; }
    .header-wrap .header .menu img {
      max-width: 100%; }
  .header-wrap .header .menulist {
    position: absolute;
    top: 65px;
    right: -7px;
    width: 100px;
    display: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8); }
    .header-wrap .header .menulist a {
      font-size: 1.4rem;
      font-family: "";
      text-decoration: none;
      color: #fff;
      display: block;
      text-align: center;
      height: 30px;
      line-height: 30px; }
      .header-wrap .header .menulist a:hover {
        background: #000; }

.banner-wrap {
  position: relative; }
  .banner-wrap #owl-demo {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
    .banner-wrap #owl-demo .item {
      display: block; }
    .banner-wrap #owl-demo img {
      display: block;
      width: 100%; }
  .banner-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background: #fff;
      opacity: 1;
      border: 3px solid #fff;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
      background: #ad2327; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #ad2327; }
  .banner-wrap .banner .swiper-wrapper .swiper-slide img {
    width: 100%; }
  .banner-wrap .phonebox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10; }
    .banner-wrap .phonebox .pbox {
      float: right;
      position: relative; }
      .banner-wrap .phonebox .pbox .p1box {
        display: inline-block;
        float: left; }
        .banner-wrap .phonebox .pbox .p1box .p1 {
          float: left;
          display: inline-block;
          background: #6fb8e3;
          width: 105px;
          height: 100px;
          line-height: 100px;
          text-align: center; }
          .banner-wrap .phonebox .pbox .p1box .p1:before {
            content: '';
            position: absolute;
            left: -100%;
            bottom: 0;
            width: 100%;
            background: #6fb8e3;
            height: 5px; }
        .banner-wrap .phonebox .pbox .p1box .p2 {
          margin-top: 17px;
          float: left;
          display: inline-block;
          padding: 15px 25px 0;
          height: 83px;
          background: rgb(240 157 153 / 87%);
          color: #fff;
          font-size: 1.6rem;
          border-right: 1px solid rgba(255, 255, 255, 0.3); }
          .banner-wrap .phonebox .pbox .p1box .p2 span {
            display: block;
            font-family: "Arial";
            font-size: 2.4rem;
            font-weight: bold; }
      .banner-wrap .phonebox .pbox .p2box {
        margin-top: 17px;
        float: left;
        display: inline-block; }
        .banner-wrap .phonebox .pbox .p2box .list {
          display: inline-block;
          float: left; }
          .banner-wrap .phonebox .pbox .p2box .list a {
            text-decoration: none;
            display: block;
            height: 83px;
            background: rgba(0, 0, 0, 0.8);
            color: #fff;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            text-align: center;
            width: 110px;
            padding-top: 12px;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
            .banner-wrap .phonebox .pbox .p2box .list a:hover {
              background: #c6020a; }
            .banner-wrap .phonebox .pbox .p2box .list a i {
              display: block; }
            .banner-wrap .phonebox .pbox .p2box .list a span {
              margin-top: 5px;
              display: block; }

.adbanner.active .picbox {
  height: auto; }
.adbanner .picbox {
  height: 290px; }
  .adbanner .picbox img {
    width: 100%; }

.content-wrap .hotpro-wrap {
  padding: 50px 0;
  overflow: hidden; }
  .content-wrap .hotpro-wrap .hotpro-con {
    margin-top: 35px;
    text-align: center; }
    .content-wrap .hotpro-wrap .hotpro-con .tabhd {
      display: inline-block;
      border: 1px solid #ddd; }
      .content-wrap .hotpro-wrap .hotpro-con .tabhd .thdlist {
        display: inline-block;
        background: url(../images/hotpro-tabhd-line1.jpg) no-repeat right 16px;
        position: relative;
        z-index: 2; }
        .content-wrap .hotpro-wrap .hotpro-con .tabhd .thdlist:last-child {
          background: none; }
        .content-wrap .hotpro-wrap .hotpro-con .tabhd .thdlist a {
          display: block;
          text-decoration: none;
          color: #292929;
          font-size: 1.6rem;
          height: 50px;
          line-height: 50px;
          padding: 0 30px; }
          .content-wrap .hotpro-wrap .hotpro-con .tabhd .thdlist a:hover, .content-wrap .hotpro-wrap .hotpro-con .tabhd .thdlist a.on {
            background: #c6020a;
            color: #fff; }
            .content-wrap .hotpro-wrap .hotpro-con .tabhd .thdlist a:hover i img, .content-wrap .hotpro-wrap .hotpro-con .tabhd .thdlist a.on i img {
              -webkit-filter: brightness(100); }
          .content-wrap .hotpro-wrap .hotpro-con .tabhd .thdlist a i {
            margin-right: 8px; }
    .content-wrap .hotpro-wrap .hotpro-con .tabbd {
      margin-top: 45px; }
      .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist {
        display: none; }
        .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist:first-child {
          display: block; }
        .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box {
          position: relative;
          padding: 50px 0; }
          .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box:before {
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            height: 100%;
            width: 200%;
            background: url(../images/hotpro-bg1.jpg) no-repeat center center;
            background-size: cover;
            z-index: -1; }
          .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .hotpro-carousel {
            width: 100% !important;
            margin-left: auto;
            margin-right: auto; }
            .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .hotpro-carousel .item {
              display: block; }
          .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls {
            margin-top: 0; }
            .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls .owl-buttons .owl-prev {
              position: absolute;
              left: 0;
              top: 45%;
              width: 63px;
              height: 30px;
              background: url(../images/hotpro-arrow.jpg) no-repeat -63px -30px;
              padding: 0;
              margin: 0;
              opacity: 1;
              border-radius: 0;
              transition: all 0.3s ease 0s;
              -moz-transition: all 0.3s ease 0s;
              -webkit-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s; }
              .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
                background: url(../images/hotpro-arrow.jpg) no-repeat 0 -30px; }
            .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls .owl-buttons .owl-next {
              position: absolute;
              right: 0;
              top: 45%;
              width: 63px;
              height: 30px;
              background: url(../images/hotpro-arrow.jpg) no-repeat 0 0;
              padding: 0;
              margin: 0;
              opacity: 1;
              border-radius: 0;
              transition: all 0.3s ease 0s;
              -moz-transition: all 0.3s ease 0s;
              -webkit-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s; }
              .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .owl-theme .owl-controls .owl-buttons .owl-next:hover {
                background: url(../images/hotpro-arrow.jpg) no-repeat -63px 0; }
        .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box {
          text-align: left; }
          .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .tit {
            font-size: 2.4rem;
            color: #292929;
            font-weight: bold;
            line-height: 35px;
            height: 35px;
            overflow: hidden; }
          .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .line {
            margin: 20px 0 25px;
            height: 3px;
            width: 40px;
            background: #383838; }
          .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .con {
            font-size: 1.4rem;
            color: #696969;
            line-height: 25px;
            height: 100px;
            overflow: hidden; }
          .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox {
            margin-top: 40px; }
            .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list {
              float: left;
              width: 33.33%;
              padding: 0 5px 10px; }
              .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a {
                text-decoration: none;
                display: block;
                color: #696969;
                font-size: 1.4rem;
                text-align: center;
                position: relative;
                z-index: 2;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s; }
                .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a:hover {
                  color: #c6020a; }
                  .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a:hover i img {
                    -webkit-filter: grayscale(0);
                    opacity: 1; }
                .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a i {
                  display: block;
                  border: 1px solid #ddd;
                  border-radius: 5px;
                  padding: 25px 20px; }
                  .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a i img {
                    -webkit-filter: grayscale(1);
                    opacity: .5;
                    transition: all 0.3s ease 0s;
                    -moz-transition: all 0.3s ease 0s;
                    -webkit-transition: all 0.3s ease 0s;
                    -o-transition: all 0.3s ease 0s; }
                .content-wrap .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a span {
                  display: block;
                  margin-top: 10px; }
.content-wrap .product-wrap {
  padding: 50px 0;
  overflow: hidden; }
  .content-wrap .product-wrap .product-con {
    margin-top: 35px;
    text-align: center; }
    .content-wrap .product-wrap .product-con .tabhd {
      display: inline-block;
      border: 1px solid #ddd; }
      .content-wrap .product-wrap .product-con .tabhd .thdlist {
        display: inline-block;
        background: url(../images/hotpro-tabhd-line1.jpg) no-repeat right 16px;
        position: relative;
        z-index: 2; }
        .content-wrap .product-wrap .product-con .tabhd .thdlist:last-child {
          background: none; }
        .content-wrap .product-wrap .product-con .tabhd .thdlist a {
          display: block;
          text-decoration: none;
          color: #292929;
          font-size: 1.6rem;
          height: 50px;
          line-height: 50px;
          padding: 0 30px; }
          .content-wrap .product-wrap .product-con .tabhd .thdlist a:hover, .content-wrap .product-wrap .product-con .tabhd .thdlist a.on {
            background: #c6020a;
            color: #fff; }
            .content-wrap .product-wrap .product-con .tabhd .thdlist a:hover i img, .content-wrap .product-wrap .product-con .tabhd .thdlist a.on i img {
              -webkit-filter: brightness(100); }
          .content-wrap .product-wrap .product-con .tabhd .thdlist a i {
            margin-right: 8px; }
    .content-wrap .product-wrap .product-con .tabbd {
      margin-top: 45px; }
      .content-wrap .product-wrap .product-con .tabbd .tbdlist {
        display: none; }
        .content-wrap .product-wrap .product-con .tabbd .tbdlist:first-child {
          display: block; }
        .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel {
          width: 100% !important;
          margin-left: auto;
          margin-right: auto;
          overflow: visible; }
          .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item {
            display: block;
            margin: 0 3px;
            text-decoration: none;
            -webkit-perspective: 50em;
            perspective: 50em; }
            .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item:hover .picbox .pic {
              transform: rotateY(-90deg);
              opacity: 0; }
            .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item:hover .picbox .showcn {
              transform: rotateY(0deg);
              opacity: 1; }
            .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox {
              border: 1px solid #ddd;
              position: relative; }
              .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox .pic {
                transform: rotateY(0deg);
                -webkit-transform-origin: 100% 50%;
                -ms-transform-origin: 100% 50%;
                -moz-transform-origin: 100% 50%;
                -o-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                opacity: 1; }
              .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox .showcn {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: url(../images/product-fdj.png) no-repeat center center;
                color: #fff;
                padding: 0 50px;
                opacity: 0;
                transform-style: preserve-3d;
                transform: rotateY(90deg);
                -webkit-transform-origin: 0 0;
                -ms-transform-origin: 0 0;
                -moz-transform-origin: 0 0;
                -o-transform-origin: 0 0;
                transform-origin: 0 0;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s; }
                .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox .showcn .tit {
                  margin-top: 70px;
                  font-size: 1.4rem;
                  text-transform: uppercase;
                  line-height: 25px;
                  height: 25px;
                  overflow: hidden; }
                .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .picbox .showcn .con {
                  margin-top: 60px;
                  font-size: 1.2rem;
                  line-height: 20px;
                  height: 60px;
                  overflow: hidden; }
            .content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .conbox {
              margin-top: 10px;
              font-size: 1.4rem;
              color: #292929;
              line-height: 25px;
              height: 25px;
              overflow: hidden; }
        .content-wrap .product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls {
          margin-top: 0; }
          .content-wrap .product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls .owl-buttons .owl-prev {
            position: absolute;
            left: -80px;
            top: 45%;
            width: 63px;
            height: 30px;
            background: url(../images/hotpro-arrow.jpg) no-repeat -63px -30px;
            padding: 0;
            margin: 0;
            opacity: 1;
            border-radius: 0;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
            .content-wrap .product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
              background: url(../images/hotpro-arrow.jpg) no-repeat 0 -30px; }
          .content-wrap .product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls .owl-buttons .owl-next {
            position: absolute;
            right: -80px;
            top: 45%;
            width: 63px;
            height: 30px;
            background: url(../images/hotpro-arrow.jpg) no-repeat 0 0;
            padding: 0;
            margin: 0;
            opacity: 1;
            border-radius: 0;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
            .content-wrap .product-wrap .product-con .tabbd .tbdlist .owl-theme .owl-controls .owl-buttons .owl-next:hover {
              background: url(../images/hotpro-arrow.jpg) no-repeat -63px 0; }
.content-wrap .cpys-wrap {
  background: url(../images/cpys-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  overflow: hidden; }
  .content-wrap .cpys-wrap .cpys-con {
    margin-top: 40px; }
    .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox {
      padding: 20px 20px 100px;
      position: relative;
      z-index: 2;
      background: rgba(205, 34, 40, 0.8); }
      .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .titbox {
        font-size: 3rem;
        color: #fff;
        font-weight: bold; }
        .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .titbox i {
          float: left;
          width: 55px; }
          .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .titbox i img {
            -webkit-filter: brightness(200); }
        .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .titbox span {
          margin-top: 10px;
          margin-left: 10px;
          float: left;
          width: calc(100% - 65px); }
      .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox .con {
        margin-top: 15px;
        color: #fff;
        font-size: 1.4rem;
        line-height: 25px; }
    .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails {
      margin-top: 20px; }
      .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail:before {
        border: none; }
      .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail:after {
        border: none; }
      .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail .sp-thumbnail {
        background: #c6020a;
        color: #fff; }
        .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail .sp-thumbnail .icon img {
          -webkit-filter: brightness(200); }
        .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-selected-thumbnail .sp-thumbnail .add img {
          -webkit-filter: brightness(200); }
      .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail {
        height: auto;
        text-decoration: none;
        display: block;
        border: 1px solid #eee;
        padding: 25px 20px 35px;
        background: #fff;
        text-align: center;
        font-size: 1.6rem;
        color: #292929;
        font-weight: bold;
        position: relative;
        z-index: 2;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail:hover {
          background: #c6020a;
          color: #fff; }
          .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail:hover .icon img {
            -webkit-filter: brightness(200); }
          .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail:hover .add img {
            -webkit-filter: brightness(200); }
        .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail .tit {
          margin-top: 20px;
          line-height: 25px;
          height: 50px;
          overflow: hidden; }
        .content-wrap .cpys-wrap .cpys-con .slider-pro .sp-thumbnails .sp-thumbnail .add {
          margin-top: 5px; }
    .content-wrap .cpys-wrap .cpys-con .tabbd .tbdlist {
      display: none; }
      .content-wrap .cpys-wrap .cpys-con .tabbd .tbdlist:first-child {
        display: block; }
      .content-wrap .cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox {
        padding: 20px 20px 100px;
        position: relative;
        z-index: 2;
        background: rgba(205, 34, 40, 0.8); }
        .content-wrap .cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .titbox {
          font-size: 3rem;
          color: #fff;
          font-weight: bold; }
          .content-wrap .cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .titbox i {
            float: left;
            width: 55px; }
            .content-wrap .cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .titbox i img {
              -webkit-filter: brightness(200); }
          .content-wrap .cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .titbox span {
            margin-top: 10px;
            margin-left: 10px;
            float: left;
            width: calc(100% - 65px); }
        .content-wrap .cpys-wrap .cpys-con .tabbd .tbdlist .tbox .conbox .con {
          margin-top: 15px;
          color: #fff;
          font-size: 1.4rem;
          line-height: 25px; }
    .content-wrap .cpys-wrap .cpys-con .tabhd {
      margin-top: 35px;
      position: relative;
      z-index: 10; }
      .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        overflow: visible; }
        .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel .item {
          text-decoration: none;
          display: block;
          margin: 0 5px;
          border: 1px solid #eee;
          padding: 25px 20px 35px;
          background: #fff;
          text-align: center;
          font-size: 1.6rem;
          color: #292929;
          font-weight: bold;
          position: relative;
          z-index: 2;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel .item:hover, .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel .item.on {
            background: #c6020a;
            color: #fff; }
            .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel .item:hover .icon img, .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel .item.on .icon img {
              -webkit-filter: brightness(200); }
            .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel .item:hover .add img, .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel .item.on .add img {
              -webkit-filter: brightness(200); }
          .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel .item .tit {
            margin-top: 20px;
            line-height: 25px;
            height: 50px;
            overflow: hidden; }
          .content-wrap .cpys-wrap .cpys-con .tabhd .cpys-carousel .item .add {
            margin-top: 5px; }
      .content-wrap .cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls {
        margin-top: 0; }
        .content-wrap .cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls .owl-buttons .owl-prev {
          position: absolute;
          left: 45px;
          top: -100px;
          width: 30px;
          height: 30px;
          line-height: 28px;
          padding: 0;
          margin: 0;
          opacity: 1;
          border-radius: 0;
          border: 1px solid #fff;
          background: #ac1320;
          z-index: 10;
          font-family: "黑体";
          font-size: 2rem;
          color: #fff;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
            background: #fff;
            color: #ac1320; }
        .content-wrap .cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls .owl-buttons .owl-next {
          position: absolute;
          left: 85px;
          top: -100px;
          width: 30px;
          height: 30px;
          border: 1px solid #fff;
          background: #ac1320;
          font-family: "黑体";
          font-size: 2rem;
          color: #fff;
          padding: 0;
          margin: 0;
          opacity: 1;
          border-radius: 0;
          z-index: 10;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .cpys-wrap .cpys-con .tabhd .owl-theme .owl-controls .owl-buttons .owl-next:hover {
            background: #fff;
            color: #ac1320; }
      .content-wrap .cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls {
        margin-top: 0; }
        .content-wrap .cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls .owl-nav .owl-prev {
          position: absolute;
          left: 45px;
          top: -100px;
          width: 30px;
          height: 30px;
          line-height: 28px;
          padding: 0;
          margin: 0;
          opacity: 1;
          border-radius: 0;
          border: 1px solid #fff;
          background: #ac1320;
          z-index: 10;
          font-family: "黑体";
          font-size: 2rem;
          color: #fff;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
            background: #fff;
            color: #ac1320; }
        .content-wrap .cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls .owl-nav .owl-next {
          position: absolute;
          left: 85px;
          top: -100px;
          width: 30px;
          height: 30px;
          border: 1px solid #fff;
          background: #ac1320;
          font-family: "黑体";
          font-size: 2rem;
          color: #fff;
          padding: 0;
          margin: 0;
          opacity: 1;
          border-radius: 0;
          z-index: 10;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .cpys-wrap .cpys-con .tabhd .owl-carousel .owl-controls .owl-nav .owl-next:hover {
            background: #fff;
            color: #ac1320; }
.content-wrap .video-wrap {
  padding: 50px 0; }
  .content-wrap .video-wrap .video-con {
    margin-top: 45px; }
    .content-wrap .video-wrap .video-con .vlist {
      padding: 0 10px 20px; }
      .content-wrap .video-wrap .video-con .vlist a {
        text-decoration: none;
        display: block;
        border: 3px solid #ddd;
        -webkit-perspective: 50em;
        perspective: 50em; }
        .content-wrap .video-wrap .video-con .vlist a:hover .picbox .pic {
          transform: rotateY(90deg);
          opacity: 0; }
        .content-wrap .video-wrap .video-con .vlist a:hover .picbox .showcn {
          transform: rotateY(0deg);
          opacity: 1; }
        .content-wrap .video-wrap .video-con .vlist a .picbox {
          position: relative;
          overflow: hidden;
          padding: 20px 10px; }
          .content-wrap .video-wrap .video-con .vlist a .picbox .pic {
            transform: rotateY(0deg);
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            opacity: 1; }
          .content-wrap .video-wrap .video-con .vlist a .picbox .showcn {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 1.4rem;
            transform-style: preserve-3d;
            background: url(../images/video-fdj.png) no-repeat center center;
            transform: rotateY(-90deg);
            -webkit-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            opacity: 0; }
            .content-wrap .video-wrap .video-con .vlist a .picbox .showcn .tit {
              margin-top: 25%; }
.content-wrap .advantages-wrap {
  background: url(../images/advantagesbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 65px 0 90px; }
  .content-wrap .advantages-wrap .advantages-con {
    margin-top: 45px; }
    .content-wrap .advantages-wrap .advantages-con .conbox {
      color: #fff;
      font-size: 1.6rem;
      line-height: 30px;
      text-align: center;
      font-family: "黑体";
      opacity: .6; }
    .content-wrap .advantages-wrap .advantages-con .listbox {
      margin-top: 35px; }
      .content-wrap .advantages-wrap .advantages-con .listbox .list {
        padding: 0 5px 10px;
        float: left;
        width: 20%; }
        .content-wrap .advantages-wrap .advantages-con .listbox .list a {
          text-align: center;
          text-decoration: none;
          display: block;
          border: 1px solid #bdbdbf;
          color: #fff;
          font-size: 1.8rem;
          padding: 23px 0;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .advantages-wrap .advantages-con .listbox .list a:hover {
            background: #bcbdbf;
            color: #c6020a; }
            .content-wrap .advantages-wrap .advantages-con .listbox .list a:hover .add {
              opacity: 1; }
          .content-wrap .advantages-wrap .advantages-con .listbox .list a .tit {
            display: inline-block; }
            .content-wrap .advantages-wrap .advantages-con .listbox .list a .tit span {
              display: block;
              font-size: 4.8rem;
              font-family: "Impact";
              line-height: 50px; }
          .content-wrap .advantages-wrap .advantages-con .listbox .list a .add {
            position: relative;
            top: -20px;
            display: inline-block;
            font-size: 3rem;
            font-family: "Impact";
            opacity: .5; }
.content-wrap .about-wrap {
  background: #eee;
  padding: 55px 0; }
  .content-wrap .about-wrap .about-con {
    margin-top: 45px; }
    .content-wrap .about-wrap .about-con .a1box a {
      text-decoration: none;
      display: block;
      color: #696969;
      font-size: 1.4rem; }
      .content-wrap .about-wrap .about-con .a1box a:hover .conbox .morebtn {
        background: #610105; }
      .content-wrap .about-wrap .about-con .a1box a .picbox {
        border: 5px solid #fff; }
      .content-wrap .about-wrap .about-con .a1box a .conbox .con {
        line-height: 25px;
        height: 200px;
        overflow: hidden; }
      .content-wrap .about-wrap .about-con .a1box a .conbox .morebtn {
        margin-top: 20px;
        width: 130px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background: #c6020a;
        font-size: 1.2rem;
        font-weight: bold;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
    .content-wrap .about-wrap .about-con .a2box {
      margin-top: 55px;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      padding: 20px 0; }
      .content-wrap .about-wrap .about-con .a2box .list {
        float: left;
        width: 25%;
        text-align: center; }
        .content-wrap .about-wrap .about-con .a2box .list a {
          display: block;
          text-decoration: none;
          color: #292929;
          font-size: 1.4rem; }
          .content-wrap .about-wrap .about-con .a2box .list a:hover i img {
            -webkit-filter: grayscale(0);
            opacity: 1; }
          .content-wrap .about-wrap .about-con .a2box .list a i {
            display: block; }
            .content-wrap .about-wrap .about-con .a2box .list a i img {
              -webkit-filter: grayscale(1);
              opacity: .6;
              transition: all 0.3s ease 0s;
              -moz-transition: all 0.3s ease 0s;
              -webkit-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s; }
          .content-wrap .about-wrap .about-con .a2box .list a span {
            margin-top: 8px;
            display: block; }
.content-wrap .service-wrap {
  background: url(../images/servicebg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0; }
  .content-wrap .service-wrap .container-fluid {
    position: relative; }
  .content-wrap .service-wrap .picbox {
    text-align: center;
    margin-bottom: 30px; }
    .content-wrap .service-wrap .picbox img {
      max-width: 100%; }
  .content-wrap .service-wrap .conbox .list {
    margin-bottom: 15px; }
    .content-wrap .service-wrap .conbox .list .icon {
      float: left;
      width: 75px; }
    .content-wrap .service-wrap .conbox .list .txt {
      margin-top: 10px;
      float: left;
      width: calc(100% - 75px); }
      .content-wrap .service-wrap .conbox .list .txt .t1 {
        font-size: 1.8rem;
        color: #292929;
        font-weight: bold; }
      .content-wrap .service-wrap .conbox .list .txt .t2 {
        margin-top: 3px;
        font-size: 1.2rem;
        color: #999;
        font-weight: lighter;
        text-transform: uppercase; }
.content-wrap .news-wrap {
  padding: 55px 0; }
  .content-wrap .news-wrap .news-con {
    margin-top: 55px; }
    .content-wrap .news-wrap .news-con .n1box {
      margin-bottom: 35px; }
      .content-wrap .news-wrap .news-con .n1box .tabhd .thdlist {
        display: inline-block;
        float: left;
        margin-right: 10px; }
        .content-wrap .news-wrap .news-con .n1box .tabhd .thdlist a {
          text-decoration: none;
          display: block;
          height: 50px;
          line-height: 50px;
          padding: 0 50px;
          font-size: 1.6rem;
          color: #292929;
          border: 1px solid #eee;
          border-radius: 5px; }
          .content-wrap .news-wrap .news-con .n1box .tabhd .thdlist a:hover, .content-wrap .news-wrap .news-con .n1box .tabhd .thdlist a.on {
            background: #c6020a;
            color: #fff; }
      .content-wrap .news-wrap .news-con .n1box .tabbd {
        margin-top: 50px; }
        .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist {
          display: none; }
          .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist:first-child {
            display: block; }
          .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t1box a {
            text-decoration: none;
            display: block; }
            .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t1box a:hover .conbox .morebtn {
              background: #610105; }
            .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .picbox {
              width: 46%;
              border: 1px solid #eee;
              padding: 20px; }
            .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .conbox {
              width: 46%; }
              .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .conbox .tit {
                font-size: 1.6rem;
                color: #292929;
                line-height: 35px;
                height: 35px;
                overflow: hidden; }
              .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .conbox .con {
                margin-top: 10px;
                font-size: 1.4rem;
                color: #696969;
                line-height: 25px;
                height: 50px;
                overflow: hidden; }
              .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .conbox .morebtn {
                margin-top: 35px;
                width: 170px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border-radius: 40px;
                background: #c6020a;
                color: #fff;
                font-size: 1.4rem;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s; }
          .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t2box {
            margin-top: 45px; }
            .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a {
              text-decoration: none;
              display: block;
              border: 1px solid #eee;
              color: #292929;
              font-size: 1.4rem; }
              .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a:hover {
                color: #c6020a; }
              .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .timebox {
                width: 115px;
                border-right: 1px solid #eee;
                text-align: center;
                padding: 15px 0; }
                .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .timebox .t1 {
                  font-size: 2.2rem;
                  color: #292929; }
                .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .timebox .t2 {
                  margin-top: 3px;
                  font-size: 1.4rem;
                  color: #aaa; }
              .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .conbox {
                width: calc(100% - 115px);
                padding: 0 20px;
                line-height: 84px;
                height: 84px;
                overflow: hidden; }
                .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .conbox .con {
                  width: calc(100% - 80px); }
                .content-wrap .news-wrap .news-con .n1box .tabbd .tbdlist .t2box .tlist a .conbox .arrow {
                  width: 80px;
                  text-align: right; }
    .content-wrap .news-wrap .news-con .n2box .conbox {
      margin-top: 35px; }
      .content-wrap .news-wrap .news-con .n2box .conbox .listbox {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px; }
        .content-wrap .news-wrap .news-con .n2box .conbox .listbox a {
          text-decoration: none;
          display: block; }
          .content-wrap .news-wrap .news-con .n2box .conbox .listbox a:hover .con .tit {
            color: #c6020a; }
          .content-wrap .news-wrap .news-con .n2box .conbox .listbox a .icon {
            width: 30px;
            height: 30px;
            border-radius: 3px;
            border: 2px solid #e5e5e5;
            color: #666;
            font-size: 1.6rem;
            font-weight: bold;
            text-align: center;
            line-height: 26px; }
          .content-wrap .news-wrap .news-con .n2box .conbox .listbox a .con {
            width: calc(100% - 50px); }
            .content-wrap .news-wrap .news-con .n2box .conbox .listbox a .con .tit {
              font-size: 1.4rem;
              color: #292929;
              line-height: 30px;
              height: 30px;
              overflow: hidden; }
            .content-wrap .news-wrap .news-con .n2box .conbox .listbox a .con .cn {
              margin-top: 6px;
              font-size: 1.4rem;
              color: #666;
              line-height: 24px;
              height: 48px;
              overflow: hidden; }
.content-wrap .contact-wrap {
  background: url(../images/contactbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0; }
  .content-wrap .contact-wrap .contact-con {
    margin-top: 45px; }
    .content-wrap .contact-wrap .contact-con .c1box {
      margin-bottom: 20px; }
      .content-wrap .contact-wrap .contact-con .c1box .cbox {
        margin-top: 30px; }
        .content-wrap .contact-wrap .contact-con .c1box .cbox .listbox .list {
          margin-bottom: 8px;
          line-height: 30px;
          color: #696969; }
          .content-wrap .contact-wrap .contact-con .c1box .cbox .listbox .list i {
            float: left;
            width: 45px; }
          .content-wrap .contact-wrap .contact-con .c1box .cbox .listbox .list span {
            float: right;
            width: calc(100% - 45px); }
        .content-wrap .contact-wrap .contact-con .c1box .cbox .ewmbox {
          margin-top: 35px; }
          .content-wrap .contact-wrap .contact-con .c1box .cbox .ewmbox .pic {
            float: left;
            width: 150px; }
          .content-wrap .contact-wrap .contact-con .c1box .cbox .ewmbox .etxt {
            float: left;
            width: calc(100% - 150px); }
            .content-wrap .contact-wrap .contact-con .c1box .cbox .ewmbox .etxt .icon {
              margin-top: 12px; }
            .content-wrap .contact-wrap .contact-con .c1box .cbox .ewmbox .etxt .txt {
              margin-top: 15px;
              font-size: 1.8rem;
              color: #292929;
              font-weight: bold; }
              .content-wrap .contact-wrap .contact-con .c1box .cbox .ewmbox .etxt .txt span {
                margin-top: 5px;
                font-weight: normal;
                color: #999;
                font-size: 1.4rem;
                display: block;
                opacity: .6; }
    .content-wrap .contact-wrap .contact-con .c2box .cbox {
      margin-top: 30px; }
      .content-wrap .contact-wrap .contact-con .c2box .cbox .title {
        font-size: 1.4rem;
        color: #c6020a;
        line-height: 30px;
        margin-bottom: 8px; }
      .content-wrap .contact-wrap .contact-con .c2box .cbox .inputlist {
        padding: 0 5px;
        margin-bottom: 7px; }
        .content-wrap .contact-wrap .contact-con .c2box .cbox .inputlist .textbox1 {
          width: 100%;
          height: 40px;
          border: 1px solid #eee;
          padding: 0 10px;
          font-size: 1.2rem;
          outline: none; }
        .content-wrap .contact-wrap .contact-con .c2box .cbox .inputlist .textbox2 {
          width: 100%;
          height: 100px;
          border: 1px solid #eee;
          padding: 10px;
          font-size: 1.2rem;
          outline: none; }
        .content-wrap .contact-wrap .contact-con .c2box .cbox .inputlist .submitbtn {
          width: 100%;
          height: 40px;
          background: #c6020a;
          color: #fff;
          font-size: 1.4rem;
          border: none;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .contact-wrap .contact-con .c2box .cbox .inputlist .submitbtn:hover {
            background: #610105; }
.content-wrap .contentbox {
  margin-top: 10px; }
  .content-wrap .contentbox .title-posit {
    line-height: 30px; }
    .content-wrap .contentbox .title-posit .tp .posit {
      color: #292929;
      font-size: 1.4rem;
      font-weight: bold; }
      .content-wrap .contentbox .title-posit .tp .posit i {
        display: inline-block;
        float: left;
        margin-right: 20px;
        position: relative; }
        .content-wrap .contentbox .title-posit .tp .posit i:before {
          content: '';
          position: absolute;
          right: -10px;
          top: 10px;
          width: 1px;
          height: 15px;
          background: #ddd; }
      .content-wrap .contentbox .title-posit .tp .posit a {
        color: #292929; }
    .content-wrap .contentbox .title-posit .tp .back a {
      color: #696969;
      font-size: 1.4rem; }
    .content-wrap .contentbox .title-posit .line {
      margin-top: 10px;
      border-top: 1px solid #ddd; }
  .content-wrap .contentbox .tit-line {
    text-align: center;
    margin-bottom: 20px; }
    .content-wrap .contentbox .tit-line h2 {
      font-family: "Aparajita";
      color: #383838;
      font-size: 3.2rem;
      text-transform: uppercase;
      margin: 0 0 15px; }
      .content-wrap .contentbox .tit-line h2 span {
        font-family: "";
        display: block;
        font-size: 2rem; }
    .content-wrap .contentbox .tit-line .line-wrap {
      width: 100%;
      height: 1px;
      background: #ccc; }
      .content-wrap .contentbox .tit-line .line-wrap .line {
        position: relative;
        top: -1px;
        height: 3px;
        background: #383e6b;
        width: 80px;
        margin: 0 auto; }
  .content-wrap .contentbox .w-ltside .mb {
    margin-bottom: 20px; }
    .content-wrap .contentbox .w-ltside .mb .tit-show .title {
      display: block;
      height: 45px;
      line-height: 45px;
      background: #193882;
      background-size: cover;
      overflow: hidden;
      font-family: '';
      font-size: 16px;
      color: #fff;
      text-indent: 1em;
      cursor: pointer; }
      .content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
        float: right;
        margin-right: 15px; }
      .content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
        margin-right: 10px; }
  .content-wrap .contentbox .w-ltside .show-hide {
    display: none;
    overflow: hidden;
    width: 100%; }
    .content-wrap .contentbox .w-ltside .show-hide .div2 {
      display: block;
      height: 35px;
      line-height: 35px;
      cursor: pointer;
      background: #eee;
      color: #707070;
      font-size: 14px;
      text-align: center;
      border-bottom: 1px solid #fff; }
      .content-wrap .contentbox .w-ltside .show-hide .div2 a {
        display: block;
        color: #707070;
        text-decoration: none; }
      .content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
        background: #2c99fa;
        color: #fff; }
    .content-wrap .contentbox .w-ltside .show-hide .div3 {
      display: none; }
      .content-wrap .contentbox .w-ltside .show-hide .div3 ul {
        margin: 0;
        padding: 0; }
        .content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
          display: block;
          height: 34px;
          line-height: 34px;
          list-style: none;
          text-align: center;
          background: #fff;
          overflow: hidden;
          border-bottom: 1px solid #eee; }
          .content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
            text-decoration: none;
            display: block;
            overflow: hidden;
            color: #666; }
            .content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
              color: #2c99fa; }
  .content-wrap .contentbox .ltside {
    padding-right: 20px;
    margin-bottom: 80px; }
    .content-wrap .contentbox .ltside .linkbox .title-arrow {
      background: url(../images/ltside-titbg.jpg) no-repeat right bottom;
      background-size: cover;
      height: 80px;
      line-height: 80px;
      padding: 0 30px;
      color: #fff;
      font-size: 2.4rem;
      font-weight: bold; }
      .content-wrap .contentbox .ltside .linkbox .title-arrow i {
        margin-right: 20px; }
    .content-wrap .contentbox .ltside .linkbox .link-wrap {
      background: #fff; }
      .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list {
        padding-left: 30px;
        display: block;
        height: 50px;
        text-align: left;
        color: #292929;
        line-height: 50px;
        font-size: 1.4rem;
        font-weight: bold;
        text-decoration: none;
        overflow: hidden;
        border: 1px solid #ddd; }
        .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover, .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 {
          background: #2c99fa;
          border-color: #2c99fa;
          color: #fff; }
          .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover .arrow, .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 .arrow {
            background: #fff;
            color: #ffd640; }
        .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .tit {
          float: left;
          width: 65%; }
        .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .arrow {
          margin-top: 17px;
          margin-right: 25px;
          width: 18px;
          height: 18px;
          border-radius: 50%;
          border: 1px solid #ddd;
          line-height: 18px;
          overflow: hidden;
          color: #858585;
          font-style: normal;
          text-align: center;
          font-family: "黑体";
          font-size: 1.2rem; }
      .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 {
        display: none; }
        .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul {
          background: #fff;
          padding: 0 15px;
          border: 1px solid #ddd; }
          .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li {
            margin-bottom: 5px;
            border-bottom: 1px dashed #ccc; }
            .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li:last-child {
              border-bottom: none;
              margin-bottom: 0; }
            .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a {
              padding-left: 40px;
              display: block;
              height: 35px;
              text-align: left;
              color: #292929;
              line-height: 35px;
              font-size: 1.4rem;
              text-decoration: none;
              overflow: hidden; }
              .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
                color: #2c99fa; }
              .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
                float: left;
                width: 10%;
                font-style: normal; }
              .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
                float: left;
                width: 80%; }
    .content-wrap .contentbox .ltside .contactbox {
      background: url(../images/ltside-contactboxbg.jpg) no-repeat center bottom;
      background-size: cover;
      padding: 45px 0 30px;
      text-align: center;
      color: #fff; }
      .content-wrap .contentbox .ltside .contactbox .tit {
        color: #fff;
        font-size: 2.8rem;
        font-weight: bold;
        border-bottom: 2px solid #38589f;
        padding-bottom: 20px;
        width: 140px;
        margin: 0 auto 20px; }
        .content-wrap .contentbox .ltside .contactbox .tit span {
          margin-top: 10px;
          display: block;
          font-size: 1.4rem;
          font-weight: normal; }
      .content-wrap .contentbox .ltside .contactbox .icon {
        margin-bottom: 20px; }
      .content-wrap .contentbox .ltside .contactbox .numbox {
        font-size: 1.4rem; }
        .content-wrap .contentbox .ltside .contactbox .numbox span {
          font-size: 1.8rem;
          font-family: "Impact";
          display: block;
          letter-spacing: 2px; }
  .content-wrap .contentbox .main-wrap {
    padding-bottom: 80px; }
    .content-wrap .contentbox .main-wrap .about-con {
      margin-bottom: 20px; }
      .content-wrap .contentbox .main-wrap .about-con img {
        max-width: 100%;
        margin: 10px 0; }
      .content-wrap .contentbox .main-wrap .about-con .con {
        font-size: 1.4rem;
        color: #0d0d0d;
        line-height: 30px;
        margin-bottom: 0; }
    .content-wrap .contentbox .main-wrap .product-con .plist {
      padding: 0 3px 10px; }
      .content-wrap .contentbox .main-wrap .product-con .plist a {
        display: block;
        text-decoration: none;
        -webkit-perspective: 50em;
        perspective: 50em;
        text-align: center; }
        .content-wrap .contentbox .main-wrap .product-con .plist a:hover .picbox .pic {
          transform: rotateY(-90deg);
          opacity: 0; }
        .content-wrap .contentbox .main-wrap .product-con .plist a:hover .picbox .showcn {
          transform: rotateY(0deg);
          opacity: 1; }
        .content-wrap .contentbox .main-wrap .product-con .plist a .picbox {
          border: 1px solid #ddd;
          position: relative; }
          .content-wrap .contentbox .main-wrap .product-con .plist a .picbox .pic {
            transform: rotateY(0deg);
            -webkit-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            opacity: 1; }
          .content-wrap .contentbox .main-wrap .product-con .plist a .picbox .showcn {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url(../images/product-fdj.png) no-repeat center center;
            color: #fff;
            padding: 0 50px;
            opacity: 0;
            transform-style: preserve-3d;
            transform: rotateY(90deg);
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
            .content-wrap .contentbox .main-wrap .product-con .plist a .picbox .showcn .tit {
              margin-top: 70px;
              font-size: 1.4rem;
              text-transform: uppercase;
              line-height: 25px;
              height: 25px;
              overflow: hidden; }
            .content-wrap .contentbox .main-wrap .product-con .plist a .picbox .showcn .con {
              margin-top: 60px;
              font-size: 1.2rem;
              line-height: 20px;
              height: 60px;
              overflow: hidden; }
        .content-wrap .contentbox .main-wrap .product-con .plist a .conbox {
          margin-top: 10px;
          font-size: 1.4rem;
          color: #292929;
          line-height: 25px;
          height: 25px;
          overflow: hidden; }
    .content-wrap .contentbox .main-wrap .video-con .vlist {
      padding: 0 10px 20px; }
      .content-wrap .contentbox .main-wrap .video-con .vlist a {
        text-decoration: none;
        display: block;
        border: 3px solid #ddd;
        -webkit-perspective: 50em;
        perspective: 50em; }
        .content-wrap .contentbox .main-wrap .video-con .vlist a:hover .picbox .pic {
          transform: rotateY(90deg);
          opacity: 0; }
        .content-wrap .contentbox .main-wrap .video-con .vlist a:hover .picbox .showcn {
          transform: rotateY(0deg);
          opacity: 1; }
        .content-wrap .contentbox .main-wrap .video-con .vlist a .picbox {
          position: relative;
          overflow: hidden;
          padding: 20px 10px; }
          .content-wrap .contentbox .main-wrap .video-con .vlist a .picbox .pic {
            transform: rotateY(0deg);
            -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            opacity: 1; }
          .content-wrap .contentbox .main-wrap .video-con .vlist a .picbox .showcn {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 1.4rem;
            transform-style: preserve-3d;
            background: url(../images/video-fdj.png) no-repeat center center;
            transform: rotateY(-90deg);
            -webkit-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            opacity: 0; }
            .content-wrap .contentbox .main-wrap .video-con .vlist a .picbox .showcn .tit {
              margin-top: 25%; }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
      margin-bottom: 10px; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
        font-weight: normal;
        font-size: 1.4rem;
        width: 22%;
        float: left;
        height: 30px;
        line-height: 30px;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
        float: right;
        width: 77%;
        border: 1px solid #ccc;
        line-height: 30px;
        height: 30px;
        padding: 5px;
        font-size: 1.4rem;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
        float: right;
        width: 77%;
        border: 1px solid #ccc;
        line-height: 30px;
        height: 130px;
        padding: 5px;
        font-size: 1.4rem;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox3 {
        margin-left: 2%;
        float: left;
        width: 15%;
        border: 1px solid #ccc;
        line-height: 30px;
        height: 30px;
        padding: 5px;
        font-size: 1.4rem;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic {
        float: left;
        margin-left: 5px; }
        .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
          height: 30px; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
        margin-top: 10px;
        width: 100px;
        height: 30px;
        color: #292929;
        border: none;
        background: #d1d1d1;
        font-size: 1.4rem;
        margin-right: 5px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
          background: #1d80fc;
          color: #fff; }
        .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
          margin-left: 23%; }
    .content-wrap .contentbox .main-wrap .messages-con .picbox {
      padding-left: 20px; }
      .content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
        border: 1px solid #ccc;
        padding: 5px; }
    .content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow {
      background: #fff; }
      .content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-current {
        border: 1px solid #ccc;
        height: 250px !important; }
        .content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-current ul li {
          line-height: 250px !important;
          height: 250px !important;
          text-align: center; }
        .content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-current img {
          max-width: 100% !important;
          max-height: 100% !important;
          display: inline-block; }
      .content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-list {
        background: #fff;
        box-shadow: none;
        border-top: none; }
        .content-wrap .contentbox .main-wrap .product-details-con .showbox .pgwSlideshow .ps-list li .ps-item.ps-selected {
          border-color: #1a77be; }
    .content-wrap .contentbox .main-wrap .product-details-con .showbox .pic {
      border: 1px solid #eee; }
    .content-wrap .contentbox .main-wrap .product-details-con .showcn .title {
      font-size: 2.4rem;
      color: #292929;
      line-height: 55px;
      overflow: hidden;
      font-weight: bold;
      border-bottom: 1px solid #eee; }
    .content-wrap .contentbox .main-wrap .product-details-con .showcn .con {
      margin-top: 25px; }
      .content-wrap .contentbox .main-wrap .product-details-con .showcn .con .clist {
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
        margin-bottom: 25px; }
        .content-wrap .contentbox .main-wrap .product-details-con .showcn .con .clist .tit {
          font-size: 1.4rem;
          font-weight: bold;
          color: #292929;
          line-height: 20px;
          overflow: hidden; }
        .content-wrap .contentbox .main-wrap .product-details-con .showcn .con .clist .cn {
          margin-top: 10px;
          font-size: 1.4rem;
          color: #696969;
          line-height: 25px; }
    .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox {
      margin-top: 6px; }
      .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 {
        float: left;
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 10px; }
        .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 a {
          text-decoration: none;
          display: block;
          background: #c6020a;
          width: 125px;
          height: 45px;
          border-radius: 5px;
          line-height: 45px;
          text-align: center;
          color: #fff;
          font-size: 1.4rem;
          font-weight: bold;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 a:hover {
            background: #940107; }
          .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z1 a i {
            margin-right: 5px; }
      .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 {
        float: left; }
        .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 a {
          text-decoration: none;
          display: inline-block;
          border: 1px solid #eee;
          padding: 0 15px;
          height: 45px;
          line-height: 45px;
          border-radius: 3px;
          text-align: center;
          font-size: 1.4rem;
          color: #292929; }
          .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox .z2 a i {
            margin-right: 10px; }
    .content-wrap .contentbox .main-wrap .product-details-con .dcon {
      margin-top: 30px;
      border-top: 1px solid #eee;
      padding-top: 10px; }
      .content-wrap .contentbox .main-wrap .product-details-con .dcon img {
        max-width: 100%;
        margin: 20px 0; }
      .content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
        font-size: 1.4rem;
        color: #636363;
        line-height: 30px; }

.footer-wrap .footer {
  background: #2a2a2a; }
  .footer-wrap .footer .f1box {
    border-bottom: 1px solid #434343;
    padding: 15px 0; }
    .footer-wrap .footer .f1box .f1 {
      float: left;
      color: #fff;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 50px; }
      .footer-wrap .footer .f1box .f1 a {
        color: #fff; }
      .footer-wrap .footer .f1box .f1 span {
        font-weight: normal;
        font-size: 1.2rem;
        opacity: .5;
        margin: 0 40px; }
    .footer-wrap .footer .f1box .f2 {
      float: right; }
      .footer-wrap .footer .f1box .f2 .fbox {
        position: relative; }
        .footer-wrap .footer .f1box .f2 .fbox .a1 {
          width: 210px;
          display: block;
          height: 50px;
          line-height: 50px;
          background: #ed9893;
          padding: 0 20px;
          color: #fff;
          font-weight: bold; }
          .footer-wrap .footer .f1box .f2 .fbox .a1 i {
            float: right;
            width: 20px; }
          .footer-wrap .footer .f1box .f2 .fbox .a1 span {
            float: left;
            width: calc(100% - 40px); }
        .footer-wrap .footer .f1box .f2 .fbox .box {
          display: none;
          position: absolute;
          bottom: 50px;
          left: 0;
          width: 100%;
          z-index: 30; }
          .footer-wrap .footer .f1box .f2 .fbox .box a {
            display: block;
            text-decoration: none;
            background: #fff;
            border-radius: 3px;
            color: #666;
            height: 35px;
            line-height: 35px;
            overflow: hidden;
            padding: 0 15px;
            font-size: 1.4rem;
            margin-bottom: 3px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
            .footer-wrap .footer .f1box .f2 .fbox .box a:hover {
              background: #ad2327;
              color: #fff; }
  .footer-wrap .footer .f2box {
    padding: 35px 0; }
    .footer-wrap .footer .f2box .f1 .list {
      margin-bottom: 12px;
      font-size: 1.4rem;
      color: #fff;
      text-transform: uppercase; }
      .footer-wrap .footer .f2box .f1 .list:nth-child(1), .footer-wrap .footer .f2box .f1 .list:nth-child(2), .footer-wrap .footer .f2box .f1 .list:nth-child(4) {
        opacity: .5; }
      .footer-wrap .footer .f2box .f1 .list a {
        display: inline-block;
        border: 1px solid #4f4f4f;
        margin-right: 5px;
        background: url(../images/footer-f2box-img2-hover.png) no-repeat center center;
        height: 36px;
        width: 36px; }
        .footer-wrap .footer .f2box .f1 .list a:hover {
          background: url(../images/footer-f2box-img2.png) no-repeat center center; }
          .footer-wrap .footer .f2box .f1 .list a:hover:nth-child(2) {
            background: url(../images/footer-f2box-img3.png) no-repeat center center; }
          .footer-wrap .footer .f2box .f1 .list a:hover:nth-child(3) {
            background: url(../images/footer-f2box-img4.png) no-repeat center center; }
        .footer-wrap .footer .f2box .f1 .list a:nth-child(2) {
          background: url(../images/footer-f2box-img3-hover.png) no-repeat center center; }
        .footer-wrap .footer .f2box .f1 .list a:nth-child(3) {
          background: url(../images/footer-f2box-img4-hover.png) no-repeat center center; }
    .footer-wrap .footer .f2box .f2 {
      margin-top: 20px; }
      .footer-wrap .footer .f2box .f2 img {
        max-width: 100%; }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 999; }
  .hot-wrap .list {
    height: 75px;
    width: 25%;
    float: left;
    display: block; }
    .hot-wrap .list:hover {
      background: #191919; }
    .hot-wrap .list a {
      text-decoration: none;
      display: block;
      text-align: center; }
      .hot-wrap .list a i {
        display: block;
        padding-bottom: .2em;
        padding-top: .5em; }
      .hot-wrap .list a span {
        font-size: 1rem;
        color: #fff; }
.roundbox {
  position: fixed;
  right: 40px;
  top: 40%;
  z-index: 20; }
.roundbox .rlist {
  position: relative; }
.roundbox .rlist a:hover i {
  background: #ccc; }
.roundbox .rlist a:hover span {
  opacity: 1; }
.roundbox .rlist a i {
  width: 10px;
  height: 10px;
  background: #ad2327;
  border-radius: 10px;
  display: inline-block; }
.roundbox .rlist a span {
  position: absolute;
  right: 65px;
  top: 0;
  width: 120px;
  text-align: right;
  color: #ad2327;
  opacity: 0; }
.roundbox .backbtn {
  margin-top: 10px;
  position: relative;
  right: 20px; }
.roundbox .backbtn a {
  text-decoration: none;
  color: #ad2327; }
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left; }

  .col-md-9-cz1 {
    width: 66.66%;
    padding: 0 10px; }

  .col-md-3-cz1 {
    width: 33.33%;
    padding: 0 10px; }

  .text-3 .t1box {
    margin-bottom: 0; }
  .text-3 .t2box {
    border-left: 1px solid #ddd;
    text-align: left;
    padding: 0 20px; }
    .text-3 .t2box a {
      margin-bottom: 0; }

  .text-4 .t1box .t2 .list {
    display: inline-block;
    float: left;
    margin-right: 80px; }
  .text-4 .t2box {
    text-align: right; }
  .hotpro-wrap {
    padding: 0; }
  .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box {
    float: left;
    width: 50%;
    padding: 55px 0 95px; }
  .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .hotpro-carousel {
    position: relative;
    z-index: 1;
    overflow: visible; }
  .hotpro-wrap .hotpro-con .tabbd .tbdlist .t1box .hotpro-carousel:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -35px;
    bottom: -35px;
    background: rgba(238, 238, 238, 0.1);
    width: 380px;
    height: 220px; }
  .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box {
    float: right;
    width: 50%;
    padding-left: 45px; }
  .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list {
    float: left;
    width: 20%;
    padding: 0 15px 15px; }
  .hotpro-wrap .hotpro-con .tabbd .tbdlist .t2box .listbox .list a i {
    padding: 15px 0; }

  .product-wrap {
    padding: 45px 0; }

  .cpys-wrap {
    padding: 85px 0; }
  .cpys-wrap .cpys-con .slider-pro .sp-mask {
    height: 350px !important; }
  .cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox {
    width: 52%;
    padding: 75px 45px 100px;
    position: relative;
    z-index: 2;
    background: rgb(118 187 228 / 77%); }
  .cpys-wrap .cpys-con .slider-pro .sp-slides .sp-slide .tbox .conbox:before {
    content: '';
    position: absolute;
    right: -183px;
    top: 0;
    background: url(../images/cpys-bg2.png) no-repeat right top;
    width: 183px;
    height: 100%;
    background-size: 100% 100%; }

  .video-wrap {
    padding: 0; }

  .advantages-wrap {
    padding: 95px 0 130px; }

  .about-wrap {
    padding: 80px 0; }
  .about-wrap .about-con .a1box a .conbox {
    padding-right: 35px; }
  .about-wrap .about-con .a2box {
    padding: 0px 0; }
  .about-wrap .about-con .a2box .list {
    background: url(../images/about-a2box-line.jpg) no-repeat right 10px; }
  .about-wrap .about-con .a2box .list:last-child {
    background: none; }

  .service-wrap {
    padding: 110px 0; }
  .service-wrap .picbox {
    margin-bottom: 0; }
  .service-wrap .conbox .list {
    position: absolute;
    left: 0;
    top: 80px;
    width: 330px; }
  .service-wrap .conbox .list:nth-child(2) {
    top: 180px; }
  .service-wrap .conbox .list:nth-child(3) {
    top: 280px; }
  .service-wrap .conbox .list:nth-child(4) {
    top: 380px; }
  .service-wrap .conbox .list:nth-child(5) {
    top: 80px;
    left: auto;
    right: 0; }
  .service-wrap .conbox .list:nth-child(5) .icon {
    float: right;
    text-align: right; }
  .service-wrap .conbox .list:nth-child(5) .txt {
    text-align: right; }
  .service-wrap .conbox .list:nth-child(6) {
    top: 180px;
    left: auto;
    right: 0; }
  .service-wrap .conbox .list:nth-child(6) .icon {
    float: right;
    text-align: right; }
  .service-wrap .conbox .list:nth-child(6) .txt {
    text-align: right; }
  .service-wrap .conbox .list:nth-child(7) {
    top: 280px;
    left: auto;
    right: 0; }
  .service-wrap .conbox .list:nth-child(7) .icon {
    float: right;
    text-align: right; }
  .service-wrap .conbox .list:nth-child(7) .txt {
    text-align: right; }
  .service-wrap .conbox .list:nth-child(8) {
    top: 380px;
    left: auto;
    right: 0; }
  .service-wrap .conbox .list:nth-child(8) .icon {
    float: right;
    text-align: right; }
  .service-wrap .conbox .list:nth-child(8) .txt {
    text-align: right; }
  .service-wrap .conbox .list .icon {
    float: left; }
  .service-wrap .conbox .list .txt {
    float: right; }

  .news-wrap {
    padding: 45px 0; }
  .news-wrap .news-con .n2box {
    padding-left: 45px; }

  .contact-wrap {
    padding: 65px 0; }
  .contact-wrap .contact-con .c1box {
    float: left;
    width: 40%;
    padding-right: 45px; }
  .contact-wrap .contact-con .c2box {
    float: right;
    width: 95%;
    padding-left: 45px;
    border-left: 1px solid #e8e8e8; }
  .header-wrap .header .logo {
    line-height: 85px; }
  .header-wrap .header .searchbox {
    float: left;
    margin-top: 25px; }
    .header-wrap .header .searchbox .icon {
      text-align: center; }
    .header-wrap .header .searchbox .sbox {
      top: 85px; }


  .content-wrap .contentbox .main-wrap .messages-con .mconbox {
    width: 800px;
    margin: 0 auto; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 12%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%; }
  .content-wrap .contentbox .main-wrap .product-details-con .showpic {
    padding-right: 35px; }
    .content-wrap .contentbox .main-wrap .product-details-con .showpic .zxbox .z2 {
      margin-top: 0;
      margin-left: 15px; }
  .content-wrap .contentbox .main-wrap .product-details-con .showcn .zxbox {
    float: right; } }
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em; }

  .adbanner .picbox {
    height: 180px; }

  .cpys-wrap .cpys-con .slider-pro .sp-mask {
    height: 350px !important; }

  .footer-wrap {
    margin-bottom: 75px; }
  .roundbox {
    left: 30px;
    right: 0; }
  .roundbox .rlist a span {
    right: 0;
    left: 20px;
    text-align: left; }
}
@media (max-width: 480px) {
  .video-main iframe{ width:100%; height:280px;}
  .picture-1 .picture-1-carousel {
    width: 100% !important; }
  .picture-1 .owl-theme .owl-controls .owl-buttons {
    display: none; }

  .logo img {
    max-width: 90%; }

  .adbanner.active .picbox {
    height: auto; }
  .adbanner .picbox {
    height: 90px; }

  .advantages-wrap .advantages-con .listbox .list {
    width: 50%; }

  .news-wrap .news-con .n1box .tabhd .thdlist a {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 1.4rem; }
  .news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .picbox {
    width: 100%; }
  .news-wrap .news-con .n1box .tabbd .tbdlist .t1box a .conbox {
    width: 100%; }

  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 35%; }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
    width: 63%; } }
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%; } }

/*# sourceMappingURL=style.css.map */
