/*公共样式--开始*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
body {
  font-family: Microsoft YaHei;
}
/*------------内页-------------------*/

.left .box {
  margin-bottom: 10px;
}

.left .box h3 {
  line-height: 60px;
  font-weight: 400;
  font-family: "微软雅黑";
  background: #04702b;
  font-size: 20px;
  color: #fff;
  text-indent: 10%;
  position: relative;
  border-bottom: 4px solid #024019;
}

.left .box .content {
  padding: 5px 0px;
}

.prodescription {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 20px;
}

.n_banner {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.n_banner img {
  width: 100%;
  margin: 0 auto;
}

.sort_menu h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.sort_product {
  margin-top: 10px;
}

.sort_product h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.n_contact {
  margin-top: 10px;
}

.n_contact h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.n_contact .content {
  padding: 5px;
  line-height: 24px;
}

/*.right{width:760px;float:right;padding-bottom:10px;}*/

.sitemp {
  height: 38px;
  overflow: hidden;
  color: #666;
  line-height: 38px;
  font-size: 12px;
  border: 1px solid #d2d2d2;
  padding-left: 18px;
  padding-right: 18px;
}

.sitemp h2 {
  width: 340px;
  float: left;
  line-height: 34px;
  text-align: center;
  text-align: left;
  text-indent: 10px;
  color: #000;
  font-size: 14px;
}

.sitemp .site {
  text-align: left;
  line-height: 30px;
}

.right .content {
  padding: 10px;
  padding-top: 15px;
  overflow: hidden;
  line-height: 24px;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #04702b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media (min-width: 1440px) {
  .container {
    width: 1330px !important;
  }
}
.topbox {
  background: #333;
  color: #e5e5e5;
  font-size: 13px;
  line-height: 2.69;
}
.topbox a {
  color: #e5e5e5;
}
.wel a {
  padding-right: 8px;
}
.topbox a:hover {
  color: #ccc;
}
.cpfl img{
    width: 100%;
}
.cpfl{
    padding: 0 9.25%;
    margin-bottom: 45px;
}
.x-header {
  background: #ffffff;
  padding: 0.8% 0;
}

.x-logo {
  float: left;
  padding-top: 0.7%;
}

.x-logo a {
  display: block;
}
.brand {
  padding-top: 8px;
  padding-left: 20px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
.brand p {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.brand p span {
  color: #ff9900;
  font-size: 30px;
}

.hotline {
  background: url(../images/dianhua.png) no-repeat 0 50%;
  padding-left: 54px;
  margin-top: 12px;
}
.hotline .tit {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.hotline .num {
  color: #04702b;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

/* 导航样式 */
.menu {
  background: #04702b;
}
.x-menu {
}

.x-menu > li {
  float: left;
  position: relative;
  width: 12.5%;
  text-align: center;
}
.x-menu > li + li {
  background: url(../images/xian.png) no-repeat 0 50%;
}
.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
}

.x-menu > li > a:hover {
  background: #005e22;
  color: #fff;
}

.x-menu > li.active > a {
  background: #005e22;
  color: #fff;
}

.x-menu > li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}
.sec {
  /* display: none; */
}
.alist {
  overflow: hidden;
}
.x-menu > li:hover .sec {
  opacity: 1;
  /* display: block; */

  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.sec {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  top: 68px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.8s ease;
}

.sec > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
}

.sec > li > a:hover {
  background: #e9eaeb;
}
.sec:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

/* 产品中心 */
.probox {
  padding-top: 3vh;
}
.pro-cate {
  width: 20%;
  background: #f6f6f6;
  padding-bottom: 4vh;
}
.pro-cate h2 {
  background: url(../images/cpp.png) no-repeat 11.11% 50% #04702b;
  padding-left: 28.88%;
  color: #fff;
  font-size: 23px;
  line-height: 3.5;
}
.catelist {
  padding: 18px 9.25% 30px;
}
.catelist li {
  margin-bottom: 9px;
}
.catelist li a {
  display: block;
  color: #444;
  font-size: 15px;
  line-height: 40px;
  background: url(../images/hyuan.png) no-repeat 13.5% 50% #e8e8e8;
  padding-left: 25%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.catelist li a:hover {
  background: url(../images/lvyuan.png) no-repeat 13.5% 50% #04702b;
  color: #fff;
}
.catelist > li:hover > a {
  background: url(../images/lvyuan.png) no-repeat 13.5% 50% #04702b;
  color: #fff;
}
.catelist .xypg-left-subnav {
  display: none;
}
.catelist .xypg-left-subnav > li {
  margin: 0;
}

.catelist .xypg-left-subnav > li > a {
  padding: 8px 8px 8px 50px;
  display: block;
  line-height: 20px;
  color: #818181;
  font-size: 16px;
  background: none;
}

.catelist .xypg-left-subnav > li > a:hover {
  color: #04702b;
  background: none;
}
.pro-con {
  width: 76%;
}
#div1 {
  height: 750px;
  overflow: hidden;
}
.product-list li > a {
  display: block;
  overflow: hidden;
}
.product-list li .img {
  border: 1px solid #eee;
}
.product-list li img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-list li h3 a {
  display: block;
  color: #555;
  font-size: 16px;
  line-height: 4;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-list li:hover > a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-list li:hover h3 a {
  color: #04702b;
}
.hotnum {
  background: url(../images/sytel.png) no-repeat 0 50%;
  color: #04702b;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 23.7%;
  font-family: arial;
  margin-left: 9.25%;
}
.pro-cate .more {
  font-size: 0;
  text-align: center;
  padding-top: 2.5vh;
}
.pro-cate .more a {
  display: inline-block;
  width: 39%;
  text-align: center;
  background: #04702b;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  margin: 0 5px;
}
.pro-cate .more a.m1 {
  background: #666;
}
.pro-cate .more a:hover {
  opacity: 0.8;
}
/* 公司简介 */
.aboutbox {
  background: #f9f9f9;
  margin-top: 5vh;
  padding: 5vh 0 6vh;
}
.aboutbox h3 {
  color: #333;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-top: 20px;
}
.aboutbox h3:after {
  position: absolute;
  width: 100%;
  color: rgba(0, 0, 0, 0.06);
  font-size: 52px;
  line-height: 1;
  font-family: "cambria";
  left: 0;
  top: 0;
  content: "Chen juze";
  text-transform: uppercase;
}
.aboutbox h3 span {
  color: #04702b;
}
.aboutbox .tit p {
  color: #666;
  font-size: 26px;
  line-height: 1.5;
}
.aboutbox .img img {
  max-width: 100%;
  height: auto;
}
.aboutbox .intro {
  color: #555;
  font-size: 16px;
  line-height: 2.1875;
  margin: 2vh 0 4vh;
}
.aboutbox .more a {
  display: inline-block;
  width: 176px;
  background: url(../images/about.png) no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  padding-left: 61px;
  transition: all 0.3s;
}
.aboutbox .more a:hover {
  padding-left: 71px;
}

/* 广告条幅 */
.why {
  background: #04702b;
}
.why .container {
  text-align: center;
  padding: 5vh 0 4vh;
}
.why .why-tit {
  text-align: center;
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
}
.why .why-tit span {
  color: #ff8400;
}
.why .intro {
  color: #fff;
  font-size: 24px;
  line-height: 2;
}
.whylist {
  font-size: 0;
  margin-top: 2.5vh;
}
.whylist span {
  display: inline-block;
  vertical-align: top;
}
.whylist .w1 {
  width: 70px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.whylist .w2 {
  width: 60px;
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
  background: url(../images/whylist.w2.png) no-repeat 50% 100%;
}
.whylist .w3 {
  width: 94px;
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
  background: url(../images/whylistw3.png) no-repeat 50% 100%;
}
.whylist .w4 {
  width: 82px;
  background: #ff8400;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  border-radius: 50%;
}
.whylist .w5 {
  width: 270px;
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
  background: url(../images/whylist.w5.png) no-repeat 50% 100%;
}
.whylist .w6 {
  width: 88px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

/* 我们的优势 */
.four-adv {
  height: 298px;
  border-radius: 149px;
  border: 10px #eee solid;
  margin-top: 7vh;
  position: relative;
}
.fourbox {
  padding-top: 76px;
  display: none;
}
.four-adv .advbt {
  display: none;
}
.fourleft {
  text-align: center;
  position: relative;
}
.fourleft:after {
  position: absolute;
  right: 9%;
  top: 0;
  width: 1px;
  height: 122px;
  content: "";
  background: #eee;
}
.fourleft h3 {
  color: #04702b;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  margin-top: 2vh;
}
.fourright {
  color: #666;
  font-size: 16px;
  line-height: 2.117647;
  padding-right: 340px;
  margin-top: -10px;
}
.fournum {
  position: absolute;
  width: 340px;
  height: 340px;
  right: -11px;
  top: -31px;
}
.fournum .num {
  width: 112px;
  height: 112px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  top: 50%;
  margin-top: -56px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 10px;
}
.fournum .num p {
  font-size: 44px;
  font-family: "impact";
  line-height: 50px;
}
.fournum area {
  cursor: pointer;
}
.advanbox {
  margin-top: 5vh;
}
.advanbox .tit {
  text-align: center;
}
.advanbox h3 {
  color: #444;
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
}
.advanbox .tit p {
  font-size: 0;
  position: relative;
}
.advanbox .tit p:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #04702b;
  content: "";
  left: 0;
  top: 50%;
  z-index: -1;
}
.advanbox .tit p span {
  display: inline-block;
  vertical-align: top;
  color: #04702b;
  font-size: 18px;
  line-height: 2;
  background: #fff;
  padding: 0 20px;
}
.advan-list {
  margin-top: 4vh;
}
.advan-list li {
  margin-bottom: 10px;
}
.advan-tit {
  background: #b9b7b7;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
}
.advan-txt {
  color: #333;
  font-size: 18px;
  line-height: 2.7777777778;
  padding-left: 3.2%;
}
.advan-list li:hover .advan-tit {
  background: #04702b;
  color: #fff;
}

/* 行业应用 */
.apply {
  background: #f9f9f9;
  padding: 4vh 0;
  margin-top: 5vh;
}
.apply .tit {
  color: #111;
  font-size: 32px;
  text-align: center;
  line-height: 2;
  font-weight: 600;
}
.apply .intro {
  font-size: 0;
  text-align: center;
  margin-top: 1vh;
}
.apply .intro span {
  display: inline-block;
  color: #111;
  font-size: 16px;
  line-height: 34px;
  border: 1px solid #000;
  padding: 0 10px;
  margin: 0 8px;
}
.apply .intro span:hover {
  color: #fff;
  border: 1px solid #04702b;
  background: #04702b;
}
.apply .intro b {
  font-size: 20px;
}
.x-case-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 5vh;
}
.x-case-list .x-case-item {
  margin: 0 10px;
}
.x-case-list .x-case-item a {
  display: block;
  overflow: hidden;
}
.x-case-list .x-case-item a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.x-case-list .x-case-item:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.x-par-list {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 4vh;
}
.x-par-list .x-par-item {
  margin: 0 2px;
  background-color: #fff;
  padding: 14px;
}
.x-par-list .x-par-item a {
  display: block;
  overflow: hidden;
}
.x-par-list .x-par-item a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.x-par-list .x-par-item:hover a img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.apply .more {
  text-align: center;
  margin-top: 5vh;
}
.apply .more a {
  color: #888;
  font-size: 16px;
  line-height: 2;
}
.apply .more a:hover {
  color: #04702b;
}

/* 新闻资讯 */
.news {
  padding: 3vh 0;
}
.tits {
  color: #333;
  font-size: 24px;
  line-height: 2;
  position: relative;
  padding-left: 40px;
  margin-bottom: 2vh;
}
.tits a {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  font-size: 14px;
  line-height: 3.42857;
  text-transform: uppercase;
}
.tits a:hover {
  color: #04702b;
}
.tits.tit1 {
  background: url(../images/tit11.png) no-repeat 0 50%;
}
.tits.tit2 {
  background: url(../images/tit2.png) no-repeat 0 50%;
}
.tits.tit3 {
  background: url(../images/tit3.png) no-repeat 0 50%;
}
.newsbox {
  margin-left: -7px;
  margin-right: -7px;
}
.company-news {
  padding: 0 22px;
}
.top-news li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.top-news li a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-news li:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top-news li h3 {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 3;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    top left,
    bottom right,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.1))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.1)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.1)
  );
  color: #fff;
  padding: 0 8% 0 5%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.top-news li h3 span {
  position: absolute;
  right: 5%;
  top: 0;
  width: 21px;
  height: 100%;
  background: url(../images/wg.png) no-repeat 50% 50%;
  transition: all 0.3s;
}
.top-news li:hover h3 span {
  right: 2%;
}
.top-news a img {
  width: 100%;
  height: auto;
}
.rec-news {
  margin-top: 2.5vh;
}
.rec-news li {
  position: relative;
  padding-right: 80px;
}
.rec-news li a {
  display: block;
  background: url(../images/att.png) no-repeat 0 50%;
  padding-left: 16px;
  color: #666;
  font-size: 15px;
  line-height: 2.6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rec-news li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  font-size: 14px;
  line-height: 2.7857;
}
.rec-news li:hover a {
  background: url(../images/atth.png) no-repeat 0 50%;
  color: #04702b;
}
.rec-pro {
  margin-top: 2vh;
  margin-bottom: 4vh;
}
.rec-pro li {
  float: left;
  margin: 0 8px;
  _display: inline;
}
.rec-pro li h3 a {
  display: block;
  color: #555;
  font-size: 16px;
  line-height: 4;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rec-pro li .img img {
  width: 187px;
  height: 100px;
}

.rec-pro li:hover h3 a {
  color: #04702b;
}

/*滚动*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#indemo {
  float: left;
  width: 800%;
}
#demo1 {
  float: left;
}
#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#m_indemo {
  float: left;
  width: 800%;
}
#m_demo1 {
  float: left;
}
#m_demo2 {
  float: left;
}

.x-link {
  background: #fff;
  padding-bottom: 1.5%;
}
.x-link a {
  color: #999;
  font-size: 13px;
  padding-right: 5px;
}
.x-link a:hover {
  color: #04702b;
}

.x-layout {
  background: #333;
  padding: 3vh 0 5vh;
}
.f-tit {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}
.quick-list {
  margin-top: 1.5vh;
}
.quick-list li {
  width: 50%;
  float: left;
}
.quick-list li a {
  display: block;
  color: #e3e3e3;
  font-size: 14px;
  line-height: 2.142857;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.quick-list li a:hover {
  color: #099b3e;
}
.f-pro {
  padding: 0 50px;
  position: relative;
}
.f-pro:before {
  position: absolute;
  width: 1px;
  height: 90%;
  left: 10px;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}
.f-pro:after {
  position: absolute;
  width: 1px;
  height: 90%;
  right: 40px;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}
.f-pro-cate {
  margin-top: 1.5vh;
}
.f-pro-cate li {
  width: 25%;
  float: left;
}
.f-pro-cate li a {
  display: block;
  color: #e3e3e3;
  font-size: 14px;
  line-height: 2.142857;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.f-pro-cate li a:hover {
  color: #099b3e;
}
.f-contact .content {
  color: #e3e3e3;
  font-size: 14px;
  line-height: 2.142857;
  margin-top: 2.5vh;
}
.x-ewm {
  padding-top: 6vh;
}
.x-ewm .pp {
  color: #e3e3e3;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  padding-top: 10px;
}

.x-footer {
  background: #f6f6f6;
  padding: 15px 0;
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.x-footer a {
  color: #666;
}

.x-footer a:hover {
  color: #333;
}

.footline {
  height: 10px;
  background: #333;
}

@media (max-width: 1419px) {
  .page-brand {
    padding: 6vh 0 10vh;
  }
  .page-brand .content {
    margin-top: 6vh;
  }
  .brand-img {
    margin-top: -181px;
  }
  .brand-img img {
    width: 500px;
  }
  .pk-tit {
    font-size: 22px;
  }
  .thispk {
    height: 188px;
    padding: 25px;
  }
  .thispk .con {
    margin-top: 1.5vh;
  }
  .otherpk {
    height: 188px;
    padding: 25px;
  }
  .otherpk .con {
    margin-top: 1.5vh;
  }
  .page-contact:after {
    background: none;
  }
  .page-cate ul li a {
    line-height: 2.7;
  }
  .rd-list .rd-item .text {
    padding: 2% 4% 0;
  }
  .rd-list .rd-item .intro {
    padding-top: 2vh;
  }
}

@media (max-width: 1199px) {
  .pro-cate {
    width: 100%;
    margin-bottom: 20px;
  }
  .pro-con {
    width: 100%;
  }
  .catelist {
    padding: 15px 5%;
  }
  .catelist li {
    width: 50%;
    float: left;
    border-right: 5px solid #f6f6f6;
  }
  .s-hide {
    display: none;
  }
  .page-about .text {
    padding: 3vh 15px 0;
  }
  .page-about .con {
    margin-top: 1vh;
  }
  .page-about .more {
    padding-top: 2vh;
  }
  .page-brand .content {
    padding: 15px;
  }
  .brand-img {
    position: static;
    margin: 0;
    padding-left: 0;
  }
  .brand-img img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  .p-brand {
    width: 100%;
    padding: 5vh 0;
  }
  .thispk {
    height: 154px;
    padding: 10px 25px;
  }
  .otherpk {
    height: 154px;
    padding: 10px 25px;
  }
  .page-ads2 {
    padding-top: 45px;
  }
  .page-ads2 .tit {
    font-size: 26px;
  }
  .page-ads2 .intro p {
    font-size: 16px;
  }

  .ads2-num {
    font-size: 18px;
    line-height: 38px;
  }
  .ads2-tel a.more {
    line-height: 38px;
  }
  .ads2-tel {
    width: 328px;
  }
  .page-brand {
    padding: 5vh 0;
  }
  .page-case li img {
    width: 307px;
    height: 218px;
  }
  .page-pro-list li {
    width: calc(33.33% - 20px);
  }
  .page-pro-list li:nth-child(7) {
    display: none;
  }
  .page-pro-list li:nth-child(8) {
    display: none;
  }
  .page-cate ul li a {
    line-height: 3;
  }
  .rd-list .owl-carousel .owl-nav button.owl-prev,
  .rd-list .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
  }
  .rd-list .owl-carousel .owl-nav .owl-prev {
    right: 70px;
  }
  .rd-list .owl-carousel .nums {
    right: 196px;
    top: 14px;
  }
  .rd-list .owl-carousel .owl-dots .owl-dot {
    right: 240px;
    top: 0;
  }
  .rd-list .rd-item .num {
    font-size: 40px;
    width: 60px;
  }
  .rd-list .rd-item .num:after {
    left: 0;
  }
  .rd-list .rd-item .name {
    padding-top: 0;
    font-size: 22px;
  }
  .rd-list .rd-item .name p {
    font-size: 24px;
  }
  .rd-list .rd-item .intro {
    padding-top: 1vh;
    line-height: 1.8;
    font-size: 14px;
  }
  .custom .s-img .text .intro {
    margin-top: 0;
  }
  .service-list li {
    width: 150px;
    height: 150px;
  }
  .service-list .line {
    width: calc(25% - 187.5px);
    height: 150px;
  }
  .service-list li {
    padding-top: 15px;
  }
  .service-list li h3 {
    padding-top: 10px;
  }
  .s-case li img {
    width: 307px;
    height: 218px;
  }
}
@media (max-width: 991px) {
  .visible-xs {
    display: block !important;
  }
  .menu {
    display: none;
  }
  .xyin-banner {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .aboutbox .img {
    margin-bottom: 20px;
  }
  .apply .tit {
    font-size: 26px;
  }
  .apply .intro span {
    margin-bottom: 10px;
  }
  .company-news {
    margin-bottom: 20px;
  }
  .s-pro-hide {
    display: none;
  }
  .one-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .one-list li {
    width: calc(33.333% - 30px);
    margin: 0 15px;
  }
  .page-about .content {
    padding: 15px 0;
  }
  .page-about .video {
    width: 100%;
    text-align: center;
  }
  .page-about .text {
    width: 100%;
  }
  .padvan-list .pl2,
  .padvan-list .pl4 {
    margin-top: 0;
  }
  .padvan-list li {
    margin-bottom: 15px;
  }
  .page-brand .content {
    margin-top: 5vh;
  }
  .thispk {
    width: 100%;
  }
  .pk-img {
    width: 100%;
  }
  .otherpk {
    width: 100%;
  }
  .pk {
    padding: 6vh 0 4vh;
  }
  .page-case {
    padding: 0 0 4vh;
  }
  .mes-box {
    width: 100%;
  }
  .page-contact {
    width: 100%;
  }
  .page-pro {
    padding: 5vh 0;
  }
  .page-cate {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-pro-list {
    width: 100%;
  }
  .rd-list .rd-item .img {
    width: 100%;
  }
  .rd-list .rd-item .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 20px 30px;
  }
  .rd-list .owl-dots {
    display: none;
  }
  .rd-list .owl-carousel .nums {
    display: none;
  }
  .rd-list .owl-carousel .owl-nav button.owl-prev,
  .rd-list .owl-carousel .owl-nav button.owl-next {
    top: 50%;
    margin-top: -109px;
  }
  .rd-list .owl-carousel .owl-nav .owl-prev {
    left: 0;
    right: auto;
  }
  .rd-list .owl-carousel button.owl-prev .icon-left-arrow:after {
    background: url(//cdn.xypt.top/34376ff4/20/11/f5addfc0dd80ffb03a1a567b380d014484868d3b.png)
      no-repeat 50% 50% #04702b;
  }
  .rd-list .owl-carousel button.owl-next .icon-right-arrow:after {
    background: url(//cdn.xypt.top/34376ff4/20/11/fb27893a092b7811624d2b99fdb2fbfdf02a3d06.png)
      no-repeat 50% 50% #04702b;
  }
  .custom {
    padding: 5vh 0;
  }
  .custom ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .custom ul li img {
    width: 100%;
  }
  .custom .s-img img {
    display: none;
  }
  .custom .s-img .text {
    position: static;
    padding: 5%;
  }
  .service-list li {
    width: 110px;
    height: auto;
    background: none;
  }
  .service-list li .img {
    width: 110px;
    height: 110px;
    background: #fff;
    line-height: 110px;
    border-radius: 50%;
  }
  .service-list li h3 {
    font-size: 14px;
    color: #fff;
  }
  .service-list li h3:after {
    background: none;
  }
  .service-list .line {
    width: calc(25% - 137.5px);
  }
}
@media (max-width: 767px) {
  .pro-cate h2 {
    font-size: 22px;
    line-height: 2;
  }
  .product-list li h3 a {
    font-size: 14px;
  }
  .aboutbox h3 {
    font-size: 24px;
  }
  .aboutbox h3:after {
    font-size: 42px;
  }
  .aboutbox .tit p {
    font-size: 18px;
  }
  .aboutbox .intro {
    font-size: 14px;
  }
  .why .intro {
    font-size: 16px;
  }
  .advanbox h3 {
    font-size: 20px;
  }
  .advanbox .tit p span {
    font-size: 14px;
  }
  .advan-tit {
    font-size: 18px;
    line-height: 2.2;
    background: #ddd;
  }
  .advan-txt {
    font-size: 16px;
    line-height: 2;
    padding-top: 5px;
  }
  .apply .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .apply .intro {
    margin-top: 20px;
  }
  .apply .intro span {
    font-size: 14px;
    padding: 0 5px;
    margin: 0 5px 5px;
    line-height: 26px;
  }
  .apply .intro b {
    font-size: 14px;
  }

  .apply .more a {
    font-size: 14px;
  }
  .tits {
    font-size: 20px;
  }
  .tits a {
    font-size: 12px;
  }
  .rec-news li a {
    font-size: 14px;
  }
  .rec-news li span {
    font-size: 12px;
  }
  .one {
    padding-top: 5vh;
    padding-bottom: 3vh;
  }
  .pro-tit h3 {
    font-size: 22px;
    line-height: 2;
  }
  .pro-tit .intro {
    font-size: 16px;
  }
  .page-about .video {
    padding: 0 15px;
  }
  .page-about .text h3 {
    font-size: 22px;
  }
  .one-list li .img {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .one-list li .img img {
    width: 70px;
    height: auto;
  }
  .one-list {
    margin-left: 0;
    margin-right: 0;
  }
  .one-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .one-list li h3 {
    font-size: 20px;
  }
  .padvan-list .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .padvan-list li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .padvan-list .listbox .intro {
    font-size: 14px;
  }
  .page-advan {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .choose {
    padding-top: 0;
  }
  .choose-box .num {
    height: 65px;
    width: 15%;
    padding-top: 5px;
  }
  .choose-box .num:after {
    bottom: 12px;
  }
  .choose-box .con .tit1 {
    font-size: 20px;
  }
  .choose-box .con .tit2 {
    font-size: 20px;
  }
  .choose-box .con {
    width: 85%;
    padding-left: 15px;
  }
  .customer li img {
    width: 238px;
    height: auto;
  }
  .p-brand {
    padding: 3vh 0;
  }
  .p-brand h3 {
    font-size: 22px;
  }
  .p-brand .con {
    margin-top: 15px;
  }
  .pk .tit .this {
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    padding: 3px;
  }
  .pk .tit .this span {
    line-height: 40px;
    border-radius: 20px;
    font-size: 18px;
  }
  .pk .tit .other {
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    margin-left: 0;
    padding: 3px;
  }
  .pk .tit .other span {
    line-height: 40px;
    border-radius: 20px;
    font-size: 18px;
  }
  .pk .tit .img {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background-size: 60px 60px;
    font-size: 20px;
    line-height: 60px;
  }
  .pk .tit-intro {
    font-size: 16px;
  }
  .pk-img .pk-txt {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 22px;
  }
  .page-case li {
    margin: 0 12px;
  }
  .page-case li img {
    width: 238px;
    height: auto;
  }
  .page-case li h3 a {
    font-size: 16px;
  }
  .mes-box .tit {
    font-size: 22px;
  }
  .page-mes #message-form .form-group {
    margin-bottom: 15px;
  }
  .page-mes #message-form #name {
    margin-bottom: 15px;
  }
  .page-mes #message-form .mes-btn {
    text-align: center;
  }
  .page-mes #message-form .btn {
    text-align: center;
    margin-top: 12px;
  }
  .page-contact .tit {
    font-size: 22px;
  }
  .page-cate h3 {
    font-size: 20px;
  }
  .page-cate ul li a {
    font-size: 14px;
  }
  .page-pro-list li {
    width: calc(50% - 20px);
  }
  .rd-list {
    margin-top: 4vh;
  }
  .rd-list .rd-item .name {
    font-size: 18px;
  }
  .rd-list .rd-item .name p {
    font-size: 20px;
  }
  .custom .s-img .text h3 {
    font-size: 18px;
  }
  .custom .s-img .text .intro {
    font-size: 14px;
  }
  .service .tit p {
    font-size: 22px;
    line-height: 1.5;
  }
  .service .tit .en {
    font-size: 12px;
  }
  .s-case {
    padding: 5vh 0;
  }
  .s-case li img {
    width: 238px;
    height: auto;
  }
}
@media (max-width: 678px) {
  .why .why-tit {
    font-size: 200%;
    line-height: normal;
  }
}
@media (max-width: 410px) {
  .why .why-tit {
    font-size: 180%;
    line-height: normal;
  }
}
@media (max-width: 374px) {
  .pk .tit {
    display: none;
  }
  .pk .s-tit {
    display: block;
  }
  .pk .tit-intro {
    font-size: 14px;
    margin: 0 0 2vh;
  }
  .service-list .service-item .img {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .service-list .service-item h3 {
    font-size: 12px;
  }
  .ads2-tel {
    width: 300px;
  }
  .ads2-num {
    padding: 0 18px 0 46px;
    background: url(//cdn.xypt.top/34376ff4/20/11/2dce7761298c668982c5b8869a812dffdbba7ab6.png)
      no-repeat 15px 50% #fff;
  }
  .ads2-tel a.more {
    width: 94px;
    padding-left: 5px;
  }
}

#toolbar li a {
  background: #099b3e;
}
#toolbar li:hover .iconfont {
  background: #099b3e;
}
#toolbar li.backtop .iconfont {
  background: #099b3e;
}
