@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: #e94c42;
  /*border-radius: 4px;*/
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #e94c42;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #e94c42;
}
.more {
  display: block;
  font-size: 2rem;
  padding: 1% 1%;
  width: 25%;
  margin: 30px auto;
  border-radius: 10px;
  color: #fff;
  background-color: #e94c42;
  border: 2px solid #e94c42;
  max-width: 200px;
  transition: all 0.3s;
}
.more:hover {
  color: #e94c42;
  border: 2px solid #e94c42;
  background-color: #fff;
}
#head {
  position: fixed;
  width: 100%;
  height: 101px;
  top: 0;
  z-index: 9999999;
  transition: all 0.5s;
  /*background: url(../images/headbg.png) repeat-x center;*/
  background: #f7f7f7;
}
#head .top .logo {
  width: 26%;
  padding: 0;
  overflow: hidden;
}
#head .top .logo  a {
  display: block;
  height: 100px;
  padding: 0;
  overflow: hidden;
  line-height: 100px;
}
#head .top .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  vertical-align: middle;
}
#head .top .navslist {
  width: 72%;
}
#head .toptel {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  width: 25%;
  float: right;
}
#head .toptel img {
  vertical-align: sub;
  margin-right: 5px;
}
#head .toptel a {
  font-size: 24px;
  color: #343434;
  line-height: 101px;
}
#head nav > ul {
  float: left;
  width: 75%;
  white-space: nowrap;
  margin-bottom: 0;
}
#head nav > ul > li {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #343434;
  position: relative;
  transition: all 0.3s;
}
#head nav > ul > li > a {
  width: 100%;
  display: inline-block;
  color: #343434;
  white-space: nowrap;
  line-height: 101px;
}
#head nav > ul > li ul {
  position: absolute;
  width: 180%;
  margin-left: -40%;
  background-color: #3bbcc2;
  transition: all 0.3s;
  transform-origin: top;
  transform: rotateX(90deg);
}
#head nav > ul > li ul li {
  line-height: 3;
  font-size: 1.4rem;
  border-bottom: 1px solid #343434;
}
#head nav > ul > li ul li:last-child {
  border: none;
}
#head nav > ul > li ul li a {
  color: #fff !important;
  display: inline-block;
  width: 100%;
}
#head nav > ul > li ul li:hover {
  background: #f63f41;
  color: #fff;
}
#head nav > ul > li ul li:hover a{
  color: #fff;
}
#head.top {
  height: 101px;
  background: #f7f7f7;
  border-bottom: 1px solid #c1d8eb;
}
#head.top a {
  color: #423c15;
}
#head.top .logo img {
}
#head.top .toptel {
  line-height: 3.5;
}
#head.mnav {
  position: fixed;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #c1d8eb;
}
.tbody #head {
  position: relative;
  background: #f7f7f7;
}
.company .advantage h5 {
  font-size: 28px;
  color: #423c15;
  line-height: 45px;
}
.company .advantage .cons {
  background-color: #eee;
  margin-top: 1rem;
  padding: 1.5rem 6%;
}
.company .advantage .cons p {
  color: #000;
}
.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: 18px;
  line-height: 3;
  margin-top: 25px;
}
.ibanner{ height:863px;position: relative;}
.ibanner .swiper-container {width: 100%;height: 100%; overflow:hidden;}
.ibanner .swiper-slide{ background-repeat:no-repeat; background-position:center center; background-size:auto 100%;text-align: center;font-size: 18px;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; position:relative; opacity:0; transition:all 0.5s;}
.ibanner .swiper-slide a {display: block;width: 100%;height: 100%;}
.ibanner .swiper-button-prev,.ibanner .swiper-button-next{ background:#3d3932; background-image:none ; width: 55px; height: 55px; text-align: center; line-height: 55px;border-radius: 50%;}
.ibanner .swiper-button-prev i,.ibanner .swiper-button-next i{ color: #bfbebe; font-size: 3rem;}
.ibanner .swiper-button-prev{ left: 5px;}
.ibanner .swiper-button-next{ right: 5px;}
.ibanner .swiper-pagination-bullet {background: #fff;opacity: 0.5;}
.ibanner .swiper-pagination-bullet-active { background: #fff;opacity: 1;}
.main .advantage {
  padding:0;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin:0 auto;
}
.main .advantage .ysitem {
  width: 50%;
  float: left;
  padding: 115px 0;
  overflow: hidden;
  text-align: center;
  height: 440px;
  transition: all 0.5s;
  background: #303030;
}
.main .advantage .ysitem:first-child {
  background: url(../images/ys1a.jpg) no-repeat center;
  background-size: cover;
}
.main .advantage .ysitem:last-child {
  background: url(../images/ys2a.jpg) no-repeat center;
  background-size: cover;
}
.main .advantage .ys1 {
  background: url(../images/ys1a.jpg) no-repeat center;
  background-size: cover;
} 
.main .advantage .ys2 {
  background: url(../images/ys2a.jpg) no-repeat center;
  background-size: cover;
}
.main .advantage .ysicon {
  padding:0 30px;
  overflow: hidden;
  transition: all 0.5s;
}
.main .advantage .ysimg {width: 90%;margin:0 auto;height: 95px;line-height: 95px;}
.main .advantage .ysimg img {max-width: 100%;max-height: 100%;vertical-align: middle;}
.main .advantage h2 {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}
.main .advantage p {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.main .advantage .ysitem:hover {
    cursor: pointer;
}
.main .advantage .ysitem:hover .ysicon {
  display: none;
}
.main .advantage .ysitem:first-child:hover {
  background: url(../images/ys1.jpg) no-repeat center;
  background-size: cover;
}
.main .advantage .ysitem:last-child:hover {
  background: url(../images/ys2.jpg) no-repeat center;
  background-size: cover;
}
.main .techeritem {
  background-image: url(../images/techerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 3rem;
}
.main .techeritem ul {
  padding-top: 5rem;
}
.main .techeritem ul li {
  margin-bottom: 20px;
  text-align: center;
}
.main .techeritem ul li a {
  display: inline-block;
  position: relative;
  max-height: 28rem;
  max-width: 28rem;
  border-radius: 50%;
  overflow: hidden;
}
.main .techeritem ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .techeritem ul li a .infos {
  background: rgba(218, 218, 218, 0.8) url(../images/music.png) center 35% no-repeat;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  color: #171717;
  border-radius: 50%;
  padding-top: 55%;
  transition: all 0.5s ;
  opacity: 0;
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dadada, endcolorstr=#dadada);
}
.main .techeritem ul li a .infos h5 {
  font-size: 2.4rem;
}
.main .techeritem ul li a .infos p {
  text-transform: uppercase;
}
.main .techeritem ul li a:hover .infos {
  opacity: 1;
  transform: rotate(0deg);
}
.termore {padding: 0;overflow:hidden;text-align: center;}
.termore a {display: inline-block;padding: 0 60px;height: 45px;line-height: 45px;text-align: center;color: #fff;background: #e94c42;border-radius: 10px;font-size: 16px;}
.main .mv {
  background-image: url(../images/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 3rem;
}
.main .mv .mvbox {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  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;
  padding: 60px 100px;
}
.main .mv .mvbox h6 {
  margin-top: 5%;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.main .mv .mvbox .con {
    font-size: 16px;
    line-height: 35px;
    padding: 0 20px;
    overflow: hidden;
}
.main .mv .mvbox .playbtn {
  width: 70%;
  margin: 7% auto;
}
.main .mv .mvbox .playbtn a {
  display: block;
  color: #fff;
  font-size: 2rem;
  background-color: #e94c42;
  /*padding: 9% 24%;*/
  width: 300px;
  margin:0 auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
}
.main .advantages {
  background-image: url(../images/advantage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0 0px;
}
.main .advantages .gridbox {
  max-width: 1600px;
  margin: auto;
  padding-bottom: 3%;
  background-color: #fff;
}
.main .advantages .gridbox h2 {
  margin-top: -3%;
  margin-bottom: 4%;
}
.main .advantages .gridbox .newgrid a {
  display: inline-block;
  position: relative;
}
.main .advantages .gridbox .newgrid a .titadv {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19%;
}
.main .advantages .gridbox .newgrid a .decinfo {
  position: absolute;
  width: 100%;
  top: 10%;
  color: #fff;
  padding: 0 10%;
}
.main .advantages .gridbox .newgrid a .decinfo h5 {
  font-size: 2.4rem;
  font-weight: bold;
}
.main .advantages .gridbox .newgrid a .decinfo p {
  font-size: 1.8rem;
}
.main .advantages .gridbox .newgrid .swiper-slide {
  margin-top: 5.2%;
}
.main .advantages .gridbox .newgrid .swiper-slide:nth-child(2n) {
  margin-top: 0%;
}
.main .advantages .gridbox .newgrid .swiper-slide:nth-child(2n) .titadv {
  top: 19%;
}
.main .advantages .gridbox .newgrid .swiper-slide:nth-child(2n) .decinfo {
  color: #fff;
  top: 40%;
}
.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%;
  background-position: center;
}
.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: none;
  background-color: #f5f5f5;
  border-radius: 3px;
  font-size: 2rem;
  text-align: center;
  font-family: cursive;
}
.main .news {
  background-image: url(../images/yellow.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0 30px;
}
.main .news .newslist {
  margin-top: 3rem;
}
.main .news .newslist ul li {
  margin-bottom: 1.5rem;
}
.main .news .newslist ul li a {
  display: block;
  background-color: #f5f5f5;
  padding: 3rem 2rem;
  color: #000;
  overflow: hidden;
}
.main .news .newslist ul li a .days {
  font-size: 4rem;
}
.main .news .newslist ul li a .mouth {
  font-size: 1.8rem;
  color: #6e6e6e;
}
.main .news .newslist ul li a .nesinfo {
  width: 85%;
  padding-left: 1rem;
  margin-top: 1rem;
}
.main .news .newslist ul li a .nesinfo h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.8rem;
  transition: all 0.3s ;
}
.main .news .newslist ul li a .nesinfo p {
  font-size: 1.3rem;
  color: #6e6e6e;
}
.main .news .newslist ul li a .newcons {
  padding-left: 1rem;
  vertical-align: top;
  margin-top: 1rem;
}
.main .news .newslist ul li a .newcons img {
  width: 170px;
  height: 86px;
  object-fit: cover;
}
.main .news .newslist ul li a .newcons::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 5px;
  background-color: #e94c42;
  vertical-align: top;
  margin-right: 1rem;
}
.main .news .newslist ul li a:hover h5 {
  color: #e94c42;
}
#perfil {
  color: #ffcd24;
  margin-bottom: 10rem;
  background-color: #e94c42;
}
#perfil .items {
  margin: 5rem 0;
  font-size: 6rem;
  border-right: 1px solid #e94c42;
}
#perfil .items .zb {
  font-weight: bold;
}
#perfil .items .ccc {
  font-size: 2rem;
}
#perfil .end {
  border-right: 1px solid #e94c42;
}
.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: #e94c42;
  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 ul li .disline:nth-child(1) {
  width: 18%;
}
.contact ul li .disline:nth-child(2) {
  width: 80%;
}
.contact .iis {
  margin-top: 2rem;
  font-size: 16px;
  line-height: 30px;
}
.contact .iisp {
  font-size: 14px;
  line-height: 25px;
  color: #2d2d2d;
}
.newsbox .navbox {
  text-align: center;
  padding: 3rem 5rem;
  color: #fff;
  transform: translateY(-50%);
  background-color: #e94c42;
}
.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: #e94c42;
}
.newsbox .catenav li.active::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid  #e94c42;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}
.newsbox .catenav li:hover a {
  color: #e94c42;
}
.newsbox .catenav li:hover::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid  #e94c42;
  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: 18px;
  font-weight: bold;
  color: #333;
}
.newsbox .titlist li a h6::after {
  content: "";
  display: block;
  width: 2rem;
  height: 3px;
  background-color: #e94c42;
  margin: 1.5rem 0;
}
.newsbox .titlist li a .newdec {
  color: #9a9a9a;
  font-size: 14px;
}
.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: #e94c42;
}
.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: 14px;
  line-height: 35px;
  color: #8c8c8c;
  background-color: #e8e8e8;
}
.nesinfos .cons {
  padding: 1.5rem 0;
  color: #7b7b7b;
  border-bottom: 1px  solid #e8e8e8;
}
.nesinfos .cons,.nesinfos .cons p {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 35px;
}
.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 p {
  height: 3.5rem;
}
.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: 16px;
  line-height: 30px;
  margin: 0;
  color: #373636;
}
.xgnews ul li a .fr span {
    font-size: 18px;
    color: #9a9393;
    line-height: 35px;
}
.xgnews ul li a h5 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
}
.container .b {
  font-size: 14px;line-height: 35px;
}

#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;*/
  height: 25rem;
}
#honorspicshow .swiper-slide .honortit {
  background-color: #fff;
  padding: 3rem 0;
  font-size: 15px;
  margin: 0;
  color: #000;
}
#foot {
  background-color: #000;
}
#foot .inner {
  background-image: url(../images/foot.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
#foot .inner ul {
  margin-top: 8rem;
}
#foot .inner ul li {
  line-height: 35px;
}
#foot .inner ul li a {
  font-size: 16px;
  color: #b1b1b1;
  line-height: 35px;
}
#foot .inner .mains {
  font-size: 14px;
  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-size: 2.6rem;
}
#foot .inner .mains .tacinfo {
  font-size: 16px;
  color: #b1b1b1;
  line-height: 25px;
}
#foot .inner .responsive {
  margin-top: 8rem;
}
#foot .fcopy {
  padding: 1% 0;
  color: #b1b1b1;
  font-size: 14px;
  line-height: 25px;
  vertical-align: bottom;
}
#foot .fcopy > div {
  padding-top: 1rem;
}
#foot .fcopy > div .back {
  color: #fff;
  line-height: 3;
  font-size: 1.8rem;
}
#foot .fcopy .copyrig,
#foot .fcopy .forv {
  margin-top: 5rem;
}
#foot .fcopy .copyrig a,
#foot .fcopy .forv a {
  color: #fff;
  transition: all 0.3s;
}
#foot .fcopy .copyrig a:hover,
#foot .fcopy .forv a:hover {
  color: #e94c42;
}
.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: #e94c42;
  -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;
}
/*产品样式*/
.main .goodbox {padding: 0;overflow: hidden;margin-top:15px;}
.main .goodbox .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}
.main .goodbox .swiper-slide {
    background-size: cover;
    background-position: center
}
.main .goodbox .gallery-top {
    height: 80%;
    width: 100%;
    border: 1px solid #ededed
}
.main .goodbox .gallery-top .swiper-slide {
    padding-bottom: 65%
}
.main .goodbox .gallery-top .swiper-slide-active {
    background-size: contain;
    background-repeat: no-repeat
}
.main .goodbox .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}
.main .goodbox .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4;
    padding-bottom: 15%
}
.main .goodbox .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}
.main .goodall {
    color: #fff;
    padding: 20px;
/*    background-color: #f1f1f1;*/
}
.main .goodall h2 {
    margin: 0;
    font-size: 28px;
    line-height: 45px;
    font-weight: 800;
    color: #000;
}
.main .goodall h6 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800
}
.main .goodall .read {
    color: #fff;
    line-height: 2.8;
    text-align: center;
    width: 65%;
    display: block;
    font-size: 18px;
    background-color: #e94c42;
    margin:20px 0;
    font-weight: 800;
    transition: all .3s
}
.main .goodall .read:hover {
    background-color: #e94c42;
}
.main .goodall .telall {
    font-size: 1.6rem;
    font-weight: 800;
    color: #000;
}
.main .goodall .telall a {
    color: #000;
    font-size: 3.6rem;
    font-family: fantasy
}
.main .goodall .telall a:hover {
    color: #e94c42;
}

.goodsnav {padding: 0;overflow: hidden;}
.goods .advantage h5 {
  font-weight: bold;
}
.goods .advantage .goodsnav li {
  background-image: url(../images/jiao.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  margin-left: 3%;
  margin-right: 3%;
}
.goods .advantage .goodsnav li a {
  display: block;
  font-size: 15px;
  line-height:35px;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: #423c15;
}
.goods .advantage .goodsnav li:hover a {
  color: #e94c42;
}
.goods .goodgirds {
  margin-top: 0rem;
  padding: 0;
  overflow: hidden;
}
.goods .goodgirds a {
  display: inline-block;
  width: 95%;
  margin-bottom: 1rem;
}
.goods .goodgirds a .pic {
  transition: all 0.3s;
  padding: 2rem 2rem 1rem;
  border: 1px solid #ede1c3;
  box-shadow: 0px 3px 7px 2px #ede1c3;
  background-color: #fff;
}
.goods .goodgirds a .pic .picimg {
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 21rem;
}
.goods .goodgirds a .pic img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f4feff;
}
.goods .goodgirds a .pic p {
  font-size: 16px;
  color: #3b3b3b;
  line-height:20px;
  padding-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods .goodgirds a:hover .pic {
  background-color: #e94c42;
}
.goods .goodgirds a:hover p {
  color: #fff;
}
.goods .pages {
  margin: 1rem auto;
}
.goodinfo .advantage {
  padding-bottom: 0;
}
.goodinfo .goodgirds {
  margin-top: -1rem;
  margin-bottom: 5rem;
}
.goodinfo .goodgirds .lines {
  width: 100%;
  height: 1rem;
  border-radius: 10px;
  background-color: #e94c42;
}
.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 .dec,.goodinfo .goodgirds .dec p {
  font-size: 16px;
  line-height: 35px;
}
.goodinfo .goodgirds .topnav {
  border-radius: 5px;
  color: #fff;
  padding: 0 5rem;
  background-color: #e94c42;
}
.goodinfo .goodgirds .topnav h3 {
  font-size: 22px;
  line-height: 65px;
  margin:0 0;
}
.goodinfo .goodgirds .topnav .condec {
  line-height: 65px;
  font-size: 14px;
  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;
  object-fit: cover;
}
.huanjing li:nth-child(2n) {
  text-align: right;
}
/*面包屑*/
.rig-title {padding: 10px 0;overflow: hidden;background: #f1f1f1;}
.rig-title .crumbs {padding:0;overflow: hidden;line-height: 35px;color: #000;font-size: 15px;text-align: right;}
.rig-title .crumbs a {line-height: 35px;color: #000;font-size: 15px;}

/*上下篇*/
.newsPage {padding: 10px 0;overflow: hidden;}
.newsPage .page-a,.newsPage .page-a a {line-height: 35px;color: #000;font-size: 15px;} 
.newsPage .page-a a:hover {color: #bc212f;}

/*分页*/
.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;
}
@media (max-width: 1400px) {
  .container {
    width: 96%;
    margin:0 auto;
  }
  .ibanner {height: 670px;}
}
@media (max-width: 1200px) {
  #head .toptel {
    line-height: 2;
    display: none;
  }
  #head nav > ul {width: 100%;}
  .simg {
    width: 100%;
  }
  .ibanner {height: 530px;}
  #head .toptel a {font-size: 18px;}
  .main .advantage h2 {font-size: 26px;}
  .main .advantage .ysitem {padding: 50px 0;height: 320px;}
  .main .advantage .ysicon {padding: 0 20px;}
  .main .advantage .ysimg {width: 90%;margin:0 auto;height: 95px;line-height: 95px;}
  .main .advantage .ysimg img {max-width: 100%;max-height: 100%;vertical-align: middle;}
  .main .news .newslist ul li a .nesinfo {width: 86%;}
  .titlist .fl {width: 70%;overflow: hidden;}
  .main .advantages .gridbox .newgrid .swiper-slide:nth-child(2n) .decinfo {
    top: 32%;}
  .main .advantages .gridbox .newgrid a .decinfo {top:2%;}
  .main .news {padding: 15px 0 5px;}
}
@media (min-width: 765px) {
  .padt10 {
    padding-left: 45px;
  }
}
@media (max-width: 780px) {
    .ibanner {height: 450px;}
    .main .advantage .ysimg {height: 65px;line-height: 65px;}
    .main .advantage h2 {font-size: 22px;line-height: 50px;}
    .main .news .newslist ul li a .newcons {display: none;}
    .main .news .newslist ul li a .nesinfo{width: 85% !important;}
    .main .mv .mvbox .con {font-size: 15px;line-height: 30px;padding:0;}
    #foot .inner {padding: 25px 0;}
    #perfil .items {font-size: 3.5rem;}
}
@media (max-width: 765px) {
  html,
  body {
    font-size: 6px;
    overflow-x: hidden;
  }
  #foot .fcopy {
    padding-bottom: 50px;
  }
  #foot .fcopy .copyrig, #foot .fcopy .forv {margin-top:1rem;}
  #foot .fcopy .forv {margin-bottom: 4rem;text-align: left !important;}
  .padt10 {
    padding-left: 0;
    padding-top: 10px;
  }
  .main .news .newslist ul li a .nesinfo {width: 80% !important;}
  .msgNum,
  nav ul {
    display: none;
  }
  .cons img,
  .dec img {
    width: 100%!important;
  }
  .cons p,
  .page-a {
    font-size: 16px!important;
    line-height: 30px!important;
  }
  .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: #e94c42;
    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: 16px;
  }
  .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: 1%;
    margin-top: 25px;
  }
  #head .top .logo {
    width: 50%;
  }
  #head .top .logo a {
    height: 72px;
    line-height: 72px;
  }

  #head .toptel {
    display: none;
  }
  .menuBtn {
    top: 48%;
  }
  #head .top .logo img {
    margin-top: 0;
    width: 100%;
  }
  #head .toptel img {
    vertical-align: middle;
  }
  .topnav .fr .condec {
    margin-top: 2rem;
    font-size: 12px;
  }
  .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);*/
    padding: 15px;
  }
  .main .mv .mvbox .playbtn a {
    display: inline-block;
    font-size: 2.4rem;
  }
  .main .news .newslist ul li a .tar {
    padding: 15px 10px 0;
    border-right: 2px solid #d0d0d0;
  }
  .main .classseting .caselist a h5,
  .main .news .newslist ul li a .nesinfo h5 {
    font-size: 2.4rem;
  }
  .playbtn > div {
    margin-bottom: 3rem;
  }
  .main .news .newslist ul li a .newcons img {
    width: 79px;
  }
  .main .news {
    background-size: auto;
  }
  .main .classseting .casepage {
    margin-top: 25%;
  }
  .topnav h3 img {
    width: 6rem;
  }
  .newsbox .titlist li .fl {
    width: 100%;
  }
  .newsbox .titlist li a h6 {font-size: 16px;line-height: 30px;}
  .newsbox .titlist li .update {display: none;}
  .main .news .newslist ul li a .nesinfo p {
    font-size: 13px;
  }
  #head.mnav {
    background: #f7f7f7;
    height: 72px;
  }
  .ibanner {height: 225px;}
  .ibanner .swiper-button-prev, .ibanner .swiper-button-next {
    width: 35px;
    height: 35px;
    line-height: 35px;}
    .main .advantage .ysicon {
    padding: 0 5px;}
    .main .advantage .ysimg {height: 55px;line-height: 55px;}
  .main .advantage h2 {
    font-size: 18px;
    line-height: 25px;}
    .main .advantage p {
    font-size: 13px;
    line-height: 20px;}
    .main .advantage .ysitem {
    padding: 35px 0;
    height: 250px;}
    .main .mv .mvbox .playbtn a {
      width: 100%;
    }
    .main .news .newslist ul li a .newcons {display: none;}
    .main .advantages .gridbox .newgrid a .decinfo {top:0;}
    .main .advantages .gridbox .newgrid .swiper-slide:nth-child(2n) .decinfo {top:30%;}
  .newsbox .navbox {
    padding: 1rem 5rem;}
  .menuBtn em {
    background-color: #e94c42;
  }
  .xgnews ul li a h5 {
    font-size: 15px;
    line-height: 35px;
  }
  .newsbox .titlist li a .vies,
  .main .classseting .casepage .pagebtn {
    font-size: 4rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  #foot .inner ul li a,
  .newsbox .titlist li a .newdec,  #dituContent{
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .xgnews ul li p {font-size: 14px;line-height: 20px;height: 40px;overflow: hidden;}
 .goodinfo .goodgirds .dec iframe {height: 200px;}


  #ring-list .item span,
  #plugin-contact-ring2 #ring-toggle-button:before {
    font-size: 14px !important;
    width: 100% !important;
  }
  .main .news .newslist ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .de-page-mian .page-inner span,.de-page-mian .page-inner .page-btn ,.de-page-mian .page-inner input {display: none;}
}


@media (max-width: 450px) {
  .ibanner {height: 190px;}
}