@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;
  overflow-x: hidden;
}
/*修改滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #0056ac;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #0056ac;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #0056ac;
}
.more {
  display: block;
  font-size: 2rem;
  padding: 1% 1%;
  width: 25%;
  margin: 30px auto;
  color: #fff;
  background-color: #0056ac;
  border: 2px solid #0056ac;
  max-width: 200px;
  transition: all 0.3s;
  text-align: center;
  min-width: 110px;
}
.more:hover {
  color: #0056ac;
  border: 2px solid #0056ac;
  background-color: #fff;
}
.de-message {
  font-size: 16px;
}
.alltit {
  margin-bottom: 4rem;
}
.alltit h6 {
  color: #0056ac;
  font-size: 3.5rem;
  font-weight: 800;
}
.alltit p {
  font-size: 14px;
  color: #838383;
  text-transform: uppercase;
}
.topline {
  color: #7c7c7c;
  line-height: 60px;
  font-size: 1.6rem;
  background-color: #fff;
  font-family: 'SourceHanSans';
}
.topline .call {
  font-size: 1.6rem;
  color: #7c7c7c;
}
.topline .call a {
  color: #0056ac;
  font-size: 2.5rem;
  font-weight: 600;
  display: inline-block;
  margin: 0 2rem 0 2px;
}
.topline .call select {
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 0 1rem;
  margin-right: 0.5rem;
  background-color: #fff;
}
#head {
  width: 100%;
  height: 12rem;
  z-index: 10;
  line-height: 12rem;
  transition: all 0.5s;
  background-color: #0056ac;
}
#head .top .logo {
  width: 30%;
}
#head .top .logo img {
  width: 100%;
  max-width: 400px;
  transition: all 0.5s;
}
#head .top .navslist {
  width: 70%;
}
#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 nav > ul {
  white-space: nowrap;
  text-align: right;
  margin-bottom: 0;
  max-height: 120px;
}
#head nav > ul > li {
  display: inline-block;
  width: 12%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  line-height: 12rem;
  z-index: 1;
}
#head nav > ul > li > a {
  width: 100%;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s;
}
#head nav > ul > li > a:hover {
  font-weight: 800;
}
#head nav > ul > li > a:hover::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin-top: -3px;
  background-color: #feae01;
}
#head nav > ul > li.active a {
  font-weight: 800;
}
#head nav > ul > li.active a::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin-top: -3px;
  background-color: #feae01;
}
#head nav > ul > li ul {
  position: absolute;
  width: 100%;
  background-color: #0166bc;
  transition: all 0.3s;
  transform-origin: top;
  transform: rotateX(90deg);
  margin-top: -1px;
}
#head nav > ul > li ul li {
  line-height: 3;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
}
#head nav > ul > li ul li:last-child {
  border: none;
}
#head nav > ul > li ul li a {
  color: #fff;
}
#head nav > ul > li ul li:hover a {
  color: #fdad02;
}
#head.top {
  height: 120px;
  background: #0056ac none repeat scroll 0 0;
  border-bottom: 1px solid #c1d8eb;
}
#head.top .toptel {
  line-height: 3.5;
}
#head.mnav {
  position: initial;
  height: 80px;
  background: #0056ac none repeat scroll 0 0;
  border-bottom: 1px solid #c1d8eb;
}
.tbody #head {
  position: inherit;
}
.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: #0056ac;
  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: #0056ac;
}
.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: #0056ac;
  margin-bottom: -5rem;
}
.company .advantage .navbox h5 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
.company .advantage .navbox p {
  font-size: 2.4rem;
}
.company .advantage .prolist h6 {
  position: relative;
}
.company .advantage .prolist h6::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 50px;
  background-color: #0056ac;
  transform: skew(1.1);
}
.proinfos {
  padding-top: 2%;
}
.proinfos .boximg {
  width: 88%;
}
.proinfos .imgboxs img {
  max-width: 100%;
}
.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: 15px;
  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: 16px;
  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: #0056ac;
}
.proinfos .proname .linman {
  font-size: 1.6rem;
}
.proinfos .proname .linman a {
  color: #0056ac;
  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: #0056ac;
}
.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: #0056ac;
}
.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;
}
.nesinfos .cons {
  line-height: 30px;
}
.nesinfos .cons .mz {
  margin-top: 2%;
}
.main .product {
  background-image: url(../images/prbg.jpg);
  padding: 5rem 0;
}
.main .product .col-md3 {
  width: 24%;
}
.main .product .col-md3 .productlist li a {
  color: #474747;
  line-height: 63px;
  display: block;
  width: 100%;
  background-image: url(../images/this1.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
  width: 90%;
  font-size: 1.8rem;
  padding-left: 5%;
  transition: all 0.3s;
  border-bottom: 1px solid #ededed;
}
.main .product .col-md3 .productlist li:hover a {
  width: 95%;
  color: #fff;
  padding-left: 10%;
  background-color: #0056ac;
  background-image: url(../images/this2.png);
}
.main .product .col-md3 .productlist li:last-child {
  border-bottom: none;
}
.main .product .col-md9 {
  width: 76%;
}
.main .product .xuab {
  font-size: 2.4rem;
  font-weight: 300;
}
.main .product .rightcons .prolist h6 {
  font-size: 1.8rem;
  font-weight: bolder;
  color: #fff;
  float: left;
  position: relative;
  z-index: 0;
  line-height: 40px;
  padding-left: 46px;
  margin-left: 10px;
  margin-top: 0;
  width: 90%;
}
.main .product .rightcons .prolist h6::before {
  content: "";
  display: inline-block;
  width: 170px;
  height: 40px;
  left: 0;
  background-color: #0056ac;
  transform: skew(-35deg);
  position: absolute;
  z-index: -1;
}
.main .product .rightcons .prolist h6::after {
  content: "";
  display: inline-block;
  width: 89%;
  height: 1px;
  background-color: #ccc;
  vertical-align: text-top;
  position: absolute;
  z-index: -2;
  top: 54%;
}
.main .product .rightcons .prolist a {
  float: right;
  color: #0056ac;
  font-size: 1.8rem;
  margin-top: 10px;
  position: relative;
  background: #fbfbfb;
}
.main .product .rightcons .progirls {
  margin-top: 6rem;
}
.main .product .rightcons .progirls .boximg {
  transition: all 0.3s;
  background-color: #fff;
  position: relative;
}
.main .product .rightcons .progirls .boximg img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.main .product .rightcons .progirls .boximg .imgbox {
  overflow: hidden;
}
.main .product .rightcons .progirls .boximg .imgbox img {
  transition: all 0.3s;
}
.main .product .rightcons .progirls .boximg .imgbox:hover img {
  transform: scale(1.1);
}
.main .product .rightcons .progirls .boximg p {
  color: #fff;
  line-height: 2.45;
  font-size: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main .product .rightcons .progirls .boximg:hover {
  background-color: #fff;
}
.main .product .rightcons .progirls .boximg:hover p {
  color: #fff;
}
.main .techeritem {
  padding: 5rem 0 7rem;
  background-image: url(../images/choosebg.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
}
.main .techeritem .twoimg {
  padding-top: 10px;
}
.main .techeritem .twoimg img {
  max-width: 100%;
}
.main .techeritem .twoimg .choosed {
  margin-right: 1%;
}
.main .techeritem .itempic {
  float: right;
  width: 86.5%;
  margin: 50px 0;
  padding: 5rem 12rem 12rem  12rem;
  background-image: url(../images/choosebg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 2px 4px 15px 1px #010101;
}
.main .techeritem .itempic > h5 {
  font-size: 3.5rem;
  font-weight: 800;
}
.main .techeritem .itempic > p {
  font-size: 15px;
  color: #838383;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.main .techeritem .itempic .wrap {
  width: 100%;
  max-width: 1200px;
  margin: unset;
}
.main .techeritem .itempic .wrap .consimg {
  background-color: #fff;
  padding: 2rem 0 0 5rem;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  transition: all 0.3s;
  min-height: 292px;
}
.main .techeritem .itempic .wrap .consimg img {
  max-height: 220px;
  transition: all 0.5s;
}
.main .techeritem .itempic .wrap .consimg:hover img {
  margin-left: -15px;
}
.main .techeritem .itempic .wrap .consimg .col-md-8 h5 {
  font-size: 2.4rem;
  color: #0056ac;
  font-weight: bolder;
}
.main .techeritem .itempic .wrap .consimg .col-md-8 p {
  color: #727272;
  line-height: 2.3;
  font-size: 1.8rem;
}
.main .techeritem .itempic .wrap .consimg .col-md-8 ul {
  color: #717171;
  font-size: 14px;
  line-height: 2;
  min-height: 200px;
  padding-right: 8%;
}
.main .techeritem .itempic .wrap .consimg .col-md-8 ul b {
  font-weight: 900;
}
.main .techeritem .itempic .wrap .consimg .col-md-8 ul li div {
  width: 90%;
  display: inline-block;
  vertical-align: top;
}
.main .techeritem .itempic .wrap .consimg .col-md-4 .text-right span {
  display: inline-block;
  font-size: 16px;
  line-height: 2.5;
  color: #717171;
  font-weight: bolder;
  border-bottom: 1px solid #c2bbbb;
  margin-bottom: 1rem;
  margin-right: 4rem;
}
.main .techeritem .itempic .wrap .consimg:hover {
  background-color: #f2f2f2;
}
.main .techeritem .companys .wrap {
  margin: unset;
  max-width: 86.5%;
}
.main .techeritem .companys .wrap .comimg {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.main .techeritem .companys .wrap .comtit {
  height: 450px;
  padding: 5rem 6rem;
  background-color: #fff;
}
.main .techeritem .companys .wrap .comtit h5 {
  font-size: 2.6rem;
  font-weight: bolder;
}
.main .techeritem .companys .wrap .comtit p {
  font-size: 7rem;
  margin-top: -7rem;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.1);
  font-weight: bolder;
  text-transform: uppercase;
}
.main .techeritem .companys .wrap .comtit .cons {
  color: #6d6d6d;
  font-size: 1.5rem;
  line-height: 35px;
  height: 210px;
  overflow: hidden;
}
.main .mv {
  background-image: url(../images/mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 3rem;
}
.main .mv .mvbox {
  background-image: url(../images/ourmv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
  border-top: 60px solid rgba(0, 0, 0, 0.5);
  border-bottom: 60px solid rgba(0, 0, 0, 0.5);
  border-left: 100px solid rgba(0, 0, 0, 0.5);
  border-right: 100px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  border-radius: 20px;
  color: #fff;
}
.main .mv .mvbox h6 {
  margin-top: 10%;
  font-size: 3rem;
  font-weight: bold;
}
.main .mv .mvbox .con {
  line-height: 3;
  font-size: 4rem;
}
.main .mv .mvbox .playbtn {
  width: 70%;
  margin: 7% auto;
}
.main .mv .mvbox .playbtn a {
  color: #fff;
  font-size: 2rem;
  background-color: #fd4f06;
  padding: 9% 24%;
  border-radius: 10px;
}
.main .advantages {
  padding: 10rem 0 0px;
}
.main .advantages .text-right h6 {
  font-size: 3rem;
  font-weight: 500;
}
.main .advantages .text-right h6 span {
  color: #0056ac;
}
.main .advantages .text-right .xuab {
  font-size: 2.4rem;
  font-weight: 300;
}
.main .advantages .gridbox {
  background-image: url(../images/abbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  color: #fff;
  padding-bottom: 7%;
}
.main .advantages .gridbox .pad5 {
  padding-left: 3.5rem;
}
.main .advantages .gridbox .imgbox {
  overflow: hidden;
  margin-top: -18%;
}
.main .advantages .gridbox .imgbox img {
  transition: all 0.3s;
}
.main .advantages .gridbox .imgbox: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;
  margin-bottom: 5rem;
  font-size: 1.6rem;
}
.main .advantages .gridbox .btns a {
  font-size: 1.4rem;
  color: #fff;
}
.main .num {
  margin-top: -4%;
  color: #fff;
  text-align: center;
  margin-bottom: 10rem;
  background-color: #0056ac;
}
.main .num .items {
  margin: 5rem 0;
  font-size: 2rem;
  border-right: 1px solid #0056ac;
}
.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 {
  position: relative;
  z-index: 2;
  padding: 0px 0 40px;
  background-image: url(../images/prbg.jpg);
}
.main .news .alltit {
  padding-top: 3rem;
}
.main .news::before {
  content: "";
  width: 100%;
  background-color: #0056ac;
  display: block;
  height: 500px;
  position: absolute;
  z-index: -1;
}
.main .news .text-center.a h6,
.main .news .text-center.a p {
  color: #fff;
}
.main .news .imgbox {
  overflow: hidden;
}
.main .news .imgbox img {
  transition: all 0.3s;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.main .news .imgbox:hover img {
  transform: scale(1.1);
}
.main .news .newslist {
  margin-top: 3rem;
  background: #f9f9f9;
  padding: 6rem 6rem 0;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
}
.main .news .newslist .newone a {
  display: inline-block;
  width: 86%;
}
.main .news .newslist .newone a h6 {
  color: #565656;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: bold;
}
.main .news .newslist .newone a p {
  color: #838282;
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 2px;
}
.main .news .newslist .newone a:hover h6,
.main .news .newslist .newone a:hover p {
  color: #0056ac;
}
.main .news .newslist .newone .dateone {
  display: inline-block;
  width: 86%;
}
.main .news .newslist .newone .dateone .pull-right {
  color: #0056ac;
  font-size: 1.5rem;
  margin-top: 4rem;
}
.main .news .newslist .newone .dateone .newtel {
  display: block;
  width: 100%;
  line-height: 3.3;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-top: 1rem;
  background-color: #0056ac;
}
.main .news .newslist .newone .dateone .newtel span {
  font-size: 2.5rem;
  font-weight: bolder;
}
.main .news .newslist .newone .more {
  font-size: 1.6rem;
  color: #fff;
}
.main .news .newslist .newone:hover .more {
  color: #0056ac;
  border: 2px solid #0056ac;
  background-color: #fff;
}
.main .news .newslist .titios {
  color: #000;
  font-size: 2.4rem;
  font-weight: bolder;
  line-height: 2;
}
.main .news .newslist .titios span {
  font-size: 2rem;
  font-weight: 400;
}
.main .news .newslist .girllist li {
  padding: 1rem 2%;
  background: #fff;
  margin-bottom: 2rem;
}
.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.5rem;
  color: #595959;
  line-height: 30px;
}
.main .news .newslist .girllist li .tims {
  text-align: right;
  font-size: 18px;
  margin-top: -2rem;
  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: #0056ac;
}
.main .case .swiper-container {
  width: 100%;
  height: 100%;
}
.main .case .swiper-wrapper {
  padding-bottom: 30px;
}
.main .case .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.main .case .casebox {
  position: relative;
}
.main .case .casebox a {
  display: block;
  overflow: hidden;
}
.main .case .casebox a img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
  height: 240px;
}
.main .case .casebox::after {
  content: " > ";
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 47%;
  color: #0056ac;
  background-color: #fff;
  transition: all 0.3s;
  font-size: 2rem;
  margin-top: -27px;
  font-family: fangsong;
  font-weight: bolder;
}
.main .case .casebox:hover img {
  transform: scale(1.1);
}
.main .case .casebox:hover::after {
  color: #fff;
  background-color: #0056ac;
}
.tbody .carousel {
  z-index: -1;
}
.tbody .advantages {
  background: #fff;
  padding: 0;
}
.tbody .honor h5 {
  font-size: 4rem;
  color: #423c15;
  line-height: 1.5;
}
/*联系我们*/
.tecat .navbox {
  text-align: center;
  padding: 3rem 5rem;
  color: #fff;
  transform: translateY(-50%);
  background-color: #0056ac;
  margin-bottom: -5rem;
}
.tecat .navbox h5 {
  color: #fff;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: bold;
}
.tecat .navbox p {
  font-size: 2.4rem;
}
.newsbox .navbox h5 {
  color: #fff;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: bold;
}
.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: #0056ac;
}
.newsbox .navbox h5 {
  font-size: 3rem;
  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;
  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: #0056ac;
}
.newsbox .catenav li.active::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #0056ac;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.newsbox .catenav li:hover::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #0056ac;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.newsbox .catenav li a:hover {
  color: #0056ac;
}
.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: #0056ac;
  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: #0056ac;
}
.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: 12px;
  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 .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;
  font-weight: 700;
  line-height: 2;
}
.xgnews ul li a p {
  line-height: 30px;
  font-size: 14px;
}
#honorspicshow {
  width: 100%;
  height: 100%;
  margin-top: 5rem;
  margin-bottom: 10rem;
}
#honorspicshow .swiper-wrapper {
  width: 100%;
}
#honorspicshow .swiper-slide {
  width: 400px;
  height: 100%;
  margin: 4rem 0;
  text-align: center;
  background-color: #f5f2e1;
  box-shadow: 0 0 20px 20px #e4e0e0;
}
#honorspicshow .swiper-slide img {
  border: 1rem solid #fff;
  margin: 1rem auto;
  max-width: 180px;
}
#honorspicshow .swiper-slide .honortit {
  background-color: #fff;
  padding: 3rem 0;
  font-size: 1.8rem;
  margin: 0;
}
#foot {
  background-color: #000;
}
#foot .linksall {
  font-size: 1.8rem;
  line-height: 4;
  color: #d3cfcf;
  background-color: #343539;
}
#foot .linksall a {
  font-size: 1.5rem;
  color: #d3cfcf;
}
#foot .inner {
  background-color: #292a2e;
  padding: 50px 0;
  text-align: left;
}
#foot .inner ul {
  margin: 0;
  overflow: hidden;
}
#foot .inner ul li {
  width: 50%;
  float: left;
  text-align: left;
  line-height: 3;
}
#foot .inner ul li a {
  font-size: 1.4rem;
  color: #b1b1b1;
  transition: all 0.3s ;
}
#foot .inner ul li a:hover {
  color: #fff;
  letter-spacing: 5px;
}
#foot .inner .tac {
  text-align: left;
}
#foot .inner .mains {
  font-size: 1.4rem;
  color: #b1b1b1;
}
#foot .inner .mains h5 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
#foot .inner .mains h5::after {
  content: "";
  display: block;
  width: 1px;
  height: 8rem;
  background-color: #fff;
  margin: 1rem auto;
}
#foot .inner .mains .tel {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
#foot .inner .mains .tel a {
  color: #fff;
  font-family: fantasy;
  font-size: 2.6rem;
}
#foot .inner .mains .tacinfo {
  line-height: 2;
}
#foot .inner .responsive {
  margin-top: 8rem;
}
#foot .navbtom {
  color: #fff;
  width: 85%;
  font-size: 1.6rem;
  line-height: 3;
  border-bottom: 1px solid #999;
  margin-bottom: 2rem;
}
#foot .fcopy {
  padding: 1% 0;
  color: #b1b1b1;
  font-size: 1.4rem;
  vertical-align: bottom;
}
#foot .fcopy > div {
  padding-top: 1rem;
}
#foot .fcopy > div .back {
  color: #fff;
  line-height: 3;
  font-size: 1.8rem;
}
#foot .fcopy a {
  color: #0056ac;
  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: #ffbf37;
  -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;
}
/*产品样式*/
.goods .product h6 {
  font-size: 3rem;
  font-weight: bold;
}
.goods .product h6 span {
  color: #0056ac;
}
.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%;
  height: 30rem;
  object-fit: contain;
}
.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;
}
.advantage .catenav li,
.honor .catenav li {
  float: left;
  margin: 5rem 2rem;
  padding-right: 2rem;
  font-size: 1.8rem;
  transition: all .3s;
}
.advantage .catenav li a,
.honor .catenav li a {
  color: #000;
}
.advantage .catenav li a:hover,
.honor .catenav li a:hover {
  color: #0056ac;
}
.advantage .catenav li:hover::before,
.honor .catenav li:hover::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #0056ac;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.goodinfos .contantall {
  padding: 3% 0;
  font-size: 15px;
  line-height: 30px;
}
.contantall img {
  max-width: 100%;
}
@media (max-width: 1700px) {
  .main .techeritem {
    padding: 5rem 0 7rem;
    background-position: 1% -35%;
    background-color: #0056ab;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #head .toptel {
    line-height: 2;
  }
  .simg {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .main .techeritem .itempic .wrap .consimg .col-md-8 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .techeritem {
    background-image: unset;
  }
  .companys .alltit h6 {
    color: #fff;
  }
  .main .techeritem .companys .infoall {
    margin: auto;
  }
  .main .techeritem .itempic {
    float: unset;
    margin: 50px auto;
  }
  .main .techeritem .itempic .wrap .consimg:hover img {
    margin-left: auto;
  }
  .main .news .newslist .newone a {
    width: 100%;
  }
  .main .news .newslist .newone .dateone {
    margin: auto;
  }
}
@media (min-width: 765px) {
  .padt10 {
    padding-left: 45px;
  }
  .topline .call span {
    float: left;
  }
}
.prolist {
  overflow: hidden;
}
.newsPage {
  margin: 2% 0;
  font-size: 15px;
  overflow: hidden;
}
.newsPage .page-a:first-child {
  float: left;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsPage .page-a:last-child {
  float: right;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .main .techeritem .companys .wrap .comtit p {
    font-size: 4rem;
  }
  .main .techeritem .companys .wrap .comtit {
    padding: 3rem 2rem;
  }
  .main .techeritem .itempic {
    padding: 3rem 3rem 7rem 3rem;
  }
}
@media (max-width: 765px) {
  .tbody .honor {
    padding-top: 3%;
  }
  div#piao {
    top: 38%;
  }
  div#piao .task {
    top: 40%;
  }
  #honorspicshow .swiper-slide .honortit,
  .nesinfos .times {
    font-size: 14px;
  }
  .tbody .honor {
    padding-top: 0;
  }
  .main .techeritem .itempic > h5 {
    font-size: 4rem;
  }
  .newsbox .titlist li a .date {
    font-size: 2.4rem;
  }
  .newsPage {
    margin: 5% 0;
    font-size: 14px;
  }
  .topline,
  div.pull-left h1 {
    font-size: 14px;
  }
  .goods .goodgirds a .pic img {
    height: 16rem;
    object-fit: cover;
  }
  .newsbox .catenav li,
  .proinfos .proname .linman,
  .advantage .catenav li a,
  .honor .catenav li a {
    font-size: 15px;
  }
  .copyrig {
    line-height: 35px;
    padding-bottom: 5%;
  }
  .newsbox .navbox,
  .company .advantage .navbox,
  .tecat .navbox {
    padding: 2rem 3rem;
  }
  .newsbox .navbox p {
    font-size: 15px;
  }
  .main .product .rightcons .progirls .boximg img {
    height: 110px;
  }
  .topline {
    line-height: 28px;
  }
  .pull-left h1 {
    margin: 0;
    line-height: 35px;
  }
  .main .product .rightcons .progirls .boximg p,
  section.company .advantage .prolist a,
  .goods .goodgirds a .pic p {
    font-size: 14px;
  }
  .contact .iisp {
    white-space: nowrap;
    margin-top: 2rem;
  }
  .company .advantage .consm h2 {
    font-size: 25px;
  }
  .main .product .col-md3 .productlist li a {
    line-height: 45px;
    font-size: 2.5rem;
  }
  .main .product .rightcons .prolist h6::before {
    width: 100px;
  }
  .main .product .rightcons .prolist h6 {
    padding-left: 25px;
    font-size: 16px;
  }
  .main .product .rightcons .prolist h6::after {
    width: 68%;
  }
  .main .news .newslist .titios {
    line-height: 4;
    font-size: 3.5rem;
  }
  .main .news .newslist .girllist li h6 {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
  }
  .main .news .newslist {
    padding: 6rem 2rem 0;
  }
  .main .news .newslist .girllist li .tims {
    margin-top: 0;
  }
  .main .news .newslist .girllist li a {
    width: 100%;
  }
  .main .news .newslist .girllist li .consinfo,
  .contact .iisp,
  div.contact .iispp,
  #info {
    font-size: 14px;
  }
  div.contact .iisp,
  .contact .iis {
    margin: 0;
  }
  div.contact .iispp {
    display: block;
  }
  div.de-message {
    padding: 5px;
  }
  #formData {
    margin: 5px auto;
  }
  .xgnews {
    font-size: 1.8rem;
  }
  .xgnews ul li a h5 {
    font-size: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .main .techeritem .itempic .wrap .consimg .col-md-8 ul {
    min-height: unset;
    padding-right: 0%;
  }
  .proinfos .boximg {
    display: contents!important;
  }
  .proinfos .boximg img {
    max-width: 100%;
  }
  .companys .alltit h6 {
    color: #fff;
  }
  .companys .alltit p {
    color: #fff;
  }
  .main .techeritem .itempic .wrap .consimg {
    padding: 2rem 10px  0  10px;
  }
  #ring-list .item span {
    width: 5.5rem!important;
  }
  #ring-list .item span,
  #plugin-contact-ring2 #ring-toggle-button:before,
  .nesinfos .cons,
  .newsPage a {
    font-size: 14px!important;
  }
  .nesinfos .cons img {
    max-width: 100%;
  }
  div.xgnews h6 {
    font-size: 20px;
  }
  #foot .navbtom,
  div.xgnews ul li a h5,
  .contact .iis {
    font-size: 16px;
  }
  #foot a,
  #foot .inner .mains .tacinfo {
    font-size: 14px!important;
  }
  .topline {
    padding-left: 5px;
  }
  .contact ul li div:last-child {
    max-width: 70%!important;
  }
  .newsbox .titlist li a .vies {
    font-family: fangsong;
    margin-left: 50%;
  }
  .newsbox .titlist li a .fl {
    width: 83%;
    font-size: 12px;
  }
  .newsbox .titlist li a .fr {
    width: 16%;
    filter: brightness(0.5);
    margin-top: 15%;
  }
  .main .case .casebox::after {
    font-size: 16px;
  }
  .newsbox .titlist li a h6 {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .newsbox .titlist li a .newdec {
    font-size: 14px!important;
    line-height: 30px;
  }
  #myCarousel img {
    width: 100%;
  }
  .tbody #myCarousel img {
    height: 100px;
    margin-bottom: 6.5rem;
    width: 100%;
    object-fit: cover;
  }
  section.company .advantage .prolist {
    text-align: center;
    padding-bottom: 5%;
  }
  section.company .advantage .prolist a {
    min-width: unset;
    padding: 0;
    width: 50%;
    float: left;
    border-top: 1px  solid #ededed;
    border-left: 1px  solid #ededed;
    border-right: 0px  solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: -1px;
    margin-top: unset;
    line-height: 35px;
  }
  section.company .advantage .prolist a:nth-child(2n) {
    border-right: 1px  solid #ededed;
  }
  .goods.company .advantage .prolist a:last-child {
    border: 1px solid #ededed;
  }
  .main .techeritem .itempic .wrap .consimg img {
    margin: auto;
  }
  .main .product .rightcons .prolist h6 {
    width: 75%;
  }
  #foot .inner .tac .text-right,
  .main .techeritem .itempic .wrap .consimg .text-right {
    text-align: center;
  }
  .main .techeritem .companys .wrap {
    max-width: 100%;
  }
  .main .techeritem .companys .wrap .comtit,
  .main .techeritem .companys .wrap .comimg {
    height: auto;
  }
  .main .techeritem .twoimg .choosed {
    margin-bottom: 3rem;
    width: 97%;
    margin: auto;
    display: none;
  }
  .main .techeritem .itempic .wrap .consimg .col-md-8 h5,
  .main .techeritem .companys .wrap .comtit h5 {
    font-size: 3.5rem;
  }
  .main .techeritem .itempic .wrap .consimg .col-md-8 p {
    font-size: 2.8rem;
  }
  .main .news .imgbox img {
    height: 110px;
  }
  .main .techeritem .companys .wrap .comtit .cons {
    margin-top: 20px;
    font-size: 15px;
  }
  .main .news .newslist .newone a h6,
  .more,
  .goods .goodgirds {
    font-size: 16px;
  }
  .main .news .newslist .newone a p {
    font-size: 15px;
  }
  .main .techeritem .itempic {
    width: 100%;
    padding: 5rem 3rem 3rem 3rem;
  }
  .main .product .col-md3 .productlist li a,
  .main .news .newslist .newone .dateone {
    width: 100%;
  }
  #foot .inner .col-md-2 .tac {
    text-align: center;
  }
  .main .advantages .gridbox .imgbox {
    margin-top: 1rem;
  }
  .main .news .newslist .newone a {
    width: 100%;
  }
  .main .product .col-md3 {
    width: 100%;
  }
  .main .product .col-md3 .prdouctgif {
    display: none;
  }
  .main .product .col-md9 {
    width: 100%;
  }
  .main .product .rightcons .prolist a {
    width: 19%;
    font-size: 2.8rem;
  }
  .main .techeritem .itempic .comcons2 {
    padding-left: 7%;
  }
  .hidden-md {
    display: none;
  }
  html,
  body {
    font-size: 6px;
    overflow-x: hidden;
  }
  #foot .fcopy {
    padding-bottom: 50px;
    font-size: 14px;
  }
  .padt10 {
    padding-left: 0;
    padding-top: 10px;
  }
  .msgNum,
  nav ul {
    display: none;
  }
  .m_img,
  .m_nav {
    display: block;
  }
  .m_img .headlf {
    padding-top: 2px;
    padding-left: 5px;
    float: left;
  }
  .m_img .headlf .m_logo {
    height: 40px;
    display: block;
  }
  .m_img .headrg {
    padding-right: 5%;
    padding-top: 14px;
    float: right;
  }
  .m_img .headrg a .m_menuimg {
    height: 16px;
    vertical-align: top;
    display: block;
  }
  .m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .m_nav .closeicon {
    position: absolute;
    width: 20%;
    left: 22px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .m_nav .m_navList {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0056ac;
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: scroll;
  }
  .m_nav .m_navList ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .m_nav .m_navList ul li {
    border-bottom: 1px solid #232530;
  }
  .m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 15px;
  }
  .m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .m_nav .m_navList ul li .m_f_a a {
    flex: 1;
  }
  .m_nav .m_navList ul li .m_f_a i {
    width: 40px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
  }
  .icon {
    background: url(../images/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .icon_on {
    background: url(../images/reduce.jpg) 50% no-repeat !important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
  }
  .m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10%;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
  }
  #head .top .navslist {
    width: auto;
    margin-top: 25px;
  }
  .menuBtn {
    top: 75px;
  }
  #head .top .logo {
    margin-top: 0;
    width: 68%;
    line-height: 75px;
  }
  #head .top .logo img {
    margin-top: 1rem;
  }
  #head .toptel img {
    vertical-align: middle;
  }
  .topnav .fr .condec {
    margin-top: 8rem;
  }
  .main .techeritem ul li a .infos {
    background-size: 30% 30%;
  }
  .main .techeritem {
    background-size: 100% 100%;
  }
  .main .mv .mvbox {
    border-top: 4rem solid rgba(0, 0, 0, 0.5);
    border-bottom: 4rem solid rgba(0, 0, 0, 0.5);
    border-left: 5rem solid rgba(0, 0, 0, 0.5);
    border-right: 5rem solid rgba(0, 0, 0, 0.5);
  }
  .playbtn > div {
    margin-bottom: 7rem;
  }
  .xgnews ul li::before {
    display: none;
  }
}
/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  clear: both;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  width: auto;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  margin: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #ffffff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #ffffff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #ffffff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #ffffff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
.tbody #head .call a {
  color: #fff;
}
#foot #formData input {
  background-color: transparent;
  border: 1px solid #545454;
  width: 85%;
  padding: 1rem;
  color: #fff;
  margin-top: -1px;
}
#foot #formData textarea {
  background-color: transparent;
  border: 1px solid #545454;
  width: 85%;
  padding: 1rem;
  margin-top: -1px;
  margin-bottom: -6px;
  height: 39px;
  color: #fff;
}
#foot #formData .code {
  overflow: hidden;
}
#foot #formData .code input {
  width: 50%;
  float: left;
  margin-top: 0px;
}
#foot #formData .submit {
  background: #0075c1;
  color: #fff;
  margin-top: 2rem;
  padding: 1rem 6rem;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}
#piao {
  position: fixed;
  right: 30px;
  top: 50%;
  width: 130px;
  z-index: 9;
  text-align: center;
}
#piao .consover {
  background-color: #fff;
  padding-bottom: 3px;
}
#piao .m {
  width: 130px;
}
#piao .tel {
  background-color: #0056ac;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 3;
  text-align: center;
  border-bottom: 9px solid #ffbf37;
}
#piao .mbiel a {
  color: #0056ac;
  font-size: 15px;
  line-height: 2.5;
}
#piao .mbiel .quest {
  border-radius: 21px;
  padding: 6px 20px;
  color: #fff;
  font-size: 17px;
  background: #0056ac;
}
#piao .vx span {
  font-size: 15px;
  color: #333;
}
#piao .vx .color {
  color: #0056ac;
  line-height: 2;
}
#piao .task {
  position: fixed;
  right: 0;
  width: 30px;
  font-size: 14px;
  top: 52.5%;
  background: #0056ac;
  color: #fff;
  padding: 30px 5px;
  border-radius: 0 28px 28px 0;
  cursor: pointer;
  transition: all 1s;
}
#piao .task img {
  transition: all 1s;
}
#piao .task.red {
  border-radius: 28px 0 0 28px ;
}
#piao .red img {
  transform: rotate(180deg);
}
.company .advantage .prolist {
  text-align: center;
}
.company .advantage .prolist a {
  display: inline-block;
  width: 15%;
  min-width: 122px;
  margin-top: 3.4rem;
  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: 5px;
  margin-left: 5px;
  transition: all 0.3s;
}
.company .advantage .prolist a:hover::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid ;
  padding: 3px;
  margin-right: 5px;
  margin-left: 5px;
}
.company .advantage .prolist a {
  width: auto;
  padding: 0 30px 0 0;
}
.goodinfos .cardtop .col-md-4 .list ul li .imgbox {
  background-color: #fff;
}
.goodinfos .cardtop .col-md-4 .list ul li .imgbox img {
  height: 300px;
  object-fit: cover;
}
