/*手机端头部*/
.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #151515;
}

.xymob-head-box {
  position: relative;
  height: 60px;
}

.xymob-head-box .xymob-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  height: 45px;
  text-align: center;
}

.xymob-head-box .xymob-logo h1,
.xymob-head-box .xymob-logo a {
  display: inline;
  font-size: 0;
}

.xymob-head-box .xymob-logo img {
  height: 45px;
}

.xymob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto 27px;
  width: 30px;
  height: 20px;
}

.xymob-navbtn span,
.xymob-navbtn:after,
.xymob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn span {
  margin: 7px 0;
}

.xymob-navbtn:after,
.xymob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xymob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
}

.xymob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0;
  -webkit-transition: all .5s;
  transition: all .5s
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px
}

@media (max-width:420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px
  }
}

.xymob-search .xymob-search-close-btn i {
  font-size: 20px;
  color: #fff
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d
}

.xymob-search .xymob-search-box input[type=text] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: hsla(0, 0%, 100%, .3);
  font-family: Microsoft YaHei;
  font-size: 16px;
  height: 50px
}

.xymob-search .xymob-search-box input[type=submit] {
  width: 20%;
  height: 50px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #fff
}

.xymob-search .xymob-seaerch-wz a,
.xymob-search .xymob-seaerch-wz span {
  display: block;
  font-size: 14px;
  color: hsla(0, 0%, 100%, .9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b
}

.xymob-search.clicked {
  left: 0
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #151515;
  padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.xymob-nav>li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}

.xymob-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
  background: #1E1E1E;
  display: none;
}

.xymob-nav .xymob-sub-menu>li {
  border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu>li>a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.xymob-dlbtn {
  margin-top: 40px;
}

.xymob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #292e39;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px;
  }
}

.xymob-search .xymob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.xymob-search .xymob-search-close-btn i:after {
  background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
  left: 0;
}

.x-header {
  background: #fff;
  padding: 1.10208333% 0;

}

.x-header.on {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.x-logo {
  float: left;
  width: 20.3125%
}

.x-logo a {
  display: block
}

.x-header-right {
  float: right;
  width: 16%;
  position: relative;
  text-align: right;
  margin-top: 3px;
}

.x-header-right #formsearch,
.x-header-right .x-login {
  display: inline-block;
  vertical-align: middle
}

.x-header-right #formsearch {
  width: calc(100% - 10px);
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
}

.x-header-right #formsearch:before {
  content: "|";
  position: absolute;
  left: 125px;
  top: 5px
}

@media (max-width:1200px) {
  .x-header-right #formsearch:before {
    content: "|";
    position: absolute;
    left: 102px;
    top: 5px
  }
}



.x-header-right .x-login {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  line-height: 30px
}

.x-header-right .x-login .username {
  max-width: 75px;
  vertical-align: -10px;
  display: inline-block
}

.x-header-right .x-login a {
  color: #000
}

.x-header-right .x-login a:hover {
  color: #55c5ce
}

/* 导航样式 */
.x-menu {
  width: 78.75%;
  float: left;
  padding-left: 10%;
  margin-bottom: 0;
}

.x-menu>li {
  float: left;
  position: relative;
  margin: 0 .35vw;
}

.x-menu>li>a {
  display: block;

  font-size: 18px;
  color: #000;
  line-height: 2.4
}

.x-menu>li.active>a,
.x-menu>li>a:hover {
  color: #55c5ce
}

.x-menu>li.active>a::before {
  position: absolute;
  bottom: -10px;
  left: 8px;
  width: 45px;
  height: 1px;
  background: #55c5ce;
  content: "";
}

.x-menu>li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
  display: none;
}

.x-menu>li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.x-sub-menu>li>a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em
}

.x-sub-menu>li>a:hover {
  background: #e9eaeb
}

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

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #ab001a;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {

  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }

  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

.x-about {
  background: #ffffff;
  padding: 6.25% 0;
}

@media (min-width: 990px) {
  .x-about .x-title {
    float: left;
    width: 32.5%;
  }
}

.x-title {
  color: #000;
  position: relative;
}

.x-title p {
  text-transform: uppercase;
  font-size: 12px;
  color: inherit;
  line-height: 1.6;
  opacity: .7;
  margin-bottom: 0;
}

.x-title h3 {
  font-size: 26px;
  color: inherit;
  line-height: 1.3;
  margin-top: 1em;
}

.x-title h3 span {
  display: block;
}

.x-title a {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.x-title a:hover {
  background: #000;
}

.x-title a:hover .icon-add:after {
  background-position: -30px -450px;
}

.x-title .icon-add {
  width: 100%;
  height: 100%;
  display: block;
}

.x-title .icon-add:after {
  background-position: 0 -450px;
}

@media (max-width: 1024px) {
  .x-title h3 {
    font-size: 20px;
  }

  .x-title a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.x-title.white {
  color: #fff;
}

.x-title.white a {
  border: 1px solid #fff;
  background: transparent;
  opacity: .8;
}

.x-title.white a .icon-font:after {
  background-position: -30px -450px;
}

.x-title.white a:hover {
  background: #fff;
}

.x-title.white a:hover .icon-font:after {
  background-position: 0 -450px;
}

@media (min-width: 990px) {
  .x-about-box {
    overflow: hidden;
  }
}

@media (min-width: 990px) {
  .x-about-left {
    width: 37.38317757%;
    border-right: 1px solid #e3e3e3;
    padding-right: 2.80373832%;
    float: left;
  }
}

.x-about-left>p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1em;
}

.x-about-left ul {
  font-size: 0;
}

.x-about-left ul li {
  display: inline-block;
  width: 33.33333%;
  vertical-align: middle;
}

.x-about-left ul li h3 {
  font-size: 40px;
  color: #ab001a;
  line-height: 1.6;
}

@media (max-width: 1366px) {
  .x-about-left ul li h3 {
    font-size: 30px;
  }
}

.x-about-left ul li p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .x-about-left>p {
    font-size: 14px;
  }

  .x-about-left ul li h3 {
    font-size: 20px;
  }

  .x-about-left ul li p {
    font-size: 14px;
  }
}

.x-about-right {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.846;
}

@media (min-width: 990px) {
  .x-about-right {
    overflow: hidden;
    padding-left: 4.6728972%;
  }
}

.x-about-right strong {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1.1em;
  font-weight: normal;
}

.x-about-right p {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .x-about-right {
    font-size: 12px;
  }

  .x-about-right strong {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.x-product {
  padding: 4.16666667% 0 3.125%;
  background: #fff url(../image/7c240fdf37a39f3fe49c407252f06c18b555446e.jpg) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f0f0f0), color-stop(30%, #fff), to(#fff));
  background: linear-gradient(to bottom, #f0f0f0 30%, #fff 30%, #fff 100%);
}

.x-product-list {
  font-size: 0;
  margin: 3.125% -12px 0 -12px;
}

.x-product-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 0 12px 45px 12px;
}

.x-product-list li h3 {
  border: 1px solid transparent;
  border-top: none;
  font-size: 16px;
  color: #000;
  line-height: 1;
  padding: 2.2em 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-product-list li:hover h3 {
  border-color: #e5e5e5;
  padding-left: .5em;
  padding-right: .5em;
  color: #ab001a;
}

@media (max-width: 1024px) {
  .x-product-list li {
    margin-bottom: 20px;
  }

  .x-product-list li h3 {
    font-size: 14px;
    padding: 1em 0;
  }
}

.x-case {
  padding: 4.16666667% 0 5.20833333%;
  background: #fff url(../image/2336aa5df30c0da7830c67c3c8b9177b616ad8b6.jpg) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #292e39), color-stop(45%, #fff), to(#fff));
  background: linear-gradient(to bottom, #292e39 45%, #fff 45%, #fff 100%);
}

.x-case-list {
  margin-top: 2.5%;
  margin-left: 13.75%;
}

@media (max-width: 1024px) {
  .x-case-list {
    margin-left: 6.25%;
  }
}

.x-case-item {
  padding: 0 1px;
  background: #fff;
}

.x-case-item a {
  display: block;
  padding: 10px 20px 40px 20px;
  border: 1px solid transparent;
}

.x-case-item .wz {
  margin-top: 30px;
}

.x-case-item .wz h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  margin-bottom: .6em;
}

.x-case-item .wz p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  margin-bottom: 2em;
}

.x-case-item .wz span {
  display: block;
}

.x-case-item .wz .icon-right-arrow {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #b0b3b8;
  border-radius: 50%;
}

.x-case-item .wz .icon-right-arrow:after {
  background-position: 2px -241px;
  opacity: .4;
}

@media (max-width: 1024px) {
  .x-case-item .wz {
    margin-top: 10px;
  }

  .x-case-item .wz h3 {
    font-size: 16px;
  }

  .x-case-item .wz p {
    font-size: 13px;
    margin-bottom: 1.5em;
  }
}

.x-case-item:hover a {
  border-color: #e5e5e5;
}

.x-case-item:hover .icon-right-arrow {
  background: #000;
  border-color: #000;
}

.x-case-item:hover .icon-right-arrow:after {
  background-position: -28px -241px;
  opacity: 1;
}

.x-company {
  background: #f0f0f0;
  padding: 2.60416667% 0 2.08333333%;
}

.x-company-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6;
}

.x-company-title:after {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background: #3d3d3d;
  margin-top: 10px;
}

@media (max-width: 990px) {
  .x-company-title {
    font-size: 18px;
  }

  .x-company-title:after {
    height: 3px;
  }
}

.x-company-list {
  margin-top: 1.875%;
}

.x-company-item {
  padding: 0 15px;
}

.x-company-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  font-size: 0;
}

.x-company-item a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-company-item a:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-company-item a img {
  width: auto !important;
  display: inline-block !important;
}

.x-news {
  background: #fff;
  padding: 5.20833333% 0;
}

.x-news-box {
  margin-top: 3.125%;
  font-size: 0;
}

@media (min-width: 990px) {
  .x-news-img {
    width: 43.75%;
    margin-right: 3.4375%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 990px) {
  .x-news-right {
    display: inline-block;
    vertical-align: middle;
    width: 52.8125%;
  }
}

.x-news-top {
  position: relative;
  padding-right: 18.93491124%;
  margin-bottom: 5.91715976%;
}

.x-news-top h3 {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.x-news-top p {
  font-weight: 100;
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}

.x-news-top .date {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 70px;
}

.x-news-top .date h4 {
  font-size: 44px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
}

.x-news-top .date h5 {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}

.x-news-top .date span {
  display: inline-block;
}

.x-news-top .date span .icon-right-arrow {
  display: block;
  color: #fff;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
}

.x-news-top .date span .icon-right-arrow:after {
  background-position: -28px -241px;
}

.x-news-top:hover h3 {
  color: #ab001a;
}

.x-news-list li {
  position: relative;
  padding: 18px 80px 18px 0;
  border-bottom: 1px solid #ededed;
}

@media (max-width: 1366px) {
  .x-news-list li {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.x-news-list li a {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}

.x-news-list li a:hover {
  color: #ab001a;
}

.x-news-list li span {
  position: absolute;
  right: 0;
  width: 80px;
  text-align: right;
  top: 50%;
  margin-top: -9px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.x-link {
  background: #fff;
  padding-bottom: 1.5%;
}

.x-message {
  background: #f0f0f0;
  padding: 2.34375% 0;
}

.x-message-wrap {
  margin-left: 24.375%;
  margin-right: 24.375%;
}

@media (max-width: 1366px) {
  .x-message-wrap {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.x-message-wrap .row {
  margin-left: -5px;
  font-size: 0;
  margin-right: -5px;
}

.x-message-wrap div[class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.x-message-wrap input[type='text'],
.x-message-wrap textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  background: #f0f0f0;
  outline: none;
  margin-bottom: 10px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder,
.x-message-wrap textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']:-ms-input-placeholder,
.x-message-wrap textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::-ms-input-placeholder,
.x-message-wrap textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::placeholder,
.x-message-wrap textarea::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap textarea {
  padding-top: 5px;
  height: 95px;
  resize: none;
}

.x-message-wrap #checkcode {
  float: left;
  width: 32.29813665%;
  margin-bottom: 0;
}

.x-message-wrap .checkCodeImg {
  float: left;
  display: block;
  text-align: center;
  width: 17.39130435%;
  height: 42px;
  font-size: 0;
  background: #e7e4e4;
  padding: 5px 10px;
}

.x-message-wrap .checkCodeImg img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
  cursor: pointer;
}

.x-message-wrap .x-submit {
  float: right;
  width: 49.68944099%;
  height: 42px;
  background: #2d323b;
  color: #fff;
  font-size: 14px;
  border: none;
  outline: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-message-wrap .x-submit:hover {
  background: #ab001a;
}

.n-default .n-invalid {
  border-color: #ab001a !important;
}

.n-default .msg-wrap {
  top: 8px;
  right: 5px;
  margin-left: 0;
}

.n-default .x-textarea .msg-wrap {
  top: 65px;
}

/* 手机样式 */
@media (max-width: 990px) {
  .x-title h3 {
    font-size: 14px;
    margin-top: 5px;
  }

  .x-title h3 span {
    display: inline-block;
    margin-left: 5px;
  }

  .x-title h3 span:before {
    margin-right: 5px;
    content: '-';
  }

  .x-about .x-title {
    margin-bottom: 20px;
  }

  .x-about-left {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
  }

  .x-product-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
  }

  .x-product-list li {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .x-case-list {
    margin-left: 0;
    margin-top: 20px;
  }

  .x-case-item a {
    padding: 10px;
  }

  .x-company-title {
    font-size: 14px;
  }

  .x-company-title p {
    margin-bottom: 0;
  }

  .x-company-title:after {
    margin-top: 5px;
  }

  .x-company-list {
    margin-top: 15px;
  }

  .x-news-box {
    margin-top: 20px;
  }

  .x-news-img,
  .x-news-right {
    width: 100%;
  }

  .x-news-img {
    margin-bottom: 15px;
  }

  .x-news-top h3 {
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }

  .x-news-top p {
    font-size: 12px;
  }

  .x-news-top .date h4 {
    font-size: 30px;
  }

  .x-news-top .date h5 {
    font-size: 12px;
  }

  .x-message-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .x-message-wrap #checkcode {
    width: 65%;
  }

  .x-message-wrap .checkCodeImg {
    width: 35%;
  }

  .x-message-wrap .x-submit {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
}

#container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #f4f4f4;
  padding: 10px;
}

#container .city_list {
  padding-top: 10px;
}

#container .city_list .item {
  padding: 10px 0;
  line-height: 24px;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}

#container .city_list .item dt {
  float: left;
  font-family: arial;
  font-weight: bold;
  font-size: 18px;
  width: 35px;
  padding-left: 25px;
  color: #444;
  display: table-cell;
}

#container .city_list .item dd {
  margin: 0 0 0 55px;
  padding-left: 15px;
  border-left: 1px dashed #b2b2b2;
}

#container .city_list .item dd a {
  padding: 1px 12px 1px 12px;
  white-space: nowrap;
  float: left;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

#container .city_list .item dd a:hover {
  text-decoration: none;
  background: #eb2830;
  color: #fff;
}

#foot {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
  color: #666;
  border-top: 2px solid #eb2830;
  padding-top: 10px;
  font-size: 14px;
}

#foot a {
  color: #666;
  text-decoration: none;
}

#foot a:hover {
  color: #0aa8dd;
}

.return {
  position: relative;
  height: 36px;
  padding: 6px;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  font: bold 22px/42px "\5FAE\8F6F\96C5\9ED1";
  color: #737372;
}

.return a {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 36px;
  width: 100px;
  text-align: center;
  display: block;
  background: #eb2830;
  color: #fff;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
}

.return a:hover {
  text-decoration: none;
  background: #f39c11;
  color: #fff;
}

.x-layout {
  background: #55c5ce;
  padding: 1.16666667%
}

.x-layout-logo {
  margin-bottom: 20px
}

.x-layout-desc {
  font-size: 12px;
  color: hsla(0, 0%, 100%, .5)
}

.x-layout-contact {
  margin-top: 30px
}

.x-layout-contact p {
  margin-bottom: 0;
  font-size: 14px;
  color: hsla(0, 0%, 100%, .7);
  line-height: 1.7
}

.x-layout-contact strong {
  display: block;
  font-size: 24px;
  color: hsla(0, 0%, 100%, .8)
}

.x-layout-contact a {
  color: #fff
}

.x-layout .bottom-nav-title {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
}

.x-layout-menu dl {
  float: left;
  width: 20%;
}

.x-layout-menu dl dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.43em;
  font-weight: normal;
}

.x-layout-menu dl dd a {
  display: block;
  font-size: 14px;
  color: hsla(0, 0%, 100%, .4);
  line-height: 2;
  font-weight: normal;
}

.x-layout-menu dl dd a:hover {
  color: #6ce4ef;
}

.x-layout-ewm {
  position: relative;
}

.x-footer {
  background: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  color: #b3b3b3;
}

.x-footer,
.x-footer a {
  color: hsla(0, 0%, 100%, .5);
  color: #b3b3b3;
}

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

.x-seo {
  float: left;
  color: #b3b3b3;
}

.x-copyright {
  float: right;
  color: #b3b3b3;
}


/*demo_sousuo*/

.demo_sousuo {
  position: relative;
  height: 37px;
  line-height: 37px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 12px;
  color: rgba(0, 0, 0, .6);
}

.demo_sousuo a {
  font-size: 12px;
  color: rgba(0, 0, 0, .6);
}

.demo_sousuo a:hover {
  color: #55c5ce;
}

.demo_seo {
  float: right;
  line-height: 37px;
}

.search {
  text-align: left;
  height: 24px;
  background-color: #f8f8f8;
  padding: 5px 10px 5px 10px;
}

#formsearch {
  width: 320px;
  float: left;
}

.hotSearch {
  float: left;
  font-weight: normal;
  line-height: 37px;
}

.hotSearch a {
  padding: 0 3px;
}

#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}


@media (max-width:550px) {
  .hotSearch {
    display: none !important;
  }

  .demo_seo {
    float: none !important;
  }
}




/*c1_index*/

.c1_index {
  position: relative;
  padding: 2.30208333% 0;
}

.ttt1 {
  text-align: center;
  padding-bottom: 3.30208333%;
}

.ttt1 h3 {
  font-size: 30px;
  color: #000000;
  font-weight: normal;
}

.ttt1 h3 span {
  font-size: 24px;
  text-transform: uppercase;
}

@media (max-width:768px) {
  .ttt1 h3 {
    font-size: 22px;
  }

  .ttt1 h3 span {
    font-size: 16px;
  }
}

.c11_conttt {
  position: relative;
  display: table;
  width: 100%;
}

.c11_left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  background: #55c5ce;
  padding-left: 20%;
}

.c11_left img {
  width: 100%;
}

.c11_right {
  padding-right: 18%;
  width: 46%;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 3%;
  background: #fff;
}

.c11_right .abb_txt {
  line-height: 2.5;
  font-size: 14px;
  color: #5a5a5a;
}

.c11_right .abbmore {
  display: block;
  margin-top: 30px;
  width: 124px;
  height: 42px;
  line-height: 42px;
  background: #55c5ce;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media (max-width:1460px) and (min-width:1300px) {
  .c11_right {
    padding-right: 10%;
  }
}

@media (max-width:1300px) and (min-width:1200px) {
  .c11_right {
    padding-right: 6%;
  }
}


/*c2_index*/

.c2_index {
  position: relative;
  padding: 2.30208333% 0;
  background: #ddf3f5;
}

.c22_list {
  position: relative;
  padding-bottom: 40px;
}

.c22_list li {
  float: left;
  margin: 0 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.c22_list li a.img {
  display: block;
}

.c22_list li a.img img {
  width: 100%;
}

.c22_list li h3 a {
  display: block;
  line-height: 50px;
  background: #55c5ce;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.c22_list .slick-track {
  padding-bottom: 20px;
}

.c22_list .slick-prev,
.c22_list .slick-next {
  position: absolute;
  top: 40%;
  width: 26px;
  height: 48px;
  z-index: 999;
  border: none;
  outline: none;
  font-size: 0px;
}

.c22_list .slick-prev {
  left: -5%;
  background: url(../image/93a42ec56402c9f4d036b8f654295f4916e16c85.png) no-repeat center center;
}

.c22_list .slick-next {
  right: -5%;
  background: url(../image/b0e671316b2bede624d045cd734563d7b0b7cbad.png) no-repeat center center;
}

@media (max-width:1200px) {
  .c11_left {
    padding-left: 10%;
    background: none;
  }

  .c11_right {
    padding-right: 5%;
  }
}

@media (max-width:992px) {
  .c11_right .abb_txt {
    line-height: 2;
  }

  .news_banner_list li a.img img {
    width: 100%;
  }
}

@media (max-width:768px) {

  .c22_list .slick-prev,
  .c22_list .slick-next {
    display: none !important;
  }

  .c11_left,
  .c11_right {
    width: 100%;
    display: block;
    padding: 0;
  }

  .c11_right {
    padding: 3%;
  }

  .c11_right .abb_txt {
    line-height: 1.8;
  }

  .c11_right .abbmore {
    margin-top: 15px;
  }
}


/*case_index*/

.case_index {
  position: relative;
  padding: 2.30208333% 0;
}

.case_sort2 {
  position: relative;
  padding-bottom: 3.30208333%;
  display: flex;
  justify-content: center;
}

.case_sort2 li {
  margin: 0 3%;
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border: 1px solid #55c5ce;
  border-radius: 50%;
  transition: .3s;
}

.case_sort2 li:hover,
.case_sort2 li.cur {
  background: #55c5ce;
  color: #fff;
}

.case_sort2 li:hover a,
.case_sort2 li.cur a {
  color: #fff;
}

.case_sort2 li a {
  display: block;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: normal;
}

@media (max-width:700px) {
  .case_sort2 li {
    margin: 0 1.333%;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .case_sort2 li a {
    font-size: 14px;
  }
}

@media (max-width:480px) {
  .case_sort2 li {
    margin: 0 1%;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.news_banner_list {
  position: relative;
}

.news_banner_list .slick-active {
  outline: none;
}

.news_banner_list .slick-prev,
.news_banner_list .slick-next {
  display: none !important;
}

.news_banner_list .slick-dots {
  text-align: center;
  margin-top: 45px;
  position: absolute;
  right: 10%;
  top: 65%;
}

.news_banner_list .slick-dots li {
  display: inline-block;
  margin: 10px;
  position: relative;
  border: none;
}

.news_banner_list .slick-dots li button {
  font-size: 0px;
  outline: none;
  border: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #cccccc;
}

.news_banner_list .slick-dots li.slick-active button {
  background: #3ba559;
}

.news_banner_list li {
  position: relative;
}

.news_banner_list li a.img {
  display: block;
  float: right;
  width: 40%;
  outline: none;

}

.news_banner_list li a.img img {
  max-width: 100%;
}

.news_banner_list li .news_green {
  background: rgba(93, 200, 208, .8);
  padding: 2.302083%;
  /* margin-top: 20px; */
  position: absolute;
  left: 0%;
  top: 12px;
  z-index: 999;
  padding-right: 8%;
}

.news_banner_list li .news_green h3 a {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 95%;
}

.news_banner_list li .news_green .newsfo {
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  line-height: 1.5;
}

.news_banner_list li .news_green span {
  display: block;
  color: #fff;
  font-size: 14px;
}

@media (max-width:1204px) {
  .news_banner_list li .news_green .newsfo {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0px;
    font-size: 14px;
    margin: 15px 0;
  }

  .news_banner_list li .news_green h3 a {
    font-size: 18px;
    margin: 0;
    margin-top: 15px;
  }
}

@media (max-width:992px) {
  .news_banner_list li .news_green {
    position: relative;
    width: 100%;
    top: 0px;
    padding: 3.302083%;
  }

  .news_banner_list li a.img {
    width: 100%;
    float: none;
    padding: 0px;
  }
}

/*news_index*/

.news_index {
  position: relative;
  padding: 2.30208333% 0 0;
  background: url(../image/fb694bfe0f0e05f440ef0076d72e5c859e0727e5.png) no-repeat top;
}

/* 首页新闻 */

.demo-news-img .img {
  overflow: hidden;
}

@media (max-width:990px) {
  .demo-news-img .img img {
    width: 100%;
  }
}

.demo-news-img .wz {
  background: #fff;
  padding: 12px 20px 20px;
}

.demo-news-img .wz h3 {
  color: #545454;
  font-size: 16px;
  line-height: 40px;
}

.demo-news-img .wz h3:hover {
  color: #6ce4ef;
}

.demo-news-img .txt {
  color: #717070;
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}

.demo-news-img .wz h5 {
  color: #717070;
  font-size: 16px;
  background: url(../image/612fe4936516c5760e03dca171496390568263c3.png) 0 50% no-repeat;
  padding-left: 30px;
  line-height: 24px;
  margin-top: 15px;
}

.demo-news-img .wz h5 i {
  float: right;
  font-style: initial;
  border: 1px solid #ccc;
  padding: 2px 15px;
  color: #5a5a5a;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 13px;
  font-style: initial;
}

.demo-news-img .wz h5 i:hover {
  background: #55c5ce;
  color: #fff;
  border: 1px solid #55c5ce;
}

.demo-news-box {
  font-size: 14px;
}

@media (min-width: 990px) {
  .demo-news-img {
    width: 48.5%;
    margin-left: 1.5%;
    float: right;
  }

  .demo-news-right {
    width: 50%;
    float: left;
  }
}

.demo-news-box {
  margin-top: 3.125%;
  font-size: 0
}

@media (min-width: 990px) {
  .demo-news-img {
    width: 43.75%;
    margin-left: 3.4375%;
    background: #fff;
    padding: 5px;
    border: 1px solid #bcbcbc;
  }
}

@media (min-width: 990px) {

  .demo-news-img,
  .demo-news-right {
    display: inline-block;
    vertical-align: middle
  }

  .demo-news-right {
    width: 52.8125%;
  }
}

.demo-news-right {
  background: #fff;
  padding: 5px;
  border: 1px solid #bcbcbc;
}

.demo-news-top {
  position: relative;
  padding-right: 18.93491124%;
  margin-bottom: 5.91715976%
}

.demo-news-top h3 {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.demo-news-top p {
  font-weight: 100;
  font-size: 13px;
  color: #000;
  line-height: 1.6
}

.demo-news-top .date {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 70px
}

.demo-news-top .date h4 {
  font-size: 44px;
  color: rgba(0, 0, 0, .7);
  line-height: 1
}

.demo-news-top .date h5 {
  font-size: 15px;
  color: rgba(0, 0, 0, .7);
  line-height: 1.6
}

.demo-news-top .date span {
  display: inline-block
}

.demo-news-top .date span .iconfont {
  color: #fff;
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 1.35;
  background: #000;
  border-radius: 50%
}

.demo-news-top:hover h3 {
  color: #6ce4ef
}

.demo-news-list li {
  position: relative;
  padding: 18px 80px 18px 0;
  border-bottom: 1px solid #ededed
}

@media (max-width: 1366px) {
  .demo-news-list li {
    padding-top: 9px;
    padding-bottom: 9px
  }
}

.demo-news-list li a {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, .9)
}

.demo-news-list li a:hover {
  color: #6ce4ef
}

.demo-news-list li span {
  position: absolute;
  right: 0;
  width: 80px;
  text-align: right;
  top: 50%;
  margin-top: -9px;
  font-size: 13px;
  color: rgba(0, 0, 0, .5)
}

.demo-news-list li span a {
  float: right;
  font-style: initial;
  border: 1px solid #ccc;
  padding: 2px 15px;
  color: #5a5a5a;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 13px;
}

.demo-news-list li span a:hover {
  background: #55c5ce;
  color: #fff;
  border: 1px solid #55c5ce;
}

.demo-news-list li {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 12px;
  padding: 10px 5px 16px 24px;
}

.demo-news-list li a {
  color: #545454;
  font-size: 16px;
}

.demo-news-list li span {
  position: relative;
  display: block;
  color: #717070;
  font-size: 14px;
  background: url(../image/612fe4936516c5760e03dca171496390568263c3.png) 0 50% no-repeat;
  padding-left: 30px;
  width: auto;
  top: 0;
  text-align: left;
  margin-top: 15px;
}

.demo-news-list li .txt {
  color: #717070;
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}


/*link*/

.xyin-links {
  padding: 15px 0;
  padding-top: 30px;
}

.xyin-links .container {
  background: url(../image/96599c03c9db2df73f89e07e2907226d341b738b.png) no-repeat 15px 13px;
}

.xyin-links span {
  font-size: 14px;
  color: #b3b3b3;
  padding-left: 70px;
}

.xyin-links a {
  display: inline-block;
  font-size: 14px;
  color: #b3b3b3;
  padding-right: 10px;
  line-height: 25px
}
