﻿:root {
  --main-color: #82bd49;
}

html {
  background: #fff;
}

body {
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
}

body.lang-zh_cn {
  font-family: "微软雅黑", "黑体", "宋体", sans-serif;
}


a {
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: var(--main-color);
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

/** 公共样式 **/
.section {
  width: 100%;
  min-width: 1200px;
  padding: 40px 0;
  height: auto;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.section:before,
.section:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.section:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.txt-lt {
  text-align: left;
}

.txt-cr {
  text-align: center;
}

.txt-rt {
  text-align: right;
}

.mgn-t5 {
  margin-top: 5px;
}

.mgn-t10 {
  margin-top: 10px;
}

.mgn-t15 {
  margin-top: 15px;
}

.mgn-t20 {
  margin-top: 20px;
}

.mgn-t25 {
  margin-top: 25px;
}

.mgn-t30 {
  margin-top: 30px;
}

.mgn-t35 {
  margin-top: 35px;
}

.mgn-t40 {
  margin-top: 40px;
}

.mgn-t45 {
  margin-top: 45px;
}

.mgn-t50 {
  margin-top: 50px;
}

.mgn-t55 {
  margin-top: 55px;
}

.mgn-t60 {
  margin-top: 60px;
}

.img-block {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.transitions {
  webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

.pic {
  height: auto;
  overflow: hidden;
}

.pic img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 285px;
  transition: 0.5s;
}

/** 顶部 **/
.full-top {
  width: 100%;
  min-width: 1200px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d2d2d2;
}

.top-welcome {
  line-height: 34px;
  font-size: 14px;
  color: #555;
}

.top-list-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 34px;
}

.top-list-contact li {
  font-size: 14px;
  margin-right: 25px;
}

.top-list-contact li a {
  color: #555;
}

.top-list-contact li i {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.top-list-contact li a:hover {
  color: var(--main-color);
}

.lang-wrap {
  height: 34px;
  position: relative;
  z-index: 100;
  margin-left: 25px;
}

.lang-wrap .open-lang {
  display: block;
  height: 34px;
  line-height: 34px;
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.lang-wrap .open-lang span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 8px;
  height: 26px;
  line-height: 26px;
}

.lang-wrap .open-lang i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}

.lan-menu {
  min-width: 100%;
  width: auto;
  height: auto;
  line-height: 44px;
  overflow: hidden;
  color: #666;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 101;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.lan-menu a {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  color: #666;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

.lan-menu a:hover {
  color: #82bd49;
}

.lan-menu a.cn {
  background-image: url(../image/cn.png);
}

.lan-menu a.en {
  background-image: url(../image/en.png);
}

.lan-menu a.hasline {
  border-bottom: 1px solid #eee;
}

.top-link {
  height: auto;
  overflow: hidden;
}

.top-link a {
  display: inline-block;
  margin-left: 15px;
  float: left;
  line-height: 34px;
}

.top-link a i {
  font-size: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
}

.top-link a:hover {
  color: var(--main-color);
}

/** header **/
.full-head {
  width: 100%;
  min-width: 1200px;
  height: auto;
  overflow: visible;
  position: relative;
  z-index: 10;
}

.full-head.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
}

.full-head.fixed.fixed-bgc {
  background-color: rgba(10, 32, 87, .5);
}

.logo {
  height: 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: Center;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  height: auto;
  width: auto;
}

.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 20;
  height: 90px;
  align-items: center;
}

.search-wrap {
  position: relative;
  height: 90px;
  padding-left: 20px;
}

i.search-open {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  color: #fff;
  margin-top: 25px;
  background-color: #82bd49;
  border-radius: 50%;
}

.search-open-wrap {
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 40px;
}

.search-box {
  height: auto;
  overflow: hidden;
  position: relative;
}

.search-box .key_text {
  height: 38px;
  float: left;
  width: 355px;
  overflow: hidden;
  line-height: 38px;
  outline: none;
  border: none;
  padding-left: 15px;
  padding-right: 40px;
  background: #f5f5f5;
  color: #999;
  font-size: 14px;
  border-radius: 20px;
}

.search-box .search_btn {
  border: none;
  outline: none;
  width: 28px;
  height: 28px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #82bd49;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box .search_btn i {
  font-size: 24px;
  color: #fff;
}

.head-hottel {
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.head-hottel h5 {
  font-size: 14px;
  color: #666;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.head-hottel i {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background-color: #82bd49;
  border-radius: 50%;
  margin-right: 12px;
  margin-top: 8px;
  float: left;
}

.head-hottel h3 {
  height: auto;
  overflow: hidden;
  color: #82bd49;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Gotham-Bold';
}

/** nav **/
.nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.nav .nLi {
  float: left;
  height: 90px;
  position: relative;
  z-index: 8888;
  margin-left: 80px;
}

.nav .nLi i {
  margin-left: 5px;
  font-size: 14px;
}

.nav .nLi h3 {
  display: block;
}

.nav .nLi h3 a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 90px;
  text-transform: uppercase;
  transition: 0.6s;
  color: #333;
  padding: 0 2px;
}

.lang-en .nav .nLi h3 a {
  font-size: 15px;
}

.nav .on h3 a {
  color: var(--main-color);
}

.nav .overOn h3 a {
  color: var(--main-color);
}

.nav .sub {
  /* display:none;
	left:0;
	top:100%;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5); */
  /* padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative; */
}

.sub-menu {
  border-top: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 8888;
  /* opacity: 0; */
}

.sub-menu .sub {
  padding: 10px 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  position: relative;
}

.sub-menu>.sub::before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
}

.nav .sub li {
  zoom: 1;
  height: 40px;
  position: relative;
  /* border-bottom:1px solid rgba(255,255,255,0.3); */
  text-align: center;
  white-space: nowrap
    /* padding: 0 15px; */
}

.nav .sub a {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  color: #333;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.nav .sub a.hassub {
  padding-right: 45px;
}

.nav .sub a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.nav .dropdown-menu,
.nav .dropdown-menu ul {
  position: absolute;
  width: auto;
  left: 100%;
  top: 0;
  display: none;
  background-color: #fff;
}

.nav .sub li:hover .dropdown-menu,
.nav .sub .dropdown-menu li:hover ul {
  display: block;
}

.nav .sub li:hover {
  background: #f2f7fc;
  transition: 0.5s;
}

.nav .sub li:hover a {
  color: #333;
}

/** footer **/
.footer {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  background-color: #1d1d1d;
  padding-top: 30px;
  padding-bottom: 35px;
}

.foot-logo {
  height: auto;
  overflow: hidden;
}

.foot-logo img {
  max-width: 100%;
  height: auto;
}

.foot-top-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.foot-item {
  height: auto;
  overflow: hidden;
}

.foot-sort-name {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
  line-height: 1.25;
}

/* .foot-sort-name::after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de7b24;
	position: absolute;
	left: 0;
	bottom: 0;
} */
.foot-sort-name a {
  color: #fff;
}

.foot-sort-name a:hover {
  text-decoration: underline;
}

.foot-sort-list {
  max-width: 220px;
  height: auto;
  overflow: hidden;
}

.foot-sort-list li {
  height: auto;
  overflow: hidden;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 2.5;
}

.foot-sort-list li a {
  color: rgba(255, 255, 255, .6);
  display: inline-block;
}

.foot-sort-list li i {
  font-size: 12px;
  margin-right: 6px;
}

.foot-sort-list li a:hover {
  color: #fff;
}

.foot-contact-info {
  max-width: 360px;
  height: auto;
  overflow: hidden;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 1.65;
}

.foot-contact-info a {
  color: rgba(255, 255, 255, .6);
}

.foot-contact-info a:hover {
  color: #fff;
}

.foot-wechat-wrap {
  width: 120px;
  height: auto;
  overflow: hidden;
  position: relative;
}

.foot-wechat {
  width: 140px;
  height: auto;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.foot-wechat img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}


.foot-social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.foot-social li+li {
  margin-left: 16px;
}

.foot-social li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
}

.foot-social li a i {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

/* .foot-social li a:hover{
	color: #fff;
	background-color: #de7b24;
} */
/* .foot-social li a.douyin{
	background-color: #131313;
}
.foot-social li a.twitter{
	background-color: #1da1f3;
}
.foot-social li a.youtube{
	background-color: #d42426;
}
.foot-social li a.instagram{
	background-color: #6929b1;
}
.foot-social li a.linkedin{
	background-color: #006a9a;
}
.foot-social li a.baidu{
	background-color: #1960ad;
}
.foot-social li a.weibo{
	background-color: #df4d69;
}
.foot-social li a.pengyouquan{
	background-color: #3eb135;
}
.foot-social li a.weixin{
	background-color: #3eb135;
}
.foot-social li a.qqkongjian{
	background-color: #eecf3d;
}
.foot-social li a.qq{
	background-color: #4dafea;
} */

.full-copyright {
  width: 100%;
  min-width: 1200px;
  height: auto;
  overflow: hidden;
  background-color: #131313;
  padding: 15px 0;
}

.copyright {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 30px;
}

.copyright a {
  color: rgba(255, 255, 255, 1);
}

.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

/** 首页样式 **/
.public-head {
  color: #333;
  font-size: 36px;
  text-transform: uppercase;
  height: auto;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
}

.public-head.about {
  padding-left: 35px;
}

.public-head.about::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0b3286;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.public-head.white {
  color: #fff;
}

.public-head span {
  display: inline-block;
  position: relative;
  padding-bottom: 18px;
}

.lang-en .public-head {
  font-family: 'Gotham-Bold';
}

.lang-zh_cn .public-head {
  font-weight: 700;
}

.public-head span::after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #82bd49;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.public-sml {
  color: #1d1d1d;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
}

.public-sml.white {
  color: #fff;
}

.public-more {
  height: auto;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
}

.public-more a {
  display: inline-block;
  color: #fff;
  height: auto;
  line-height: 2;
  padding: 6px 35px;
  border-radius: 5px;
  background-color: #82bd49;
}

.public-more i {
  display: inline-block;
  margin-left: 6px;
}

.index-main-body {
  width: 100%;
  position: relative;
}


/** 内页样式
*** 左右结构
***************/
.ny_banner {
  width: 100%;
  min-width: 1200px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.ny_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  transform: scale(1.1);
  animation: sonBanImg 1.2s linear both .2s;
}

@keyframes sonBanImg {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.full-in-path {
  /* width: 100%; */
  min-width: 1200px;
  border-bottom: 1px solid #eee;
  padding: 15px;
}

.public-path {
  line-height: 30px;
  color: #666;
  font-size: 14px;
}

.public-path a {
  color: #666;
  display: inline-block;
}

.public-path a:hover {
  color: var(--main-color);
}

.public-path i {
  display: inline-block;
  margin-right: 5px;
}

.path-cur {
  line-height: 30px;
  font-size: 18px;
  color: var(--main-color);
}

.section-inner {
  position: relative;
}

.aside-left {
  width: 250px;
}

.aside-left h2 {
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  font-size: 20px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  background-color: var(--main-color);
}

.aside-left h2 i {
  font-size: 24px;
  vertical-align: top;
  margin-right: 10px;
  display: inline-block;
  line-height: 54px;
}

.aside-contact {
  padding: 10px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  border: 1px solid #EEEEEE;
  border-top: none;
  word-break: break-all;
  background: #fff;
}

.aside-contact a {
  color: #333;
}

.aside-contact table tr td img {
  vertical-align: middle;
  width: 25px;
}

.zlm {
  width: auto;
  background: #fff;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}

.zlm dl {
  overflow: visible;
}

.zlm dl dt {
  line-height: 20px;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
  overflow: visible;
  position: relative;
  padding: 15px 15px;
}

.zlm dl dt a {
  display: block;
  float: left;
  line-height: 20px;
  font-size: 15px;
}

.zlm dl dt a span.yuanjiao {
  margin-right: 10px;
  display: none;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.zlm dl dt i {
  position: absolute;
  top: 16px;
  right: 10px;
  cursor: pointer;
}

.zlm dl dt:hover,
.zlm dl #zlm_on,
.zlm dl .zlm_on {
  background: #fff;
}

.zlm dl dt:hover::before,
.zlm dl #zlm_on::before,
.zlm dl .zlm_on::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #ed6a1e;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -1px;
}

.zlm dl .sanji {
  display: none;
  background: #f7f7f7;
  border-bottom: 1px solid #d8d8d8;
}

.zlm dl .sanji li {
  height: auto;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
}

.zlm dl .sanji li a {
  display: block;
  line-height: 22px;
  padding: 8px 0;
  color: #666;
}

.zlm dl .sanji li i {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.zlm dl .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  background: #f0f0f0;
  width: 200px;
  display: none;
}

.zlm dl .sanji li:hover .dropdown-menu {
  display: block;
}

.aside-main {
  /* width: 920px; */
  margin-left: 280px;
  height: auto;
  overflow: hidden;
}

.main-content {
  height: auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 2.25;
  padding: 15px;
}

.main-content img,
.main-content iframe,
.main-content video,
.main-content table {
  max-width: 100%;
  height: auto;
}

.photo-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.photo-list li {
  width: 25%;
  height: auto;
  overflow: hidden;
  padding: 0 10px;
}

.photo-list.factory li {
  width: 33.333333%;
}

.photo-list li .wrap {
  height: auto;
  overflow: hidden;
}

.photo-list li a {
  display: block;
  overflow: hidden;
}

.photo-list li .pic {
  border: 1px solid #eee;
  padding: 5px;
}

.photo-list.factory li .pic {
  padding: 0;
  border: 0;
}

.photo-list li h4 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
}

.photo-list li .wrap:hover .pic img {
  transform: scale(1.1);
}

#baguetteBox-slider .full-image {
  padding: 50px 20px;
}

#baguetteBox-slider img {
  max-width: 100%;
  height: auto;
}

.in-flex-pages {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.pages {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.pages a {
  display: inline-block;
  padding: 0 10px;
  color: #333;
  line-height: 26px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-family: 'OpenSansRegular';
}

.pages a.no_next,
.pages a.hasnext {
  border-radius: 0 999px 999px 0;
}

.pages a.hasprev,
.pages a.no_pre {
  border-radius: 999px 0 0 999px;
  border-left: 1px solid #ddd;
}

.pages i {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 26px;
}

.pages .current {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

/** contact **/
.in-contact-content {
  width: 580px;
  height: auto;
  overflow: hidden;
}

#footer_lxxx tr td {
  padding: 5px 0;
}

.form-content {
  height: auto;
  overflow: hidden;
  padding: 10px 10px 10px 70px;
  font-size: 16px;
  line-height: 25px;
  background: url(../image/feedback.png) 15px center no-repeat #f1f1f1;
  min-height: 50px;
  border-radius: 5px;
}

.form-outer {
  height: auto;
  overflow: hidden;
}

.form-row {
  height: auto;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

.form-col-5 {
  width: 50%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  padding: 0 10px;
}

.form-col-10 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
  padding: 0 10px;
}

.form-group {
  height: auto;
  overflow: hidden;
  position: relative;
}

.form-group label {
  display: block;
  font-family: inherit;
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 5px;
}

.form-group label font {
  display: inline-block;
  margin-left: 5px;
  color: red;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  display: block;
  width: 100%;
  padding: 8px 10px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #555;
  outline: none;
  overflow: hidden;
}

.form-group textarea {
  display: block;
  width: 100%;
  padding: 8px 10px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #555;
  outline: none;
  resize: none;
  height: 90px;
  overflow: hidden;
  transition: 0.5s;
}

.form-group input.form-file {
  float: left;
  width: 260px;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-group button {
  display: inline-block;
  line-height: 20px;
  padding: 10px 40px;
  color: #fff;
  background-color: var(--main-color);
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 5px;
  letter-spacing: 1px;
}

.form-group button[disabled] {
  background-color: #999;
  cursor: no-drop;
}

.form-group input::-webkit-input-placeholder {
  color: #666;
}

.form-group input::-ms-input-placeholder {
  color: #666;
}

.form-group input::-moz-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-group input::placeholder {
  color: #666;
}

/** 新闻左右图文 **/
.list-news-tuwen {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: -20px;
}

.list-news-tuwen li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.list-news-tuwen li .pic {
  width: 250px;
}

.list-news-tuwen li .pic a {
  display: block;
}

.list-news-tuwen li .you {
  flex: 1;
  padding-left: 30px;
}

.list-news-tuwen li h2.title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-news-tuwen li .brief {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-news-tuwen li .more {
  margin-top: 15px;
  text-transform: uppercase;
}

.list-news-tuwen li .more a {
  display: inline-block;
  color: #fff;
  background-color: var(--main-color);
  padding: 10px 40px;
}

.list-news-tuwen li:hover .pic img {
  transform: scale(1.1);
}

.list-news-tulist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* @media (max-width:768px) {
  
} */
.list-news-tulist li {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.list-news-tulist li .wrap {
  height: auto;
  overflow: hidden;
}

.list-news-tulist li .title {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-news-tulist li .brief {
  height: auto;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-news-tulist li .time {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  font-family: 'PoppinsRegular';
}

.list-news-tulist li .time i {
  display: inline-block;
  margin-right: 5px;
}

.list-news-tulist li .wrap:hover .pic img {
  transform: scale(1.1);
}

.list-news-pic {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.list-news-pic li {
  width: 33.333333%;
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.list-news-pic li .wrap {
  height: auto;
  overflow: hidden;
}

.list-news-pic li .title {
  font-size: 16px;
  line-height: 54px;
  height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  background-color: #e5e5e5;
  transition: 0.5s;
}

.list-news-pic li .wrap:hover .pic img {
  transform: scale(1.1);
}

.list-news-pic li .wrap:hover .title a {
  color: #fff;
}

.list-news-pic li .wrap:hover .title {
  background-color: var(--main-color);
}

.in-news-wzlist {
  height: auto;
  overflow: hidden;
}

.in-news-wzlist li {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

}

.in-news-wzlist li span {
  display: inline-block;
  width: 120px;
  color: #999;
  text-align: right;
}

.in-news-wzlist li .title {
  flex: 1;
}

.in-news-wzlist li i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.list-news-wzbrief {
  height: auto;
  overflow: hidden;
  margin-top: -20px;
}

.list-news-wzbrief li {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.list-news-wzbrief li .title {
  height: auto;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 15px;
}

.list-news-wzbrief li .brief {
  height: auto;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 2;
}

.list-news-wzbrief li .time {
  height: auto;
  overflow: hidden;
  font-size: 15px;
  margin-top: 15px;
  color: #666;
  font-family: 'GothamBook';
  line-height: 24px;
}

.list-news-wzbrief li .time i {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  font-size: 18px;
  line-height: 24px;
}

.list-news-wzbrief li .more {
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}

.list-news-wzbrief li .more a {
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  background-color: var(--main-color);
}

.title-article {
  text-align: center;
  font-size: 20px;
}

.article-other {
  height: auto;
  overflow: hidden;
  text-align: center;
  color: #999;
  margin-top: 20px;
  font-size: 14px;
  background-color: #f4f4f4;
  padding: 15px;
  border: 1px dashed #ddd;
}

.article-other .time {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 20px;
}

.article-other .click {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 20px;
  margin-left: 50px;
}

.article-other i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 20px;
}

.article-other em {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  margin-left: 3px;
}

.shangxiapian {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed #c8c8c8;
}

.shangxiapian li {
  line-height: 30px;
}

/** faq **/
.faqlist {
  height: auto;
  overflow: hidden;
}

.faqlist dl {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.faqlist dl dt {
  height: 44px;
  display: block;
  background: #f4f4f4;
  padding-left: 20px;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
}

.faqlist i {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  transition: 0.6s;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.faqlist em {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
}

.faqlist h4 {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.faqlist dd {
  padding: 20px 25px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  border-top: none;
  line-height: 2.45;
  display: none;
  color: #555;
}

.faqlist dl dt.open i {
  transform: translateY(-50%) rotate(90deg);
  color: var(--main-color);
}

/** table **/
.biaoge {
  width: 100%;
  border-collapse: collapse;
}

.biaoge tr td,
.biaoge tr th {
  border: #ddd solid 1px;
  padding: 10px 15px;
  text-align: center;
  line-height: 22px;
}

.biaoge tr th,
.biaoge .down_b {
  background: #eee;
}

.biaoge tr td i {
  font-size: 20px;
  color: var(--main-color);
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
}

.biaoge tr td a {
  display: inline-block;
  line-height: 22px;
  vertical-align: top;
}

.in-down-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}

.in-down-list li {
  width: 50%;
  padding: 10px;
}

.in-down-list li .wrap {
  height: 82px;
  position: relative;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-right: 100px;
  padding-left: 25px;
}

.in-down-list li .wrap a {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--main-color);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in-down-list li .wrap a i {
  font-size: 36px;
}

.in-down-list li .wrap .title {
  font-size: 16px;
  color: #666;
  flex: 1;
}

.in-down-list li .wrap .title i {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}

.in-down-list3 {
  height: auto;
  overflow: hidden;
}

.in-down-list3 li {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.in-down-list3 li .wrap {
  height: auto;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  min-height: 60px;
  transition: 0.5s;
  align-items: center;
}

.in-down-list3 li .title {
  width: 80%;
  font-size: 16px;
}

.in-down-list3 li .title i {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}

.in-down-list3 li a.click-icon {
  display: inline-block;
}

.in-down-list3 li a.click-icon i {
  font-size: 24px;
}

.in-down-list3 li .wrap:hover {
  border-color: var(--main-color);
}

/** 留言弹窗 **/
.popform-mix {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}

.popform {
  width: 830px;
  background: #fff;
  padding: 30px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.popform-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  background: url('http://www.ziweidianmijin.com/web/template/themes/default/skins/images/closeWhite.svg') no-repeat center/22px auto;
  top: 5px;
  right: 5px;
  transition: all .4s ease;
  text-align: center;
  line-height: 32px;
  color: #000;
  overflow: hidden;
}

.popform-close i {
  display: inline-block;
  font-size: 30px;
}

.popform-close:hover {
  transform: rotate(90deg);
}

.popform-title {
  width: 100%;
  text-align: center;
}

.popform-title h4 {
  font-size: 24px;
  color: #333;
  line-height: 28px;
  text-transform: capitalize;
}

.popform-form {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.popform-form li {
  width: 50%;
  padding: 0 10px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.popform-form li.full-li {
  width: 100%;
}

.popform-group {
  height: auto;
  overflow: hidden;
  position: relative;
}

.popform-form li input,
.popform-form li select {
  display: block;
  width: 100%;
  background: #f2f3f4;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  line-height: 40px;
}

.popform-form li textarea {
  display: block;
  width: 100%;
  background: #f2f3f4;
  height: 120px;
  padding: 10px 20px;
  font-size: 14px;
  color: #666;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  line-height: 25px;
  resize: none;
}

.popform-form li i.must {
  font-size: 16px;
  color: #eb2a2e;
  position: absolute;
  left: 6px;
  top: 16px;
  z-index: 2;
  height: 16px;
  line-height: 16px;

  font-style: normal;
}

.popform-form li select {
  background-image: url("../image/selArr.png");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 16px center;
}

.popform-form li p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
}

.popform-form li p b {
  color: #eb2a2e;
}

.popform-form li h6 {
  font-size: 14px;
  color: #888;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 26px;
  user-select: none;
  cursor: pointer;
}

.popform-form li h6::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #d2d2d2;
  left: 0;
  top: 3px;
}

.popform-form li h6::after {
  display: none;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../image/formYes.svg') no-repeat center/22px auto;
  left: 3px;
  top: 0px;
}

.popform-form li h6.active::before {
  border: 1px solid #1f55ad;
}

.popform-form li h6.active::after {
  display: block;
}

.popform-form li a {
  font-size: 14px;
  color: #1f55ad;
  display: inline-block;
  vertical-align: middle;
}

.popform-form li span.hint {
  font-size: 14px;
  color: #eb2a2e;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.popform-form li.popform-form-center {
  text-align: center;
}

.popform-form li button {
  width: 160px;
  cursor: pointer;
  height: 40px;
  font-size: 16px;
  transition: all .4s ease;
  margin: 0 8px;
  border: none;
}

.popform-form li button.popform-cancel {
  color: #666;
  border: 1px solid #d2d2d2;
}

.popform-form li button.popform-confirm {
  background: var(--main-color);
  color: #fff;
}

.popform-form li button.popform-cancel:hover {
  background: #d2d2d2;
}

.popform-form li button.popform-confirm:hover {
  background: #00479d;
}

/** product in **/
.in-product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.in-product-list li {
  width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.in-product-list li a {
  display: block;
}

.in-product-list li .pic {
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.in-product-list li .pic img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.in-product-list li .title {
  font-size: 16px;
  margin: 15px 0 10px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.in-product-list li .brief {
  line-height: 2;
  color: #777;
  font-size: 14px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.in-product-list li:hover .pic img {
  transform: scale(1.1);
}

.detail-product-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.detail-product-zoom {
  width: 420px;
  height: auto;
  overflow: hidden;
}

.detail-product-right {
  flex: 1;
  padding-left: 30px;
}

.detail-product-title {
  color: #000;
  line-height: 1.25;
}

.detail-product-brief {
  color: #444;
  font-size: 15px;
  line-height: 2;
  margin-top: 15px;
}

.detail-product-btm {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.detail-product-btm li {
  position: relative;
  font-size: 14px;
}

.detail-product-btm li+li {
  margin-left: 10px;
}

.detail-product-btm li a {
  display: block;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--main-color);
}

.detail-product-btm li i {
  display: inline-block;
  margin-right: 10px;
}

.web-share {
  height: auto;
  overflow: hidden;
}

.slideBox-product {
  margin-top: 30px;
  height: auto;
  overflow: hidden;
}

.slideBox-product .hd {
  height: auto;
  overflow: hidden;
  background-color: #eee;
}

.slideBox-product .hd ul {
  height: auto;
  overflow: hidden;
}

.slideBox-product .hd ul li {
  font-size: 16px;
  float: left;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #fff;
  padding: 0 25px;
  cursor: pointer;
  transition: 0.5s;
}

.slideBox-product .hd ul li a {
  display: block;
  color: #333;
}

.slideBox-product .hd ul li.on {
  background-color: var(--main-color);
  color: #fff;
}

.slideBox-product .bd {
  border: 1px solid #eee;
  height: auto;
  overflow: hidden;
}

.slideBox-product .bd ul {
  padding: 20px;
  height: auto;
  overflow: hidden;
}

.detail-product-content {
  height: auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 2;
}

.detail-product-content img {
  max-width: 100%;
  height: auto;
}

.detail-product-content iframe {
  max-width: 100%;
  height: auto;
}

.detail-product-content video {
  max-width: 100%;
  height: auto;
}

.related-product {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
}

.related-product::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
}

.related-product span {
  display: inline-block;
  padding: 0 20px;
  font-size: 24px;
  text-transform: capitalize;
  position: relative;
  z-index: 11;
  background-color: #fff;
}

.maplist {
  height: auto;
  overflow: hidden;
}

.maplist h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.maplist h3::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.maplist-sub {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.maplist-sub li {
  font-size: 16px;
  margin-right: 25px;
}

.maplist-sub li i {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}

.product-list-color {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.product-list-color span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #585858;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.5s;
}

.product-list-color span.cur {
  background-color: var(--main-color);
}

/** 404 **/
.error-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.error-flex .error-item {
  width: 33.333333%;
  padding: 0 15px;
}

.error-404 {
  color: #f0f0f0;
  font-size: 160px;
  font-weight: 700;
  font-family: 'Roboto';
}

.error-head {
  height: auto;
  overflow: hidden;
  font-size: 22px;
  color: #82bd49;
  margin-bottom: 10px;
}

.error-list {
  height: auto;
  overflow: hidden;
}

.error-list li {
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.error-list li a {
  display: block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #666;
}

.error-list li i {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}

.error-sml {
  height: auto;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 20px;
}

.error-search {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.error-search input {
  display: block;
  width: 100%;
  border: 1px solid rgb(210, 210, 210);
  background-color: rgb(221, 223, 226);
  height: 36px;
  line-height: 34px;
  padding: 0 40px 0 15px;
  color: #666;
}

.error-search button {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  line-height: 36px;
  border: 0;
  transition: .5s;
}

.error-search button i {
  font-size: 24px;
}

/**** ======================== ****/

.foot-fbk-wrap {
  height: auto;
  overflow: hidden;
}

.foot-fbk-lt {
  height: auto;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.foot-fbk-lt i {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.foot-line {
  width: 100%;
  min-width: 1200px;
  height: 1px;
  overflow: hidden;
  background-image: url(/static/images/line.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.foot-fbk-sml {
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 999px;
}

.foot-fbk-sml input {
  display: block;
  width: 480px;
  height: 40px;
  line-height: 40px;
  padding: 0 90px 0 15px;
  border: none;
  outline: none;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 999px;
}

.foot-fbk-btm {
  width: 80px;
  height: auto;
  overflow: hidden;
  border-radius: 999px;
  position: absolute;
  top: 0;
  right: 0;
}

.foot-fbk-btm button {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: #007fc9;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.foot-fbk-btm button i {
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
}

.foot-fbk-rt {
  height: auto;
  overflow: hidden;
}

.foot-fbk-row {
  height: auto;
  overflow: hidden;
}

.foot-fbk-half {
  width: 204px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-left: 15px;
}

.foot-fbk-full {
  width: 330px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-left: 15px;
}

.foot-fbk-half input,
.foot-fbk-full input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0 15px 0 45px;
  background-color: #fff;
  color: #adadad;
  font-size: 14px;
}

.foot-fbk-full textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0 15px 0 45px;
  background-color: #fff;
  color: #adadad;
  font-size: 14px;
  resize: none;
}

.foot-fbk-half i,
.foot-fbk-full i {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 15px;
  color: #adadad;
  font-size: 24px;
}

/** about **/
.section-about {
  background-color: #fff;
}

.index-flex-about {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-pic {
  width: 562px;
  height: auto;
  overflow: hidden;
}

.about-pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.about-wrap {
  height: auto;
  overflow: visible;
  position: relative;
}

.about-content {
  width: 600px;
  height: auto;
  overflow: hidden;
}

.about-date {
  height: auto;
  overflow: hidden;
  color: #de7b24;
  font-size: 28px;
}

.about-wename {
  height: auto;
  overflow: hidden;
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

.about-brief {
  height: auto;
  overflow: hidden;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 2.2;
}
.about-brief img{
  width: 100%;
  height: auto;
}

.about-brief.white {
  color: #fff;
}

.about-more {
  height: auto;
  overflow: hidden;

  font-size: 16px;
}

.about-more a {
  display: inline-block;
  line-height: 34px;
  overflow: hidden;
}

.about-more a i {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  font-size: 16px;
  background-color: #fff;
  margin-left: 10px;
  border: 1px solid #bfbfbf;
  transition: 0.5s;
}

.about-more a:hover i {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.about-tel {
  height: auto;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}

.about-tel a {
  display: inline-block;
  color: #fff;
  background-color: #ffa81a;
  height: 54px;
  line-height: 54px;
  padding-left: 85px;
  padding-right: 30px;
  border-radius: 27px;
  background-image: url(http://www.ziweidianmijin.com/web/template/themes/default/skins/images/about-tel.png);
  background-repeat: no-repeat;
  background-position: 30px 50%;
}

/** honor **/
.section-honor {
  height: 680px;
  background-image: url(http://www.ziweidianmijin.com/web/template/themes/default/skins/images/honor-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.index-honor-pic {
  height: auto;
  overflow: hidden;
}

.index-honor-pic a {
  display: block;
}

.index-honor-pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/** news **/
.section-news {
  background-color: #fff;
  padding-top: 10px;
}

.index-sort-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.index-sort-list li {
  width: 45%;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-sort-list li .wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-sort-list li a {
  display: block;
  color: #fff;
}

.index-sort-list li .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.index-sort-list li .txt {
  width: 100%;
  position: relative;
  padding-right: 50px;
}

.index-sort-list li .txt i {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-sort-list li .title {
  font-size: 30px;
}

.index-sort-list li .brief {
  margin-top: 15px;
  font-size: 16px;
}

.index-sort-list li .wrap:hover .pic img {
  transform: scale(1.1);
}

.in-nav-drop {
  height: 90px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-drop-link {
  float: left;
  height: auto;
  overflow: visible;
  position: relative;
}

.nav-drop-link h3 {
  padding: 10px;
  color: #000;
  font-size: 24px;
  text-transform: capitalize;
  cursor: pointer;
}

.nav-drop-link h3 i {
  display: inline-block;
  margin-left: 15px;
}

.in-nav-list {
  border-top: 30px solid transparent;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9999;
  display: none;
}

.in-nav-list ul {
  padding: 10px 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  position: relative;
}

.in-nav-list ul::before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #fff;
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
}

.in-nav-list ul li {
  height: auto;
  overflow: hidden;
  text-align: center;
  color: #333;
}

.in-nav-list ul li a {
  height: 40px;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  padding: 0 40px;
  overflow: hidden;
}

.in-nav-list ul li a:hover {
  background-color: #F2F7FC;
}

.in-case-list {
  height: 71px;
  padding-top: 0;
  border-bottom: 1px solid #eee;
}

.in-case-list ul li {
  height: 70px;
  line-height: 70px;
  white-space: nowrap;
  margin: 0 50px 0 0;
  color: #7e7f7e;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all .8s;
  cursor: pointer;
  float: left;
}

.in-case-list ul li a {
  display: block;
  height: 70px;
  line-height: 70px;
  white-space: nowrap;
  color: #7e7f7e;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all .8s;
  cursor: pointer;
}

.in-case-list ul li a.zlm_on {
  color: #d71809;
  font-weight: 700;
  border-bottom: 1px solid #d71809;
}

.video-content {
  height: auto;
  overflow: hidden;
}

.video-content img {
  max-width: 100%;
  height: auto;
}

.video-content iframe {
  width: 100%;
  height: 550px;
}

.section-feedback {
  padding: 60px 0;
  background-image: url(http://www.ziweidianmijin.com/web/template/themes/default/skins/images/fbk-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.in-fbk-vecode {
  height: auto;
  overflow: hidden;
}

.in-fbk-vecode label {
  display: inline-block;
  height: auto;
  overflow: hidden;
  color: #333;
  font-size: 15px;
  float: left;
  line-height: 40px;
  margin-right: 10px;
}

.in-fbk-vecode .yanzhm {
  height: auto;
  overflow: hidden;
  float: left;
}

.in-fbk-vecode .yanzhm input.yzm {
  width: 80px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  font-family: inherit;
  transition: .5s;
  color: #333;
  float: left;
}

#v_container {
  float: left;
  height: auto;
  overflow: hidden;
  margin-left: 10px;
}


/** swiper banner **/
.banSwiper {
  width: 100%;
  min-width: 1200px;
  height: auto;
  overflow: hidden;
  position: relative;
}

.banSwiper .swiper {
  width: 100%;
  height: auto;
}

.banSwiper .swiper .swiper-slide {
  overflow: hidden;
}

.banSwiper .swiper .swiper-slide a {
  display: block;
}

.banSwiper .swiper .swiper-slide .pic img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  /* transform: scale(1.5); */
  transition: 0.8s;
}

/* .banSwiper .swiper .swiper-slide.swiper-slide-active .pic img{
	transform: scale(1);
} */
.banSwiper .swiper .swiper-arrows {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

.banSwiper .swiper .swiper-arrows i {
  font-size: 18px;
}

.banSwiper .swiper .swiper-arrows.swiper-arrow-next {
  right: 40px;
}

.banSwiper .swiper .swiper-arrows.swiper-arrow-prev {
  left: 40px;
}

.banSwiper .swiper-page {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  height: 20px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
}

.banSwiper .swiper-page .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 50%;
  background: transparent;
}

.banSwiper .swiper-page .swiper-pagination-bullet i {
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid transparent;
  transition: all .6s ease;
}

.banSwiper .swiper-page .swiper-pagination-bullet i::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all .6s ease;
}

.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  border-color: #fff;
}

.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i::before {
  transform: translate(-50%, -50%) scale(0);
}

/** 相关产品 **/
.relatedSwiperProduct {
  height: auto;
  overflow: hidden;
  position: relative;
}

.relatedSwiperProduct .swiper {
  height: auto;
}

.relatedSwiperProduct .swiper .swiper-slide {
  background-color: #fff;
  overflow: hidden;
}

.relatedSwiperProduct .swiper .swiper-slide a {
  display: block;
}

.relatedSwiperProduct .swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.relatedSwiperProduct .swiper .swiper-slide .title {
  font-size: 16px;
  padding: 16px 20px;
  border-top: 1px solid #eee;
}

.relatedSwiperProduct .swiper .swiper-slide .brief {
  color: #666;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 15px;
}

.relatedSwiperProduct .swiper-arrows {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}

.relatedSwiperProduct .swiper-arrows i {
  display: inline-block;
  font-size: 18px;
}

.relatedSwiperProduct .swiper-arrows.swiper-arrow-next {
  right: 0;
}

.relatedSwiperProduct .swiper-arrows.swiper-arrow-prev {
  left: 0;
}

.relatedSwiperProduct .swiper-page {
  margin-top: 25px;
  bottom: 0;
}

.relatedSwiperProduct .swiper-page .swiper-pagination-bullet {
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 1px solid var(--main-color);
}

.relatedSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

/** 产品放大镜效果 **/
.swiper-thumb-wrap {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  height: auto;
  overflow: hidden;
}

.thumbSwiper {
  height: auto;
  overflow: hidden;
}

.thumbSwiper .swiper-slide {
  overflow: hidden;
  cursor: pointer;
  padding-top: 8px;
}

.thumbSwiper .swiper-slide .pic {
  height: auto;
  overflow: hidden;
  border: 1px solid #eee;
}

.thumbSwiper .swiper-slide em {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  /* bottom:100%; */
  top: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--main-color);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.thumbSwiper .swiper-slide em i {
  position: absolute;
  left: 0;
  top: 1px;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.thumbSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 333;
}

.thumbSwiper .swiper-slide.swiper-slide-thumb-active .pic {
  border-color: var(--main-color);
}

.thumbSwiper .swiper-slide.swiper-slide-thumb-active em {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.swiper-thumb-wrap .thumb-arrows {
  width: 20px;
  /* height: 100%; */
  height: calc(100% - 8px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 8px;
  bottom: 0;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 2px;
}

.swiper-thumb-wrap .thumb-arrows i {
  font-size: 16px;
}

.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next {
  right: 0;
}

.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev {
  left: 0;
}

.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled {
  cursor: no-drop;
  color: #000;
  background-color: #eee;
}

.zoomSwiper {
  height: auto;
  border: 1px solid #eee;
}

.zoomSwiper .swiper-slide {
  overflow: hidden;
}

.zoomSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/** contact **/
.section-in-contact1 {
  padding: 50px 0;
  background-color: #F4F4F4;
}

.in-head-contact {
  color: #000;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}

.in-head-contact span {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.in-head-contact span::after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 999px;
}

.in-list-contact {
  margin-top: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.in-list-contact li {
  width: 25%;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.in-list-contact li .wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 40px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  align-items: center;
  text-align: center;
  transition: 0.6s;
  border-radius: 5px;
}

.in-list-contact li .ico {
  margin-bottom: 15px;
}

.in-list-contact li i {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 62px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  font-size: 30px;
  color: #aaa;
  transition: 0.6s;
}

.in-list-contact li .title {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

.in-list-contact li .brief {
  height: auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 2;
  color: #666;
}

.in-list-contact li .wrap:hover {
  transform: translate3d(0, -10px, 0);
}

.in-list-contact li .wrap:hover .ico i {
  color: var(--main-color);
  border-color: var(--main-color);
}

.section-in-contact2 {
  background-color: #fff;
  padding: 50px 0;
}

.in-contact-fbk {
  height: auto;
  overflow: hidden;
}

.in-fbk-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.in-fbk-col-10 {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.in-fbk-col-5 {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.in-fbk-group label {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.in-fbk-group label font {
  display: inline-block;
  margin-left: 5px;
  color: red;
}

.in-fbk-group input {
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  line-height: 50px;
  overflow: hidden;
  color: #555;
  outline: none;
  transition: 0.6s;
  border-radius: 5px;
}

.in-fbk-group input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.in-fbk-group textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 5px 15px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  line-height: 30px;
  overflow: hidden;
  color: #555;
  outline: none;
  transition: 0.6s;
  border-radius: 5px;
}

.in-fbk-group textarea:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.in-fbk-group button {
  display: inline-block;
  padding: 0 55px;
  font-size: 16px;
  border: none;
  line-height: 50px;
  overflow: hidden;
  color: #fff;
  outline: none;
  transition: 0.6s;
  border-radius: 5px;
  background-color: var(--main-color);
  text-transform: uppercase;
  float: right;
}

.in-cnt-map {
  height: auto;
  overflow: hidden;
  border: 5px solid var(--main-color);
  border-radius: 10px;
}

.list-case-pic {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.list-case-pic li {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-case-pic li .wrap {
  width: 100%;
  transition: 0.6s;
  border: 1px solid #efefef;
}

.list-case-pic li .title {
  font-size: 18px;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 10px;
  line-height: 1.5;
}

.list-case-pic li .more {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.list-case-pic li .more span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.list-case-pic li .more span::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.6s;
}

.list-case-pic li .wrap:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transform: translate3d(0, -5px, 0);
}

.list-case-pic li .wrap:hover .more span::after {
  width: 100%;
}

.list-video-tulist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.list-video-tulist li {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-video-tulist li .wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.list-video-tulist li a {
  display: block;
}

.list-video-tulist li .pic {
  position: relative;
}

.list-video-tulist li .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.list-video-tulist li i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 56px;
}

.list-video-tulist li .title {
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}

.layui-nav .layui-nav-item {
  margin-left: 40px;
}

.layui-nav .layui-nav-item a {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  transition: 0.6s;
  color: #333;
}

/*分页*/
#pagelist {width:100%; text-align:center; padding-bottom:40px; padding-top:50px; overflow:hidden}
#pagelist span {padding:10px 15px; background:#dddede; color:#bababa; margin:0 2px;  border:1px solid #ccc;}
#pagelist a {background:#fff; padding:10px 15px; color:#333; margin:0 2px; border:1px solid #eee; display: inline-block;}
#pagelist .active {background:#009688; color:#fff;}


.layui-nav .layui-this a {
  color: #5fb878 !important;
}

/* 移动端 */
@media (max-width:768px) {
  .index-sort-list li {
    width: 100%;
  }

  .index-sort-list li:last-child {
    margin-top: 30px;
  }

  .container {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .section {
    width: 100% !important;
    min-width: 100% !important;
  }

  .ny_banner {
    min-width: 100%;
  }

  .full-in-path {
    min-width: auto;
  }

  .list-news-tulist {
    grid-template-columns: repeat(1, 1fr);
  }

  .list-video-tulist {
    grid-template-columns: repeat(1, 1fr);
  }

  .full-top {
    width: 100%;
    min-width: 100%;
  }

  .full-top .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .maplist{
    padding: 0 15px;
  }
}