.page_ban {
  position: relative;
  height: 420px;
}
.page_ban:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.page_ban .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}
.page_ban .text h3 {
  font-size: 48px;
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
}
.page_ban .text h4 {
  font-size: 20px;
  color: #fff;
  opacity: 0.8;
  width: 100%;
}
.location {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  bottom: 10px;
  left: 0%;
  width: 100%;
}
.location i {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 3;
  margin-right: 5px;
  opacity: 0.8;
}
.location a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 3;
  opacity: 0.8;
  transition: all 0.3s;
}
.location span {
  display: inline-block;
  color: #eee;
  font-size: 14px;
  margin: 0 10px;
  font-family: "宋体";
}
.location a:hover {
  opacity: 1;
}

.page_nav {
  position: relative;
  border-bottom: 1px solid #eee;
  /* background-color: #f5f5f5; */
  margin-bottom: 0.6rem;
}
.page_nav .w80 {
  display: flex;
}
.page_nav .swiper {
  /* padding: 0 20px; */
}
/* .page_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} */
.page_nav li {
  /* margin: 0 25px; */
  width: auto;
}
.page_nav li a {
  position: relative;
  display: block;
  font-size: 0.18rem;
  line-height: 3.8;
  color: #666;
  padding: 0 10px;
  text-align: center;
}
.page_nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0px;
  height: 2px;
  background-color: var(--main-color);
  transform: translateX(-50%);
  transition: all 0.3s;
}
.page_nav li a:hover,
.page_nav li.on a {
  color: var(--main-color);
}
.page_nav li a:hover::after,
.page_nav li.on a::after {
  width: 100%;
}

.page_tl {
  margin-bottom: 0.5rem;
  padding-left: 0.35rem;
}
.page_tl h3 {
  position: relative;
  font-size: 0.32rem;
  color: #333;
  margin-bottom: 10px;
}
.page_tl h3::before,
.page_tl h3::after {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 0px;
  width: 0.05rem;
  height: 0.15rem;
  background: var(--main-color);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
.page_tl h3::after {
  left: -0.3rem;
}
.page_tl h5 {
  font-size: 18px;
  color: #888;
}

.page_con {
  margin: 0.8rem auto;
}

/*about*/

.about {
  margin-bottom: 1rem;
}
.about p {
  font-size: 16px;
  line-height: 35px;
  color: #666;
  /*text-indent: 2em;*/
  margin-bottom: 0.2rem;
}
.about .img {
  float: left;
  width: 45%;
  margin-right: 30px;
}
.about .img img {
  display: block;
}

/*about us*/
.dw {
  position: absolute;
  top: -100px;
}
.about_main1 {
  position: relative;
  padding: 1rem 0 1.5rem;
  background: url(../images/about1_bg.png) no-repeat center;
}
.about_main1 .w80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about_main1 .text {
  width: 42.5%;
}
.about_main1 .text h3 {
  font-size: 42px;
  font-weight: bold;
}
.about_main1 .text span {
  display: block;
  width: 40px;
  height: 5px;
  background-color: var(--main-color);
  margin: 0.4rem 0;
  border-radius: 3px;
}
.about_main1 .text p {
  font-size: 15px;
  text-align: justify;
  line-height: 2;
  color: #333;
}
.about_main1 .img {
  width: 50%;
}

.about_main2 {
  position: relative;
  margin-bottom: 1rem;
}
.about_main2 .about_tl {
  text-align: center;
  margin-bottom: 0.8rem;
}
.about_main2 .about_tl h3 {
  font-size: 42px;
  font-weight: bold;
}
.about_main2 .about_tl span {
  display: block;
  width: 40px;
  height: 5px;
  background-color: var(--main-color);
  margin: 0.4rem auto;
  border-radius: 3px;
}
.about_main2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_main2 .content li {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.about_main2 .content li:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.about_main2 .content li .img {
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
}
.about_main2 .content li img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about_main2 .content li .text {
  position: relative;
  padding-bottom: 55%;
}
.about_main2 .content li .text .box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10%;
  background-color: #f5f5f5;
}
.about_main2 .content li .text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.about_main2 .content li .text p {
  font-size: 18px;
  color: #666;
}

.about_main3 {
  position: relative;
}
.about_main3 .about_tl {
  position: relative;
  margin-bottom: 0.8rem;
}
.about_main3 .about_tl h3 {
  font-size: 42px;
  font-weight: bold;
}
.about_main3 .about_tl span {
  display: block;
  width: 40px;
  height: 5px;
  background-color: var(--main-color);
  margin: 0.4rem 0;
  border-radius: 3px;
}
.about_main3 .about_tl a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  line-height: 60px;
  color: #444;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.about_main3 .about_tl a:hover {
  color: #005ba8;
  border-color: #005ba8;
}
.about_main3 .content {
  overflow: hidden;
  padding-left: 10%;
}
.about_main3 .content li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 685px;
  height: 420px;
  padding: 0.4rem;
  background: url(../images/about3_img1.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.about_main3 .content li .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.about_main3 .content li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px;
}
.about_main3 .content li .img img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.about_main3 .content li.swiper-slide-active,
.about_main3 .content li.swiper-slide-next {
  opacity: 1;
}
.about_main3 .swiper {
  padding-bottom: 0.8rem;
}
.about_main3 .swiper .swiper-pagination {
  bottom: 0px;
  top: auto;
  height: 6px;
  width: 88.88%;
}
.about_main3 .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #333;
}

/*newslist*/
.newsli {
  margin-bottom: 0.5rem;
}
.newsli ul {
  display: flex;
  flex-wrap: wrap;
}
.newsli li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.newsli li:nth-child(3n) {
  margin-right: 0;
}
.newsli li a {
  display: block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.newsli li .img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.newsli li .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.newsli li .text {
  background-color: #f5f5f5;
  padding: 25px 20px 45px;
  transition: all 0.3s;
}
.newsli li .text span {
  display: block;
  font-size: 22px;
  color: var(--main-color);
  font-family: "Bebas-Neue";
  transition: all 0.3s;
}
.newsli li .text h3 {
  font-size: 26px;
  line-height: 1.5;
  margin: 20px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: justify;
  text-justify: distribute-all-lines;
  transition: all 0.3s;
}
.newsli li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  text-justify: distribute-all-lines;
  transition: all 0.3s;
}
.newsli li a:hover {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.newsli li a:hover .img img {
  transform: scale(1.1);
}
.newsli li a:hover .text {
  background-color: var(--main-color);
}
.newsli li a:hover .text span,
.newsli li a:hover .text h3,
.newsli li a:hover .text p {
  color: #fff;
}

/*news*/

.news .news_tl {
  /* padding-top: 35px; */
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news .news_tl h3 {
  font-size: 0.32rem;
  color: #333;
  /* font-weight: bold; */
  margin-bottom: 15px;
}
.news .news_tl span {
  display: block;
  font-size: 14px;
  color: #999;
  margin: 10px 0 20px;
}
.news .news_con {
  margin-bottom: 50px;
}
.news .news_con p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.news .fy {
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 30px;
  margin-bottom: 50px;
}
.news .fy p {
  float: left;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.news .fy p:last-child {
  float: right;
}
.news .fy a {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.news .fy a:hover {
  color: var(--main-color);
}

/*photo*/

.photoli {
  margin-bottom: 120px;
}
.photoli h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli ul {
  display: flex;
  flex-wrap: wrap;
}
.photoli li {
  width: 23%;
  margin-right: 2.33%;
  margin-bottom: 30px;
}
.photoli li:nth-child(4n) {
  margin-right: 0px;
}
.photoli li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li .img {
  position: relative;
  width: 100%;
  padding-bottom: 120%;
  overflow: hidden;
  border: 1px solid #eee;
}
.photoli li img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 95%;
  max-height: 95%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli li h5 {
  line-height: 55px;
  font-size: 16px;
  color: #222;
  text-align: center;
  padding: 0 5px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoli li a:hover {
  background-color: #005ba8;
}
.photoli li a:hover img {
  opacity: 0.2;
}
.photoli li a:hover span {
  opacity: 1;
}
.photoli li a:hover h5 {
  color: #fff;
  background-color: #5f9df8;
}

.photoli1 {
  margin-bottom: 120px;
}
.photoli1 h3 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli1 li {
  float: left;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 30px;
}
.photoli1 li:nth-child(4n) {
  margin-right: 0px;
}
.photoli1 li a {
  display: block;
  position: relative;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #dadada;
}
.photoli1 li .photoli1_con {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 28px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img {
  font-size: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.photoli1 li .img img {
  display: inline-block;
  vertical-align: middle;
}
.photoli1 li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli1 li h5 {
  position: absolute;
  width: 100%;
  bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con {
  opacity: 1;
}
/*.photoli1 li a:hover img{
  opacity: 0.2;
}*/
.photoli1 li a:hover span {
  opacity: 1;
}
.photoli1 li a:hover h5 {
  opacity: 1;
}
.photoli1 .text {
  margin-bottom: 85px;
  background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
  width: 48%;
}

/*productlist*/
.proli {
  position: relative;
  margin: 0.8rem auto;
  min-height: 400px;
}

.mob_page_nav {
  display: none;
}

.ce_search .ce_box {
  width: 100%;
  max-width: 1400px;
  margin: 0.5rem auto 1.5rem;
  padding: 0.6rem 0.4rem;
  border-radius: 20px;
  background-color: #eef2fb;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.ce_search .ce_box .tl {
  position: relative;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.ce_search .ce_box .tl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  opacity: 0.1;
}
/* .ce_search .ce_box .tl::before{
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  opacity: .3;
} */
.ce_search .ce_box .tl h1 {
  font-size: 42px;
  font-weight: bold;
  color: var(--main-color);
  margin: 0 0 0.1rem;
}
.ce_search .ce_box .tl h2 {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 10px;
  opacity: 0.6;
}
.ce_search .ce_box .tl h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--main-color);
}
.ce_search .ce_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ce_search .ce_box li {
  width: 32%;
}
.ce_search .ce_box li:nth-child(4) {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0.3rem;
}
.ce_search .ce_box li h3 {
  font-size: 18px;
  /* font-weight: bold; */
  color: #333;
  margin-bottom: 0.1rem;
}
.ce_search .ce_box li h3 i {
  margin-right: 0.05rem;
  font-size: 20px;
  font-weight: normal;
}
.ce_search .ce_box li select {
  width: 100%;
  font-size: 16px;
  height: 48px;
  color: #666;
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  outline: none;
  padding: 0 10px;
}
.ce_search .ce_box li input {
  width: 100%;
  font-size: 16px;
  line-height: 3;
  color: #666;
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  outline: none;
  padding: 0 10px;
}
.ce_search .ce_box li button {
  width: 140px;
  line-height: 40px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 0.2rem;
  opacity: 0.8;
  transition: all 0.3s;
}
.ce_search .ce_box li button i {
  margin-right: 0.05rem;
}
.ce_search .ce_box li button.btn1 {
  color: #fff;
  background-color: var(--main-color);
}
.ce_search .ce_box li button.btn2 {
  color: var(--main-color);
  background-color: #fff;
}
.ce_search .ce_box li button.btn2 i {
  font-weight: bold;
}
.ce_search .ce_box li p {
  font-size: 14px;
  line-height: 2;
  padding: 0 20px;
  border-radius: 10px;
  color: var(--main-color2);
  background-color: #daead5;
}
.ce_search .ce_box li button:hover {
  opacity: 1;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

/*product*/
.procon_top {
  /* background-color: #ccc; */
  /* box-shadow: 0 1px 5px 1px rgba(0,0,0,.1); */
  /* border-bottom: 1px solid #ddd; */
}
.procon_top .w80 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--head-height) 0 0.5rem;
}
.procon_top .text {
  width: calc(100% - 550px);
  max-width: 700px;
}
.procon_top h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.3rem;
}
.procon_top .hx {
  width: 50px;
  height: 3px;
  background-color: var(--main-color);
  margin-bottom: 0.5rem;
}
.procon_top p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  text-align: justify;
  margin-bottom: 0.3rem;
}
.procon_top .btn {
  margin-bottom: 0.3rem;
}
.procon_top a {
  display: inline-block;
  font-size: 16px;
  color: var(--main-color);
  line-height: 2.2;
  padding: 0 25px;
  border: 1px solid var(--main-color);
  transition: all 0.3s;
}
.procon_top a i {
  margin-right: 5px;
}
.procon_top a:hover {
  color: #fff;
  background-color: var(--main-color);
}
.procon_top h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.procon_top h4 i {
  margin: 0 5px;
}
.procon_top h5 {
  font-size: 42px;
  color: var(--main-color);
  font-family: "Bebas-Neue";
}
.procon_top .img {
  width: 500px;
}
.procon_top .img img {
  display: block;
  width: 100%;
}
.procon_tag {
  background-color: var(--main-color);
}
.procon_tag .w80 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.procon_tag .text {
  position: relative;
  font-size: 24px;
  color: #fff;
  padding: 0 0.05rem;
  padding: 20px 0;
}
.procon_tag .pro_location {
  opacity: 0.95;
}
.procon_tag .pro_location a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.procon_tag .pro_location i {
  color: #fff;
}
.procon_tag .pro_location span {
  color: #fff;
}
.procon_con {
  padding: 0.5rem 0 0.3rem;
  /* background-color: #f5f5f5; */
  text-align: center;
}
.procon_con h3 {
  position: relative;
  font-size: 20px;
  color: #444;
  margin-bottom: 0.1rem;
}
.procon_con h3:before {
  content: "\e657";
  font-family: "iconfont";
  color: #fff;
  background-color: var(--main-color);
  margin-right: 8px;
  border-radius: 2px;
}
.procon_con p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.procon_con table {
  border-collapse: collapse;
  min-width: 50%;
}
/* .procon_con table tr:first-child{
  background-color: #717171;
} */
.procon_con table tr:first-child td {
  background-color: #717171;
  color: #fff;
  border-bottom: 1px solid var(--main-color);
}
.procon_con table td {
  width: auto;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #666;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/*contact*/
.contact {
  margin: 0.8rem auto;
}
.contact .box {
  display: flex;
  background-color: #f5f5f5;
}
.contact .box .map {
  width: 50%;
}
.contact .box .text {
  width: 50%;
  padding: 50px 70px;
}
.contact .box .text .tl {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.contact .box .text h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 5px;
}
.contact .box .text h4 {
  font-size: 20px;
  line-height: 1.5;
  color: #777;
}
.contact .box .text li {
  padding-top: 30px;
}
.contact .box .text h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #777;
  margin-bottom: 20px;
}
.contact .box .text p {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.5;
  color: #555;
}
.contact .box .text i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 24px;
  line-height: 27px;
  margin-right: 10px;
  color: var(--main-color);
}

/*gbook*/
.gbook {
  margin-bottom: 0px;
  background: url(../images/gbook_img1.png) no-repeat right 20px bottom 20px;
  -o-background-size: 500px auto;
  background-size: 500px auto;
}
.gbook .con {
  float: left;
  width: 60%;
}
.gbook .con li {
  position: relative;
  margin-bottom: 10px;
  float: left;
  width: 49.5%;
  background: #f5f5f5;
  border: 1px solid #eee;
  position: relative;
  padding-left: 10px;
  margin-right: 1%;
}
.gbook .con li:nth-child(2n) {
  margin-right: 0px;
}
.gbook .con li:nth-child(5) {
  width: 100%;
  margin-right: 0px;
}
.gbook .con li input {
  border: none;
  background: none;
  background-color: transparent;
  width: 100%;
  color: #333;
  font-size: 16px;
  outline: none;
  height: 50px;
}
.gbook .con li input[type="text"]:-webkit-autofill {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 50px #f5f5f5 inset !important;
  box-shadow: 0 0 0px 50px #f5f5f5 inset !important;
}
.gbook .con li textarea {
  height: 300px;
  border: none;
  background: none;
  background-color: transparent;
  width: 100%;
  color: #333;
  outline: none;
  font-size: 16px;
  padding: 5px 0;
}
.gbook .con li img {
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
}
.gbook .con button {
  cursor: pointer;
  border: none;
  width: 25%;
  height: 50px;
  font-size: 14px;
  color: #fff;
  background: #4c4948;
  float: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.gbook .con button:hover {
  background: var(--main-color);
}

.gbook .text {
  float: right;
  width: 36%;
}
.gbook .text p {
  font-size: 16px;
  line-height: 35px;
  color: #444;
  text-indent: 2em;
}
.gbook .text h5 {
  font-weight: bold;
  font-size: 36px;
  color: var(--main-color);
  padding-bottom: 40px;
}
.gbook .text h5 i {
  font-weight: bold;
  font-size: 36px;
  color: var(--main-color);
  margin-right: 10px;
}

/*case*/
.caseli {
  margin: 0.6rem auto 0.6rem;
}
.caseli ul {
  display: flex;
  flex-wrap: wrap;
}
.caseli li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.caseli li:nth-child(3n) {
  margin-right: 0px;
}
.caseli li a {
  position: relative;
  display: block;
  /* background-color: #f5f5f5; */
}
.caseli li .img {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.caseli li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.caseli li .text h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  transition: all 0.3s;
}
.caseli li .text p {
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 9px;
  font-size: 15px;
}
.caseli li a:hover .img img {
  transform: scale(1.1);
}
.caseli li a:hover .text h3 {
  color: var(--main-color);
  /* background: var(--main-color); */
}

/* 服务 */
.servelist1 ul {
  display: flex;
  flex-wrap: wrap;
}
.servelist1 ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  border-radius: 20px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.servelist1 ul li:nth-child(2n) {
  margin-right: 0;
}
.servelist1 ul li .tl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.15rem 0.4rem;
  border-bottom: 3px solid var(--main-color);
}
.servelist1 ul li .tl h3 {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  font-weight: bold;
}
.servelist1 ul li .tl h3 i {
  font-size: 0.4rem;
  font-weight: normal;
  color: var(--main-color);
  margin-right: 0.1rem;
}
.servelist1 ul li .tl span {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.14rem;
  line-height: 1.5;
  color: var(--main-color);
  padding: 0 0.15rem;
}
.servelist1 ul li .tl span i {
  margin-right: 3px;
}
.servelist1 ul li .tl span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--main-color);
  opacity: 0.1;
}
.servelist1 ul li dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0.4rem;
}
.servelist1 ul li dl dd {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.servelist1 ul li dl dd:nth-child(2n) {
  margin-right: 0;
}
.servelist1 ul li dl dd a {
  display: flex;
  align-items: center;
  font-size: 0.15rem;
  /* line-height: 2; */
  padding: 0.1rem 0.3rem;
  border-radius: 10px;
  background-color: #fefef9;
  border: 1px solid #e9f5ef;
  transition: all 0.3s;
}
.servelist1 ul li dl dd a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.2rem;
  margin-right: 0.1rem;
  color: var(--main-color);
  background-color: #e9f5ef;
  border-radius: 100%;
}
.servelist1 ul li dl dd a:hover {
  color: var(--main-color);
}
.servelist1 ul li a.more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 0.16rem;
  line-height: 2.5;
  color: var(--main-color);
  width: 140px;
  padding: 0 0.15rem;
  margin: 0 auto 0.4rem;
  /* margin-bottom: .4rem; */
  transition: all 0.3s;
}
.servelist1 ul li a.more::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--main-color);
  opacity: 0.1;
  transition: all 0.3s;
}
.servelist1 ul li a.more:hover {
  color: #fff;
}
.servelist1 ul li a.more:hover::after {
  opacity: 1;
}

.servelist2 {
  /* width: 48%; */
  border-radius: 20px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.servelist2 .tl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.15rem 0.4rem;
  border-bottom: 3px solid var(--main-color);
}
.servelist2 .tl h3 {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  font-weight: bold;
}
.servelist2 .tl h3 i {
  font-size: 0.4rem;
  font-weight: normal;
  color: var(--main-color);
  margin-right: 0.1rem;
}
.servelist2 .tl span {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.14rem;
  line-height: 1.5;
  color: var(--main-color);
  padding: 0 0.15rem;
}
.servelist2 .tl span i {
  margin-right: 3px;
}
.servelist2 .tl span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--main-color);
  opacity: 0.1;
}
.servelist2 dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0.4rem;
}
.servelist2 dl dd {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
}
.servelist2 dl dd:nth-child(4n) {
  margin-right: 0;
}
.servelist2 dl dd a {
  display: flex;
  align-items: center;
  font-size: 0.15rem;
  /* line-height: 2; */
  padding: 0.1rem 0.3rem;
  border-radius: 10px;
  background-color: #fefef9;
  border: 1px solid #e9f5ef;
  transition: all 0.3s;
}
.servelist2 dl dd a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.2rem;
  margin-right: 0.1rem;
  color: var(--main-color);
  background-color: #e9f5ef;
  border-radius: 100%;
}
.servelist2 dl dd a:hover {
  color: var(--main-color);
}

.serve {
  padding: 0 5%;
}
.serve .stl {
  font-size: 0.2rem;
  color: var(--main-color);
  margin-bottom: 0.1rem;
}
.serve .serve_img {
  margin-top: 0.2rem;
}

/* 证书 */
.certbox {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 15px 3px rgb(0 0 0 / 10%);
}
.certbox .tl{
  position: relative;
  z-index: 9;
  padding: .2rem 5%;
  /* text-align: center; */
  background-image: -webkit-linear-gradient(left, var(--main-color2) 0%, var(--main-color) 40%, rgba(255,255,255,0) 100%);
}
.certbox .tl::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: .8;
}
.certbox .tl h3{
  font-size: .32rem;
  line-height: 1.2;
  color: #fff;
}
.certbox .tl h5{
  font-size: .14rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  opacity: .8;
}
.certbox ul{
  padding: .4rem 5%;
}
.certbox ul li{
  position: relative;
  z-index: 9;
  padding: .2rem;
  border-radius: 20px;
  margin-bottom: .4rem;
}
.certbox ul li:last-child{
  margin-bottom: 0;
}
.certbox ul li::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff399;
  opacity: .03;
}
.certbox ul li::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid var(--main-color);
  opacity: .4;
}
/* .certbox ul li .box{
  position: relative;
}
.certbox ul li .box::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: url(../images/rzbg.webp) no-repeat right top;
  background-size: contain;
  opacity: .1;
} */
.certbox ul li table {
  border-collapse: collapse;
  min-width: 100%;
  text-align: left;
}
.certbox ul li table tr{
  transition: all .3s;
}
.certbox ul li table tr td {
  width: auto;
  border-bottom: 1px dashed #ccc;
  padding: .15rem .1rem;
  font-size: .15rem;
  line-height: 1.2;
  color: #555;
  vertical-align: middle;
}
.certbox ul li table tr td:first-child {
  width: 150px;
  color: var(--main-color);
  font-weight: bold;
  text-align: right;
}
.certbox ul li table tr:hover{
  background-color: rgba(222, 222, 222, .2);
}
.certbox .tip{
  position: relative;
  z-index: 9;
  padding: .2rem 5%;
  /* border-top: 1px solid var(--main-color); */
}
.certbox .tip::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: .05;
}
.certbox .tip p{
  font-size: .16rem;
  color: var(--main-color);
}
.certbox .nodata{
  font-size: .18rem;
  color: #666;
  padding: .6rem 5%;
  /* text-align: center; */
}

.downli .content ul{
  display: flex;
  flex-wrap: wrap;
}
.downli .content ul li{
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
}
.downli .content ul li:nth-child(4n){
  margin-right: 0;
}
.downli .content ul li a{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: .1rem .15rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s;
}
.downli .content ul li a::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5dde7;
  opacity: .2;
}
.downli .content ul li .ico{
  display: flex;
  width: .8rem;
}
.downli .content ul li .ico i{
  font-size: .64rem;
  color: #d60202;
}
.downli .content ul li .text{
  width: calc(100% - .8rem);
}
.downli .content ul li .text h3{
  font-size: .18rem;
  font-weight: bold;
  color: #333;
  margin-bottom: .05rem;
  transition: all .3s;
}
.downli .content ul li .text .box{
  display: flex;
  flex-wrap: wrap;
}
.downli .content ul li .text .box p{
  font-size: .14rem;
}
.downli .content ul li .text .box p:first-child{
  margin-right: .1rem;
}
.downli .content ul li .text .box i{
  color: var(--main-color);
  margin-right: 3px;
}
.downli .content ul li a:hover{
  transform: translateY(-5px);
}
.downli .content ul li a:hover .text h3{
  color: var(--main-color);
}
