﻿@charset "utf-8";
@font-face {
  font-family: "DINPro-Regular";
  src: url("../fonts/dinpro-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/dinpro-regular.eot") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/dinpro-regular.woff") format("woff"),
    /* Modern Browsers */ url("DINPro-Regular.otf") format("truetype"),
    /* Safari, Android, iOS */ url("DINPro-Regular.svg#MicrosoftYaHei")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "dinpro-medium_0";
  src: url("../fonts/dinpro-medium_0.eot"); /* IE9 Compat Modes */
  src: url("../fonts/dinpro-medium_0.eot") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/dinpro-medium_0.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/dinpro-medium_0.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/dinpro-medium_0.svg#microsoftyahei") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "dinpro-bold_0";
  src: url("../fonts/dinpro-bold_0.eot"); /* IE9 Compat Modes */
  src: url("../fonts/dinpro-bold_0.eot") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/dinpro-bold_0.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/dinpro-bold_0.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/dinpro-bold_0.svg#microsoftyahei")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "AvantGardeITCbyBT-Medium";
  src: url("../fonts/avantgardeitcbybt-medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/avantgardeitcbybt-medium.eot") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/avantgardeitcbybt-medium.woff") format("woff"),
    /* Modern Browsers */ url("AvantGardeITCbyBT-Medium.otf") format("truetype"),
    /* Safari, Android, iOS */
      url("AvantGardeITCbyBT-Medium.svg#MicrosoftYaHei") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "MaisonNeue-Bold";
  src: url("../fonts/maisonneue-bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/maisonneue-bold.eot") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/maisonneue-bold.woff") format("woff"),
    /* Modern Browsers */ url("MaisonNeue-Bold.otf") format("truetype"),
    /* Safari, Android, iOS */ url("MaisonNeue-Bold.svg#MicrosoftYaHei")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "MaisonNeue-Medium";
  src: url("../fonts/maisonneue-medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/maisonneue-medium.eot") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/maisonneue-medium.woff") format("woff"),
    /* Modern Browsers */ url("MaisonNeue-Medium.otf") format("truetype"),
    /* Safari, Android, iOS */ url("MaisonNeue-Medium.svg#MicrosoftYaHei")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "MaisonNeue-Book";
  src: url("../fonts/maisonneue-book.eot"); /* IE9 Compat Modes */
  src: url("../fonts/maisonneue-book.eot") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/maisonneue-book.woff") format("woff"),
    /* Modern Browsers */ url("MaisonNeue-Book.otf") format("truetype"),
    /* Safari, Android, iOS */ url("MaisonNeue-Book.svg#MicrosoftYaHei")
      format("svg"); /* Legacy iOS */
}

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
  margin-top: 92px;
}

.navbar {
  position: relative;
  margin-bottom: 0px;
  border-bottom: 0px solid #bebcbc;
}

.navbar-inverse {
  background-color: #c5161d;
  border-color: #5f5d5d;
}

.navbar-inversex {
  background-color: #c5161d;
  border-color: #5f5d5d;
}

.navbar-inversey {
  background-color: rgba(255, 255, 255, 1);
  border-color: #5f5d5d;
}

.navbar-brand {
  margin-top: 0px;
  padding: 0px;
}

.navbar-nav > li > a {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 33px;
  padding-right: 33px;
  line-height: 86px;
}

.navbar-navy > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 98px;
}

.navbar-navx > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 78px;
}

.nav {
  padding-left: 250px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
}

.navbar-inversey .navbar-nav > li > a:hover,
.navbar-inversex .navbar-nav > li > a:focus {
  color: #c5161d;
}

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

a:hover {
  text-decoration: none;
  transition: all 300ms ease-in 0ms;
  color: #333333;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
}

.navbar-inversey .navbar-nav > li > a {
  color: #000000;
  font-size: 18px;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #000;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar > .container .navbar-brand {
  margin-left: 0px;
}

.menu ul.sub_menu {
  position: absolute;
  width: 1265px;
  height: 630px;
  display: none;
  z-index: 999;
  padding: 0px;
  margin-left: -80px;
}
.menu ul.sub_menu a {
}
.menu ul.sub_menu a:hover {
  color: #c5161d;
}

.ddh {
  height: auto;
  overflow: hidden;
  padding-top: 9px;
  position: relative;
  margin-top: -9px;
}

.ddhx {
  height: auto;
  overflow: hidden;
  padding-top: 9px;
  position: relative;
}

.jtx {
  position: absolute;
  width: 20px;
  height: 9px;
  left: 136px;
  background: url(../images/jtb.png);
  top: 0px;
  z-index: 6;
}

.ddh-k {
  height: auto;
  overflow: hidden;
  padding: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ffffff;
}

.ddh-k li {
  list-style-type: none;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.6);
  border-right: 1px solid #eaeaea;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  float: left;
}

.navbar-inverse .navbar-nav > li.cc .ddh-k li a {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-inverse .navbar-nav > li.cc .ddh-k li a:hover {
  color: #c5161d;
}

.ddh-k li h2 {
  font-family: "dinpro-bold_0", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #c5161d;
  margin-top: 20px;
  margin-bottom: 15px;
}

.ddh-k li h2 a {
  color: #c5161d;
}

.navbar-inverse .navbar-nav > li.cc .ddh-k li h2 a {
  color: #c5161d;
}

.ddh-k li a::after {
  background-color: rgba(0, 0, 0, 0);
  display: none !important;
}

.ddh-k li a:hover:after {
  background-color: rgba(0, 0, 0, 0);
  display: none !important;
}

.kq1 {
  -webkit-animation-delay: 0.4s;
}
.kq2 {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
}
.kq3 {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1.2s;
}
.kq4 {
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 1.6s;
}
.kq5 {
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2s;
}
.kq6 {
  -webkit-animation-delay: 2.4s;
  -webkit-animation-duration: 2.4s;
}
.kq7 {
  -webkit-animation-delay: 2.8s;
  -webkit-animation-duration: 2.8s;
}
.kq8 {
  -webkit-animation-delay: 3.2s;
  -webkit-animation-duration: 3.2s;
}
.kq9 {
  -webkit-animation-delay: 3.6s;
  -webkit-animation-duration: 3.6s;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
  position: absolute;
  left: -20px;
  top: 92px;
  width: 160px;
  border: 0px solid #cbcbcb;
  background-color: #ffffff;
  padding: 5px 0px;
  display: none;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
  line-height: 40px;
  border-bottom: 0px solid #ffffff;
  text-align: center;
  list-style-type: none;
  background: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a {
  color: #000000;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover {
  display: block;
  color: #ffffff;
  background-color: #c5161d;
  text-decoration: none;
}

.kuanping {
  width: 1750px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
}

.kkt {
  width: 100%;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
}

.navbar-inverse .navbar-nav > li > a::after {
  width: 0;
  transition: width 0.3s;
  height: 2px;
  display: block;
  margin: 0 auto;
  content: "";
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover:after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  transition: width 0.3s;
  background-color: #ffffff;
}

.navbar-inversey .navbar-nav > li > a::after {
  width: 0;
  transition: width 0.3s;
  height: 2px;
  display: block;
  margin: 0 auto;
  content: "";
  background-color: #c5161d;
}

.navbar-inversey .navbar-nav > li > a:hover:after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  transition: width 0.3s;
  background-color: #c5161d;
}

.navbar-toggle > span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #043d79;
  border-radius: 2px;
  margin: 4px auto;
  transition: 0.3s;
  transform-origin: left center;
}

.nav-top1 {
  -webkit-transform: rotateZ(34deg);
  -moz-transform: rotateZ(34deg);
  -ms-transform: rotateZ(34deg);
  -o-transform: rotateZ(34deg);
  transform: rotateZ(34deg);
}
.nav-middle1 {
  opacity: 0;
}
.nav-bottom1 {
  -webkit-transform: rotateZ(-34deg);
  -moz-transform: rotateZ(-34deg);
  -ms-transform: rotateZ(-34deg);
  -o-transform: rotateZ(-34deg);
  transform: rotateZ(-34deg);
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  transition: width 0.3s;
  background-color: rgba(0, 0, 0, 0);
  display: none !important;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover:after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  transition: width 0.3s;
  background-color: rgba(0, 0, 0, 0);
  display: none !important;
}

ul {
  padding: 0px;
  margin: 0px;
}

.guding {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9;
}

.logo {
  height: auto;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 20px;
}

.logox {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-right {
  display: flex;
  align-items: center;
}
.soutt {
  margin-right: 15px;
  height: auto;
  overflow: hidden;
  text-align: center;
  color: #fff;
  line-height: 90px;
}

.soutt a {
  cursor: pointer;
}

.yuyan {
  width: 106px;
  text-align: center;
  border-left: 2px solid rgba(99, 95, 92, 0.2);
  line-height: 90px;
  float: right;
}

.souttx {
  line-height: 80px;
}

.yuyanx {
  line-height: 80px;
}

.yuyany {
  border-left: 2px solid rgba(63, 63, 63, 0.2);
  line-height: 80px;
}

.searchh {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
  display: none;
  margin: 5px;
  margin-bottom: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.searchh form {
  height: 40px;
  padding: 0;
}

.searchh #name {
  height: 40px;
  border: 1px #d2dae2 solid;
  border-radius: 0;
  width: 100%;
}

.searchh .btn {
  background-color: #c5161d;
  height: 40px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1.8rem;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.Rotation {
  -webkit-transform: rotate(360deg);
  animation: rotation 8s linear infinite;
  -moz-animation: rotation 8s linear infinite;
  -webkit-animation: rotation 8s linear infinite;
  -o-animation: rotation 8s linear infinite;
}

.banner img {
  width: 100%;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 45%;
  left: 94%;
  width: 23px;
}

.banner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 8px 4px;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background-color: #c5161d;
  opacity: 1;
}

.chanpin {
  height: auto;
  overflow: hidden;
  padding-top: 75px;
  /*padding-bottom: 75px;*/
}

.cplan {
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.cplan-aa {
  width: 15%;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  color: #000000;
  float: left;
}

.dazi {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 44px;
  color: #c5161d;
  height: auto;
  overflow: hidden;
  line-height: 43px;
  margin-top: 8px;
}

.cplan-bb {
  width: 62.2%;
  font-size: 16px;
  line-height: 31px;
  color: #5c5c5c;
  float: left;
  margin-left: 4.8%;
}

.cplan-cc {
  width: 13.8%;
  float: right;
}

.cplan-cc a {
  display: block;
  width: 196px;
  height: 44px;
  line-height: 44px;
  padding-left: 30px;
  background: url(../images/jtcc.png) right top;
  background-repeat: no-repeat;
  border: 1px solid #c5161d;
  color: #c5161d;
  font-size: 16px;
  border-radius: 20px;
}

.cplan-cc a:hover {
  background: url(../images/jtcc.png) right bottom;
  background-repeat: no-repeat;
  background-color: #c5161d;
  color: #ffffff;
}

.xuhao {
  position: absolute;
  width: 37px;
  height: 37px;
  line-height: 37px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  background-color: #c5161d;
  font-family: "dinpro-bold_0", Helvetica, Arial, sans-serif;
  top: 0px;
  left: 0px;
}

.cpgk1 h2 {
  font-family: "dinpro-bold_0", Helvetica, Arial, sans-serif;
  font-size: 31px;
  text-align: center;
  height: auto;
  overflow: hidden;
  line-height: 31px;
}

.cpg-h {
  height: 150px;
  overflow: hidden;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 25px;
}

.cpgun li.on .cpg-h {
  display: none;
}

.cpmore {
  margin-top: 39px;
  height: auto;
  overflow: hidden;
}

.cpgun li.on .cpmore {
  display: none;
}

.cpdd {
  position: absolute;
  width: 100%;
  background-color: #e7e7e7;
  left: 0px;
  bottom: 0px;
  display: none;
}

.cpdd-aa {
  width: 90%;
  padding-left: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: fantasy;
  font-size: 50px;
  line-height: inherit;
  box-sizing: border-box;
  float: left;
}

.cpdd-bb {
  width: 60.9%;
  padding-left: 23px;
  padding-top: 20px;
  height: 95px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 25px;
  font-family: "dinpro-bold_0", Helvetica, Arial, sans-serif;
  background: url(../images/fenge.png) left center;
  background-repeat: no-repeat;
  float: left;
}

.cpdd-cc {
  width: 9.6%;
  line-height: 95px;
  background-color: #c5161d;
  text-align: center;
  float: right;
}

.cpgun li.on .cpdd {
  display: block;
}
.cpgun li.on .cpdd a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotcp {
  height: auto;
  overflow: hidden;
}

.hotcp-aa {
  width: 20.6%;
  position: relative;
  background-color: #ffffff;
  z-index: 8;
  float: left;
}

.htit {
  height: auto;
  overflow: hidden;
  padding-left: 23.5%;
  padding-right: 8.6%;
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.61);
}

.htit h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 8px;
}

.htit h3 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 43px;
  color: #c5161d;
  line-height: 43px;
  margin-top: 0px;
  margin-bottom: 35px;
}

.htit-mm {
  margin-top: 240px;
  font-size: 16px;
  color: #c5161d;
  line-height: 31px;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  height: auto;
  overflow: hidden;
}

.htit-mm a {
  color: #c5161d;
}

.hotcp-bb {
  width: 79.4%;
  float: right;
}

.cptu {
  height: auto;
  overflow: hidden;
  border: 1px solid #f7f7f7;
}

.cptu-zi {
  height: auto;
  overflow: hidden;
  padding: 16px;
  padding-top: 0px;
}

.cptu-nn {
  margin-top: 6px;
  padding-top: 15px;
  color: #c5161d;
  font-size: 14px;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #f8f8f8;
}

.cptu-nn h4 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #332f2b;
  margin-top: 0px;
  margin-bottom: 10px;
}

.cptu:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.cptu img {
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.cptu:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 500ms ease-in 0ms;
}

.cptu section {
  overflow: hidden;
}

section {
  display: block;
}

.hotcp-bb .swiper-container {
  padding-top: 15px;
  padding-bottom: 65px;
  margin-right: -180px;
}

.hotcp-bb .swiper-scrollbar-drag {
  background-color: #c5161d;
}

.xinwen {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #f7f7f7;
  margin-top: 132px;
}

.xinwen-aa {
  width: 31.8%;
  height: 770px;
  padding: 40px;
  padding-top: 80px;
  padding-left: 96px;
  padding-bottom: 120px;
  background: url(../images/xwtt.png) bottom right;
  background-repeat: no-repeat;
  background-color: #58595b;
  float: left;
}

.xinwen-aa h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 18px;
}

.xinwen-aa h3 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 43px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 72px;
}

.xwhh {
  height: auto;
  overflow: hidden;
}

.xwhh li {
  list-style-type: none;
  height: auto;
  overflow: hidden;
  line-height: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.xwhh li a {
  color: #ffffff;
  font-size: 18px;
}

.xwhh-aa {
  width: 58.8%;
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.xwhh-bb {
  width: 24%;
  float: left;
  text-align: center;
}

.xwhh-cc {
  width: 10%;
  float: right;
  text-align: right;
}

.down {
  height: auto;
  overflow: hidden;
  margin-top: 124px;
  font-size: 18px;
  color: #c5161d;
  line-height: 31px;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  height: auto;
  overflow: hidden;
}

.down a {
  color: #ffffff;
}

.xinwen-bb {
  width: 68.2%;
  float: right;
}

.xinwen-bb li {
  list-style-type: none;
  width: 33.3%;
  height: 770px;
  border-top: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  float: left;
}

.xinwen-bb li h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 14px;
}

.xinwen-bb li h3 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 27px;
  height: 70px;
  overflow: hidden;
  line-height: 35px;
  color: #c5161d;
  margin-top: 0px;
  margin-bottom: 50px;
}

.xwjt {
  margin-top: 55px;
  height: auto;
  overflow: hidden;
}

.xwtuk {
  margin-top: 45px;
  height: auto;
  overflow: hidden;
}

.xwtuk img {
  width: 70%;
}

.hudu {
  border-radius: 10px;
}

.xinwen-bb li a {
  display: block;
  height: auto;
  overflow: hidden;
  font-size: 15px;
  line-height: 21px;
  color: #332f2b;
  color: #9b9b9b;
}

.xinwen-bb li a i {
  display: block;
  position: relative;
  height: 770px;
  padding: 60px;
  overflow: hidden;
  font-style: normal;
  transition: 0.3s;
}

.xinwen-bb li a i {
  transition: 0.3s;
}
.xinwen-bb li a:hover i {
  transform: scale(1);
}
.xinwen-bb li a i:before {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  background: #c5161d;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 7;
}
.xinwen-bb li a:hover i:before {
  width: 100%;
}
.xinwen-bb li a i:after {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  background: #c5161d;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  z-index: 7;
}
.xinwen-bb li a:hover i:after {
  height: 100%;
}
.xinwen-bb li a i b:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  background: #c5161d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  z-index: 7;
}
.xinwen-bb li a:hover b:before {
  height: 100%;
}
.xinwen-bb li a i b:after {
  content: "";
  display: block;
  width: 0;
  height: 10px;
  background: #c5161d;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  z-index: 7;
}
.xinwen-bb li a:hover b:after {
  width: 100%;
}
.xinwen-bb li a b p {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
  transition: 0.3s;
  position: absolute;
  font-weight: normal;
  font-size: 1.6rem;
  justify-content: center;
  color: #fff;
  opacity: 0;
}
.xinwen-bb li a:hover b p {
  opacity: 1;
}
.about-container {
  background-color: #f1f1f3;
  margin-top: 80px;
}
.about-container img {
  max-width: 100%;
}
.form-container img {
  display: block;
  margin: 80px auto;
  max-width: 100%;
  cursor: pointer;
}
.title-module {
  text-align: center;
  margin-bottom: 80px;
}
.title-module .title {
  font-size: 50px;
  font-family: arial;
  font-weight: 800;
  line-height: 1;
}
.title-module .desc{
    font-family: 'Univers', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
    color: rgba(51, 47, 47, 0.6);
    text-transform: uppercase;
}
.title-module .title span {
  color: #c5161d;
}
.cert-container {
  margin-bottom: 0;
}
.cert-container .cont img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.news-swiper-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 50px;
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid #000;
  background-size: 24px;
}

.swiper-button-prev {
  left: -80px;
}
.swiper-button-next {
  right: -80px;
}
.news-swiper-box .news-item {
  display: flex;
  justify-content: space-between;
}

.news-swiper-box .news-item .left-layout {
  width: 45%;

}
.news-swiper-box .news-item .left-layout img {
  width: 100%;
    height:350px;
    object-fit: cover;
}
.news-swiper-box .news-item .right-layout {
  width: 55%;
  padding-left: 50px;
  box-sizing: border-box;
}
.news-swiper-box .news-item .right-layout .title {
  font-size: 32px;
}
.news-swiper-box .news-item .right-layout .line {
  height: 4px;
  width: 76px;
  background-color: #c10224;
  margin: 15px 0 30px 0;
}
.news-swiper-box .news-item .right-layout .cont {
  color: #999;
}
.news-swiper-box .news-item .right-layout .cont .date {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .news-swiper-box {
    padding-bottom: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #000;
    background-size: 8px;
  }

  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .news-swiper-box .news-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .news-swiper-box .news-item .left-layout {
    width: calc(100% - 120px);
    margin: 0 auto 20px;
  }
  .news-swiper-box .news-item .left-layout img {
    width: 100%;
  }
  .news-swiper-box .news-item .right-layout {
    width: calc(100% - 120px);
    margin: 0 auto;
    padding-left: 0;
    box-sizing: border-box;
  }
  .news-swiper-box .news-item .right-layout .title {
    font-size: 20px;
  }
  .news-swiper-box .news-item .right-layout .line {
    height: 2px;
    width: 36px;
    background-color: #c10224;
    margin: 5px 0 10px 0;
  }
  .news-swiper-box .news-item .right-layout .cont {
    color: #999;
    font-size: 14px;
  }
  .news-swiper-box .news-item .right-layout .cont .date {
    margin-bottom: 10px;
  }
}

.about {
  height: auto;
  overflow: hidden;
  margin-top: 85px;
  margin-bottom: 57px;
}

.about-aa {
  width: 33%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.61);
  line-height: 27px;
  float: left;
}

.about-aa h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 6px;
}

.about-aa h3 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 39px;
  line-height: 43px;
  color: #c5161d;
  margin-top: 0px;
  margin-bottom: 78px;
}

.about-aa h4 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 43px;
  line-height: 30px;
  color: #c5161d;
  margin-top: 75px;
  margin-bottom: 50px;
}

.abmore {
  height: auto;
  overflow: hidden;
  margin-top: 106px;
}

.abmore a {
  display: block;
  width: 196px;
  height: 43px;
  line-height: 43px;
  padding-left: 30px;
  border-radius: 20px;
  background: url(../images/jtcc.png) right top;
  background-repeat: no-repeat;
  color: #c5161d;
  font-size: 16px;
  border: 2px solid #c5161d;
}

.abmore a:hover {
  background: url(../images/jtcc.png) right bottom;
  background-repeat: no-repeat;
  background-color: #c5161d;
  color: #ffffff;
}

.about-bb {
  width: 65.5%;
  float: right;
}

.ditux {
  position: relative;
  height: auto;
  overflow: hidden;
}

.guoqi {
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.gq1 {
  position: absolute;
  left: 15%;
  top: 9%;
  width: 66px;
  height: 66px;
  z-index: 6;
}

.gq2 {
  position: absolute;
  left: 23%;
  top: 25%;
  width: 66px;
  height: 66px;
  z-index: 6;
}

.gq3 {
  position: absolute;
  left: 28%;
  bottom: 15%;
  width: 66px;
  height: 66px;
  z-index: 6;
}

.gq4 {
  position: absolute;
  left: 45%;
  top: 24%;
  width: 66px;
  height: 66px;
  z-index: 6;
}

.gq5 {
  position: absolute;
  left: 52%;
  top: 5%;
  width: 66px;
  height: 66px;
  z-index: 6;
}

.gq6 {
  position: absolute;
  left: 55%;
  top: 55%;
  width: 66px;
  height: 66px;
  z-index: 6;
}

.gq7 {
  position: absolute;
  right: 20%;
  top: 6%;
  width: 66px;
  height: 66px;
  z-index: 6;
}

.gq8 {
  position: absolute;
  right: 19%;
  top: 29%;
  width: 66px;
  height: 66px;
  z-index: 6;
}

.gq9 {
  position: absolute;
  right: 10%;
  bottom: 15%;
  width: 66px;
  height: 66px;
  z-index: 6;
}

.ditux .wow img {
  transition: all 300ms ease-in 0ms;
}

.ditux .wow:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 300ms ease-in 0ms;
}

.youshi {
  position: relative;
  width: 825px;
  margin: -35px auto 0px;
}

.ysrow {
  height: auto;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.ysrow li {
  list-style-type: none;
  width: 25%;
  float: left;
  padding: 15px;
}

.ystu {
  height: auto;
  overflow: hidden;
  padding: 32px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.ystu img {
  transition: all 300ms ease-in 0ms;
}

.ystu p {
  margin-top: 27px;
  font-size: 15px;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  color: #333333;
}

.ystu:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 300ms ease-in 0ms;
}

.youxiang {
  height: auto;
  overflow: hidden;
  padding-top: 66px;
  padding-bottom: 70px;
  color: #ffffff;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  background: url(../images/youxiang.png) center bottom;
  background-repeat: no-repeat;
  background-color: #c5161d;
}

.youxiang h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 24px;
}

.dazix {
  font-size: 71px;
}

.yxdd {
  width: 69.5%;
  height: auto;
  overflow: hidden;
}

.yxdd h3 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 32px;
}

.email {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

.email form {
  display: flex;
}

.email .search {
  border: 0;
  height: 55px;
  font-size: 18px;
  padding-left: 10px;
  width: 78%;
  color: rgba(255, 255, 255, 0.33);
  background: none;
  border-radius: 0;
}

.email .btn {
  height: 55px;
  margin: 0;
  background: none;
  border-radius: 0;
  color: #ffffff;
  text-align: right;
  width: 22%;
}

.email .search:-moz-placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.email .search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.33);
  opacity: 1;
}

.email .search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.email .search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.33);
}
/* 
.bottom {
  height: auto;
  overflow: hidden;
  background: url(../images/bmbj.jpg) center;
  color: #000000;
  font-size: 16px;
  line-height: 33px;
}

.bottom a {
  color: #000000;
}

.bottom a:hover {
  color: #c5161d;
}

.bottom h2 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 18px;
  height: 38px;
  overflow: hidden;
  color: #c5161d;
  margin-top: 0px;
  margin-bottom: 20px;
}

.bmleft {
  width: 69.2%;
  padding-top: 70px;
  float: left;
}

.bmleft li {
  list-style-type: none;
  width: 20%;
  float: left;
}

.bmright {
  width: 25.3%;
  padding-top: 70px;
  padding-bottom: 35px;
  padding-left: 20px;
  background-color: #f7f7f7;
  font-size: 15px;
  line-height: 33px;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  float: right;
}

.bmright h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 30px;
  height: auto;
  overflow: hidden;
  line-height: 39px;
  color: #c5161d;
  margin-top: 0px;
  margin-bottom: 26px;
} */

.weixin {
  height: auto;
  overflow: hidden;
  margin-top: 14px;
}

.weixin li {
  list-style-type: none;
  width: 70px;
  float: left;
  margin-left: 25px;
}

.weixin li p {
  text-align: center;
  font-size: 12px;
  color: #000000;
  margin-top: 3px;
}

.fenxiang {
  height: auto;
  overflow: hidden;
  margin-top: 42px;
}

.fxaa {
  width: 120px;
  color: #c5161d;
  float: left;
}

.fxbb {
  width: 180px;
  float: left;
}

.fxbb li {
  list-style-type: none;
  float: left;
  width: 20px;
  margin-left: 32px;
}

.footer {
  height: auto;
  overflow: hidden;
  line-height: 78px;
  font-size: 16px;
  color: #58595b;
}

.footer a {
  color: #58595b;
}

.juyou {
  text-align: right;
}

.hide {
  top: -80px;
}

.hidex {
  top: -100px;
}

.yd {
  display: none;
}

.yc {
  display: block;
}

/* 关于我们 */
.bnn {
  position: relative;
}

.bnnzi {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  left: 0px;
  top: 40%;
  color: #ffffff;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  z-index: 8;
}

.bnnzi a {
  color: #ffffff;
}

.mokuai {
  width: 1480px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
}

.bnnzi h2 {
  font-family: "AvantGardeITCbyBT-Medium", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 53px;
  color: #ffffff;
  margin-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 12px;
  background: url(../images/xiahua.png) left bottom;
  background-repeat: no-repeat;
}

.shangfu {
  width: 1450px;
  margin: -37px auto 0px;
  position: relative;
}

.ablan {
  height: 80px;
  line-height: 80px;
  position: relative;
  z-index: 5;
}

.ablan li {
  list-style-type: none;
  float: left;
  padding-bottom: 20px;
  margin-right: 18px;
  position: relative;
  width: calc(20% - 18px);
}

.ablan li a {
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #121211;
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}
.ablan li:hover a,
.ablan li.on a{
  background-color: #c5161d;
  color:#fff;
}
.ablan li a:hover {
  color: #ffffff;
}

/* .lan1 {
  background: url(../images/lan1.jpg) top left;
  background-repeat: no-repeat;
  height: 80px;
}

.lan2 {
  background: url(../images/lan2.jpg) top left;
  background-repeat: no-repeat;
  height: 80px;
}

.lan3 {
  background: url(../images/lan3.jpg) top left;
  background-repeat: no-repeat;
  height: 80px;
}

.lan4 {
  background: url(../images/lan4.jpg) top left;
  background-repeat: no-repeat;
  height: 80px;
}

.lan5 {
  background: url(../images/lan5.jpg) top left;
  background-repeat: no-repeat;
  height: 80px;
}

.lan6 {
  background: url(../images/lan6.jpg) top left;
  background-repeat: no-repeat;
  height: 80px;
}

.lan7 {
  background: url(../images/lan7.jpg) top left;
  background-repeat: no-repeat;
  height: 80px;
}

.lan8 {
  background: url(../images/lan8.jpg) top left;
  background-repeat: no-repeat;
  height: 80px;
}

.ablan li:hover .lan1 {
  background: url(../images/lan1.jpg) bottom left;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.ablan li.hover .lan1 {
  background: url(../images/lan1.jpg) bottom left;
  background-repeat: no-repeat;
  color: #ffffff;
}

.ablan li:hover .lan2 {
  background: url(../images/lan2.jpg) bottom left;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.ablan li.hover .lan2 {
  background: url(../images/lan2.jpg) bottom left;
  background-repeat: no-repeat;
  color: #ffffff;
}

.ablan li:hover .lan3 {
  background: url(../images/lan3.jpg) bottom left;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.ablan li.hover .lan3 {
  background: url(../images/lan3.jpg) bottom left;
  background-repeat: no-repeat;
  color: #ffffff;
}

.ablan li:hover .lan4 {
  background: url(../images/lan4.jpg) bottom left;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.ablan li.hover .lan4 {
  background: url(../images/lan4.jpg) bottom left;
  background-repeat: no-repeat;
  color: #ffffff;
}

.ablan li:hover .lan5 {
  background: url(../images/lan5.jpg) bottom left;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.ablan li.hover .lan5 {
  background: url(../images/lan5.jpg) bottom left;
  background-repeat: no-repeat;
  color: #ffffff;
}

.ablan li:hover .lan6 {
  background: url(../images/lan6.jpg) bottom left;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.ablan li.hover .lan6 {
  background: url(../images/lan6.jpg) bottom left;
  background-repeat: no-repeat;
  color: #ffffff;
}

.ablan li:hover .lan7 {
  background: url(../images/lan7.jpg) bottom left;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.ablan li.hover .lan7 {
  background: url(../images/lan7.jpg) bottom left;
  background-repeat: no-repeat;
  color: #ffffff;
}

.ablan li:hover .lan8 {
  background: url(../images/lan8.jpg) bottom left;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.ablan li.hover .lan8 {
  background: url(../images/lan8.jpg) bottom left;
  background-repeat: no-repeat;
  color: #ffffff;
} */

.abww {
  height: auto;
  overflow: hidden;
  margin-top: 83px;
  margin-bottom: 58px;
}

.abkk {
  height: auto;
  overflow: hidden;
}

.abww-aa {
  width: 44.5%;
  color: #54504c;
  font-size: 17px;
  line-height: 33px;
  float: left;
}

.abww-aa h2 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 47px;
  color: #c5161d;
  margin-top: 30px;
  margin-bottom: 35px;
}

.abww-bb {
  width: 50%;
  height: auto;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #f1f1f1;
  float: right;
}

.abss {
  margin-top: 32px;
  height: auto;
  overflow: hidden;
}

.abss-k {
  height: auto;
  overflow: hidden;
  padding: 35px;
  background-color: #f7f8f9;
}

.abss-k img {
  transition: all 300ms ease-in 0ms;
}

.abss-k:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  transition: all 300ms ease-in 0ms;
}

.abss-k p {
  margin-top: 15px;
  color: #242e33;
  font-size: 20px;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
}

.rybj {
  background: url(../images/rybj.jpg) no-repeat center center;
  background-attachment: scroll;
  background-size: auto auto;
  background-size: cover;
  background-attachment: fixed;
  height: 736px;
  padding-top: 95px;
  color: #ffffff;
  text-align: center;
  font-size: 19px;
  line-height: 37px;
}

.rybj h2 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 47px;
  margin-top: 0px;
  margin-bottom: 66px;
}

.rytu {
  margin-top: 39px;
  height: auto;
  overflow: hidden;
}

/* 产品 */
.bnnzi h3 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  color: #54504c;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 3px;
}

.bnnzi h4 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  color: #c5161d;
  font-size: 61px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.cpbj {
  height: auto;
  overflow: hidden;
  background-color: transparent;
  padding-top: 45px;
  padding-bottom: 90px;
}

.cpleft {
  width: 21.5%;
  float: left;
}

.cphh ul {
  overflow: hidden;
}

.cphh li ul {
  display: none;
}

.cphh li a {
  border-bottom: 1px solid #d0d2d3;
}

.cphh li {
  list-style-type: none;
}

.cphh li a {
  line-height: 60px;
  display: block;
  font-family: "MaisonNeue-Bold", Helvetica, Arial, sans-serif;
  color: #c5161d;
  font-size: 20px;
  background: url(../images/jia.png) right center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.cphh li.hover a {
  background: url(../images/jian.png) right center;
  background-repeat: no-repeat;
  color: #c5161d;
}

.cphh li a:hover {
  background: url(../images/jian.png) right center;
  background-repeat: no-repeat;
  color: #c5161d;
}

.cphh li li a {
  line-height: 47px;
  color: #58595b;
  font-size: 17px;
  background: url(../images/dd1.png) left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-left: 27px;
  margin-left: 32px;
}

.cphh li.hover li a {
  line-height: 47px;
  color: #58595b;
  font-size: 17px;
  background: url(../images/dd1.png) left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-left: 27px;
  margin-left: 32px;
}

.cphh li li a:hover {
  background: url(../images/dd2.png) left center;
  background-repeat: no-repeat;
}

.cphh li li.hover a {
  background: url(../images/dd2.png) left center;
  background-repeat: no-repeat;
}

.cpright {
  width: 75.3%;
  float: right;
}

.cplanmu {
  height: auto;
  overflow: hidden;
  font-size: 20px;
  color: #58595b;
  line-height: 60px;
  font-family: "MaisonNeue-Bold", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #d0d2d3;
}

.cptuk {
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  padding: 36px;
  border-radius: 20px;
  margin-top: 35px;
}

.cptuk-zi {
  height: auto;
  overflow: hidden;
  margin-top: 42px;
}

.cptuk-nn {
  margin-top: 6px;
  padding-top: 15px;
  color: #c5161d;
  font-size: 14px;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #f8f8f8;
}

.cptuk-nn h4 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #332f2b;
  margin-top: 0px;
  margin-bottom: 10px;
}

.dingge {
  margin-top: 0px;
}

/* 分页 */
.page {
  margin: 20px auto;
}

.page-m {
  position: relative;
  top: -1px;
  +display: inline !important;
}

.page a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.page-m a {
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eeeeee;
}

.page-m a:hover {
  color: #fff;
  background: #c5161d;
  border: 1px solid #c5161d;
}

.xianshi {
  color: #fff;
  background: #c5161d;
  border: 1px solid #c5161d;
}

.page-m a.active {
  color: #fff;
  background: #c5161d;
  border: 1px solid #c5161d;
}

.cptuk:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.cptuk img {
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.cptuk:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 500ms ease-in 0ms;
}

/* 新闻 */

.xwbj {
  background-color: #f8f7f7;
  padding-top: 90px;
  padding-bottom: 95px;
  position: relative;
  margin-top: -42px;
}

.news {
  height: auto;
  overflow: hidden;
}

.xwtu {
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  color: #332f2b;
  line-height: 21px;
  border-radius: 20px;
  margin-top: 25px;
}

.xwtu:hover {
  transition: all 500ms ease-in 0ms;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.xwtu h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #332f2b;
  margin-top: 10px;
  margin-bottom: 6px;
}

.xwtu-zi {
  height: auto;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 47px;
}

.xwbt {
  height: auto;
  overflow: hidden;
  margin-bottom: 25px;
}

.xwbt-aa {
  width: 88%;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 26px;
  height: 70px;
  overflow: hidden;
  line-height: 35px;
  color: #c5161d;
  float: left;
}

.xwbt-bb {
  width: 10%;
  float: right;
}

/* 厂房 */
.changfang {
  height: auto;
  overflow: hidden;
  margin-top: 85px;
  margin-bottom: 106px;
}

.cftit {
  height: auto;
  overflow: hidden;
  padding-bottom: 102px;
  border-bottom: 1px solid #f1f1f1;
}

.cftit-aa {
  width: 29%;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 43px;
  color: #c5161d;
  float: left;
}

.cftit-bb {
  width: 70.3%;
  font-family: "MaisonNeue-Book", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 39px;
  color: #5d6e75;
  float: right;
}

/* 联系我们 */
.lxkk {
  height: auto;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 73px;
}

.lxkk h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 35px;
  color: #131312;
  margin-top: 0px;
  margin-bottom: 10px;
}

.lxkk h3 {
  font-family: "MaisonNeue-Book", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #8c939d;
  margin-top: 0px;
  margin-bottom: 10px;
}

.lxrow {
  height: auto;
  overflow: hidden;
  margin-left: -57px;
  margin-right: -57px;
}

.lxrow li {
  list-style-type: none;
  width: 50%;
  float: left;
  padding-left: 57px;
  padding-right: 57px;
}

.lxtt {
  height: auto;
  overflow: hidden;
  padding: 30px;
  padding-left: 12px;
  padding-top: 25px;
  background-color: #f8f7f7;
  margin-top: 30px;
}

.lxtt-aa {
  width: 40px;
  height: 40px;
  float: left;
}

.lxt1 {
  background: url(../images/lxt1.png) top;
  background-repeat: no-repeat;
}

.lxt2 {
  background: url(../images/lxt2.png) top;
  background-repeat: no-repeat;
}

.lxt3 {
  background: url(../images/lxt3.png) top;
  background-repeat: no-repeat;
}

.lxt4 {
  background: url(../images/lxt4.png) top;
  background-repeat: no-repeat;
}

.lxtt-bb {
  width: 458px;
  float: left;
  font-size: 16px;
  line-height: 27px;
  margin-left: 35px;
}

.lxtt-bb h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 21px;
  margin-top: 0px;
  padding-bottom: 18px;
  background: url(../images/xh1.png) bottom left;
  background-repeat: no-repeat;
  margin-bottom: 18px;
}

.lxtt:hover {
  background-color: #c5161d;
  color: #ffffff;
  transition: all 500ms ease-in 0ms;
}

.lxtt:hover .lxt1 {
  background: url(../images/lxt1.png) bottom;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.lxtt:hover .lxt2 {
  background: url(../images/lxt2.png) bottom;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.lxtt:hover .lxt3 {
  background: url(../images/lxt3.png) bottom;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.lxtt:hover .lxt4 {
  background: url(../images/lxt4.png) bottom;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.lxtt:hover .lxtt-bb h2 {
  color: #ffffff;
  background: url(../images/xh2.png) bottom left;
  background-repeat: no-repeat;
  transition: all 500ms ease-in 0ms;
}

.ditu {
  margin-top: 72px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.liuyan {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f8f7f7;
  height: auto;
  overflow: hidden;
}

.liuyan h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 35px;
  color: #c5161d;
  margin-top: 0px;
  margin-bottom: 10px;
}

.liuyan h3 {
  font-family: "MaisonNeue-Book", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #8c939d;
  margin-top: 0px;
  margin-bottom: 25px;
}

.kk1 {
  height: 85px;
  background-color: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 20px;
}

.kk2 {
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e8ecef;
  border-radius: 20px;
}

.lyrow {
  height: auto;
  overflow: hidden;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 10px;
}

.lyrow li {
  list-style-type: none;
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
}

.lyrow li h4 {
  font-family: "MaisonNeue-Book", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #242e33;
  margin-top: 0px;
  margin-bottom: 10px;
}

.xink {
  color: #f71515;
}

.liuyan h5 {
  font-family: "MaisonNeue-Book", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #242e33;
  margin-top: 0px;
  margin-bottom: 10px;
}

.anniu {
  width: 256px;
  height: 70px;
  background-color: #c5161d;
  border: 1px solid #c5161d;
  font-size: 16px;
  border-radius: 25px;
}

/* 常见问题 */
.cpqie {
  height: auto;
  overflow: hidden;
  margin-top: 105px;
  margin-bottom: 66px;
}

.cpqie ul li {
  display: block;
  cursor: pointer;
  margin-top: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.cpqie ul li a {
  display: block;
  line-height: 68px;
  color: #333333;
  font-size: 14px;
  background-color: #ffffff;
}

.cpqie ul li a > small {
  float: right;
  display: block;
  height: 23px;
  width: 23px;
  background: url(../images/down.png);
  background-repeat: no-repeat;
  margin-top: 21px;
  border-radius: 20px;
  text-align: center;
  line-height: 25px;
  font-size: 24px;
  margin-right: 30px;
  color: #b1b9bc;
  font-family: simsun;
}

.cpqie ul li a > small::after {
  background: url(../images/down.png);
  background-repeat: no-repeat;
}

.cpqie ul li.active > a > small {
  background: url(../images/up.png);
  background-repeat: no-repeat;
}

.cpqie ul li.active > a > small::after {
  background: url(../images/up.png);
  background-repeat: no-repeat;
}

.cpqie ul li > span {
  color: #ffffff;
  font-size: 25px;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  display: block;
  float: left;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-left: 20px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #e7e7e7;
}

.cpqie ul li a > div {
  width: 70%;
  float: left;
  height: auto;
  overflow: hidden;
  color: #332f2b;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cpqie ul li.active > small {
  display: block;
  transition: display 0.5s;
  background-color: #ffffff;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
  padding: 20px;
  line-height: 28px;
}

.cpqie ul li > small {
  display: none;
}

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

.cpqie ul li.active > a {
  color: #332f2b;
}

.cpqie ul li.active > span {
  color: #ffffff;
  background-color: #c5161d;
}

.da-left {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 25px;
  text-align: center;
  background-color: #c5161d;
  color: #ffffff;
  border-radius: 50%;
  float: left;
}

.da-right {
  float: left;
  width: 80%;
  margin-left: 20px;
}

#sidebarrrr {
  position: fixed;
  z-index: 999;
}

#sidebarrrr ul li.first {
  border: 0;
  background: none;
  height: 63px;
}

#sidebarrrr ul li i.top {
  width: 62px;
  height: 62px;
  margin-top: 0;
}

#sidebarrrr ul li i {
  display: inline-block;
  width: 62px;
  height: 62px;
  float: left;
}

.tops {
  background: url(../images/top.png) no-repeat;
}

#sidebarrrr ul li .sidebox {
  position: absolute;
  width: 62px;
  height: 62px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #4e92dd;
  opacity: 1;
  filter: Alpha(opacity=100);
  color: #fff;
  font: 14px/62px "Microsoft YaHei";
  overflow: hidden;
}

/* 下载中心 */
.downt {
  height: auto;
  overflow: hidden;
}

.downt li {
  list-style-type: none;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px;
  padding-bottom: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.downt-tu {
  width: 116px;
  float: left;
}

.downt-zi {
  width: 1205px;
  padding-top: 16px;
  float: right;
}

.downt-zi h2 {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #332f2b;
  margin-top: 0px;
  margin-bottom: 8px;
}

.downt-zi h3 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 27px;
  margin-top: 0px;
  padding-bottom: 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f2f2f2;
}

.dwtt {
  height: auto;
  overflow: hidden;
  font-size: 20px;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  color: #c5161d;
}

.xzbj {
  background-color: #f8f7f7;
  padding-top: 72px;
  padding-bottom: 100px;
  position: relative;
  margin-top: -42px;
}

/* 新闻内 */
.inewsct {
}

.inewsct .inews-tt {
  border-bottom: 1px rgba(0, 0, 0, 0.25) dashed;
  padding-bottom: 10px;
}

.inewsct .inews-tt p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 10px;
}

.inewsct .inews-tt span {
  color: rgba(0, 0, 0, 0.55);
}

strong {
  font-weight: 700;
}

.inewsct .inews-ct {
  padding: 20px 0px 0px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
}

.inewsct .inews-ct img {
  border: 0px none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* 产品详情 */

.pro-img {
  margin-bottom: 40px;
}
.pro-img .xiaotu {
  margin-top: 20px;
}
.pro-img #Gbig {
  width: 100%;
}
.pro-img .xiaotu li {
}
.pro-img .xiaotu li a {
  display: block;
  border: 1px #ededee solid;
  margin: 1px;
}

.pro-img .xiaotu li.hover {
  border: 1px #0e66a6 solid;
}
.pro-img .colmd5 {
  width: 50%;
  float: left;
}
.pro-img .colmd7 {
  width: 45%;
  float: right;
}
.pro-img .colmd7 .pro-ptt {
  font-size: 36px;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  padding-bottom: 34px;
  margin-bottom: 22px;
  color: #363747;
  border-bottom: 1px #ededee solid;
}
.pro-img .colmd7 > span {
  margin: 20px 0 0 0;
  padding: 0;
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  display: block;
  color: rgba(37, 40, 45, 0.6);
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  word-wrap: break-word;
}
.pro-img .colmd7 > span ul {
  list-style-type: disc;
  margin-left: 20px;
}
.jqzzoom {
  position: relative;
}
.jqzoom {
  position: relative;
  overflow: hidden;
  border: 0px #ddd solid;
  height: auto;
  overflow: hidden;
}
.zoomdiv {
  float: left;
  top: 0 !important;
  left: 101% !important;
  border: 3px solid #e4e4e4;
  display: none;
  text-align: center;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  background-color: #fff;
}
/* .bigimg {
  width: 2000px;
  height: 2000px;
} */
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px !important;
  height: 80px !important;
  border: 1px solid #aaa;
  background: #fede4f 50% top no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  cursor: move;
}

.jqzzoom .navigation {
  width: 100%;
  margin: 10px 0 0;
}
.jqzzoom .carousel {
  overflow: hidden;
}
.jqzzoom .carousel ul {
  width: 2000em;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.jqzzoom .prev-navigation,
.next-navigation {
  display: block;
  cursor: pointer;
}
.jqzzoom .prev-navigation {
  background: url(../images/left.gif) left center no-repeat;
  height: 91px;
  width: 39px;
  float: left;
}
.jqzzoom .next-navigation {
  background: url(../images/right.gif) right center no-repeat;
  width: 39px;
  height: 91px;
  float: right;
}

.procem {
  padding: 0px 36px;
  position: relative;
}

#fuwus {
  position: static;
}

.procem .swiper-pagination-bullet-active {
  opacity: 1;
  background: #cf152d;
}

.procem .swiper-button-prev {
  position: absolute;
  top: 0%;
  width: 26px;
  height: 116px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  left: 3px;
  background: url(../images/left.png);
  background-size: 26px 116px;
  background-position: center;
  background-repeat: no-repeat;
}

.procem .swiper-button-next {
  position: absolute;
  top: 0%;
  width: 26px;
  height: 116px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  right: 3px;
  background: url(../images/right.png);
  background-size: 26px 116px;
  background-position: center;
  background-repeat: no-repeat;
}

.procem .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

#xiaotu .swiper-slide a.hover {
  border: 1px #c5161d solid;
}

.guddx {
  height: 256px;
  padding: 5px;
  overflow-y: scroll;
}

.pnr-neix {
  padding: 30px;
  height: auto;
  overflow: hidden;
}

.liebiao {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.liebiao-aa {
  width: 80%;
  line-height: 30px;
  color: #666666;
  float: left;
}

.shangy {
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #666666;
  border-bottom: 1px dotted #ececec;
}

.xiay {
  height: auto;
  overflow: hidden;
  color: #666666;
  line-height: 32px;
}

.liebiao-bb {
  width: 16%;
  float: right;
}

.fanhui {
  width: 142px;
  height: 43px;
  margin-top: 6px;
  float: right;
}

.fanhui a {
  display: block;
  width: 142px;
  height: 43px;
  line-height: 43px;
  color: #ffffff;
  background-color: #c5161d;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
}

.cpxq {
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
  padding: 45px;
}

.fangda {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 50%;
  right: 35px;
  top: 35px;
  z-index: 8;
}

.hanshu {
  height: auto;
  overflow: hidden;
  color: rgba(37, 40, 45, 0.6);
  font-size: 14px;
  line-height: 32px;
  margin-top: 30px;
}

.hslan {
  height: auto;
  overflow: hidden;
  line-height: 36px;
  font-family: "MaisonNeue-Bold", Helvetica, Arial, sans-serif;
  color: #363747;
  font-size: 20px;
  border-bottom: 1px solid #e4e5e5;
  margin-bottom: 14px;
}

.xqmore {
  margin-top: 70px;
  width: 206px;
  height: 52px;
}

.xqmore a {
  display: block;
  width: 206px;
  height: 52px;
  line-height: 52px;
  font-family: "MaisonNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #c5161d;
  color: #000000;
  text-align: center;
}

.liebiaok {
  height: 100px;
  font-family: "MaisonNeue-Medium", Helvetica, Arial, sans-serif;
  border: 1px solid #f9fafc;
}

.liebiaok-aa {
  width: 16%;
  height: 100px;
  line-height: 27px;
  padding-top: 26px;
  padding-right: 40px;
  font-size: 16px;
  color: #363747;
  float: left;
  text-align: right;
  border-right: 1px solid #f9fafc;
}

.liebiaok-bb {
  width: 68%;
  height: 100px;
  line-height: 100px;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #363747;
  border-right: 1px solid #f9fafc;
}

.liebiaok-cc {
  width: 16%;
  height: 100px;
  line-height: 27px;
  padding-top: 26px;
  padding-left: 40px;
  font-size: 16px;
  color: #363747;
  float: right;
}

.pxx {
  color: rgba(54, 55, 71, 0.6);
}

.xiangguan {
  margin-top: 60px;
}

.xiangguan h2 {
  font-family: "MaisonNeue-Medium", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #363747;
  margin-top: 0px;
  margin-bottom: 25px;
}

.xgrow {
  height: auto;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

.xgrow li {
  list-style-type: none;
  width: 33.3%;
  float: left;
  padding: 10px;
}

.xgtu {
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #f7f7f7;
}

.xgtu-zi {
  height: auto;
  overflow: hidden;
  padding: 30px;
  padding-top: 0px;
}

.xgtu-nn {
  margin-top: 6px;
  padding-top: 15px;
  color: #c5161d;
  font-size: 14px;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #f8f8f8;
}

.xgtu-nn h4 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #332f2b;
  margin-top: 0px;
  margin-bottom: 10px;
}

.xgtu:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.xgtu img {
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.xgtu:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 500ms ease-in 0ms;
}

.xgtu section {
  overflow: hidden;
}

.modal-dialog {
  width: 660px;
  margin: 100px auto;
}

.tanchu {
  height: auto;
  overflow: hidden;
  color: #666666;
  border: 2px solid #c5161d;
}
.tanchu-lan {
  height: 55px;
  line-height: 55px;
  background-color: #c5161d;
  font-size: 18px;
  color: #ffffff;
  padding-left: 10px;
  margin-top: -36px;
}
.tanchu-nei {
  padding: 20px;
  height: auto;
  overflow: hidden;
}

.souee {
  width: 90%;
}

.zhitu {
  margin-bottom: 20px;
  height: auto;
  overflow: hidden;
}

.zhitu h2 {
  font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}

/* 文化 */
.wenhua {
  margin-top: 115px;
  margin-bottom: 132px;
}

.whtu {
  width: 1230px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.whtu h2 {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #121211;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}

.qiye {
  height: auto;
  overflow: hidden;
  margin-top: 145px;
}

.qiye h2 {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #121211;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 80px;
}

.qynn {
  height: auto;
  overflow: hidden;
}

.qynn li {
  list-style-type: none;
  width: 33.3%;
  float: left;
  text-align: center;
  border-right: 1px solid #f4f4f4;
}

.qynn li p {
  text-align: center;
  font-size: 30px;
  color: #121211;
  margin-top: 30px;
}

.qynn li img {
  transition: all 300ms ease-in 0ms;
}

.qynn li:hover img {
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  transition: all 300ms ease-in 0ms;
}

.nhh {
  height: 45px;
  overflow: hidden;
}

@media (min-width: 1800px) and (max-width: 2000px) {
  .nav {
    padding-left: 150px;
  }

  .kuanping {
    width: 100%;
  }

  .menu ul.sub_menu {
    margin-left: -280px;
  }

  .jtx {
    left: 336px;
  }

  .xwtuk img {
    width: 100%;
  }

  .about-aa {
    width: 34%;
    font-size: 16px;
    padding-left: 80px;
    float: left;
  }

  .htit-mm {
    margin-top: 180px;
  }

  .nhh {
    height: 66px;
    overflow: hidden;
  }
}

@media (min-width: 1600px) and (max-width: 1800px) {
  .nav {
    padding-left: 150px;
  }

  .kuanping {
    width: 100%;
  }

  .menu ul.sub_menu {
    margin-left: -280px;
  }

  .jtx {
    left: 336px;
  }

  .xwtuk img {
    width: 100%;
  }

  .about-aa {
    font-size: 16px;
  }

  .htit-mm {
    margin-top: 160px;
  }

  .nhh {
    height: 66px;
    overflow: hidden;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .nav {
    padding-left: 150px;
  }

  .kuanping {
    width: 100%;
  }

  .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu ul.sub_menu {
    margin-left: -360px;
  }

  .jtx {
    left: 416px;
  }

  .mokuai {
    width: 100%;
  }

  .xwtuk img {
    width: 100%;
  }

  .cpdd-aa {
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: fantasy;
    font-size: 50px;
    line-height: inherit;
  }

  .htit-mm {
    margin-top: 140px;
  }

  .xinwen {
    margin-top: 100px;
  }
  .about-aa {
    font-size: 16px;
  }

  .hotcp-bb .swiper-container {
    padding-bottom: 105px;
  }

  .nhh {
    height: 88px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .kuanping {
    width: 100%;
  }

  .navbar-nav > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav {
    padding-left: 100px;
  }

  .cplan-bb {
    width: 51%;
    font-size: 16px;
    line-height: 31px;
    color: #000000;
    float: left;
    margin-left: 10%;
  }

  .cplan-cc a {
    width: 100%;
  }

  .cpdd-aa {
    font-family: fantasy;
    font-size: 25px;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
  }

  .cpdd-bb {
    width: 66%;
    padding-left: 23px;
    padding-top: 10px;
    height: 95px;
    font-size: 14px;
    line-height: 25px;
  }

  .htit {
    height: auto;
    overflow: hidden;
    padding-left: 15%;
    padding-right: 8%;
    font-size: 14px;
    line-height: 25px;
    padding-top: 20px;
  }

  .htit-mm {
    margin-top: 140px;
    font-size: 14px;
    color: #c5161d;
    line-height: 25px;
  }

  .xinwen-aa {
    width: 31.8%;
    padding: 40px;
    padding-bottom: 85px;
  }

  .xinwen-bb li a i {
    padding: 20px;
    overflow: hidden;
    font-style: normal;
    transition: 0.3s;
  }

  .about-aa h3 {
    font-size: 30px;
    line-height: 30px;
    color: #c5161d;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .menu ul.sub_menu {
    margin-left: -460px;
  }

  .jtx {
    left: 516px;
  }

  .mokuai {
    width: 100%;
  }

  .xwtuk img {
    width: 100%;
  }

  .youshi {
    position: relative;
    width: 100%;
  }

  .shangfu {
    width: 100%;
  }

  .cpdd-aa {
    padding-left: 15px;
    padding-top: 12px;
    font-family: fantasy;
    font-size: 25px;
    line-height: 25px;
  }

  .htit-mm {
    margin-top: 140px;
  }

  .xinwen {
    margin-top: 80px;
  }

  .about-aa {
    font-size: 16px;
  }

  .hotcp-bb .swiper-container {
    padding-bottom: 105px;
  }

  .whtu {
    width: 100%;
  }

  .nhh {
    height: 88px;
    overflow: hidden;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .kuanping {
    width: 100%;
  }

  .navbar-nav > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav {
    padding-left: 100px;
  }

  .cplan-bb {
    width: 51%;
    font-size: 16px;
    line-height: 31px;
    color: #000000;
    float: left;
    margin-left: 10%;
  }

  .cplan-cc a {
    width: 100%;
  }

  .cpdd-aa {
    font-family: fantasy;
    font-size: 25px;
    line-height: 26px;
    padding-top: 20px;
    float: left;
  }

  .cpdd-bb {
    width: 66%;
    padding-left: 23px;
    padding-top: 10px;
    height: 95px;
    font-size: 14px;
    line-height: 25px;
  }

  .htit {
    height: auto;
    overflow: hidden;
    padding-left: 15%;
    padding-right: 8%;
    font-size: 14px;
    line-height: 25px;
    padding-top: 20px;
  }

  .htit-mm {
    margin-top: 140px;
    font-size: 14px;
    color: #c5161d;
    line-height: 25px;
  }

  .xinwen-aa {
    width: 31.8%;
    padding: 40px;
    padding-bottom: 85px;
  }

  .xinwen-bb li a i {
    padding: 20px;
    overflow: hidden;
    font-style: normal;
    transition: 0.3s;
  }

  .about-aa h3 {
    font-size: 30px;
    line-height: 30px;
    color: #c5161d;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .menu ul.sub_menu {
    margin-left: -460px;
  }

  .jtx {
    left: 516px;
  }

  .mokuai {
    width: 100%;
  }

  .xwtuk img {
    width: 100%;
  }

  .youshi {
    position: relative;
    width: 100%;
  }

  .shangfu {
    width: 100%;
  }

  .cpdd-aa {
    padding-left: 15px;
    padding-top: 12px;
    font-family: fantasy;
    font-size: 25px;
    line-height: 25px;
  }

  .htit-mm {
    margin-top: 140px;
  }

  .xinwen {
    margin-top: 80px;
  }

  .about-aa {
    font-size: 16px;
  }

  .hotcp-bb .swiper-container {
    padding-bottom: 105px;
  }

  .whtu {
    width: 100%;
  }

  .nhh {
    height: 88px;
    overflow: hidden;
  }
}

@media (min-width: 0px) and (max-width: 1000px) {
  body {
    margin-top: 60px;
  }

  .navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
  }

  .nav {
    padding-left: 0px;
  }

  .kuanping {
    width: 100%;
  }

  .logo {
    width: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-inverse {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .chanpin {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .cplan-aa {
    width: 100%;
  }

  .cplan-bb {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    margin-left: 0%;
    margin-top: 15px;
  }

  .cplan-cc {
    width: 100%;
    margin-top: 15px;
  }

  .yc {
    display: none;
  }

  .yd {
    display: block;
  }

  .cpqh {
    margin-top: 40px;
  }

  .cpfl {
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .cpfl-zi {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
  }

  .hotcp-aa {
    width: 100%;
  }

  .hotcp-bb {
    width: 100%;
  }

  .htit {
    height: auto;
    overflow: hidden;
    padding: 25px;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.61);
  }

  .htit-mm {
    margin-top: 40px;
  }

  .hotcp-bb .swiper-container {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .xinwen {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 40px;
  }

  .xinwen-aa {
    width: 100%;
    padding: 20px;
    background: url(../images/xwtt.png) bottom right;
    background-repeat: no-repeat;
    background-color: #58595b;
    float: left;
  }

  .xinwen-bb {
    width: 100%;
  }

  .xinwen-bb li {
    list-style-type: none;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .xinwen-bb li a i {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 15px;
    overflow: hidden;
    font-style: normal;
    transition: 0.3s;
  }
  .xinwen-bb li h3 {
    font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    color: #c5161d;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .xwjt {
    margin-top: 25px;
    height: auto;
    overflow: hidden;
  }

  .xwtu {
    margin-top: 25px;
    height: auto;
    overflow: hidden;
  }

  .about {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .about-aa {
    width: 100%;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.61);
    line-height: 25px;
  }

  .about-aa h3 {
    font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 26px;
    color: #c5161d;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .abmore {
    height: auto;
    overflow: hidden;
    margin-top: 26px;
  }

  .about-bb {
    width: 100%;
    margin-top: 15px;
  }

  .ystu {
    padding: 15px;
  }

  .youshi {
    position: relative;
    width: 100%;
    margin: 5px auto 0px;
  }

  .ysrow li {
    list-style-type: none;
    width: 50%;
  }

  .dazix {
    font-size: 45px;
  }

  .yxdd {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
/* 
  .bottom {
    height: auto;
    overflow: hidden;
    padding: 0px;
    font-size: 14px;
    background: none;
  } */
/* 
  .bmleft {
    display: none;
  }

  .bmright {
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 30px;
  } */

  .footer {
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    color: #58595b;
    margin-bottom: 50px;
  }

  .navbar-collapse {
    height: 450px;
  }

  .soutt {
    line-height: 60px;
    float: right;
  }

  .yuyan {
    line-height: 60px;
    float: right;
  }

  .mokuai {
    width: 100%;
  }

  .xwtuk img {
    width: 100%;
  }

  .abww-aa {
    width: 100%;
    float: left;
  }

  .abww-bb {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    margin-top: 15px;
  }

  .shangfu {
    width: 100%;
    margin: 15px auto 0px;
    position: relative;
  }

  .bnnzi h2 {
    display: none;
  }

  .ablan li {
    list-style-type: none;
    float: left;
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
  }

  .abww {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .rytu img {
    width: 100%;
  }

  .about-aa h4 {
    font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 25px;
    color: #c5161d;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .navbar-inversey {
    background-color: rgba(255, 255, 255, 1);
  }

  .bnnzi h4 {
    display: none;
  }

  .cpleft {
    width: 100%;
  }

  .cpright {
    width: 100%;
  }

  .cpbj {
    padding: 25px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .cpxq {
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    padding: 15px;
  }
  .pro-img .colmd5 {
    width: 100%;
    float: left;
  }

  .pro-img .colmd7 {
    width: 100%;
    margin-top: 20px;
  }

  .pro-img .colmd7 .pro-ptt {
    font-size: 25px;
    font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: #363747;
    border-bottom: 1px #ededee solid;
  }

  .liebiaok {
    height: 80px;
  }

  .liebiaok-aa {
    width: 35%;
    height: 80px;
    line-height: 23px;
    padding: 10px;
    font-size: 14px;
    color: #363747;
    float: left;
    text-align: right;
  }

  .liebiaok-bb {
    width: 30%;
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #363747;
  }

  .liebiaok-cc {
    width: 35%;
    height: 80px;
    line-height: 23px;
    padding: 10px;
    font-size: 14px;
    color: #363747;
    float: right;
  }

  .xiangguan {
    margin-top: 30px;
  }

  .xiangguan h2 {
    font-family: "MaisonNeue-Medium", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #363747;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .downt li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    padding: 15px;
    padding-bottom: 20px;
  }

  .downt-tu {
    width: 33%;
  }

  .downt-zi {
    width: 65%;
    padding-top: 6px;
  }

  .downt-zi h3 {
    font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
  }

  .cpqie {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cpqie ul li a > div {
    font-size: 20px;
  }

  .cpqie ul li a > small {
    margin-right: 0px;
  }

  .ablan li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-size: 14px;
  }

  .lan1 {
    background: none;
  }

  .lan2 {
    background: none;
  }

  .lan3 {
    background: none;
  }

  .lan4 {
    background: none;
  }

  .lan5 {
    background: none;
  }

  .lan6 {
    background: none;
  }

  .lan7 {
    background: none;
  }

  .lan8 {
    background: none;
  }

  .ablan li:hover .lan1 {
    background: #c5161d;
    transition: all 500ms ease-in 0ms;
  }

  .ablan li.hover .lan1 {
    background: #c5161d;
    color: #ffffff;
  }

  .ablan li:hover .lan2 {
    background: #c5161d;
    transition: all 500ms ease-in 0ms;
  }

  .ablan li.hover .lan2 {
    background: #c5161d;
    color: #ffffff;
  }

  .ablan li:hover .lan3 {
    background: #c5161d;
    transition: all 500ms ease-in 0ms;
  }

  .ablan li.hover .lan3 {
    background: #c5161d;
    color: #ffffff;
  }

  .ablan li:hover .lan4 {
    background: #c5161d;
    transition: all 500ms ease-in 0ms;
  }

  .ablan li.hover .lan4 {
    background: #c5161d;
    color: #ffffff;
  }

  .ablan li:hover .lan5 {
    background: #c5161d;
    transition: all 500ms ease-in 0ms;
  }

  .ablan li.hover .lan5 {
    background: #c5161d;
    color: #ffffff;
  }

  .ablan li:hover .lan6 {
    background: #c5161d;
    transition: all 500ms ease-in 0ms;
  }

  .ablan li.hover .lan6 {
    background: #c5161d;
    color: #ffffff;
  }

  .ablan li:hover .lan7 {
    background: #c5161d;
    transition: all 500ms ease-in 0ms;
  }

  .ablan li.hover .lan7 {
    background: #c5161d;
    color: #ffffff;
  }

  .ablan li:hover .lan8 {
    background: #c5161d;
    transition: all 500ms ease-in 0ms;
  }

  .ablan li.hover .lan8 {
    background: #c5161d;
    color: #ffffff;
  }

  .lxkk {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lxrow li {
    list-style-type: none;
    width: 100%;
  }

  .lxtt-bb {
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 27px;
    margin-left: 8px;
  }

  .lyrow li {
    list-style-type: none;
    width: 100%;
    float: left;
  }

  .kk1 {
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #e8ecef;
    border-radius: 20px;
  }

  .lyrow li h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fygnav {
    padding: 0px;
    height: 50px;
    background-color: #c5161d;
  }
  .fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .fygnav li {
    width: 100%;
    text-align: center;
    float: left;
  }
  .fygnav li a {
    display: block;
    color: #ffffff;
    background-color: #c5161d;
    height: 50px;
    line-height: 50px;
  }

  .fygnav li a:hover {
    color: #ffffff;
    background-color: #c5161d;
  }

  .cftit-aa {
    width: 100%;
    font-size: 25px;
  }

  .cftit-bb {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #5d6e75;
  }

  .modal-dialog {
    width: 95%;
    margin: 100px auto;
  }

  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: auto;
    left: 0px;
    width: 100%;
    bottom: 10px;
  }

  .down {
    height: auto;
    overflow: hidden;
    margin-top: 60px;
  }

  .changfang {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .abww-aa h2 {
    font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #c5161d;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .cftit {
    height: auto;
    overflow: hidden;
    padding-bottom: 25px;
  }

  .xwbj {
    background-color: #f8f7f7;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 45px;
    margin-top: 0px;
  }

  .xwbt-aa {
    width: 80%;
    font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #c5161d;
    float: left;
  }

  .xwbt-bb {
    width: 18%;
    float: right;
  }

  .xzbj {
    background-color: #f8f7f7;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 0px;
    position: relative;
  }

  .cpqie ul li > span {
    color: #ffffff;
    font-size: 25px;
    font-family: "dinpro-medium_0", Helvetica, Arial, sans-serif;
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 10px;
    border-radius: 50%;
    background-color: #e7e7e7;
  }

  .cpqie ul li.active > small {
    display: block;
    transition: display 0.5s;
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    padding: 10px;
    line-height: 25px;
  }

  .whtu {
    width: 100%;
  }

  .wenhua {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .whtu h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .qiye {
    margin-top: 40px;
  }

  .qiye h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .qynn li img {
    width: 40%;
  }

  .qynn li p {
    text-align: center;
    font-size: 16px;
    color: #121211;
    margin-top: 12px;
  }

  .gq1 {
    width: 36px;
    height: 36px;
    z-index: 6;
  }

  .gq2 {
    width: 36px;
    height: 36px;
    z-index: 6;
  }

  .gq3 {
    width: 36px;
    height: 36px;
    z-index: 6;
  }

  .gq4 {
    width: 36px;
    height: 36px;
    z-index: 6;
  }

  .gq5 {
    width: 36px;
    height: 36px;
    z-index: 6;
  }

  .gq6 {
    width: 36px;
    height: 36px;
    z-index: 6;
  }

  .gq7 {
    width: 36px;
    height: 36px;
    z-index: 6;
  }

  .gq8 {
    width: 36px;
    height: 36px;
    z-index: 6;
  }

  .gq9 {
    width: 36px;
    height: 36px;
    z-index: 6;
  }

  .dingge {
    margin-top: 60px;
  }

  .cptuk {
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
  }

  .xwtu-zi {
    height: auto;
    overflow: hidden;
    padding: 15px;
  }

  .cpqh .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 27px;
    height: 44px;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
    left: 5px;
    background: url(../images/zjt.png);
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .cpqh .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 27px;
    height: 44px;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
    right: 5px;
    background: url(../images/yjt.png);
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .changfang .swiper-button-prev {
    position: absolute;
    top: 36%;
    width: 27px;
    height: 44px;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
    left: 5px;
    background: url(../images/zjt.png);
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .changfang .swiper-button-next {
    position: absolute;
    top: 36%;
    width: 27px;
    height: 44px;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
    right: 5px;
    background: url(../images/yjt.png);
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .bottom .kuanping{
    width: 100%;
  }
  .footer{
    margin: 0;
  }
  .footer p{
    line-height: 1.5;
  }
}