* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



a {

  text-decoration: none;

}



a:hover {

  text-decoration: none;

  color: #333;

}



body {

  font-family: "微软雅黑";

}



ul {

  list-style: none;

}



img {

  max-width: 100%;

}



/*缓存*/

/*.myPhone{

    position: absolute;

    top: 108px;

    width: 301px;

    overflow: hidden;

    transform: translate(0,0);

    display: none;

    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;

    transform: translate(0,10px);

    right: 0;

    z-index: 10;

}



.tel-bar {

    display: inline-block;

    background: #008DD5;

    color: #fff;

    padding: 2em 4em;

    text-align: center;

}



.tel-bar img {

    width: 4em;

    margin-bottom: 1em;

}



.tel-bar .tel-link {

    font-size: 2em;

    display: block;

    color: #fff!important;

}

.tel-bar p {

    display: inline-block;

    font-size: 0.9em;

    padding: 0.5em;

    line-height: 1;

    margin: auto;

    /* background-color: #34B7FB; */

/*}*/

.load_box {

  position: fixed;

  width: 100%;

  height: 100%;

  z-index: 99999;

  top: 0;

  left: 0;

  background: #fff;

  text-align: center;

}



.load_box .loader_loader {

  width: 100%;

  height: 100%;

  max-width: 100%;

}



.loader_loader {

  box-sizing: border-box;

  display: flex;

  flex: 0 1 auto;

  flex-direction: column;

  flex-grow: 1;

  flex-shrink: 0;

  flex-basis: 25%;

  max-width: 25%;

  height: 200px;

  align-items: center;

  justify-content: center;

}



@-webkit-keyframes line-scale-party {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }



  50% {

    -webkit-transform: scale(0.5);

    transform: scale(0.5);

  }



  100% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

}



@keyframes line-scale-party {

  0% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }



  50% {

    -webkit-transform: scale(0.5);

    transform: scale(0.5);

  }



  100% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

}



.line-scale-party>div:nth-child(1) {

  -webkit-animation-delay: 0.77s;

  animation-delay: 0.77s;

  -webkit-animation-duration: 1.26s;

  animation-duration: 1.26s;

}



.line-scale-party>div:nth-child(2) {

  -webkit-animation-delay: 0.29s;

  animation-delay: 0.29s;

  -webkit-animation-duration: 0.43s;

  animation-duration: 0.43s;

}



.line-scale-party>div:nth-child(3) {

  -webkit-animation-delay: 0.28s;

  animation-delay: 0.28s;

  -webkit-animation-duration: 1.01s;

  animation-duration: 1.01s;

}



.line-scale-party>div:nth-child(4) {

  -webkit-animation-delay: 0.74s;

  animation-delay: 0.74s;

  -webkit-animation-duration: 0.73s;

  animation-duration: 0.73s;

}



.line-scale-party>div {

  background-color: #7aba1e;

  width: 4px;

  height: 35px;

  border-radius: 2px;

  margin: 2px;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  display: inline-block;

  -webkit-animation-name: line-scale-party;

  animation-name: line-scale-party;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-delay: 0;

  animation-delay: 0;

}



/*end*/



/*头部*/

/*.headers{

    width: 100%;

    background: #fff;

    position: relative;

    top: 0;

    left: 0;

    z-index: 12;

    box-shadow: 0 0 10px rgba(0,0,0,.1);

}



.headers>div{

    max-width: 1310px;

    margin: auto;

    height: 129px;

}*/



.listheader {

  width: 100%;

  background: url(../image/images/2_02.jpg) center 0 no-repeat;

  height: 68px;

}



.listheaderimg {

  display: block;

  margin: auto;

}



.listheadermuyy {

  max-width: 1362px;

  padding: 0 10px;

  margin: auto;

  height: 68px;

  position: relative;

}



.listheaderRight {

  width: 91%;

  position: relative;

  float: left;

  margin: auto;

}



.nas {

  display: flex;

  margin: 0;

}



.nas>li {

  position: relative;

  flex: 1;

  line-height: 81px;

  height: 68px;

}



.nas>li>a {

  display: block;

  font-size: 16px;

  overflow: hidden;

  color: #fff;

  width: 100%;

  text-align: center;

  position: relative;

}



.nas>li>a img {

  margin-left: 1rem;

}



.navs {

  transition: 0.3s linear;

}



.nas>li:last-child>a {

  border: 0;

}



/*.nas>li:hover>a{

    color: #d5a65e;

}*/

/*.nas span{

    color: #ce9d59;

    display: block;

}

.nas>li>a:hover .navs{

    margin-top: -20px;

    transition: 0.3s linear;

}

*/



.listheadereng {

  float: right;

  line-height: 68px;

  margin-right: 2%;

}



.listheadereng img {}



.listheadEn {

  float: right;

  line-height: 68px;

  height: 68px;

}



.listheadEn a {

  font-size: 20px;

  color: #fff;

  font-family: Arial;

}



/**/

.clear {

  clear: both;

}



header .nav-btn {

  width: 45px;

  height: 34px;

  margin-top: 7px;

  position: relative;

}



.fl {

  float: left;

  display: inline;

}



header .nav-btn span {

  width: 10px;

  height: 10px;

  border-radius: 50%;

  margin-right: 5px;

  background: #068585;

  position: absolute;

  left: 0;

  top: 12px;

  transition: left 0.3s, top 0.3s;

}



header .nav-btn span.line1,

header .nav-btn span.line3,

header .nav-btn span.line3 {

  left: 15px;

}



header .nav-btn span.line2 {

  left: 30px;

  background: #e8921f;

}



header .nav-btn.hover span.line2 {

  left: 12px;

}



header .nav-btn.hover span.line0 {

  top: 0;

}



header .nav-btn.hover span.line1 {

  top: 0;

  left: 24px;

}



header .nav-btn.hover span.line3 {

  top: 24px;

  left: 0;

}



header .nav-btn.hover span.line4 {

  top: 24px;

  left: 24px;

}



.headerphone {

  line-height: 100%;

  font-size: 18px;

  color: #2759a3;

  margin-left: 2rem;

  margin-top: 4.5rem;

}



.headerphone img {

  margin-left: 2.5rem;

  margin-right: 1rem;

}



.clear {

  clear: both;

}



.fr {

  float: right;

  display: inline;

}



.headers a.menu {

  display: block;

  width: 22px;

  float: left;

  z-index: 1;

  margin-top: 4.5rem;

}



.headers a.menu span:first-child {

  margin-top: 0;

}



.headers a.menu span {

  display: block;

  width: 100%;

  height: 2px;

  background-color: #3f6db3;

  margin-top: 5px;

  transition: all 0.3s linear 0s;

  -moz-transition: all 0.3s linear 0s;

  -webkit-transition: all 0.3s linear 0s;

  -o-transition: all 0.3s linear 0s;

}



.headers a.menu span:last-child {

  width: 12px;

}



.headers a.menu:hover span:nth-child(1) {

  width: 11px;

}



.headers a.menu:hover span:nth-child(2) {

  width: 18px;

}



.headers a.menu:hover span:nth-child(3) {

  width: 22px;

}



.search {

  cursor: pointer;

}



.search-box {

  width: 28%;

  position: fixed;

  right: 0;

  top: 194px;

  display: none;

  z-index: 10;

  background: #f9bd00;

  padding: 18px 2%;

}



.search-box .close {

  float: right;

  width: 35px;

  height: 35px;

  background: url(../image/wel26.png) no-repeat center;

  background-size: 100%;

  margin-top: 2px;

  opacity: 1;

}



.search-box form {

  width: 76%;

  height: 40px;

  line-height: 40px;

  position: relative;

  border: 1px solid rgba(255, 255, 255, 0.2);

}



.search-box form .text {

  font-size: 12px;

  color: #fff;

  border: none;

  background: none;

  padding: 0 28px 0 18px;

  width: 100%;

  height: 40px;

  color: #fff;

  line-height: 40px;

  outline: none;

}



.search-box form .submit {

  width: 14px;

  height: 30px;

  position: absolute;

  top: 50%;

  right: 14px;

  margin-top: -15px;

  background: url(../image/wel25.png) no-repeat center;

  border: none;

}



.search-box form .text::-webkit-input-placeholder {

  color: #fff;

}



.search-box form .text:-moz-placeholder {

  color: #fff;

}



.search-box form .text::-moz-placeholder {

  color: #fff;

}



.search-box form .text:-ms-input-placeholder {

  color: #fff;

}



/*.clickPhone:hover .myPhone{

    opacity: 1;

    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;

}*/

.nas>li .more {

  position: absolute;

  top: 68px;

  width: 100%;

  background-color: rgba(255, 255, 255, 0.9);

  padding: 7px 0 21px;

  z-index: 100;

  display: none;

}



.nas>li .more a {

  display: block;

  color: #333;

  text-align: center;

  font-size: 14px;

  height: 41px;

  line-height: 41px;

  transition: all 0.3s linear 0s;

}



.nas>li .more a:hover {

  color: #f9bd00;

}



.banner {

  width: 100%;

}



.banner img {

  width: 100%;

}



.banner .bannerswiperpagination span.swiper-pagination-bullet-active {

  background: #f9bd00;

}



.banner .bannerswiperpagination {}



.banner .bannerswiperpagination span {}



.hongqiang_a {

  width: 100%;

  background: #f5f5f5;

  overflow: hidden;

}



.hongqiang_as {

  max-width: 1230px;

  margin: auto;

  overflow: hidden;

  padding: 0 10px;

}



.hongqiang_asLeft {

  float: left;

  height: 65px;

  line-height: 65px;

}



.hongqiang_asLeft label {

  margin: 0;

  font-size: 16px;

  color: #1262b9;

}



.hongqiang_asLeft a {

  color: #676363;

  display: inline-block;

  border-right: 1px solid #676363;

  line-height: 100%;

  padding-right: 10px;

  padding-left: 10px;

}



.hongqiang_asRight {

  float: right;

  margin-top: 15px;

}



.hongqiang_asRight input {

  width: 194px;

  height: 36px;

  border: 1px solid #e5e5e5;

  overflow: hidden;

  outline: none;

  padding-left: 15px;

  float: left;

  border-radius: 20px 0 0 20px;

}



.hongqiang_asRight button {

  width: 44px;

  height: 36px;

  background: url(../image/images/4_03.jpg) center 0 no-repeat;

  float: left;

  outline: none;

  border: 0;

}



.hongqiang_b {

  max-width: 1230px;

  margin: auto;

  overflow: hidden;

  padding: 0 10px;

  margin-top: 4rem;

  margin-bottom: 6rem;

}



.hongqiang_b a {

  display: block;

  float: left;

  width: 33.333%;

  text-align: center;

  overflow: hidden;

}



.hongqiang_b a img {}



.hongqiang_b a span {

  font-size: 23px;

  color: #131415;

  display: block;

  margin: 19px 0;

}



.hongqiang_b a div {

  font-size: 15px;

  color: #545050;

  padding: 0 34px;

  line-height: 29px;

}



.hongqiang_c {

  width: 100%;

  background: #f7f7f7;

  overflow: hidden;

  padding: 7rem 0;

}



.hongqiang_cs {

  max-width: 1230px;

  margin: auto;

  overflow: hidden;

  padding: 0 10px;

}



.hongqiang_csLeft {

  overflow: hidden;

  background: #1369c0;

  float: left;

  width: 24%;

  padding: 0 9px;

  padding-bottom: 9px;

}



.hongqiang_csLeft_a {

  text-align: center;

  color: #fff;

  padding-top: 4rem;

  padding-bottom: 5.5rem;

}



.hongqiang_csLeft_a div {

  font-size: 30px;

}



.hongqiang_csLeft_a span {

  font-size: 26px;

  text-transform: uppercase;

}



.hongqiang_csLeft_b {

  width: 100%;

}



.hongqiang_csLeft_b a {

  display: block;

  background: #f2f2f2;

  height: 65px;

  border-bottom: 2px solid #fff;

  line-height: 65px;

  font-size: 17px;

  color: #221414;

}



.hongqiang_csLeft_b a:last-child {

  border: 0;

}



.hongqiang_csLeft_b a img {

  margin-left: 11%;

  margin-right: 5%;

}



.hongqiang_csRight {

  float: right;

  width: 74%;

  overflow: hidden;

}



.hongqiang_csRight_a {

  overflow: hidden;

  background: #fff;

  padding: 9px;

}



.hongqiang_csRight_a img {

  float: left;

  width: 58%;

}



.hongqiang_csRight_a div {

  float: right;

  width: 37%;

  margin-right: 2%;

  margin-top: 12%;

}



.hongqiang_csRight_a div label {

  font-size: 20px;

  color: #0a0b0b;

}



.hongqiang_csRight_a div p {

  font-size: 16px;

  color: #525355;

  line-height: 27px;

}



.hongqiang_csRight_a div a {

  background: #f5c105;

  color: #fff;

  padding: 7px 17px;

  display: inline-block;

}



.hongqiang_csRight_b {

  width: 100%;

  overflow: hidden;

  margin-top: 2rem;

}



.hongqiang_csRight_b .hongqiang_csRight_bswiper a {

  display: block;

  border: 1px solid #dfdfdf;

  overflow: hidden;

  width: 100%;

}



.hongqiang_csRight_b .hongqiang_csRight_bswiper a img {

  width: 100%;

}



.hongqiang_csRight_b .hongqiang_csRight_bswiper a span {

  display: block;

  font-size: 15px;

  line-height: 39px;

  text-align: center;

  color: #fff;

  background: #f5c105;

}



.hongqiang_csRight_b .hongqiang_csRight_bswipernext {

  width: 44px;

  height: 47px;

  background: url(../image/7.png) center 0 no-repeat;

  margin-top: -23.5px;

  right: 0;

}



.hongqiang_csRight_b .hongqiang_csRight_bswiperprev {

  width: 44px;

  height: 47px;

  background: url(../image/8.png) center 0 no-repeat;

  margin-top: -23.5px;

  left: 0;

}



i {

  font-style: normal;

}



em {

  font-style: normal;

}



/* 应用领域 */

.homeApplMenu {

  width: 100%;

  height: 716px;

  overflow: hidden;

}



.homeApplMenu ul li {

  cursor: pointer;

  float: left;

  position: relative;

}



.homeApplMenu ul li .img {

  height: 716px;

}



.homeApplMenu ul li .img img {

  width: 100%;

  height: 100%;

}



.homeApplMenu ul li .title {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

}



.homeApplMenu .layer .text .ico {

  display: block;

  width: 76px;

  height: 76px;

  background-size: cover;

}



.homeApplMenu ul li h6 {

  font-size: 24px;

  width: 100%;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}



.homeApplMenu ul li .info {

  font-size: 16px;

  line-height: 26px;

  height: 52px;

  overflow: hidden;

}



.homeApplMenu .layer {

  width: 19.4%;

  float: left;

}



.homeApplMenu .layer .bg {

  background: #1369c0;

  opacity: 0.8;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

}



.homeApplMenu .layer .wz {

  position: absolute;

  top: 140px;

  right: -30px;

  color: #fff;

  font-size: 14px;

  border-top: 1px solid #56595c;

  padding: 16px 0 0 60px;

  text-transform: uppercase;

  transform: rotate(90deg) translate(-40px, -5px);

}



.homeApplMenu .layer .text {

  position: absolute;

  bottom: 60px;

  left: 0;

  padding: 0 40px;

}



.homeApplMenu .layer .ico {

  margin-bottom: 30px;

}



/*.homeApplMenu .layer .ico1{ background: url(../images/main17.png) no-repeat center;}

.homeApplMenu .layer .ico2{ background: url(../images/main18.png) no-repeat center;}

.homeApplMenu .layer .ico3{ background: url(../images/main19.png) no-repeat center;}

.homeApplMenu .layer .ico4{ background: url(../images/main20.png) no-repeat center;}*/

.homeApplMenu .layer h6 {

  color: #fff;

}



.homeApplMenu .layer h6::after {

  content: "";

  display: block;

  width: 30px;

  height: 3px;

  margin: 20px 0;

  background: #fff;

}



.homeApplMenu .layer .info {

  color: #fff;

}



.homeApplMenu .layer .more {

  display: none;

}



.homeApplMenu .curr {

  width: 41.8%;

}



.homeApplMenu .curr .bg {

  display: none;

}



.homeApplMenu .curr .wz {

  display: none;

}



.homeApplMenu .curr .text {

  width: 67%;

  background: #fff;

  position: absolute;

  bottom: 180px;

  left: 0;

  padding: 70px 80px 70px 0;

}



.homeApplMenu .curr .ico {

  position: absolute;

  right: -38px;

  top: 50%;

  margin-top: -38px;

}



/*.homeApplMenu .curr .ico1{ background: url(../images/main21.png) no-repeat center;}

.homeApplMenu .curr .ico2{ background: url(../images/main22.png) no-repeat center;}

.homeApplMenu .curr .ico3{ background: url(../images/main23.png) no-repeat center;}

.homeApplMenu .curr .ico4{ background: url(../images/main24.png) no-repeat center;}*/

.homeApplMenu .curr h6 {

  color: #333;

  text-align: right;

}



.homeApplMenu .curr h6::after {

  content: "";

  display: block;

  width: 100%;

  height: 14px;

  margin: 34px 0 20px 0;

  background: url(../image/main25.png) no-repeat right center;

  background-size: cover;

}



.homeApplMenu .curr .info {

  width: 58%;

  margin-left: 42%;

  color: #707070;

  text-align: right;

}



.homeApplMenu .curr .more {

  display: block;

  float: right;

  font-size: 14px;

  margin-top: 30px;

  color: #252323;

  text-transform: uppercase;

}



.homeApplMenu .curr .more::before {

  content: "";

  display: inline-block;

  width: 16px;

  height: 3px;

  margin: 4px 12px;

  background: #f5c105;

}



@media (max-width: 1440px) {

  .homeApplMenu ul li .text {

    width: 85%;

  }

}



@media (max-width: 1230px) {

  .homeAppl {

    padding: 10px 0 0 0;

  }



  .homeApplTab .pic {

    margin: 10px 5px 10px 5px;

  }



  .homeApplTab .pic a {

    color: #333;

  }



  .homeApplTab .pic .img {

    height: auto;

    overflow: hidden;

  }



  .homeApplTab .pic h6 {

    font-size: 16px;

    margin: 10px 0 5px 0;

    height: 20px;

    overflow: hidden;

  }



  .homeApplTab .pic .info {

    font-size: 14px;

    line-height: 20px;

    height: 40px;

    overflow: hidden;

  }



  .homeApplTab .slick-dots {

    position: static;

    z-index: 10;

    margin-top: 3%;

    height: 6px;

  }



  .homeApplTab .slick-dots li {

    vertical-align: top;

    width: 6px;

    height: 6px;

    background: #a7a7a7;

    margin: 0 4px;

    border-radius: 6px;

    cursor: pointer;

    text-indent: -999px;

    overflow: hidden;

  }



  .homeApplTab .slick-dots .slick-active {

    background: #f5c105;

  }

}



@media (max-width: 640px) {

  .homeApplTab .pic {

    margin: 10px 0 10px 0;

  }

}



/* 品牌案例 */

.homeBran {

  padding: 120px 0;

}



.homeBranTab {

  margin: 0 -24px;

}



.homeBranTab .pic {

  margin: 25px 24px 30px 24px;

  position: relative;

}



.homeBranTab .text {

  width: 82%;

  height: 150px;

  position: absolute;

  left: 0;

  bottom: -30px;

  padding: 20px 40px;

  background: #f5f5f5;

}



.homeBranTab .text h6 {

  font-size: 20px;

  margin-bottom: 10px;

  height: 26px;

  overflow: hidden;

}



.homeBranTab .text .info {

  font-size: 16px;

  line-height: 24px;

  height: 48px;

  overflow: hidden;

  color: #565656;

}



.homeBranTab .text .more {

  float: right;

  font-size: 12px;

  font-weight: bold;

}



.homeBranTab .text .more::before {

  content: "";

  display: inline-block;

  margin: 3px 20px;

  width: 57px;

  height: 1px;

  background: #d6d6d6;

}



.homeBranTab .pic:hover .text {

  background: #f5c105;

}



.homeBranTab .pic:hover .text h6 {

  color: #fff;

}



.homeBranTab .pic:hover .text .info {

  color: #fff;

}



.homeBranTab .pic:hover .text .more {

  color: #fff;

}



.homeBranTab .pic :hover.text .more::before {

  background: #e95f5f;

}



@media (max-width: 1400px) {

  .homeBran {

    padding: 60px 0;

  }



  .homeBranTab {

    margin: 0 -15px;

  }



  .homeBranTab .pic {

    margin: 15px 15px 30px 15px;

  }

}



@media (max-width: 1023px) {

  .homeBran {

    padding: 20px 0;

  }



  .homeBranTab {

    margin: 0 -5px;

  }



  .homeBranTab .pic {

    margin: 10px 5px 20px 5px;

  }



  .homeBranTab .text {

    width: 82%;

    height: 90px;

    padding: 5px 10px;

  }



  .homeBranTab .text h6 {

    font-size: 16px;

    margin-bottom: 0;

    height: 22px;

  }



  .homeBranTab .text .info {

    font-size: 14px;

    line-height: 20px;

    height: 20px;

  }



  .homeBranTab .text .more::before {

    margin: 3px 10px;

    width: 27px;

  }



  .homeBranTab .slick-dots {

    position: static;

    z-index: 10;

    margin-top: 3%;

    height: 6px;

  }



  .homeBranTab .slick-dots li {

    vertical-align: top;

    width: 6px;

    height: 6px;

    background: #a7a7a7;

    margin: 0 4px;

    border-radius: 6px;

    cursor: pointer;

    text-indent: -999px;

    overflow: hidden;

  }



  .homeBranTab .slick-dots .slick-active {

    background: #f5c105;

  }

}



@media (max-width: 640px) {

  .homeBranTab .pic {

    margin: 10px 0 20px 0;

  }

}



.hongqiang_dTop {

  text-align: center;

  margin-top: 49px;

  margin-bottom: 59px;

}



.hongqiang_dTop label {

  font-size: 42px;

  color: #0f0c0c;

}



.hongqiang_dTop div {

  font-size: 18px;

  color: #130e0e;

  background: url(../image/10.png) center 0 no-repeat;

  background-position: center;

}



.hongqiang_d {

  max-width: 1230px;

  margin: auto;

  overflow: hidden;

  padding: 0 10px;

}



.hongqiang_dnav {

  width: 100%;

  display: flex;

  flex-wrap: wrap;

  padding-bottom: 40px;

  margin: 0;

}



.hongqiang_dnav li {

  position: relative;

  cursor: pointer;

  float: left;

  width: 171px;

  position: relative;

}



.hongqiang_dnav li i {

  display: block;

  width: 54px;

  height: 50px;

  margin: 0 auto 23px;

  transition: all 0.5s ease-in-out;

}



.hongqiang_dnav li .dz1 {

  background: url(../image/lc1.png) no-repeat center;

}



.hongqiang_dnav li .dz2 {

  background: url(../image/lc2.png) no-repeat center;

}



.hongqiang_dnav li .dz3 {

  background: url(../image/lc3.png) no-repeat center;

}



.hongqiang_dnav li .dz4 {

  background: url(../image/lc4.png) no-repeat center;

}



.hongqiang_dnav li .dz5 {

  background: url(../image/lc5.png) no-repeat center;

}



.hongqiang_dnav li .dz6 {

  background: url(../image/lc6.png) no-repeat center;

}



.hongqiang_dnav li .dz7 {

  background: url(../image/lc7.png) no-repeat center;

}



.hongqiang_dnav li em {

  display: block;

  font-size: 16px;

  color: #333333;

  line-height: 16px;

  text-align: center;

  margin-bottom: 9px;

}



.hongqiang_dnav li p {

  font-size: 10px;

  line-height: 10px;

  color: #aaaaaa;

  text-transform: uppercase;

  text-align: center;

}



.hongqiang_dnav li:before {

  width: 1px;

  height: 66px;

  background: #d2d2d2;

  content: "";

  position: absolute;

  top: 22px;

  right: -1px;

}



.hongqiang_dnav li.last:before {

  display: none;

}



.hongqiang_dnav li:hover .dz1 {

  background: url(../image/lc1_h.png) no-repeat center;

}



.hongqiang_dnav li:hover .dz2 {

  background: url(../image/lc2_h.png) no-repeat center;

}



.hongqiang_dnav li:hover .dz3 {

  background: url(../image/lc3_h.png) no-repeat center;

}



.hongqiang_dnav li:hover .dz4 {

  background: url(../image/lc4_h.png) no-repeat center;

}



.hongqiang_dnav li:hover .dz5 {

  background: url(../image/lc5_h.png) no-repeat center;

}



.hongqiang_dnav li:hover .dz6 {

  background: url(../image/lc6_h.png) no-repeat center;

}



.hongqiang_dnav li:hover .dz7 {

  background: url(../image/lc7_h.png) no-repeat center;

}



.hongqiang_dnav li:hover em {

  color: #dd9615;

}



.hongqiang_dnav li:hover p {

  color: #dd9615;

}



.hongqiang_dnav li:hover i {

  transform: rotate(360deg);

}



.hongqiang_dnav li.on .dz1 {

  background: url(../image/lc1_h.png) no-repeat center;

}



.hongqiang_dnav li.on .dz2 {

  background: url(../image/lc2_h.png) no-repeat center;

}



.hongqiang_dnav li.on .dz3 {

  background: url(../image/lc3_h.png) no-repeat center;

}



.hongqiang_dnav li.on .dz4 {

  background: url(../image/lc4_h.png) no-repeat center;

}



.hongqiang_dnav li.on .dz5 {

  background: url(../image/lc5_h.png) no-repeat center;

}



.hongqiang_dnav li.on .dz6 {

  background: url(../image/lc6_h.png) no-repeat center;

}



.hongqiang_dnav li.on .dz7 {

  background: url(../image/lc7_h.png) no-repeat center;

}



.hongqiang_dnav li.on em {

  color: #dd9615;

}



.hongqiang_dnav li.on p {

  color: #dd9615;

}



.hongqiang_dnav li.on i {

  transform: rotate(360deg);

}



.hongqiang_dnav li.on img {

  opacity: 1;

}



.hongqiang_dnav li img {

  position: absolute;

  bottom: -40px;

  left: 50%;

  margin-left: -17px;

  opacity: 0;

}



.hongqiang_dtext {

  overflow: hidden;

  margin-bottom: 76px;

}



.hongqiang_dtextbox {

  display: none;

}



.hongqiang_dtextboxLeft {

  float: left;

  width: 47%;

  color: #fff;

  background: #2163c6;

  height: 355px;

  padding: 44px;

  position: relative;

}



.hongqiang_dtextboxLeft label {

  font-size: 26px;

}



.hongqiang_dtextboxLeft span {

  position: absolute;

  right: 57px;

  width: 57px;

  height: 57px;

  border: 1px solid #fff;

  font-size: 25px;

  text-align: center;

  line-height: 57px;

  top: 35px;

}



.hongqiang_dtextboxLeft i {

  font-size: 16px;

  font-weight: 400;

  display: block;

}



.hongqiang_dtextboxLeft div {

  margin-top: 37px;

  line-height: 32px;

  font-size: 16px;

}



.hongqiang_dtextboxRight {

  float: right;

  width: 53%;

  height: 355px;

  overflow: hidden;

}



.hongqiang_dtextboxRight img {

  width: 100%;

  height: 100%;

}



.hongqiang_e {

  width: 100%;

  background: url(../image/images/7_03.jpg) center 0 no-repeat;

  height: 995px;

  overflow: hidden;

}



.hongqiang_eTop {

  text-align: center;

  margin-top: 25px;

  margin-bottom: 59px;

}



.hongqiang_eTop label {

  font-size: 42px;

  color: #0f0c0c;

}



.hongqiang_eTop label span {

  font-size: 90px;

  color: #1369c0;

}



.hongqiang_eTop div {

  font-size: 18px;

  color: #130e0e;

  background: url(../image/10.png) center 0 no-repeat;

  background-position: center;

}



.hongqiang_esall {

  position: relative;

  width: 100%;

}



.hongqiang_es {

  max-width: 1230px;

  margin: auto;

  overflow: hidden;

  padding: 0 10px;

}



.hongqiang_estext {

  overflow: hidden;

}



.hongqiang_estextbox {

  overflow: hidden;

  display: none;

}



.hongqiang_estextbox label {

  font-size: 49px;

  color: #35393c;

  position: relative;

  z-index: 10;

  margin-top: 78px;

}



.hongqiang_estextbox span {

  font-size: 31px;

  display: block;

  color: #1369c0;

  position: relative;

  z-index: 10;

  font-weight: 700;

  margin-bottom: 18px;

}



.hongqiang_estextbox div {

  color: #444749;

  position: relative;

  z-index: 10;

  font-size: 16px;

  width: 321px;

  line-height: 34px;

}



.hongqiang_estextbox img {

  position: absolute;

  right: 0;

  top: 0;

  width: 62%;

}



.hongqiang_esnav {

  width: 583px;

  overflow: hidden;

  position: relative;

  z-index: 10;

  margin-top: 33px;

}



.hongqiang_esnav a {

  display: block;

  font-size: 24px;

  float: left;

  width: 33.333%;

  color: #fff;

  font-weight: 700;

  text-align: center;

  background: #1369c0;

  height: 108px;

  line-height: 108px;

  transition: all 0.3s;

}



.hongqiang_esnav a img {

  margin-right: 12px;

}



.hongqiang_esnav a.on {

  background: #f5c105;

}



.allTop {

  width: 100%;

  text-align: center;

  background: url(../image/10.png) center 0 no-repeat;

  background-position: center;

  margin-top: 50px;

  margin-bottom: 33px;

}



.allTop label {

  font-size: 36px;

  color: #372d2d;

  line-height: 100%;

  display: block;

  margin-bottom: 12px;

}



.allTop div {

  font-size: 16px;

  color: #454444;

}



.index_g {

  max-width: 1230px;

  padding: 0 10px;

  margin: auto;

  overflow: hidden;

  margin-bottom: 85px;

}



.index_gLeft {

  float: left;

  width: 54%;

  overflow: hidden;

}



.index_gLeft .index_gLeftTop {

  overflow: hidden;

  border: 1px solid #ccc;

  border-left: 0;

  border-right: 0;

  width: 100%;

  height: 63px;

  line-height: 63px;

  margin-bottom: 32px;

}



.index_gLeftTop span {

  float: left;

  width: 33%;

  background: #1369c0;

  color: #fff;

  text-align: center;

  font-size: 22px;

  border-radius: 4px;

}



.index_gLeftTop div {

  float: left;

  font-size: 17px;

  color: #ccc;

  margin-left: 2%;

}



.index_gLeftTop a {

  float: right;

  height: 100%;

}



.index_gLeftTop a img {}



.index_gLeft_a {

  width: 100%;

  overflow: hidden;

}



.index_gLeft_a_as {

  overflow: hidden;

  float: left;

  width: 42%;

}



.index_gLeft_a_as img {

  width: 100%;

  overflow: hidden;

  transition: all 0.3s;

}



.index_gLeft_a_as img:hover {

  transform: scale(1.1);

  cursor: pointer;

}



.index_gLeft_a_bs {

  float: right;

  width: 53%;

  overflow: hidden;

}



.index_gLeft_a_bs span {

  font-size: 16px;

  color: #464646;

  line-height: 36px;

}



.index_gLeft_a_bs p {

  color: #878787;

  margin: 0;

  line-height: 28px;

}



.index_gLeft_a_bs a {

  display: block;

  width: 173px;

  height: 40px;

  background: #f5c105;

  color: #fff;

  text-align: center;

  line-height: 40px;

  border-radius: 30px;

  font-size: 16px;

  margin-top: 4rem;

}



.index_gLeft_b {

  display: block;

  height: 74px;

  border: 1px solid #ccc;

  width: 100%;

  line-height: 74px;

  overflow: hidden;

  margin-top: 32px;

}



.index_gLeft_b .index_gLeft_b_a {

  float: left;

  border-right: 1px solid #ccc;

  height: 48px;

  line-height: 166%;

  width: 17%;

  text-align: center;

  margin-top: 10px;

  margin-right: 17px;

}



.index_gLeft_b .index_gLeft_b_a div {

  color: #333;

  font-size: 22px;

  margin-top: 2px;

}



.index_gLeft_b .index_gLeft_b_a span {

  color: #666;

}



.index_gLeft_b .index_gLeft_b_b {

  float: left;

  font-size: 16px;

  color: #464646;

}



.index_gLeft_b img {

  float: right;

  margin-top: 19px;

}



.index_gRight {

  float: right;

  width: 43%;

  overflow: hidden;

}



.index_gRight .index_gRightTop {

  overflow: hidden;

  border: 1px solid #ccc;

  border-left: 0;

  border-right: 0;

  width: 100%;

  height: 63px;

  line-height: 63px;

  margin-bottom: 32px;

}



.index_gRightTop span {

  float: left;

  color: #333;

  font-size: 16px;

  border-radius: 4px;

}



.index_gRightTop div {

  float: left;

  font-size: 17px;

  color: #ccc;

  margin-left: 2%;

}



.index_gRightTop a {

  float: right;

  height: 100%;

}



.index_gRightTop a img {}



.index_gRightbottom {

  overflow: hidden;

}



.index_gRightbottom a {

  display: block;

  background: url(../image/q.jpg) left 26px no-repeat;

  padding: 26px 0;

  padding-left: 48px;

  border-top: 1px dashed #ccc;

}



.index_gRightbottom a div {

  color: #464646;

  font-size: 16px;

  margin-bottom: 11px;

}



.index_gRightbottom a p {

  color: #878787;

  line-height: 28px;

  margin: 0;

}



.hongqiang_f {

  width: 100%;

  background: url(../image/16.png) center 0 no-repeat;

  height: 832px;

  overflow: hidden;

}



.hongqiang_fs {

  max-width: 1210px;

  margin: auto;

  overflow: hidden;

  background: #fff;

}



.hongqiang_fs video {

  height: 478px;

  float: left;

  display: block;

  object-fit: fill;

  width: 51%;

  outline: none;

}



.hongqiang_fRight {

  width: 49%;

  background: #fff;

  float: left;

  padding: 65px 0 0 53px;

}



.hongqiang_fRight div {}



.hongqiang_fRight div label {

  display: block;

  font-size: 48px;

  line-height: 48px;

  color: #082647;

  font-weight: bold;

  margin-bottom: 42px;

}



.hongqiang_fRight div em {

  display: block;

  font-size: 24px;

  line-height: 24px;

  color: #333333;

  margin-bottom: 18px;

}



.hongqiang_fRight div p {

  font-size: 14px;

  color: #666666;

  margin-bottom: 29px;

  padding-right: 68px;

  line-height: 26px;

}



.hongqiang_fRight ul {

  overflow: hidden;

}



.hongqiang_fRight ul li {

  float: left;

  width: 99px;

  position: relative;

}



.hongqiang_fRight ul li i {

  display: block;

  width: 37px;

  height: 34px;

  margin: 0 auto 12px;

}



.hongqiang_fRight ul li .ab1 {

  background: url(../image/ab1.png) no-repeat center;

}



.hongqiang_fRight ul li .ab2 {

  background: url(../image/ab2.png) no-repeat center;

}



.hongqiang_fRight ul li .ab3 {

  background: url(../image/ab3.png) no-repeat center;

}



.hongqiang_fRight ul li .ab4 {

  background: url(../image/ab4.png) no-repeat center;

}



.hongqiang_fRight ul li em {

  display: block;

  font-size: 14px;

  color: #666666;

  line-height: 14px;

  text-align: center;

}



.hongqiang_fRight ul li:before {

  width: 1px;

  height: 41px;

  background: #bfbfbf;

  content: "";

  position: absolute;

  right: -1px;

  top: 3px;

}



.hongqiang_fRight ul li.last:before {

  display: none;

}



.hongqiang_fRight ul li:hover .ab1 {

  background: url(../image/ab1_h.png) no-repeat center;

}



.hongqiang_fRight ul li:hover .ab2 {

  background: url(../image/ab2_h.png) no-repeat center;

}



.hongqiang_fRight ul li:hover .ab3 {

  background: url(../image/ab3_h.png) no-repeat center;

}



.hongqiang_fRight ul li:hover .ab4 {

  background: url(../image/ab4_h.png) no-repeat center;

}



.hongqiang_fRight ul li:hover em {

  color: #dd9615;

}



.hongqiang_fbottom {

  float: left;

  width: 100%;

  overflow: hidden;

  display: flex;

  flex-wrap: wrap;

}



.hongqiang_fbottom a {

  display: block;

  float: left;

  width: 25%;

  overflow: hidden;

  padding: 30px 0;

  text-align: center;

}



.hongqiang_fbottom a label {

  color: #161b1f;

  font-size: 31px;

}



.hongqiang_fbottom a label span {

  color: #f5c105;

  font-size: 55px;

  font-family: Arial;

}



.hongqiang_fbottom a div {

  font-size: 17px;

  color: #17191a;

}



.pz_down {

  width: 100%;

  background: #1e1e1e;

  z-index: 6;

  position: relative;

  overflow: hidden;

}



.footerHead {

  width: 100%;

  float: left;

  padding: 53px 0 43px 0;

  position: relative;

}



.containerfooter {

  max-width: 1636px;

  margin: auto;

  overflow: hidden;

  width: 100%;

}



.footerHead .footerHeadLeft {

  width: 14%;

  float: left;

  margin-left: 7%;

}



.footerHead .dt {

  width: 100%;

  font-size: 24px;

  color: white;

  line-height: 38px;

  letter-spacing: 2px;

  position: relative;

  padding-bottom: 14px;

}



.footerHead .dt:before {

  content: "";

  width: 48px;

  height: 2px;

  background: #1369c0;

  position: absolute;

  left: 0;

  bottom: 0;

}



.footerHead .footerHeadLeft .dt {

  margin-bottom: 19px;

}



.footerHead .footerHeadLeft ul {

  width: 100%;

}



.footerHead .footerHeadLeft ul li {

  width: 100%;

}



.footerHead .footerHeadLeft ul li a {

  width: 100%;

  font-size: 14px;

  color: white;

  line-height: 44px;

  opacity: 0.6;

  letter-spacing: 2px;

}



.footerHead .footerHeadLeft ul li a:hover {

  opacity: 1;

}



.footerHead .footerHeadCenter {

  width: 40.13%;

  float: left;

  position: relative;

  padding: 0 60px 0 95px;

}



.footerHead .footerHeadCenter:before,

.footerHead .footerHeadCenter:after {

  content: "";

  width: 1px;

  height: 90%;

  background: white;

  opacity: 0.1;

  position: absolute;

  left: 0;

  top: 5%;

}



.footerHead .footerHeadCenter:after {

  left: auto;

  right: 0;

}



.footerHead .footerHeadCenter .title {

  width: 100%;

  margin-top: 29px;

  font-size: 20px;

  color: white;

  line-height: 34px;

  letter-spacing: 4px;

}



.footerHead .footerHeadCenter .ewm {

  width: 145px;

  margin-top: 29px;

  float: left;

}



.footerHead .footerHeadCenter .ewm img {

  width: 100%;

  background: white;

  padding: 5px;

}



.footerHead .footerHeadCenter .ewm h5 {

  width: 100%;

  text-align: center;

  margin-top: 18px;

  font-size: 14px;

  opacity: 0.6;

  letter-spacing: 2px;

  color: white;

}



.footerHead .footerHeadCenter ul {

  margin-left: 176px;

  margin-top: 7px;

}



.footerHead .footerHeadCenter ul li {

  width: 100%;

  margin-top: 20px;

  font-size: 14px;

  color: white;

  line-height: 24px;

  opacity: 0.5;

  padding-left: 22px;

  position: relative;

}



.footerHead .footerHeadCenter ul li img {

  position: absolute;

  left: 0;

  top: 4px;

  width: 15px;

}



.footerHead .footerHeadCenter ul li p {

  display: contents;

  vertical-align: top;

}



.footerHead .footerHeadCenter dl {

  margin-left: 176px;

  margin-top: 26px;

}



.footerHead .footerHeadCenter dl dd {

  float: left;

  margin-right: 20px;

}



.footerHead .footerHeadCenter dl dd a {

  display: block;

  width: 42px;

  height: 42px;

  background: white;

  opacity: 0.3;

  overflow: hidden;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  -khtml-border-radius: 50%;

  border-radius: 50%;

}



.footerHead .footerHeadCenter dl dd:hover a {

  opacity: 1;

}



.footerHead .footerHeadRight {

  float: right;

  width: 31.65%;

}



.footerHead .footerHeadRight ul {

  width: 100%;

  margin-top: 19px;

}



.footerHead .footerHeadRight ul li {

  width: 49%;

  margin-top: 16px;

  float: left;

}



.footerHead .footerHeadRight ul li:nth-child(2) {

  float: right;

}



.footerHead .footerHeadRight ul li input,

.footerHead .footerHeadRight ul li textarea {

  outline: none;

  border: 0;

  display: block;

  width: 100%;

  background: white;

  height: 36px;

  padding: 8px 20px;

  line-height: 20px;

  font-size: 14px;

  color: #333;

}



.footerHead .footerHeadRight ul li.l1 {

  width: 100%;

}



.footerHead .footerHeadRight ul li textarea {

  height: 115px;

}



.footerHead .footerHeadRight ul li.l2 {

  margin-top: 34px;

}



.footerHead .footerHeadRight ul li.l2 input {

  width: 144px;

  height: 34px;

  line-height: 34px;

  text-align: center;

  background: #1369c0;

  letter-spacing: 2px;

  color: white;

  cursor: pointer;

  padding: 0;

  overflow: hidden;

  -moz-border-radius: 17px;

  -webkit-border-radius: 17px;

  -khtml-border-radius: 17px;

  border-radius: 17px;

}



.footerHead .footerHeadRight ul li.l2 input:hover {

  box-shadow: inset 3px 3px 3px #99472a;

}



.footerHead .footerHeadLink {

  padding-left: 7%;

  float: left;

  width: 100%;

  margin-top: 40px;

  padding-top: 45px;

  border-top: solid 1px white;

  border-top: solid 1px rgba(255, 255, 255, 0.1);

  font-size: 14px;

  color: white;

  line-height: 24px;

}



.footerHead .footerHeadLink a {

  display: inline-block;

  color: white;

  opacity: 0.6;

}



.footerHead .footerHeadLink span {

  opacity: 0.6;

  margin: 0 12px;

}



.footerHead .footerHeadLink a:hover {

  opacity: 1;

}



.footerDown {

  background: #141414;

  padding: 22px 0;

}



.container-fluid {

  width: 100%;

  float: left;

}



.allbootom {

  text-align: center;

  color: #fff;

}



.allbootom a {

  color: #fff;

}



@media screen and (max-width: 1660px) {

  .footerHead .footerHeadCenter {

    padding: 0 20px 0 66px;

  }

}



.footerDown {

  background: #141414;

  padding: 22px 0;

}



.footerDown .footer_down_left {

  float: left;

  width: 75%;

  font-size: 14px;

  line-height: 24px;

  color: white;

  opacity: 0.6;

  letter-spacing: 1px;

}



.footerDown .footer_down_right {

  float: right;

  font-size: 14px;

  line-height: 24px;

  color: white;

}



.footerDown .footer_down_right a {

  color: white;

  opacity: 0.6;

}



.footerDown .footer_down_right span {

  opacity: 0.6;

  margin: 0 16px;

}



.footerDown .footer_down_right a:hover,

.footer .footer_down_left .link a:hover {

  opacity: 1;

}



@media screen and (max-width: 1366px) {

  .footerHead .footerHeadCenter {

    width: 50%;

    padding: 0 20px 0 40px;

  }

}



@media screen and (max-width: 1199px) {

  .footerHead .footerHeadCenter .ewm {

    width: 120px;

  }



  .footerHead .footerHeadCenter ul,

  .footerHead .footerHeadCenter dl {

    margin-left: 135px;

  }



  .footerHead .footerHeadRight ul li {

    width: 100%;

  }



  .footerHead .footerHeadCenter {

    width: 55%;

  }



  .footerHead .footerHeadRight {

    width: 28%;

  }

}



@media screen and (max-width: 991px) {

  .footerHead {

    padding: 32px 5% 22px 5%;

  }



  .footerHead .footerHeadLeft {

    margin-left: 0;

    width: 100%;

    text-align: center;

  }



  .footerHead .footerHeadLeft ul li {

    width: 16.66%;

    float: left;

  }



  .footerHead .dt {

    display: none;

  }



  .footerHead .footerHeadCenter {

    width: 65%;

    padding-left: 0;

  }



  .footerHead .footerHeadCenter:before {

    display: none;

  }



  .footerHead .footerHeadRight {

    width: 30%;

  }



  .footerHead .footerHeadLink {

    margin-top: 20px;

    padding-top: 23px;

  }



  .footerDown {

    padding: 16px 20px 60px 20px;

  }



  .footerDown .footer_down_left,

  .footerDown .footer_down_right {

    width: 100%;

    text-align: center;

  }



  .footerDown .footer_down_left,

  .footerDown .footer_down_right {

    font-size: 12px;

  }

}



@media screen and (max-width: 767px) {

  .footerHead {

    padding: 21px 3% 11px 3%;

  }



  .footerHead .footerHeadCenter {

    width: 100%;

    text-align: center;

  }



  .footerHead .footerHeadCenter:before {

    display: none;

  }



  .footerHead .footerHeadRight {

    display: none;

  }



  .footerHead .footerHeadLeft ul li a {

    font-size: 12px;

    letter-spacing: 0;

    line-height: 20px;

    white-space: nowrap;

  }



  .footerHead .footerHeadLeft ul li {

    max-width: 22%;

    width: auto;

    margin: 0 5px;

    float: none;

    display: inline-block;

    vertical-align: top;

  }



  .footerHead .footerHeadLeft ul li:first-child {

    display: none;

  }



  .footerHead .footerHeadCenter .title {

    display: none;

  }



  .footerHead .footerHeadCenter .ewm {

    float: none;

    display: inline-block;

    vertical-align: top;

  }



  .footerHead .footerHeadCenter ul {

    margin-left: 0;

    width: 100%;

  }



  .footerHead .footerHeadCenter dl {

    display: none;

  }



  .footerHead .footerHeadCenter ul li {

    margin-top: 3px;

    font-size: 12px;

  }



  .footerHead .footerHeadCenter ul li img {

    position: relative;

    left: auto;

    top: auto;

    vertical-align: middle;

    margin: -3px 5px 0 0;

  }



  .footerHead .footerHeadCenter:after {

    display: none;

  }



  .footerHead .footerHeadLink {

    margin-top: 10px;

    padding-top: 12px;

    font-size: 12px;

  }



  .footerHead .footerHeadLink span {

    margin: 0 6px;

  }



  .footerDown {

    padding: 10px 10px 10px 10px;

  }



  .allbootom {

    font-size: 12px;

    padding: 13px 17px;

    line-height: 25px;

  }



  .footerDown .footer_down_left {

    font-size: 12px;

    line-height: 20px;

  }



  .footerDown .footer_down_right {

    font-size: 12px;

    line-height: 20px;

  }



  .footerDown .footer_down_right span {

    margin: 0 10px;

  }

}



/*lei*/



.proone {

  width: 100%;

  background: #e5e5e5;

  overflow: hidden;

}



.proones {

  max-width: 1326px;

  padding: 0 10px;

  margin: auto;

  overflow: hidden;

  margin-top: 44px;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}



.proones a {

  display: block;

  background: #fff;

  width: 47%;

  margin-bottom: 53px;

  padding: 42px;

  overflow: hidden;

}



.proones a .proonesImg {

  width: 100%;

  overflow: hidden;

  text-align: center;

  background: #fff;

}



.proones a .proonesImg img {

  transition: all 0.3s;

}



.proones a:hover .proonesImg img {

  transform: scale(1.1);

}



.proones a label {

  font-size: 21px;

  color: #0f6dc2;

  cursor: pointer;

}



.proones a p {

  color: #110f0f;

  margin: 0;

  line-height: 28px;

  margin-top: 15px;

}



.proones a .proonestext {

  overflow: hidden;

  font-size: 0;

  margin-top: 18px;

}



.proones a .proonestext div {

  display: inline-block;

  font-size: 14px;

  color: #110f0f;

  padding: 9px 25px;

  border: 1px solid #e5e5e5;

  margin-right: 10px;

  margin-bottom: 10px;

}



.alllistsearch {

  width: 100%;

  height: 92px;

  border-bottom: 1px solid #ccc;

  background-color: #f8f8f8;

  overflow: hidden;

  line-height: 92px;

}



.alllistsearch>div {

  max-width: 1220px;

  margin: auto;

  overflow: hidden;

  padding: 0 10px;

}



.alllistsearchLeft {

  float: left;

  font-size: 16px;

  color: #464646;

}



.alllistsearchLeft img {

  margin-right: 7px;

}



.alllistsearchLeft i {

  font-style: normal;

}



.alllistsearchLeft span {}



.alllistsearchLeft a {

  color: #464646;

}



.listnavRight {

  float: right;

}



.listnavRight a {

  display: block;

  float: left;

  font-size: 16px;

  color: #464646;

  padding: 0 3rem;

  transition: 0.3s linear;

}



.listnavRight a.on {

  background: #0f6dc2;

  color: #fff;

}



.listnavRight a:hover {

  background: #0f6dc2;

  color: #fff;

  transition: 0.3s linear;

}



.p12-aboutinfo-1 {

  max-width: 1220px;

  margin: auto;

  overflow: hidden;

}



.p12-aboutinfo-1 .tit {

  height: 160px;

  background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg) no-repeat center 91px;

  clear: both;

  text-align: center;

}



.p12-aboutinfo-1 .tit span {

  display: block;

  font-size: 28px;

  color: #000;

  padding-top: 45px;

}



.p12-aboutinfo-1 .tit em {

  font-style: normal;

  color: #999;

  text-transform: uppercase;

  font-family: "Times New Roman";

  padding-top: 18px;

  display: block;

}



.g-gywm {

  height: 530px;

  max-width: 1220px;

  margin: auto;

  overflow: hidden;

}



.wm-l {

  width: 40%;

  float: left;

  color: #fff;

  height: 460px;

  overflow: hidden;

  background: #0f6dc2;

  padding: 60px 0 0 40px;

}



.wm-l h4 {

  font: 20px "Microsoft YaHei";

  line-height: 60px;

  padding-bottom: 30px;

  margin: 0;

}



.wm-l li {

  font: 16px "Microsoft YaHei";

  color: #fff;

  line-height: 40px;

}



.wm-l li b {

  font-weight: bold;

  font-size: 20px;

  color: #fff;

}



.wm-r {

  float: left;

  width: 60%;

}



#map {

  width: 100%;

  height: 460px;

  border: 1px solid rgb(204, 204, 204);

  font-size: 12px;

}



.map-title {

  font-size: 16px;

  line-height: 24px;

}



.map-list {

  font-size: 14px;

  line-height: 22px;

  color: #333;

  margin-top: 6px;

}



.listcontacts {

  width: 100%;

  background: #f1f1f1;

  overflow: hidden;

}



.listcontacts>div {

  max-width: 1210px;

  margin: 5rem auto;

  overflow: hidden;

}



.listcontacts>div>span {

  font-size: 28px;

  color: #6a6a6a;

}



.listcontacts>div>span>i {

  font-style: normal;

  font-size: 19px;

  color: #8d8c8c;

  font-family: Arial Regular;

  text-transform: uppercase;

  margin-left: 5px;

}



.listcontactsTitle {

  overflow: hidden;

  margin-top: 3rem;

}



.listcontactsTitle input {

  height: 58px;

  display: block;

  float: left;

  padding-left: 47px;

  box-sizing: border-box;

  width: 48%;

  font-size: 16px;

  margin-bottom: 2rem;

  border: 1px solid #ccc;

  outline: none;

}



.listcontactsTitle input:nth-child(1) {

  background: url(../image/122.png) left 0 no-repeat #fff;

  background-position: 11px;

}



.listcontactsTitle input:nth-child(2) {

  float: right;

  background: url(../image/123.png) left 0 no-repeat #fff;

  background-position: 17px;

}



.listcontactsTitle input:nth-child(3) {

  background: url(../image/124.png) left 0 no-repeat #fff;

  background-position: 8px;

}



.listcontactsTitle input:nth-child(4) {

  float: right;

  background: url(../image/125.png) left 0 no-repeat #fff;

  background-position: 12px;

}



.listcontactsTextarea {

  width: 100%;

  border: 1px solid #ccc;

  background: url(../image/126.png) left 0 no-repeat #fff;

  background-position: 12px 16px;

  padding-left: 47px;

  font-size: 16px;

  padding-top: 18px;

  height: 174px;

  outline: none;

}



.listcontactsubmit {

  text-align: center;

  margin-top: 3rem;

}



.listcontactsubmit input {

  background: #b61f01;

  color: #fff;

  border: 0;

  width: 260px;

  height: 50px;

  font-size: 16px;

  margin: 0 5px;

}



.listcontactsubmit input:nth-child(2) {

  background: #484848;

}



.listpro {

  max-width: 1220px;

  margin: 0 auto;

  overflow: hidden;

  padding: 0 10px;

  line-height: 34px;

  font-size: 16px;

  color: #666565;

}



.listpronav {

  overflow: hidden;

  margin-top: 38px;

  margin-bottom: 45px;

}



.listpronav li {

  width: 90px;

  height: 30px;

  border: 1px solid #e6e6e6;

  text-align: center;

  line-height: 30px;

  float: left;

  margin-right: 9px;

}



.listpronav li a {

  display: block;

  color: #444;

  font-size: 16px;

}



.listpronav li:hover {

  background: #0f6dc2;

  border: 1px solid #0f6dc2;

}



.listpronav li:hover a {

  color: #fff;

}



.listpronav li.current {

  background: #0f6dc2;

  border: 1px solid #0f6dc2;

}



.listpros {

  width: 100%;

  overflow: hidden;

}



.listpros a {

  display: block;

  width: 31%;

  float: left;

  margin-right: 3.5%;

  margin-bottom: 2%;

}



.listpros a .listprosimg {

  position: relative;

  overflow: hidden;

  width: 100%;

}



.listpros a .listprosimg img {

  width: 100%;

  transition: all 0.3s;

}



.listpros a .listprosimg div {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  opacity: 0;

  transition: all 0.5s;

}



.listpros a .listprosimg div span {

  width: 64px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  display: block;

  margin: auto;

  position: absolute;

  right: 0;

  left: 0;

  bottom: 0;

  top: 0;

  border-bottom: 1px solid #fff;

  color: #fff;

  border-top: 1px solid #fff;

  font-size: 16px;

}



.listpros a p {

  font-size: 18px;

  color: #444;

  line-height: 30px;

  margin: 0;

  text-align: center;

  font-weight: bold;

  padding: 20px 0;

}



.listpros a:nth-child(3n) {

  margin-right: 0;

}



.listpros a:hover .listprosimg img {

  transform: scale(1.1);

}



.listpros a:hover .listprosimg div {

  opacity: 1;

}



.listnew {

  max-width: 1280px;

  margin: auto;

  overflow: hidden;

  padding-top: 4rem;

}



.listnew a {

  display: block;

  width: 100%;

  overflow: hidden;

  border-bottom: 1px solid #ccc;

  padding-bottom: 2rem;

  margin-bottom: 3rem;

}



.listnew a img {

  float: left;

  width: 20%;

}



.listnew .listnewright {

  float: right;

  width: 78%;

  overflow: hidden;

  margin-top: 2rem;

}



.listnew .listnewright .listnewrighttop {

  overflow: hidden;

  line-height: 34px;

}



.listnew .listnewright .listnewrighttop span {

  font-size: 24px;

  transition: all 0.3s;

  color: #333;

}



.listnew .listnewright .listnewrighttop div {

  float: right;

  color: #c8c8c8;

  font-size: 12px;

}



.listnew .listnewright .listnewrighttop div i {}



.listnew .listnewright .listnewrighttop div label {

  margin: 0;

  font-weight: 400;

  color: #969696;

}



.listnew .listnewright p {

  color: #666;

  font-size: 14px;

  line-height: 30px;

  margin: 0;

}



.listnew .listnewright>span {

  width: 86px;

  color: #fff;

  font-size: 12px;

  text-align: center;

  display: block;

  background: #0f6dc2;

  padding: 5px 0;

  float: right;

  transition: all 0.3s;

}



.listnew .listnewright .listnewrighttop span:hover {

  color: #0f6dc2;

}



.listnew .listnewright>span:hover {

  background: #000;

}



.listdetailpro {

  width: 100%;

  background: #f5f5f5;

  overflow: hidden;

}



.listdetailpro>div {

  max-width: 1200px;

  margin: auto;

  overflow: hidden;

}



.listdetailpros {

  margin: 4rem;

  overflow: hidden;

}



.listdetailprosTop {

  overflow: hidden;

  display: flex;

  flex-wrap: wrap;

  margin: 6rem 0;

}



.listdetailprosTop li {

  width: 25%;

  text-align: center;

  border-right: 1px solid #ccc;

  overflow: hidden;

  cursor: pointer;

}



.listdetailprosTop li:last-child {

  border: 0;

}



.listdetailprosTopimg {

  position: relative;

  height: 7rem;

}



.listdetailprosTopimg div img {

  max-width: 100%;

}



.listdetailprosTopimg div {

  position: absolute;

  width: 100%;

  height: 100%;

}



.listdetailprosTopimg div:nth-child(1) {

  z-index: 1;

}



.listdetailprosTopimg div:nth-child(2) {}



.listdetailprosTop li span {

  font-size: 18px;

  color: #424040;

}



.listdetailprosTop li.on .listdetailprosTopimg div:nth-child(2) {

  z-index: 2;

}



.ContBoxdetail {

  position: relative;

}



.ContBoxdetail .Boxdetail {

  /*display: none;*/



  width: 100%;

}



.proshows {

  max-width: 1266px;

  margin: 3rem auto;

  overflow: hidden;

  width: 100%;

}



.proshowLeft {

  float: left;

  width: 50%;

  overflow: hidden;

}



.bigImg {

  width: 100%;

  padding-left: 1rem;

}



.swiper-containerDetail {

  width: 70%;

  margin: auto;

}



.swiper-containerDetail img {

  width: 100%;

  border: 1px solid #ccc;

}



.detailLefts {

  width: 100%;

  overflow: hidden;

  position: relative;

  margin-top: 2rem;

}



.detailnext {

  background: url(../image/20_03.jpg) center 0 no-repeat !important;

  width: 14px !important;

  height: 21px !important;

  background-size: 100% 100% !important;

  margin-top: 0 !important;

  top: 41% !important;

}



.detailprev {

  background: url(../image/21_03.jpg) center 0 no-repeat !important;

  width: 14px !important;

  height: 21px !important;

  background-size: 100% 100% !important;

  margin-top: 0 !important;

  top: 41% !important;

}



.proshowRight {

  float: right;

  width: 35%;

  overflow: hidden;

  margin-top: 1rem;

  margin-right: 6rem;

}



/*.proshowRight div{

    font-size: 16px;

    color: #37383a;

    margin-bottom: 9px;

}

*/

.proshowRight label {

  display: block;

  font-weight: 400;

  font-size: 18px;

  margin-bottom: 15px;

  color: #37383a;

}



.proshowRight label em {

  font-style: normal;

}



.dm {

  max-width: 1543px;

  margin: auto;

  background: #fff;

  overflow: hidden;

  width: 100%;

  padding: 3rem;

}



.cpxq_tit {

  width: 94%;

  margin: auto;

  margin-bottom: 4rem;

}



.cpxq_tit span {

  display: inline-block;

  width: 207px;

  height: 45px;

  line-height: 45px;

  background: url(../image/images/prodetail_27.png) no-repeat center center;

  text-align: center;

  color: #fff;

  font-family: "å¾®è½¯é›…é»‘";

  font-size: 20px;

}



.cpxq_tit div {

  line-height: 28px;

}



.cpxq_tit div img {

  max-width: 100%;

}



.p1-pho-1 {

  background: url(../image/VISkins-p1.png) no-repeat 0 -3px;

  min-height: 50px;

  padding-left: 44px;

  font-size: 20px;

  line-height: 30px;

  margin-right: 50px;

  color: #0f6dc2;

  margin-top: 3rem;

}



.p1-pho-1 span {

  display: block;

  font-size: 14px;

  line-height: 14px;

  color: #666;

}



.p1-pho-1 i {

  font-style: normal;

}



.p12-aboutinfo-1-nr {

  max-width: 1220px;

  margin: auto;

  overflow: hidden;

  padding: 0 10px;

}



.endit-content {

  line-height: 28px;

}



.p12-aboutinfo-1-nr .tit {

  text-align: center;

  font-weight: normal;

  margin: 50px auto 30px;

}



.p12-aboutinfo-1-nr .tit span {

  display: block;

  font-size: 38px;

  color: #333;

  line-height: 38px;

  font-weight: bold;

  letter-spacing: 2px;

}



.p12-aboutinfo-1-nr .tit i {

  display: block;

  font-size: 14px;

  font-family: Arial;

  font-weight: 400;

  font-style: normal;

  margin-top: 10px;

  position: relative;

  line-height: 14px;

  text-transform: uppercase;

  color: #adadad;

}



.p12-aboutinfo-2 {

  margin: 15px 0;

  font-size: 15px;

  line-height: 32px;

  padding: 40px 130px;

  background: #fff;

  box-shadow: 0 0 5px #eee;

  text-align: center;

  margin-bottom: 15px;

}



/*    .list {

        margin-top: 20px;

    }

    .list ul{

    }

    .list li {

        float: left;

        border: 1px solid #eee;

        width: 31%;

        height: 180px;

        text-align: center;

        margin-right: 42px;

        color: #666;

        margin-bottom: 30px;

        line-height: 160%;

        padding: 10px 15px;

        font-family: 微软雅黑;

        background: #f7f7f7;

        border-radius: 30px;

        transition: all 0.6s;

        box-sizing: border-box;

    }

    

    .list li:nth-child(3n) {

        margin-right: 0px;

        float: right;

    }

    

    .list li:hover {

        box-shadow: 0px 0px 5px #eee;

        transform: translate(0, -10px);

    }

    

    .list li img {

        margin-top: 20px;

        width: 75px;

    }

    

    .list li i {

        display: block;

        font-size: 14px;

        color: #333;

        padding-bottom: 8px;

        font-style: normal;

        padding-top: 10px;

    }

*/



.sco {

  overflow: hidden;

  margin-bottom: 2rem;

}



.sco li {

  float: left;

  width: 500px;

  padding-left: 50px;

  position: relative;

  overflow: hidden;

}



.sco li:nth-child(2n) {

  float: right;

}



.sco li img {

  width: 500px;

  height: 250px;

}



.sco li p {

  font-size: 14px;

  line-height: 30px;

  color: #666;

  margin-top: 46px;

  padding-bottom: 15px;

  position: relative;

}



.sco li p:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 110px;

  background: #0f6dc2;

  height: 2px;

}



.sco li em {

  font-style: normal;

  position: absolute;

  display: block;

  width: 170px;

  height: 70px;

  line-height: 70px;

  text-align: center;

  background: #0f6dc2;

  z-index: 1;

  left: 0;

  top: 82px;

  font-size: 24px;

  color: #fff;

}



.p12-about {

  max-width: 1220px;

  margin: auto;

  overflow: hidden;

  padding: 0 10px;

}



.ab_1_1 {

  max-width: 1200px;

  margin: 0 auto;

  padding: 3.2% 0;

  overflow: hidden;

}



.ab_1_2 {

  width: 38%;

  float: left;

  overflow: hidden;

}



.ab_1_2 img {

  width: 100%;

  height: auto;

}



.ab_1_3 {

  width: 56%;

  float: right;

}



.ab_1_3 h1 {

  font-size: 40px;

  color: #bf0614;

  margin-top: 72px;

}



.ab_1_3 h2 {

  font-size: 25px;

  color: #333333;

  margin-top: 22px;

}



.ab_1_3 p {

  font-size: 16px;

  line-height: 25px;

  padding-right: 100px;

}



.ab_2_1 {

  max-width: 1200px;

  margin: 66px auto;

  background-color: #fff;

  font-size: 0;

}



.ab_2 {

  background-color: #f1f1f1;

  overflow: hidden;

  width: 100%;

  display: none;

}



.ab_2_1 ul {

  list-style-type: none;

  display: block;

  font-size: 0;

  margin: 0px;

  padding: 0px;

  overflow: hidden;

}



.ab_2_1 ul li {

  display: block;

  float: left;

  width: 50%;

  height: 335px;

}



.ab_2_1 ul li h1 {

  font-size: 40px;

  color: #0f6dc2;

  padding-top: 24px;

  padding-left: 46px;

}



.ab_2_1 ul li h2 {

  font-size: 25px;

  color: #333333;

  margin-top: 27px;

  margin-left: 46px;

  border-left: 3px solid #0f6dc2;

}



.ab_2_1 ul li p {

  font-size: 16px;

  line-height: 25px;

  padding: 17px 65px 0 64px;

}



.ab_2_1 ul li img {

  width: 100%;

  height: 335px;

}



.ab_2_1 ul li:nth-child(4n) h2 {

  padding-left: 12px;

  margin-top: 73px;

}



.brand-three .brand-three-t {

  padding: 30px 0;

  text-align: center;

}



.brand-three .brand-three-t li {

  font-size: 28px;

  color: #555;

  border-bottom: 1px solid #f1f1f1;

  padding-bottom: 17px;

  margin-bottom: 17px;

  position: relative;

  list-style: none;

}



.brand-three .brand-three-t li:after {

  content: "";

  display: block;

  position: absolute;

  bottom: 0;

  left: 50%;

  width: 100px;

  height: 1px;

  background: #0f6dc2;

  margin-left: -50px;

}



.brand-three .brand-three-t p {

  font-size: 14px;

  color: #ccc;

  margin: 0;

}



.brand-honor .brand-honor-box {

  overflow: hidden;

  padding: 5px 0px;

  position: relative;

}



.brand-honorswiper {

  position: relative;

  margin: 0 auto;

  max-width: 1380px;

  padding: 30px 10px;

  overflow: hidden;

}



.brand-honor .brand-honor-box .brand-honor-item {

  padding: 30px 15px;

  float: left;

  text-align: center;

  transition: all 0.5s;

}



.brand-honor .brand-honor-box .brand-honor-item li {

  margin: 20px auto;

  color: #666;

}



.brand-honor .brand-honor-box .brand-honor-item img {

  width: 100%;

}



.news-next,

.news-prev {

  display: inline-block;

  width: 60px;

  height: 60px;

  position: absolute;

  top: 52%;

  transition: all 0.5s;

  border-radius: 2px;

}



.news-next {

  right: 0;

  background: url(../image/new-right.png) no-repeat center center;

}



.news-prev {

  left: 0;

  background: url(../image/new-left.png) no-repeat center center;

}



.brand-jin .brand-jin-box {

  overflow: hidden;

  padding: 5px 0px;

  position: relative;

}



.brand-jinswiper {

  position: relative;

  margin: 0 auto;

  max-width: 1380px;

  padding: 30px 10px;

  overflow: hidden;

}



.brand-jin .brand-jin-box .brand-jin-item {

  padding: 30px 15px;

  float: left;

  text-align: center;

  transition: all 0.5s;

}



.brand-jin .brand-jin-box .brand-jin-item li {

  margin: 20px auto;

  color: #666;

}



.brand-jin .brand-jin-box .brand-jin-item img {

  width: 100%;

}



.jinnews-next,

.jinnews-prev {

  display: inline-block;

  width: 60px;

  height: 60px;

  position: absolute;

  top: 52%;

  transition: all 0.5s;

  border-radius: 2px;

}



.jinnews-next {

  right: 0;

  background: url(../image/new-right.png) no-repeat center center;

}



.jinnews-prev {

  left: 0;

  background: url(../image/new-left.png) no-repeat center center;

}



.listWrapper {

  padding: 40px 0 60px 0;

  overflow: hidden;

  background: #f4f4f4;

}



.grWidth {

  max-width: 1220px;

  padding: 0 10px;

  margin: auto;

}



.pTitle {

  font-size: 30px;

  font-weight: normal;

  color: #0f6dc2;

  margin: 0;

  margin-bottom: 20px;

}



.proIndex {

  margin-bottom: 40px;

  overflow: hidden;

}



.proIndex ul {

  width: 100%;

  overflow: hidden;

}



.proIndex li {

  float: left;

  width: 24.5%;

  background: #fff;

  margin: 0 0.5% 8px 0;

}



.proIndex li .pImg {

  width: 100%;

  display: block;

  overflow: hidden;

}



.proIndex li img {

  width: 100%;

  transition: all 0.5s;

}



.proIndex li .font {

  padding: 10px 15px 0 15px;

  color: #999;

  text-align: center;

  line-height: 22px;

}



.proIndex li h4 {

  margin: 0;

  font-size: 14px;

  font-weight: normal;

  height: 28px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  color: #333;

}



.proIndex li .font p {

  text-align: left;

}



.proIndex li:nth-child(1) {

  width: 49.5%;

}



.proIndex li:nth-child(1) img,

.proIndex li:nth-child(1) .pImg {

  width: 100%;

}



.proIndex li:nth-child(1) .font {

  padding: 10px 35px 5px 35px;

  font-size: 14px;

}



.proIndex li:nth-child(1) .font h4 {

  font-size: 18px;

  height: 35px;

}



.proIndex li:nth-child(1) .font h4 a {

  color: #333;

}



.proIndex li:nth-child(1) .font h4 a:hover {

  color: #0f6dc2;

}



.proIndex li:nth-child(1) .box {

  height: 90px;

  margin-bottom: 10px;

  overflow: hidden;

}



.proIndex li:nth-child(1) .btns a,

.proList li .btns a {

  display: inline-block;

  width: 90px;

  height: 26px;

  text-align: center;

  line-height: 26px;

  background: #999;

  color: #fff;

  margin-right: 10px;

  transition: all 0.3s;

  border-radius: 3px;

  font-size: 12px;

}



.proIndex li:nth-child(1) .btns a:hover,

.proList li .btns a:hover {

  background: #0f6dc2;

}



.proIndex li:hover {

  box-shadow: 0 0 5px #ccc;

}



.proIndex li h4:hover {

  color: #0f6dc2;

}



.pTitle a {

  float: right;

  font-size: 14px;

  color: #333;

  margin-top: 10px;

}



.proIndex1 {

  margin-bottom: 40px;

  overflow: hidden;

}



.proIndex1 ul {

  width: 100%;

  overflow: hidden;

}



.proIndex1 li {

  float: left;

  width: 24.5%;

  background: #fff;

  margin: 0 0.5% 8px 0;

}



.proIndex1 li .pImg {

  width: 100%;

  display: block;

  overflow: hidden;

}



.proIndex1 li img {

  width: 100%;

  transition: all 0.5s;

}



.proIndex1 li .font {

  padding: 10px 15px 0 15px;

  color: #999;

  text-align: center;

  line-height: 22px;

}



.proIndex1 li h4 {

  margin: 0;

  font-size: 14px;

  font-weight: normal;

  height: 28px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  color: #333;

}



.proIndex1 li .font p {

  text-align: left;

}



.proIndex1 li:hover {

  box-shadow: 0 0 5px #ccc;

}



.proIndex1 li h4:hover {

  color: #0f6dc2;

}



/* 采购表单样式 */

.orderBox {

  padding: 25px;

  max-width: 1220px;

  background: #fff;

  overflow: hidden;

  margin: 0 auto;

}



.orderBox h3 {

  font-size: 15px;

  line-height: 18px;

  font-weight: normal;

  font-family: "微软雅黑";

}



.orderBox .table {

  padding-top: 20px;

  overflow: hidden;

}



.orderBox .table li {

  width: 46%;

  float: left;

  height: 35px;

  margin-bottom: 10px;

}



.orderBox .table li span {

  float: left;

  border: 1px solid #ddd;

  line-height: 33px;

  height: 33px;

  width: 24%;

  display: inline-block;

  text-align: center;

  background: #f5f5f5;

}



.orderBox .table li .iptTxt {

  outline: none;

  float: right;

  width: 76%;

  border: 1px solid #ddd;

  border-left-width: 0;

  height: 33px;

  line-height: 33px;

  background: #f5f5f5;

  color: #666;

  padding-left: 10px;

}



.orderBox .table li .iptCode {

  float: left;

  width: 48%;

  border: 1px solid #ddd;

  border-left-width: 0;

  height: 33px;

  line-height: 33px;

  background: #f5f5f5;

  color: #666;

  padding-left: 10px;

  outline: none;

}



.orderBox .table li .checkcode {

  width: 63px;

  height: 36px;

  float: left;

  border: 1px solid #ddd;

  border-left-width: 0;

  background: #eee;

  margin-left: 2px;

  padding: 6px;

}



.orderBox .table li .btn {

  padding: 0;

  width: 72%;

  height: 35px;

  line-height: 35px;

  background: #333;

  cursor: pointer;

  font-size: 14px;

  color: #fff;

  text-align: center;

  border: none;

}



.orderBox .table li .btn:hover {

  background: #0f6dc2;

  color: #fff;

}



.orderBox .table li.areLi {

  width: 47%;

  float: right;

  height: 171px;

  overflow: hidden;

}



.orderBox .table li.areLi .txtContent {

  width: 100%;

  height: 100%;

  border: 1px solid #ddd;

  outline: none;

  resize: none;

  padding: 15px;

  color: #666;

  line-height: 18px;

  background: #f1f1f1;

}



.sWrapper .sMain {

  background: #fff;

  overflow: hidden;

  padding: 20px;

  max-width: 1200px;

  margin-bottom: 20px;

}



/* 产品详情 */

.productshow_top {

  overflow: hidden;

}



.product-show-pic {

  width: 52%;

}



.product-show-pic img {

  max-width: none;

}



.jqzoom>img {

  width: 100%;

  height: auto;

}



.jqzoom {

  float: left;

  border: none;

  position: relative;

  padding: 0px;

  cursor: pointer;

  margin: 0px;

  display: block;

}



.zoomdiv {

  z-index: 100;

  position: absolute;

  top: 0px;

  left: 0px;

  width: 350px;

  height: 310px;

  background: #fff;

  border: 1px solid #ccc;

  display: none;

  text-align: center;

  overflow: hidden;

}



.jqZoomPup {

  z-index: 10;

  visibility: hidden;

  position: absolute;

  top: 0px;

  left: 0px;

  width: 20px;

  height: 20px;

  border: 1px solid #aaa;

  background: #fff;

  opacity: 0.5;

  -moz-opacity: 0.5;

  -khtml-opacity: 0.5;

  filter: alpha(Opacity=50);

}



/* 图片小图样式 */

.spec-preview {

  width: 78%;

  float: left;

}



.spec-scroll {

  width: 18%;

  overflow: hidden;

  float: right;

  margin-top: 3px;

}



.spec-scroll a.prev {

  display: block;

  width: 100%;

  height: 5px;

  background: url(../img/gotop.gif) no-repeat center top;

  overflow: hidden;

  cursor: pointer;

  margin-bottom: 10px;

}



.spec-scroll a.prev:hover {

  background: url(../img/gotop2.gif) no-repeat center top;

}



.spec-scroll a.next {

  display: block;

  width: 100%;

  height: 5px;

  background: url(../img/gobottom.gif) no-repeat center top;

  overflow: hidden;

  cursor: pointer;

  margin-top: 10px;

}



.spec-scroll a.next:hover {

  background: url(../img/gobottom2.gif) no-repeat center top;

}



.spec-scroll .items {

  width: 100%;

  height: 445px;

  overflow: hidden;

  position: relative;

}



.spec-scroll .items ul {

  position: absolute;

  width: 100%;

}



.spec-scroll .items ul li {

  width: 100%;

  height: 115px;

  text-align: center;

}



.spec-scroll .items ul li img {

  width: 100%;

  height: 90px;

  cursor: pointer;

  border: 1px solid #ececec;

}



.spec-scroll .items ul li:hover img,

.spec-scroll .items ul .on img {

  border: 1px solid #0f6dc2;

}



/* 产品右侧简介样式 */

.proShwo_right {

  width: 45%;

  overflow: hidden;

  font-size: 14px;

}



.proShwo_right .title {

  font-size: 30px;

  color: #0f6dc2;

  line-height: 30px;

  padding-bottom: 15px;

  border-bottom: 1px dotted #e5e5e5;

}



.proShwo_right .p1 {

  height: 40px;

  line-height: 40px;

  border-bottom: 1px dotted #e5e5e5;

}



.proShwo_right .font {

  height: 180px;

  overflow: hidden;

  margin-bottom: 10px;

  padding-top: 20px;

}



.proShwo_right .font strong {

  font-size: 18px;

  color: #333;

}



.proShwo_right .phone {

  background: url("../img/picon2.jpg") no-repeat left center;

  padding-left: 25px;

  margin-bottom: 25px;

  color: #5fb139;

}



.proShwo_right .phone span {

  font-size: 22px;

  font-family: Arial;

}



.proShwo_right .btn {

  padding: 0;

  display: inline-block;

  width: 130px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  background: #5fb139;

  color: #fff;

  font-size: 16px;

  border-radius: 5px;

  margin-right: 20px;

  transition: all 0.3s;

}



.proShwo_right .btn2 {

  background: #0f6dc2;

}



.proShwo_right .btn:hover {

  opacity: 0.8;

}



.gr-tab-list {

  overflow: hidden;

  margin-top: 40px;

}



.gr-tab-list .hd {

  height: 40px;

  line-height: 40px;

  border-bottom: 1px solid #e2e2e2;

  font-size: 16px;

}



.gr-tab-list .hd li {

  width: 150px;

  float: left;

  text-align: center;

  background: #f2f2f2;

  margin-right: 5px;

  cursor: pointer;

  position: relative;

}



.gr-tab-list .hd li.on {

  background: #0f6dc2;

  color: #fff;

}



.gr-tab-list .hd li.on::before {

  position: absolute;

  content: "";

  bottom: -12px;

  left: 70px;

  border: 6px solid transparent;

  border-top-color: #0f6dc2;

}



.gr-tab-list .bd {

  overflow: hidden;

  padding-top: 15px;

}



.houjia {

  max-width: 1460px;

  margin: 0 auto;

  padding: 0 10px;

  overflow: hidden;

}



.houjia .title {

  width: 100%;

  height: auto;

  position: relative;

  text-align: center;

  margin-bottom: 30px;

}



.houjia .title .t {

  font-size: 114px;

  line-height: 114px;

  color: #f6f6f6;

  font-family: HEB;

  text-transform: uppercase;

}



.houjia .title .t1 {

  font-size: 36px;

  line-height: 114px;

  color: #333;

  font-weight: bold;

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

}



.houjia .houjiaswiper {

  width: 100%;

  overflow: hidden;

}



.houjia .houjiaswiper a {

  display: block;

}



.houjia .houjiaswiper a img {

  width: 100%;

}



.houjia .houjiaswiper a span {

  font-size: 16px;

  text-align: center;

  display: block;

  margin-top: 5px;

}



.houjiamore {

  max-width: 130px;

  margin: auto;

  height: 36px;

  border: 1px solid #ccc;

  text-align: center;

  line-height: 36px;

  margin-top: 4rem;

  border-radius: 33px;

}



.houjiamore a {

  display: block;

}



/* ----------- */



.com-card {

  width: 1200px;

  margin: 0 auto;

  height: 100%;

}



.flex {

  display: flex;

}



.flex-c {

  display: flex;

  align-items: center;

}



.flex-btn {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



p,

ul,

li {

  margin: 0;

}



.header {

  width: 100%;

  height: auto;

}



:root {

  --mainColor: #bf0614;

}



.header .top {

  width: 100%;

  height: 36px;

  background-color: #383735;

}



.header .top .ls {

  font-size: 14px;

  color: #ffffff;

}



.header .top .mores a {

  font-size: 14px;

  display: block;

  line-height: 14px;

  border-right: 1px solid #fff;

  color: #ffffff;

  padding-right: 6px;

  margin-right: 6px;

}



.header .top .mores a:last-child {

  padding-right: 0;

  margin-right: 0;

  border-right: none;

}



.header .con {

  width: 100%;

  height: 142px;

}



.header .con .logo {

  width: 55%;

  height: 115px;

  display: block;

}



.header .con .logo img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  vertical-align: bottom;

}



.header .con .rt .icon {

  width: 52px;

  height: 42px;

  object-fit: cover;

  display: block;

  margin-right: 20px;

}



.header .con .text p {

  font-size: 16px;

  color: #363636;

}



.header .con .text .ls {

  font-size: 27px;

  font-weight: 700;

  color: var(--mainColor);

}



.header .bto {

  width: 100%;

  height: 56px;

  background-color: #333333;

}



.header .bto ul,

.header .bto ul li {

  height: 100%;

}



.header .bto ul li {

  width: calc(100% / 9);

  transition: all 0.3s;

}



.header .bto ul li a {

  font-size: 16px;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #ffffff;

}



.header .bto ul li:hover {

  background-color: var(--mainColor);

}



.indexBox1 {

  width: 100%;

  height: auto;

  padding: 2.3% 0 2.8% 0;

}



.com-tl {

  font-size: 31px;

  font-weight: 600;

  text-align: center;

  color: #1f1d1d;

}



.indexBox1 .text {

  font-size: 15px;



  line-height: 32px;

  color: #1f1d1d;

  margin: 45px 0;

}



/* a:hover {

  color: #fff;

} */



.indexBox1 .com-mores {

  margin: 0 auto;

}



.indexBox1 .com-mores:hover {

  color: #fff;

}



.com-mores {

  cursor: pointer;

  display: block;

  width: 203px;

  height: 48px;

  border-radius: 25px;

  background-image: linear-gradient(#bf0614, #bf0614),

    linear-gradient(#c9000e, #c9000e);

  background-blend-mode: normal, normal;

  font-size: 16px;

  text-align: center;

  line-height: 48px;

  color: #ffffff;

}



.indexBox2 {

  width: 100%;

  height: auto;

  padding: 3% 0 1.6% 0;

  background-color: #f9f9f9;

}



.flex-con {

  display: flex;

  align-items: center;

 

}



.com-tl.brs {

  flex-direction: column;

}



h2,

h3 {

  margin: 0;

}



.com-tl.brs::after {

  display: block;

  content: "";

  width: 28px;

  height: 5px;

  margin: 12px 0 20px 0;

  background-color: var(--mainColor);

}



.com-title {

  font-size: 16px;

  text-align: center;

  line-height: 30px;



  color: #454546;

}



.indexBox2Swiper {

  width: 100%;

  height: auto;

  overflow: hidden;

  margin-top: 4%;

}



.hoverImg:hover img {

  transform: scale(1.1);

}



.tranImg {

  width: 100%;

  height: 100%;

  object-fit: cover;

  vertical-align: bottom;

  transition: all 0.3s;

}



.indexBox2Swiper .img {

  width: 100%;

  height: 234px;

  overflow: hidden;

}



.indexBox2Swiper .text {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: space-between;

  width: 100%;

  height: 240px;

  padding: 10% 14px 24px 14px;

  background-color: #fff;

}



.indexBox2Swiper .text .time {

  font-size: 18px;

  text-align: center;

  color: #393333;

}



.indexBox2Swiper .text .ls {

  font-size: 18px;

  text-align: center;

  margin-top: 25px;

  line-height: 30px;

  flex: 1;

  color: #191717;

}



.indexBox2Swiper .text .mores {

  width: 172px;

  height: 47px;

  line-height: 47px;

  font-size: 18px;

  text-align: center;

  color: #5e5858;

  border-top: 1px solid rgba(138, 137, 137, 0.2);

  border-bottom: 1px solid rgba(138, 137, 137, 0.2);

  transition: all 0.3s;

}



.indexBox2-pagination {

  width: 100%;

  margin-top: 4%;

}



.indexBox2-pagination .swiper-pagination-bullet-active {

  background-color: var(--mainColor);

}



.indexBox2Swiper .swiper-slide:hover .mores {

  border-top: 1px solid var(--mainColor);

  border-bottom: 1px solid var(--mainColor);

  color: var(--mainColor);

}



.indexBox3 {

  width: 100%;

  height: auto;

  padding: 3% 0;

}



.indexBox3Swiper {

  width: 100%;

  height: auto;

  overflow: hidden;

  margin-bottom: 27px;

}



.indexBox3Swiper video {

  width: 100%;

  max-height: 672px;

  object-fit: cover;

  vertical-align: bottom;

}



.indexBox3Swiper2 {

  width: 100%;

  height: auto;

  overflow-x: clip;

}



.indexBox3Swiper2 .img {

  position: relative;

  width: 100%;

  height: 159px;

  transition: all 0.3s;

  cursor: pointer;

}



.indexBox3Swiper2 .swiper-slide-thumb-active .img::after {

  display: block;

  position: absolute;

  top: -15px;

  left: 50%;

  transform: translateX(-50%) rotate(90deg);

  content: "";

  width: 0;

  height: 0;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  border-right: 10px solid var(--mainColor);

}



.indexBox3Swiper2 .swiper-slide-thumb-active .img {

  padding: 4px;

  background-color: var(--mainColor);

}



.indexBox4 {

  width: 100%;

  background-color: #f5f5f5;

  height: auto;

  padding: 4.5% 0 2.5% 0;

}



.indexBox4 ul {

  width: 100%;

  margin-top: 4.5%;

}



.flex-wp {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

}



.indexBox4 .com-card {

  width: 1520px;

}



.indexBox4 ul li {

  width: calc((100% - 3%) / 2);

  margin: 0 3% 3% 0;

  height: 225px;

}



.indexBox4 ul li:nth-child(2n) {

  margin-right: 0;

}



.indexBox4 .img {

  width: 46.5%;

  height: 100%;

  overflow: hidden;

}



.indexBox4 .text {

  display: block;

  flex: 1;

  height: 100%;

  background-color: #fff;

  padding: 40px 30px 15px 40px;

}



.indexBox4 .text .tl {

  font-size: 16px;

  color: #221e1e;

}



.flex-cum {

  display: flex;

  justify-content: center;

  flex-direction: column;

  align-items: center;

}



.indexBox4 .text .time {

  font-size: 16px;

  margin: 7px 0 10px 0;

  color: #221e1e;

}



.indexBox4 .text .ls {

  font-size: 14px;

  line-height: 28px;

  color: #686767;

}



.indexBox4 .mores {

  display: block;

  width: 212px;

  height: 50px;

  font-size: 16px;

  text-align: center;

  line-height: 50px;

  color: #222222;

  transition: all 0.3s;

  border: 1px solid #222;

}



.indexBox4 .mores:hover {

  background-color: var(--mainColor);

  color: #fff;

  border: 1px solid #fff;

}



.footer {

  width: 100%;

  padding-top: 2.5%;

  background-color: #333;

  height: auto;

}



.footer ul {

  justify-content: space-between;

}



.footer ul li {

  display: flex;

  flex-direction: column;

}



.footer li .name {

  font-size: 26px;

  font-weight: 600;

  color: var(--mainColor);

  margin-bottom: 40px;

}



.footer li a {

  display: inline-block;

  font-size: 16px;

  line-height: 38px;

  color: #ffffff;

  transition: all 0.3s;

}



.footer li .ls {

  font-size: 20px;

  margin-bottom: 5%;

  color: #ffffff;

}



.footer li .qr {

  width: 147px;

  height: 147px;

  padding: 5px;

  background-color: #fff;

}



.footer li:last-child {

  width: 41.5%;

}



.footer li .formList {

  width: 100%;

}



.footer li .formList input {

  width: calc((100% - 10px) / 2);

  height: 36px;

  padding-left: 10px;

  border: none;

  font-size: 14px;

  color: #000;

}



.footer li textarea {

  width: 100%;

  resize: none;

  height: 135px;

  margin: 10px 0 39px 0;

  font-size: 14px;

  color: #000;

  padding: 10px 0 0 10px;

}



.footer li input[type="submit"] {

  width: 148px;

  height: 39px;

  background-image: linear-gradient(#bf0614, #bf0614),

    linear-gradient(#1369c0, #1369c0);

  background-blend-mode: normal, normal;

  font-size: 16px;

  border-radius: 25px;

  border: none;

  text-align: center;

  line-height: 39px;

  color: #ffffff;

}



.footrLinkList {

  border-top: 1px solid #8c8686;

  padding: 40px 0;

  margin-top: 5%;

}



.footrLinkList a {

  display: inline-block;

  font-size: 14px;

  line-height: 14px;

  color: #8c8686;

  border-right: 1px solid #8c8686;

  padding-right: 6px;

  margin-right: 6px;

  transition: all 0.3s;

}



.footrLinkList a:hover,

.footer li a:hover {

  color: var(--mainColor);

}



.footrLinkList a:last-child {

  padding-right: 0;

  margin-right: 0;

  border-right: none;

}



.footrLinkList span {

  font-size: 14px;

  font-weight: 600;

  line-height: 28px;

  color: #ffffff;

}



.footer .bto {

  width: 100%;

  height: 86px;

  background-color: #272727;

}



.footer .bto .com-card {

  font-size: 14px;

  line-height: 28px;

  color: #ffffff;

}



.newsBox1 {

  width: 100%;

  height: auto;

  padding: 1.5% 0;

  background-color: #f8f8f8;

}



.Ohd_1 {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  overflow: hidden;

  text-overflow: ellipsis;

}



.Ohd_2 {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  text-overflow: ellipsis;

}



.newsBox1 ul li {

  width: 100%;

  height: 240px;

  padding: 15px;

  background-color: #ffffff;

  border-bottom: 1px solid #e4e4e4;

  transition: all 0.3s;

}



.newsBox1 ul li:hover {

  background-color: #f8f8f8;

}



.newsBox1 li .img {

  width: 273px;

  height: 100%;

  overflow: hidden;

  border-radius: 10px;

}



.newsBox1 li .text {

  display: block;

  flex: 1;

  padding-left: 20px;

}



.newsBox1 li .text .ls {

  font-size: 14px;

  line-height: 30px;

  margin-top: 10px;

  color: #333;

}



.newsBox1 li .text .name {

  font-size: 20px;

  color: #333;

  transition: all 0.3s;

}



.newsBox1 li .bto .share a {

  height: 26px;

  width: 26px;

  display: inline-block;

  background-image: url(../img/share_list.png);

  background-repeat: no-repeat;

  margin-right: 8px;

}



.newsBox1 li .bto .share a.weibo {

  background-position: -33px 0;

}



.newsBox1 li .bto .share a.qqzone {

  background-position: -68px 0;

}



.newsBox1 li .bto .share a.qq {

  background-position: -103px 0;

  margin-right: 0px;

}



.newsBox1 li .name:hover {

  color: var(--mainColor);

  text-decoration: underline;

}



.newsBox1 li .ls:hover {

  text-decoration: underline;

}



.newsBox1 li .rt {

  flex: 1;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.newsBox1 li .bto {

  display: flex;

  justify-content: end;

}



.newsBox1 li .bto .share {

  position: relative;

}



.weixinQr {

  display: none;

  position: absolute;

  left: -62px;

  top: 40px;

  background-color: #fff;

  width: 150px;

  height: 158px;

  border-radius: 2px;

  z-index: 22;

  padding: 10px;

  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);

}



.weixinQr .sharebg::after {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  top: -10px;

  display: block;

  content: "";

  height: 0;

  width: 0;

  border-top: 10px solid transparent;

  border-right: 10px solid transparent;

  border-bottom: 10px solid #fff;

  transform: rotate(135deg);

}



.weixinQr .sharebg {

  flex-direction: column;

}



.weixinQr .qr {

  width: 102px;

  height: 102px;

  object-fit: cover;

  vertical-align: bottom;

}



.weixinQr .ls {

  font-size: 14px;

  text-align: center;

  color: #333;

  margin-top: 10px;

}



.videoBox1 {

  width: 100%;

  height: auto;

  padding: 2.5% 0;

}



.videoBox1 ul li {

  position: relative;

  width: calc((100% - 6%) / 4);

  margin: 0 2% 2% 0;

  background: #ffffff;

  border-radius: 5px;

  -moz-border-radius: 5px;

  box-shadow: 3px 3px 20px #cccccc;

  -webkit-box-shadow: 3px 3px 20px #cccccc;

}



.videoBox1 ul li:nth-child(4n) {

  margin-right: 0;

}



.videoBox1 li video {

  width: 100%;

  height: 160px;

  object-fit: cover;

  vertical-align: bottom;

}



.videoBox1 li .text {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  padding: 15px;

  height: 150px;

  width: 100%;

}



.videoBox1 li .text .name {

  font-size: 14px;

  line-height: 25px;

  color: #333;

}



.videoBox1 li .text .icon {

  width: 30px;

  height: 30px;

  object-fit: cover;

  margin-right: 10px;

}



.videoBox1 li .text .bto p {

  font-size: 14px;

  color: #666;

}



.videoBox1 li .skm {

  display: block;

  position: absolute;

  top: 4px;

  left: 4px;

  width: 49px;

  height: 24px;

  font-size: 14px;

  color: #fff;

  line-height: 24px;

  text-align: center;

  color: #fff;

  background: url(../img/ic1-13.png) no-repeat;

  background-size: cover;

}



.bgColor {

  background-color: #f8f8f8;

}



.newsBox2 {

  width: 100%;

  padding: 3% 0;

  background-color: #f8f8f8;

}



.newsBox2 .com-card {

  background-color: #fff;

  padding: 3%;

}



.newsBox2 .title {

  font-size: 26px;

  color: #000;

  text-align: left;

}



.newsBox2 .time {

  font-size: 16px;

  color: #000;

  text-align: left;

  margin-top: 2%;

}



.newsBox2 .text {

  font-size: 16px;

  line-height: 30px;

  color: #000;

  margin-top: 4%;

}



.flex-c {

  display: flex;

  align-items: center;

}



.flex-btn {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.comBack {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 120px;

  height: 40px;

  font-size: 16px;

  color: #fff;

  background-color: #37958b;

}



.comBack:hover {

  color: #fff;

}



.newsBox2 .bto {

  width: 100%;

  border-top: 1px solid #eee;

  padding-top: 2%;

  margin-top: 3%;

}



.newsBox2 .bto .lt {

  width: 80%;

  flex-direction: column;

}



.newsBox2 .bto .lt a {

  font-size: 16px;

  display: block;

  width: 100%;

  color: #000;

  transition: all 0.3s;

}



.newsBox2 .bto .lt a:hover,

.newsBox2 .bto .lt a.active {

  color: #37958b;

}



.videoBox2 {

  width: 100%;

  height: auto;

  padding: 3.5% 0;

  background-color: #f8f8f8;

}



.videoBox2 video {

  width: 100% !important;

  min-height: 550px;

  max-width: 100% !important;

  object-fit: cover;

}



.messBox1 {

  width: 100%;

  height: auto;

  background-color: #f8f8f8;

  padding: 2% 0;

}



.messBox1 table {

  width: 100%;

  height: auto;

  margin-bottom: 1.5%;

}



.messBox1 table td {

  border: 1px solid #ccc;

  font-size: 16px;

  color: #000;

  height: 50px;

  padding: 0 2%;

}



.messBox1 table tr td:first-child {

  font-weight: 600;

  width: 20%;

  white-space: nowrap;

  text-align: right;

}



#myform .codes {

  height: 48px;

  width: 100%;

}



#myform .codes input {

  height: 100%;

  width: 20%;

  font-size: 14px;

  padding-left: 10px;

  color: #000;

}



#myform .fc-code {

  width: 140px;

}



#myform .fc-code,

#myform .fc-code img {



  height: 100%;

}

/* ---- */
.header .bto li {
  position: relative;
}

.header .bto .menu_leve2 li {
  width: 100% !important;
  height: 44px;
}

.menu_leve2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #333;
  min-width: 220px;
  padding: 6px 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  display: none;
}

.menu_leve2 li {
  display: block;
  list-style: none;
  background-color: #333;
}

.menu_leve2 li a {
  display: block;
  height: 100%;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.menu_leve2 li a:hover {
  background: var(--mainColor);
}

.menu_leve3 {
  position: absolute;
  left: 100%;
  top: 0;

  min-width: 200px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 10000;
  display: none;
}

.menu_leve3 li a {
  height: 100%;
  display: block;
  color: #333;
  text-decoration: none;
}

.figureListbox {
  padding: 5% 0;
  width: 100%;
  height: auto;
}

.figureListbox ul li {
  width: calc((100% - 6%) / 3);
  height: auto;
  margin: 0 3% 3% 0;
}

.figureListbox ul li:nth-child(3n) {
  margin-right: 0;
}

.figureListbox li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.figureListbox li:hover img {
  transform: scale(1.2);
}

.figureListbox li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
  vertical-align: bottom;
}

.figureListbox li .text {
  width: 100%;
  height: auto;
  padding: 12px 10px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}

.figureListbox li .text div {
  margin-bottom: 5px;
}

.figureListbox li .name,
.figureListbox li .job,
.figureListbox li .number {
  width: 100%;
  font-size: 16px;
  color: #333;
}