﻿@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1466 {
  width: 1466px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}
div#ftop .w1466 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div#ftop {
  background: #f9f9f9;
  padding: 10px 0;
}
.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* -- 页面整体布局 -- */
.pic img,
.picl img,
.pics img {
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
}

.pic img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.picl img:hover {
  -moz-transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
}

.pics img:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.white,
.whites {
  position: relative;
  overflow: hidden;
}

.white:after,
.whites:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}

.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

i,
em {
  font-style: normal;
}

/**/
.head-index .logo {
  width: 30%;
  float:left;
  line-height:100px;
}
.head-index .logo img{
	width:100%;
}
.head-index .headr {
  position: relative;
  width: 70%;
  float:right;
}

.head-index .headr .ss {
  margin-top: 40px;
}

.head-index .headr .terq {
  background: url(../images/7649801987a2fc1e278b1ea502e36483364a13ba.png) no-repeat top center;
  width: 19px;
  height: 19px;
  margin-top: 40px;
  margin-right: 48px;
  position: relative;
}

.head-index .headr .terq .erq1 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30px;
  right: 0px;
  text-align: center;
  display: none;
  z-index: 9999;
}

.head-index .headr .terq:hover .erq1 {
  display: block;
}

#formsearch {
  position: absolute;
  right: 0;
  top: 100px;
  border: 1px solid #22d0ab;
  width: 252px;
  z-index: 11;
  background: #22d0ab;
  display: none;
}

#formsearch input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

#formsearch input#keyword {
  text-indent: 10px;
  float: left;
  width: 200px;
  color: #fff;
  outline: none;
}

#formsearch input#s_btn {
  background: url(../images/7881e19145c278a4c441b6bf3604cfcfd430ea72.png) no-repeat 50%;
  font-size: 0;
  float: right;
  width: 50px;
  outline: none;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

#formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

/**/
.product-index {
  margin-top: 50px;
}

.product-index .pt h3 {
  text-align: center;
  color: #22d0ab;
  font-size: 40px;
  font-weight: bold;
}

.product-index .pt .psort {
  text-align: center;
  font-size: 0;
  margin-top: 18px;
}

.product-index .pt .psort li {
  display: inline-block;
  padding-bottom: 15px;
}

.product-index .pt .psort li a {
  display: block;
  color: #2f2f2f;
  font-size: 20px;
}

.product-index .pt .psort li:last-child a span {
  display: none;
}

.product-index .pt .psort li:hover {
  background: url(../images/e306de9e538891a4624c65e9087fae393398a55d.png) no-repeat 5px bottom;
}

#multipleColumn {
  position: relative;
  width: 1200px;
}

#multipleColumn .hd .next {
  position: absolute;
  left: -130px;
  top: 342px;
  z-index: 999;
  height: 72px;
  width: 33px;
}

#multipleColumn .hd .prev {
  position: absolute;
  right: -130px;
  top: 342px;
  z-index: 999;
  height: 72px;
  width: 33px;
}

#multipleColumn .hd ul {
  text-align: center;
  margin-top: 40px;
}

#multipleColumn .hd ul li {
  display: inline-block;
  width: 50px;
  height: 5px;
  background: #949494;
  margin: 0 10px;
  text-indent: -20000px;
}

#multipleColumn .hd ul li.on {
  background: #22d0ab;
}

.product-index .con2 {
  margin-top: 55px;
}

.product-index .con2 dl {
  float: left;
  width: 385px;
  margin: 0 7px;
  margin-bottom: 24px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
}

.product-index .con2 dt {
  width: 385px;
  /*height: 289px;*/
  line-height: 0;
}

.product-index .con2 dt img {
  width: 385px;
  /*height: 289px;*/
  border: 1px solid #eee;
  box-sizing: border-box;
}

.product-index .con2 dd {
  height: 74px;
  background: #fff;
  padding-left: 17px;
  padding-top: 20px;
  position: relative;
}

.product-index .con2 dd b {
  display: block;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 12px;
}

.product-index .con2 dd b a {
  display: block;
  color: #000000;
}

.product-index .con2 dd span {
  display: block;
  font-size: 16px;
  color: #8B8B8B;
}

.product-index .con2 dd a.more {
  position: absolute;
  width: 52px;
  height: 55px;
  display: block;
  right: 12px;
  bottom: 18px;
  background: url(../images/982d98d30c15aba78a1fdd4b39f8c6633cd3c08f.png) no-repeat center;
  transition: all .2s linear;
}

.product-index .con2 dl:hover dd b a {
  color: #22d0ab;
}

.product-index .con2 dl:hover dd a.more {
  background: url(../images/ab318ace65af1db0aaef7f77e1fb31936b2b56c8.png) no-repeat center;
  bottom: 65px;
}

/**/
.case-bg {
  background: url(../images/013a18dc4de3dbffc0847dcf1153bdf0aca534e8.jpg) no-repeat top center;
  height: 801px;
  margin-top: 90px;
}

.case-bg .case-index {
  padding-top: 80px;
}

.case-bg .case-index .ct {
  text-align: center;
}

.case-bg .case-index .ct h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: lighter;
}

.case-bg .case-index .ct h4 {
  font-size: 20px;
  color: #ffffff;
  padding: 15px 0;
}

.case-bg .case-index .ct span {
  display: block;
  width: 68px;
  height: 2px;
  background: #22d0ab;
  margin: 0 auto;
}

.case-bg .case-index .c-list1 {
  margin: 0 -4px;
  margin-top: 45px;
}

.case-bg .case-index .c-list1 li {
  float: left;
  margin: 0 4px;
  margin-bottom: 15px;
}

.case-bg .case-index .c-list1 li .img1 {
  overflow: hidden;
  width: 305px;
}

.case-bg .case-index .c-list1 li .img1 img {
  width: 305px;
  height: 192px;
}

.case-bg .case-index .c-list1 li .wz {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
}
.case-bg .case-index .c-sort {
  background: #22d0ab;
  margin-top: 45px;
}

.case-bg .case-index .c-sort .csort {
  text-align: center;
  font-size: 0;
}

.case-bg .case-index .c-sort .csort li {
  display: inline-block;
}

.case-bg .case-index .c-sort .csort li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding: 0 42px;
  height: 75px;
  line-height: 75px;
  background: url(../images/b41810bf3efd72dfc800222f7b7d1a7ed656b64d.png) no-repeat right center;
  background-size: 8px auto;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
}

.case-bg .case-index .c-sort .csort li:last-child a {
  background: none;
}

.case-bg .case-index .c-sort .csort li:hover a {
  color: #3e4d5c;
}

/**/
.pp-bg {
  margin-top: 55px;
}

.pp-bg .pp-index h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.pp-bg .pp-index h3 span {
  color: #22d0ab;
}

.pp-bg .pp-index h4 {
  color: #2f2f2f;
  font-size: 20px;
  text-align: center;
  padding-top: 15px;
}

/*品牌四大实力*/
.sl2 {
  margin-top: 70px;
}

.sl2 .con1 dl {
  margin: 0;
}

.sl2 .con1 dt {
  width: 960px;
  height: 450px;
}

.sl2 .con1 dt img {
  width: 960px;
  height: 450px;
}

.sl2 .con1 dd {
  width: 960px;
  height: 450px;
  background: #22d0ab;
  padding-left: 45px;
  padding-top: 95px;
  padding-right: 360px;
}

.sl2 dd h3 {
  margin-bottom: 38px;
}

.sl2 dd h3 em {
  display: block;
  width: 66px;
  height: 77px;
  text-align: center;
  line-height: 77px;
  color: #fff;
  float: left;
}

.sl2 dd h3 i {
  float: left;
  margin-left: 26px;
  font-size: 34px;
  color: #ffffff;
  font-weight: normal;
  font-style: initial;
  padding-top: 10px;
}

.sl2 dd h3 i span {
  font-size: 12px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.sl2 dd p {
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
}

.sl2 dd p span {
  display: block;
}

.sl2 dd .list {
  margin-top: 45px;
  height: 144px;
  overflow: hidden;
}

.sl2 dd ul li {
  float: left;
  margin-right: 20px !important;
  display: inline;
}

.sl2 dd ul li:nth-child(2n) {
  margin-right: 0;
}

.sl2 dd ul li a {
  display: block;
}

.sl2 dd ul li img {
  width: 269px;
  height: 144px;
}

.sl2 dd .qh {
  margin-top: 21px;
  position: relative;
}

.sl2 .con1:nth-child(2n) dd {
  background: #fff;
  padding-left: 360px;
  padding-right: 0;
}

.sl2 .con1:nth-child(2n) dd h3 i {
  color: #2f2f2f;
}

.sl2 .con1:nth-child(2n) dd h3 i span {
  color: #cbcbcb;
}

.sl2 .con1:nth-child(2n) dd p {
  color: #2f2f2f;
}

/**/
.about-bg {
  background: url(../images/afc260d69095f682842ef7c79e8b706cb2dbb6f1.jpg) no-repeat top center;
  height: 946px;
  overflow: hidden;
  margin-top: 0px;
}

.about-bg .about-index .at {
  text-align: center;
  padding-top: 92px;
}

.about-bg .about-index .at h3 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

.about-bg .about-index .at h4 {
  color: #ffffff;
  font-size: 20px;
  padding-top: 12px;
}

.about-bg .about-index .ap {
  margin-top: 50px;
}

.about-bg .about-index .ap {
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.c2-con ul {
  text-align: center;
  margin-top: 75px;
}

.c2-con ul li {
  width: 25%;
  position: relative;
  float: left;
}

.c2-con ul li .count-title {
  font: 500 62px/50px "Microsoft YaHei";
  color: #ffffff;
  display: inline-block;
}

.c2-con ul li dt {
  font-size: 45px;
  color: #22d0ab;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  line-height: 0;
}

.c2-con ul li p {
  font: normal 22px/40px "Microsoft YaHei";
  color: #ffffff;
  text-align: center;
}

.wz1 {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  margin-top: 94px;
}

/**/
.news-bg {
  background: #f4f4f4;
  padding: 0 0 90px;
}

.news-bg .news-index .at {
  text-align: center;
  padding-top: 54px;
}

.news-bg .news-index .at h3 {
  color: #22d0ab;
  font-weight: bold;
  font-size: 40px;
}

.news-bg .news-index .at h4 {
  color: #333333;
  font-size: 20px;
  padding-top: 12px;
}

.new_l {
  width: 388px;
  background: url(../images/e66980c09824f9fa0c5393baf7bf96c643567e49.jpg) repeat-x 0 0 #fff;
  padding: 30px 34px 0;
  height: 459px;
  box-shadow: 0 0 10px 2px #e7e7e7;
  overflow: hidden;
  margin-top: 54px;
}

.new_r {
  width: 781px;
  margin-top: 54px;
}

.new1,
.new2 {
  width: 790px;
  overflow: hidden;
  height: 455px;
  background: #fff;
  box-shadow: 0 0 10px 2px #e7e7e7;
  margin-bottom: 15px;
  padding: 30px 40px 0;
}

.newtil {
  height: 51px;
  line-height: 30px;
  font-size: 24px;
  font-weight: normal;
}

.newtil a {
  color: #363636;
}

.newtil em {
  display: block;
  font-size: 10px;
  opacity: 0.5;
  line-height: 12px;
  font-style: initial;
}

.newtil span {
  float: right;
  width: 33px;
  height: 33px;
  display: block;
  background: url(../images/c8707fd53f4fb12b9ccf14dfe304e062c29f4465.png) no-repeat 0 0;
}

.newtil span a {
  display: block;
  width: 33px;
  height: 33px;
}

.new_l .newtil a {
  color: #fff;
}

.new_l .newtil span {
  background: url(../images/fe03fc1641f8fdde6b3db4f6d0ef143972eeebe2.png) no-repeat 0 0;
}

.new_l dl {
  padding: 16px 0 0;
}

.new_l dt,
.new_l dt img {
  height: 239px;
  width: 320px;
  display: block;
  overflow: hidden;
}

.new_l dd {
  padding: 11px 0 0;
}

.new_l dd h3,
.new1_c li a {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #363636;
  display: block;
}

.new_l dd h3 a {
  display: block;
  color: #363636;
}

.new_l dd h3 a:hover {
  color: #22d0ab;
}

.new_l dd h3:hover,
.new1_c li a:hover {
  color: #22d0ab;
}

.new_l dd p {
  height: 63px;
  font: 13px "Microsoft YaHei";
  color: #8a8a8a;
  overflow: hidden;
  line-height: 23px;
}

.new_l dd span,
.new1_c li span {
  background: url(../images/758c20469e301f98f6e52116e3f197f42e316e9d.png) no-repeat 0 center;
  height: 24px;
  overflow: hidden;
  text-align: right;
  color: #8a8a8a;
  display: block;
  font-size: 12px;
}

.new1_c li {
  width: 350px;
  float: left;
}

.new1_c li p {
  height: 116px;
  overflow: hidden;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 26px;
}

.new1_c li:nth-child(2n-1) {
  padding: 0 30px 0 0;
}

.new2 {
  position: relative;
}

.new2 .newtil span {
  position: absolute;
  right: 40px;
  top: 30px;
}

.new2 .newtil p {
  position: absolute;
  left: 40px;
  top: 30px;
}

.new2_w {
  width: 350px;
}

.new2_w ul {
  margin-top: 10px;
}

.new2_w li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.new2_w li a {
  color: #acacac;
  font-size: 13px;
  line-height: 21px;
}

.new2_w li a:hover {
  color: #22d0ab;
}

.new2_w ul img {
  margin-top: 42px;
  float: left;
}

.new2_w ul span {
  color: #8a8a8a;
  font-size: 12px;
  text-align: right;
  float: right;
  margin-top: 60px;
  margin-right: 20px;
}

/**/
.foot-bg {
  background: #2f2f2f;
  padding: 55px 0;
}

.foot-bg .foot-index .lx h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 30px;
}

.foot-bg .foot-index .lx h3 span {
  width: 35px;
  height: 3px;
  display: block;
  background: #fff;
  margin-top: 15px;
}

.foot-bg .foot-index .lx .ct {
  color: #fff;
  font-size: 16px;
  width: 380px;
  line-height: 30px;
}

.foot-bg .foot-index .fdao {
  margin-left: 174px;
  width: 205px;
}

.foot-bg .foot-index .fdao h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.foot-bg .foot-index .fdao h3 span {
  width: 35px;
  height: 3px;
  display: block;
  background: #fff;
  margin-top: 15px;
  margin-left: 30px;
}

.foot-bg .foot-index .fdao p a {
  display: inline-block;
  width: 50%;
  float:left;
  color: #fff;
  font-size: 17px;
  margin-bottom: 24px;
  background: url(../images/8caee1fb2caae1eea612f7a3eef83d8e0dbde475.png) no-repeat 80% center;
}

.foot-bg .foot-index .fdao p a:nth-child(2n) {
  background: none;
}

.foot-bg .foot-index .ferq {
  width: 250px;
  color: #fff;
}

.foot-bg .foot-index .ferq h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: right;
}

.foot-bg .foot-index .ferq h3 span {
  width: 35px;
  height: 3px;
  display: block;
  background: #fff;
  margin-top: 15px;
  margin-left: 210px;
}

.foot-bg .foot-index .ferq .er {
  text-align: center;
  margin-right: -20px;
  font-size: 12px;
  line-height: 30px;
}

.link {
  width: 168px;
  position: relative;
  margin-left: 80px;
}

.link dd {
  position: absolute;
  bottom: 28px;
  left: 0;
  background: #fff;
  display: none;
}

.link dd a {
  display: block;
  line-height: 38px;
  text-align: center;
  color: #555555;
  width: 290px;
}

.cop-bg {
  background: #2f2f2f;
  border-top: 1px solid #4e4e4e;
  padding: 12px 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.cop-bg a {
  color: #ffffff;
}

.nbg {
  background: #535353;
}

.xypg-left-con {
  border: none;
}

.xypg-left-nav {
  margin: 0;
  font-size: 0;
}

.xypg-left-nav > li {
  border: none;
  width: 33.3333%;
  display: inline-block;
  padding: 16px 0;
}

.xypg-left-nav > li > a {
  padding: 0;
  text-align: center;
  color: #fff;
}

.xypg-left-nav > li .first-nav-btn {
  display: none;
}

.xypg-left-nav > li:hover {
  background: #454545;
}

.links {
  line-height: 22px;
  padding:25px 0;
}

  .links strong {
    font-size: 16px;
    color: #666666; }
  .links a {
    color: #666666;
    font-size: 14px; }
    .links a:hover {
      color: #eb3341; }