.fdl {
  transform: translateX(5px);
}

.fdt {
  transform: translateY(-5px);
}

* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

html {
  font-size: 100px;
}

body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

*:before, *:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.videoBg{
  margin-left: 10px;
  margin-top: 70px;
}

input, select {
  vertical-align: middle;
}

li, ul {
  list-style-type: none;
}

img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {
  font-weight: normal;
  font-style: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.banner {
  position: relative;
}

.banner ul li a {
  display: block;
}

.banner ul li a img {
  display: block;
  width: 100%;
}

.banner .swiper-more {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 2.46rem;
  position: absolute;
  height: 0.58rem;
  z-index: 89999;
  top: 80%;
  left: 16.6%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner .swiper-more i {
  flex: 0 0 1.62rem;
  justify-content: center;
  float: left;
  width: 1.62rem;
  height: 0.58rem;
  background: #f3990f;
  line-height: 0.58rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}

.banner .swiper-more b {
  flex: 0 0 0.84rem;
  justify-content: center;
  float: left;
  width: 0.84rem;
  height: 0.58rem;
  background: #222 url(../images/swiper-more.png) no-repeat center;
}

.banner .swiper-more:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner .swiper-button-next {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/bannerswiperL.png) no-repeat center;
  z-index: 99999999999;
  left: 10px;
  cursor: pointer;
  right: auto;
}

.banner .swiper-button-next::after {
  display: none;
}

.banner .swiper-button-prev {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/bannerswiperR.png) no-repeat center;
  z-index: 99999999999;
  right: 10px;
  left: auto;
  cursor: pointer;
}

.banner .swiper-button-prev::after {
  display: none;
}

.banner .swiper-paginationCenter {
  position: absolute;
  z-index: 999999999999999999999;
  bottom: 5%;
  right: 10%;
}

.banner .swiper-paginationCenter span {
  font-size: 0.18rem;
  display: block;
  height: 0.4rem;
  border: 0;
}

.banner .swiper-paginationCenter .swiper-pagination-bullet {
  background: transparent !important;
  width: auto;
  height: 0.4rem;
  position: relative;
}

.banner .swiper-paginationCenter .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  display: block;
}

.banner .swiper-paginationCenter .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 0.32rem;
  height: 0.08rem;
  background: #fbe0b7;
  left: 0;
  bottom: 0.15rem;
  z-index: -1;
}

.about {
  width: 100%;
  background: url(../images/about.jpg) no-repeat center 0rem;
  margin-top: 0.68rem;
}

.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about .aboutBox .aboutL {
  flex: 0 0 42.34%;
  justify-content: center;
  float: left;
  width: 42.34%;
}

.about .aboutBox .aboutL h3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.about .aboutBox .aboutL h3 a.aboutLTitle {
  flex: 0 0 4em;
  justify-content: center;
  float: left;
  width: 4em;
  font-size: 0.36rem;
  line-height: 1;
}

.about .aboutBox .aboutL h3 i {
  margin-left: 0.1rem;
  flex: 0 0 1.22rem;
  justify-content: center;
  float: left;
  width: 1.22rem;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
}

.about .aboutBox .aboutL h3 i::after {
  content: "";
  width: 100%;
  height: 0.08rem;
  background: #fbe0b7;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

.about .aboutBox .aboutL .aboutLImg {
  margin-top: 0.8rem;
  flex: 0 0 5.42rem;
  justify-content: center;
  float: left;
  width: 5.42rem;
  height: 3.88rem;
  box-sizing: border-box;
  border: 6px solid #fff;
  display: block;
  overflow: hidden;
}

.about .aboutBox .aboutL .aboutLImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .aboutBox .aboutR {
  flex: 0 0 45.5%;
  justify-content: center;
  float: left;
  width: 45.5%;
}

.about .aboutBox .aboutR h3 {
  font-size: 0.2rem;
  letter-spacing: 24px;
  padding-top: 0.5rem;
}

.about .aboutBox .aboutR .aboutRLine {
  width: 1px;
  height: 0.6rem;
  margin: 0.3rem 0;
  background: #ddd;
}

.about .aboutBox .aboutR .aboutRTitle i {
  font-size: 0.18rem;
  display: inline-block;
}

.about .aboutBox .aboutR .aboutRTitle span {
  font-size: 0.14rem;
  display: inline-block;
  color: #999;
  padding-left: 0.2rem;
}

.about .aboutBox .aboutR p {
  padding-top: 0.4rem;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about .aboutBox .aboutR .aboutRMore {
  font-size: 0.14rem;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0.72rem;
  display: inline-block;
  position: relative;
  line-height: 0.34rem;
  padding-left: 0.1rem;
  padding-right: 0.5rem;
  background: url(../images/aboutRMore.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about .aboutBox .aboutR .aboutRMore::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  background: #f3990f;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about .aboutBox .aboutR .aboutRMore:hover::before {
  left: 0.4rem;
}

.licheng {
  padding-top: 0.8rem;
}

.licheng .lichengBox {
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.licheng .lichengBox .swiper-container {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.2rem;
}

.licheng .lichengBox .swiper-container::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-top: 1px dashed #cdcdcd;
  left: 0;
  transform: translateY(-50%);
}

.licheng .lichengBox .swiper-container ul {
  position: relative;
}

.licheng .lichengBox .swiper-container ul li i {
  font-size: 0.4rem;
  color: #666;
  line-height: 1;
}

.licheng .lichengBox .swiper-container ul li b {
  margin: 16px 0 0;
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #cdcdcd;
  display: block;
  border-radius: 50%;
  position: relative;
}

.licheng .lichengBox .swiper-container ul li b::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #666;
  position: absolute;
  top: 0.02rem;
  border-radius: 50%;
  left: 0.02rem;
}

.licheng .lichengBox .swiper-container ul li em {
  width: 0.01rem;
  height: 0.26rem;
  background: #cdcdcd;
  display: block;
  margin-left: 0.07rem;
}

.licheng .lichengBox .swiper-container ul li p {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #666666;
}

.licheng .lichengBox .swiper-container ul li.swiper-slide-active i {
  color: #f3990f;
}

.licheng .lichengBox .swiper-container ul li.swiper-slide-active b::after {
  border-color: #f3990f;
  background: #f3990f;
}

.licheng .lichengBox .liuchengIcoL {
  position: absolute;
  left: -5%;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  transform: translateY(-50%);
  background: url(../images/liuchengIcoL.png) no-repeat center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.licheng .lichengBox .liuchengIcoL:hover {
  background: url(../images/liuchengIcoL1.png) no-repeat center;
}

.licheng .lichengBox .liuchengIcoR {
  position: absolute;
  right: -5%;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  transform: translateY(-50%);
  background: url(../images/liuchengIcoR.png) no-repeat center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.licheng .lichengBox .liuchengIcoR:hover {
  background: url(../images/liuchengIcoR1.png) no-repeat center;
}

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

.title .titleL h3 a {
  font-size: 0.36rem;
  color: #fff;
  line-height: 1;
}

.title .titleL h3 i {
  font-size: 0.18rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  padding-left: 0.1rem;
  text-transform: uppercase;
}

.title .titleL h3 i span {
  color: #f3990f;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.title .titleL h3 em {
  color: #dddddd;
  font-size: 0.14rem;
  padding-left: 0.3rem;
}

.case {
  margin-top: 0.8rem;
  background: url(../images/caseBg.jpg) repeat-y center;
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
}

.case .titleR {
  position: relative;
}

.case .titleR .aboutRMore {
  font-size: 0.14rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 0.34rem;
  padding-left: 0.1rem;
  padding-right: 0.5rem;
  background: url(../images/aboutRMore.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .titleR .aboutRMore i {
  position: relative;
  z-index: 2;
}

.case .titleR .aboutRMore::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  background: #f3990f;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case .titleR .aboutRMore:hover::before {
  left: 0.4rem;
}

.case ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}

.case ul li {
  flex: 0 0 31%;
  justify-content: center;
  float: left;
  width: 31%;
  margin-top: 0.4rem;
}

.case ul li .caseImg {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 3px solid #d9d9d9;
  overflow: hidden;
  padding: 36.4% 23%;
  position: relative;
}

.case ul li .caseImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case ul li .caseText {
  height: 0.7rem;
  line-height: 0.7rem;
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #404040;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case ul li .caseText i {
  flex: 0 0 70%;
  justify-content: center;
  float: left;
  width: 70%;
  font-size: 0.18rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case ul li .caseText span {
  font-size: 0.14rem;
  color: #999999;
  padding-right: 0.3rem;
  background: url(../images/caseText.png) no-repeat center right;
}

.case ul li:hover .caseImg img {
  transform: scale(1.1);
}

.case ul li:hover .caseText {
  border-color: #f3990f;
}

.video {
  padding-top: 0.84rem;
  padding-bottom: 0.9rem;
  background-color: #f9f9f9;
}

.video .aboutL {
  flex: 0 0 42.34%;
  justify-content: center;
  float: left;
  width: 42.34%;
}

.video .aboutL h3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.video .aboutL h3 a.aboutLTitle {
  flex: 0 0 4em;
  justify-content: center;
  float: left;
  width: 4em;
  font-size: 0.36rem;
  line-height: 1;
}

.video .aboutL h3 i {
  margin-left: 0.1rem;
  flex: 0 0 2.22rem;
  justify-content: center;
  float: left;
  width: 2.22rem;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
}

.video .aboutL h3 i em {
  position: relative;
  z-index: 2;
}

.video .aboutL h3 i::after {
  content: "";
  width: 40%;
  height: 0.08rem;
  background: #fbe0b7;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 1;
}

.video .aboutL .aboutLImg {
  margin-top: 0.8rem;
  flex: 0 0 5.42rem;
  justify-content: center;
  float: left;
  width: 5.42rem;
  height: 3.88rem;
  box-sizing: border-box;
  border: 6px solid #fff;
  display: block;
  overflow: hidden;
}

.video .aboutL .aboutLImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video .titleR {
  position: relative;
}

.video .titleR .aboutRMore {
  font-size: 0.14rem;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 0.34rem;
  padding-left: 0.1rem;
  padding-right: 0.5rem;
  background: url(../images/aboutRMore.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video .titleR .aboutRMore i {
  position: relative;
  z-index: 2;
}

.video .titleR .aboutRMore::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  background: #f3990f;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video .titleR .aboutRMore:hover::before {
  left: 0.4rem;
}

.video .videoBox {
  margin-top: 0.6rem;
  width: 100%;
  height: 7.4rem;
  background-color: #f2f2f2;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 0.4rem;
  box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.1);
}

.video .videoBox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.video .videoBox video {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  background-size: cover;
}

.product {
  padding-top: 0.84rem;
  padding-bottom: 0.24rem;
}

.product .title .aboutL {
  flex: 0 0 30.4%;
  justify-content: center;
  float: left;
  width: 30.4%;
}

.product .title .aboutL h3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.product .title .aboutL h3 a.aboutLTitle {
  flex: 0 0 4em;
  justify-content: center;
  float: left;
  width: 4em;
  font-size: 0.36rem;
  line-height: 1;
}

.product .title .aboutL h3 i {
  margin-left: 0.1rem;
  flex: 0 0 2.22rem;
  justify-content: center;
  float: left;
  width: 2.22rem;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
}

.product .title .aboutL h3 i::after {
  content: "";
  width: 40%;
  height: 0.08rem;
  background: #fbe0b7;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

.product .title .aboutL .aboutLImg {
  margin-top: 0.8rem;
  flex: 0 0 5.42rem;
  justify-content: center;
  float: left;
  width: 5.42rem;
  height: 3.88rem;
  box-sizing: border-box;
  border: 6px solid #fff;
  display: block;
  overflow: hidden;
}

.product .title .aboutL .aboutLImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product .title .titleR {
  position: relative;
  flex: 0 0 67.2%;
  justify-content: center;
  float: left;
  width: 67.2%;
}

.product .title .titleR ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product .title .titleR ul li {
  flex: 0 0 1.1rem;
  justify-content: center;
  float: left;
  width: 1.1rem;
  height: 0.36rem;
  border: 1px solid #ddd;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .title .titleR ul li a {
  display: block;
  text-align: center;
  line-height: 0.36rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .title .titleR ul li a i {
  padding-left: 0.1rem;
}

.product .title .titleR ul li:hover {
  background: #f3990f;
  border-color: #f3990f;
}

.product .title .titleR ul li:hover a {
  color: #fff;
}

.product .swiper-container {
  padding-bottom: 0.6rem;
}

.product .swiper-wrapper {
  margin-top: 0.6rem;
  width: 100%;
}

.product .swiper-wrapper li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .swiper-wrapper li .productImg {
  display: block;
  padding: 52.3% 32%;
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .swiper-wrapper li .productImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}

.product .swiper-wrapper li .productText {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.2rem 0;
}

.product .swiper-wrapper li .productText i {
  flex: 0 0 75%;
  justify-content: center;
  float: left;
  width: 75%;
}

.product .swiper-wrapper li .productText i b {
  font-size: 0.16rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .swiper-wrapper li .productText i em {
  font-size: 0.14rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.product .swiper-wrapper li .productText span {
  flex: 0 0 15%;
  justify-content: center;
  float: left;
  width: 15%;
  border-left: 1px solid #dddddd;
  background: url(../images/productText.png) no-repeat 100% center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .swiper-wrapper li:hover {
  transform: translateY(-5px);
}

.product .swiper-wrapper li:hover .productImg {
  border-color: #f3990f;
}

.product .swiper-wrapper li:hover .productImg img {
  transform: scale(1.04);
}

.product .swiper-wrapper li:hover .productText i b {
  color: #f3990f;
}

.product .swiper-wrapper li:hover .productText span {
  background: url(../images/productText.png) no-repeat 90% center;
}

.product .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #ddd;
  opacity: 1;
}

.product .swiper-pagination-bullet-active {
  background: #f3990f;
}

.reason {
  width: 100%;
  background: url(../images/reason.jpg) no-repeat center top;
  overflow: hidden;
  height: 8.26rem;
}

.reason .resonBoxLTitle {
  position: absolute;
  top: 0.48rem;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.reason .resonBoxLTitle h3 {
  background: url(../images/adv.png) no-repeat center left;
  width: 54.375%;
  padding: 0.28rem 0 0.1rem;
  font-size: 0.28rem;
  font-weight: bold;
}

.reason .resonBoxLTitle p {
  font-size: 0.18rem;
  padding-top: 0.1rem;
}

.reason .reasonBox {
  position: relative;
}

.reason .reasonBox .bd ul {
  position: relative;
}

.reason .reasonBox .bd ul li .bdL {
  flex: 0 0 54.375%;
  justify-content: center;
  float: left;
  width: 54.375%;
  padding-top: 2.1rem;
}

.reason .reasonBox .bd ul li .bdL h4 {
  font-size: 0.18rem;
  font-weight: bold;
}

.reason .reasonBox .bd ul li .bdL p {
  padding-top: 0.3rem;
  width: 90%;
  line-height: 0.3rem;
  color: #666;
}

.reason .reasonBox .bd ul li .bdR {
  flex: 0 0 40.625%;
  justify-content: center;
  float: left;
  width: 40.625%;
  position: relative;
}

.reason .reasonBox .bd ul li .bdR img {
  height: 8.26rem;
  width: 8.4rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.reason .reasonBox .hd {
  position: relative;
  z-index: 999;
  width: 54.375%;
  position: absolute;
  top: 4.64rem;
  left: 0;
}

.reason .reasonBox .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reason .reasonBox .hd ul li {
  flex: 1;
  position: relative;
  cursor: pointer;
}

.reasonTel {
  width: 40%;
  position: absolute;
  left: 0;
  top: 6.3rem;
  z-index: 99999;
  height: 1.96rem;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  line-height: 1.96rem;
  align-items: center;
}

.reasonTel b {
  flex: 0 0 60%;
  color: #333;
  font-size: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.reasonTel a {
  flex: 0 0 140px;
  height: 0.4rem;
  background: #f3990f;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 0.2rem;
  font-size: 0.16rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.reasonTel a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.reason .reasonBox .hd ul li b {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-items: center;
  overflow: hidden;
}

.reason .reasonBox .hd ul li b img {
  max-width: 0.4rem;
  height: 0.4rem;
  object-fit: none;
  display: block;
  margin: 0 auto;
}

.reason .reasonBox .hd ul li h4 {
  font-size: 0.16rem;
  text-align: center;
  padding-top: 0.15rem;
}

.reason .reasonBox .hd ul li i {
  width: 0.02rem;
  height: 0.24rem;
  background: #fff;
  display: block;
  margin: 0.3rem auto 0;
}

.reason .reasonBox .hd ul li.on b img.hd1 {
  height: 0;
  max-height: 0;
}

.reason .reasonBox .hd ul li.on b img.hd1-1{
  margin: 0 auto;
}



.reason .reasonBox .hd ul li b img.hd1-1{
  /* margin-top: 10px; */
}

.reason .reasonBox .hd ul li.on h4 {
  color: #f3990f;
}

.reason .reasonBox .hd ul li.on i {
  background: #f3990f;
}

.news {
  background: url(../images/news.jpg) repeat center top;
  padding: 90px 0 0.6rem;
}

.news .newsTitle {
  text-align: center;
}

.news .newsTitle a {
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}

.news .newsTitle a i {
  font-size: 0.36rem;
  color: #f3990f;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #f3990f;
  line-height: 1;
  padding-top: 0.1rem;
}

.news .newsTitle a b {
  font-size: 0.36rem;
  color: #fff;
  padding-left: 0.15rem;
}

.news .newsBox {
  border-top: 1px solid #333;
  margin-top: 0.9rem;
}

.news .newsBox ul li .newsText {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .newsBox ul li .newsText .newsTextL {
  flex: 0 0 10%;
  justify-content: center;
  float: left;
  width: 10%;
}

.news .newsBox ul li .newsText .newsTextL i {
  background: #333;
  width: 1px;
  height: 0.7rem;
  display: block;
  margin-left: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBox ul li .newsText .newsTextCenter {
  flex: 0 0 90%;
  justify-content: center;
  float: left;
  width: 90%;
  padding-top: 1.42rem;
}

.news .newsBox ul li .newsText .newsTextCenter a.newsTextCenterTitle {
  color: #fff;
  display: block;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .newsBox ul li .newsText .newsTextCenter i {
  font-size: 0.22rem;
  color: #666;
  padding-top: 0.16rem;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBox ul li .newsText .newsTextCenter i b {
  font-weight: normal;
  font-size: 0.14rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.news .newsBox ul li .newsText .newsTextCenter p {
  padding-top: 0.15rem;
  color: #888888;
  font-size: 0.14rem;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news .newsBox ul li .newsText .newsTextCenter span {
  font-size: 0.24rem;
  color: #aaa;
  display: block;
  margin-top: 0.2rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBox ul li .newsText .newsTextCenter span a {
  display: inline-block;
  line-height: 1;
  height: 0.24rem;
  padding-left: 0.15rem;
}

.news .newsBox ul li .newsText .newsTextCenter span a img {
  height: 0.18rem;
}

.news .newsBox ul li.swiper-slide-active .newsText .newsTextL i {
  height: 2.3rem;
  background: #f3990f;
}

.news .newsBox ul li.swiper-slide-active .newsText .newsTextCenter a.newsTextCenterTitle {
  color: #f3990f;
}

.news .newsBox ul li.swiper-slide-active .newsText .newsTextCenter i {
  opacity: 0;
}

.news .newsBox ul li.swiper-slide-active .newsText .newsTextCenter span {
  opacity: 1;
}

.news .titleR {
  position: relative;
  margin: 0.8rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .titleR .aboutRMore {
  font-size: 0.14rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 0.34rem;
  padding-left: 0.1rem;
  padding-right: 0.5rem;
  background: url(../images/aboutRMore.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}

.news .titleR .aboutRMore i {
  position: relative;
  z-index: 2;
}

.news .titleR .aboutRMore::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  background: #f3990f;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .titleR .aboutRMore:hover::before {
  left: 0.4rem;
}

.cooperative {
  background: url(../images/cooperative.jpg) no-repeat center bottom;
  background-color: #fafafa;
}

.cooperative .cooperativeTitle {
  padding-top: 0.3rem;
}

.cooperative .cooperativeTitle h3 a {
  font-size: 0.36rem;
  line-height: 1;
  display: block;
  text-align: center;
}

.cooperative .cooperativeTitle h3 i {
  display: block;
  position: relative;
  line-height: 1;
}

.cooperative .cooperativeTitle h3 i b {
  font-size: 0.18rem;
  font-weight: normal;
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-top: 0.18rem;
  line-height: 1;
  z-index: 2;
}

.cooperative .cooperativeTitle h3 i::after {
  content: "";
  width: 1.5rem;
  height: 0.08rem;
  background: #fbe0b7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cooperative .cooperativeBox {
  margin-top: 0.4rem;
  padding-bottom: 0.3rem;
}

.cooperative .cooperativeBox ul {
  padding-bottom: 0.7rem;
}

.cooperative .cooperativeBox ul li {
  width: 100%;
  height: 0.35rem;
  background-color: #fafafa;
  border-radius: 2px;
  margin-top: 0.2rem !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cooperative .cooperativeBox ul li a {
  display: block;
  line-height: 0.35rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 0.4rem;
  position: relative;
}

.cooperative .cooperativeBox ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 0.35rem;
  background: url(../images/cooperativeBoxL.png) no-repeat center;
}

.cooperative .cooperativeBox ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.4rem;
  height: 0.35rem;
  background: url(../images/cooperativeBoxR.png) no-repeat center;
}

.cooperative .cooperativeBox ul li:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
}

.cooperative .cooperativeBox .swiper-container-horizontal>.swiper-pagination-bullets, .cooperative .cooperativeBox .swiper-pagination-custom, .cooperative .cooperativeBox .swiper-pagination-fraction {
  bottom: 20px;
  z-index: 99;
}

.cooperative .cooperativeBox .cooperativeIcoL {
  width: 0.1rem;
  height: 0.16rem;
  background: url(../images/cooperativeIcoL.png) no-repeat center;
  bottom: 24px;
  left: 40%;
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.cooperative .cooperativeBox .cooperativeIcoR {
  width: 0.1rem;
  height: 0.16rem;
  background: url(../images/cooperativeIcoR.png) no-repeat center;
  bottom: 24px;
  right: 40%;
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.cooperative .cooperativeBox .swiper-pagination-bullet-active {
  background: #f3990f;
}

.message {
  background: url(../images/message.jpg) no-repeat center bottom;
  padding: 114px 0 80px;
}

.message ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.message ul li {
  flex: 0 0 30%;
  justify-content: center;
  float: left;
  width: 30%;
  border-bottom: 1px solid #bbb;
  margin-bottom: 0.7rem;
  position: relative;
}

.message ul li input {
  padding-left: 0.4rem;
  display: block;
  height: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}

.message ul li input.messageName {
  background: url(../images/message1.png) no-repeat center left;
}

.message ul li input.messageEmail {
  background: url(../images/message2.png) no-repeat center left;
}

.message ul li input.messageTel {
  background: url(../images/message3.png) no-repeat center left;
}

.message ul li input.messageContent {
  background: url(../images/message4.png) no-repeat center left;
}

.message ul li input.messageQrcode {
  background: url(../images/message5.png) no-repeat center left;
}

.message ul li img {
  position: absolute;
  right: 0;
  width: 0.66rem;
  height: 0.25rem;
  top: 0.2rem;
  z-index: 2;
  cursor: pointer;
}

.message ul li:nth-child(4) {
  flex: 0 0 65%;
  justify-content: center;
  float: left;
  width: 65%;
}

.message .messageBth {
  width: 30%;
  height: 0.42rem;
  background: #f3990f url(../images/messageBth.png) no-repeat 60% center;
  border: 0;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 0.16rem;
  text-indent: 36%;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .banner .swiper-button-next, .banner .swiper-button-prev {
    height: 0.2rem;
    background-size: contain;
    top: 60%;
  }
  .banner .swiper-more {
    display: none !important;
  }
  .about .aboutBox .aboutL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .about {
    background: #f2f2f2;
    margin-top: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .about .aboutBox .aboutL .aboutLImg {
    width: 100%;
    margin-top: 0.3rem;
    height: auto;
  }
  .about .aboutBox .aboutL h3 a.aboutLTitle {
    font-size: 0.2rem;
  }
  .about .aboutBox .aboutL .aboutLImg img {
    height: auto;
  }
  .about .aboutBox .aboutR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .about .aboutBox .aboutR h3 {
    padding-top: 0.2rem;
  }
  .about .aboutBox .aboutR .aboutRLine {
    display: none;
  }
  .aboutRTitle {
    display: none;
  }
  .about .aboutBox .aboutR p {
    padding-top: 0.2rem;
  }
  .about .aboutBox .aboutR .aboutRMore {
    margin-top: 0.3rem;
  }
  .licheng .lichengBox .swiper-container {
    padding: 0 0rem;
  }
  .licheng {
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .licheng .lichengBox .liuchengIcoL, .licheng .lichengBox .liuchengIcoR {
    display: none;
  }
  .case {
    margin-top: 0.3rem;
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .case .titleR {
    display: none;
  }
  .case ul {
    margin-top: 0.2rem;
  }
  .case ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin-top: 0.2rem;
  }
  .case ul li .caseText {
    height: 0.4rem;
    line-height: 0.3rem;
  }
  .case ul li .caseText span {
    display: none;
  }
  .case ul li .caseText i {
    font-size: 0.14rem;
  }
  .video .titleR {
    display: none;
  }
  .video .aboutL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .video .aboutL h3 {
    width: 100%;
  }
  .video {
    padding-top: 0.4rem;
    padding-bottom: 0.1rem;
  }
  .video .aboutL h3 i em {
    margin-top: 0.1rem;
    display: block;
  }
  .title .titleL h3 em {
    display: none;
  }
  .video .aboutL h3 a.aboutLTitle, .title .titleL h3 a, .product .title .aboutL h3 a.aboutLTitle {
    font-size: 0.2rem;
  }
  .video .videoBox {
    margin-top: 0.2rem;
    height: auto;
    padding: 0.1rem;
  }
  .video {
    padding-bottom: 0.3rem;
    background: #f2f2f2;
  }
  .product .title .titleR, .product .title .aboutL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .product .title .titleR ul {
    margin-top: 0.3rem;
  }
  .product .title .titleR ul li {
    margin-bottom: 0.2rem;
  }
  .product .swiper-wrapper li .productImg {
    padding: 40.3% 32%;
  }
  .product .swiper-wrapper li .productImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .product .swiper-wrapper {
    margin-top: 0.1rem;
  }
  .product {
    padding-top: 0.4rem;
  }
  .product .swiper-container {
    padding-bottom: 0;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
  }
  .cooperative .cooperativeBox {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .cooperative .cooperativeBox ul {
    padding-bottom: 0.4rem;
  }
  .cooperative .cooperativeTitle {
    padding-top: 0.4rem;
  }
  .reason {
    background: #f2f2f2;
    height: auto;
    padding: 0.2rem 0;
  }
  .reason .resonBoxLTitle h3 {
    width: 100%;
    position: relative;
  }
  .reason .reasonBox .bd ul li .bdL, .reason .reasonBox .bd ul li .bdR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .reason .reasonBox .bd ul li .bdL {
    padding-top: 0;
  }
  .reason .reasonBox .bd ul li .bdL p {
    width: 100%;
  }
  .reason .reasonBox .bd ul li .bdR img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    height: 2rem;
    object-fit: cover;
  }
  .reason .reasonBox .hd {
    width: 100%;
    position: relative;
    top: 0.1rem;
    display: block;
  }
  .reason .reasonBox .hd ul {
    width: 100%;
  }
  .reason .resonBoxLTitle {
    position: relative;
    top: 0;
    padding-top: 0.2rem;
    font-weight: normal;
  }
  .reason .resonBoxLTitle h3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.2rem;
  }
  .reason .reasonBox .bd {
    overflow: hidden;
  }
  .reason .resonBoxLTitle p {
    padding-top: 0;
    display: none;
  }
  .reason .reasonBox .hd ul li i {
    display: none;
  }
  .reason .reasonBox .hd ul li h4 {
    padding-top: 0.08rem;
  }
  .reason .reasonBox .hd ul li {
    padding: 0.2rem 0;
  }
  .reason .reasonBox .bd ul li .bdL p {
    padding-top: 0.1rem;
  }
  .reason .reasonBox .bd ul li .bdL h4 {
    font-weight: normal;
    margin-top: 0.3rem;
  }
  .reason .reasonBox .bd ul li .bdL p {
    margin-bottom: 0.3rem;
  }
  .reason .reasonBox .hd ul li b img {
    width: 0.3rem;
    height: 0.3rem;
    object-fit: contain;
  }
  .reason .reasonBox .hd ul li b {
    width: 0.3rem;
    height: 0.3rem;
  }
  .news {
    padding: 0.6rem 0 0.6rem;
  }
  .news .newsTitle a i {
    font-size: 0.2rem;
    padding-top: 0;
  }
  .news .newsTitle a b {
    font-size: 0.2rem;
  }
  .news .newsBox ul li .newsText .newsTextL {
    display: none;
  }
  .news .newsBox {
    width: 96%;
    margin: 0 auto;
    border: 0;
  }
  .news .newsBox ul li .newsText .newsTextCenter {
    padding-top: 1rem;
  }
  .cooperative .cooperativeTitle h3 a {
    font-size: 0.2rem;
  }
  .cooperative .cooperativeTitle h3 i b {
    font-size: 0.14rem;
  }
  .message {
    background: transparent;
    padding: 0.3rem 0;
  }
  .message ul li, .message ul li:nth-child(4) {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .message .messageBth {
    width: 50%;
    background: #f3990f;
    margin-top: 0.2rem;
    text-align: center;
    text-indent: 0;
  }
  .cooperative .cooperativeBox .cooperativeIcoL, .cooperative .cooperativeBox .cooperativeIcoR {
    display: none;
  }
  .reasonTel {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
    height: auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    line-height: 0.6rem;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .reasonTel b {
    flex: 0 0 100%;
    color: #333;
    font-size: 0.24rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .reasonTel a {
    flex: 0 0 140px;
    height: 0.4rem;
    background: #f3990f;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 0.2rem;
    font-size: 0.16rem;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .product .swiper-wrapper li .productText i b {
    font-size: 15px;
  }
  .product .swiper-wrapper li .productText i em {
    font-size: 12px;
  }
  .product .title .titleR ul {
    justify-content: start;
  }
  .product .title .titleR ul li {
    flex: 0 0 30%;
    margin-right: 3.333333%;
  }

  .product .title .titleR ul li:nth-child(3n){
    margin-right: 0;
  }
  .videoBg {
    margin-left: 0;
    margin-top: 30px;
  }
  .videoBg #container69c6bde06cc64598821f2d9d5cfed369_6{
    width: 100% !important;
    height: 300px !important; 
  }

  .videoBg{
    height: 300px;
  }
}