

@import "iconfont.css";
/*---------------------------------------------------*/

.index-tit {
  text-align: center;
}
.index-tit h3 {
  font-size: 48px;
  line-height: 1;
  color: #191919;
  font-weight: bold;
  text-transform: uppercase;
}
.index-tit h3 span {
  color: #355fa0;
}
.index-tit p {
  font-size: 17px;
  color: #6b6b6b;
  line-height: 30px;
  max-width: 90%;
  margin: 20px auto 0;
}

.indexB {
  position: relative;
}
.indexB .txt {
  box-sizing: border-box;
  position: absolute;
  left: 5%;
  top: 5%;
  width: 48%;
  z-index: 30;
}
.indexB .txt h3 {
  font-size: 72px;
  color: var(--font-color);
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.indexB .txt h3 span {
  font-weight: 700;
}
.indexB .txt h5 {
  font-size: 36px;
  color: var(--font-color2);
  font-weight: 300;
  margin: 10px 0 0;
}
.indexB .txt .t {
  font-size: 18px;
  color: #2c2c2c;
  line-height: 36px;
  margin: 25px 0 0;
}
.indexB .txt .t p~p {
  margin-top: 15px;
}
.indexB .txt .more {
  margin: 45px 0 0;
  display: inline-block;
  width: 230px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: var(--btn-bg);
  font-size: 18px;
  text-align: center;
}
.indexB .txt .more:hover {
  background: var(--btn-bg-hover);
}

.indexB ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-top: 2px solid rgba(255, 255, 255, 0.36);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.indexB ul li {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.indexB ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.36);
}
.indexB ul li p {
  font-size: 18px;
  color: #fff;
}
.indexB ul li p::after {
  content: "";
  width: 110px;
  height: 4px;
  background: #01961F;
  margin: 15px auto 0;
  display: block;
}
.indexB ul li h5 {
  color: #fff;
  font-size: 72px;
  font-family: Impact;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 25px 0 0;
}


.indexA {
  padding: 70px 0 0;
  background: #FCFCFC url('../image/ibg1.jpg') no-repeat center bottom 100px;
  background-size: 100% auto;
}
.indexA .tit {
  text-align: center;
}
.indexA .tit h3 {
  font-size: 72px;
  line-height: 1;
  color: var(--font-color);
  font-weight: 300;
  text-transform: uppercase;
}
.indexA .tit h3 span {
  font-weight: 700;
}
.indexA .tit p {
  font-size: 17px;
  color: #5b5b5b;
  line-height: 24px;
  margin: 5px 0 0;
}

.indexA .list {
  margin: 70px -30px 30px;
  position: relative;
}
.indexA .swiper-slide {
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
}
.indexA .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 30px;
}
.indexA .swiper-slide .pic > img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.indexA .swiper-slide .txt {}
.indexA .swiper-slide .txt h5 {
  font-size: 24px;
  color: #040404;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.indexA .swiper-slide .txt h6 {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 500;
  margin: 10px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.indexA .swiper-slide .txt h6 a:hover {
  color: #355fa0;
}
.indexA .swiper-slide .txt p {
  margin: 2px 0 0;
  font-size: 16px;
  color: #5b5b5b;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.indexA .swiper-slide .txt .more {
  margin: 20px 0 0;
  width: 200px;
  height: 35px;
  line-height: 35px;
  background: var(--btn-bg2);
  text-align: center;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.indexA .swiper-slide .txt .more:hover {
  background: var(--btn-bg2-hover);
}

.indexA .swiper-slide:hover .pic > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.indexA .swiper-slide:hover .txt h5,
.indexA .swiper-slide:hover .txt h6,
.indexA .swiper-slide:hover .txt p {
  color: var(--active-color);
}
.indexA .swiper-slide:hover .txt .more {
  background: var(--btn-bg2-hover);
}

.indexA .bot {
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #D7D7D7;
  width: 100%;
  position: relative;
  z-index: 20;
}
.indexA .bot em {
  font-size: 18px;
  color: #2c2c2c;
  line-height: 1;
  font-weight: 600;
}

.indexA .bot .box {
  width: 237px;
  margin: 0 18px;
  text-align: center;
}
.indexA .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 1px;
  background: #ACACAC;
  border-radius: 0;
}
.indexA .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #01961F;
  top: -2px;
  height: 5px;
  border-radius: 0;
}


.indexC .video {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.indexC .video > img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.indexC .video:hover > img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}

.indexC .video .txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.indexC .video .play {
  position: relative;
  z-index: 10;
  width: 106px;
  height: 106px;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #01961F;
}
.indexC .video .play::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(115, 185, 129, 0.28);
  animation: scale2 2s linear infinite;
}
.indexC .video .txt h3 {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  word-spacing: -5px;
  letter-spacing: -1px;
  margin: 96px 0 0;
}
.indexC .video .txt h3 span {
  font-weight: 700;
}
.indexC .video .txt p {
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  margin: 13px 0 0;
}



.indexD {
  background: #FBFBFB;
  padding: 80px 0;
}

.indexD .tit {
  text-align: center;
}
.indexD .tit em {
  font-size: 72px;
  line-height: 1;
  color: var(--font-color);
  font-weight: 300;
  text-transform: uppercase;
}
.indexD .tit h3 {
  font-size: 72px;
  line-height: 1;
  color: var(--font-color);
  font-weight: 700;
  text-transform: uppercase;
}
.indexD .tit p {
  font-size: 17px;
  color: #5b5b5b;
  line-height: 24px;
  margin: 10px 0 0;
}

.indexD .box {
  position: relative;
  margin: 130px 0 0;
}
.indexD .box .mid {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.indexD .box .mid img {
  width: 100%;
}
.indexD .box .t {
  position: absolute;
  width: 430px;
}
.indexD .box .t .txt {}
.indexD .box .t .txt p {
  color: #4c4c4c;
  line-height: 22px;
  font-size: 17px;
}
.indexD .box .t .txt p + p {
  margin-top: 5px;
}
.indexD .box .t .txt p strong {
  color: #0f0f0f;
}

.indexD .box .t1 {
  width: 500px;
  top: -27px;
  left: 0;
  text-align: right;
}
.indexD .box .t2 {
  width: 480px;
  top: -27px;
  right: 0;
}
.indexD .box .t3 {
  width: 400px;
  top: 190px;
  left: 0;
  text-align: right;
}
.indexD .box .t4 {
  width: 400px;
  top: 190px;
  right: 0;
}
.indexD .box .t5 {
  width: 380px;
  top: 400px;
  left: 0;
  text-align: right;
}
.indexD .box .t6 {
  width: 380px;
  top: 400px;
  right: 0;
}


.indexE {
  padding: 70px 0;
  background: #FBFBFB;
}

.indexE .tit {
  text-align: center;
}
.indexE .tit h3 {
  font-size: 72px;
  line-height: 1;
  color: var(--font-color);
  font-weight: 300;
  text-transform: uppercase;
}
.indexE .tit h3 span {
  font-weight: 700;
}
.indexE .tit p {
  font-size: 17px;
  color: #5b5b5b;
  line-height: 24px;
  margin: 15px 0 0;
}

.indexE ul {
  margin: 50px 0 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.indexE ul li {
  height: 600px;
  width: 16%;
  position: relative;
  transition: 0.5s all ease;
  overflow: hidden;
}
.indexE ul li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.indexE ul li .t {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.43);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.indexE ul li .t em {
  font-size: 48px;
  font-weight: 600;
  color: #fbfbfb;
}
.indexE ul li .t h5 {
  margin-top: 200px;
  font-size: 24px;
  line-height: 25px;
  height: 50px;
  font-weight: 600;
  color: #fbfbfb;
  text-transform: uppercase;
}


.indexE ul li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 25px 15px 20px;
  background: rgba(1, 149, 31, 0.84);
  display: none;
}
.indexE ul li .txt h5 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
.indexE ul li .txt p {
  font-size: 16px;
  color: #fbfbfb;
  margin: 10px 0 0;
}
.indexE ul li .txt .more {
  margin: 10px 0 0;
  width: 190px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: #000;
}
.indexE ul li .txt .more:hover {
  background: var(--btn-bg2-hover);
}

.indexE ul li.active {
  width: 52%;
}
.indexE ul li.active::after {
  display: none;
}
.indexE ul li.active .t {
  display: none;
}

.indexE ul li.active .txt {
  display: block;
}


.indexF {
  padding: 100px 0;
  background: #FBFBFB url('../image/ibg2.jpg') no-repeat center;
}
.indexF .wp {
  display: -webkit-flex;
  display: flex;
}

.indexF .tit {
  width: 390px;
}
.indexF .tit h3 {
  font-size: 72px;
  line-height: 1;
  color: #2c2c2c;
  text-transform: uppercase;
}
.indexF .tit h3 span {
  font-weight: bold;
}

.indexF .bot {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 30px 0 0;
}

.indexF .tips {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 25px;
  text-align: center;
}
.indexF .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 1px;
  background: #C0C0C0;
}
.indexF .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #01961F;
  top: -2px;
  height: 5px;
}

.indexF .bot .page {}
.indexF .swiper-button-prev,
.indexF .swiper-button-next {
  position: static;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid rgba(1, 1, 1, 0.38);
  overflow: hidden;
  background: #fff;
  margin-top: 0;
  text-align: center;
  color: #333;
  display: inline-block;
  border-radius: 50%;
}
.indexF .swiper-button-next::after,
.indexF .swiper-button-prev::after {
  display: none;
}
.indexF .swiper-button-prev i,
.indexF .swiper-button-next i {
  color: inherit;
  font-size: 25px;
  display: inline-block;
}
.indexF .swiper-button-prev,
.indexF .swiper-container-rtl .swiper-button-next {}
.indexF .swiper-button-next,
.indexF .swiper-container-rtl .swiper-button-prev {
  margin-left: 8px;
}
.indexF .swiper-button-prev:hover,
.indexF .swiper-button-next:hover {
  background: #01961F;
  border-color: #01961F;
  color: #fff;
}

.indexF .list {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 25px;
  overflow: hidden;
}
.indexF .swiper-slide .box {
  display: -webkit-flex;
  display: flex;
  background: #fff;
  border: 2px solid #ECECEC;
  border-radius: 8px;
  padding: 24px;
}
.indexF .swiper-slide .time {
  width: 90px;
}
.indexF .swiper-slide .time em {
  font-size: 36px;
  color: #121212;
}
.indexF .swiper-slide .time span {
  font-size: 18px;
  color: #acacac;
  margin: 3px 0 0;
}
.indexF .swiper-slide .time hr {
  width: 100%;
  height: 2px;
  background: #acacac;
  margin: 35px 0 0;
}
.indexF .swiper-slide .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px;
}
.indexF .swiper-slide .txt h5 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  line-height: 1.1;
}
.indexF .swiper-slide .txt h5 a:hover {
  color: var(--active-color);
}
.indexF .swiper-slide .txt p {
  font-size: 17px;
  margin: 13px 0;
  color: #7e7e7e;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.indexF .swiper-slide .txt .more {
  margin: 5px 0 0;
  width: 180px;
  height: 35px;
  line-height: 35px;
  background: var(--btn-bg2);
  text-align: center;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.indexF .swiper-slide .txt .more:hover {
  background: var(--btn-bg2-hover);
}


/*------------------------------------------------------------*/

.main {
  padding-top: 60px;
  padding-bottom: 50px;
}
.main-left {
  float: left;
  width: 300px;
}
.main-right {
  margin-left: 340px;
}

.path {
  padding: 50px 0 0;
}
.path .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.path p {
  color: #202020;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.path p a:hover {
  color: #fff;
}

.path ul {
  font-size: 0;
}
.path ul li {
  display: inline-block;
}
.path ul li + li {
  margin-left: 50px;
}
.path ul li a {
  font-size: 20px;
  color: #000;
  line-height: 27px;
  display: block;
}
.path ul li.active a {
  color: #355fa0;
  border-bottom: 1px solid #355fa0;
}


/*----------------------------------------*/

.main-left h3 {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  background: #01961F;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.main-left h3::after {
  display: none;
  font-family: "qico";
  content: "\e727";
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.sidemenu {
  margin: 0 0 15px;
}
.sidemenu > ul {
  border: 1px solid #EDEDED;
  border-top: none;
}
.sidemenu > ul > li {
  border-bottom: 1px solid #EDEDED;
}
.sidemenu > ul > li:last-child {
  border-bottom: none;
}
.sidemenu > ul > li h5 {
  line-height: 24px;
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.sidemenu > ul > li h5 a {
  color: #333;
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
}
.sidemenu > ul > li h5 a:hover {
  color: var(--active-color);
}
.sidemenu > ul > li h5 span {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  background: url("../image/i6.png") no-repeat center;
  width: 40px;
  height: 40px;
  display: block;
}

.sidemenu > ul > li ul {
  display: none;
}
.sidemenu > ul > li ul li {
  line-height: 40px;
  border-bottom: 1px dashed #DCDCDC;
  background: #fff;
  padding: 0 20px;
}
.sidemenu > ul > li ul li:last-child {
  border-bottom: none;
}
.sidemenu > ul > li ul li a {
  font-size: 16px;
  display: block;
  color: #666;
  padding-left: 15px;
  text-transform: capitalize;
  background: url("../image/i10-1.png") no-repeat left center;
}
.sidemenu > ul > li ul li.active a,
.sidemenu > ul > li ul li a:hover {
  color: var(--active-color);
  background: url("../image/i10.png") no-repeat left center;
}

.sidemenu > ul > li.active h5 {
  border-bottom: 1px solid #EDEDED;
}
.sidemenu > ul > li.active h5 a {
  color: var(--active-color);
}
.sidemenu > ul > li.active span {
  background: url("../image/i6-1.png") no-repeat center;
}

.menu-tabs {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #E3E3E3;
  background: #fff;
}
.menu-tabs ul {
  font-size: 0;
}
.menu-tabs ul li {
  height: 46px;
  line-height: 46px;
  display: inline-block;
  margin: 0 10px;
}
.menu-tabs ul li a {
  font-size: 20px;
  color: #222;
  display: block;
  padding: 0 32px;
  background: #fff;
}
.menu-tabs ul li.active a {
  background: #01961F;
  color: #fff;
}


/*---------news-----------*/

.service {}
.service ul {}
.service ul li {
  cursor: pointer;
  position: relative;
  background: #EFEFEF;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.service ul li + li {
  margin-top: 15px;
}
.service ul li .pic {
  display: block;
  width: 44%;
  position: relative;
  overflow: hidden;
}
.service ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}
.service ul li .txt {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 65px;
  position: relative;
}
.service ul li .txt h5 {
  font-size: 30px;
  color: #070707;
  font-weight: 600;
}
.service ul li .txt .t {
  margin: 15px 0 0;
  color: #4e4e4e;
  line-height: 30px;
  font-size: 18px;
}

.service ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

/*---------news-----------*/

.newslist ul {
  display: -webkit-flex;
  display: flex;
  margin: 0 -20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newslist ul li {
  width: 33.333333333%;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
}
.newslist ul li .pic {
  width: 100%;
  display: block;
  position: relative;
}
.newslist ul li .pic img {
  width: 100%;
}
.newslist ul li .pic span {
  position: absolute;
  z-index: 20;
  top: 10px;
  left: 10px;
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  padding: 7px 0 0;
  text-align: center;
  background: rgba(1, 150, 31, 0.7);
  color: #fff;
  font-size: 15px;
  display: block;
  font-weight: 300;
}
.newslist ul li .pic span em {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.newslist ul li .pic span em::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  margin: 3px auto 0;
}
.newslist ul li .txt {
  border-bottom: 1px solid #B5B5B5;
  padding: 20px 0 35px;
  position: relative;
}
.newslist ul li .txt::after {
  content: "";
  height: 3px;
  background: #01961F;
  position: absolute;
  left: 0;
  width: 0;
  bottom: -2px;
  transition: all 0.3s ease 0s;
}
.newslist ul li .txt h5 {
  font-size: 22px;
  line-height: 30px;
  color: #010101;
}
.newslist ul li .txt h5 a:hover {
  color: #01961F;
}
.newslist ul li .txt p {
  font-size: 16px;
  margin: 10px 0 0;
  color: #7e7e7e;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.newslist ul li .txt .more {
  font-size: 17px;
  color: #01961F;
  margin: 15px 0 0;
  display: inline-block;
}

.newslist ul li:hover .txt::after {
  width: 100%;
}


.newsnr {}
.newsnr h1 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  margin: 20px 0 0;
  color: #202020;
  text-align: center;
}

.artInfo {
  padding: 30px 0 20px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
.artInfo span {
  margin: 0 10px;
  line-height: 20px;
  display: inline-block;
  font-size: 15px;
  color: #666;
}
.artInfo span.time {
  background: url('../image/time.png') no-repeat left center;
  padding: 0 0 0 20px;
}
.artInfo span.hit {
  background: url('../image/hit.png') no-repeat left center;
  padding: 0 0 0 23px;
}
.artInfo .news-share {
  margin: 25px 0 0;
}

.myart {
  margin: 25px 0;
  line-height: 34px;
  font-size: 18px;
  font-weight: 300;
  color: #484848;
}
.myart p {
  margin: 0 0 15px;
}
.myart p strong {
  color: #000;
  font-weight: bold;
}

.return {
  margin: 60px 0 0;
}
.return a {
  display: inline-block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #355FA0;
  border-radius: 35px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}
.return a:hover {
  background: #1E4582;
}


.pnbar {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 40px 0 20px;
}
.pnbar > a {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.pnbar > a.m {
  width: 20%;
  text-align: center;
  font-size: 16px;
}
.pnbar > a.l,
.pnbar > a.r {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.pnbar > a.r {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.pnbar i {
  color: #666;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}
.pnbar em {
  font-size: 16px;
  color: #666;
  margin: 0 0 0 10px;
}
.pnbar p {
  margin: 0 0 0 50px;
  color: #666;
  line-height: 28px;
  font-size: 18px;
}
.pnbar > a.r em {
  margin: 0 10px 0 0;
}
.pnbar > a.r p {
  margin: 0 50px 0 0;
}

.pnbar > a:hover i {
  color: var(--active-color);
}
.pnbar > a:hover em {
  color: var(--active-color);
}
.pnbar > a:hover p {
  color: var(--active-color);
  text-decoration: underline;
}


.rel-news {
  padding: 80px 0 40px;
}
.rel-news h3 {
  line-height: 1;
  font-size: 48px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.rel-news .list {
  position: relative;
  margin: 60px 0 0;
}
.rel-news .swiper-slide {
  padding-bottom: 3px;
}
.rel-news .swiper-slide .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.rel-news .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}
.rel-news .swiper-slide .pic span {
  position: absolute;
  z-index: 20;
  top: 10px;
  left: 10px;
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  padding: 7px 0 0;
  border-radius: 5px;
  text-align: center;
  background: #355FA0;
  color: #fff;
  font-size: 15px;
  display: block;
  font-weight: 300;
}
.rel-news .swiper-slide .pic span em {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.rel-news .swiper-slide .pic span em::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  margin: 3px auto 0;
}
.rel-news .swiper-slide .txt {
  border-bottom: 1px solid #B5B5B5;
  padding: 20px 0 35px;
  position: relative;
}
.rel-news .swiper-slide .txt::after {
  content: "";
  height: 3px;
  background: #346DC4;
  position: absolute;
  left: 0;
  width: 0;
  bottom: -2px;
  transition: all 0.3s ease 0s;
}
.rel-news .swiper-slide .txt h5 {
  font-size: 22px;
  line-height: 30px;
  color: #010101;
}
.rel-news .swiper-slide .txt h5 a:hover {
  color: #355fa0;
}
.rel-news .swiper-slide .txt .more {
  font-size: 18px;
  color: #355fa0;
  margin: 15px 0 0;
  display: inline-block;
}

.rel-news .swiper-slide:hover .txt::after {
  width: 100%;
}

.rel-news .swiper-button-prev,
.rel-news .swiper-button-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: calc((100% - 158px) / 2 - 30px);
  overflow: hidden;
  background: none;
  margin-top: 0;
  text-align: center;
  color: #000;
}
.rel-news .swiper-button-next::after,
.rel-news .swiper-button-prev::after {
  display: none;
}
.rel-news .swiper-button-prev i,
.rel-news .swiper-button-next i {
  color: inherit;
  font-size: 30px;
  display: inline-block;
  margin-top: 1px;
}
.rel-news .swiper-button-prev,
.rel-news .swiper-container-rtl .swiper-button-next {
  left: -60px;
  right: auto;
}
.rel-news .swiper-button-next,
.rel-news .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  left: auto;
}
.rel-news .swiper-button-prev:hover,
.rel-news .swiper-button-next:hover {
  color: #2A579F;
}

.rel-news .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}
.rel-news .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background: none;
  border: 1px solid #1766A8;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}
.rel-news .swiper-pagination-bullet-active {
  background: #1766A8;
}


.video-list {}
.video-list ul {
  margin: -25px 0 0 -2%;
}
.video-list ul li {
  float: left;
  width: 31.3333333%;
  margin: 25px 0 0 2%;
}
.video-list ul li .v {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.video-list ul li .v img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.video-list ul li .v::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../image/v2.png") no-repeat center;
  background-size: 60px;
  display: block;
}
.video-list ul li .t {
  padding:0 15px;height:80px;text-align: center;
  background: #F3F4F7;display:flex;justify-content:center;align-items:center;
}
.video-list ul li .t h5 {
  font-size: 17px;
  color: #333;line-height:24px;max-height:48px;overflow:hidden;
}
.video-list ul li:hover .v::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.video-list ul li:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

/*-----about------*/

h3.rtit {
  font-size: 48px;
  color: #333;
  text-align: center;
  font-family: 'FuturaBT-Medium';
  margin-bottom: 50px;
}

.about {
  padding: 70px 0;
}
.about .wp {overflow:hidden;
}
.about .pic{float:right;margin:0 0 30px 50px;position:relative;width:46%;display:block;overflow:hidden;}
.about .pic img{width:100%;display:block;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.about .pic::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.2) url("../image/v2.png") no-repeat center;display:block;}
.about .pic:hover img{transform:scale(1.05);-webkit-transform: scale(1.05);}
.about .txt {}
.about .txt h3 {
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-weight: 600;
}
.about .txt p {
  line-height: 28px;
  font-size: 18px;
  color: #484848;
  font-weight: 300;
  margin: 30px 0 0;
}
.about .txt p~p {
  margin-top: 15px;
}




.about .list {
  width: 46%;
  position: relative;
}
.about .list .swiper-slide {
  position: relative;
}
.about .list .swiper-slide img {
  width: 100%;
  box-sizing: border-box;
}
.about .list .swiper-slide p {
  padding: 0 15px;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.about .swiper-pagination-bullets {
  position: absolute;
  bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}
.about .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: #A5A5A5;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}
.about .swiper-pagination-bullet-active {
  background: #3395c7;
}


.history {
  padding: 70px 0;
}

.history h3 {
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.history .list {
  margin: 40px 0 0;
  position: relative;
}
.history .view {
  position: relative;
  margin: 0 -20px;
}
.history .view .swiper-slide {
  padding: 20px;
  box-sizing: border-box;
}
.history .view .swiper-slide .box {
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.history .view .swiper-slide .pic {
  width: 560px;
}
.history .view .swiper-slide .txt {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 60px;
  box-sizing: border-box;
  color: #484848;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}
.history .view .swiper-slide .txt .t p~p {
  margin: 15px 0 0;
}
.history .view .swiper-slide:hover {
  box-shadow: 0 0 4px 3px rgba(233, 233, 233, 0.4);
}

.history .preview {
  margin: 40px 0 0;
  position: relative;
  text-align: center;
}
.history .preview::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  background: #B5B5B5;
  display: block;
}
.history .preview .swiper-container {
  box-sizing: border-box;
  text-align: center;
}
.history .preview .swiper-wrapper {}
.history .preview .swiper-slide {
  cursor: pointer;
  width: auto;
  text-align: center;
  height: 110px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.history .preview .swiper-slide em {
  display: block;
  font-size: 18px;
  color: #424242;
  background: url("../image/dot4.png") no-repeat center top 38px;
  padding: 65px 0 0;
}
.history .preview .active-nav em {
  color: #6AB183;
  background: url("../image/dot5.png") no-repeat center top;
}

.history .page {
  width: 100%;
  margin-top: 50px;
}
.history .arrow-left,
.history .arrow-right {
  position: static;
  margin: 0 6px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #3b3b3b;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  background: #E0E0E0;
}
.history .arrow-left i,
.history .arrow-right i {
  color: inherit;
  font-size: 25px;
}
.history .arrow-left:hover,
.history .arrow-right:hover {
  background: #6AB183;
  color: #fff;
}


.onepage h3 {
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.onepage .txt {
  margin: 40px 0 0;
  line-height: 27px;
  font-size: 17px;
  color: #4e4e4e;
}
.onepage .txt p~p {
  margin-top: 15px;
}

.customer {}
.customer ul {
  margin: -15px -15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer ul li {
  width: 25%;
  padding: 15px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.customer ul li .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.customer ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}
.customer ul li p {
  font-size: 20px;
  color: #010101;
  height: 70px;
  background: #F0F0F0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.customer ul li:hover .pic {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.customer ul li:hover .pic img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.customer {margin:0 -10px;}
.customer .swiper-slide{padding:10px;}
.customer .swiper-slide a{box-shadow:0 0 10px rgba(63,62,62,0.2);display:block;}

.customer .swiper-pagination-bullets{position:static;margin-top:50px;width:100%;}
.customer .swiper-pagination-bullet {height:6px;width:50px;margin:0 4px;background:#c8c8c8;border-radius:0;opacity:1;box-sizing:border-box;}
.customer .swiper-pagination-bullet-active{background:#3395c7;}


/*-----video------*/

.case-list {}
.case-list ul {
  margin: -15px -15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case-list ul li {
  width: 33.333333%;
  padding: 15px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.case-list ul li .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.case-list ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}
.case-list ul li .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.53) url("../image/i3.png") no-repeat center;
  display: block;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.case-list ul li h5 {
  font-size: 20px;
  color: #010101;
  height: 70px;
  background: #F0F0F0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.case-list ul li:hover .pic {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.case-list ul li:hover .pic img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.case-list ul li:hover .pic::after {
  opacity: 1;
}


.down {}
.down ul {
  margin: 0;
}
.down ul li {
  float: left;
  width: 48%;
  margin: 0 0 30px;
  border: 1px solid #E2E2E2;
  padding: 24px;
  box-sizing: border-box;
}
.down ul li:nth-child(2n) {
  float: right;
}
.down ul li .pic {
  float: left;
  width: 140px;
  height: 140px;
  background: #F5F5F7;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.down ul li .pic i {
  font-size: 44px;
  color: #E0474C;
}
.down ul li .t {
  margin: 0 0 0 165px;
}
.down ul li .t h5 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.down ul li .t p {
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #666;
  margin: 10px 0 0;
}
.down ul li .t .more {
  display: inline-block;
  margin: 15px 0 0;
  font-size: 16px;
  color: #666;
}
.down ul li .t .more i {
  font-size: 18px;
  color: #666;
  margin-right: 8px;
  -webkit-text-stroke-width: 0.2px;
}

.down ul li:hover {
  border: 1px solid var(--active-color);
}
.down ul li:hover .t h5 a {
  color: var(--active-color);
}
.down ul li:hover .t .more,
.down ul li:hover .t .more i {
  color: var(--active-color);
}

/*-----faq------*/

.faq {
  width: 100%;
}
.faq ul li {
  border: 1px solid #DCDCDC;
  padding: 15px;
}
.faq ul li~li {
  margin-top: 20px;
}
.faq ul li .tit {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.faq ul li .tit .date-month {
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  color: #1b1c1c;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.faq ul li .tit h4 {
  -webkit-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #1b1c1c;
  font-weight: 500;
  margin: 0 0 0 10px;
}
.faq ul li .tit::after {
  position: absolute;
  right: 0;
  top: 6px;
  content: "\e639";
  font-family: "qico";
  font-size: 24px;
  height: 24px;
  color: #878787;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq ul li .con {
  padding: 15px 0 0;
  display: none;
}
.faq ul li .con .date-day {
  float: left;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  color: #666;
  display: block;
  text-align: center;
}
.faq ul li .con .t {
  margin: 0 0 0 50px;
  padding: 7px 0 0;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #666;
}

.faq ul li .tit.active::after {
  color: var(--active-color);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----products------*/

.pro-top {
  margin-bottom: 30px;
  background: #F7F7F7;
  padding: 20px;
}
.pro-top h1 {
  font-size: 24px;
  color: #111;
  font-weight: 600;
}
.pro-top .t {
  font-size: 16px;
  color: #545454;
  line-height: 24px;
  margin: 15px 0 0;
}
.pro-top .t h5 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
}
.pro-top .t p~p {
  margin-top: 10px;
}

.prolist ul {
  margin: 0 -15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prolist ul li {
  width: 33.33333333%;
  text-align: center;
  background: #fff;
  padding: 15px;
  cursor: pointer;
  box-sizing: border-box;
}
.prolist ul li .box {
  background: #F2F2F2;
  padding: 5px;
}
.prolist ul li .pic {
  display: block;
  padding: 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.prolist ul li .pic > img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.prolist ul li .txt {
  padding: 20px 15px;
  text-align: center;
}
.prolist ul li .txt h6 {
  font-size: 20px;
  color: #040404;
  font-weight: 600;
}
.prolist ul li .txt h6 a {
  display: block;
  line-height: 22px;
  height: 24px;
  overflow: hidden;
}
.prolist ul li .txt h6 a:hover {
  color: #355fa0;
}
.prolist ul li .txt p {
  margin: 10px 0 0;
  font-size: 16px;
  color: #595959;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.prolist ul li .txt .more {
  margin: 15px 0 0;
  width: 190px;
  height: 30px;
  line-height: 30px;
  background: #4B4B4B;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: #fff;
}
.prolist ul li .txt .more:hover {
  background: var(--btn-bg2-hover);
}

.prolist ul li:hover .box {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.18);
}
.prolist ul li:hover .pic > img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.prolist ul li:hover .txt h6 a {
  color: var(--active-color);
}

/*-----pro-view----*/

.pro_view {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pro_img {
  width: 500px;
}
.pro_img .view {
  width: 100%;
  position: relative;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.pro_img .view .swiper-container {
  width: 100%;
}
.pro_img .view .swiper-container img {
  width: 100%;
  display: block;
}
.pro_img .view .arrow-left,
.pro_img .view .arrow-right {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 50px;
  z-index: 10;
  text-align: center;
}
.pro_img .view .arrow-left {
  left: 0;
}
.pro_img .view .arrow-right {
  right: 0;
}
.pro_img .view .arrow-left i,
.pro_img .view .arrow-right i {
  color: #fff;
  font-size: 15px;
  line-height: 50px;
}

.pro_img .preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.pro_img .preview .swiper-container {
  width: 100%;
  text-align: center;
}
.pro_img .preview .swiper-wrapper {
  justify-content: center;
}
.pro_img .preview .swiper-slide {
  cursor: pointer;
  width: 65px;
  padding: 10px 0 0;
  margin: 0 2px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: #01961F;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -5px;
}
.pro_img .preview .swiper-slide img {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 2px;
  box-sizing: border-box;
}
.pro_img .preview .active-nav img {
  border: 1px solid #01961F;
}

.pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}


.pro_view_inner {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 30px;
}
.pro_view_inner h1 {
  color: #333;
  font-size: 24px;
  margin: 8px 0 0;
  font-weight: bold;
  text-transform: capitalize;
}
.pro_view_inner hr {
  height: 4px;
  background: url('../image/line2.png') repeat-x;
  margin: 20px 0 30px;
}
.pro_view_inner .pro_para {
  color: #333;
  font-size: 18px;
  line-height: 24px;
}
.pro_view_inner .pro_para table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  border: 1px solid #ddd;
}
.pro_view_inner .pro_para table tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #ddd;
  font-weight: 600;
}
.pro_view_inner .pro_para table tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.pro_view_inner .book {
  margin: 25px 0 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: block;
  background: var(--btn-bg2);
  font-weight: 600;
}
.pro_view_inner .book:hover {
  background: var(--btn-bg2-hover);
}

.pro_view_inner .pro-share {
  margin: 20px 0 0;
}

.pro_text {
  margin: 20px 0 0;
  position: relative;
}
.pro_text .tit {
  line-height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #D9D9D9;
}
.pro_text .tit h5 {
  color: #202020;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.pro_text .tit h5::after {
  content: "";
  display: block;
  background: #01961F;
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}


.pro-content {
  font-size: 17px;
  line-height: 30px;
  padding: 20px 0 0;
  color: #333;
}
.pro-content p {
  margin: 0 0 10px;
}
.pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.pro-content table {
  max-width: 100%;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  color: #333;
}
.pro-content table tr > th {
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #D9D9D9;
  font-weight: bold;
}
.pro-content table tr > td {
  padding: 9px 12px;
  vertical-align: middle;
  border: 1px solid #D9D9D9;
}


.pro-app .list {
  position: relative;
}
.pro-app .swiper-slide img {
  margin: 0;
}
.pro-app .swiper-slide p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.pro-app .swiper-button-prev,
.pro-app .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-top: -20px;
  text-align: center;
}
.pro-app .swiper-button-prev::after,
.pro-app .swiper-button-next::after {
  display: none;
}
.pro-app .swiper-button-prev i,
.pro-app .swiper-button-next i {
  font-size: 25px;
  line-height: 40px;
  color: inherit;
}
.pro-app .swiper-button-prev,
.pro-app .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.pro-app .swiper-button-next,
.pro-app .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.pro-app .swiper-button-prev:hover,
.pro-app .swiper-button-next:hover {
  background: rgba(153, 123, 95, 0.6);
  color: #fff;
}

.pro-app .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin: 25px 0 0;
}
.pro-app .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background: none;
  border: 1px solid #8EC63F;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}
.pro-app .swiper-pagination-bullet-active {
  background: #8EC63F;
}


.pro-inquiry {
  margin-top: 30px;
  padding: 45px 50px 20px;
  border: 1px solid #DCDCDC;
}
.pro-inquiry h4 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.pro-inquiry .inquirbox .row {
  margin-bottom: 20px;
}
.pro-inquiry .inquirbox input[type="text"],
.pro-inquiry .inquirbox textarea {
  padding: 13px 20px;
  font-size: 15px;
  color: #666;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #FAFAFA;
}
.pro-inquiry .inquirbox input[type="text"]:focus,
.pro-inquiry .inquirbox textarea:focus {
  border: 1px solid #469935;
}
.pro-inquiry .inquirbox input.submit {
  width: 160px;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
}

/*-----------*/

.pro-qa-box {
  padding: 20px 0;
  border-bottom: 1px solid #DCDCDC;
}
.pro-qa-box > h5 {
  color: #202020;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.qa-form-box {
  margin: 30px 0 0;
}
.qa-form-box .box {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.qa-form-box .box .row {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 20px;
}
.qa-form-box .box input[type="text"],
.qa-form-box .box textarea {
  padding: 9px 10px;
  font-size: 17px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 21px;
  text-align: left;
  color: #333;
  box-sizing: border-box;
  border-radius: 4px;
}
.qa-form-box .box input[type="text"]:focus,
.qa-form-box .box textarea:focus {
  box-shadow: 0 0 5px #999;
  border-color: #999;
}
.qa-form-box .box .submit_btn {
  background: var(--btn-bg);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 230px;
  height: 41px;
  border-radius: 4px;
  display: block;
  cursor: pointer;
  text-align: center;
}
.qa-form-box .box .submit_btn:hover {
  background: var(--btn-bg-hover);
}

.qa-form-box #two {
  display: none;
}

.pro-qa-box .form-box {
  margin: 30px 0 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.pro-qa-box .form-box .box {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 20px;
}
.pro-qa-box .form-box .row~.row {
  margin-top: 15px;
}
.pro-qa-box .form-box input[type="text"],
.pro-qa-box .form-box textarea {
  padding: 9px 10px;
  font-size: 17px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 21px;
  text-align: left;
  color: #333;
  box-sizing: border-box;
  border-radius: 4px;
}
.pro-qa-box input::-webkit-input-placeholder,
.pro-qa-box textarea::-webkit-input-placeholder,
.pro-qa-box input::-moz-placeholder,
.pro-qa-box textarea::-moz-placeholder {
  color: #999;
}
.pro-qa-box .submit_btn {
  background: var(--btn-bg);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  width: 180px;
  height: 136px;
  border-radius: 4px;
  display: block;
  cursor: pointer;
  text-align: center;
}
.pro-qa-box .submit_btn:hover {
  background: var(--btn-bg-hover);
}

.pro-qa-box .list {}
.pro-qa-box .list ul li {
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 0;
}
.pro-qa-box .list ul li:last-child {
  border-bottom: none;
}
.pro-qa-box .list ul li .tit {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.pro-qa-box .list ul li .tit > span {
  width: 90px;
  font-size: 17px;
  color: #111;
  display: block;
  font-weight: 500;
}
.pro-qa-box .list ul li .tit h4 {
  -webkit-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #313131;
}
.pro-qa-box .list ul li .tit h4 a {
  color: #313131;
}
.pro-qa-box .list ul li .tit h4 a:hover {
  color: var(--active-color);
  text-decoration: underline;
}

.pro-qa-box .list ul li .con {
  margin: 10px 0 0;
  display: -webkit-flex;
  display: flex;
}
.pro-qa-box .list ul li .con > span {
  width: 90px;
  font-size: 17px;
  color: #111;
  display: block;
  font-weight: 500;
}
.pro-qa-box .list ul li .con .txt {
  -webkit-flex: 1;
  flex: 1;
}
.pro-qa-box .list ul li .con .txt .t {
  font-size: 17px;
  line-height: 24px;
  color: #444;
}

.pro-qa-box .list ul li .qa-user {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pro-qa-box .list ul li .qa-user .ico {
  width: 34px;
}
.pro-qa-box .list ul li .qa-user span {
  margin-left: 10px;
  color: #333;
}
.pro-qa-box .list ul li .qa-user span:last-child {
  color: #666;
}

.pro-qa-box .list ul li .qa-more {
  margin-top: 10px;
}
.pro-qa-box .list ul li .qa-more a {
  font-size: 16px;
  color: var(--btn-bg);
}
.pro-qa-box .list ul li .qa-more a:hover {
  color: var(--btn-bg-hover);
  text-decoration: underline;
}

.pro-qa-box .list .get-more {
  margin: 20px 0 0 90px;
}
.pro-qa-box .list .get-more a {
  background: #333;
  font-size: 18px;
  display: inline-block;
  padding: 9px 20px;
  color: #fff;
  border-radius: 4px;
}
.pro-qa-box .list .get-more a:hover {
  background: var(--active-color);
}


.question-top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDCDC;
}
.question-top .pic {
  width: 450px;
}
.question-top .t {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 30px;
}
.question-top .t h1 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.question-top .t h1 a {
  color: #333;
}
.question-top .t h1 a:hover {
  color: var(--active-color);
  text-decoration: underline;
}


.answer-top {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDCDC;
}
.answer-top .pic {
  width: 450px;
  text-align: center;
}
.answer-top .pic img {
  width: 100%;
}
.answer-top .pic h5 {
  font-size: 17px;
  color: #333;
  margin-top: 15px;
  font-weight: 600;
}
.answer-top .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px;
}
.answer-top .txt h2 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  margin: 0 0 10px;
  font-weight: 600;
}
.answer-top .txt span {
  color: #565959;
  display: block;
  font-size: 15px;
}
.answer-top .txt h6 {
  color: #0F1111;
  display: block;
  font-size: 17px;
  margin: 30px 0 10px;
  font-weight: 600;
}

.answer-top .answer-form {}
.answer-top .answer-form .row~.row {
  margin-top: 15px;
}
.answer-top .answer-form input[type="text"],
.answer-top .answer-form textarea {
  padding: 9px 10px;
  font-size: 17px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 21px;
  text-align: left;
  color: #333;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
}
.answer-top .answer-form textarea {
  resize: none;
  height: 90px;
}
.answer-top .answer-form input::-webkit-input-placeholder,
.answer-top .answer-form textarea::-webkit-input-placeholder,
.answer-top .answer-form input::-moz-placeholder,
.answer-top .answer-form textarea::-moz-placeholder {
  color: #999;
}
.answer-top .answer-form .submit_btn {
  margin: 15px 0 0;
  background: #333;
  color: #fff;
  font-size: 19px;
  width: 170px;
  height: 42px;
  line-height: 42px;
  display: block;
  cursor: pointer;
  text-align: center;
}
.answer-top .answer-form .submit_btn:hover {
  background: var(--active-color);
}


.pro-answer-list {
  padding: 20px 0;
  border-bottom: 1px solid #DCDCDC;
}
.pro-answer-list h5 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.pro-answer-list .list {}
.pro-answer-list .list ul li {
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 0;
}
.pro-answer-list .list ul li:last-child {
  border-bottom: none;
}
.pro-answer-list .list ul li .t {
  font-size: 16px;
  line-height: 22px;
  color: #444;
}

.pro-answer-list .list ul li .qa-user {
  margin-top: 15px;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pro-answer-list .list ul li .qa-user .ico {
  width: 34px;
}
.pro-answer-list .list ul li .qa-user span {
  margin-left: 10px;
  color: #333;
}
.pro-answer-list .list ul li .qa-user span:last-child {
  color: #666;
}

.pro-answer-list .list ul li .qa-more {
  margin-top: 10px;
}
.pro-answer-list .list ul li .qa-more a {
  font-size: 14px;
  color: #5FAF4B;
}
.pro-answer-list .list ul li .qa-more a:hover {
  color: #f08200;
  text-decoration: underline;
}


/*contact*/

.contact {}
.contact ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact ul li {
  width: 25%;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #EBEBEB;
}
.contact ul li:last-child {
  border-right: none;
}
.contact ul li em {
  background: #6AB183;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.contact ul li em i {
  font-size: 28px;
  color: #fff;
}
.contact ul li h6 {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin: 15px 0 0;
  text-transform: uppercase;
}
.contact ul li p {
  color: #444;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 24px;
}
.contact ul li p a {
  color: #444;
}
.contact ul li p a:hover {
  color: var(--active-color);
}

.contact dl {
  margin: 40px -15px 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact dl dd {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
.contact dl dd .box {
  border: 1px dashed #333;
  padding: 20px;
  box-sizing: border-box;
  color: #333;
}
.contact dl dd h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}
.contact dl dd p {
  font-size: 15px;
  line-height: 24px;
}
.contact dl dd p strong {
  font-weight: 500;
}
.contact dl dd p~p {
  margin-top: 8px;
}


.contactbox {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.map {
  width: 600px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.map img {
  width: 100%;
}

.contact-inquiry {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 40px;
}
.contact-inquiry h4 {
  font-size: 20px;
  line-height: 50px;
  background: #3C3C3C;
  color: #fff;
  padding: 0 0 0 15px;
}
.contact-inquiry .inquirbox {
  border: 1px solid #D5D5D5;
  border-top: none;
  padding: 25px 25px 10px;
}


/*--------blog---------*/

.blog-nr {
  width: 1200px;
  margin: 0 auto;
}
.blog-nr h1 {
  font-size: 36px;
  line-height: 1.2;
  margin: 20px 0 0;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: capitalize;
}

.blog-nr .tips {
  padding: 0 0 20px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
  margin: 35px 0 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.blog-nr .tips span {
  margin: 0 10px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.blog-nr .artInfo span.time {
  background: url('../image/time.png') no-repeat left center;
  padding: 0 0 0 20px;
}
.blog-nr .artInfo span.hit {
  background: url('../image/hit.png') no-repeat left center;
  padding: 0 0 0 23px;
}

.blog-top {
  margin: 50px 0 0;
}
.blog-top .txt {
  line-height: 24px;
  font-size: 17px;
}
.blog-top .txt p~p {
  margin-top: 10px;
}

.blog-content {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.blog-content-left {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 60px;
  overflow: hidden;
}


.blog-content-scroll {
  position: relative;
}

.blog-content .text-box {
  line-height: 24px;
  font-size: 17px;
  color: #666;
  margin: 20px 0 0;
}
.blog-content .text-box~.text-box {
  margin-top: 30px;
}
.blog-content .text-box h2 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.blog-content .text-box h2~h2 {
  padding-top: 30px;
}
.blog-content .text-box p {
  margin-bottom: 10px;
}
.blog-content .text-box h3 {
  font-size: 22px;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-bar {
  margin-top: 30px;
}
.blog-bar p {
  max-width: 100%;
  margin: -1px 0 0;
  padding: 8px 14px;
  border: 1px solid #ddd;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.blog-bar p a {
  color: #545454;
}
.blog-bar p:hover a {
  color: var(--active-color);
}

.blog-content-right {
  width: 360px;
  position: relative;
}
.blog-content-nav {
  border: 1px solid #9C8D7C;
}
.blog-content-nav h4 {
  padding: 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #9C8D7C;
  position: relative;
  cursor: pointer;
}
.blog-content-nav h4::after {
  display: block;
  font-family: "qico";
  content: "\e699";
  position: absolute;
  top: calc(50% - 20px);
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.blog-content-nav h4.close::after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}


.blog-content-right .affix {
  position: fixed;
  top: 0;
  width: 360px;
}
.blog-content-right .affix-bottom {
  position: absolute;
}

.blog-nav {
  padding: 20px;
}
.blog-nav > li {
  counter-increment: item;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.blog-nav > li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
  font-size: 18px;
  line-height: 22px;
}
.blog-nav > li a::before {
  content: counters(item, ".") ". ";
  font-size: 16px;
  color: #333;
  margin-right: 8px;
}

.blog-nav > li > ul {
  counter-reset: item;
  margin: 8px 0 0 16px;
}
.blog-nav > li > ul > li {
  counter-increment: item;
  margin-top: 8px;
}

.blog-nav li.active > a {
  color: var(--active-color);
}