﻿

.container1>div,
.container2>div,
.container3>div {
  background-color: red;
}

.banner {
  position: relative;
}

.banner .swiper-slide {
  width: 100vw;
  height: 100vh;
}

.banner .swiper-slide .banner-fie {
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1);

}

.banner .banner-txt1 {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.banner .banner-txt1 h3 {
  position: relative;
  font-size: 60px;
  opacity: 0;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  color: #fff;
  letter-spacing: 6px;
}
.banner .banner-txt1 h3.bot-line {
  padding-bottom: 45px;
}
.banner .banner-txt1 h3.bot-line::after {
  position: absolute;
  content:'';
  width: 80px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.banner .banner-txt1 .txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  color: #fff;
}

.banner .banner-txt2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}

.banner .banner-txt2 h3 {
  margin-top: 30px;
  opacity: 0;
  font-size: 42px;
  color: #fff;
  white-space: nowrap;
}

.banner .banner-txt2 h3 span {
  display: inline-block;
  vertical-align: top;
}

.banner .banner-txt2 h3 p {
  margin-top: 16px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  letter-spacing: 1px;
}

.banner .banner-txt2 h3 i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 20px 5px 0;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  vertical-align: top;
}

.banner .banner-txt2 .yr {
  position: relative;
  padding-bottom: 20px;
  font-size: 30px;
  color: #fff;
}

.banner .banner-txt2 .yr::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.banner .banner-txt2 .txt {
  opacity: 0;
  margin-top: 30px;
  color: #fff;
  font-size: 32px;
  letter-spacing: 32px;
  white-space: nowrap;
}

.banner canvas {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.banner h3 {
  letter-spacing: 3px;
}

.banner .banner-txt .to-let {
  margin-top: 55px;
  opacity: 0;

}

.banner .banner-txt .to-let a {
  display: inline-block;
  width: 140px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.banner .banner-txt1 .to-let a {
  background-color: rgba(255, 255, 255, 0.2);

}
.banner .banner-txt .to-let a:hover {
  background-color: #fff;
  color: #000;
}
.banner .banner-txt1 .to-let {
  margin-top: 45px;
}

.banner .banner-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
  text-align: center;
}

.banner .banner-nav .box {
  display: flex;
  justify-content: space-between;
}

.banner .banner-nav a {
  position: relative;
  flex: 1;
  color: #fff;
  line-height: 60px;
  font-size: 16px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.banner .banner-nav a:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: -10px;
}

.banner .banner-nav a:first-child::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: -10px;
}

.banner .banner-nav a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}


.banner .swiper-slide-active .banner-txt1 h3 {
  opacity: 1;
  animation: zifadeInUp 1s ease 0.6s both;
  visibility: visible;
}

.banner .swiper-slide-active .banner-txt1 .txt {
  opacity: 1;
  animation: zifadeInUp 1s ease 0.8s both;
  visibility: visible;
  -webkit-animation: zifadeInUp 1s ease 0.8s both;
}

.banner .swiper-slide-active .banner-txt2 h3 {
  animation: zoomIn 1s ease 0.6s both;
  opacity: 1;
  visibility: visible;
  -webkit-animation: zoomIn 1s ease 0.6s both;
}

.banner .swiper-slide-active .banner-txt2 .txt {
  animation: zifadeInDown 1s ease 0.8s both;
  opacity: 1;
  visibility: visible;
  -webkit-animation: zifadeInDown 1s ease 0.8s both;
}

.banner .swiper-slide-active .banner-txt .to-let {
  animation: btnfadeInUp 1s ease 1.2s both;
  opacity: 1;
  visibility: visible;
  -webkit-animation: btnfadeInUp 1s ease 1.2s both;
}

.banner .swiper-slide-active .banner-fie {
  transform: scale3d(1.15, 1.15, 1);
  visibility: visible;
  transition: all 16s ease;
  -webkit-transition: all 16s ease;
  -moz-transition: all 16s ease;
  -ms-transition: all 16s ease;
  -o-transition: all 16s ease;
}

.banner .ani-slide .banner-txt1 h3 {
  opacity: 1;
  animation: zifadeInUp 1s ease 0.6s both;
  visibility: visible;
  -webkit-animation: zifadeInUp 1s ease 0.6s both;
}

.banner .ani-slide .banner-txt1 .txt {
  opacity: 1;
  animation: zifadeInUp 1s ease 0.8s both;
  visibility: visible;
}

.banner .ani-slide .banner-txt2 h3 {
  animation: zoomIn 1s ease 0.6s both;
  opacity: 1;
  visibility: visible;
  -webkit-animation: zoomIn 1s ease 0.6s both;
}

.banner .ani-slide .banner-txt2 .txt {
  animation: zifadeInDown 1s ease 0.8s both;
  opacity: 1;
  visibility: visible;
  -webkit-animation: zifadeInDown 1s ease 0.8s both;
}

.banner .ani-slide .banner-fie {
  transform: scale3d(1.15, 1.15, 1);
  visibility: visible;
  transition: all 16s ease;
  -webkit-transition: all 16s ease;
  -moz-transition: all 16s ease;
  -ms-transition: all 16s ease;
  -o-transition: all 16s ease;
}

.banner .ani-slide .banner-txt .to-let {
  animation: btnfadeInUp 1s ease 1.2s both;
  opacity: 1;
  visibility: visible;
  -webkit-animation: btnfadeInUp 1s ease 1.2s both;
}

.banner .swiper-button-next {
  background-image: url("../image/angle-right.png");
  right: 50px;
  width: 35px;
  background-size: 35px 44px;
}

.banner .swiper-button-prev {
  background-image: url("../image/angle-left.png");
  left: 50px;
  width: 35px;
  background-size: 35px 44px;
}

.main-service {
  padding-left: 10%;
  padding-top: 90px;
  padding-bottom: 120px;
}

.main-service .tt {
  position: relative;
  font-size: 24px;
  padding-left: 60px;
}

.main-service .tt::before {
  position: absolute;
  top: 50%;
  right: calc(100% - 40px);
  content: '';
  width: 40px;
  height: 1px;
  background-color: #000;
}

.main-service h5 {
  margin-top: 25px;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.5;
}


.main-service .m-serlist {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}

.main-service .m-serlist .list {
  width: 33%;
}

.main-service .m-serlist .list .ig {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main-service .m-serlist .list:hover .ig {
  transform: scale(0.96);
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
}
.main-service .m-serlist .list .ig video {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main-service .m-serlist .list:hover video {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.main-service .m-serlist .list .vd-bt-msg {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*.main-service .m-serlist .list:hover .vd-bt-msg
{
  margin-left: 10px;
}*/
.main-service .m-serlist .list .ig img {
  width: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.main-service .m-serlist .list .tit {
  display: block;
  padding: 40px 0 20px;
  font-size: 32px;
  letter-spacing: 2px;
  transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
}

.main-service .m-serlist .list>p {
  font-size: 14px;
  color: #aaaaaa;
  transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
}

.main-service .m-serlist .list .li0 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
  transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
}

.main-service .m-serlist .list .more {
  display: inline-block;
  margin-top: 30px;
  transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
}

.main-service .m-serlist .list:hover .ig img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.main-service .m-serlist .list:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-case {
  background-color: #f9f9ff;
}

.main-case .title {
  padding-left: 10%;
  width: 81%;
  padding-top: 80px;
  padding-bottom: 74px;
  font-size: 16px;
  box-sizing: border-box;
}

.main-case .title .lik {
  display: inline-block;
  margin-left: 48px;
  overflow: hidden;
}

.main-case .title .lik a {
  float: left;
}

.main-case .title .lik a:hover {
  color: #dc690d;
}

.main-case .title .lik i {
  float: left;
  width: 1px;
  height: 15px;
  margin: 0 20px;
  background-color: #1a1a1a;
  opacity: 0.3;
}

.main-case .title .lik i:last-child {
  display: none;
}

.main-case .title .case-base {
  position: relative;
  display: inline-block;
  width: 160px;
  margin-top: -18px;
  line-height: 50px;
  background-color: #000000;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.da-custom-btn,.custom-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.da-custom-btn::after,.custom-btn::after {
  border-radius: 30px;
  opacity: 0.4;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
.custom-btn::after {
  background-color: #000;
  opacity: 1;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.custom-btn.r0::after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.da-custom-btn:hover::after {
  left: 100%;
}
.custom-btn:hover::after {
  left: 0;
}
.custom-btn:hover {
  color: #fff;
}
.custom-btn span,.custom-btn i {
  position: relative;
  z-index: 2;
}
.main-case .hr {
  display: inline-block;
}

.main-case .ls {
  position: relative;
  padding-right: 50%;
}

.main-case .ls .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #242424;
  color: #fff;
  text-align: left;
}

.main-case .ls .text .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

.main-case .ls .text .swiper-slide-active {
  opacity: 1;
}

.main-case .ls .text .swiper-container,
.main-case .ls .text .swiper-wrapper,
.main-case .ls .text .swiper-slide {
  width: 100%;
  height: 100%;
}

.main-case .ls .text .bx {
  /* width: 45%;
  padding-left: 10%; */
}

.main-case .ls .text h5 a {
  font-size: 40px;
  color: #fff;
  letter-spacing: 5px;
  font-weight: normal;
}

.main-case .ls .text .txt {
  margin-top: 35px;
  font-size: 16px;
  line-height: 2;
  color: #999;
}

.main-case .ls .text .more {
  display: inline-block;
  margin-top: 50px;
}

.main-case .ls .text .more i {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  transition: all 0.4s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.main-case .ls .text .more i:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.main-case .ls:nth-child(2n) {
  padding-right: 0;
  padding-left: 50%;
}

.main-case .ls:nth-child(2n) .text {
  right: auto;
  left: 0;
}

.main-case .ls img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .main-case .title {
    width: 95%;
  }
}

.hr {
  position: relative;
  font-size: 24px;
  padding-left: 60px;
}

.hr::before {
  position: absolute;
  top: 50%;
  right: calc(100% - 40px);
  content: '';
  width: 40px;
  height: 1px;
  background-color: #000;
}

.main-coop {
  padding: 100px 0 210px;
}

.main-coop h5 {
  margin-top: 25px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.5;
}

.main-coop table {
  width: 100%;
}

.main-coop table td {
  width: 20%;
  padding: 2px 0;
  box-sizing: border-box;
  border: 1px solid #dcdddd;
  text-align: center;
}

.main-coop table .pic {
  position: relative;
  /* height: 150px;
  line-height: 150px; */
}

/* .main-coop table .pic .cont1 {
  transition: all .5s linear 10ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.main-coop table .pic .cont2 {
  transition: all .5s linear 10ms;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.main-coop table .pic:hover .cont1 {
  transform: rotateY(180deg);
  z-index: 1;
  -moz-opacity: 0;
  opacity: 0;
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.main-coop table .pic:hover .cont2 {
  transform: rotateY(360deg);
  z-index: 2;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
} */
.main-coop table .pic:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.main-coop table .pic-bd strong {
  font-size: 100px;
  font-weight: bold;
  font-family: Din;
}

.main-coop table .pic-bd i {
  font-size: 30px;
  font-weight: bold;
}

.main-coop table .pic-bd p {
  margin-top: 10px;
  color: #999;
  font-size: 18px;
}

.main-coop .brand-list {
  margin-top: 60px;
  padding-bottom: 10px;
}

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
}

.main-company {
  background: url("../image/main-bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 230px;
}

.main-company .ttp {
  position: relative;
  top: -90px;
  padding: 40px 0 35px;
  display: flex;
  justify-content: space-around;
  background: url("../image/com-bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.main-company .ttp strong {
  font-family: Din;
  font-size: 80px;
}

.main-company .ttp p {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}

.main-company .cont {
  padding-top: 30px;
  color: #fff;
}

.main-company .cont .hr::before {
  background-color: #fff;
}

.main-company .cont h5 {
  margin-top: 30px;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 3px;
  font-weight: normal;
}

.main-company .cont .more {
  position: relative;
  display: inline-block;
  width: 160px;
  line-height: 50px;
  margin-top: 80px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  font-size: 16px;
  overflow: hidden;
}

.main-company .cont .more span {
  position: relative;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.main-news {
  padding: 120px 0 80px;
}

.main-news .title {
  position: relative;
  padding-bottom: 55px;
  font-size: 16px;
  overflow: hidden;
}

.main-news .title .hr {
  float: left;
  margin-right: 25px;
}

.main-news .title .Title-nav {
  border-bottom: none;
}

.main-news .title .Title-nav a {
  position: relative;
  float: left;
  margin: 0 24px;
  line-height: 24px;
  height: 26px;
}

.main-news .title .Title-nav a::after {
  position: absolute;
  right: -24px;
  top: 5px;
  content: '';
  width: 1px;
  height: 16px;
  background-color: rgba(26, 26, 26, 0.4);
}

.main-news .title .Title-nav a:nth-child(4)::after {
  display: none;
}

.main-news .title .lik {
  float: left;
  margin-left: 20px;
  margin-top: 6px;
  overflow: hidden;
}

.main-news .title .lik a {
  float: left;
  padding: 0 20px;
  border-right: 1px solid rgba(26, 26, 26, 0.4);
}

.main-news .title .lik a:last-child {
  border: none;
}

.main-news .cont {
  padding-left: 150px;
}

.main-news .cont .m-news-list {
  display: none;
}

.main-news .cont .m-news-list.cur {
  display: block;
}

.main-news .cont .m-news-list .it {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #efefef;
}

.main-news .cont .m-news-list .it:first-child {
  border-top: 1px solid #efefef;
}

.main-news .cont .m-news-list .it .time {
  float: left;
  width: 12.5%;
  margin-top: 8px;
  font-size: 14px;
}

.main-news .cont .m-news-list .it .text {
  float: left;
  width: calc(87.5% - 75px);
}

.main-news .cont .m-news-list .it .text h6 {
  transition: margin 0.4s;
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -ms-transition: margin 0.4s;
  -o-transition: margin 0.4s;
}

.main-news .cont .m-news-list .it .text h6 a {
  display: block;
  font-size: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

.main-news .cont .m-news-list .it .text p {
  width: 80%;
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.main-news .cont .m-news-list .it .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.main-news .cont .m-news-list .it:hover .text h6 {
  margin-left: 10px;
}

.main-news .cont .m-news-list .it:hover .more {
  right: 15px;
}

.main-news .more-nws {
  margin-top: 48px;
  text-align: center;
}

.main-news .more-nws a {
  display: inline-block;
  width: 160px;
  line-height: 50px;
  background-color: #000000;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
}

.main-adv {
  padding: 80px 0 100px;
  background-color: #f3f3f3;
}

.main-adv .adv1 .m-lf {
  float: left;
  width: 45%;
}

.main-adv .adv1 .m-lf h5 {
  margin-top: 40px;
  font-size: 48px;
  font-weight: 500;
}

.main-adv .adv1 .m-lf .more-se {
  margin-top: 90px;
}

.main-adv .adv1 .m-lf .more-se a {
  display: inline-block;
  text-align: center;
  width: 160px;
  line-height: 50px;
  background-color: #000000;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
}

.main-adv .adv1 .m-rg {
  float: left;
  width: 55%;
  margin-top: 40px;
}

.main-adv .adv1 .m-rg li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdddd;
}

.main-adv .adv1 .m-rg li .tt {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-adv .adv1 .m-rg li .tt i {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  background-color: #000;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.main-adv .adv1 .m-rg li .tt i.cur {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.main-adv .adv1 .m-rg li .txt {
  display: none;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.main-adv .adv2 {
  margin-top: 100px;
  text-align: center;
}

.main-adv .adv2 .m-contact {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.main-adv .adv2 .m-contact .adv-bg {
  width: 100%;
  height: 100%;

}

.main-adv .adv2 .m-contact .ct {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 880px;
  padding: 10px;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.main-adv .adv2 .m-contact .ct .ct-box {
  padding: 80px 0 50px;
  background-color: rgba(255, 255, 255, 0.95);
}

.main-adv .adv2 .m-contact .ct .ct-box h5 {
  font-size: 36px;
  color: #000;
  letter-spacing: 2px;
  font-weight: bold;
}

.main-adv .adv2 .m-contact .ct .ct-box .call {
  margin-top: 55px;
  text-align: center;
}

.main-adv .adv2 .m-contact .ct .ct-box .call a {
  display: inline-block;
  width: 180px;
  line-height: 50px;
  background-color: #ff5e1e;
  border-radius: 30px;
  color: #fff;
}

.spinner2 {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.top-photo {
  position: relative;
  width: 100%;
  height: calc(100vh - 110px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.top-photo .container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.top-photo .container .lf {
  position: absolute;
  top: 50%;
  width: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.top-photo .container .lf h4 {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 5px;
}

.top-photo .container .lf span {
  display: inline-block;
  width: 112px;
  height: 1px;
  margin-top: 60px;
  background-color: #ffffff;
}

.top-photo .container .rg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 5%;
  background: url("../image/bk.png") repeat;
}

.top-photo .container .rg .lik:nth-child(2) {
  margin: 40% 0;
}

.top-photo .container .rg .bx {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.about-com {
  padding: 160px 0 90px;
}

.about-com .newsedge {
  position: relative;
  padding-left: 43.42%;
}

.about-com .newsedge .rg {
  position: relative;
  padding: 95px 50px 100px 80px;
  background-color: #f6f6f6;
  z-index: 3;
}

.about-com .newsedge .rg .tt {
  display: flex;
  justify-content: space-between;
}

.about-com .newsedge .rg h5 {
  display: inline-block;
  padding-bottom: 35px;
  padding-right: 30px;
  font-size: 40px;
  border-bottom: 1px solid #333;
}

.about-com .newsedge .rg .txt {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}

.about-com .newsedge .rg .ins-link-box a {
  display: inline-block;
  border: 1px solid #aaa;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.about-com .newsedge .rg .ins-link-box a:hover {
  border-color: transparent;
}

.about-com .newsedge .rg .ins-link-box a:hover .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
}

.about-com .newsedge .rg .ins-link-box i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.about-com .newsedge .rg .ins-link-box .link1 i {
  background: url(../image/ico_07.png) no-repeat center;
}

.about-com .newsedge .rg .ins-link-box .link1:hover i {
  background: url(../image/ico_07_h.png) no-repeat center;
}

.about-com .newsedge .rg .ins-link-box .link2 i {
  background: url(../image/ico_17.png) no-repeat center;
}

.about-com .newsedge .rg .ins-link-box .link2:hover i {
  background: url(../image/ico_17_h.png) no-repeat center;
}

.about-com .newsedge .rg .ins-link-box .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
}

.about-com .newsedge .lf {
  position: absolute;
  left: 0;
  top: -43px;
  width: 60.85%;
  height: calc(100% + 80px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.customer {
  padding: 80px 0;
}

.customer .content {
  margin-top: 60px;
}

.customer .lf {
  float: left;
  width: 23.68%;
}

.customer .lf a {
  display: block;
  width: 75%;
  margin-bottom: 40px;
  text-align: center;
  line-height: 75px;
  border: 1px solid #000;
  font-size: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.customer .lf a.cur,
.customer .lf a:hover{
  background-color: #000;
  color: #fff;
}

.customer .rg {
  float: left;
  width: 76.32%;
}

.customer .rg li {
  float: left;
  width: 50%;
}

.customer .rg li img {
  width: 100%;
}

.customer .rg li:nth-child(2),
.customer .rg li:nth-child(3),
.customer .rg li:nth-child(6),
.customer .rg li:nth-child(7),
.customer .rg li:nth-child(10) {
  background-color: #f6faf6;
}

.office {
  padding-top: 100px;
}

.office .title {
  margin-top: 40px;
  font-size: 44px;
}

.office ol {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}

.office ol li {
  position: relative;
  float: left;
  margin-bottom: 10px;
}

.office ol li img {
  width: 100%;
  height: 100%;
}

.office ol li span {
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 265px;
  line-height: 85px;
  background: url("../image/frame.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.office ol li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.office ol li:nth-child(2),
.office ol li:nth-child(3) {
  width: calc(50% - 5px);
}

.office ol li:nth-child(4) {
  width: 65.789%;
}

.office ol li:nth-child(5) {
  width: 33.55%;
}

.office ol li:hover .bg {
  opacity: 1;
}

.office ol li:hover span {
  opacity: 1;
  top: 50%;
}

.contact {
  padding: 100px 0 85px;
  background-color: #efefef;
}

.contact .t-tit {
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}

.contact .t-tit img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.contact ol {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.contact ol li {
  padding: 0 3%;
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid #efefef;
}

.contact ol li:last-child {
  border: none;
}

.contact ol li .let {
  margin-top: 10px;
  padding-left: 60px;
}

.contact ol li .let .lk {
  margin-top: 40px;
  font-size: 16px;
}

.contact ol li .let .lk p {
  margin-bottom: 20px;
  color: #999;
}

.contact ol li .let .lk span {
  display: block;
  line-height: 1.5;
  font-weight: bold;
}

.contact ol li .let3 {
  margin-top: 30px;
}

.contact ol li .let3 .addr {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

.contact ol li .let3 .add-link {
  margin-top: 50px;
  text-align: center;
}

.contact ol li .let3 .add-link a {
  width: 100px;
  display: inline-block;
  margin-right: 10px;
  line-height: 32px;
  border: 1px solid #000;
  font-size: 14px;
  margin-bottom: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.contact ol li .let3 .add-link a i {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
}

.contact ol li .let3 .add-link a:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 1450px) {
  .contact ol li .let {
    padding: 0;
  }
}

.contact ol .li3 {
  padding: 0 3%;
  text-align: center;
}

.contact ol .li3 .t-tit {
  display: inline-block;
}

.contact ol .li4 {
  text-align: center;
}

.contact ol .li4 .t-tit {
  display: inline-block;
}

.contact ol .li4 .let {
  margin-top: 40px;
}

.contact ol .li4 .let p {
  margin-top: 10px;
  font-size: 14px;
}

.newsedge-company {
  padding-bottom: 130px;
  background: #f6f6f6;
}


.newsedge-company .company-add {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-left: 10%;
}

.newsedge-company .company-add .list {
  margin-top: 80px;
  width: 40%;
}

.newsedge-company .company-add .list h5 {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  font-family: Din;
  padding-bottom: 35px;
}

.newsedge-company .company-add .list h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 120px;
  height: 1px;
  background-color: #000;
}

.newsedge-company .company-add .list .c-name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 25px;
}

.newsedge-company .company-add .list p {
  line-height: 2;
  font-size: 16px;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  -o-transform: scale(1.1) translateZ(0);
}

@keyframes bgscale {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -moz-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    -o-transform: scale3d(1.2, 1.2, 1.2);
  }
}

@-moz-keyframes bgscale {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -moz-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    -o-transform: scale3d(1.2, 1.2, 1.2);
  }
}

@-webkit-keyframes bgscale {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -moz-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    -o-transform: scale3d(1.2, 1.2, 1.2);
  }
}

@-o-keyframes bgscale {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -moz-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    -o-transform: scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes up-down {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  to {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
}

@-moz-keyframes up-down {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  to {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
}

@-webkit-keyframes up-down {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  to {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
}

@-o-keyframes up-down {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  to {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
}

.case .case-nav {
  border-bottom: 1px solid #e8e8e8;
}

.case .case-nav .Title-nav {
  border: none;
}

.case .case-nav .Title-nav .titleSel {
  margin-right: 70px;
  color: #000;
  font-size: 16px;
  height: 75px;
  line-height: 75px;
}

.case .sort-nav {
  padding-top: 5px;
  padding-bottom: 30px;
}

.case .sort-nav a {
  float: left;
  font-size: 14px;
  color: #999;
  margin-right: 35px;
  line-height: 2;
}

.case .sort-nav a.cur,
.case .sort-nav a:hover {
  color: #000;
}

.case .cont ol{
  margin: -15px;
}
.case .cont li.big-section {
  width: 66.66%;
}
.case .cont li.big-section .bg {
  padding-top: 80%;
}
.case .cont li {
  float: left;
  width: 33.33%;
}
.case .cont li a{

  display: block;
  margin: 15px;

}

.case .cont li .info {
  padding: 30px 0 20px;
  margin-bottom: 10px;
}

.case .cont li h6 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: margin 0.4s;
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -ms-transition: margin 0.4s;
  -o-transition: margin 0.4s;
}

.case .cont li p {
  height: 16px;
  margin-top: 15px;
  padding-bottom: 32px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case .cont li .more {
  border-top: 1px solid #dcdddd;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.case .cont li .ig {
  overflow: hidden;
}

.case .cont li .bg {
  padding-top: 62%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

/* .case .cont li:nth-child(3n) {
  margin-right: 0;
}

.case .cont li:nth-child(1) {
  width: 65.9%;
}

.case .cont li:nth-child(1) .bg {
  padding-top: 78%;
}

.case .cont  li:nth-child(2),
.case .cont  li:nth-child(3) {
  margin-right: 0;
} */

.case .cont li:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case .cont li:hover h6 {
  margin-left: 15px;
}

.case .Pagination a {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.case .Pagination a:hover,
.case .Pagination a.active {
  background-color: #000;
}

.Top {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  max-height: calc(100vh - 100px);
}

.Top .Top-txt {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 80%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 1400px;
}

.Top .title {
  font-size: 46px;
  font-weight: bold;
  line-height: 60px;
  color: #FFF;
  letter-spacing: 5px;
}

.Top .Top-txt .ts {
  margin-top: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.Top .tips {

  margin-top: 40px;
  padding-left: 60px;
  font-size: 18px;
  color: #fff;
}

.Top .tips::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #fff;
}

.Top .bar {

  margin-top: 70px;
  width: 112px;
  height: 1px;
  background-color: #FFF;
}

.case-detail {
  background-color: #f1f1f1;
}

.case-detail .detail-con {
  position: relative;
  top: -120px;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
}

.case-detail .detail-con .tt {
  padding: 44px 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.case-detail .detail-con .tt .lf-txt {
  width: 75%;
  padding: 0 100px 0 55px;
  font-size: 14px;
  line-height: 2;
  color: #666;
  border-right: 1px solid #dcdddd;
}

.case-detail .detail-con .tt .lf-txt a {
  position: relative;
  display: block;
  width: 120px;
  margin-top: 30px;
  line-height: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #dcdddd;
  text-align: center;

}

.case-detail .detail-con .tt .lf-txt a:hover {
  color: #fff;
  background: #000;
}

.case-detail .detail-con .tt .rg-logo {
  width: 25%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.case-detail .detail-con .content {
  padding: 100px 10%;
  text-align: center;
  border-top: 20px solid #f1f1f1;
}

.case-detail .detail-con .detail-foo {
  border-top: 150px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.case-detail .detail-con .detail-foo .fk {
  position: relative;
  width: 50%;
  padding: 105px 0 83px;
}

.case-detail .detail-con .detail-foo .fk .i-bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.case-detail .detail-con .detail-foo .fk h6 {
  font-size: 26px;
}

.case-detail .detail-con .detail-foo .fk h5 {
  position: relative;
  font-size: 36px;
  z-index: 2;
}

.case-detail .detail-con .detail-foo .foo-lf a {
  display: inline-block;
  width: 121px;
  line-height: 38px;
  margin-top: 48px;
  background-color: #000000;
  color: #fff;
}
.case-detail .detail-con .detail-foo .foo-lf a:hover {
  background: #ff5e1e;
}
.case-detail .detail-con .detail-foo .foo-lf a i {
  color: #fff;
  font-weight: bold;
}

.case-detail .detail-con .detail-foo .foo-rg {
  position: relative;
  background-color: #000;
  color: #fff;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}
.case-detail .detail-con .detail-foo .foo-rg::before {
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-detail .detail-con .detail-foo .foo-rg.cur::before {
  background: rgba(0,0,0,.2);
}

.case-detail .detail-con .detail-foo .foo-rg .a {
  position: relative;
  margin-top: 40px;
  display: block;
  line-height: 1.5;
  color: #fff;
  font-size: 24px;
  z-index: 2;
}

.web-list {
  background-color: #f7f8f8;
}
.web-list .container {
  max-width: 1350px;
}
.web-list .bx {
  position: relative;
  padding-left: 50%;
}

.web-list .bx .web-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.web-list .bx .web-img .act {
  overflow: hidden;
  margin-top: 80px;
}

.web-list .bx .web-img .act span {
  float: left;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  width: 90px;
}

.web-list .bx .web-img .act .cb1 {
  background-color: #000000;
  border-radius: 24px 0px 0px 24px;
  color: #fff;
}

.web-list .bx .web-img .act .cb2 {
  border-radius: 0px 24px 24px 0px;
  -webkit-border-radius: 0px 24px 24px 0px;
  -moz-border-radius: 0px 24px 24px 0px;
  -ms-border-radius: 0px 24px 24px 0px;
  -o-border-radius: 0px 24px 24px 0px;
  background-color: #fff;
}

.web-list .bx .web-img .up-down {
  margin-top: 180px;
  animation-name: up-down;
  animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}

.web-list .bx .web-msg {
  padding: 180px 12%;
}

.web-list .bx .web-msg h6 {
  position: relative;
  font-size: 30px;
  padding-bottom: 35px;
}

.web-list .bx .web-msg h6::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #000;
}

.web-list .bx .web-msg .txt {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
  color: #666;
}

.web-list .bx .web-msg .ico-ls {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-right: 10%;
}

.web-list .bx .web-msg .ico-ls span {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 1px solid #898989;
}

.web-list .bx .web-msg .ico-ls p {
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  .web-list .bx .web-msg .ico-ls span {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.web-list:nth-child(2n) {
  background-color: #fff;
}

.web-list:nth-child(2n) .bx {
  padding-left: 0;
  padding-right: 50%;
}

.web-list:nth-child(2n) .bx .web-img {
  left: 50%;
}

.web-list:nth-child(2n) .bx .web-img .act .cb2 {
  background-color: #f7f8f8;
}
.web-list:nth-child(2n) .bx .web-msg {
  padding-left: 0;
  padding-right: 20%;
}
.website .Top {
  height: 600px;
}

.website .web .web-title {
  font-size: 48px;
  line-height: 1.5;
  text-align: center;
}

.website .web1 {
  padding: 100px 0 125px;
  text-align: center;
}

.website .web1 ol {
  display: flex;
  margin-top: 160px;
  justify-content: space-around;
}

.website .web1 ol li {
  width: 20%;
}
.website .web1 ol li >div {
  position: relative;
  padding: 90px 0 30px;
  border: solid 1px #dcdddd;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.website .web1 ol li:hover >div {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.website .web1 ol li .ig {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.website .web1 ol li h6 {
  padding-bottom: 30px;
  font-size: 20px;
  border-bottom: 1px solid #dcdddd;
}

.website .web1 ol li .txt {
  /* padding-top: 30px; */
  color: #999;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  padding: 30px 13% 0;
}

@media screen and (max-width:1300px) {
  .website .web1 ol li .txt {
    padding: 30px 8% 0;
  }
}

.website .web1 ol li .txt p {
  position: relative;
  padding-left: 16px;
}

.website .web1 ol li .txt p::before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #666666;
}

@media screen and (max-width: 1440px) {
  .website .web1 ol li {
    width: 23%;
  }
}

.website .web3 {
  padding: 150px 0 225px;
}

.website .web3 ul {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.website .web3 ul li {
  width: 33.33%;
  padding: 3%;
  border-right: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  box-sizing: border-box;
}

.website .web3 ul li h6 {
  font-size: 20px;
}

.website .web3 ul li h6 img {
  display: inline-block;
  margin-right: 15px;
}


.website .web3 ul li:nth-child(n+4) {
  border-bottom: none;
}

.website .web3 ul li:nth-child(3n) {
  border-right: none;
}

@media screen and (max-width: 1300px) {
  .website .web3 ul li {
    padding: 2% 4%;
  }
}

.website .web4 {
  padding: 125px 0 100px;
  background: url("../image/sales.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.website .web4 .web-title {
  color: #fff;
}

.website .web4 ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
}

.website .web4 ol li {
  width: 24.47%;
  padding: 2%;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #fff;
}

.website .web4 ol li .liner {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #000;
}

.website .web4 ol li h6 {
  margin: 20px 0;
  font-size: 20px;
}

.website .web4 ol li p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}


.case-service {
  padding: 75px 0 90px;
  background-color: #f7f8f8;
}

.case-service .title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.case-service .tips {
  margin-top: 25px;
  font-size: 16px;
  text-align: center;
}

.case-service .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.case-service .content .list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 32.56%;
  margin-right: 1.16%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 2% 3%;
  box-sizing: border-box;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.case-service .content .list:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.case-service .content .list:nth-child(3n) {
  margin-right: 0;
}

.case-service .content .list .ig {
  width: 50px;
}

.case-service .content .list .info {
  padding-left: 15px;
  width: calc(100% - 50px);
  box-sizing: border-box;
}

.case-service .content .list .info h6 {
  font-size: 20px;
  line-height: 1.5;
}

.case-service .content .list .info .txt {
  margin-top: 20px;
  font-size: 16px;
  color: #999;
  line-height: 2;
}

.four-section {
  display: flex;
  justify-content: space-between;
}

.four-section .item {
  position: relative;
  flex: 1;
  border-right: 1px solid #c2c2c2;
}
.four-section .item >img {
  width: 100%;
}
.four-section .item:last-child {
  border: none;
}

.four-section .item .mg {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #fff;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.four-section .item .mg h6 {
  position: relative;
  padding-bottom: 30px;
  font-size: 20px;
}

.four-section .item .mg h6::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.four-section .item .mg .cont {
  padding-left: 18px;
}

.four-section .item:hover .mg {
  top: 45%;
}

.service-process {
  padding: 140px 0 0px;
}

.service-process .title {
  font-size: 40px;
  text-align: center;
}

.service-process .tips {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}

.service-process .content {
  margin-top: 110px;
}

.service-process .content li {
  float: left;
  width: 11.1%;
}

.service-process .content li .btn {
  width: 98px;
  line-height: 2;
  color: #000;
  text-align: center;
  margin: 0 auto 0;
}

.service-process .content li .btn h6 {
  font-size: 20px;
  font-weight: normal;
}

.service-process .content li .btn .light {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 30px auto;
  background-color: #ffffff;
  border: solid 1px #dcdddd;
  z-index: 3;
}

.service-process .content li .btn .light::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: #bad4ff;
  display: none;
}

.service-process .content li .btn p {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  line-height: 2;
}

.service-process .content li .btn.cur .light {
  border-color: #3786f9;
}

.service-process .content li .btn.cur .light::after {
  animation: Circle 1.2s infinite linear;
  display: block;
  -webkit-animation: Circle 1.2s infinite linear;
}

.service-process .content .f-cb {
  position: relative;
  background: url("../image/line.png") no-repeat left top 95px;
  z-index: 3;
}
.service-process .content {
  position: relative;
}
.process-line {
  position: absolute;
  left: 0;
  top: 95px;
  width: 0;
  height: 1px;
  background-color: #3786f9;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@keyframes Circle {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

.app .app-dev {
  padding: 100px 0;
}

.app .app-dev .title {
  font-size: 48px;
  text-align: center;
}

.app .app-dev .content {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.app .app-dev .content .item {
  width: 29%;
  padding: 70px 5% 40px;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(40, 106, 175, 0.19);
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.app .app-dev .content .item h6 {
  margin: 50px 0 40px;
  font-size: 20px;
}

.app .app-dev .content .item p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.app .app-dev .content .item:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}

.app .app-cs {
  margin: 150px 0 140px;
  padding: 90px 0 130px;
  background-color: #fba939;
}

.app .app-cs li {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 18px;
  text-align: right;
  cursor: pointer;
}

.app .app-cs li:nth-child(2n) {
  float: right;
  text-align: right;
}

.app .app-cs li:nth-child(2n) .txt {
  display: inline-block;
  text-align: left;
}

.app .app-cs li:nth-child(2n) .txt span {
  display: inline-block;
  margin-left: 20px;
}

.app .app-cs li .txt {
  width: 210px;
  padding: 22px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);

}
.app .app-cs li .txt img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.app .app-cs li .txt:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.app .app-cs li .txt span {
  display: inline-block;
  margin-right: 20px;
}

.app .app-cs .list-ap {
  position: relative;
}

.app .app-cs .ig {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 41%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.app .app-cs .ig .txt {
  position: relative;
}

.app .app-cs .ig .txt>img {
  position: relative;
  z-index: 3;
  width: 100%;
}

.app .app-cs #wrap-appBox {
  position: absolute;
  left: 5%;
  top: 2.5%;
  width: 90%;
  height: 95%;
  z-index: 4;
  box-sizing: border-box;
}

.app-case-swiper {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

@media screen and (max-width:768px) {
  .app-case-swiper {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
}

.app-case-swiper img {
  width: 100%;
}

.app #wrapImgUrl span.active {
  color: #FBA939;
}

.app .app-cs #wrap-appImg {
  width: 100%;
  height: 100%;
}

.app .app-ios-and {
  padding: 180px 0 150px;
}

.app .app-ios-and .content {
  display: flex;
  justify-content: space-between;
}

.app .app-ios-and .content .item {
  width: 48.5%;
  background-color: #fbfbfd;
  text-align: center;
  padding: 160px 0;
}

.app .app-ios-and .content .item h6 {
  margin-top: 50px;
  font-size: 30px;
}

.app .app-show img {
  width: 100%;
}

.app .app-process .content li {
  width: 12.5%;
}

.app .app-process .content li span {
  display: inline-block;
  margin-bottom: 10px;
  color: #c1c1c1;
  font-size: 18px;
}


#dynamic {
  z-index: 10;
  position: relative;
}

#dynamic .ad {
  margin-top: 40px;
  background-color: #f1f1f1;
}

#dynamic .ad .photo {
  width: 58%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

#dynamic .ad .photo>img {
  width: 100%;
}

#dynamic .ad .info {
  /* width: 380px; */
  width: 32%;
  margin-left: 5%;
  padding: 50px 0;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

#dynamic .ad .info .t {
  font-size: 14px;
  line-height: 22px;
  color: #4c4c4c;
}

#dynamic .ad .info .name {
  margin: 26px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}

#dynamic .ad .info .des {
  font-size: 14px;
  line-height: 2;
  color: #666;
}

#dynamic .ad .info .icon {
  transform: translate3d(-100%, 0, 0);
  font-size: 30px;
  color: #333;
  display: inline-block;
  transition: transform 0.3s;
}

#dynamic .ad:hover .info .icon {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

#dynamic .ad .info .icon::before {
  content: "\e727";
}

#dynamic .nav {
  position: relative;
  margin-top: 40px;
}

#dynamic .list {
  font-size: 0;
}

#dynamic .list .item {
  width: 31%;
  padding-bottom: 27px;
  margin-right: 3.5%;
  margin-top: 40px;
  display: inline-block;
}

#dynamic .list .item:nth-child(3n+3) {
  margin-right: 0;
}

#dynamic .list .item .photo {
  /* width: 374px; */
  /* min-height: 240px; */
  display: block;
  background: url(../image/product.png) center center no-repeat;
  background-size: cover;
  border: 1px solid #efefef;
}
#dynamic .list .item .photo img {
  width: 100%;
}

#dynamic .list .item .name {
  display: block;
  width: 96%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
  transition: transform .3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#dynamic .list .item h6 {
  margin: 22px 0 20px;
  overflow: hidden;
}

#dynamic .list .item:hover .name {
  transform: translate3d(10px, 0, 0);
}

#dynamic .list .item .t {
  font-size: 14px;
  color: #4e4e4e;
}

/* #dynamic .contact {
	height: 480px;
	background-color: #efefef;
} */

#service {
  z-index: 10;
  position: relative;
}

#service .top {
  position: relative;
  margin-top: 100px;
  height: calc(100vh - 180px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#service .top .title {
  position: absolute;
  left: 11%;
  bottom: 30%;
  width: 55%;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  color: #FFF;
}

#service .top .bar {
  position: absolute;
  left: 11%;
  bottom: 25%;
  width: 112px;
  height: 1px;
  background-color: #FFF;
}

#service .nav {
  height: 71px;
  border-bottom: 1px solid #e8e8e8;
}

#service .nav.on .Title-nav-wrap {
  z-index: 999;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 4px 6px rgba(47, 47, 47, 0.2);
}

#service .nav .Title-nav {
  border-bottom: none;
}

#service .nav .titleSel {
  height: 70px;
  margin-right: 130px;
  font-size: 18px;
  line-height: 70px;
  color: #222;
}

#service .nav .titleSel .icon {
  margin-right: 10px;
  font-size: 12px;
  color: #e0e1e1;
  vertical-align: middle;
}

#service .nav .titleSel .icon::before {
  content: "\e602";
}

#service .nav .titleSel span {
  vertical-align: middle;
}

#service .interactive {
  width: 900px;
  margin: 0 auto;
  padding: 117px 0 138px;
}

#service .interactive .title {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

#service .interactive .c-swiper-container .tl {
  min-height: 64px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  color: #666;
}

#service .interactive .c-swiper-container .slider {
  display: none;
  opacity: 0;
  pointer-events: none;
}

#service .interactive .c-swiper-container .on {
  display: block;
}

#service .interactive .Title-nav {
  font-size: 0;
}

#service .interactive .Title-nav .titleSel {
  width: 25%;
  margin-right: 0;
  font-size: 18px;
  text-align: center;
  color: #000033;
}

#service .interactive .Title-nav .bar {
  height: 2px;
}

#service .procedure {
  padding-top: 170px;
  height: 960px;
  box-sizing: border-box;
  background: url(../image/service-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#service .procedure .page-w {
  max-width: 1226px;
}

#service .procedure .title {
  font-size: 48px;
  text-align: center;
  color: #FFF;
}

#service .procedure .subtitle {
  width: 68%;
  margin: 38px auto 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #b2b2b3;
}

#service .procedure .sx {
  z-index: 2;
  position: relative;
  margin-top: 135px;
  font-size: 0;
}

#service .procedure .sx::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 39px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #8292dd;
}

#service .procedure .sx .item {
  position: relative;
  width: 14.28%;
  /* margin-right: 1.5%; */
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}

#service .procedure .sx .item:nth-last-child(1) {
  margin-right: 0;
}

#service .procedure .sx img {
  width: 80px;
  margin-bottom: 52px;
}
#service .procedure .sx .to-next {
  position: absolute;
  width: 40px;
  left: 110px;
  top: 19px;
}

@media screen and (max-width:1400px) {
  #service .procedure .sx .to-next {
    left: 95px;
  }
}

#service .procedure .sx .tl {
  margin-bottom: 54px;
  font-size: 20px;
  color: #FFF;
}

#service .procedure .sx .text-box {
  white-space: nowrap;
  transition: transform 0.5s;
}

#service .procedure .item:hover .text-box {
  color: #FFF;
  transform: translate3d(-101%, 0, 0);
}

#service .procedure .sx .text1,
#service .procedure .sx .text2 {
  width: 101%;
  font-size: 16px;
  line-height: 2;
  color: #939393;
  display: inline-block;
  vertical-align: top;
}

#service .procedure .sx .text2 {
  color: #FFF;
}

#service .procedure .sx .text1 p,
#service .procedure .sx .text2 p {
  overflow: hidden;
  text-overflow: ellipsis;
}

#service .advantage {
  width: 100%;
  max-width: 1920px;
  padding-top: 112px;
  margin: 0 auto;
}

#service .advantage .title {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}

#service .advantage .list {
  padding-top: 84px;
}

#service .advantage .list .item {
  position: relative;
  font-size: 0;
  background-color: #efefef;
}


#service .advantage .list .photo {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}


#service .advantage .list .photo img {
  width: 100%;
}


#service .advantage .list .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  padding-left: 14%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

#service .advantage .list .tl {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #000;
}

#service .advantage .list .bar {
  width: 40px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 35px;
  background-color: #333;
}

#service .advantage .list .des {
  width: 72%;
  font-size: 16px;
  line-height: 2;
  color: #666;
}


#service .advantage .list .item:nth-child(2n-1) .photo {
  float: left;
}

#service .advantage .list .item:nth-child(2n-1) .info {
  right: 0;
}

#service .advantage .list .item:nth-child(2n+2) .photo {
  float: right;
}

#service .advantage .list .item:nth-child(2n+2) .info {
  left: 0;
}

#online-retailers .page-w {
  max-width: 1520px;
}

#online-retailers .top {
  position: relative;
  height: 600px;
  max-height: calc(100vh - 100px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

#online-retailers .top .title {
  position: absolute;
  left: 11%;
  top: 34%;
  width: 55%;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  color: #FFF;
}

#online-retailers .top .bar {
  position: absolute;
  left: 11%;
  top: 50%;
  width: 112px;
  height: 1px;
  background-color: #FFF;
}

#online-retailers .distribution .main1 .title {
  padding-top: 158px;
  padding-bottom: 84px;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

#online-retailers .distribution .main1 .plate {
  font-size: 0;
  text-align: justify;
  text-align-last: justify;
}

#online-retailers .distribution .main1 .plate .item {
  position: relative;
  width: 22%;
  padding: 64px 0 72px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(40, 106, 175, 0.18);
  text-align: center;
  text-align-last: center;
  vertical-align: top;
  background-color: #FFF;
  display: inline-block;
  cursor: pointer;
}

#online-retailers .distribution .main1 .plate .item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #3184ed;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#online-retailers .distribution .main1 .plate .item:hover::before {
  /* opacity: 1; */
  /* transform: translateY(0); */

  width: 100%;
}

#online-retailers .distribution .main1 .plate img {
  width: 120px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#online-retailers .distribution .main1 .plate .item:hover img{

  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;

}
#online-retailers .distribution .main1 .plate .tl {
  margin: 25px 0 30px;
  font-size: 20px;
  line-height: 32px;
  color: #333;
}

#online-retailers .distribution .main1 .plate .des {
  width: 64%;
  min-height: 56px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  color: #707070;
}

#online-retailers .distribution .main2 {
  padding: 204px 0 72px;
  text-align: justify;
  text-align-last: justify;
}

#online-retailers .distribution .main2 .left {
  margin-left: 5.2%;
  width: 34%;
  text-align: left;
  text-align-last: left;
  display: inline-block;
  vertical-align: top;
}

#online-retailers .distribution .main3 .title,
#online-retailers .distribution .main2 .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}

#online-retailers .distribution .main3 .bar,
#online-retailers .distribution .main2 .bar {
  width: 40px;
  height: 1px;
  margin: 25px 0 38px;
  background-color: #000;
}

#online-retailers .distribution .main3 .des,
#online-retailers .distribution .main2 .des {
  min-height: 115px;
  font-size: 14px;
  line-height: 32px;
  color: #666;
}

#online-retailers .distribution .main3 .btn,
#online-retailers .distribution .main2 .btn {
  width: 200px;
  height: 60px;
  margin-top: 97px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  text-align-last: center;
  color: #FFF;
  background-color: #3184ed;
  display: block;
}

#online-retailers .distribution .main3 .btn i,
#online-retailers .distribution .main2 .btn i {
  font-weight: bold;
}

#online-retailers .distribution .main2 .right {
  position: relative;
  width: 32%;
  min-width: 430px;
  margin-right: 12%;
  text-align: left;
  text-align-last: left;
  display: inline-block;
  vertical-align: top;
}

#online-retailers .distribution .main2 .bg {
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#online-retailers .distribution .main2 .item {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

#online-retailers .distribution .main2 .t-icon {
  top: -49px;
  left: 32%;
}

#online-retailers .distribution .main2 .c-icon {
  top: 64%;
  left: 0;
}

#online-retailers .distribution .main2 .g-icon {
  top: 50%;
  left: 83%;
}

#online-retailers .distribution .main2 .t-text {
  top: 19%;
  left: 72%;
  color: #5c8cd7;
}

#online-retailers .distribution .main2 .c-text {
  top: 42%;
  left: -16%;
  color: #ff6e01;
}

#online-retailers .distribution .main2 .g-text {
  top: 85%;
  left: 71%;
  color: #e64c50;
}

#online-retailers .distribution .main3 {
  padding: 72px 0 174px;
  font-size: 0;
  text-align: justify;
  text-align-last: justify;
}

#online-retailers .distribution .main3 .left {
  position: relative;
  width: 38%;
  min-width: 430px;
  margin-left: 5.2%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-align-last: center;
}

#online-retailers .distribution .main3 .right {
  width: 35%;
  margin-right: 5.2%;
  text-align: left;
  text-align-last: left;
  display: inline-block;
  vertical-align: top;
}

#online-retailers .distribution .main3 .des {
  min-height: 64px;
}

#online-retailers .distribution .main3 .btn {
  margin-top: 63px;
}

#online-retailers .distribution .main3 .text {
  height: 100px;
  padding-left: 20px;
  margin-top: 164px;
  border-left: 1px solid #3184ed;
}

#online-retailers .distribution .main3 .text p {
  min-height: 64px;
  padding-top: 18px;
  font-size: 14px;
  line-height: 32px;
}

#online-retailers .distribution .main3 .item {
  z-index: 2;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 4px 2px rgba(49, 123, 137, 0.1);
  font-size: 18px;
  font-weight: bold;
  line-height: 120px;
  color: #3184ed;
  background-color: #FFF;
  transition:all 0.8s;
  -webkit-transition:all 0.8s;
  -moz-transition:all 0.8s;
  -ms-transition:all 0.8s;
  -o-transition:all 0.8s;
  cursor: pointer;
}

#online-retailers .distribution .main3 .item.on {
  color: #FFF;
  background: linear-gradient(0deg, #56ccf2, #2f80ed);
}

#online-retailers .distribution .main3 .item:nth-child(1) {
  top: 27%;
  left: -13%;
}

#online-retailers .distribution .main3 .item:nth-child(2) {
  top: 10%;
  left: 24%;
}

#online-retailers .distribution .main3 .item:nth-child(3) {
  top: -6%;
  left: 61%;
}

#online-retailers .distribution .main3 .item:nth-child(4) {
  top: 42%;
  left: 91%;
}

#online-retailers .lbfx {
  padding: 112px 0 129px;
  background-color: #f7f8f8;
}

#online-retailers .lbfx .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

#online-retailers .lbfx .subtitle {
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #666;
}

#online-retailers .lbfx .cont {
  padding-top: 47px;
  font-size: 0;
}

#online-retailers .lbfx .item {
  width: 15%;
  padding: 27px 5px 29px;
  margin-top: 29px;
  margin-right: 2%;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  transition: all 1s;
  vertical-align: top;
  cursor: pointer;
}

#online-retailers .lbfx .item:hover {
  box-shadow: 0 4px 16px rgba(40, 106, 175, 0.18);
  transform: translateY(-20px);
}

#online-retailers .lbfx .item:nth-child(6n+6) {
  margin-right: 0;
}

#online-retailers .lbfx .item .tl {
  padding: 10px 0 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  color: #333;
}

#online-retailers .lbfx .item .des {
  width: 78%;
  min-height: 48px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: #a0a0a0;
}

#school .page-w {
  max-width: 1520px;
}

#school .Top .rate {
  position: absolute;
  right: 21%;
  height: 100%;
  font-size: 0;
}

#school .Top .rate::before,
#school .Top .rate::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

#school .Top .rate::before {
  left: 0;
}

#school .Top .rate::after {
  right: 0;
}

#school .Top .rate>div {
  padding: 74px 65px;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#school .Top .rate>div:nth-child(1) {
  padding-right: 0;
}

#school .Top .rate>div:nth-child(2) {
  padding-left: 74px;
}

#school .Top .rate>div>div {
  width: 120px;
  height: 120px;
  text-align: center;
  background: url(../image/rate_bg_1.png) no-repeat;
  background-size: cover;
}

#school .Top .rate .evaluate>div {
  background: url(../image/rate_bg_2.png) no-repeat;
}

#school .Top .rate>div .text {
  margin-top: 23px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#school .Top .rate>div span {
  font-size: 30px;
  line-height: 120px;
  font-weight: bold;
  color: #FFF;
  vertical-align: top;
}

#school .Top .rate>div i {
  font-size: 14px;
  line-height: 110px;
  color: #FFF;
  vertical-align: top;
}

#school .school-network-info {
  padding: 90px 0;
}

#school .school-network-info .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

#school .school-network-info .des {
  width: 64%;
  margin: 50px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

#school .school-network-info .plate {
  margin-top: 94px;
  font-size: 0;
}

#school .school-network-info .plate .item {
  width: 18%;
  margin-right: 2.4%;
  padding: 32px 10px 42px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#school .school-network-info .plate .item:nth-last-child(1) {
  margin-right: 0;
}

#school .school-network-info .plate .item img {
  transition: all 1s;
}

#school .school-network-info .plate .item:hover img {
  transform: translateY(-10px);
}
#school .school-network-info .plate .item:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}
#school .school-network-info .plate .item .tl {
  margin-top: 3px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}

#school .school-network-info .plate .item .bar {
  width: 30px;
  height: 1px;
  margin: 32px auto 26px;
  background-color: #000;
}

#school .school-network-info .plate .item .num {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  color: #c1c1c1;
}

#school .publish {
  padding: 70px 0 130px;
  overflow: hidden;
}

#school .publish .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

#school .publish .tab-bar {
  margin-top: 73px;
  font-size: 0;
  text-align: center;
}

#school .publish .tab-bar .item {
  width: 200px;
  height: 50px;
  margin-right: 30px;
  border-radius: 25px;
  border: 1px solid #dcdddd;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
}

#school .publish .tab-bar .item:nth-last-child(1) {
  margin-right: 0;
}

#school .publish .tab-bar .item.on {
  border-color: #1e67f6;
  color: #FFF;
  background-color: #1e67f6;
}
#school .publish .tab-bar .item.custom-btn::after {
  background-color: #1e67f6;
  border-color: #1e67f6;
}

#school .publish .cont {
  position: relative;
  margin: 104px auto 0;
}

#school .publish .cont .item {
  display: none;
  text-align: center;
  pointer-events: none;
}

#school .publish .cont .item.on {
  display: block;
  /* transform: translateY(0); */
  pointer-events: auto;
  transition: all 1s;
}

#school .publish .cont .item .l {
  width: 90px;
  float: left;
}


#school .publish .cont .item .r {
  width: 90px;
  float: right;
}

#school .publish .cont .item .text {
  z-index: 2;
  position: absolute;
  width: 270px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  overflow: hidden;
}

#school .publish .cont .item .text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1e67f6;
}

#school .publish .cont .item .text:nth-child(-n+3) {
  padding-right: 48px;
  text-align: right;
}

#school .publish .cont .item .text:nth-child(n+4) {
  padding-left: 48px;
  text-align: left;
}

#school .publish .cont .item .text:nth-child(-n+3)::after {
  right: 0;
}

#school .publish .cont .item .text:nth-child(n+4)::after {
  left: 0;
}

#school .publish .cont .item .text:nth-child(1) {
  top: calc(14% - 8px);
  left: -37.6%;
}

#school .publish .cont .item .text:nth-child(2) {
  top: calc(50% - 8px);
  left: -44%;
}

#school .publish .cont .item .text:nth-child(3) {
  top: calc(78% - 8px);
  left: -41.6%;
}

#school .publish .cont .item .text:nth-child(4) {
  top: calc(14% - 8px);
  right: -37.6%;
}

#school .publish .cont .item .text:nth-child(5) {
  top: calc(50% - 8px);
  right: -44%;
}

#school .publish .cont .item .text:nth-child(6) {
  top: calc(78% - 8px);
  right: -41.6%;
}


#school .procedure {
  height: 680px;
  box-sizing: border-box;
  padding: 148px 0 58px;
  background: url(../image/gx_bg_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#school .procedure .title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#school .procedure .cont {
  margin-top: 110px;
  font-size: 0;
}

#school .procedure .cont .item {
  height: 324px;
  width: 25%;
  padding: 42px 10px 42px 4.2%;
  box-sizing: border-box;
  border-right: 1px solid #DCDDDD;
  vertical-align: top;
  display: inline-block;
}

#school .procedure .cont .item:nth-last-child(1) {
  border-right: none;
}

#school .procedure .cont .item p {
  min-height: 64px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2;
  color: #FFF;
}

#school .procedure .cont .item p:nth-last-child(1) {
  margin-bottom: 0;
}


#o2o .page-w {
  max-width: 1350px;
}

#o2o .web-list {
  background-color: #f7f8f8;
}

#o2o .web-list:nth-child(2n) {
  background-color: #FFF;
}

#o2o .field {
  height: 1042px;
  padding-top: 99px;
  box-sizing: border-box;
  font-size: 0;
}

#o2o .field .left {
  width: 40%;
  vertical-align: top;
  display: inline-block;
}

#o2o .field .right {
  position: relative;
  width: 60%;
  max-width: 900px;
  vertical-align: top;
  display: inline-block;
}

#o2o .field .title {
  margin-bottom: 41px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

#o2o .field .des {
  min-height: 64px;
  font-size: 14px;
  line-height: 32px;
}

#o2o .field .list {
  width: 80%;
  padding-top: 57px;
  font-size: 0;
}

#o2o .field .list .item {
  width: 25%;
  margin-bottom: 78px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

#o2o .field .list .item .photo {
  margin-bottom: 30px;
}
#o2o .field .list .item .photo img {
  width: 44px;
}
#o2o .field .btn {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #FFF;
  background-color: #7f7fd5;
  display: block;
}

#o2o .field .btn .icon {
  font-weight: bold;
}

#o2o .field .ba {
  width: 100%;
}

#o2o .field .phone {
  position: absolute;
  transition: all .3s;
}

#o2o .field .phone1 {
  z-index: 2;
  /* top: 10%; */
  top: 1%;
  right: 5%;
  width: 47%;
  max-width: 388px;
}

#o2o .field .phone2 {
  top: 34%;
  left: 12%;
  /* left: 1%; */
  width: 46%;
  max-width: 381px;
}

#o2o .field .play {
  position: absolute;
  bottom: 20%;
  right: 14%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  color: #333;
  transition: all .3s;
}

#o2o .field .play img {
  margin-top: 16px;
  width: 89px;
}

.Introduce {
  padding: 96px 0;
}

.Introduce .title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.Introduce .plate {
  margin-top: 90px;
  font-size: 0;
  text-align: center;
}

.Introduce .plate .item {
  width: 33%;
  padding: 10px 10px 33px;
  box-sizing: border-box;
  border-right: 1px solid #dcdddd;
  display: inline-block;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.Introduce .plate .item:nth-last-child(1) {
  border-right: none;
}

.Introduce .plate .item img {
  /* transition: all 1s; */
}

.Introduce .plate .item:hover {
  transform: translateY(-10px);
}

.Introduce .plate .item .tl {
  margin-top: 16px;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: bold;
}

.Introduce .plate .item .des {
  width: 66%;
  min-height: 64px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 32px;
  color: #999;
}


.Case {
  padding: 115px 0 86px;
}

.Case .page-w {
  max-width: 1520px;
}

.Case .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  /* font-weight: normal; */
}

.Case .list {
  font-size: 0;
}

.Case .list .item {
  width: 31.8%;
  margin-top: 10px;
  margin-right: 2.3%;
  display: inline-block;
  vertical-align: text-top;
}


.Case .list .item:nth-child(3n+3) {
  margin-right: 0;
}

.Case .list .item .photo {
  display: block;
  overflow: hidden;
}

.Case .list .item .photo img {
  width: 100%;
  transition: all 0.6s;
}

.Case .list .item:hover .photo img {
  transform: scale(1.1);
}

.Case .list .info {
  padding: 30px 0;
}

.Case .list .tl {
  font-size: 20px;
  font-weight: bold;
  transition: all 0.4s;
}

.Case .list .item:hover .tl {
  transform: translateX(15px);
}

.Case .list .subtl {
  margin-top: 15px;
  padding-bottom: 32px;
  /* border-bottom: 1px solid #dcdddd; */
  font-size: 16px;
  line-height: 22px;
  color: #999;
}

.Case .list .more {
  padding-top: 15px;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  text-align-last: justify;
  display: block;
  border-top: 1px solid #dcdddd;
}


.Advantage {
  padding-bottom: 100px;
}

.Advantage .page-w {
  max-width: 1520px;
}

.Advantage .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.Advantage .des {
  width: 64%;
  padding: 42px 0 72px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  color: #333;
}

.Advantage .works {
  text-align: center;
  font-size: 16px;
  color: #999;
}

.Advantage .works>div {
  width: 225px;
  padding: 15px 0 6px;
  border-right: 1px solid #dcdddd;
  display: inline-block;
  vertical-align: top;
}

.Advantage .works>div:nth-last-child(1) {
  border-right: none;
}

.Advantage .works .num {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: bold;
  font-family: "Din";
  color: #333;
}

.Advantage .works .num span {
  vertical-align: middle;
}

.Advantage .works .add {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.Advantage .img-group {
  width: 70%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 26px 0 30px;
  display: flex;
  justify-content: space-between;
}

.Advantage .img-group .photo {
  display: inline-block;
}

.Advantage .img-group .photo:nth-last-child(1) {
  margin-right: 0;
}

.Advantage .btn {
  text-align: center;
}

.Advantage .btn a {
  width: 200px;
  height: 50px;
  border: 1px solid #dcdddd;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #666;
  display: inline-block;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
}
.Advantage .btn a:hover {
  color:#fff;
  background-color: #000;
}
.up-down {
  animation-name: up-down;
  animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}

.group-box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.group-box .group {
  width: 32%;
  margin-right: 2%;
}

.group-box .group .ig {
  overflow: hidden;
}

.group-box .group:nth-child(3n) {
  margin-right: 0;
}

.group-box .group img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.group-box .group:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.group-box .group .info {
  padding: 20px 0 30px;
}

.group-box .group h5 {
  margin-bottom: 15px;
  font-size: 18px;
}

.group-box .group p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.famous {
  display: none;
}

.famous.active {
  display: block;
}
.brand-cont-swiper {
  border: 1px solid #f4f4f4;
}
.Category {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}

.Category .more-detail {
  display: block;
  margin: 0 1.5px;
  width: 33.33%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Category .more-detail p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

.Category .more-detail:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.honor .content {
  margin-top: 60px;
}

.honor .content img {
  width: 100%;
}

#fakeloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 998;
}

#fakeloader .cssload-box-loading {
  width: 49px;
  height: 49px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cssload-box-loading:before {
  content: '';
  width: 49px;
  height: 5px;
  background: #000;
  opacity: .1;
  position: absolute;
  top: 58px;
  left: 0;
  border-radius: 50%;
  animation: shadow .58s linear infinite;
}
.cssload-box-loading:after {
  content: '';
  width: 49px;
  height: 49px;
  background: #ff5e1e;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  animation: cssload-animate .58s linear infinite;
}
@keyframes shadow {

  0%,
  100% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1.2, 1)
  }
}
@keyframes cssload-animate {
  17% {
    border-bottom-right-radius: 3px
  }

  25% {
    transform: translateY(9px) rotate(22.5deg)
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 39px
  }

  75% {
    transform: translateY(9px) rotate(67.5deg)
  }

  100% {
    transform: translateY(0) rotate(90deg)
  }
}
.applet1 {
  padding: 130px 0 180px;
  text-align: center;
}

.applet1 .title h4 {
  font-size: 48px;
  line-height: 1.5;
}

.applet1 .title .tips {
  margin-top: 20px;
  font-size: 20px;
  color: #999;
}

.applet1 .plate {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.applet1 .plate .item {
  position: relative;
  width: 22%;
  padding: 60px 10px 80px;
  box-shadow: 0px 4px 16px 0px rgba(40, 106, 175, 0.19);
  border-radius: 10px;
  box-sizing: border-box;
}
.applet1 .plate .item:hover img {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.applet1 .plate .item img {
  border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  box-shadow: 5px 6px 14px 0px 		rgba(88, 173, 49, 0.17);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.applet1 .plate .item:nth-child(2) img {
  box-shadow: 5px 6px 14px 0px
  rgba(238, 158, 169, 0.14);
}
.applet1 .plate .item:nth-child(3) img {
  box-shadow: 5px 6px 14px 0px
  rgba(129, 129, 214, 0.14);
}
.applet1 .plate .item:nth-child(4) img {
  box-shadow: 5px 6px 14px 0px
  rgba(235, 171, 0, 0.14);
}
.applet1 .plate .item h6 {
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.5;
}

.applet1 .plate .item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #56ab2f;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
}

.applet1 .plate .item:nth-child(2)::before {
  background-color: #ef9fa9;
}

.applet1 .plate .item:nth-child(3)::before {
  background-color: #A8A8E6;
}

.applet1 .plate .item:nth-child(4)::before {
  background-color: #FACE59;
}

.applet1 .plate .item:hover::before {
  width: 100%;
}

.applet2 .applet-let-more {
  position: relative;
  margin-top: 40px;
}

.applet2 .applet-let-more a {
  display: inline-block;
  width: 160px;
  line-height: 45px;
  background-color: #000000;
  border-radius: 23px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.applet2 .web-list .bx .up-down {
  margin-top: 100px;
}

.applet3 {
  padding: 55px 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.applet3 a {
  display: inline-block;
  width: 280px;
  line-height: 54px;
  border-radius: 27px;
  border: solid 2px #ffffff;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -ms-transition:all 0.4s;
  -o-transition:all 0.4s;
}
.applet3 a:hover {
  color: #000000;
  background-color: #fff;
}
.applet4 {
  padding: 110px 0 130px;
}

.applet4 .title h4 {
  font-size: 48px;
  text-align: center;
}

.applet4 .content {
  margin-top: 100px;
}

.applet4 .ap-step {
  display: flex;
  justify-content: space-between;
}

.applet4 .ap-step .item {
  position: relative;
  width: 22%;
  height: 340px;
  padding: 60px 2% 40px;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px 0px rgba(40, 106, 175, 0.19);
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}

.applet4 .ap-step .item:nth-child(1) {
  background: url('../image/step1.jpg') no-repeat;
  background-size: 100% 100%;
}

.applet4 .ap-step .item:nth-child(2) {
  background: url('../image/step2.jpg') no-repeat;
  background-size: 100% 100%;
}

.applet4 .ap-step .item:nth-child(3) {
  background: url('../image/step3.jpg') no-repeat;
  background-size: 100% 100%;
}

.applet4 .ap-step .item:nth-child(4) {
  background: url('../image/step4.jpg') no-repeat;
  background-size: 100% 100%;
}

.applet4 .ap-step .item .num {
  font-size: 20px;
  font-weight: bold;
}

.applet4 .ap-step .item h5 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.applet4 .ap-step .item .txt {
  opacity: 0;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;

}

.applet4 .ap-step .item .jia {
  position: absolute;
  bottom: 40px;
  right: 10%;
  font-size: 26px;
  font-weight: bold;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.applet4 .ap-step .item:hover h5 {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.applet4 .ap-step .item:hover .txt {
  opacity: 1;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.applet4 .ap-step .item:hover .jia {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.talk-with-us {
  margin-top: 110px;
  text-align: center;
}

.talk-with-us a {
  position: relative;
  display: inline-block;
  width: 376px;
  height: 66px;
  padding-left: 75px;
  box-sizing: border-box;
  background-image: linear-gradient(90deg,
  #0b72fe 0%,
  #c29cef 100%),
  linear-gradient(#000000,
          #000000);
  background-blend-mode: normal,
  normal;
  box-shadow: 2px 2px 8px 0px rgba(154, 189, 255, 0.32);
  border-radius: 33px;
  line-height: 66px;
  color: #fff;
  font-size: 18px;
}

.talk-with-us i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -38px;
  display: inline-block;
  width: 74px;
  height: 74px;
  background-color: #9c97ff;
  border: solid 2px #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 30px;
  line-height: 74px;
}

#search {
  padding: 100px 0 200px;
}

#search .search-form {
  text-align: center;
}

#search .search-form form {
  display: inline-block;
  z-index: 9;
}

#search .search-form input {
  border: 1px solid #dcdddd;
}

#search .search-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 25px;
  margin-top: 100px;
  font-size: 16px;
  border-bottom: 1px solid #dcdddd;
}

#search .search-title .s-l {
  font-size: 30px;
}

#search .search-title .s-r i {
  color: #fe5c1c;
}

#search .search-news {
  padding-top: 60px;
}

#search .search-news .s-news-title,
#search .search-cases .s-cases-title {
  font-size: 30px;
  font-weight: bold;
}

#search .search-news .s-news-content {
  padding: 60px 0 20px;
  border-bottom: 1px solid #dcdddd;
}

.search-news .s-news-content .item {
  position: relative;
  display: block;
  padding-left: 115px;
  margin-bottom: 40px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-news .s-news-content .select {
  color: #fe5c1c;
}

.search-news .s-news-content .time {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
}

.search-news .s-news-content .item:hover {
  color: #fe5c1c;
}

.search-page {
  height: 38px;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 2px;
}

.search-page .prev {
  margin-right: 120px;
}

.search-page .next {
  margin-left: 120px;
}

.search-page .prev::before {
  font-family: iconfont;
  content: '\e67b';
  font-size: 16px;
}

.search-page .next::before {
  font-family: iconfont;
  content: '\e600';
  font-size: 16px;
}

.search-page .current {
  display: inline-block;
  width: 30px;
  line-height: 36px;
  background-color: #ffffff;
  border: solid 1px #dcdddd;
}

.s-cases-content {
  margin-top: 60px;
}

.s-cases-content li {
  float: left;
  width: 31.8%;
  margin-right: 2.3%;
  overflow: hidden;
}

.s-cases-content li:nth-child(3n) {
  margin-right: 0;
}

.s-cases-content li .ig {
  overflow: hidden;
}

.s-cases-content li .bg {
  padding-top: 62%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.s-cases-content li .info {
  padding: 30px 0 20px;
  margin-bottom: 10px;
}

.s-cases-content li .info h6 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.s-cases-content li p {
  margin-top: 15px;
  padding-bottom: 32px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s-cases-content li:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.pop-ma {
  display: none;
  position: absolute;
  right: 110%;
  bottom: 320%;
  width: 180px;
  height: 180px;
  box-shadow: 25px 25px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-left: -110px;
  margin-top: -110px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.pop-ma .img-box {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
}

.pop-ma.active {
  animation: upfadein 1s ease;
  -webkit-animation: upfadein 1s ease;
}

@keyframes upfadein {
  0% {
    transform: scale(0) ;
    -webkit-transform: scale(0) ;
    -moz-transform: scale(0) ;
    -ms-transform: scale(0) ;
    -o-transform: scale(0) ;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

.close-ma {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -60px;
  width:40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0px 4px 16px 0px rgba(40, 106, 175, 0.19);
  cursor: pointer;
  font-size: 16px;
}

.close-ma::before {
  font-family: iconfont;
  content: '\e648';
}
.web-list:nth-child(2n) .pop-ma {
  right: auto;
  left: 130%;
}
@media screen and (min-width:768px) {
  .case,.Top,#dynamic,#search {
    margin-top: 100px;
    overflow: hidden;
  }
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#dynamicDetail {
  margin-top: 100px;
  padding: 100px 0 120px;
}
#dynamicDetail .container {
  width: 100%;
  max-width: 1000px;
}
#dynamicDetail .detail-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdddd;
}
#dynamicDetail .detail-title .tt{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;

}
#dynamicDetail .detail-title .other-msg {
  margin-top: 40px;
  font-size: 16px;
}
#dynamicDetail .detail-title .other-msg span{
  float: left;
  padding: 0 35px;
  border-right: 1px solid #dcdddd;
}
#dynamicDetail .detail-title .other-msg span:first-child {
  padding-left: 0;
}
#dynamicDetail .detail-title .other-msg span:last-child {
  border-right: none;
}
#dynamicDetail .detail-title .other-msg .share {
  margin-top: -12px;
}
#dynamicDetail .detail-content {
  padding: 40px 0;
  font-size: 16px;
  color: #666;
  line-height: 2;
  border-bottom: 1px solid #dcdddd;
}
#dynamicDetail .pre-next {
  position: relative;
  margin-top: 40px;
  font-size: 14px;
}
#dynamicDetail .pre-next .same-page {
  position: relative;
  margin-top: 30px;
  padding-left: 75px;
}
#dynamicDetail .pre-next .same-page span {
  position: absolute;
  left: 0;
  top: 0;
}
#dynamicDetail .pre-next .go-back {
  position: absolute;
  display: inline-block;
  width: 142px;
  height: 40px;
  right: 0;
  top: 0;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 1px #dcdddd;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ;
  -webkit-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  -ms-transition: all 0.3s ;
  -o-transition: all 0.3s ;
}
#dynamicDetail .pre-next .go-back:hover {
  background: #000;
  color: #fff;
}
#dynamicDetail .pre-next .same-page a:hover {
  color: #dc690d;
}
#dynamicDetail .pre-next .same-page a {
  width: 750px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.small-icon {
  font-size: 38px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.ico-it:hover {
  color: #FE5C1C;
}

.small-icon:hover {
  border-color: #FE5C1C!important;
}
.ico-it:hover .small-icon {
  border-color: #FE5C1C!important;
}
.ico-it:hover .small-icon {
  color: #FE5C1C;
  font-size: 42px;

}
#problem {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 54px 0 30px;
  overflow: hidden;
}
#problem .problem-nav {
  float: left;
  width: 19%;

}
#problem .problem-nav a {
  display: block;
  width: 100%;
  padding-left: 20%;
  line-height: 50px;
  font-size: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdddd;
}
#problem .problem-nav a.on,
#problem .problem-nav a:hover {
  background: #000;
  color: #fff;
}
#problem .problem-content {
  float: right;
  width: 75%;
}

#problem .problem-list .item{
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdddd;
}
#problem .problem-list .item:first-child {
  padding-top: 0;
}
#problem .problem-list .item .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#problem .problem-list .item .msg {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
#problem .problem-list .item .title:hover {
  color: #ff5e1e;
}
#problem .problem-list .item .time {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}
#problem .Pagination {
  padding-top: 34px;
  text-align: left;
}
#problem .Pagination a {
  text-align: center;
}