@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #777;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

i,
em {
  font-weight: normal;
  font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input {
  -moz-appearance: textfield;
}

/* body h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; } */
html body {
  margin: 0px auto;
  max-width: 1920px;
  min-width: 320px;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
  background-color: #fff;
}

/* 单行文本溢出隐藏 */
/* 多行文本溢出隐藏 */
/* flex 布局 */
　
.class1 {
  border: 1px solid #ddd;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

.header {
  /* height: 120px; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transition: all .3s;
}

.header > .wrap {
  /* height: 90px; */
  /* padding-right: -150px; */
  /* margin-right: -140px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  transition: all .3s;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
}

.hd-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hd-nav li > a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin: 0 28px;
  display: block;
  padding: 15px 0;
  position: relative;
}
.hd-nav li > a::after {
  content: '';
  display: block;
  height: 6px;
  background: url(../img/header-ico01.png) no-repeat center;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hd-nav li > a:hover::after {
  display: block;
}
.hd-nav li > a:hover {
  color: #d4d4d4;
}

.header-box .hd-nav .item {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background-color: rgba(0, 77, 161, 0.3);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  z-index: 9;
}
.header-box .hd-nav .item .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-box .hd-nav .item .wrap a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  margin: 0 25px;
}
.header-box .hd-nav .item .wrap a:hover {
  color: #d4d4d4;
}

.header-box .hd-nav li .item.active {
  opacity: 1;
  visibility: visible;
}

.hd-btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hd-btn a {
  width: 70px;
  height: 25px;
  background: url(../img/search-ico01.png) no-repeat top center;
  transition-duration: .3s;
}
.hd-btn a.tb-btn {
  width: auto;
  background-image: url(../img/tb-ico01.png);
  padding-left: 55px;
  background-position: center;
  background-size: contain;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-family: 'news706BT';
  font-weight: bold;
}
.hd-btn a.wx-btn {
  background-image: url(../img/wx-ico01.png);
  border-right: 1px solid #92a6b1;
}
.hd-btn a.search-btn {
  border-right: 1px solid #92a6b1;
}
.hd-btn a:hover {
  opacity: .6;
}

.hd-search form {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.hd-search form input {
  line-height: 40px;
  width: 198px;
  border: 1px solid #dedede;
  border-radius: 20px;
  color: #aaaaaa;
  font-size: 14px;
  background-color: transparent;
  padding-left: 15px;
  transition: .4s all;
}
.hd-search form button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/pc_search.png") no-repeat #e48b2a center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: .4s all;
  border: none;
}

.m_search {
  display: none;
}

.m-nav {
  display: none;
}

.banner {
  width: 100%;
  padding-bottom: 47.9%;
  position: relative;
}

.banner .swiper-pagination {
  bottom: 30px;
  	/* 
  	letter-spacing: 1px;
  
  	*/
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  opacity: 1;
  background: url(../img/banner-ico01.png) no-repeat center;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../img/banner-ico02.png);
}

.banner .mobile {
  display: none;
}

.banner .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.com-more1 {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  padding: 18px 66px 18px 60px;
  border-radius: 60px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../img/more-bg01.png) no-repeat;
  background-size: 100% 100%;
  transition-duration: .3s;
}
.com-more1:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px #999;
  color: #fff;
}

.com-tit1 {
  overflow: hidden;
}
.com-tit1 h3 {
  font-size: 48px;
  line-height: 1;
  color: #015077;
  margin-bottom: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 45px;
}
.com-tit1 h5 {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.com-more2 {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.intro {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.intro .txt {
  width: 50%;
  padding-left: 260px;
}
.intro .txt .tit {
  margin-left: 85px;
}
.intro .txt p {
  margin-top: 43px;
  font-size: 16px;
  line-height: 32px;
  color: #787878;
}
.intro .pic {
  width: 43%;
  margin-top: 120px;
}

.publicity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.publicity .item1 {
  width: 67.5%;
}
.publicity .item1 .txt {
  padding-left: 260px;
  padding-top: 70px;
}
.publicity .item1 .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #2d2d2d;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  font-weight: bold;
}
.publicity .item1 .txt h3 span {
  font-size: 12px;
  line-height: 1;
  color: #989898;
}
.publicity .item1 .txt p {
  font-size: 16px;
  line-height: 32px;
  color: #787878;
  margin-top: 25px;
}
.publicity .item1 .video-box {
  margin-top: 70px;
  height: 360px;
  position: relative;
}
.publicity .item1 .video-box .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.publicity .item1 .video-box .start-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.publicity .item2 {
  width: 32.5%;
  padding-left: 140px;
}
.publicity .item2 .tit {
  display: block;
  margin-top: 80px;
}
.publicity .item2 a {
  margin-top: 55px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #2d2d2d;
  padding-bottom: 10px;
  margin-left: 10px;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  position: relative;
}
.publicity .item2 a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px solid #004da1;
  border-bottom: 2px solid #004da1;
  position: absolute;
  bottom: 0;
}
.publicity .item2 a:hover {
  color: #797979;
}

.product {
  background: url(../img/product-bg01.jpg) no-repeat top 240px center;
}
.product .top {
  margin-top: 60px;
}
.product .top .tit {
  position: relative;
  left: -160px;
}
.product .list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -30px;
}
.product .list li {
  width: 49%;
  position: relative;
  margin-bottom: 30px;
}
.product .list li h3 {
  position: absolute;
  bottom: 0;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  font-weight: bold;
}
.product .list li h3 span {
  font-size: 12px;
}
.product .list li:nth-child(1) .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 76.5%;
}
.product .list li:nth-child(1) .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product .list li:nth-child(2) a {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 76.5%;
}
.product .list li:nth-child(2) .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 117.5%;
  position: absolute;
  bottom: 0;
}
.product .list li:nth-child(2) .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product .list li:nth-child(n+3) {
  width: 31.7%;
}
.product .list li:nth-child(n+3) .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 120%;
}
.product .list li:nth-child(n+3) .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product .list li .pic {
  overflow: hidden;
}
.product .list li .pic img {
  transition: all .3s;
}
.product .list li .pic img:hover {
  transform: scale(1.1);
}

.case {
  padding-top: 180px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.case .tit {
  width: 100%;
}
.case .tit img {
  position: absolute;
  top: 60px;
  left: 49%;
  z-index: 9;
}
.case .case-swiper {
  width: 74%;
  height: 760px;
  margin-left: initial;
  margin-right: initial;
}
.case .case-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case-swiper .swiper-pagination {
  bottom: 20px;
}
.case .case-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: initial;
  background: #fff;
  opacity: .6;
  margin: 0 8px;
  position: relative;
}
.case .case-swiper .swiper-pagination-bullet::after {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: all .3s;
}
.case .case-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.case .case-swiper .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.case .img2 {
  width: 23.9%;
  height: 760px;
}
.case .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  background: url(../img/news-bg01.jpg) no-repeat top 255px right;
  padding-top: 85px;
  padding-bottom: 80px;
}
.news .tit {
  margin-left: 160px;
}
.news .list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news .list::after {
  content: "";
  width: 30.3%;
}
.news .list li {
  width: 30.3%;
}
.news .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 75.5%;
  overflow: hidden;
}
.news .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}
.news .list li .pic:hover img {
  transform: scale(1.1);
}
.news .list li .txt {
  padding-bottom: 46px;
  border-bottom: 3px solid #e0e0e0;
  transition: all .3s;
}
.news .list li .txt h3 {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.2;
  color: #2d2d2d;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .list li .txt span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.2;
  color: #989898;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
}
.news .list li:hover .txt {
  border-bottom-color: #004da1;
}

.contact {
  background: url(../img/contact-bg01.jpg) no-repeat center;
  padding: 100px 0 110px;
}
.contact .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact .add {
  font-size: 16px;
  line-height: 30px;
  color: #6e6e6e;
}
.contact .add img {
  margin-right: 12px;
}
.contact .add p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.contact .add span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
  margin-right: 40px;
}
.contact .form {
  width: 100%;
  margin-top: 80px;
}
.contact .form form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.contact .form form .ind {
  width: 360px;
  border: 1px solid #e3e3e3;
  border-right-color: transparent;
  padding: 20px;
  height: 60px;
  font-size: 14px;
  line-height: 1;
  color: #878787;
}
.contact .form form .ind:nth-child(3) {
  width: 560px;
  border-right-color: #e3e3e3;
}
.contact .form form .ind:hover {
  box-shadow: 0 3px 5px rgba(43, 59, 120, 0.6);
}
.contact .form form .sub {
  width: 119px;
  height: 60px;
  background: url(../img/contact-ico05.png) no-repeat center;
  background-color: #015077;
  cursor: pointer;
  transition-duration: .3s;
}
.contact .form form .sub:hover {
  background-color: #3a3737;
}

.footer {
  background: url(../img/footer-bg01.png) no-repeat right center;
  background-color: #313131;
}
.footer > .wrap {
  padding-top: 60px;
  padding-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3a3a3a;
  align-items: flex-start;
}
.footer > .wrap .nav {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.footer > .wrap .nav::after {
  content: '';
  display: block;
  width: 1px;
  height: 208px;
  background-color: #636363;
  position: absolute;
  top: 0;
  right: 0;
}
.footer > .wrap .nav dl {
  width: 150px;
}
.footer > .wrap .nav dl dt a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 55px;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  font-weight: bold;
  position: relative;
}
.footer > .wrap .nav dl dt a::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 2px solid #014da0;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.footer > .wrap .nav dl dt a:hover {
  color: #999;
}
.footer > .wrap .nav dl dd a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #b9b9b9;
  margin-bottom: 15px;
}
.footer > .wrap .nav dl dd a:hover {
  color: #fff;
}
.footer > .wrap .item {
  width: 27.5%;
  padding-left: 135px;
}
.footer > .wrap .item h3 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
}
.footer > .wrap .item .tel {
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #df0615;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.footer > .wrap .item p {
  font-size: 14px;
  line-height: 1;
  color: #b9b9b9;
  margin-bottom: 70px;
  font-weight: bold;
}
.footer > .wrap .item .link {
  cursor: pointer;
  position: relative;
  border: 1px solid #636363;
  background: url(../img/link-ico01.png) no-repeat right 10px center;
}
.footer > .wrap .item .link h5 {
  font-size: 14px;
  line-height: 1;
  color: #b7b7b7;
  font-weight: bold;
  padding: 17px 20px;
  margin-right: 40px;
  border-right: 1px solid #636363;
}
.footer > .wrap .item .link > div {
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  border: 1px solid #636363;
  background-color: #333;
}
.footer > .wrap .item .link > div a {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1;
  color: #b7b7b7;
  font-weight: bold;
}
.footer > .wrap .item .link > div a:hover {
  color: #fff;
}
.footer > .wrap .item .link:hover div {
  opacity: 1;
  visibility: visible;
}
.footer .copy {
  padding: 35px 0;
  background-color: #212121;
  font-size: 14px;
  line-height: 1.2;
  color: #a9aaa9;
}
.footer .copy .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.formError {
  max-width: 280px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10001;
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: .4s all;
  box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9);
}

.formError.active {
  opacity: 1;
}

.formError h6 {
  font-size: 16px;
  color: #434144;
}

.online {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.online .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 850px;
  width: 96%;
  padding: 30px;
  background-color: #fff;
}

.online .main .tit {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.online .main .tit h3 {
  text-align: center;
  font-size: 24px;
  color: #434144;
  font-weight: bold;
}

.online .main .tit span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-top: 5px;
  text-align: center;
  font-family: "Arial";
  color: #787878;
  font-weight: bold;
}

.online .main .tit span b {
  color: #436eb2;
}

.online .main .tit span:before {
  content: '';
  opacity: 1;
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #434144;
}

.online .main .tit span:after {
  content: '';
  opacity: 1;
  display: block;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #434144;
}

.online .main form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset;
}

.online .main form figure {
  display: block;
  width: 45%;
  position: relative;
  padding: 20% 0;
}

.online .main form figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.online .main form ul {
  width: 52%;
}

.online .main form ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  height: 40px;
}

.online .main form ul li + li {
  margin-top: 15px;
}

.online .main form ul li .ind {
  width: 48%;
  height: 100%;
  border: 1px solid #bebebe;
  padding: 0 10px;
  background-color: transparent;
  color: #979797;
  font-size: 14px;
  transition: .2s all;
}

.online .main form ul li .ind.active {
  box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind:hover {
  box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind::-webkit-input-placeholder {
  color: #979797;
  font-size: 14px;
}

.online .main form ul li select {
  background: url(../img/ico-002.png) #fff 95% center no-repeat;
}

.online .main form ul li.phone input {
  width: 100%;
}

.online .main form ul li.textarea {
  height: 180px;
}

.online .main form ul li.textarea textarea {
  width: 100%;
  padding: 10px;
}

.online .main form ul li button {
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #015077;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent;
}

.online .main form ul li button:hover {
  background-color: transparent;
  border-color: #999;
  border-radius: 5px;
  color: #666;
}

.online .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/close.png) no-repeat center center #015077;
  background-size: 60%;
  cursor: pointer;
}

.slide-nav {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 98;
}

.slide-nav .item {
  margin: 10px 0;
  width: 68px;
  height: 68px;
  border: 1px solid #bebebe;
  background-color: #fff;
  position: relative;
  transition: .4s all;
}

.slide-nav .item:hover {
  background-color: #015077;
}

.slide-nav .item:hover .icon {
  background-position: center bottom;
}

.slide-nav .item:hover h4 {
  color: #fff;
}

.slide-nav .goTop {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.slide-nav .goTop.active {
  opacity: 1;
  visibility: visible;
}

.slide-nav .icon {
  margin: 6px auto 3px;
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 35px auto;
}

.slide-nav h4 {
  font-size: 12px;
  color: #4e4e4e;
  font-weight: 400;
  text-align: center;
}

.slide-nav .mask {
  margin-top: -1px;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slide-nav .tel {
  padding: 0 30px;
  height: 68px;
  line-height: 68px;
  font-size: 14px;
  color: #4e4e4e;
  border: 1px solid #999;
  border-right: none;
  background-color: #fff;
}

.slide-nav .qr {
  margin-right: 2px;
  width: 140px;
  height: 140px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

.slide-nav .qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-nav .item:hover {
  border-color: #215644;
}

.slide-nav .item:hover .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.m_search {
  width: 100%;
  background-color: #434144;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 101;
  overflow-y: scroll !important;
  display: none;
}

.m_search figure {
  width: 100%;
  height: 100%;
}

.m_search .title,
.m_search figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_search .title {
  margin: 0 auto;
}

.m_search .title img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.m_search .title h3 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  line-height: 36px;
}

.m_search .main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m_search .main {
  width: 100%;
  padding: 6% 15% 0;
}

.m_search .search_close {
  margin: 6% auto 0;
  cursor: pointer;
}

.m_search .search_close span {
  margin: 0 auto;
  width: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}

.m_search .search_close span,
.m_search .search_close span::before {
  display: block;
  height: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.m_search .main .m_header_submit {
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  background-color: #fff;
  color: #434144;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

.m_search .search_close h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30%;
}

.m_search .search_close span::before {
  content: "";
  opacity: 1;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.m_search .main input {
  border: none;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f8f8f8;
  font-size: 24px;
  color: #cfcfcf;
  background-color: transparent;
}

.menu-btn {
  display: none;
}

.search_btn {
  display: none;
}

.navbar2 {
  overflow: hidden;
}

.navbar2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* padding-bottom: 50px; */
}
.navbar2 ul li {
  position: relative;
}
.navbar2 ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 54px;
  background-color: #dadada;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.navbar2 ul li:last-child::after {
  display: none;
}
.navbar2 ul li > a {
  display: block;
  width: 200px;
  height: 155px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.navbar2 ul li > a img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.navbar2 ul li > a h3 {
  font-size: 16px;
  line-height: 35px;
  color: #747474;
}
.navbar2 ul li > a hr {
  width: 32px;
  height: 2px;
  background-color: #0853a4;
  margin-top: 12px;
  opacity: 0;
}
.navbar2 ul li .item {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.navbar2 ul li .item::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10000px;
  right: -10000px;
  background-color: #004da1;
}
.navbar2 ul li .item a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 18px;
  z-index: 1;
  position: relative;
}
.navbar2 ul li .item a:hover {
  background-color: #d8d8d8;
  color: #222;
}
.navbar2 ul li.on .item {
  opacity: 1;
  visibility: visible;
}
.navbar2 ul li.on h3 {
  color: #222222;
}
.navbar2 ul li.on hr {
  opacity: 1;
}
.navbar2 ul li:hover h3 {
  color: #222222;
}
.navbar2 ul li:hover hr {
  opacity: 1;
}
.navbar2 .item{
  background-color: #014da1;
  text-align: center;

}

.navbar2 .item a {
  display: inline-block;
font-size: 14px;
line-height: 1;
color: #ffffff;
padding: 18px;
z-index: 1;
position: relative;
}
.navbar2 .item a:hover {
  background-color: #d8d8d8;
  color: #222;
}
.navbar2 .item a.on {
  background-color: #d8d8d8;
  color: #222;
}



.product_view {
  padding-top: 60px;
}

.product_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  background: #fff;
}

.product_view .list .tit h3 {
  font-size: 16px;
  color: #747474;
  line-height: 70px;
  text-align: center;
  transition: all .3s;
}

.product_view .list li:hover .tit h3 {
  background-color: #ececec;
}

.product_view .list .tit h5 {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.2;
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
}

.product_view .list:after {
  content: "";
  width: 31.2142857%;
}

.product_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border: 1px solid #dadada;
}

.product_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}

.product_view .list .pic img:hover {
  transform: scale(1.1);
}

.product-info_view {
  background-color: #f6f6f6;
  padding: 70px 0 55px;
  margin-top: 50px;
}

.product-info_view .above {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 70px;
}

.product-info_view .above .img-box {
  width: 54.3%;
  display: flex;
  height: 650px;
}

.product-info_view .above .img-box .img-swiper {
  border: 1px solid #dadada;
  width: 645px;
  height: 100%;
}

.product-info_view .above .img-box .img-swiper .swiper-slide {
  height: 100%;
}

.product-info_view .above .img-box .img-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info_view .above .img-box img {
  user-select: none;
}

.product-info_view .above .img-box .img-tabs {
  width: 110px;
  height: 100%;
  padding: 35px 20px;
  position: relative;
  overflow: hidden;
}

.product-info_view .above .img-box .img-tabs .swiper-container {
  width: 100%;
  height: 100%;
}

.product-info_view .above .img-box .img-tabs .swiper-slide {
  width: 100%;
  height: 70px;
}

.product-info_view .above .img-box .img-tabs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.product-info_view .above .img-box .img-tabs .swiper-button-prev {
  width: 100%;
  height: 25px;
  opacity: .5;
  left: 0;
  top: 0;
  margin-top: 0;
  background: url(../img/product-ico03.png) no-repeat center;
}

.product-info_view .above .img-box .img-tabs .swiper-button-prev:hover {
  background-image: url(../img/product-ico01.png);
  opacity: 1;
}

.product-info_view .above .img-box .img-tabs .swiper-button-next {
  width: 100%;
  height: 25px;
  opacity: .5;
  right: 0;
  top: initial;
  bottom: 0;
  margin-top: 0;
  background: url(../img/product-ico04.png) no-repeat center;
}

.product-info_view .above .img-box .img-tabs .swiper-button-next:hover {
  background-image: url(../img/product-ico02.png);
  opacity: 1;
}

.product-info_view .above .txt {
  width: 45.7%;
  padding: 60px 60px 0;
  background-color: #fff;
  position: relative;
}

.product-info_view .above .txt h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #000000;
}

.product-info_view .above .txt > p {
  font-size: 16px;
  line-height: 35px;
  height: 310px;
  margin-bottom: 30px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-info_view .above .txt .tel {
  display: none;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 35px;
  background: url(../img/pro-ico001.png) no-repeat left center;
}

.product-info_view .above .txt .box-share {
  padding-top: 25px;
  margin-bottom: 30px;
  border-top: 1px solid #d8d8d8;
}

.product-info_view .above .txt .box-share .social-share {
  display: inline-block;
}

.product-info_view .above .txt .box-share span {
  font-size: 14px;
  color: #717171;
}

.product-info_view .above .txt .link a {
  width: 132px;
  height: 42px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  color: #6d6d6d;
  margin-right: 12px;
}

.product-info_view .above .txt .link a:hover {
  background-color: #015077;
  color: #fff;
}

.product-info_view .effect {
  background-color: #fff;
  padding-top: 55px;
}

.product-info_view .effect .tit {
  text-align: center;
  /* margin-top: 115px; */
  margin-bottom: 60px;
}

.com-tit3 h3 {
  font-size: 30px;
  line-height: 1;
  color: #2d2d2d;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  font-weight: bold;
  text-align: center;
}

.com-tit3 h3 span {
  font-size: 12px;
  line-height: 1;
  color: #989898;
  margin-left: 5px;
}

  /* .product-info_view .effect .con img {
	width: 100%;
  } */
.product-info_view .effect .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 660px;
  padding-bottom: 40px;
}

.product-info_view .effect .content .img-swiper {
  width: 83%;
  height: 100%;
  margin: 0;
}

.product-info_view .effect .content .img-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info_view .effect .content .img-tabs {
  width: 15.7%;
  height: 100%;
}

.product-info_view .effect .txt {
  white-space: pre-wrap;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 1.7;
  color: #626262;
}

.product-info_view .effect .content .img-tabs .swiper-slide {
  width: 100%;
  height: 158px;
  border: 1px solid #cccccc;
}

.product-info_view .effect .content .img-tabs .swiper-slide-active {
  border: 3px solid #eb531d;
}

.product-info_view .effect .content .img-tabs .swiper-container {
  width: 100%;
  height: 100%;
}

.product-info_view .effect .content .img-tabs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info_view .effect .content .img-swiper .swiper-button-prev {
  width: 30px;
  height: 25px;
  background: url(../img/process-ico03.png) no-repeat center;
  background-size: contain;
  left: 30px;
}

.product-info_view .effect .content .img-swiper .swiper-button-next {
  width: 30px;
  height: 25px;
  background: url(../img/process-ico04.png) no-repeat center;
  background-size: contain;
  right: 30px;
}

.product-info_view .other .content-swiper {
  padding-top: 85px;
  width: 100%;
}

.product-info_view .other .content-swiper .box-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.product-info_view .other .content-swiper .box-button div {
  display: inline-block;
  position: initial;
}

.product-info_view .other.content-swiper .box-button .swiper-pagination {
  margin: 0 45px;
  height: 45px;
  line-height: 45px;
}

.product-info_view .other .content-swiper .box-button .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #215644;
  border-radius: 100%;
  margin: 0 5px;
}

.product-info_view .other .content-swiper .box-button .swiper-pagination-bullet-active {
  background-color: #df060f;
}

.product-info_view .other .content-swiper .box-button .swiper-button-prev {
  width: 80px;
  height: 45px;
  background: url(../img/honor-ico-02.png) no-repeat center;
  margin-top: 0;
  transform: rotate(180deg);
}

.product-info_view .other .content-swiper .box-button .swiper-button-prev:hover {
  background-image: url(../img/honor-ico-01.png);
  transform: rotate(0);
}

.product-info_view .other .content-swiper .box-button .swiper-button-next {
  width: 80px;
  height: 45px;
  background: url(../img/honor-ico-02.png) no-repeat center;
  margin-top: 0;
}

.product-info_view .other .content-swiper .box-button .swiper-button-next:hover {
  background-image: url(../img/honor-ico-01.png);
  transform: rotate(180deg);
}

.product-info_view .other .content-swiper .swiper-slide {
  width: 328px;
}

.product-info_view .other .content-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  border: 1px solid #d6d6d6;
  overflow: hidden;
}

.product-info_view .other .content-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.product-info_view .other .content-swiper .swiper-slide .pic:hover img {
  transform: scale(1.2);
}

.product-info_view .other .content-swiper .swiper-slide h4 {
  font-size: 16px;
  color: #666666;
  line-height: 1.2;
  text-align: center;
  padding: 25px 0;
}

.product-info_view .other .content-swiper .swiper-slide h4:hover {
  color: #333;
}

.product-info_view .other .tit {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 20px;
}

.product-info_view .above .txt .vr {
  position: absolute;
  right: 60px;
  bottom: 70px;
}

.product-info_view .above .txt .vr .code {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}

.product-info_view .above .txt .vr .code table {
  width: 100% !important;
  height: 100% !important;
}

.product-info_view .above .txt .vr:hover .code {
  opacity: 1;
  visibility: visible;
}

.appoint_view {
  padding: 95px 0;
}

.appoint_view .wrap .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #dfdfdf;
  align-items: stretch;
}

.appoint_view .form {
  width: 54%;
  padding: 45px 30px;
  border-right: #e0e0e0;
}

.appoint_view .form {
  padding: 45px 30px;
  border-right: 1px solid #e0e0e0;
}

.appoint_view .form form {
  display: flex;
  flex-wrap: wrap;
}

.appoint_view .form input {
  width: 48%;
  margin-bottom: 28px;
  height: 45px;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
}

.appoint_view .form input:nth-child(2n+1) {
  margin-right: 4%;
}

.appoint_view .form .add {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.appoint_view .form .add select {
  width: 48%;
  margin-bottom: 28px;
  font-size: 16px;
  color: #666;
  height: 45px;
  padding: 0 17px;
  border: 1px solid #dcdcdc;
  background: url(../img/ico-002.png) 95% center no-repeat;
  background-color: #f5f5f5;
}

.appoint_view .form .add select:nth-child(2n+1) {
  margin-right: 4%;
}

.appoint_view .form textarea {
  display: block;
  width: 100%;
  height: 160px;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  padding: 20px;
}

.appoint_view .form p {
  font-size: 16px;
  color: #d93751;
  line-height: 1.2;
  margin: 20px 0 30px;
  width: 100%;
}

.appoint_view .form button {
  font-size: 16px;
  color: #fff;
  padding: 20px 50px;
  background-color: #747474;
  transition-duration: .3s;
  margin-right: 25px;
  cursor: pointer;
}

.appoint_view .form button:hover {
  background-color: #df060f;
}

.appoint_view .pic {
  width: 46%;
  height: 620px;
  padding: 48px 30px;
}

.appoint_view .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case_view {
  padding-top: 60px;
}

.case_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.case_view .list li {
  width: 48.6%;
  transition: all .3s;
  margin-bottom: 35px;
  background: #fff;
}

.case_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.case_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.case_view .list .pic:hover img {
  transform: scale(1.1);
}

.case_view .list .pic h3 {
  font-size: 18px;
  line-height: 45px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.case_view .list .item {
  padding: 25px 145px 25px 30px;
  border: 1px solid #dadada;
  background-color: #f6f6f6;
  position: relative;
}
.case_view .list .item .txt h3 {
  font-size: 16px;
  line-height: 28px;
  color: #747474;
}
.case_view .list .item .txt .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0;
}
.case_view .list .item .txt .box h5 {
  font-size: 16px;
  line-height: 28px;
  color: #747474;
}
.case_view .list .item .txt .box a {
  width: 40px;
  height: 40px;
  border: 1px solid #dadada;
  margin-left: 5px;
  display: block;
}
.case_view .list .item .txt .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_view .list .item .txt .box a:hover {
  border-color: #df060f;
}
.case_view .list .item .more {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 11px 25px;
  background-color: #b0b0b0;
  border-radius: 35px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.case_view .list .item .more:hover {
  background-color: #df060f;
}

.case-info_view {
  background-color: #f6f6f6;
  padding: 60px 0 55px;
}
.case-info_view .effect {
  background-color: #fff;
  padding-top: 55px;
}
.case-info_view .effect .tit {
  text-align: center;
  /* margin-top: 115px; */
  /* margin-bottom: 60px; */
}
.case-info_view .effect .tit h3 {
  color: #2d2d2d;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  font-weight: bold;
}
.case-info_view .effect .tit p {
  color: #747474;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-top: 25px;
}
.case-info_view .effect .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 660px;
  padding-bottom: 40px;
}
.case-info_view .effect .content .img-swiper {
  width: 83%;
  height: 100%;
  margin: 0;
}
.case-info_view .effect .content .img-swiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-info_view .effect .content .img-tabs {
  width: 15.7%;
  height: 100%;
}
.case-info_view .effect .txt {
  white-space: pre-wrap;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 1.7;
  color: #626262;
}
.case-info_view .effect .content .img-tabs .swiper-slide {
  width: 100%;
  height: 158px;
  border: 1px solid #cccccc;
}
.case-info_view .effect .content .img-tabs .swiper-slide-active {
  border: 3px solid #eb531d;
}
.case-info_view .effect .content .img-tabs .swiper-container {
  width: 100%;
  height: 100%;
}
.case-info_view .effect .content .img-tabs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-info_view .effect .content .img-swiper .swiper-button-prev {
  width: 30px;
  height: 25px;
  background: url(../img/process-ico03.png) no-repeat center;
  background-size: contain;
  left: 30px;
}
.case-info_view .effect .content .img-swiper .swiper-button-next {
  width: 30px;
  height: 25px;
  background: url(../img/process-ico04.png) no-repeat center;
  background-size: contain;
  right: 30px;
}
.case-info_view .other .content-swiper {
  padding-top: 85px;
  width: 100%;
}
.case-info_view .other .content-swiper .box-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.case-info_view .other .content-swiper .box-button div {
  display: inline-block;
  position: initial;
}
.case-info_view .other.content-swiper .box-button .swiper-pagination {
  margin: 0 45px;
  height: 45px;
  line-height: 45px;
}
.case-info_view .other .content-swiper .box-button .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #215644;
  border-radius: 100%;
  margin: 0 5px;
}
.case-info_view .other .content-swiper .box-button .swiper-pagination-bullet-active {
  background-color: #df060f;
}
.case-info_view .other .content-swiper .box-button .swiper-button-prev {
  width: 80px;
  height: 45px;
  background: url(../img/honor-ico-02.png) no-repeat center;
  margin-top: 0;
  transform: rotate(180deg);
}
.case-info_view .other .content-swiper .box-button .swiper-button-prev:hover {
  background-image: url(../img/honor-ico-01.png);
  transform: rotate(0);
}
.case-info_view .other .content-swiper .box-button .swiper-button-next {
  width: 80px;
  height: 45px;
  background: url(../img/honor-ico-02.png) no-repeat center;
  margin-top: 0;
}
.case-info_view .other .content-swiper .box-button .swiper-button-next:hover {
  background-image: url(../img/honor-ico-01.png);
  transform: rotate(180deg);
}
.case-info_view .other .content-swiper .swiper-slide {
  width: 328px;
}
.case-info_view .other .content-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  border: 1px solid #d6d6d6;
  overflow: hidden;
}
.case-info_view .other .content-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.case-info_view .other .content-swiper .swiper-slide .pic:hover img {
  transform: scale(1.2);
}
.case-info_view .other .content-swiper .swiper-slide h4 {
  font-size: 16px;
  color: #666666;
  line-height: 1.2;
  text-align: center;
  padding: 25px 0;
}
.case-info_view .other .content-swiper .swiper-slide h4:hover {
  color: #333;
}
.case-info_view .other .tit {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 20px;
}

.m-serve {
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-serve .tit {
  text-align: center;
  padding: 24px 0 45px;
  background-color: #2b3b78;
}

.m-serve .tit h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: bold;
}

.m-serve .tit p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: none;
}

.m-serve .form {
  margin: -26px 20px 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 19px 15px 19px;
  border: 1px solid #f0f0f0;
}

.m-serve .form .item {
  margin-bottom: 15px;
  overflow: hidden;
}

.m-serve .form .item .inp, .m-serve .form select {
  border: 1px solid #e2e2e2;
  padding: 0 20px 0 13px;
  font-size: 12px;
  color: #828282;
  line-height: 35px;
  height: 35px;
  display: block;
  width: 100%;
  border-radius: 3px;
}

.m-serve .form select {
  background: url(../img/qwy-i5.png) center right 11px no-repeat;
}

.m-serve .form .sub {
  line-height: 30px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #2b3b78;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent;
}

.m-serve .form .sub:hover {
  border-radius: 3px;
  color: #2b3b78;
  background-color: transparent;
  border-color: #2b3b78;
}

.ul-form {
  overflow: hidden;
  margin: 0 -4px;
}

.ul-form li {
  float: left;
  width: 50%;
  margin-top: 12px;
  padding: 0 4px;
}

.g-box {
  padding: 23px 20px 5px;
  background-color: #fff;
  margin-bottom: 30px;
}

.g-tit1 {
  overflow: hidden;
  margin-bottom: 20px;
}

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../img/qwy-i6.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400;
}

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px;
  transition: all .3s;
}

.g-tit1 a:hover {
  color: #2b3b78;
}

.m-list2 {
  padding-bottom: 10px;
}

.m-list2 li a {
  display: block;
  font-size: 14px;
  color: #838282;
  line-height: 24px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 6px;
  transition: all .3s;
}

.m-list2 li a:hover {
  color: #2b3b78;
}

.m-list2 li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #838282;
  margin-top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-list1 {
  height: auto;
  overflow: hidden;
}

.m-list1 li {
  width: 50%;
  float: left;
}

.crumbs {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
}

.crumbs nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.crumbs nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}

.crumbs nav ul li {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
}

.crumbs nav ul li a {
  font-size: 14px;
  color: #565656;
  transition: .4s all;
}

.crumbs nav ul li a:hover {
  color: #df0615;
}

.crumbs li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.crumbs li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt.png") no-repeat;
  background-size: contain;
}

.crumbs .tit {
  display: flex;
  margin-left: -40px;
}

.crumbs .tit a {
  width: auto;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #828282;
  margin-left: 40px;
  position: relative;
}
.crumbs .tit a::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #df060f;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}

.crumbs .tit a.on,
.crumbs .tit a:hover {
  color: #000000;
}
.crumbs .tit a.on::after,
.crumbs .tit a:hover::after {
  opacity: 1;
  visibility: visible;
}

/* 内页导航1 */
.navbar1 {
  /* background-color: #192028; */
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar1 .box {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}

.navbar1 .tit {
  padding: 0 18px;
  line-height: 58px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #484848;
}

.navbar1 .tit span {
  float: left;
  padding-left: 29px;
  background: url(../img/all.png) center left no-repeat;
}

.navbar1 .tit .js-more {
  float: right;
  padding-right: 20px;
  /* background: url(../img/qwy-i3.png) center right no-repeat; */
  cursor: pointer;
  position: relative;
  color: #7e7e7e;
}

.navbar1 .tit .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar1 .tit .js-more.active::before {
  transform: rotate(180deg);
}

.navbar1 .nav {
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 0 46px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  background-color: #fff;
  justify-content: flex-start;
  background: url(../img/nav-bg1.png) repeat left top;
}

.navbar1 ul li {
  position: relative;
  padding-left: 80px;
  user-select: none;
}

.navbar1 ul li h4 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #484848;
  line-height: 58px;
  /* margin-left: 48px; */
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
  display: none;
  user-select: none;
}

.navbar1 ul li h4:first-child {
  display: block;
}

.navbar1 ul li a {
  font-size: 16px;
  color: #9e9e9e;
  margin: 0 10px;
  line-height: 58px;
  display: inline-block;
}

.navbar1 ul li a:hover,
.navbar1 ul li a.on {
  color: #2b3b78;
}

.navbar1 ul li.active a {
  /* color: #2b3b78; */
}

body.bg1 {
  background-color: #f9f9f9;
}

.product-list_view {
  padding-top: 70px;
}
.product-list_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -1.7%;
  margin-bottom: -30px;
}
.product-list_view .list .active .code {
  opacity: 1;
  visibility: visible;
}
.product-list_view .list li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-bottom: 30px;
}
.product-list_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.product-list_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}
.product-list_view .list li .pic .img1 {
  opacity: 1;
  visibility: visible;
}
.product-list_view .list li .pic:hover .img2 {
  opacity: 1;
  visibility: visible;
}
.product-list_view .list li .txt {
  padding-right: 30px;
  position: relative;
}
.product-list_view .list li .txt h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list_view .list li .txt h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #828282;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list_view .list li .txt .code_btn {
  width: 30px;
  height: 30px;
  background: url(../img/code-btn.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-list_view .list li .txt .code_btn:hover {
  box-shadow: 0 2px 3px #999;
}

.m-pages {
  text-align: center;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 60px;
  /* background-color: #192028; */
}

.m-pages ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 25px;
}

.m-pages li {
  float: left;
  margin: 0 3px;
}

.m-pages li a {
  display: block;
  width: 37px;
  text-align: center;
  color: #fff;
  /* background-color: #ccc; */
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 3px;
  height: 35px;
  line-height: 33px;
  transition: .4s all;
  font-size: 16px;
  background-color: #cccccc;
}

.m-pages select {
  width: 55px;
  height: 36px;
  line-height: 33px;
  color: #000;
  color: #3f3837;
  padding-left: 10px;
  background: url(../img/qwy-i4.png) #fff center right 10px no-repeat;
  /* background-size: auto;
  background-size: 8px; */
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  vertical-align: bottom;
}

.m-pages select option {
  width: 100%;
  height: 36px;
  font-size: 14px;
}

.m-pages li.active a,
.m-pages li a:hover {
  background-color: #df060f;
  /* color: #fff; */
}

.m-pages li {
  font-size: 16px;
  color: #3f3837;
  letter-spacing: 2px;
  line-height: 34px;
  font-family: SourceHanSerifCN;
}

.m-pages li:last-child {
  /* margin-left: 15px; */
}

.navbar {
  /* background-color: #192028; */
  padding-top: 60px;
  padding-bottom: 60px;
}

.navbar div {
  border: 1px solid #e2e2e2;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  padding: 0 0 0 15px;
  background-color: #fff;
}

.navbar div p {
  font-size: 16px;
  line-height: 60px;
  color: #626262;
  padding-left: 30px;
  position: relative;
}

  /* 
  .navbar ul {
	border-top: 1px solid #e2e2e2;
	width: 1400px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	justify-content: flex-start;
  }
  
  .navbar ul li {
	position: relative;
	transition: .4s all;
  } 
  */
.navbar div p::before {
  content: '';
  opacity: 1;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div p::before {
  content: '';
  opacity: 1;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li.active {
  background-color: #ddae60;
}

.navbar div ol li a {
  display: block;
  font-size: 16px;
  color: #131313;
  transition: .4s all;
  /* padding: 6px 15px; */
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  min-width: 85px;
  text-align: center;
}

.navbar .js-more {
  display: none;
}

.navbar > div {
  padding: 0 20px;
  width: 100%;
  display: block;
  position: relative;
}

.navbar div .js-more {
  display: block;
  /* font-size: 14px;
  line-height: 30px; */
  position: relative;
  line-height: 44px;
  font-size: 16px;
  color: #626262;
  cursor: pointer;
  text-align: center;
}

.navbar div p {
  display: none;
  /* font-size: 14px;
  line-height: 30px; */
}

.navbar {
  padding: 15px;
  /* margin-top: 20px; */
}

.navbar .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar > div::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  top: 45px;
  right: 0;
}

.navbar div ol {
  display: none;
  padding: 8px 0;
}

.navbar .js-more.active::before {
  transform: rotate(180deg);
}

.navbar div ol li a {
  text-align: center;
  font-size: 14px;
  padding: 6px 15px;
  height: auto;
  line-height: 1.2;
  color: #666;
}

.navbar > div {
  padding: 0 20px;
}

.navbar div ol li.on a, .navbar div ol li a:hover {
  /* color: #2b3b78; */
}

.navbar {
  display: none;
}

.col-l {
  width: 76.08%;
}

.col-r {
  width: 21.78%;
}

.sidebar_news {
  padding: 20px;
  background-color: #fff;
}
.sidebar_news li {
  border-bottom: 1px solid #dbdbdb;
}
.sidebar_news h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: .3s;
  margin-top: 20px;
}
.sidebar_news h3:hover {
  color: #015077;
}
.sidebar_news .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 70%;
  margin-top: 15px;
  overflow: hidden;
}
.sidebar_news .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.sidebar_news .pic img:hover {
  transform: scale(1.2);
}
.sidebar_news p {
  font-size: 14px;
  line-height: 25px;
  color: #828282;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 23px;
  margin-top: 15px;
}
.sidebar_news p:hover {
  color: #333;
}

.m-contxt1 {
  padding: 25px;
  background-color: #fff;
}

.m-contxt1 .tit {
  font-size: 26px;
  color: #292929;
  /* margin-bottom: 13px; */
  font-weight: bold;
  margin-bottom: 10px;
}

.m-contxt1 .box-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.m-contxt1 .box-info .info span {
  font-size: 16px;
  color: #a7a7a7;
  margin-right: 10px;
  display: inline-block;
}

.m-contxt1 .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  /*
   
   margin-bottom: 35px; */
  /* text-indent: 2em; */
  margin-bottom: 30px;
}

.m-contxt1 .share-box {
  font-size: 16px;
  color: #a7a7a7;
}
.m-contxt1 .social-share {
  display: inline-block;
}

.page-t1 a {
  display: block;
  font-size: 16px;
  color: #aaaaaa;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-t1 a:hover {
  color: #333;
}

.page-t1 a.prev {
  margin-bottom: 5px;
}

.page-t1 a:hvoer {
  color: #333;
}

.page-t1 {
  padding-right: 130px;
  position: relative;
}

.page-t1 .blank {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 25px;
  background-color: #b8b8b8;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 2px;
  transition: all .3s;
}

.page-t1 .blank:hover {
  background-color: #FF5200;
}

.box-blank .con {
  background: #004da1;
  display: inline-block;
  width: 215px;
}

.box-blank .box1 {
  width: 65px;
  height: 40px;
  background: #df060f url(../img/t3-img6.png) no-repeat center center;
  float: left;
}

.box-blank .blank {
  overflow: hidden;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.box-blank .blank:hover {
  opacity: .8;
}

.box-blank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.box-blank div a {
  display: block;
  font-size: 16px;
  color: #fff;
  transition: .4s all;
}
.box-blank div a + a {
  margin-top: 15px;
}
.box-blank div a:hover {
  color: #999;
}

.cases_view {
  padding-top: 70px;
}
.cases_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: -1.8%;
}
.cases_view .list li {
  width: 31.5%;
  margin-right: 1.8%;
  transition-duration: .3s;
}
.cases_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 74.15%;
}
.cases_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.cases_view .list li h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: .3s;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
  max-width: 100%;
}
.cases_view .list li h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #eb531d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.cases_view .list li:hover h3 {
  padding-left: 10px;
  padding-right: 10px;
}
.cases_view .list li:hover h3::after {
  opacity: 1;
  visibility: visible;
}

.login_view {
  padding: 240px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.login_view .wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.login_view .tit {
  text-align: center;
}
.login_view .tit span {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  margin-top: 50px;
  margin-bottom: 25px;
}
.login_view form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.login_view form input {
  width: 390px;
  height: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 40px;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  margin-bottom: 20px;
}
.login_view form .sub {
  width: 390px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  background: url(../img/login-btn.png) no-repeat center;
  background-size: cover;
  transition-duration: .3s;
}
.login_view form .sub:hover {
  box-shadow: 0 2px 5px #999;
  transform: translateY(-3px);
}

.login-page .footer > .wrap {
  display: none;
}
.login-page .footer .copy {
  padding: 25px 0;
  background-color: #fff;
  color: #585757;
}

.com-banner1 {
  position: relative;
  padding-bottom: 31.45%;
  /* margin-top: 76px; */
}

.com-banner1 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.com-banner1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.com-banner1 h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
  text-align: left;
  letter-spacing: 3px;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

.com-banner1 h5 {
  
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  /* padding-bottom: 12px; */
  /* border-bottom: 2px solid #FFFFFF; */
  /* font-weight: 600; */
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;

}

.com-banner1 .box span {
  display: block;
  width: 120px;
  height: 120px;
  background: url(../img/banner-ico001.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}

.serve_view .advantage {
  background: url(../img/advantage-bg01.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.serve_view .advantage .tit h3 {
  color: #fff;
}
.serve_view .advantage .tit h5 {
  color: #fff;
}
.serve_view .advantage .con {
  margin-top: 55px;
  margin-bottom: -35px;
}
.serve_view .advantage .con h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}
.serve_view .advantage .con p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 35px;
}
.serve_view .join {
  padding-left: 50%;
  padding-top: 110px;
  padding-bottom: 110px;
  margin: 20px 0;
  background: url(../img/join-001.jpg) no-repeat left center;
  background-size: 50% auto;
}
.serve_view .join .box {
  padding-right: 18.5%;
  padding-left: 60px;
  margin-bottom: -58px;
}
.serve_view .join .box .list {
  margin-top: 55px;
}
.serve_view .join .box .list li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 58px;
}
.serve_view .join .box .list li h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  font-weight: bold;
}
.serve_view .join .box .list li p {
  font-size: 16px;
  line-height: 30px;
  color: #585757;
  margin-bottom: 50px;
}
.serve_view .process {
  padding-top: 120px;
  background: url(../img/case-bg01.jpg) no-repeat center;
  border-bottom: 7px solid #d9d9d9;
  background-size: cover;
  position: relative;
}
.serve_view .process::after {
  content: '';
  display: block;
  border-bottom: 1px solid #a79996;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 130px;
}
.serve_view .process .tit {
  text-align: center;
}
.serve_view .process .tit h3 {
  color: #fff;
}
.serve_view .process .tit h5 {
  color: #fff;
}
.serve_view .process .swiper-box {
  margin-top: 80px;
  margin-bottom: 110px;
  padding: 0 100px;
  position: relative;
  padding-bottom: 30px;
}
.serve_view .process .swiper-pagination {
  bottom: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.serve_view .process .swiper-button-prev {
  width: 40px;
  height: 35px;
  background: url(../img/process-ico03.png) no-repeat center;
  left: 0;
}
.serve_view .process .swiper-button-next {
  width: 40px;
  height: 35px;
  background: url(../img/process-ico04.png) no-repeat center;
  right: 0;
}
.serve_view .process .process-swiper .swiper-slide {
  text-align: center;
}
.serve_view .process .process-swiper .swiper-slide h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin-top: 80px;
}
.serve_view .process .process-swiper .swiper-slide h5 {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
  margin-bottom: 40px;
}
.serve_view .process .process-swiper .swiper-slide p {

  font-size: 16px;
  line-height: 25px;
  color: #fff;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;

}
.serve_view .process .tabs-swiper .swiper-slide {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.serve_view .process .tabs-swiper .swiper-slide .img {
  position: relative;
  width: 60px;
  height: 60px;
}
.serve_view .process .tabs-swiper .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition-duration: .3s;
}
.serve_view .process .tabs-swiper .swiper-slide .img img.img2 {
  opacity: 0;
  visibility: hidden;
}
.serve_view .process .tabs-swiper .swiper-slide:hover img.img1 {
  display: none;
}
.serve_view .process .tabs-swiper .swiper-slide:hover img.img2 {
  opacity: 1;
  visibility: visible;
}
.serve_view .process .tabs-swiper .swiper-slide h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-top: 3px;
}
.serve_view .network {
  padding-top: 120px;
}
.serve_view .network .tit {
  text-align: center;
}
.serve_view .network .joan_store {
  width: 1400px;
  margin: 0 auto;
}
.serve_view .network .joan_store .this_view {
  width: 100%;
  padding: 40px;
  padding-top: 55px;
  background-color: #fff;
}
.serve_view .network .joan_store .this_view .top {
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-content: unset;
  box-shadow: 0 0 10px #ccc;
  position: relative;
  z-index: 2;
}
.serve_view .network .joan_store .this_view .top .store_search {
  width: 25%;
  height: 30px;
  border: 1px solid #dcdcdc;
  position: relative;
  margin-left: 30px;
}
.serve_view .network .joan_store .this_view .top .store_search input {
  width: 100%;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  color: #999;
  transition: .4s all;
}
.serve_view .network .joan_store .this_view .top .store_search input::-webkit-input-placeholder {
  color: #999;
}
.serve_view .network .joan_store .this_view .top .store_search input:hover {
  box-shadow: 0 0 10px #ccc;
}
.serve_view .network .joan_store .this_view .top .store_search button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url("../img/store_search.png") no-repeat;
  background-size: 100% 100%;
}
.serve_view .network .joan_store .this_view .top .store_location {
  width: 55%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.serve_view .network .joan_store .this_view .top .store_location select {

  width: 33.333%;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  background: url(../img/store_xia.png) #fff 90% center no-repeat;
  background-color: transparent;
  background-size: 10%;

}
.serve_view .network .joan_store .this_view .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.serve_view .network .joan_store .this_view .bottom .left {
  width: 65%;
}
.serve_view .network .joan_store .this_view .bottom .left #joan_map {
  width: 100%;
  height: 600px;
}
.serve_view .network .joan_store .this_view .bottom .right {
  width: 35%;
  height: 600px;
  overflow: hidden;
}
.serve_view .network .joan_store .this_view .bottom .right ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.serve_view .network .joan_store .this_view .bottom .right ul li {
  width: 100%;
  height: auto;
  padding: 30px 20px;
  padding-left: 100px;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
  transition: .4s all;
  background-color: #fff;
  position: relative;
}
.serve_view .network .joan_store .this_view .bottom .right ul li:hover {
  background-color: #dcdcdc;
}
.serve_view .network .joan_store .this_view .bottom .right ul li i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  left: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #e48b2a;
  color: #fff;
  border-radius: 5px;
  font-style: normal;
}
.serve_view .network .joan_store .this_view .bottom .right ul li div {
  width: 100%;
}
.serve_view .network .joan_store .this_view .bottom .right ul li div h4 {
  font-size: 16px;
  color: #141414;
  font-weight: normal;
  margin-bottom: 10px;
}
.serve_view .network .joan_store .this_view .bottom .right ul li div p {

  font-size: 15px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}
.serve_view .network .joan_store .this_view .bottom .right ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.serve_view .network .joan_store .this_view .bottom .right ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.serve_view .network .joan_store .this_view .bottom .right ul::-webkit-scrollbar-thumb {
  background: #2b3b78;
  border-radius: 6px;
}
.serve_view .network .joan_store .this_view .bottom .right ul::-webkit-scrollbar-corner {
  background: #2b3b78;
}
.serve_view .stores .tit {
  text-align: center;
}
.serve_view .stores .con {
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.serve_view .stores .con .stores-swiper {
  width: 50%;
  height: 720px;
}
.serve_view .stores .con .stores-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serve_view .stores .con .stores-swiper .swiper-pagination {
  bottom: 18px;
}
.serve_view .stores .con .stores-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}
.serve_view .stores .con .stores-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e48b2a;
}
.serve_view .stores .con .tabs {
  width: 50%;
  height: 720px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.serve_view .stores .con .tabs a {

  width: 50%;
  height: 50%;
  position: relative;

}
.serve_view .stores .con .tabs a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serve_view .stores .con .tabs a .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: .3s;
  opacity: 0;
  visibility: hidden;
}
.serve_view .stores .con .tabs a .txt h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}
.serve_view .stores .con .tabs a:hover .txt {
  opacity: 1;
  visibility: visible;
}

.search-box {
  padding: 0;
  transition: 1s ease;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #999;
  width: 320px;
  height: 0;
  position: absolute;
  z-index: 3;
  left: -150px;
  top: 36px;
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  /* transition:transform .3s,opacity 1s,visibility 1s; */
  transition: initial;
  padding: 15px;
  height: 200px;
  transition: all .8s;
}

.search-box.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  left: -200px;
  transition: transform .3s;
  /* transition: transform .3s,opacity .3s,visibility .3s; */
}

.search-box p {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.search-box input {
  width: 100%;
  border: 1px solid #999;
  height: 40px;
  background: transparent;
  padding: 0 15px;
}

.search-box button {
  height: 40px;
  border: 1px solid #fff;
  background: #015077;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}

.case-info_view .adove {
  padding: 60px 75px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.case-info_view .adove .txt {
  width: 42%;
}
.case-info_view .adove .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #464646;
  padding: 20px 0;
  padding-left: 65px;
  background: url(../img/case-ico-003.png) no-repeat left top 6px;
  border-bottom: 1px dashed #858585;
}
.case-info_view .adove .txt p {
  font-size: 14px;
  line-height: 28px;
  color: #898989;
  margin-top: 25px;
}
.case-info_view .adove .pic {
  width: 53%;
  height: 425px;
}
.case-info_view .adove .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-info_view .content {
  padding: 45px 70px;
  background: #fff;
  margin-top: 35px;
}
.case-info_view .content .tit {
  position: relative;
  border-bottom: 1px dashed #858585;
  padding-top: 20px;
  margin-bottom: 45px;
}
.case-info_view .content .tit h4 {
  width: 210px;
  font-size: 24px;
  color: #464646;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.case-info_view .more {
  margin-top: 35px;
  margin-bottom: 45px;
}
.case-info_view .more .tit {
  position: relative;
  border-bottom: 1px dashed #858585;
  padding-top: 20px;
  margin-bottom: 45px;
}
.case-info_view .more .tit h4 {

  width: 210px;
  font-size: 24px;
  color: #464646;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f9f9f9;
  
}
.case-info_view .more .swiper-box {
  margin-left: -70px;
  margin-right: -70px;
  padding: 0 70px;
  position: relative;
}
.case-info_view .more .swiper-box .swiper-button-prev {
  background: url(../img/case-left-ico005.png) no-repeat center;
}
.case-info_view .more .swiper-box .swiper-button-next {
  background: url(../img/case-right-ico005.png) no-repeat center;
}
.case-info_view .more .swiper-box .swiper-button-prev:hover {
  background-image: url(../img/case-left-ico006.png);
}
.case-info_view .more .swiper-box .swiper-button-next:hover {
  background-image: url(../img/case-right-ico006.png);
}
.case-info_view .more .more-swiper .swiper-slide {
  width: 445px;
}
.case-info_view .more .more-swiper .swiper-slide .pic {
  display: block;
  position: relative;
  padding-bottom: 61.79%;
}
.case-info_view .more .more-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.case-info_view .more .more-swiper .swiper-slide .txt {
  padding: 15px 25px;
  background: #fff;
}
.case-info_view .more .more-swiper .swiper-slide .txt h3 {
  font-size: 24px;
  color: #343434;
  line-height: 1.2;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d0d0d0;
}
.case-info_view .more .more-swiper .swiper-slide .txt h5 {
  margin-top: 10px;
  font-size: 14px;
  color: #797979;
  line-height: 30px;
  padding-left: 30px;
  background: url(../img/case-ico-001.png) no-repeat left center;
}
.case-info_view .more .more-swiper .swiper-slide .txt p {
  font-size: 14px;
  color: #797979;
  line-height: 25px;
  padding-left: 30px;
  background: url(../img/case-ico-002.png) no-repeat left top 5px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.gallery_view {
  padding-top: 60px;
}

.gallery_view .list {
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -14px;

}

.gallery_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  margin-bottom: 14px;
  background: #fff;
}

.gallery_view .list .tit h3 {
  font-size: 16px;
  color: #747474;
  line-height: 70px;
  text-align: center;
  transition: all .3s;
}

.gallery_view .list li:hover .tit h3 {
  background-color: #ececec;
}

.gallery_view .list .tit h5 {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.2;
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
}

.gallery_view .list:after {
  content: "";
  width: 31.2142857%;
}

.gallery_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 73.8%;
  overflow: hidden;
  border: 1px solid #dadada;
}

.gallery_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}

.gallery_view .list .pic img:hover {
  transform: scale(1.1);
}

.care_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.care_view .list::after {
  content: "";
  width: 31.2142857%;
}

.care_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  margin-bottom: 35px;
}

.care_view .list .tit h3 {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 12px;
  text-align: center;
}

.care_view .list:after {
  content: "";
  width: 31.2142857%;
}

.care_view .list li:hover {
  transform: translateY(-5px);
  /* background-color: #fff; */
  box-shadow: 3px 3px 5px #c3c0c0;
}

.care_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.8032%;
}

.care_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.duty_view .content {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.duty_view .content .pic {
  width: 41%;
  height: 550px;
}
.duty_view .content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.duty_view .content .txt {
  width: 56%;
}
.duty_view .content .txt h3 {
  font-size: 30px;
  line-height: 1;
  color: #02537c;
}
.duty_view .content .txt h5 {
  font-size: 24px;
  line-height: 1;
  color: #5f5f5f;
  margin-top: 14px;
}
.duty_view .content .txt p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #919191;
}

.com-tit2 {
  text-align: center;
  padding-top: 35px;
}
.com-tit2 h3 {
  color: #bdbdbd;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Arial";
  font-weight: bold;
}
.com-tit2 h5 {
  color: #2b3b78;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 12px;
  font-family: "Source Han Sans CN","Source Han Sans CN Medium","Microsoft YaHei",sans-serif;
}

.shop-info_view {
  background-color: #f6f6f6;
  padding: 70px 0 55px;
}

.shop-info_view .above {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 70px;
}

.shop-info_view .above .img-box {
  width: 52.5%;
  background-color: #fff;
}

.shop-info_view .above #bmap {
  width: 45.7%;
  background-color: #fff;
}

.shop-info_view .above .img-box .img-swiper {
  width: 100%;
  height: 550px;
}

.shop-info_view .above .img-box .img-swiper .swiper-slide {
  height: 100%;
}

.shop-info_view .above .img-box .img-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-info_view .above .img-box img {
  user-select: none;
}

.shop-info_view .above .img-box .img-tabs {
  width: 100%;
  height: 120px;
  padding: 20px 55px;
  position: relative;
  overflow: hidden;
}

.shop-info_view .above .img-box .img-tabs .swiper-container {
  width: 100%;
  height: 100%;
}

.shop-info_view .above .img-box .img-tabs .swiper-slide {
  width: 105px;
  height: 80px;
  border: 1px solid #dadada;
}

.shop-info_view .above .img-box .img-tabs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.shop-info_view .above .img-box .img-tabs .swiper-button-prev {
  width: 55px;
  height: 55px;
  opacity: .5;
  left: 0;
  top: 34px;
  margin-top: 0;
  background: url(../img/product-ico03.png) no-repeat center;
  transform: rotate(-90deg);
}

.shop-info_view .above .img-box .img-tabs .swiper-button-prev:hover {
  background-image: url(../img/product-ico01.png);
  opacity: 1;
}

.shop-info_view .above .img-box .img-tabs .swiper-button-next {
  width: 55px;
  height: 55px;
  opacity: .5;
  right: 0;
  top: 34px;
  margin-top: 0;
  background: url(../img/product-ico04.png) no-repeat center;
  transform: rotate(-90deg);
}

.shop-info_view .above .img-box .img-tabs .swiper-button-next:hover {
  background-image: url(../img/product-ico02.png);
  opacity: 1;
}

.shop-info_view .above .txt {
  width: 45.7%;
  padding: 60px 60px 0;
  background-color: #fff;
  position: relative;
}

.shop-info_view .above .txt h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #000000;
}

.shop-info_view .above .txt > p {
  font-size: 16px;
  line-height: 35px;
  height: 310px;
  margin-bottom: 30px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-info_view .above .txt .tel {
  display: none;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 35px;
  background: url(../img/pro-ico001.png) no-repeat left center;
}

.shop-info_view .above .txt .box-share {
  padding-top: 25px;
  margin-bottom: 30px;
  border-top: 1px solid #d8d8d8;
}

.shop-info_view .above .txt .box-share .social-share {
  display: inline-block;
}

.shop-info_view .above .txt .box-share span {
  font-size: 14px;
  color: #717171;
}

.shop-info_view .above .txt .link a {
  width: 132px;
  height: 42px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  color: #6d6d6d;
  margin-right: 12px;
}

.shop-info_view .above .txt .link a:hover {
  background-color: #015077;
  color: #fff;
}

.contact_view {
  padding: 60px 0;
}
.contact_view .box {
  padding: 40px;
  border: 1px solid #dadada;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.contact_view #bmap {
  width: 47%;
  height: 590px;
}
.contact_view .item {
  width: 46.5%;
  padding-top: 30px;
}
.contact_view .item p {
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 34px;
  color: #787878;
}
.contact_view .item p span {
  font-weight: bold;
  color: #015077;
}

.news_view {
  padding-top: 60px;
}
.news_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -40px;
}
.news_view .list::after {
  content: "";
  width: 30.3%;
  display: block;
}
.news_view .list li {
  width: 30.3%;
  margin-bottom: 40px;
}
.news_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 75.5%;
  overflow: hidden;
}
.news_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}
.news_view .list li .pic:hover img {
  transform: scale(1.1);
}
.news_view .list li .txt {
  padding-bottom: 46px;
  border-bottom: 3px solid #e0e0e0;
  transition: all .3s;
}
.news_view .list li .txt h3 {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.2;
  color: #2d2d2d;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_view .list li .txt span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.2;
  color: #989898;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
}
.news_view .list li:hover .txt {
  border-bottom-color: #004da1;
}

.news-info_view {
  padding: 80px 0;
  background-color: #f6f6f6;
}

.news-info_view .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.news-info_view .box-blank {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.market_view {
  padding-top: 60px;
  padding-bottom: 60px;
}
.market_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -60px;
}
.market_view .list::after {
  content: "";
  width: 30%;
  display: block;
}
.market_view .list li {
  width: 30%;
  border: 1px solid #dadada;
  padding: 60px 30px 0;
  height: 300px;
  margin-bottom: 60px;
  transition: all .3s;
  background: no-repeat top 40px left 120px;
}
.market_view .list li h3 {
  font-size: 24px;
  line-height: 1;
  color: #2d2d2d;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  font-weight: bold;
  transition: all .3s;
}
.market_view .list li h3 span {
  font-size: 12px;
  line-height: 1;
  color: #989898;
  margin-left: 5px;
  transition: all .3s;
}
.market_view .list li p {
  font-size: 16px;
  line-height: 35px;
  color: #787878;
  margin-top: 20px;
  transition: all .3s;
}
.market_view .list li:hover {
  background-image: url(../img/market-bg001.png);
  background-color: #014da0;
  border-color: #014da0;
}
.market_view .list li:hover h3 {
  color: #fff;
}
.market_view .list li:hover h3 span {
  color: #fff;
}
.market_view .list li:hover p {
  color: #Fff;
}

.about_view {
  padding-top: 80px;
}
.about_view .intro2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.about_view .intro2 .txt {
  width: 51.5%;
  padding-left: 260px;
  margin-bottom: 60px;
}
.about_view .intro2 .txt .tit {
  margin-left: 80px;
  margin-bottom: 10px;
}
.about_view .intro2 .txt p {
  font-size: 16px;
  line-height: 35px;
  color: #787878;
  margin-top: 30px;
}
.about_view .intro2 .pic {
  width: 43.2%;
  margin-top: 115px;
}
.about_view .culture {
  background: url(../img/culture-bg001.png) no-repeat left top;
}
.about_view .culture .top {
  position: relative;
  padding-bottom: 245px;
}
.about_view .culture .top .tit {
  position: absolute;
  right: 0;
  top: -175px;
}
.about_view .culture .swiper-box {
  margin-left: -45px;
  margin-right: -45px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}
.about_view .culture .swiper-box .swiper-button-prev {
  width: 35px;
  height: 75px;
  left: 0;
  background: url(../img/culture-left-001.png) no-repeat center;
}
.about_view .culture .swiper-box .swiper-button-prev:hover {
  background-image: url(../img/culture-left-002.png);
}
.about_view .culture .swiper-box .swiper-button-next {
  right: 0;
  width: 35px;
  height: 75px;
  background: url(../img/culture-left-001.png) no-repeat center;
  transform: rotate(180deg);
}
.about_view .culture .swiper-box .swiper-button-next:hover {
  background-image: url(../img/culture-left-002.png);
}
.about_view .culture .culture-swiper .swiper-slide {
  width: 425px;
}
.about_view .culture .culture-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 74.1%;
}
.about_view .culture .culture-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about_view .culture .culture-swiper .swiper-slide .txt {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 3px solid #e2e2e2;
}
.about_view .culture .culture-swiper .swiper-slide .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #2d2d2d;
  font-family: "思源宋体 CN","Microsoft YaHei",sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.about_view .culture .culture-swiper .swiper-slide .txt h3 span {
  font-size: 12px;
  line-height: 1;
  color: #989898;
}
.about_view .culture .culture-swiper .swiper-slide .txt p {
  font-size: 14px;
  line-height: 35px;
  color: #787878;
  height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about_view .publicity2 {
  padding-top: 205px;
}
.about_view .publicity2 .top {
  position: relative;
}
.about_view .publicity2 .top .tit {
  position: absolute;
  top: -125px;
  left: 0;
  z-index: 1;
}
.about_view .publicity2 .video-box {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 39.3%;
}
.about_view .publicity2 .video-box .video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  display: block;
  background-repeat: no-repeat;
  background-position: center;

}
.about_view .publicity2 .start-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.about_view .honor {
  padding-bottom: 80px;
  background: url(../img/news-bg01.jpg) no-repeat top 265px right;
}
.about_view .honor .top {
  padding-top: 40px;
  margin-left: 200px;
}
.about_view .honor .swiper-box {
  margin-top: 30px;
  margin-left: -45px;
  margin-right: -45px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}
.about_view .honor .swiper-box .swiper-button-prev {
  width: 35px;
  height: 75px;
  left: 0;
  background: url(../img/culture-left-001.png) no-repeat center;
}
.about_view .honor .swiper-box .swiper-button-prev:hover {
  background-image: url(../img/culture-left-002.png);
}
.about_view .honor .swiper-box .swiper-button-next {
  right: 0;
  width: 35px;
  height: 75px;
  background: url(../img/culture-left-001.png) no-repeat center;
  transform: rotate(180deg);
}
.about_view .honor .swiper-box .swiper-button-next:hover {
  background-image: url(../img/culture-left-002.png);
}
.about_view .honor .swiper-box .honor-swiper .swiper-slide {
  width: 425px;
}
.about_view .honor .swiper-box .honor-swiper .swiper-slide .pic {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  background-color: #fff;
}
.about_view .honor .swiper-box .honor-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  transition: all .3s;
}
.about_view .honor .swiper-box .pic:hover img {
  transform: scale(1.1);
}
.about_view .honor .swiper-box .honor-swiper .swiper-slide h3 {
  color: #2d2d2d;
  font-size: 18px;
  line-height: 75px;
  text-align: center;
}
.about_view .honor .swiper-box .honor-swiper .swiper-slide .txt {
  border-bottom: 3px solid #e0e0e0;
}
.about_view .honor .swiper-box .honor-swiper .swiper-slide:hover .txt {
  border-color: #004da1;
}


.video_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
}

.video_window .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 750px;
  height: 500px;
}

.video_window .main video {
  border: 20px solid #fff;
  border-radius: 10px;
  background-color: #000;
}

.video_window .main {
  overflow: visible;
  background-color: initial;
}

.video_window .main i {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
  background: url(../img/close.png) no-repeat;
  background-size: 100% 100%;
}



.news .swiper-box {
  margin-top: 30px;
  margin-left: -45px;
  margin-right: -45px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  display: none;
}
.news .swiper-box .swiper-button-prev {
  width: 35px;
  height: 75px;
  left: 0;
  background: url(../img/culture-left-001.png) no-repeat center;
}
.news .swiper-box .swiper-button-prev:hover {
  background-image: url(../img/culture-left-002.png);
}
.news .swiper-box .swiper-button-next {
  right: 0;
  width: 35px;
  height: 75px;
  background: url(../img/culture-left-001.png) no-repeat center;
  transform: rotate(180deg);
}
.news .swiper-box .swiper-button-next:hover {
  background-image: url(../img/culture-left-002.png);
}
.news .swiper-box .news-swiper .swiper-slide {
  width: 425px;
}
.news .swiper-box .news-swiper .swiper-slide .pic {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  border: 1px solid #cfcfcf;
  overflow: hidden;
}
.news .swiper-box .news-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.news .swiper-box .pic:hover img {
  transform: scale(1.1);
}
.news .swiper-box .news-swiper .swiper-slide h3 {
  color: #2d2d2d;
  font-size: 18px;
  line-height: 75px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .swiper-box .news-swiper .swiper-slide .txt {
  border-bottom: 3px solid #e0e0e0;
}
.news .swiper-box .news-swiper .swiper-slide:hover .txt {
  border-color: #004da1;
}



.hd-logo .logo2{
 display: none;
}



@media screen and (max-width: 1440px) {
  body:after {
    background: blue;
  }

  .wrap {
    width: 1200px;
  }

  .hd-nav li > a {
    margin: 0 15px;
  }

  .intro .txt {
    padding-left: 60px;
  }

  .publicity .item1 .txt {
    padding-left: 60px;
  }

  .banner .swiper-pagination {
    bottom: 20px;
  }

  .footer > .wrap .nav dl {
    width: 120px;
  }

  .footer > .wrap .nav {
    width: 70%;
  }

  .footer > .wrap .item {
    width: 30%;
  }

  .navbar1 .box {
    width: 1200px;
  }

  /* .com-banner1 .box {
    margin-left: -600px;
  } */

  .about_view .intro2 .txt {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1280px) {
  body:after {
    background: lightblue;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  .hd-nav li > a {
    margin: 0 10px;
  }

  .hd-btn a {
    width: 50px;
  }

  .hd-btn a.tel-btn {
    width: 50px;
    padding-left: 0;
    background-position: center  top;
    font-size: 0px;
    line-height: 0;
  }

  .product .top .tit {
    position: relative;
    left: 0px;
  }

  .case {
    padding-top: 150px;
  }

  .case .case-swiper {
    height: 500px;
  }

  .case .img2 {
    height: 500px;
  }

  .case .tit img {
    top: 40px;
    left: 49%;
    width: 250px;
  }

  .news .tit {
    margin-left: 100px;
  }

  .footer > .wrap .item {
    padding-left: 60px;
  }

  .publicity .item2 {
    padding-left: 60px;
  }

  .col-l {
    width: 100%;
  }

  .col-r {
    display: none;
  }

  .serve_view .join {
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
    background: initial;
  }

  .navbar1 .box {
    width: 100%;
  }

  .navbar1 {
    padding: 20px;
  }

  .com-banner1 .box {
    margin-left: 0;
    transform: translateY(-50%) translateX(-50%);
  }

  .com-banner1 h3 {
    text-align: center;
  }

  .com-banner1 h5 {
    text-align: center;
  }

  .case-info_view .more .swiper-box {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .case-info_view .more .swiper-box .swiper-button-prev {
    display: none;
  }

  .case-info_view .more .swiper-box .swiper-button-next {
    display: none;
  }

  .about_view .culture .swiper-box {
    margin-left: 0;
    margin-right: 0;
  }

  .about_view .honor .swiper-box {
    margin-left: 0;
    margin-right: 0;
  }
  .news .swiper-box {
    margin-left: 0;
    margin-right: 0;
  }

}
@media screen and (max-width: 1024px) {
  /* 移动ipad */
  /* ..... */
  body:after {
    background: pink;
  }

  .hd-nav {
    display: none;
  }

  .hd-btn a {
    display: none;
  }

  .header-box {
    height: 61px;
  }

  .header-box .img1 {
    display: none;
  }

  .header-box .img2 {
    display: block;
    width: 110px;
    max-height: 50px;
  }

  .header {
    padding: 5px 0;
    background-color: #333;
    border-bottom: 1px solid #333;
  }

  .header .menu-btn {
    display: block;
    position: relative;
    z-index: 9;
  }

  .menu-btn {
    /* background-color: #215644; */
    height: 23px;
    width: 30px;
    position: relative;
    cursor: pointer;
    display: none;
    /* top: 50%;
    transform: translateY(-50%);
    */
  }

  .menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    left: 10px;
    top: 13px;
    transition: all .4s;
    border-radius: 3px;
  }

  .menu-btn span:nth-child(2) {
    top: 23px;
  }

  .menu-btn span:nth-child(3) {
    top: 33px;
    width: 19px;
    left: initial;
    right: 10px;
  }

  .menu-btn {
    display: block;
    /* position:absolute;right:8px;top:6px; */
    height: 50px;
    width: 50px;
    padding: 10px;
  }

  .menu-btn.active span:nth-child(2) {
    width: 0;
    left: 22px;
    opacity: 0;
  }

  .menu-btn.active span {
    -webkit-transform: rotate(45deg);
    top: 23px;
  }

  .menu-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    top: 23px;
    width: 30px;
  }

  .m-nav {
    /* display: none; */
    width: 75%;
    height: 100vh;
    max-width: 420px;
    padding: 50px 0 70px;
    /* height: 100vh; */
    position: fixed;
    top: 61px;
    right: -100vw;
    transition: .4s all;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: block;
  }

  .m-nav ul li:hover a {
    background-color: #015077;
  }

  .m-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .m-nav.active {
    right: 0;
  }

  .search_btn {
    display: block;
    width: 30px;
    margin-left: auto;
  }

  .m_search .title img {
    width: 35px;
    height: 35px;
  }

  .m_search .title h3 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 28px;
  }

  .m_search .main .m_header_submit {
    font-size: 18px;
  }

  .m_search .search_close span {
    width: 40px;
  }

  .m_search .search_close h4 {
    font-size: 16px;
  }

  .m_search .main select {
    background-position: 100% 33%;
  }

  .m_search .main input,
  .m_search .main select {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .m_search .main .m_header_submit {
    font-size: 16px;
    padding: 10px 0;
  }

  .m_search .search_close {
    margin-top: 15%;
  }

  .m_search .search_close span,
  .m_search .search_close span:before {
    height: 3px;
    width: 30px;
  }

  .m_search .search_close h4 {
    font-size: 14px;
  }

  .slide-nav {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
  }

  .slide-nav .item {
    margin: 0;
    border: none;
    opacity: 1 !important;
    border-top: 1px solid #999;
    border-radius: 0;
    border-left: 1px solid #999;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 60px;
  }

  .slide-nav .item:first-child {
    border: none;
    border-top: 1px solid #999;
  }

  .slide-nav .goTop {
    display: inline-block !important;
  }

  .slide-nav .icon {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }

  .slide-nav .mask {
    left: 50%;
    right: auto;
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(-50%) scale(1, 0);
    -ms-transform: translateX(-50%) scale(1, 0);
    -o-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0);
  }

  .slide-nav .tel {
    padding: 0 15px;
    border: 2px solid #000;
    height: 46px;
    line-height: 42px;
  }

  .slide-nav .qr {
    width: 120px;
    height: 120px;
  }

  .slide-nav .item:hover .icon {
    /* background-position:center -30px */
  }

  .slide-nav .item:hover .mask {
    -webkit-transform: scale(1, 1) translateX(-50%);
    -ms-transform: scale(1, 1) translateX(-50%);
    -o-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%);
  }

  .slide-nav .item {
    width: 25%;
  }

  .slide-nav .wechat {
    display: none;
  }

  .slide-nav .appoint {
    display: none;
  }

  /* .slide-nav .nav-qq{display:none} */
  .slide-nav .icon {
    margin: 8px auto 3px;
  }

  .slide-nav .icon {
    /* background-position: center; */
  }

  .slide-nav .goTop {
    opacity: 1;
    visibility: visible;
  }

  .news .tabs a {
    padding: 16px 35px;
  }

  .contact {
    padding: 40px 0;
  }

  .contact .add {
    margin-top: 30px;
  }

  .contact .form {
    margin-top: 40px;
  }

  .footer > .wrap {
    display: none;
  }

  .footer {
    margin-bottom: 60px;
  }

  .navbar {
    display: block;
  }

  .crumbs {
    display: none;
  }

  .serve_view .network .joan_store {
    padding: 0;
  }

  .page.store {
    padding-bottom: 0;
  }

  .serve_view .network .joan_store .this_view {
    padding: 4% 3%;
  }

  .serve_view .network .joan_store .this_view .top {
    display: block;
    height: auto;
    box-shadow: none;
  }

  .serve_view .network .joan_store .this_view .top .store_search {
    width: 100%;
    margin-left: 0;
    height: 60px;
  }

  .serve_view .network .joan_store .this_view .top .store_search input {
    line-height: 58px;
  }

  .serve_view .network .joan_store .this_view .top .store_location {
    width: 100%;
    height: 60px;
    margin-top: 3%;
  }

  .serve_view .network .joan_store .this_view .top .store_location select {
    border: 1px solid #dcdcdc;
    border-right: none;
  }

  .serve_view .network .joan_store .this_view .top .store_location select:last-child {
    border-right: 1px solid #dcdcdc;
  }

  .serve_view .network .joan_store .this_view .bottom {
    margin-top: 3%;
  }

  .serve_view .network .joan_store .this_view .bottom .left {
    display: none;
  }

  .serve_view .network .joan_store .this_view .bottom .right {
    width: 100%;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li {
    height: auto;
    padding: 20px 2%;
    padding-left: 75px;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li i {
    top: 20px;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li div {
    width: 90%;
  }

  .hd-search {
    display: none;
  }

  .header .wrap {
    justify-content: space-between;
    background-color: initial;
  }

  .product .product-tabs {
    margin: 40px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  /* 响应手机..... */
  body:after {
    background: red;
  }

  .wrap {
    padding: 0 15px;
  }

  .banner {
    padding-bottom: 100%;
  }

  .banner .pc {
    display: none;
  }

  .banner .mobile {
    display: block;
  }

  .banner .swiper-pagination {
    bottom: 15px;
  }

  .intro {
    padding-top: 30px;
  }

  .intro .txt .tit {
    margin-left: 0px;
    margin: 0 auto;
    display: block;
    width: 150px;
  }

  .intro .txt {
    width: 100%;
    padding-left: 0;
  }

  .intro .txt p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 15px;
  }

  .intro .pic {
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
  }

  .publicity .item1 {
    width: 100%;
    order: 1;
  }

  .publicity .item2 {
    width: 100%;
    padding-left: 0px;
  }

  .publicity .item2 .tit {
    margin: 0 auto;
    display: block;
    width: 150px;
    margin-top: 30px;
  }

  .publicity .item2 a {
    display: none;
  }

  .publicity .item1 .txt {
    padding: 0 15px;
    padding-top: 20px;
  }

  .publicity .item1 .txt h3 {
    font-size: 18px;
  }

  .publicity .item1 .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
  }

  .publicity .item1 .video-box {
    margin-top: 10px;
    padding: 0 15px;
    height: 200px;
  }

  .publicity .item1 .video-box .start-btn {
    width: 40px;
  }

  .product .top {
    margin-top: 30px;
  }

  .product .top .tit {
    width: 150px;
    display: block;
    margin: 0 auto;
  }

  .product .list {
    margin-top: 20px;
    margin-bottom: -15px;
  }

  .product .list li {
    margin-bottom: 15px;
  }

  .product .list li:nth-child(n+3) {
    width: 49%;
  }
  .product .list li:last-child {
    width: 100%;
  }
  .product .list li:last-child  .pic {

    padding-bottom: 60%;
}

  .product .list li h3 {
    font-size: 14px;
    line-height: 25px;
  }

  .product .list li:nth-child(2) .pic {
    padding-bottom: 120%;
  }

  .product .list li:nth-child(1) .pic {
    padding-bottom: 120%;
  }

  .product .list li:nth-child(2) a {
    padding-bottom: 120%;
  }

  .product .list li h3 span {
    display: none;
  }

  .product {
    background: initial;
  }

  .product-info_view .above .img-box {
    width: 100%;
    /* height: 270px; */
    height: auto;
    flex-direction: column;
  }

  .product-info_view .above .img-box .img-tabs {
    width: auto;
    padding: 30px 8px;
    position: relative;
    padding: 10px 30px;
  }

  .product-info_view .above .img-box .img-tabs .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .product-info_view .above .txt {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
  }

  .product-info_view .above .img-box .img-swiper {
    width: 100%;
    height: 320px;
  }

  .product-info_view .above .img-box .img-tabs {
    width: 100%;
    height: 90px;
  }


  .product-info_view .above .img-box .img-tabs .swiper-button-prev {

    width: 30px;
    height: 30px;
    top: 30px;
    transform: rotate(-90deg);

}

.product-info_view .above .img-box .img-tabs .swiper-button-next {
  width: 30px;
  height: 30px;
  top: 30px;
  transform: rotate(-90deg);
}

  .product-info_view {
    padding: 20px 0;
    margin-top: 0;
  }

  .product-info_view .above .txt h1 {
    font-size: 20px;
    margin-bottom: 6x;
  }

  .product-info_view .above .txt > p {
    font-size: 12px;
    line-height: 20px;
    height: auto;
  }

  .product-info_view .above .txt .box-share {
    display: none;
  }

  /* .product-info_view .above .txt .link {
	width: 49%;
	margin-right: 0;
} */
  .product-info_view .above .txt .link a {
    width: 49.1%;
    height: 35px;
    font-size: 12px;
    margin-right: 0;
  }

  .product-info_view .effect .tit {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .product-info_view .above {
    padding-bottom: 20px;
  }

  .product-info_view .effect .content {
    height: auto;
    padding-bottom: 20px;
  }

  .product-info_view .effect .txt {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
  }

  .product-info_view .effect .content .img-swiper {
    width: 81%;
    height: 390px;
  }

  .product-info_view .effect .content .img-tabs {
    width: 15.7%;
    height: 390px;
  }

  .product-info_view .effect .content .img-swiper .swiper-button-prev {
    left: 10px;
  }

  .product-info_view .effect .content .img-swiper .swiper-button-next {
    right: 10px;
  }

  .product-info_view .other .tit {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .product-info_view .effect {
    padding-top: 1px;
  }

  .product-info_view .other .content-swiper {
    padding-top: 40px;
  }

  .product-info_view .other .content-swiper .box-button .swiper-button-next {
    display: none;
  }

  .product-info_view .other .content-swiper .box-button .swiper-button-prev {
    display: none;
  }

  .product-info_view .other .content-swiper .swiper-slide h4 {
    font-size: 12px;
    padding: 10px 0;
  }

  .appoint_view .form {
    width: 100%;
  }

  .appoint_view .pic {
    width: 100%;
  }

  .appoint_view {
    padding: 20px 0;
  }

  .appoint_view .form {
    padding: 20px 15px;
    order: 1;
  }

  .appoint_view .form input {
    width: 100%;
    margin-bottom: 15px;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
  }

  .appoint_view .form input:nth-child(2n+1) {
    margin-right: 0;
  }

  .appoint_view .form .add select {
    margin-bottom: 15px;
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
  }

  .appoint_view .form textarea {
    height: 100px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 10px;
  }

  .appoint_view .form p {
    font-size: 14px;
    margin: 10px 0 15px;
  }

  .appoint_view .form button {
    font-size: 14px;
    color: #fff;
    padding: 7px 30px;
  }

  .appoint_view .pic {
    width: 100%;
    height: 220px;
    padding: 15px;
    padding-bottom: 0;
  }

  .com-tit3 h3 {
    font-size: 18px;
  }

  .navbar1 {
    padding: 15px;
  }

  .navbar1 .tit span {
    display: none;
  }

  .navbar1 .tit .js-more {
    float: initial;
    display: block;
    text-align: center;
  }

  .navbar1 .nav ul {
    display: block;
    /* border-bottom: 1px solid #e2e2e2; */
    /* padding: 5px 20px; */
    background: #fff;
  }

  .navbar1 ul li {
    border-bottom: 1px solid #e2e2e2;
  }

  .navbar1 ul li:last-child {
    border-bottom: none;
  }

  .navbar1 ul li:last-child h4 {
    /* border-bottom:none */
  }

  .navbar1 ul li a {
    display: none;
  }

  .navbar1 .tit {
    padding: 0 20px;
    line-height: 44px;
    font-size: 14px;
  }

  .navbar1 .tit .js-more {
    padding-right: 0;
    font-size: 16px;
  }

  .navbar1 ul li h4 {
    position: initial;
    text-align: center;
    width: 100%;
    padding-right: 0;
    line-height: 45px;
    font-weight: normal;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    /* margin: 0 20px; */
  }

  .navbar1 ul li {
    position: relative;
    padding-left: 0;
  }

  .navbar1 ul li a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    display: block;
    margin: 0;
    text-align: center;
  }

  .navbar1 .nav {
    background: initial;
  }

  .navbar1 .nav {
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
  }

  .navbar1 ul li h4::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../img/qwy-i3.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    transition: all .3s;
  }

  .navbar1 ul li.active a {
    color: #7a7a7a;
  }

  .navbar1 ul li {
    height: auto;
    overflow: hidden;
    max-height: 46px;
  }

  .navbar1 ul li.active {
    max-height: initial;
  }

  .navbar1 .nav {
    border-bottom: none;
  }

  .navbar1 ul li.active h4::before {
    transform: rotate(180deg);
  }

  .com-tit1 h3 {
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 30px;
  }

  .com-tit1 h5 {
    font-size: 18px;
    line-height: 25px;
  }

  .case {
    padding-top: 50px;
  }

  .case .tit img {
    position: initial;
    width: 150px;
    display: block;
    margin: 0 auto;
  }

  .case .case-swiper {
    width: 100%;
    height: 300px;
    margin: 0 15px;
    margin-top: 20px;
  }

  .case .img2 {
    display: none;
  }

  .news {
    background: initial;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news .tit {
    width: 165px;
    display: block;
    margin: 0 auto;
  }

  .news .list li {
    width: 49%;
    margin-bottom: 10px;
  }

  .news .list {
    margin-top: 15px;
    margin-bottom: -10px;
  }

  .news .list li .txt h3 {
    margin-top: 10px;
    font-size: 12px;
  }

  .news .list li .txt span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }

  .news .list li .txt {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
  }

  .contact .form form {
    flex-wrap: wrap;
  }

  .com-more1 {
    font-size: 12px;
    padding: 10px 30px 10px;
    border-radius: 30px;
  }

  .antique {
    height: 500px;
    background-size: cover;
  }

  .antique .txt {
    width: 100%;
    height: 185px;
    left: 0%;
    margin-left: 0;
    bottom: 0;
    padding: 0 20px;
  }

  .antique .txt h3 {
    font-size: 40px;
    margin-top: 10px;
  }

  .antique .txt hr {
    width: 35px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .antique .txt h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .antique .txt p {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
  }

  .marble .txt h3 {
    font-size: 40px;
    padding: 0 5px;
  }

  .marble .txt hr {
    width: 35px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .marble .txt h3::after {
    height: 8px;
    bottom: 6px;
  }

  .marble .txt h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .marble .txt p {
    font-size: 12px;
  }

  .com-more2 {
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }

  .marble .txt .com-more2 {
    position: initial;
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }

  .marble {
    padding: 20px 0;
  }

  .marble .right .txt {
    margin-bottom: 17px;
  }

  .marble .right {
    width: 46%;
  }

  .marble .left {
    width: 46%;
  }

  .marble .left .pic {
    margin-bottom: 16px;
  }

  .case .tit p {
    margin-bottom: 40px;
    width: 100%;
  }

 

  /* .news .news-swiper {
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .news .news-swiper .swiper-slide .pic {
    height: 200px;
  }

  .news .news-swiper .swiper-slide .txt {
    padding: 15px;
  }

  .news .news-swiper .swiper-slide .txt h3 {
    font-size: 14px;
  }

  .news .news-swiper .swiper-slide .txt p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .news .news-swiper .swiper-slide .txt .info {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
  }

  .news .news-swiper .swiper-box {
    bottom: 10px;
  } */

  .contact .tit {
    width: 100%;
  }

  .contact .add {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .contact .add p {
    flex-wrap: nowrap;
    margin-bottom: 5px;
  }
  .contact .add p img {
    margin-bottom: auto;
    margin-top: 2px;
  }

  .contact .form {
    margin-top: 10px;
  }

  .contact .form form .ind {
    width: 100%;
    border-right-color: #e3e3e3;
    padding: 10px;
    height: 40px;
    font-size: 14px;
  }

  .contact .form form .sub {
    width: 100%;
    height: 40px;
    background-size: 20px;
  }

  .contact {
    padding: 20px 0;
  }

  .footer .copy {
    padding: 15px 0;
    font-size: 12px;
  }

  .online .main form figure {
    display: none;
  }

  .online .main form ul {
    width: 100%;
  }

  .online .main {
    padding: 15px;
  }

  .online .main .tit h3 {
    font-size: 20px;
  }

  .product-list_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-bottom: -10px;
  }

  .product-list_view .list li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 10px;
  }

  .product-list_view {
    padding-top: 0;
  }

  .product-list_view .list li .txt h3 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .product-list_view .list li .txt h5 {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .page-t1 {
    padding-right: 0;
  }

  .m-pages {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .m-pages li {
    display: none;
  }

  .m-pages li.fengye {
    display: block;
  }

  .m-pages li {
    font-size: 14px;
    line-height: 33px;
  }

  .m-pages select {
    font-size: 14px;
  }

  .product_view {
    padding-top: 0;
  }

  .product_view .list li {
    width: 100%;
  }

  .product_view .list .tit h3 {
    font-size: 12px;
    line-height: 40px;
  }

  .page-t1 {
    padding-right: 0;
  }

  .page-t1 a {
    font-size: 14px;
  }

  .page-t1 .blank {
    position: initial;
    margin-top: 5px;
    font-size: 12px;
    padding: 7px 18px;
  }

  .box-blank {
    margin-top: 10px;
    padding-top: 5px;
  }

  .box-blank .con {
    width: 100%;
    margin-top: 10px;
  }

  .box-blank div a {
    font-size: 14px;
  }

  .box-blank div a + a {
    margin-top: 5px;
  }

  .login_view .tit span {
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 15px;
  }

  .login_view form input {
    width: 80%;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .login_view form .sub {
    width: 80%;
    height: 30px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 28px;
  }

  .login_view {
    padding: 190px 0;
  }

  .login-page .footer .copy {
    padding: 15px 0;
  }

  .com-banner1 {
    padding-bottom: 62%;
  }

  .serve_view .network .joan_store .this_view {
    padding: 8% 3%;
  }

  .serve_view .network .joan_store .this_view .top .store_search {
    height: 40px;
  }

  .serve_view .network .joan_store .this_view .top .store_search input {
    line-height: 38px;
  }

  .serve_view .network .joan_store .this_view .top .store_location {
    height: auto;
  }

  .serve_view .network .joan_store .this_view .top .store_location select {
    width: 100%;
    height: 40px;
    line-height: 38px;
    background-position: 99%;
    background-size: 5%;
    border-right: 1px solid #dcdcdc;
  }

  .serve_view .network .joan_store .this_view .top .store_location select + select {
    margin-top: 3%;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li {
    padding: 15px 2%;
    padding-left: 75px;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li div h4 {
    margin-bottom: 5px;
  }

  .serve_view .advantage {
    padding: 30px 0 20px;
  }

  .serve_view .advantage .con h4 {
    font-size: 16px;
  }

  .serve_view .advantage .con {
    margin-top: 20px;
    margin-bottom: -10px;
  }

  .serve_view .advantage .con p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .serve_view .join {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .serve_view .join .box {
    padding: 0 20px;
    margin-bottom: -10px;
  }

  .serve_view .join .box .list li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
  }

  .serve_view .join .box .list {
    margin-top: 20px;
  }

  .serve_view .join .box .list li h3 {
    font-size: 14px;
  }

  .serve_view .join .box .list li p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .serve_view .process {
    padding-top: 20px;
    border-bottom: 3px solid #d9d9d9;
  }

  .serve_view .process .swiper-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
    padding-bottom: 20px;
  }

  .serve_view .process .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-size: contain;
    display: none;
  }

  .serve_view .process .swiper-button-next {
    display: none;
  }

  .serve_view .process .process-swiper .swiper-slide h3 {
    font-size: 18px;
    margin-top: 20px;
  }

  .serve_view .process .process-swiper .swiper-slide h5 {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .serve_view .process .process-swiper .swiper-slide p {
    font-size: 12px;
    line-height: 20px;
    height: 120px;
    margin-bottom: 20px;
  }

  .serve_view .process .swiper-pagination {
    font-size: 14px;
  }

  .serve_view .process .tabs-swiper .swiper-slide {
    width: 80px;
    height: 80px;
  }

  .serve_view .process .tabs-swiper .swiper-slide .img {
    width: 40px;
    height: 40px;
  }

  .serve_view .process .tabs-swiper .swiper-slide h3 {
    font-size: 12px;
    margin-top: 5px;
  }

  .serve_view .process::after {
    bottom: 80px;
  }

  .serve_view .network {
    padding-top: 20px;
  }

  .serve_view .network .joan_store .this_view .bottom .right {
    border: 1px solid #ddd;
    height: 300px;
  }

  .serve_view .stores .con .tabs {
    display: none;
  }

  .serve_view .stores .con .stores-swiper {
    width: 100%;
    height: 400px;
  }

  .serve_view .stores .con {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .com-banner1 h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .com-banner1 h5 {
    font-size: 16px;
  }

  .case-info_view .adove .txt {
    width: 100%;
  }

  .case-info_view .adove .pic {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }

  .case-info_view .adove {
    padding: 20px 15px;
  }

  .case-info_view .content {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .case-info_view .adove .txt h3 {
    font-size: 18px;
    padding: 10px 0;
    padding-left: 40px;
    background: url(../img/case-ico-003.png) no-repeat left top;
    background-size: 30px 30px;
  }

  .case-info_view .adove .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .case-info_view .content .tit h4 {
    font-size: 18px;
  }

  .case-info_view .more .tit h4 {
    font-size: 18px;
  }

  .case-info_view .more {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-info_view .more .tit {
    margin-bottom: 35px;
  }

  .case-info_view .more .more-swiper .swiper-slide .txt {
    padding: 15px;
  }

  .case-info_view .more .more-swiper .swiper-slide .txt h3 {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .case-info_view .more .more-swiper .swiper-slide .txt h5 {
    margin-top: 5px;
    font-size: 12px;
    padding-left: 25px;
  }

  .case-info_view .more .more-swiper .swiper-slide .txt p {
    font-size: 12px;
    color: #797979;
    line-height: 20px;
    padding-left: 25px;
    height: 60px;
    background-position: left top 2px;
  }

  .project_view .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .project_view .list {
    margin-bottom: -20px;
  }

  .project_view .list .pic img {
    padding: 10px 30px 0;
  }

  .project_view .list .tit h3 {
    padding: 15px 0;
  }

  .care_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .care_view .list {
    margin-bottom: -15px;
  }

  .care_view .list .tit h3 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .duty_view .content .pic {
    width: 100%;
    height: 220px;
  }

  .duty_view .content .txt {
    width: 100%;
    margin-top: 20px;
  }

  .duty_view .content .txt h3 {
    font-size: 18px;
  }

  .duty_view .content .txt h5 {
    font-size: 16px;
    margin-top: 5px;
  }

  .duty_view .content .txt p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .duty_view .content {
    margin-bottom: 20px;
  }

  .com-tit2 h3 {
    font-size: 20px;
  }

  .com-tit2 h5 {
    font-size: 20px;
    margin-top: 8px;
  }

  .com-tit2 {
    padding-top: 20px;
  }

  .case_view {
    padding-top: 0;
  }

  .case_view .list {
    margin-bottom: -15px;
  }

  .case_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .case_view .list .item {
    padding: 10px;
    position: relative;
  }

  .case_view .list .item .more {
    font-size: 12px;
    position: initial;
    transform: translateY(0);
    margin-top: 10px;
    display: none;
  }

  .case_view .list .item .txt h3 {
    font-size: 14px;
    line-height: 25px;
  }

  .case_view .list .item .txt .box h5 {
    font-size: 14px;
    line-height: 25px;
  }

  .case_view .list .pic h3 {
    font-size: 16px;
    line-height: 35px;
  }

  .case-info_view .effect .tit {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .case-info_view .above {
    padding-bottom: 20px;
  }

  .case-info_view .effect .content {
    height: auto;
    padding: 0;
    padding-bottom: 20px;
    flex-direction: column;
    
  }

  .case-info_view .effect .txt {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
  }

  .case-info_view .effect .content .img-swiper {
    width: 100%;
    height: 320px;
  }

  .case-info_view .effect .content .img-tabs {
    width: 100%;
    height: 70px;
    margin-top: 10px;
  }
  .case-info_view .effect .content .img-tabs .swiper-slide {
    
      height: 100%;
  }
  .case-info_view .effect .content .img-swiper .swiper-button-prev {
    left: 10px;
  }

  .case-info_view .effect .content .img-swiper .swiper-button-next {
    right: 10px;
  }

  .case-info_view .other .tit {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .case-info_view .effect {
    padding-top: 1px;
  }

  .product-info_view .other .content-swiper {
    padding-top: 40px;
  }

  .case-info_view .other .content-swiper .box-button .swiper-button-next {
    display: none;
  }

  .case-info_view .other .content-swiper .box-button .swiper-button-prev {
    display: none;
  }

  .case-info_view .other .content-swiper .swiper-slide h4 {
    font-size: 12px;
    padding: 10px 0;
  }

  .case-info_view .other .content-swiper {
    padding-top: 40px;
  }

  .case-info_view {
    padding: 0 0 20px;
  }

  .case-info_view .effect .tit h3 {
    font-size: 20px;
  }

  .case-info_view .effect .tit p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .gallery_view {
    padding-top: 0;
  }

  .gallery_view .list {
    margin-bottom: -10px;
  }

  .gallery_view .list li {
    width: 100%;
    margin-bottom: 10px;
  }

  .gallery_view .list .tit h3 {
    font-size: 12px;
    line-height: 40px;
  }

  .shop-info_view .above .img-box {
    width: 100%;
  }

  .shop-info_view .above .img-box .img-swiper {
    height: 260px;
  }

  .shop-info_view .above .img-box .img-tabs {
    height: 90px;
    padding: 10px 40px;
  }

  .shop-info_view .above .img-box .img-tabs .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 26px;
  }

  .shop-info_view .above .img-box .img-tabs .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 26px;
  }

  .shop-info_view .above #bmap {
    width: 100%;
    height: 240px;
    margin-top: 20px;
  }

  .shop-info_view .above {
    padding-bottom: 0;
  }

  .shop-info_view {
    background-color: #f6f6f6;
    padding: 20px 0;
  }

  .contact_view .box {
    padding: 15px;
  }

  .contact_view .item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .contact_view #bmap {
    width: 100%;
    height: 300px;
    /* order: 1; */
  }

  .contact_view .item p {
    font-size: 13px;
    line-height: 25px;
  }

  .contact_view {
    padding: 0 0 20px;
  }

  .news_view {
    padding-top: 0px;
  }

  .news_view .list li {
    width: 100%;
    margin-bottom: 10px;
  }

  .news_view .list {
    margin-top: 0;
    margin-bottom: -10px;
  }

  .news_view .list li .txt h3 {
    margin-top: 10px;
    font-size: 13px;
  }

  .news_view .list li .txt span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }

  .news_view .list li .txt {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
  }

  .m-contxt1 {
    padding: 20px 10px;
  }

  .m-contxt1 .tit {
    font-size: 20px;
    text-align: center;
  }

  .m-contxt1 .box-info .info span {
    font-size: 14px;
  }

  .m-contxt1 .share-box {
    display: none;
  }

  .m-contxt1 .box-info {
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .m-contxt1 .item {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .page-t1 {
    padding-right: 0;
  }

  .page-t1 a {
    font-size: 14px;
  }

  .page-t1 .blank {
    position: initial;
    margin-top: 5px;
    font-size: 12px;
    padding: 7px 18px;
  }

  .box-blank {
    margin-top: 10px;
    padding-top: 5px;
  }

  .box-blank .con {
    width: 100%;
    margin-top: 10px;
  }

  .box-blank div a {
    font-size: 14px;
  }

  .box-blank div a + a {
    margin-top: 5px;
  }

  .m-contxt1 .box-blank .blank {
    font-size: 14px;
  }

  .news-info_view {
    padding: 20px 0;
  }

  .market_view {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .market_view .list {
    margin-bottom: -15px;
  }

  .market_view .list li {
    width: 100%;
    padding: 15px;
    height: auto;
    margin-bottom: 15px;
  }

  .market_view .list li h3 {
    font-size: 20px;
  }

  .market_view .list li h3 span {
    display: none;
  }

  .market_view .list li p {
    font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
  }
  .market_view .list li p span {
    display: block;
    width: 100%;
  }

  .about_view {
    padding-top: 20px;
  }

  .about_view .intro2 {
    padding: 0 15px;
  }

  .about_view .intro2 .txt {
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .about_view .intro2 .txt .tit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 150px;
  }

  .about_view .intro2 .txt p {
    font-size: 13px;
    line-height: 25px;
    color: #787878;
    margin-top: 10px;
  }

  .about_view .intro2 .pic {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .about_view .culture {
    background: initial;
  }

  .about_view .culture .top .tit {
    position: initial;
    right: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    margin-top: 10px;
  }

  .about_view .culture .top {
    padding-bottom: 15px;
  }

  .about_view .culture .swiper-box {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about_view .culture .swiper-box .swiper-button-prev {
    width: 25px;
    height: 30px;
    background-size: 15px;
  }

  .about_view .culture .swiper-box .swiper-button-next {
    width: 25px;
    height: 30px;
    background-size: 15px;
  }

  .about_view .culture .culture-swiper .swiper-slide .txt {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
  }

  .about_view .culture .culture-swiper .swiper-slide .txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about_view .culture .culture-swiper .swiper-slide .txt p {
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }

  .about_view .publicity2 {
    padding-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .about_view .publicity2 .top .tit {
    position: initial;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }

  .about_view .publicity2 .video-box {
    padding-bottom: 60%;
    margin-top: 15px;
  }

  .about_view .publicity2 .start-btn {
    width: 50px;
  }

  .about_view .honor .top {
    padding-top: 20px;
    margin-left: 0;
  }

  .about_view .honor .top .tit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }

  .about_view .honor {
    padding-bottom: 20px;
    background: initial;
  }

  .about_view .honor .swiper-box {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about_view .honor .swiper-box .swiper-button-prev {
    width: 25px;
    height: 30px;
    background-size: 15px;
  }

  .about_view .honor .swiper-box .swiper-button-next {
    width: 25px;
    height: 30px;
    background-size: 15px;
  }

  .about_view .honor .swiper-box .honor-swiper .swiper-slide .pic img {
    padding: 10px;
  }

  .about_view .honor .swiper-box .honor-swiper .swiper-slide h3 {
    font-size: 12px;
    line-height: 30px;
  }

  .video_window .main {
    width: 96%;
  }

  .video_window .main video {
    border: 10px solid #fff;
  }

  .video_window .main {
    height: 320px;
  }



  .news .swiper-box {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .news .swiper-box .swiper-button-prev {
    width: 25px;
    height: 30px;
    background-size: 15px;
  }

  .news .swiper-box .swiper-button-next {
    width: 25px;
    height: 30px;
    background-size: 15px;
  }

  .news .swiper-box .news-swiper .swiper-slide .pic img {
    /* padding: 10px; */
  }

  .news .swiper-box .news-swiper .swiper-slide h3 {
    font-size: 12px;
    line-height: 30px;
  }
  .news .list {
   display: none;
  }
  .news .swiper-box {
    display: block;
  }


  .hd-logo .logo2{
    display: block;
  }
  .hd-logo .logo1{
    display: none;
  }
   
   
}
.hd-logo .logo1{
  padding: 5px 0;
}





.garden_view {
  padding-top: 80px;
}

.garden_view .intro2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.garden_view .intro2 .txt {
  width: 51.5%;
  padding-left: 260px;
  margin-bottom: 60px;
}

.garden_view .intro2 .txt .tit {
  margin-left: 80px;
  margin-bottom: 10px;
}

.garden_view .intro2 .txt p {
  font-size: 16px;
  line-height: 35px;
  color: #787878;
  margin-top: 30px;
}

.garden_view .intro2 .pic {
  width: 43.2%;
  margin-top: 115px;
}

.garden_view .exhibits {
  background: url(../img/garden-bg001.jpg) no-repeat left top;
}
.garden_view .exhibits .top {
  position: relative;
  padding-bottom: 196px;
}
.garden_view .exhibits .top .tit {
  position: absolute;
  right: 155px;
  top: -222px;
}
.garden_view .exhibits .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -40px;
}
.garden_view .exhibits .list li {
  width: 32.5%;
  margin-right: 1.2%;
  cursor: pointer;
  margin-bottom: 40px;
}
.garden_view .exhibits .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 68%;
  overflow: hidden;
}
.garden_view .exhibits .list li .pic::after{
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ico-big001.png) no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-size: contain;
}
.garden_view .exhibits .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: 0.3s;
}
.garden_view .exhibits .list li .pic:hover img {
  transform: scale(1.1);
}
.garden_view .exhibits .list li h3 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin: 20px 0;
  text-align: center;
}
.garden_view .exhibits .list li:nth-child(3n) {
  margin-right: 0;
}
.garden_view .swiper-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fbfbfb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.garden_view .swiper-fixed.active {
  opacity: 1;
  visibility: visible;
}
.garden_view .swiper-fixed.active .swiper-box {
  height: auto;
  overflow: hidden;
  padding: 75px 70px;
}
.garden_view .swiper-fixed .swiper-box {
  width: 1400px;
  height: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 0 70px;
}
.garden_view .swiper-fixed .swiper-box .close {
  width: 40px;
  height: 40px;
  background: url(../img/close-ico02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}
.garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
}
.garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .pic {
  width: 66%;
  height: 550px;
  position: relative;
}
.garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .pic a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .pic a::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/big-ico01.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .txt {
  width: 34%;
  padding-left: 70px;
}
.garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .txt h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #333333;
  text-align: center;
  margin-top: 50px;
}
.garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-top: 35px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 20px;
}
.garden_view .swiper-fixed .swiper-box .button-box {
  position: absolute;
  bottom: 80px;
  right: 70px;
  z-index: 9;
  font-size: 16px;
  line-height: 1;
  color: #999999;
  user-select: none;
}
.garden_view .swiper-fixed .swiper-box .button-box .swiper-button-prev {
  display: inline;
  background: initial;
  position: initial;
  margin-top: 0;
  margin-right: 5px;
}
.garden_view .swiper-fixed .swiper-box .button-box .swiper-button-prev:hover {
  color: #333;
}
.garden_view .swiper-fixed .swiper-box .button-box .swiper-button-next {
  display: inline;
  background: initial;
  position: initial;
  margin-top: 0;
}
.garden_view .swiper-fixed .swiper-box .button-box .swiper-button-next:hover {
  color: #333;
}
.garden_view .videos_item {
  background: url(../img/garden-bg002.jpg) no-repeat right top 265px;
  padding-bottom: 40px;
}
.garden_view .videos_item .top .tit {
  margin-left: 160px;
  margin-bottom: 30px;
}
.garden_view .videos_item .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -20px;
}
.garden_view .videos_item .list a {
  width: 23.8%;
  margin-right: 1.2%;
  cursor: pointer;
  margin-bottom: 20px;
}
.garden_view .videos_item .list a .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 66.8%;
  overflow: hidden;
}
.garden_view .videos_item .list a .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: 0.3s;
}
.garden_view .videos_item .list a .pic:hover img {
  transform: scale(1.1);
}
.garden_view .videos_item .list a h3 {
  padding: 20px 40px 20px 0;
  background: url(../img/video-btn01.png) no-repeat right center;
}
.garden_view .videos_item .list a h3 span {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.garden_view .videos_item .list a:nth-child(4n) {
  margin-right: 0;
}
.garden_view .directory {
  background: url(../img/garden-bg003.jpg) no-repeat left top 65px;
  padding-top: 65px;
  padding-bottom: 80px;
}
.garden_view .directory .top {
  text-align: center;
}
.garden_view .directory .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 60px;
}
.garden_view .directory .list a {
  width: 17.2%;
  background-color: #fff;
  margin-right: 3.5%;
}
.garden_view .directory .list a:nth-child(5n) {
  margin-right: 0;
}
.garden_view .directory .list a .box {
  padding: 4px;
  background-color: #fff;
  box-shadow: 1px 2px 5px #ddd;
}
.garden_view .directory .list a .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 135%;
  overflow: hidden;
}
.garden_view .directory .list a .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.garden_view .directory .list a .pic:hover img {
  transform: scale(1.1);
}
.garden_view .directory .list a .txt {
  padding: 35px 0 20px;
}
.garden_view .directory .list a .txt h3 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.video_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
}

.video_window .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 750px;
  height: 500px;
}

.video_window .main video {
  border: 20px solid #fff;
  border-radius: 10px;
  background-color: #000;
}

.video_window .main {
  overflow: visible;
  background-color: initial;
}

.video_window .main i {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
  background: url(../img/close.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .garden_view .intro2 .txt .tit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 150px;
  }

  .garden_view .intro2 .txt {
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .garden_view .intro2 .txt p {
    font-size: 13px;
    line-height: 25px;
    color: #787878;
    margin-top: 10px;
  }

  .garden_view .intro2 .pic {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .garden_view {
    padding-top: 30px;
  }

  .garden_view .intro2 {
    padding: 0 15px;
  }

  .garden_view .exhibits .top .tit {
    position: initial;
    right: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    margin-top: 10px;
  }

  .garden_view .exhibits {
    background: initial;
  }

  .garden_view .exhibits .top {
    padding-bottom: 20px;
  }

  .garden_view .exhibits .list {
    margin-bottom: -10px;
    padding-bottom: 30px;
  }

  .garden_view .exhibits .list li {
    width: 49%;
    margin-right: 2%;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .garden_view .exhibits .list li:nth-child(3n) {
    margin-right: 2%;
  }

  .garden_view .exhibits .list li:nth-child(2n) {
    margin-right: 0;
  }

  .garden_view .exhibits .list li h3 {
    font-size: 14px;
    margin: 10px 0;
  }

  .garden_view .videos_item .top .tit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }

  .garden_view .videos_item .list {
    margin-bottom: -10px;
  }

  .garden_view .videos_item .list a {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  .garden_view .videos_item .list a:nth-child(4n) {
    margin-right: 2%;
    margin-bottom: 20px;
  }

  .garden_view .videos_item .list a:nth-child(2n) {
    margin-right: 0;
  }

  .garden_view .videos_item .list a h3 span {
    font-size: 14px;
  }

  .garden_view .videos_item {
    padding-bottom: 20px;
    background: initial;
  }

  .garden_view .videos_item .list a h3 {
    padding: 15px 30px 15px 0;
    background-size: 25px;
  }

  .garden_view .directory {
    padding-top: 20px;
    padding-bottom: 30px;
    background: initial;
  }

  .garden_view .directory .top .tit {
    width: 150px;
  }

  .garden_view .directory .list {
    padding-top: 20px;
  }

  .garden_view .directory .list a {
    width: 49%;
    margin-right: 2%;
  }

  .garden_view .directory .list a:nth-child(2n) {
    margin-right: 0;
  }

  .garden_view .directory .list a:nth-child(5n) {
    margin-right: 2%;
  }

  .garden_view .directory .list a .txt {
    padding: 15px 0;
  }

  .video_window .main {
    width: 96%;
  }

  .video_window .main video {
    border: 10px solid #fff;
  }

  .video_window .main {
    height: 320px;
  }

  .video_view .row-new1 > ul li a .txt h3 {
    font-size: 12px;
  }

  .garden_view .swiper-fixed .swiper-box {
    width: 100%;
  }

  .garden_view .swiper-fixed {
    padding: 0 15px;
  }
  .garden_view .swiper-fixed .swiper-box {
    
    padding: 0 15px;
}
  .garden_view .swiper-fixed.active .swiper-box {
    padding: 50px 15px;
  }
  

  .garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .pic {
    width: 100%;
    height: 220px;
  }

  .garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .txt {
    width: 100%;
    padding-left: 0;
    padding: 15px 0;
  }

  .garden_view .swiper-fixed .swiper-box .close {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 10px;
  }

  .garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .txt h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    height: 150px;
    padding-right: 8px;
    
  }

  .garden_view .swiper-fixed .swiper-box .button-box {
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .garden_view .swiper-fixed .swiper-box .exhibits-swiper .swiper-slide .pic a::after {
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 10px;
  }
}
/*# sourceMappingURL=main.css.map1 */
