@charset "utf-8";
@import "reset.css";
@import "bootstrap.min.css";
@import "swiper.css";
/*包含以下四种的链接*/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
html,
body {
  font-size: 10px;
  min-width: 1400px;
}
/*修改滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #1071c3;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #1071c3;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #1071c3;
}
.more {
  display: block;
  font-size: 2rem;
  padding: 1% 1%;
  width: 25%;
  margin: 30px auto;
  color: #fff;
  background-color: #1071c3;
  border: 2px solid #1071c3;
  max-width: 200px;
  transition: all 0.3s;
  text-align: center;
}
.more:hover {
  color: #1071c3;
  border: 2px solid #1071c3;
  background-color: #fff;
}
.topline {
  color: #ccc;
  line-height: 35px;
  font-size: 1.3rem;
  background-color: #252525;
}
.topline a {
  color: #fff;
  font-size: 1.3rem;
}
.banner{
  max-width: 1920px;
  clear: both;
  margin: 0 auto;
}
#head {
  width: 100%;
  height: 13rem;
  z-index: 10;
  transition: all 0.5s;
}
#head .top {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#head .top .logo {
  line-height: 13rem;
}
#head .top .logo a {
  display: inline-block;
  margin-right: 30px;
}
#head .top .logo img {
  max-width: 100%;
  transition: all 0.5s;
}
#head .top .links {
  font-size: 16px;
  color: #191717;
  padding-top: 10%;
}
#head .top .links a {
  color: #191717;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
#head .toptel {
  font-size: 2rem;
  color: #000;
  line-height: 4;
}
#head .toptel img {
  vertical-align: sub;
  margin-right: 5px;
}
#head .toptel a {
  font-size: 1.6rem;
  color: #000;
}
#head .navslist {
  /* background-image: url(../images/navbg.png); */
  background-color: #252525;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  float: left;
}
#head .navslist nav{width: 100%;max-width: 1300px;margin: 0 auto;}
#head .navslist nav > ul {
  width: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
  float: left;
}
#head .navslist nav > ul > li {
  display: block;
  width: 10%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s;
  line-height: 6.4rem;
  z-index: 1;
  float: left;
}
#head .navslist nav > ul > li.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 19px;
  z-index: -1;
  background-color: #f7a700;
  transform: skew(-33deg);
}
#head .navslist nav > ul > li > a {
  width: 100%;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s;
  text-indent: 30%;
}
#head .navslist nav > ul > li > a:hover {
  color: #fff;
}
#head .navslist nav > ul > li ul {
  position: absolute;
  width: 100%;
  background-color: #2a2a2a;
  transition: all 0.3s;
  transform-origin: top;
  transform: rotateX(90deg);
  margin-left: -12px;
}
#head .navslist nav > ul > li ul li {
  line-height: 3;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
}
#head .navslist nav > ul > li ul li:last-child {
  border: none;
}
#head .navslist nav > ul > li ul li a {
  color: #fff;
}
#head.top {
  height: 113px;
  background: rgba(161, 198, 225, 0.8) none repeat scroll 0 0;
  border-bottom: 1px solid #c1d8eb;
}
#head.top .toptel {
  line-height: 3.5;
}
#head.mnav {
  position: initial;
  height: 80px;
  background: rgba(161, 198, 225, 0.8) none repeat scroll 0 0;
  border-bottom: 1px solid #c1d8eb;
}
#myCarousel .carousel-control {
  top: unset;
  bottom: 50%;
}
.tbody #head .top .logo img {
  max-width: 329px;
  padding-top: 2rem;
}
.tbody #head {
  position: inherit;
}
.tbody #head a {
  color: #000;
}
.tbody #head .toptel {
  color: #000;
}
.company .advantage .title_2 {
  padding: 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.company .advantage .title_2 a {
  display: block;
}
.company .advantage .title_2 h2 {
  color: #1071c3;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Impact";
}
.company .advantage .title_2 span {
  display: block;
  color: #212020;
  font-size: 28px;
  line-height: 45px;
  text-transform: uppercase;
  position: relative;
  height: 45px;
}
.company .advantage .title_2 span:before {
  content: "";
  display: block;
  height: 15px;
  background: url(../images/tit1bg.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -8px;
}
.company .advantage .title_2:hover h2,
.company .advantage .title_2:hover span {
  color: #1071c3;
}
.company .advantage .consm h2 {
  padding-left: 4%;
}
.company .advantage .cons {
  margin-top: 1rem;
  padding: 1.5rem 4%;
}
.company .advantage .navbox {
  text-align: center;
  padding: 3rem 5rem;
  color: #fff;
  transform: translateY(-50%);
  background-color: #1071c3;
  margin-bottom: -5rem;
}
.company .advantage .navbox h5 {
  font-size: 4rem;
  line-height: 1.5;
}
.company .advantage .navbox p {
  font-size: 2rem;
}
.company .advantage .prolist {
  text-align: right;
}
.company .advantage .prolist a {
  display: inline-block;
  width: 15%;
  margin-top: 3rem;
  font-size: 1.8rem;
  text-align: center;
  color: #1d1d1d;
  border-right: 2px solid  #ccc;
}
.company .advantage .prolist a:last-child {
  border: none;
}
.company .advantage .prolist a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  padding: 3px;
  margin-right: 2rem;
  transition: all 0.3s;
}
.company .advantage .prolist a:hover {
  color: #ed0001;
}
.company .advantage .prolist a:hover::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ed0001;
  padding: 3px;
  margin-right: 2rem;
}
.company .companymore {
  display: inline-block;
  padding: 12px 17% 12px 14%;
  background-color: #f6f6f6;
  font-size: 2rem;
  font-weight: 800;
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
  background-position: 80% center;
  color: #3a3a38;
  border: 1px solid #c3c3c3;
  font-family: fangsong;
}
.company .companymore:hover {
  color: #fac13a;
}
.proinfos .boximg {
  width: 88%;
}
.proinfos .proname {
  padding-left: 1rem;
}
.proinfos .proname h5 {
  margin-top: 2rem;
  line-height: 2;
  font-size: 3.2rem;
  color: #393939;
}
.proinfos .proname .procons {
  font-size: 1.5rem;
  color: #868585;
}
.proinfos .proname .canshu {
  margin: 2.5rem 0;
  font-size: 1.5rem;
  padding: 1.5rem 4.5rem;
  color: #9d9d9d;
  background-color: #f5f5f5;
}
.proinfos .proname .canshu b {
  color: #000;
}
.proinfos .proname .canshu ul {
  overflow: hidden;
}
.proinfos .proname .canshu ul li {
  width: 33%;
  float: left;
  line-height: 2;
}
.proinfos .proname .bunback {
  margin: 5rem 0;
}
.proinfos .proname .bunback a {
  font-size: 1.6rem;
  color: #fff;
  border-radius: 25px;
  padding: 1rem 3.5rem;
  display: inline-block;
  margin-right: 3%;
  background-color: #2d2d2d;
  transition: all 0.3s;
}
.proinfos .proname .bunback a:hover {
  background-color: #1071c3;
}
.proinfos .proname .linman {
  font-size: 1.6rem;
}
.proinfos .proname .linman a {
  color: #1071c3;
  font-weight: bold;
  font-size: 2.8rem;
}
.goodinfos .cardtop {
  margin-top: 5rem;
  border-top: 2px solid #868585;
  padding-top: 5rem;
}
.goodinfos .cardtop .cons {
  padding: 2rem;
  width: 97%;
  background-color: #fbfafa;
}
.goodinfos .cardtop .cons .bnames {
  font-weight: bold;
  line-height: 2;
  font-size: 3.2rem;
  border-bottom: 1px solid  #ccc;
}
.goodinfos .cardtop .cons .bnames span {
  color: #1071c3;
}
.goodinfos .cardtop .col-md-4 .list {
  margin-top: -10px;
}
.goodinfos .cardtop .col-md-4 .list h5 {
  line-height: 2;
  color: #fff;
  background-color: #494949;
  font-size: 2.8rem;
}
.goodinfos .cardtop .col-md-4 .list ul {
  margin: 0;
  padding-top: 2rem;
  background-color: #f5f5f5;
}
.goodinfos .cardtop .col-md-4 .list ul li {
  width: 90%;
  margin: auto;
  margin-bottom: 2rem;
}
.goodinfos .cardtop .col-md-4 .list ul li .imgbox {
  overflow: hidden;
}
.goodinfos .cardtop .col-md-4 .list ul li .imgbox img {
  transition: all 0.3s;
}
.goodinfos .cardtop .col-md-4 .list ul li .imgbox:hover img {
  transform: scale(1.1);
}
.goodinfos .cardtop .col-md-4 .list ul li p {
  font-size: 1.8rem;
  color: #3b3b3b;
  line-height: 3;
  transition: all 0.3s;
  background-color: #fff;
}
.goodinfos .cardtop .col-md-4 .list ul li:hover p {
  color: #fff;
  background-color: #1071c3;
}
.topnav h3 {
  vertical-align: bottom;
  font-size: 3.2rem;
  font-weight: bold;
}
.topnav h3 img {
  vertical-align: text-bottom;
}
.topnav .line {
  margin-top: 10px;
}
.topnav .fr .condec {
  font-size: 2.4rem;
  line-height: 3;
  margin-top: 25px;
}
.main .product {
  background-image: url(../images/hotbg.png);
  background-size:cover;
  background-repeat: no-repeat;
  padding: 14rem 0 5rem;
  position: relative;
  z-index: 1;
}
.main .product .xuab {
  color: #fff;
  font-size: 3rem;
  font-weight: bolder;
  line-height: 2;
}
.main .product .col-md3 {
  width: 22%;
}
.main .product .col-md9 {
  width: 78%;
}
.main .product h6 {
  font-size: 4.4rem;
  font-weight: 500;
}
.main .product h6 span {
  color: #1071c3;
}
.main .product .hpro {
  padding: 0 4%;
}
.main .product .hpro .imgall .gallery-top img {
  width: 100%;
  height: 450px;
  object-fit: contain;
}
.main .product .hpro .procons {
  padding-left: 10%;
  padding-top: 7%;
  color: #fff;
}
.main .product .hpro .procons .j {
  opacity: 0.2;
  text-transform: uppercase;
  font-size: 9.3rem;
  font-weight: bolder;
}
.main .product .hpro .procons .cons {
  font-size: 16px;
  line-height: 2.1;
}
.main .product .hpro .procons h4 {
  font-size: 3.6rem;
  font-weight: bolder;
  line-height: 2.2;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-top: -21%;
}
.main .product .hpro .procons h4::after {
  content: '';
  display: block;
  width: 10%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.main .product .hpro .procons .readmore {
  display: inline-block;
  padding: 8px 20%;
  background-color: #f6f6f6;
  font-size: 2rem;
  font-weight: 800;
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
  background-position: 80% center;
  margin: 5% 0 5%;
  color: #3a3a38;
}
.main .product .hpro .procons .readmore:hover {
  color: #f7a700;
}
.main .product .hpro .pro {
  height: 50px;
  position: relative;
  width: 60%;
  left: 10%;
}
.main .product .hpro .pro .swiper-pagination {
  left: 46%;
  transform: translate(-50%, 50%);
}
.main .product .hpro .pro .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.main .product .hpro .pro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1071c3;
}
.main .product .hpro .pro .swiper-button-white {
  color: #fff;
  font-size: 3rem;
  font-weight: bolder;
}
.main .allgoods {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 0;
  position: relative;
  z-index: 0;
}
.main .allgoods .xuab {
  color: #1d1d1d;
  font-size: 3rem;
  font-weight: bolder;
  line-height: 2;
}
.main .allgoods .xuab span {
  color: #000000;
}
.main .allgoods .navlist {
  text-align: center;
}
.main .allgoods .navlist a {
  display: inline-block;
  background-image: url(../images/pnavbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15.6%;
  line-height: 2.5;
  font-size: 18px;
  color: #373030;
  transition: 0.5s;
  text-align: center;
}
.main .allgoods .navlist a:hover {
  color: #fff;
  background-image: url(../images/pnavbg1.png);
}

.main .allgoods .prore .boximg{width: 100%;}
.main .allgoods .prore .boximg .imgbox{width: 60%;float: right;}
.main .allgoods .prore .boximg .imgbox img{width: 100%;padding-left: 40px;height: 500px;object-fit: cover;}
.main .allgoods .prore .boximg .con-box{width: 40%;float: right;color: #333;padding-top: 7%;}
.main .allgoods .prore .boximg .con-box h3{font-size: 40px;padding-bottom: 6%;margin-bottom: 5%;position: relative;z-index: 1;}
.main .allgoods .prore .boximg .con-box h3 b{position: absolute;width: 100%;color: #e7e7e7;font-size: 90px;left: 0;bottom: 16%;z-index: -1;}


.main .allgoods .prore .boximg .con-box h3::before{content: '';width: 100%;position: absolute;height: 2px;background-color: #fac13a;left: 0;bottom: 0;}
.main .allgoods .prore .boximg .con-box h3::after{content: '';width: 12.5%;height: 8px;position: absolute;background-color: #fac13a;left: 0;bottom: -3px;}
.main .allgoods .prore .boximg .con-box p{font-size: 16px;line-height: 34px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;margin-bottom: 10%;}
.main .allgoods .prore .boximg .con-box a{display: inline-block;width: 250px;color: #333;height: 55px;background-color: #f6f6f6;text-align: center;font-size: 23px;line-height: 55px;}
.main .allgoods .prore .boximg .con-box a b{color: #fff;width: 24px;height: 24px;background-color: #fac13a;text-align: center;line-height: 24px;font-weight: bold;border-radius: 50%;display: inline-block;font-family: monospace;}




.main .allgoods .progirls {
  margin-top: 2rem;
}
.main .allgoods .progirls .col-md-4 {
  margin-bottom: 20px;
}
.main .allgoods .progirls .boximg {
  transition: all 0.3s;
  background: #fff;
}
.main .allgoods .progirls .boximg img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.main .allgoods .progirls .boximg .imgbox {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main .allgoods .progirls .boximg .imgbox img {
  transition: all 0.3s;
  z-index: 4;
}
.main .allgoods .progirls .boximg .imgbox:hover img {
  transform: scale(1.05);
}
.main .allgoods .progirls .boximg a {
  position: relative;
  display: block;
  float: left;
  border: 1px solid #ccc;
}
.main .allgoods .progirls .boximg a .imgbox .pcon{
  content:'';
  position: absolute;
  width: 80%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotateX(90deg);
  background-color: rgba(255,255,255,0.9);
  color: #333;
  z-index: 5;
  padding: 5%;
  text-align: center;
  transform-origin: top;transition: all 0.3s;
}
.main .allgoods .progirls .boximg a:hover .imgbox .pcon{
  transform: translate(-50%,-50%) rotateX(0deg);
}
.main .allgoods .progirls .boximg a .imgbox .pcon h3{
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/cptit_line.png) no-repeat center bottom;
  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.main .allgoods .progirls .boximg a .imgbox .pcon p{
  color: #7f7f7f;
  font-size: 15px;
  padding: 3% 0 5%;
  overflow: visible;
  white-space: inherit;
  margin: 0;
}
.main .allgoods .progirls .boximg a .imgbox .pcon p b{
  color: #c00505;
}
.main .allgoods .progirls .boximg a .imgbox .pcon span{
  display: inline-block;
  width: 40%;
  height: 35px;
  line-height: 35px;
  background: #c00505;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.main .allgoods .progirls .boximg p {
  color: #3b3b3b;
  line-height: 2.45;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 4%;
  width: 100%;
}
.main .allgoods .progirls .boximg p span {
  display: inline-block;
  padding-right: 10%;
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 12%;
}
.main .allgoods .progirls .boximg:hover p {
  color: #f7a700;
}

.tel-mid{width: 100%;background-position: center;height: 340px;background-size: 1920px 100%;}
.tel-mid .area{width: 100%;margin: 0 auto;max-width: 1200px;height: 100%;position: relative;}
.tel-mid .area div{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.tel-mid .area div h3{font-size: 36px;font-weight: bold;color: #fff;margin-bottom: 30px;}
.tel-mid .area div h3 b{font-weight: normal;}
.tel-mid .area div p{display: inline-block;font-size: 18px;line-height: 45px;text-align: center;padding: 0 20px;background-color: #f9b73a;border-radius: 45px;margin-right: 10px;}
.tel-mid .area div a{font-size: 16px;color: #fff;line-height: 56px;margin-top: 30px;display: block;}
.tel-mid .area div a b{color: #f9b73a;font-size: 28px;}


.main .techeritem {
  padding: 0rem 0;
  position: relative;
}
.main .techeritem h6 {
  font-size: 4.4rem;
  font-weight: 500;
}
.main .techeritem h6 span {
  color: #1071c3;
}
.main .techeritem .xuab {
  font-size: 2.4rem;
  font-weight: 300;
}
.main .techeritem .itempic {
  background-color: #fac13a;
  padding: 1.5% 0 3%;
}
.main .techeritem .itempic .advtit {
  color: #fff;
  position: relative;
  margin-top: 0%;
  margin-bottom: 15%;
}
.main .techeritem .itempic .advtit:nth-child(2) img{
 top: 23%;

}
.main .techeritem .itempic .advtit img {
  position: absolute;
  right: -20%;
  z-index: 1;
  top: 10%;
  transition: 0.5s;
}
.main .techeritem .itempic .advtit h6 {
  font-size: 24px;
  font-weight: bold;
  color: #343232;
}
.main .techeritem .itempic .advtit p {
  font-size: 16px;
  color: #343232;
  max-width: 70%;
  line-height: 1.8;
}
.main .techeritem .itempic .advtit:hover img {
  transform: rotate(360deg);
}
.main .techeritem .itempic .right img {
  left: -20%;
  top: 10%;
}
.main .techeritem .itempic .right .advtit {
  padding-left: 20%;
}
.main .techeritem .itempic .right p {
  max-width: 98%;
}
.main .techeritem .itempic .col-md-6 {
  text-align: center;
}
.main .techeritem .itempic .col-md-6 img {
  max-width: 100%;
}
.main .case .xuab {
  color: #1d1d1d;
  font-size: 3rem;
  font-weight: bolder;
  line-height: 2;
}
.main .case .caselists {
  margin-top: 2rem;
}
.main .case .caselists .swiper-container {
  padding: 0 2.5%;
  margin: auto;
}
.main .case .caselists .boximg {
  transition: all 0.3s;
}
.main .case .caselists .boximg img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}
.main .case .caselists .boximg .imgbox {
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 10px;
}
.main .case .caselists .boximg .imgbox img {
  transition: all 0.3s;
}
.main .case .caselists .boximg .imgbox:hover img {
  transform: scale(1.1);
}
.main .case .caselists .boximg a {
  position: relative;
  display: block;
  margin-bottom: 12%;
}
.main .case .caselists .boximg p {
  color: #3b3b3b;
  line-height: 2.45;
  font-size: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #eeeeee;
}
.main .case .caselists .boximg:hover p {
  color: #f7a700;
}
.main .case .nav > div {
  color: #f7a700;
  font-size: 3rem;
  font-weight: bolder;
}
.main .case .nav .swiper-button-prev {
  text-align: right;
}
.main #perfil {
  margin-bottom: 40px;
}
.main .advantages {
  padding: 1rem 0 0px;
}
.main .advantages .text-right h6 {
  font-size: 4.4rem;
  font-weight: 500;
}
.main .advantages .text-right h6 span {
  color: #1071c3;
}
.main .advantages .text-right .xuab {
  font-size: 2.4rem;
  font-weight: 300;
}
.main .advantages .gridbox {
  margin: auto;
  color: #000;
}
.main .advantages .gridbox .pad5 {
  padding-left: 3.5rem;
}
.hotword {
  z-index: 999999;
  color: #8e8e8e;
  font-size: 14px;
  position: relative;
  height: 100px;
  line-height: 100px;
}
 .hotword a {
  color: #8e8e8e;
}
.search {
  z-index: 999999;
  position: relative;
  height: 100px;
}
.search form{height: 50px;margin: 25px 0;}
.search .text {
  border: 1px solid #ccc;
  width: 73%;
  padding: 1.8% 4.5%;
  font-size: 16px;
}
.search .btn {
  background-image: url(../images/sea.png);
  background-repeat: no-repeat;
  background-size: revert;
  background-color: #f7a700;
  padding: 2% 8%;
  margin-left: -3px;
  margin-top: -5px;
  border-radius: 0 2px 2px 0;
  background-position: center;
}
.main .advantages .gridbox .lines .num_cont {
  border-right: 2px solid #ccc;
}
.main .advantages .gridbox .num_cont {
  font-size: 1.6rem;
  text-align: center;
}
.main .advantages .gridbox .num_cont i {
  font-size: 4.8rem;
  font-weight: bolder;
  color: #fac13a;
}
.main .advantages .gridbox .company {
  margin-top: 30px;
}
.main .advantages .gridbox .company h2 {
  margin: 0;
  font-weight: bolder;
  line-height: 3;
  color: #211e1c;
  position: relative;
  border-top: 1px solid #fac13a;
}
.main .advantages .gridbox .company h2::before {
  content: '';
  display: block;
  width: 10%;
  height: 5px;
  background-color: #fac13a;
  position: absolute;
  left: 0;
  top: -3px;
}
.main .advantages .gridbox .comimg {
  overflow: hidden;
}
.main .advantages .gridbox .comimg img {
  transition: all 0.3s;
}
.main .advantages .gridbox .comimg:hover img {
  transform: scale(1.1);
}
.main .advantages .gridbox h5 {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 5rem;
  line-height: 3;
}
.main .advantages .gridbox .cons {
  line-height: 1.9;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.main .advantages .gridbox .btns a {
  font-size: 1.4rem;
  color: #fff;
}
.main .advantages .gridbox .comimg {
  overflow: hidden;
  background: #f7a700;
  display: flex;
}
.main .advantages .gridbox .comimg img {
  max-width: 90%;
}
.main .num {
  margin-top: -4%;
  color: #fff;
  text-align: center;
  margin-bottom: 10rem;
  background-color: #1071c3;
}
.main .num .items {
  margin: 5rem 0;
  font-size: 2rem;
  border-right: 1px solid #1071c3;
}
.main .num .items .zb {
  font-size: 6rem;
  font-weight: bold;
}
.main .num .items .ccc {
  font-size: 2rem;
}
.main .classseting {
  padding: 3rem 0 5rem;
}
.main .classseting .caselist {
  margin-top: 20px;
}
.main .classseting .caselist .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main .classseting .caselist a {
  width: 100%;
  display: inline-block;
}
.main .classseting .caselist a h5 {
  margin: 0;
  padding: 4% 8%;
  font-size: 1.8rem;
  color: #000000;
  background-color: #dcdcdc;
}
.main .classseting .caselist a h5::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background-color: #000;
  margin-top: 10px;
}
.main .classseting .caselist a .setingimg {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
}
.main .classseting .casepage {
  position: relative;
  width: 100px;
  padding-top: 30%;
  margin-top: 57%;
}
.main .classseting .casepage .pagebtn {
  width: 30px;
  height: 30px;
  color: #000;
  cursor: pointer;
  line-height: 30px;
  border: 1px solid #000;
  background-color: #f5f5f5;
  border-radius: 3px;
  font-size: 2rem;
  text-align: center;
  font-family: cursive;
}
.main .news {
  background-color: #f8f8f8;
  padding: 10px 0 30px;
  /*常见问题*/
}
.main .news .text-center h6 {
  font-size: 4.4rem;
  font-weight: 500;
}
.main .news .text-center h6 span {
  color: #1071c3;
}
.main .news .text-center .xuab {
  font-size: 2.4rem;
  font-weight: 300;
}
.main .news .newstitle {
  background-image: url(../images/newsnavbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .news .newstitle.qaq {
  background-image: url(../images/qanavbg.png);
  background-size: cover;
}
.main .news .newstitle h5 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bolder;
  text-indent: 1.5em;
  line-height: 2;
  margin-bottom: 4rem;
}
.main .news .newstitle .fr a {
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding-right: 44px;
  background-image: url(../images/more.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  margin-right: 50px;
  font-family: serif;
  letter-spacing: 4px;
  margin-bottom: 4rem;
}
.main .news .newstitle .fr a:hover {
  color: #f7a700;
}
.main .news .imgbox {
  overflow: hidden;
}
.main .news .imgbox img {
  transition: all 0.3s;
}
.main .news .imgbox:hover img {
  transform: scale(1.1);
}
.main .news .newslist {
  margin-top: 3rem;
}
.main .news .newslist .newone a {
  color: #1071c3;
  display: inline-block;
  width: 98%;
  overflow: hidden;
}
.main .news .newslist .newone .dateone {
  display: inline-block;
  width: 86%;
}
.main .news .newslist .newone .mores {
  color: #3a3a38;
  font-size: 1.6rem;
  margin-top: 20px;
}
.main .news .newslist .newcons h6 {
  line-height: 2;
  height: 90px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px dashed #6d6d6d;
}
.main .news .newslist .newcons p {
  font-size: 1.5rem;
  overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.main .news .newslist .newcons:hover .mores {
  color: #f7a700;
}
.main .news .newslist .girllist li {
  border-top: 1px solid #ccc;
  padding: 3rem 0;
}
.main .news .newslist .girllist li h6 {
  font-size: 1.6rem;
  color: #282828;
  font-weight: bold;
}
.main .news .newslist .girllist li h6::before {
  content: "·";
  font-size: 3rem;
  margin-right: 1rem;
  vertical-align: middle;
  display: inline-block;
}
.main .news .newslist .girllist li .consinfo {
  padding-left: 2rem;
  font-size: 1.4rem;
  color: #595959;
}
.main .news .newslist .girllist li .tims {
  text-align: right;
  font-size: 12px;
  line-height: 2;
  color: #cacaca;
}
.main .news .newslist .girllist li a {
  display: inline-block;
  transition: all 0.3s;
}
.main .news .newslist .girllist li a:hover h6,
.main .news .newslist .girllist li a:hover .consinfo,
.main .news .newslist .girllist li a:hover .tims {
  color: #1071c3;
}
.main .news .newslist .newlist ul {
  padding-top: 20px;
  font-size: 1.4rem;
}
.main .news .newslist .newlist ul li {
  line-height: 2.5;
  border-bottom: 1px dashed #6d6d6d;
}
.main .news .newslist .newlist ul li a {
  color: #808080;
  display: block;
  font-size: 16px;
}
.main .news .newslist .newlist ul li a:hover {
  color: #f7a700;
}
.main .news .newslist .newlist ul li a::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #f7a700;
  margin: 0 10px;
  vertical-align: middle;
}
.main .news .quelist {
  padding: 0;
  overflow: hidden;
  padding-left: 8%;
  width: 100%;
}
.main .news .quelist .queitem {
  padding: 0;
  overflow: hidden;
  border-bottom: 1px dashed #6d6d6d;
}
.main .news .quelist .queitem a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .news .quelist .queitem a:hover h3 {
  color: #f7a700;
}
.main .news .quelist .queitem h3 {
  padding: 18px 0 8px;
  color: #292929;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .quelist .queitem h3 i {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 0 7px;
  background: #202e31;
  font-style: normal;
  line-height: 25px;
  margin-right: 20px;
  border-radius: 5px;
}
.main .news .quelist .queitem p {
  padding: 0;
  color: #292929;
  font-size: 16px;
  line-height: 26.5px;
  height: 30px;
  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.main .news .quelist .queitem p i {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 0 7px;
  background: #f7a700;
  font-style: normal;
  line-height: 25px;
  margin-right: 20px;
  border-radius: 5px;
}
.main .abcom {
  margin-top: -40px;
  padding-top: 40px;
  background-image: url(../images/combg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #f7a700;
}
.main .abcom h1 {
  color: #211e1c;
  font-size: 3rem;
  line-height: 3;
  padding-top: 1%;
  border-top: 1px solid #f7a700;
  position: relative;
  text-align: center;
}
.main .abcom h1::before {
  content: '';
  display: block;
  width: 5%;
  height: 5px;
  background-color: #f7a700;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
}
.main .abcom .allcons {
  font-size: 18px;
  line-height: 34px;
  padding: 1% 0;
}
.main .abcom .nnum_conts {
  padding: 20px;
  overflow: hidden;
  background: #202e31;
  text-align: center;
}
.main .abcom .nnum_conts .lins {
  border-right: 1px solid #f7a700;
}
.main .abcom .nnum_conts p {
  color: #f7a700;
  font-size: 2rem;
  line-height: 30px;
}
.main .abcom .nnum_conts h6 {
  color: #f7a700;
  font-size: 4.6rem;
  font-weight: bold;
}
.main .abcom .nnum_conts h6 i {
  font-style: normal;
}
.main .abcom .mes-form:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #737373;
}
.main .abcom .mes-form::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #737373;
}
.main .abcom .mes-form input:-ms-input-placeholder,
.main .abcom .mes-form textarea:-ms-input-placeholder {
  color: #737373;
}
.main .abcom .mes-form input::-webkit-input-placeholder,
.main .abcom .mes-form textarea::-webkit-input-placeholder {
  color: #737373;
}
.main .abcom .de-message {
  background: #fff;
  min-height: 500px;
  padding: 1px 25px;
  margin-bottom: 20px;
}
.main .abcom .de-message .tips {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 1%;
}
.main .abcom #formData {
  width: 90%;
  margin: 30px auto;
}
.main .abcom #formData form-tr {
  overflow: hidden;
}
.main .abcom #formData input {
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.main .abcom #formData .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}
.main .abcom #formData .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1f69c2;
  color: #fff;
  font-size: 15px;
}
.main .abcom .form-tr .code {
  overflow: hidden;
}
.main .abcom #formData .form-tr .code input {
  width: 188px;
  float: left;
}
.main .abcom .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.main .abcom .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.main .abcom #formData textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.main .honors {
  padding-top: 2%;
}
.main .honors .imgbox {
  padding: 20px 20px 0;
  background-color: #eeeeee;
}
.main .apic {
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}
.main .apic .xuab {
  color: #fff;
  font-size: 3rem;
  font-weight: bolder;
  line-height: 2;
}
.main .apic:after {
  content: "";
  width: 100%;
  height: 380px;
  background: url(../images/mycase.jpg) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.main .apiclist {
  padding: 0;
  overflow: hidden;
}
.main .apiclist .swiper-container {
  width: 100%;
  position: relative;
  padding: 2rem 0 3rem;
}
.main .apiclist .swiper-container .swiper-slide-active .hjitem .hjtit p {
  color: #0164bb;
}
.main .apiclist .swiper-slide {
  width: 80%;
  height: 100%;
}
.main .apiclist .swiper-slide .hjitem {
  padding: 10px;
  background: #efefef;
  overflow: hidden;
  border-radius: 10px;
}
.main .apiclist .swiper-slide .hjitem a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .apiclist .swiper-slide .hjitem .icon {
  width: 100%;
  height: 100%;
}
.main .apiclist .swiper-slide .hjitem .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main .apiclist .swiper-slide .hjitem .honortit {
  padding: 15px 0;
  overflow: hidden;
  background: #fff;
}
.main .apiclist .swiper-slide .hjitem .hjtit p {
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 40px;
}
.nbanner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 11%;
  min-height: 200px;
  margin-bottom: 40px;
  padding-top: 14%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
.nbanner h2 {
  font-size: 3.6rem;
  font-weight: bolder;
}
.nbanner a {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2;
}
.goodnbanner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 200px;
  margin-bottom: 40px;
  padding-top: 4%;
  text-align: center;
  color: #fff;
}
.goodnbanner .goodsgirl {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3% 4% 6%;
  color: #fff;
}
.goodnbanner .goodsgirl .goods1 {
  border: 10px solid rgba(255, 255, 255, 0.2);
  height: 430px;
  overflow: hidden;
}
.goodnbanner .goodsgirl .goods1 .gallery-top {
  height: 430px;
  overflow: hidden;
  z-index: 0;
}
.goodnbanner .goodsgirl .goods1 .gallery-top img {
  width: auto;
  height: 100%;
  margin: auto;
  object-fit: contain;
}
.goodnbanner .goodsgirl .goods1 .gallery-thumbs {
  max-height: 450px;
}
.goodnbanner .goodsgirl .goods1 .gallery-thumbs .swiper-slide {
  min-height: 76px;
  border: 3px solid #333;
  background-size: cover;
}
.goodnbanner .goodsgirl .goods1 .gallery-thumbs .swiper-slide-thumb-active {
  border: 3px solid #275aa6;
}
.goodnbanner .goodsgirl .goodname {
  font-size: 26px;
  font-weight: bolder;
  line-height: 2.2;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.goodnbanner .goodsgirl .cons {
  font-size: 22px;
  font-weight: bolder;
  padding: 0 9%;
  margin-bottom: 15px;
}
.goodnbanner .goodsgirl > p {
  padding: 0 20%;
  font-size: 12px;
}
.goodnbanner .goodsgirl .morepro {
  line-height: 2.5;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
  display: block;
  background-color: #275aa6;
}
.goodnbanner .goodinfo {
  padding-left: 3%;
}
.goodnbanner .goodinfo .tels {
  font-size: 1.8rem;
  padding-top: 10%;
  color: #fff;
  text-align: left;
}
.goodnbanner .goodinfo .tels a {
  font-size: 4rem;
  font-weight: bolder;
  display: block;
  color: #fff;
}
.goodsdec {
  margin-top: -40px;
  padding-top: 40px;
  background-color: #e9edf5;
  background-image: url(../images/combg.jpg);
  background-size: 100% 100%;
  padding-bottom: 8%;
}
.goodsdec .goodtit h6 {
  font-size: 26px;
  font-weight: bolder;
  line-height: 2.5;
  background-color: #fff;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #f7a700;
}
.goodsdec .goodtit h6::after {
  content: '';
  display: block;
  width: 5%;
  height: 5px;
  background-color: #f7a700;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, -50%);
}
.goodsdec .pro-allcons {
  background-color: #ffffff;
  margin: auto;
  margin-top: -23px;
  padding-top: 3%;
  padding-bottom: 1%;
}
.goodsdec .pro-allcons .pro-info-content {
  color: #000;
  margin: 0px 15px 15px;
  padding: 34px 15px 155px;
  font-size: 18px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  border:1px solid #DDD;
  vertical-align: middle;
  text-align: center;
}
.mfull {
  padding: 20px 0 20px;
  overflow: hidden;
  background-color: #f6f6f6;
}
.mfull .newlist {
  padding: 0;
  overflow: hidden;
}
.mfull .newlist li {
  padding: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
}
.mfull .newlist li a {
  display: block;
}
.mfull .newlist li .ndate {
  width: 20%;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #8f8f8f;
}
.mfull .newlist li .ndate h6 {
  color: #363333;
  font-size: 3rem;
  line-height: 35px;
  font-weight: bolder;
}
.mfull .newlist li .ndate p {
  color: #828282;
  font-size: 2rem;
  line-height: 25px;
}
.mfull .newlist li .newcon {
  width: 50%;
  padding-left: 30px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.mfull .newlist li .newcon h2 {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mfull .newlist li .newcon p {
  color: #282828;
  font-size: 16px;
  line-height: 25px;
}
.mfull .newlist li .imgs {
  width: 25%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.mfull .newlist li .imgs img {
  max-width: 100%;
}
.mfull .newlist li .nmore {
  display: block;
  color: #282828;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
}
.mfull .newlist li:hover .newcon h2 {
  color: #f7a700;
}
.mfull .newsinfo .new_box {
  background-color: #fff;
  padding: 4% 3% 4%;
}
.mfull .newsinfo .new_box h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: .75em 0;
}
.mfull .newsinfo .new_box .smal-hide {
  font-size: 16px;
  background: #f6f6f6;
  line-height: 2.5;
}
.mfull .newsinfo .new_box .content_bak {
  font-size: 18px;
  padding: 2% 0;
  line-height: 28px;
}
.newscontent2 p{
  font-size: 16px !important;
  line-height: 34px;
}
.content_bak .mz{
  font-size: 12px;
}
.mfull .newsinfo .new_box #infoImage {
  text-align: center;
}
.mfull .newsinfo .new_box #infoImage img {
  max-width: 100%;
}
.mfull .newsinfo .abtui {
  padding: 20px;
  margin: 0  20px ;
  background-color: #fff;
  font-size: 1.4rem;
}
.mfull .newsinfo .abtui .name {
  color: #1f1f1f;
  font-size: 1.6rem;
}
.mfull .newsinfo .abtui .name:hover {
  color: #f7a700;
}
.mfull .newsinfo .abtui .read {
  text-transform: uppercase;
  color: #515151;
  line-height: 2;
}
.mfull .newsinfo .abtui .read:hover {
  color: #f7a700;
}
.mfull .newsinfo .abtui li {
  padding: 5% 1%;
  border-bottom: 1px  solid #ccc;
}
.mfull .newsinfo .abtui h5 {
  color: #fff;
  text-align: center;
  text-indent: 2em;
  line-height: 2.2;
  background-color: #202e31;
  font-size: 2.8rem;
  background-image: url(../images/tui.png);
  background-repeat: no-repeat;
  background-position: 31% center;
}
.mfull .hotpro .hottitle {
  color: #211e1c;
  font-size: 3.6rem;
  font-weight: bolder;
  line-height: 2.2;
  border-bottom: 1px solid #f7a700;
  position: relative;
}
.mfull .hotpro .hottitle::after {
  content: '';
  display: block;
  width: 5%;
  height: 5px;
  background-color: #f7a700;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.mfull .hotpro .hottitle span {
  color: #3e3a3a;
  font-size: 1.8rem;
  line-height: 80px;
  padding-right: 3%;
}
.mfull .hotpro .progirls {
  margin-top: 2rem;
  text-align: center;
}
.mfull .hotpro .progirls .boximg {
  width: 95%;
  transition: all 0.3s;
  border: 1px solid #ccc;
  background: #fff;
  margin: auto;
}
.mfull .hotpro .progirls .boximg img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.mfull .hotpro .progirls .boximg .imgbox {
  overflow: hidden;
}
.mfull .hotpro .progirls .boximg .imgbox img {
  transition: all 0.3s;
}
.mfull .hotpro .progirls .boximg .imgbox:hover img {
  transform: scale(1.1);
}
.mfull .hotpro .progirls .boximg a {
  position: relative;
  display: block;
  margin-bottom: 17%;
}
.mfull .hotpro .progirls .boximg p {
  color: #3b3b3b;
  line-height: 2.45;
  font-size: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/goodsnamebg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 12%;
  position: absolute;
  width: 100%;
  margin-top: -13%;
}
.mfull .hotpro .progirls .boximg p span {
  display: inline-block;
  padding-right: 10%;
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 12%;
}
.mfull .hotpro .progirls .boximg:hover p {
  color: #f7a700;
}
.tbody .carousel {
  z-index: -1;
}
.tbody .advantages {
  background: #fff;
  padding: 0;
}
.tbody .honor h5 {
  font-size: 4rem;
  color: #423c15;
  line-height: 1.5;
}

/*关于我们*/
.main6f {
	padding: 75px 0 0;
	overflow: hidden;
	background: url(../images/aboutbg.jpg) no-repeat top center #eaebf0;
}
.main6f .about {
	padding: 0;
	overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.main6f .about h3 {
	color: #fff;
	font-size: 38px;
	line-height: 60px;
	margin-bottom: 20px;
	text-align: center;
}
.main6f .about .aboutnr,.main6f .about .aboutnr p,.main6f .about .aboutnr span {
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.main6f .about .aboutmore {
	display: block;
	width: 140px;
	height: 40px;
	background: #f9b73a;
	margin:60px auto;
	color: #000;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	transition: all 0.3s;
}
.main6f .about .aboutmore:hover {
	box-shadow: 3px 3px 5px 1px #b5b5b5;
}
/*数字*/
.numlist {
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
	border-bottom: 8px solid #f9b73a;
	margin-bottom: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.numlist .num_cont {
	width: 296px;
	float: left;
	border-right: 1px dashed #e7ecf6;
	text-align: center;
}
.numlist .num_cont:last-child {
	border-right: none;
}
.numlist .num_cont h3 {
	color: #2c2c2c;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
.numlist .num_cont  em {
	display: block;
	width: 20px;
	height: 2px;
	background: #444;
	margin:0 auto;
}
.numlist .num_cont h6 {
	color: #f9b73a;
	font-size: 18px;
}
.numlist .num_cont h6 i {
	color: #f9b73a;
	font-size: 58px;
	line-height: 70px;
}
.numlist .num_cont p {
	color: #8e8e8e;
	font-size: 15px;
	line-height: 20px;
}
/*厂房设备*/
.cfsb {
	padding: 0 0 70px;
	overflow: hidden;
  background-color: #fff;
}
.cfsb .cfnav {
	padding: 0;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
.cfsb .cfnav ul li {
	display: inline-block;
	cursor: pointer;
	color: #292929;
	font-size: 20px;
	line-height: 40px;
	padding:0 35px;
	vertical-align: middle;
	position: relative;
}
.cfsb .cfnav ul li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #f9b73a;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transition: all 0.3s;
}
.cfsb .cfnav ul li.on {
	color: #f9b73a;
}
.cfsb .cfnav ul li.on:after {
	width: 60%;
	margin-left: -30%;
}
.cfsb .slideBox {
	overflow:hidden;
	zoom:1;
	position:relative;
}
.cfsb .cflist ul {
	zoom:1;
}
.cfsb .cflist ul li {
  /* max-width: calc(20% - 10px); */
	height: 361px;
  /* margin-right: 5px; */
}
.cfsb .cflist ul li .cfimg {
	width: 100%;
	height: calc(100% - 60px);
	background: #fff;
	padding: 0;
	overflow: hidden;
}
.cflist{position: relative;height: 740px;}
.cflist .poa{
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}
.cflist ul li img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.cflist ul li span {
	display: block;
	line-height: 60px;
	background: #eeeeee;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.cflist ul li:hover span {
	color: #000;
	background: #f9b73a;
}

/*联系我们*/
.tecat .navbox {
  text-align: center;
  padding: 3rem 5rem;
  color: #fff;
  transform: translateY(-50%);
  background-color: #ed0001;
  margin-bottom: -5rem;
}
.tecat .navbox h5 {
  color: #fff;
  line-height: 1.1;
  font-size: 4.4rem;
  font-weight: bold;
}
.tecat .navbox p {
  font-size: 2.4rem;
}
.contact {
  margin: 2rem auto;
  width: 100%;
  border: 2rem solid #f1f1f1;
}
.contact ul li {
  padding: 1rem;
  border-bottom: 1px solid #e8e8e8;
}
.contact ul li:last-child {
  border-bottom: none;
}
.contact ul li img {
  vertical-align: top;
  margin-right: 2rem;
}
.contact .iis {
  margin-top: 2rem;
  font-size: 1.8rem;
}
.contact .iisp {
  font-size: 1.4rem;
  color: #9e9ea2;
}
.newsbox .navbox {
  text-align: center;
  padding: 3rem 5rem;
  color: #fff;
  transform: translateY(-50%);
  background-color: #ed0001;
}
.newsbox .navbox h5 {
  font-size: 4.4rem;
  font-weight: bold;
}
.newsbox .navbox p {
  font-size: 2.4rem;
}
.newsbox .catenav li {
  float: left;
  margin: 5rem 2rem;
  padding-right: 2rem;
  font-size: 1.8rem;
  border-right: 1px solid #999;
  transition: all 0.3s;
}
.newsbox .catenav li a {
  transition: all 0.3s;
  color: #1d1d1d;
}
.newsbox .catenav li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid  #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
  transition: all 0.3s;
}
.newsbox .catenav li.active a {
  color: #ed0001;
}
.newsbox .catenav li.active::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid  #ed0001;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.newsbox .catenav li:hover a {
  color: #ed0001;
}
.newsbox .catenav li:hover::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid  #ed0001;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.newsbox .titlist li {
  background-color: #fbfafa;
  margin-bottom: 1rem;
  transition: all  0.3s ;
}
.newsbox .titlist li a {
  display: block;
  overflow: hidden;
  padding: 3rem;
  transition: all  0.3s ;
}
.newsbox .titlist li a h6 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
.newsbox .titlist li a h6::after {
  content: "";
  display: block;
  width: 2rem;
  height: 3px;
  background-color: #ed0001;
  margin: 1.5rem 0;
}
.newsbox .titlist li a .newdec {
  color: #9a9a9a;
}
.newsbox .titlist li a .year {
  font-size: 2rem;
  color: #b6b6b6;
}
.newsbox .titlist li a .date {
  font-size: 3.4rem;
  color: #b6b6b6;
}
.newsbox .titlist li a .vies {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  color: #b6b6b6;
  font-family: cursive;
  margin-left: 5rem;
  border: 1px solid #b6b6b6;
}
.newsbox .titlist li:hover a {
  color: #fff;
  background-color: #ed0001;
}
.newsbox .titlist li:hover a h6 {
  color: #fff;
}
.newsbox .titlist li:hover a h6::after {
  background-color: #ffffff;
}
.newsbox .titlist li:hover a .date,
.newsbox .titlist li:hover a .year,
.newsbox .titlist li:hover a .newdec {
  color: #fff;
}
.newsbox .titlist li:hover a .vies {
  color: #fff;
  border: 1px solid #fff;
}
.nesinfos {
  border-top: 2px  solid #e8e8e8;
  padding-top: 1.5rem;
}
.nesinfos h6 {
  line-height: 4rem;
  color: #373636;
  font-size: 3rem;
}
.nesinfos .times {
  font-size: 1.6rem;
  line-height: 4rem;
  color: #8c8c8c;
  background-color: #e8e8e8;
}
.nesinfos .cons {
  padding: 1.5rem 0;
  color: #7b7b7b;
  border-bottom: 1px  solid #e8e8e8;
}
.xgnews {
  padding: 3rem 0;
  background-color: #e8e8e8;
}
.xgnews h6 {
  font-size: 2.8rem;
  font-weight: bold;
}
.xgnews ul li {
  margin-left: -1.5rem;
  margin-bottom: 1.5rem;
}
.xgnews ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: 2rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #000;
}
.xgnews ul li a {
  display: inline-block;
  vertical-align: -4rem;
  width: 90%;
  color: #373636;
  overflow: hidden;
}
.xgnews ul li a:hover {
  color: #f7a700;
}
.xgnews ul li a .fl {
  width: 82%;
}
.xgnews ul li a .fr {
  margin-top: 2.5rem;
  text-align: right;
  color: #cacaca;
}
.xgnews ul li a .fr p {
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0;
}
.xgnews ul li a .fr span {
  font-size: 1.6rem;
}
.xgnews ul li a h5 {
  font-size: 1.6rem;
}
#honorspicshow {
  width: 100%;
  height: 100%;
}
#honorspicshow .swiper-wrapper {
  width: 100%;
}
#honorspicshow .swiper-slide {
  width: 520px;
  height: 100%;
  margin: 4rem 0;
  text-align: center;
  border: 0px solid #efefef;
  background-color: #f5f2e1;
  border-radius: 5px;
}
#honorspicshow .swiper-slide img {
  border: 1rem solid #efefef;
  border-radius: 5px;
  margin: 0 auto;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#honorspicshow .swiper-slide .honortit {
  background-color: #fff;
  padding: 3rem 0;
  font-size: 1.8rem;
  margin: 0;
}
#foot .links {
  padding: 1% 0;
  border-top: 1px solid #ccc;
  background: #f8f8f8;
}
#foot .links .size {
  font-size: 2rem;
  font-weight: bolder;
  color: #575757;
  display: inline-block;
  margin-left: 2%;
  vertical-align: middle;
}
#foot .links a {
  color: #808080;
  font-size: 1.4rem;
  transition: 0.3s;
}
#foot .links a:hover {
  color: #f7a700;
}
#foot .inner {
  background-color: #1b1b1b;
}
#foot .inner h5 {
  font-size: 1.7rem;
  line-height: 3;
  color: #d6d1d1;
}
#foot .inner h5::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 12px 0 0 ;
}
#foot .inner .tels a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bolder;
}
#foot .navbtom {
  color: #fff;
  width: 85%;
  font-size: 1.6rem;
  line-height: 3;
  border-bottom: 1px solid #999;
  margin-bottom: 2rem;
}
#foot .fcopy {
  padding: 6% 0 0 0;
  color: #b1b1b1;
  font-size: 1.4rem;
  line-height: 2;
  vertical-align: bottom;
}
#foot .fcopy a{
  color: #b1b1b1;
}
#foot .fcopy > div {
  padding-top: 1rem;
}
#foot .fcopy > div .back {
  color: #fff;
  line-height: 3;
  font-size: 1.8rem;
}
#foot .fcopy a {
  color: #b1b1b1;
  transition: all 0.3s;
}
#foot .fcopy a:hover {
  color: #fff;
}
.menuBtn {
  position: absolute;
  top: 45%;
  right: 4%;
  width: 25px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menuBtn em {
  margin-bottom: 6px;
  display: block;
  height: 2px;
  background-color: #1071c3;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.m_img,
.m_nav {
  display: none;
}
.carousel-indicators {
  z-index: 1;
  bottom: 10%;
}
/*产品样式*/
.goods .product h6 {
  font-size: 4.4rem;
  font-weight: bold;
}
.goods .product h6 span {
  color: #1071c3;
}
.goods .product .goodsnav li {
  background-image: url(../images/jiao.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2%;
  margin-left: 3%;
  margin-right: 3%;
}
.goods .product .goodsnav li a {
  display: block;
  font-size: 1.6rem;
  line-height: 4.5;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: #423c15;
}
.goods .product .goodsnav li:hover {
  color: #fd4f06;
}
.goods .goodgirds {
  margin-top: 5rem;
  overflow: hidden;
}
.goods .goodgirds a {
  display: inline-block;
  width: 95%;
}
.goods .goodgirds a .pic {
  transition: all 0.3s;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 2px 2px 5px 0px #e2e2e2;
}
.goods .goodgirds a .pic img {
  border-radius: 0.5rem;
  width: 100%;
  max-height: 29rem;
}
.goods .goodgirds a .pic p {
  font-size: 1.8rem;
  color: #3b3b3b;
  line-height: 1;
  padding-top: 2rem;
}
.goods .goodgirds a .pic .imgbox {
  overflow: hidden;
}
.goods .goodgirds a .pic .imgbox img {
  transition: all 0.3s;
}
.goods .goodgirds a .pic .imgbox:hover img {
  transform: scale(1.1);
}
.goods .goodgirds a:hover p {
  color: #413c14;
}
.goods .pages {
  margin: 1rem auto;
}
.goodinfo .product {
  padding-bottom: 0;
}
.goodinfo .goodgirds {
  margin-top: -1rem;
  margin-bottom: 5rem;
}
.goodinfo .goodgirds .lines {
  width: 100%;
  height: 1rem;
  border-radius: 10px;
  background-color: #ffdf20;
}
.goodinfo .goodgirds .dec {
  padding: 2rem;
  border-left: 1px solid #f1f1f1 ;
  border-right: 1px solid #f1f1f1 ;
  border-bottom: 1px solid #f1f1f1 ;
  margin-bottom: 1rem;
}
.goodinfo .goodgirds .topnav {
  border-radius: 5px;
  color: #fff;
  padding: 0 5rem;
  background-color: #fd4f06;
}
.goodinfo .goodgirds .topnav h3 {
  font-size: 3rem;
}
.goodinfo .goodgirds .topnav .condec {
  line-height: 2.8;
  margin-top: 0;
}
.goodinfo .goodgirds .news {
  background: none;
}
.goodinfo .goodgirds .more {
  width: 100%;
  line-height: 3;
  margin: 1rem 0;
  padding: 0;
  max-width: 100%;
  font-size: 2.2rem;
  border-radius: 5px;
  text-align: center;
  border: none;
  color: black;
  background-color: #f4f4f4;
}
.goodinfo .advantages {
  padding-top: 5rem;
  background: none;
}
.huanjing {
  margin-top: 3rem;
}
.huanjing li {
  margin-bottom: 1.5rem;
}
.huanjing img {
  width: 99%;
  height: 40rem;
}
.huanjing li:nth-child(2n) {
  text-align: right;
}
.contact-list {
  overflow: hidden;
  margin: 5px 0 5px;
}
.contact-list ul li {
  min-height: 28px;
  padding-left:30px;
  float: left;
  width: 33%;
  font-size: 22px;
  color: #595959;
  line-height: 30px;
  padding-top: 3px;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.contact-list ul li.icon-01 {
  background: url(../../images/contact-icon-01.png) no-repeat left top;
}
.contact-list ul li.icon-02 {
  background: url(../../images/contact-icon-02.png) no-repeat left top;
}
.contact-list ul li.icon-03 {
  background: url(../../images/contact-icon-03.png) no-repeat left top;
}
.contact-list ul li.icon-04 {
  background: url(../../images/contact-icon-04.png) no-repeat left top;
}
.contact-list ul li.icon-05 {
  background: url(../../images/contact-icon-05.png) no-repeat left top;
}
.contact-list ul li.icon-06 {
  background: url(../../images/contact-icon-06.png) no-repeat left top;
}
.contact-map {
  overflow: hidden;
}
.contact-map #dituContent {
  width: 100%;
  height: 475px;
  margin: 0 auto 30px;
}
@media (max-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1200px;
    min-width: 1000px;
  }
}
@media (max-width: 1200px) {
  #head .toptel {
    line-height: 2;
  }
  .simg {
    width: 100%;
  }
  #head .top .logo {
    width: 60%;
    white-space: nowrap;
  }
  #head .top .logo a {
    width: 50%;
  }
}
@media (min-width: 765px) {
  .padt10 {
    padding-left: 45px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 1000px;
    max-width: 100%;
  }
}
