@charset "UTF-8";
.insb {
  margin-top: -7rem;
}

.insb .boxx {
  background: url(../images/ssbg.jpg) no-repeat center;
  margin: 0 10%;
  padding: 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.insb .boxx .mb {
  position: absolute;
  z-index: 1;
  background: rgba(255, 92, 27, 0.7);
  width: 100%;
  top: 0;
  height: 100%;
}

.insb .boxx div {
  position: relative;
  z-index: 3;
}

.insb .boxx li {
  list-style: none;
  padding: 20%;
  text-align: center;
}

.insb .boxx li a {
  color: #fff;
}

.insb .boxx li a img {
  display: block;
  width: 46%;
  margin: 0 auto;
}

.insb .boxx li a h3 {
  font-size: 23px;
  position: relative;
  line-height: 80px;
}

.insb .boxx li a h3::after {
  content: "";
  height: 2px;
  width: 10%;
  position: absolute;
  background: #fff;
  top: 60px;
  left: 45%;
}

.insb .boxx .scont {
  background: #40404a;
  height: 100%;
  position: relative;
  padding: 4% 0;
  text-align: center;
}

.insb .boxx .scont h2 {
  font-size: 24px;
  position: relative;
  line-height: 80px;
  color: #fff;
}

.insb .boxx .scont h2::after {
  content: "";
  height: 2px;
  width: 10%;
  position: absolute;
  background: #fff;
  top: 60px;
  left: 45%;
}

.insb .boxx .scont input {
  width: 80%;
  margin: 10px 0;
  height: 58px;
  line-height: 58px;
  border-radius: 20px;
  overflow: hidden;
}

.insb .boxx .scont .tijiao {
  background: chocolate;
  color: #fff;
}

.wuliubox {
  padding: 4rem 0;
}

.wuliubox .lleft {
  padding: 0 10% 0 0;
  line-height: 45px;
}

.wuliubox .lleft h2 {
  line-height: 90px;
  color: #ff5c1b;
  font-weight: bold;
}

.wuliubox .lleft h2::after {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  background: #fff;
  top: 70px;
  left: 0;
}

.wuliubox .lleft h3 {
  color: #ff5c1b;
  font-size: 18px;
  padding-top: 30px;
  line-height: 60px;
  font-weight: bold;
}

.wuliubox .lleft .wlm {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #ff5c1b;
  text-align: center;
  border-radius: 20px;
  margin-top: 40px;
}

.wuliubox .lright img {
  width: 100%;
}

.fuwubox {
  text-align: center;
  padding: 80px 0;
  position: relative;
  background-size: cover;
  position: relative;
}

.fuwubox .fuwbg {
  background: url(../images/ssbg.jpg) center top no-repeat;
  position: absolute;
  height: 400px;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
}

.fuwubox .fuwbg::after {
    content: "";
    width: 100%;
    height:400px;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.4);
}



.fuwubox .boxx .btit {
  font-size: 28px;
  color: #ff5c1b;
  line-height: 3px;
}

.fuwubox .boxx .btit::after {
  content: "";
  height: 2px;
  width: 6%;
  position: absolute;
  background: #fff;
  top: 35px;
  left: 47%;
}

.fuwubox .boxx .btit:hover::after {
  content: "";
  height: 2px;
  width: 6%;
  position: absolute;
  background: #ff5c1b;
  top: 80px;
  left: 47%;
}

.fuwubox .boxx .fwtc {
  padding: 0 10% 20px;
  color: #fff;
}

.fuwubox .boxx .content {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 4px 4px 4px #ededed;
  border-radius: 20px;
  overflow: hidden;
}

.fuwubox .boxx .content li {
  text-align: center;
  list-style: none;
  padding: 30px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  height: 240px;
}

.fuwubox .boxx .content li a {
  color: #40404a;
}

.fuwubox .boxx .content li a img {
  width: 65px;
  margin: 0 auto;
  filter: grayscale(100%);
}

.fuwubox .boxx .content li a h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 90px;
  position: relative;
}

.fuwubox .boxx .content li a h3::after {
  content: "";
  height: 2px;
  width: 10%;
  position: absolute;
  background: #40404A;
  top: 70px;
  left: 45%;
  transition: all 0.5s;
}

.fuwubox .boxx .content li:hover img {
  filter: grayscale(0%);
}

.fuwubox .boxx .content li:hover h3 {
  color: #ff5c1b;
}

.fuwubox .boxx .content li:hover h3::after {
  content: "";
  height: 2px;
  width: 4%;
  position: absolute;
  background: #40404A;
  top: 70px;
  left: 48%;
}

.btit {
  font-size: 28px;
  color: #ff5c1b;
  line-height: 80px;
  text-align: center;
  padding-bottom: 100px;
  font-weight: bold;
  position: relative;
}

.btit::after {
  content: "";
  height: 2px;
  width: 6%;
  position: absolute;
  background: #40404a;
  top: 80px;
  left: 47%;
  transition: 0.5s;
}

.btit:hover::after {
  content: "";
  height: 2px;
  width: 4%;
  position: absolute;
  background: #ff5c1b;
  top: 80px;
  left: 48%;
}

.yscl {
  position: relative;
}

.yscl .mySwiper .swiper-slide {
  width: 21.2%;
}

.yscl .mySwiper .swiper-slide img {
  width: 100%;
}

.why {
  padding: 50px 0;
  background: url(../images/whybg.jpg) no-repeat center;
}

.why .content .whyc {
  padding: 0 10%;
  line-height: 30px;
  color: #fff;
}

.why .content .whyc h3 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  padding: 0 0 8px 0;
  display: block;
  padding: 0 0 8px 0;
  vertical-align: bottom;
}

.why .content .whyc h2 {
  font-family: 微软雅黑;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  display: block;
  padding: 2px;
  vertical-align: bottom;
  padding-bottom: 50px;
}

.why .content .whyc p {
  background: none;
  color: #fff;
}

.why .content .whyc a {
  display: block;
  margin-top: 20px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  border-radius: 40px;
  background: #ff5c1b;
  width: 40%;
  text-align: center;
}

.pingjiabox {
  padding: 60px 0;
  background: url(../images/liuyanbg.jpg) no-repeat center;
}

.pingjiabox .pingjia .slick-con {
  padding: 40px;
  margin: 10px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

.pingjiabox .pingjia .slick-con a {
  color: #40404a;
  line-height: 40px;
}

.pingjiabox .pingjia .slick-con a img {
  width: 90px;
  margin: 0 auto;
}

.pingjiabox .pingjia .slick-con a h3 {
  font-size: 24px;
  line-height: 80px;
}

.dfoot {
  padding: 60px 0;
  background: url(../images/fbgt.jpg) #40404a no-repeat center top;
}

.dfoot .dfc {
  color: #fff;
  position: relative;
}

.dfoot .dfc h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff5c1b;
  line-height: 90px;
  position: relative;
}

.dfoot .dfc h3::after {
  content: "";
  height: 2px;
  width: 6%;
  position: absolute;
  background: #fff;
  top: 70px;
  left: 0%;
  transition: 0.5s;
}

.dfoot .dfc h3:hover::after {
  content: "";
  height: 2px;
  width: 4%;
  position: absolute;
  background: #ff5c1b;
  top: 70px;
  left: 2%;
}

.dfoot .dfc a {
  line-height: 30px;
  display: block;
  color: #fff;
}
