@font-face {
  font-family: zt-Bold;
  src: url(../fonts/zt-bold.eot);
  src: url(../fonts/zt-bold.eot#iefix) format("embedded-opentype"), url(../fonts/zt-bold.woff2) format("woff2"), url(../fonts/zt-bold.woff) format("woff"), url(../fonts/zt-bold.ttf) format("truetype"), url(../fonts/zt-bold.svg#futurabook) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: zt-Demi;
  src: url(../fonts/zt-demi.eot);
  src: url(../fonts/zt-demi.eot#iefix) format("embedded-opentype"), url(../fonts/zt-demi.woff2) format("woff2"), url(../fonts/zt-demi.woff) format("woff"), url(../fonts/zt-demi.ttf) format("truetype"), url(../fonts/zt-demi.svg#futurabook) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: zt-Light;
  src: url(../fonts/zt-light.eot);
  src: url(../fonts/zt-light.eot#iefix) format("embedded-opentype"), url(../fonts/zt-light.woff2) format("woff2"), url(../fonts/zt-light.woff) format("woff"), url(../fonts/zt-light.ttf) format("truetype"), url(../fonts/zt-light.svg#futurabook) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: zt-Medium;
  src: url(../fonts/zt-demi.eot);
  src: url(../fonts/zt-demi.eot) format("embedded-opentype"), url(../fonts/zt-medium.woff2) format("woff2"), url(../fonts/zt-demi.woff) format("woff"), url(../fonts/zt-demi.ttf) format("truetype"), url(../fonts/zt-demi.svg) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: zt-Regular;
  src: url(../fonts/zt-demi.eot);
  src: url(../fonts/zt-demi.eot) format("embedded-opentype"), url(../fonts/zt-regular.woff2) format("woff2"), url(../fonts/zt-demi.woff) format("woff"), url(../fonts/zt-demi.ttf) format("truetype"), url(../fonts/zt-demi.svg) format("svg");
  font-weight: 400;
  font-style: normal
}
h2, h3 {
  font-family: "zt-Bold";
}
h4 {
  font-family: "zt-Demi";
}
h5 {
  font-family: "zt-Medium";
}
h6 {
  font-family: "zt-Regular";
}
p, span {
 
}
.header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
}
.headerTop {
  width: 100%;
  background: #fff;
  padding: 10px 0 40px;
  overflow: hidden;
}
.header_top_left {
  width: 50%;
}
.header_list li {
  display: inline-block;
  margin-right: 20px;
}
.header_list li .header_tel_hover {
  width: 93px;
  position: absolute;
  top: 2px;
  left: 26px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav-tel {
  width: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav-tel:hover {
  width: 120px;
}
.header_list li:hover .header_tel_hover {
  opacity: 1;
}
.header_top_right .header_list li {
  margin-left: 20px;
  margin-right: 0;
}
.header_list li a {
  position: relative;
  color: #616365;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.header_list li img {
  width: 18px;
}
.header_list li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.header_list li a:hover {
  opacity: 0.7;
}
.header_list li a + a {
  margin-left: 16px;
}
.header_list li a + a:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 10px;
  left: -11px;
  top: 4px;
  background: #616365;
}
.headerBottom {
  width: 100%;
  padding: 5px 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  z-index: 9999;
}
.headerBottom.active {
  background: #fff;
}
.header_logo {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 10px;
}

.header_nav {
  text-align: center;
}
.header_nav a {
  font-size: 16px;
  display: inline-block;
  margin: 0 30px;
  padding: 20px 0 16px;
  color: #000;
}
.headerBottom.active .header_nav a {
  color: #333;
}
.header_nav a:hover, .headerBottom.active .header_nav a:hover, .header_nav a.active {
  color: #1769B5;
}
.header_nav a.cun{color: #1769B5;}


.header_scroll {
  position: fixed;
  top: -74px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 999999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header_scroll.active {
  top: 0;
}
.header_scroll_logo img {
  width: 210px;
}
.header_scroll_a {
  position: absolute;
  left: 50%;
  width: 66%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header_scroll_a a {
  display: inline-block;
  padding: 16px 32px 30px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #999;
}
.header_scroll_a a:hover, .header_scroll_a a.active {
  color: #000;
}
.header_scroll_qt {
  margin-top: 12px;
}
.header_scroll_qt .header_list li {
  margin-right: 0;
  margin-left: 20px;
}
.header_scroll_qt li img {
  width: 21px;
}
.nav_header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  top: 140px;
  left: 0;
  z-index: 999999;
}
.nav_bg_black {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: -1;
}
.nav_header.cur {
  top: 80px;
}
.nav_header.active {
 
}
.nav_header ul {
  position: relative;
}
.nav_header li {
  display: none;
  position: relative;
  text-align: left;
  width: 100%;
}
.nav_bg_ind {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 50px 10px;
}
.nav_flex {
  max-width: 1176px;
  min-width: 767px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.nav_list {
  padding: 0 10px;
  width: 15%;
}

.nav_list a{ margin-top: 10px;display: block;}
.nav_list:first-child {
  width: 373px;
  height: 250px;
  margin-right: 5%;
  background-size: cover;
  background-position: center;
}
.nav_list h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.nav_list img {
  display: block;
  width: 100%;
  padding-right: 15%;
  padding-top: 4px;
}
.nav_list p > a {
  display: inline-block;
  font-size: 14px;
  color: #616365;
  margin: 4px 0;
}
.nav_list a:hover {
  opacity: 0.7;
}
.banner .wrap {
  margin: 50px auto;
}
.banner_box {
  padding: 0 10px;
}
.banner_box li {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 43px);
  background-size: cover;
  background-position: center;
}
.banner_text {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 32%;  width: 100%;
}
.banner_text h3 {
  font-weight: 500;
  font-size: 100px;
  letter-spacing: 2px;
}
.banner_text p {
  font-size: 36px;
  margin: 10px 0 30px;
}
.banner_button a {
  display: inline-block;
  padding: 8px 38px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 13px;
  margin: 0 5px;
  letter-spacing: 1px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.banner_button a + a {
  background: #fff;
  color: #000;
}
.banner_button a:hover {
  background: #000;
  color: #fff;
}
.slick-arrow {
  width: 33px;
  height: 33px;
  display: block;
  border-radius: 5px;
  background-color: #999999;
  top: 50%;
  margin-top: -16px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-arrow:hover {
  background-color: #000;
}
.slick-prev:hover i {
  background-position: 30% center;
}
.slick-next:hover i {
  background-position: 70% center;
}
.img {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  margin: 0 auto 8px;
  text-align: center;
}
.img img {
  width: 100%;
}
.img > span {
  display: block;
  height: 100%;
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-dots {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.slick-dots li.slick-active {
  background: #000;
}
.slick-dots li {
  display: inline-block;
  width: 6px !important;
  height: 6px !important;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ddd;
  margin: 0 5px;
  float: none !important;
}
.wrap {
  padding: 0 15px;
  width: 90%;
  margin: 60px auto 40px;
}
.new-store-box .wrap:nth-child(2) {
  margin-top: 60px;
}
.ind_one_box {
  overflow: hidden;
}
.ind_one_box li {
  width: 50%;
  float: left;
  padding: 30px;
}
.ind_one_img {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.ind_one_bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.ind_one_box li:hover .ind_one_bg {
  opacity: 0.7;
}
.ind_one_text {
  text-align: center;
  margin: 50px 0 20px;
}
.ind_one_text h3, .ind_two_text h3, .ind_three_text h3 {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ind_one_text p, .ind_two_text p, .ind_three_text p {
  font-size: 18px;
  margin-bottom: 25px;
}
.ind_one_text span, .ind_two_text span, .ind_three_text span {
  font-size: 12px;
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
}
.ind_two {
  margin: 50px 0;
}
.ind_two_box {
  position: relative;
}
.ind_two_img {
  width: 70%;
  height: 600px;
  overflow: hidden;
}
.ind_two_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.ind_two_text {
  position: absolute;
  top: 20%;
  width: 450px;
  padding: 5%;
  left: 60%;
  background: #fff;
  text-align: center;
}
.ind_two_text p {
  margin-bottom: 60px;
}
.ind_three_box {}
.ind_three_box li {
  position: relative;
  width: 33.33%;
  float: left;
  padding: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.ind_three_box li:hover {
  opacity: 0.7;
}
.ind_three_img {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.ind_three_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.ind_three_text {
  text-align: center;
  padding: 20px 0 30px;
}
.ind_title {
  text-align: center;
  letter-spacing: 1px;
}
.ind_title h2, .ind_five_text h2 {
  font-size: 52px;
  font-weight: 500;
}
.ind_title h4 {
  font-size: 39px;
  font-family: '宋体';
  font-weight: 500;
  margin-bottom: 10px;
}
.ind_title p {
  font-size: 20px;
  margin: 12px 0 28px;
}
.title_nav {
  margin-bottom: 30px;
}
.title_nav a {
  display: inline-block;
  margin: 0 15px;
  border: 1px solid #000;
  padding: 6px 25px;
  font-size: 14px;
  letter-spacing: 1px;
  background: #fff;
  color: #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.title_nav a.cur, .title_nav a:hover {
  background: #1769B5; border: 1px solid #1769B5;
  color: #fff;
}
.ind_four {
  margin: 50px 0;
}
.ind_four_box {
  padding: 0 5.5%;
}
.ind_four_box .slick-arrow, .news-pro-ul .slick-arrow {
  width: 35px;
  height: 120px;
  top: 50%;
  margin-top: -60px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
}
.ind_four_box .slick-prev, .news-pro-ul .slick-prev {
  left: 0;
  background: url('../images/left.png') no-repeat center;
  background-size: 22px;
}
.ind_four_box .slick-next, .news-pro-ul .slick-next {
  right: 0;
  background: url('../images/right.png') no-repeat center;
  background-size: 22px;
}
.ind_four_box .slick-dots {
  margin-top: 8px;
}
.ind_four_box .slick-dots li {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  padding: 0;
  float: none;
}
.ind_four_box .slick-dots li.slick-active {
  background: #000;
}
.ind_four_box li {
  position: relative;
  float: left;
  width: 25%;
  padding: 20px;-webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.ind_four_img {
  background: #f5f5f5;
}
.ind_four_img img {
  width: 100%;    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.ind_four_box li:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}


.ind_four_img p {
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: 55px;
  font-size: 13px;
}
.ind_five .wrap {
  margin-bottom: 0;
  margin-top: 50px;
}
.ind_five_box {
  padding: 0 20px;
  overflow: hidden;
}
.product-box .ind_five_box {
  margin-top: 10px;
}
.ind_five_box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 60px 60px 0;
}
.product-box .ind_five_box a {
  padding-left: 60px;
  padding-right: 0;
}
.ind_five_r a {
  padding-left: 60px;
  padding-right: 0;
}
.product-box .ind_five_box .ind_five_r a {
  padding-right: 60px;
  padding-left: 0;
}
.ind_five_r a + a {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}
.ind_five_l, .ind_five_r {
  position: relative;
  width: 50%;
}
.ind_five_r::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 1100px;
  left: 0;
  top: 172px;
  background: #e0e0e0;
}
.product-box .ind_five_r::before {
  left: auto;
  right: 0;
  top: 30px;
  height: 100%;
}
.ind_five_text {
  text-align: center;
  margin-bottom: 43px;
  letter-spacing: 1px;
}
.product-box .ind_five_text {
  margin-top: 60px;
  margin-bottom: 30px;
}
.ind_five_text h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ind_five_text p {
  font-size: 17px;
}
.ind_five_img {
  width: 100%;
  height: 918px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.ind_five_box a:hover .ind_five_img {
  opacity: 0.7;
}
.ind_five_r .ind_five_img {
  height: 299px;
  overflow: hidden;
}
.ind_five_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.ind_five_bg_1 {
  display: block;
}
.ind_five_bg_2, .ind_six_text .ind_five_button {
  display: none;
}
.ind_five_bg img {
  width: 100%;
}
.ind_five_button {
  margin-top: 20px;
  text-align: center;
}
.product-box .ind_five_button {
  margin-top: 30px;
}
.ind_five_button span {
  display: inline-block;
  background: #000;
  padding: 10px 40px;
  color: #fff;
  font-size: 14px;
}
.ind_six_box {
  overflow: hidden;
}
.ind_six .wrap {
  margin: 0 auto;
}
.ind_six_box li {
  padding: 60px 60px 20px;
  float: left;
  width: 33.33%;
  border-top: 1px solid #e0e0e0;
}
.ind_six_box li + li {
  border-left: 1px solid #e0e0e0;
}
.ind_six_img {
  width: 100%;
  height: 232px;
  overflow: hidden;
}
.ind_six_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.ind_six_text {
  text-align: center;
  margin: 40px 0;
}
.ind_six_text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ind_six_text p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1px;
  height: 50px;
  overflow: hidden;
}
.footer .wrap {
  margin-top: 0;
}
.footer_list {
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  padding-top: 70px;
}
.footer_list li {
  width: 12.5%;
  float: left;
  text-align: left;
}
.footer_list li:last-child {
  width: 25%;
}
.footer_list li h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer_list li p {
  font-size: 14px;
  margin: 12px 0;
}
.footer_list li p span {
  display: block;
  margin-top: 5px;
}
.footer_list li p img {
  display: none;
}
.footer_list li p img.cur {
  display: block;
}
.footer_list li a:hover {
  opacity: 0.7;
}
.footer_list li input {
  margin: 5px 0;
  border: 0;
  background: #e2e2e2;
  margin-right: 5px;
  font-size: 13px;
  padding: 10px;
  width: 47%;
  display: inline-block;
}
.footer_list li span {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin: 10px 0;
  line-height: 20px;
  width: 100%;
}
.footer_list li button {
  font-size: 13px;
  color: #fff;
  background: #000;
  width: 110px;
  height: 35px;
  line-height: 35px;
  border: none;
  margin: 30px 0 0;
  letter-spacing: 1px;
}
.copyright {
  font-size: 13px;
  margin: 90px 0 70px;
  border-top: 1px solid #f1f1f1;
  padding-top: 40px;
}
.copyright p {
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Microsoft YaHei";text-align: center;
}
.copyright a {
  color: rgba(0, 0, 0, 0.5);
}
.wgt-fade-animate {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 1;
}
.wgt-fade-animate.appear {
  -wewgtit-animation: opacity_show 1.2s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  -moz-animation: opacity_show 1.2s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  -webkit-animation: opacity_show 1.2s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  animation: opacity_show 1.2s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  opacity: 1 !important;
}
.fade_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  transition: all 5s;
}
.fade_bg.appear {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@-wewgtit-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: .1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes opacity_show {
  0% {
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: .1;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: .1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: .1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.search-view {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 100%;
  background: #fff;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: all .8s;
  transition: all .8s;
  z-index: 999999;
}
.search-view.on {
  left: 0;
}
.search-view .wrap {
  margin: 23px auto;
}
.search-logo {}
.search-logo img {
  display: block;
  width: 240px;
  margin: 0 auto;
}
.search__form {
  position: relative;
  width: 100%;
  margin: 6% 0;
}
.search__input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: 0;
  font-size: 30px;
  border-bottom: 1px solid #ececec;
  font-family: "zt-Bold";
  padding-left: 43px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  color: #333;
}
.search__input::-webkit-input-placeholder {
  color: #333;
}
.search__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  width: 36px;
  height: 36px;
  border: 0;
  top: 1px;
  left: -5px;
  background: 0;
  color: currentColor;
  padding: 0;
}
.icon--search div {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(43deg);
  transform: translate(-50%, -50%) rotate(43deg);
  position: absolute;
  width: 30px;
  height: 21px;
}
.icon--search span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.icon--search span:first-child {
  display: block;
  width: 21px;
  height: 21px;
  right: 9px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  top: 0;
  border-radius: 50%;
}
.icon--search span:last-child {
  display: block;
  width: 9px;
  height: 1px;
  background: rgba(0, 0, 0, 0.8);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-ul {
  width: calc(100% + 44px);
  margin-left: -22px;
  overflow: hidden;
}
.product-list-tab {
  display: none;
}
.product-ul li {
  float: left;
  width: 50%;
}
.product-ul li.product-three {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.product-ul li.product-three .product-item {
  width: 33.333%;
  float: left;
}
.search-view .product-ul li.product-three .product-item {
  width: 25%;
}
.product-item {
  position: relative;
  width: 100%;
  padding: 0 22px 35px;
}
.product-two .product-item {
  width: 50%;
  float: left;
}
.product-ul li .product-img {
  position: relative;
  width: 100%;
  height: 540px;
  background: #f5f5f5;
  background-size: cover;
  background-position: center;
}
.search-view .product-ul li .product-img {
  height: 360px;
}
.product-ul li .product-img > div {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.product-bg-1 {
  opacity: 1;
}
.product-bg-2 {
  opacity: 0;
}
.product-ul li .product-item:hover .product-bg-1 {
  opacity: 0;
}
.product-ul li .product-item:hover .product-bg-2 {
  opacity: 1;
}
.product-text {
  width: 100%;
  margin: 15px auto;
  font-size: 17px;
  overflow: hidden;
}
.product-text span {
  display: block;
  margin-top: 10px;
}
.product-ul li .product-more {
  border-bottom: 1px solid #333;
  font-size: 13px;
}
.search-view h3 {
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-family: "zt-Light";
}
.search-close {
  position: absolute;
  font-size: 35px;
  top: 30px;
  right: 30px;
  font-family: SimHei;
  cursor: pointer;
}
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 60px;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
  display: none;
  z-index: 9999;
}
.nav-bar {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 100%;
}
.nav_btn {
  width: 20px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -17px;
  overflow: hidden;
  cursor: pointer;
}
.nav_btn span {
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: left 50%;
}
.nav_btn span {
  -webkit-transition: all 0.47s ease;
  -moz-transition: all 0.47s ease;
  -ms-transition: all 0.47s ease;
  transition: all 0.47s ease;
}
.nav_btn span.top {
  margin-top: -6px;
}
.nav_btn span.bottom {
  margin-top: 6px;
}
.nav_btn.active span.top {
  -webkit-transform: rotate(45deg) translate(0, -4px);
  -moz-transform: rotate(45deg) translate(0, -4px);
  -ms-transform: rotate(45deg) translate(0, -4px);
  transform: rotate(45deg) translate(0, -4px);
}
.nav_btn.active span.middle {
  opacity: 0;
}
.nav_btn.active span.bottom {
  -webkit-transform: rotate(-45deg) translate(0, 4px);
  -moz-transform: rotate(-45deg) translate(0, 4px);
  -ms-transform: rotate(-45deg) translate(0, 4px);
  transform: rotate(-45deg) translate(0, 4px);
}
.mobile-logo {
  margin: -6px auto 0;
  width: 50%;
  display: block;
  text-align: center;
}

.mobile-logo2 {
 display: block;
    text-align: center;
    float: left;
    left: 20px;
    position: absolute;
}
.mobile-logo img {
  height: 45px; border-radius: 5px;
}

.mobile-logo2 img {
  height: 30px; border-radius: 5px;
}
.mobile-tb {
  position: absolute;
  top: 3px;
  left: 20px
}
.mobile-tb img {
  width: 20px;
}
.mobile-tb a {
  display: inline-block;
  margin-left: 10px;
}
.mobile-menu-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 9999;
}
.mobile-menu-wrap.on {
  right: 0;
}
.full-screen {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.menu-box {
  position: absolute;
  background: #fff;
  z-index: 1004;
  color: #000;
  font-size: .8125rem;
}
.menu-box .menu-box-inner {
  position: relative;
  height: 100%;
  padding-top: 7.1875rem;
  padding-bottom: 5.625rem;
}
.menu-box .a-close {
  background: #fff;
  margin-top: -7.1875rem;
  height: 3.5rem;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.menu-box .a-close .inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 100%;
}
.menu-box .a-close .btn-close {
  position: absolute;
  right: 1.5rem;
  top: -10px;
  font-size: 40px;
  line-height: 40px; color: #999; font-weight: 100
}
.menu-box .search-block {
  top: 2.9375rem;
  left: 0;
  right: 0;
  z-index: 997;
  background: #fff;
  position: static;
  height: 4.25rem;
}
.menu-box .search-block .inner {
  padding: 0 1.25rem .75rem 1.25rem;
}
.headerSearchInput .search-form {
  border-bottom: 1px solid #dfdfdf;
  padding: .875rem 0;
  height: 3.5rem;
}
.headerSearchInput .input-box {
  position: relative;
}
.headerSearchInput .input-box input {
  border: none;
  font-size: 14px;
  height: 1.75rem;
  line-height: 1.75rem;
  width: 100%;
  padding: 20px 0 20px 33px;
}
#search-form-menu .search__button {
  top: 4px;
}
#search-form-menu .icon--search span:first-child {
  width: 15px;
  height: 15px;
  right: 9px;
  top: 2px;
}
#search-form-menu .icon--search span:last-child {
  width: 6px;
  right: 4px;
}
.menu-list {
  height: 100%;
  overflow-y: auto;
}
.menu-list li.parent > a {
  position: relative;
}
.menu-list li.level-1-item .level-1-link {
  padding: 14px 20px;
  display: block;
  font-size: 17px;
}

.menu-list li > a.cun{color: #1769B5;}

.menu-list li.parent > a:after {
  position: absolute;
  top: 50%;
  content: "";
  background: url(../images/jia.png) 0 0 no-repeat;
  width: .825rem;
  height: .825rem;
  background-size: contain;
  right: 0;
  font-size: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-list li.level-1-item .level-1-link:after {
  right: 1.5rem;
}
.menu-list li.parent.open > a:after {
  background: url(../images/jian.png) 0 no-repeat;
  width: .825rem;
  height: .825rem;
  background-size: contain;
  content: '';
}
.menu-list .level-2-list {
  padding: .3125rem 1.5rem .3125rem 2.1875rem;
}
.menu-list li.parent > ul {
  display: none;
}
.menu-list li.parent > ul.active {
  display: block;
}
.menu-list .level-2-item > a {
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: block;
  font-size: 16px;
}
.menu-list .level-3-list {
  margin-left: .625rem;
  color: #666;
  padding: .375rem 0;
}
.menu-list .level-3-list .level-3-item > a {
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  display: block;
  color: #666;
  font-size: 14px;
}
.nav-other {
  padding: 1.25rem 0 0;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.nav-other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .9375rem;
}
.nav-other li {
  width: 50%;
  padding-left: 1.3125rem;
}
.nav-other li.account {
  overflow: hidden;
}
.nav-other li .inner {
  position: relative;
  padding-left: 1.5625rem;
}
.nav-other li.account .inner {
  display: block;
  width: 100%;
}
.nav-other li .inner img {
  width: 17px;
  display: inline-block;
  vertical-align: middle;
}
.nav-other li .inner a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
}

.sx-right li a{padding:0 15px;transition: all .3s;}

.sx-right li a:hover{    color: #1769B5;}

.sx-right li.cun a{    color: #1769B5;}
/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; border: #dddddd solid 1px; margin-left: -1px; display: inline-block;}
.pager ul li a:hover {border-color: #70c4f3; background-color: #70c4f3; color: #FFF}
.pager ul .active a {border: #3ea8e2 solid 1px; display: inline-block; background-color: #3ea8e2; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px; background-color: #fff}
.pager ul .active a:hover {color: #fff; border: #3ea8e2 solid 1px !important; background-color: #3ea8e2 !important}