@charset "utf-8";

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  margin: 0 auto;
}

body {
  /* overflow-x: hidden; */
  font-family: 'Mircosoft Yahei';
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
  line-height: 1;
}

p {
  line-height: 1.5;
}

a,
a:visited {
  text-decoration: none;
}

a {
  color: #000;
}

li {
  list-style: none;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
}

fieldset,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img2 {
  max-height: 100%;
  width: auto;
}

.trans {
  -moz-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.trans04 {
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.trans2 {
  -moz-transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
}

.transcalxzero {
  transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
}

.transcaletop {
  transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 31%;
}

.bg0 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.flex {
  display: box;
  /* OLD - Android 4.4- */
  display: flexbox;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* overflow: hidden; */
}

.flex-between {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

/*公共*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.c12 {
  width: 1200px;
  margin: auto;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

a,
.tran,
img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a {
  color: #000;
}

.tran5 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pic {
  transition: all 1s;
  -webkit-transition: all 1s;
}

.pic.cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.pic.contain {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.none {
  display: none;
}

.fixed_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

.slide_nav {
  background: #C48022;
  overflow: auto;
  padding-bottom: 30px;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  z-index: 99999999;
}

.slide_nav.left_active {
  left: 0;
}

.slide_nav .slide_logo {
  background: #fff;
  text-align: center;
  padding: 15px 0;
}

.slide_nav .slide_logo a {
  display: block;
}

.slide_nav .slide_logo a img {
  max-width: 54%;
}

.slide_nav .slide_nav_ul {
  margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
  font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
  display: none;
  overflow: hidden;
  background: #978363;
}

.slide_nav .slide_nav_ul .slideNavSecon a {
  display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
  height: 100%;
}

.slide_nav .slide_nav_ul li a {
  font-size: 15px;
  color: #fff;
  height: 50px;
  display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
  display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
  background: #fff;
  height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
  width: 100%;
  height: 50px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  line-height: 50px;
}

.phone_back {
  width: 60%;
  height: 40px;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 20px;
  border: 0;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 40px;
}

.phone-menu {
  display: none;
}

.pic-w {
  position: relative;
}

header {
  padding: 15px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

header .nav>a,header .nav a.big {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 15px 5px;
  position: relative;
  margin: 0 15px;
  text-transform: uppercase;
}

header .nav>a::after,header .nav a.big::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 3px;
  background: #F68500;
  transition: all .3s;
}

header .nav .box>a{color:#ffffff;}
header .nav .box,header .nav .box .big {
 display: block;
 color: #fff;
 font-size: 16px;
 padding: 15px 5px;
 position: relative;
 margin: 0 15px;
 text-transform: uppercase;
}

header .nav .box::after,header .nav a.big::after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translate(-50%);
 width: 0;
 height: 3px;
 background: #F68500;
 transition: all .3s;
}

header .nav .box:hover::after,
header .nav .box:hover a.big::after,
header .nav .box.on a.big::after,
header .nav .box.on::after {
 width: 100%;
}
header .nav .box{
 position: relative;
}
header .nav .box .min-nav{
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}
header .nav .box .min-nav a{
  display: block;
  white-space: nowrap;
  padding: 10px 20px;
  background: #fff;
  text-align: center;
  font-size: 14px;
}
header .nav .box .min-nav a:hover{
  background: #F68500;
  color: #fff;
}
header .nav .box:hover .min-nav{
  top: 100%;
  visibility: visible;
  opacity: 1;
}


header .tel {
  font-weight: bold;
  font-size: 18px;
}

header .tel .iconfont {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  font-weight: normal;
}

.index-swiper {
  position: relative;
  overflow: hidden;
  background: url(../images/topbg.png);
  background-size: cover;
}

.index-swiper .index-page {
  position: absolute;
  text-align: center;
  z-index: 1;
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-swiper .index-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 8px;
}

.index-swiper .index-page .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #F68500;
}

.index-swiper .swiper-wrapper {
  height: auto !important;
}

.index-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.index-swiper .pic-w {
  position: relative;
  overflow: hidden;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-swiper .pic-w img{
  max-width: 40%;
}
.index-top {
  margin: 5%;
}

.index-top .title {
  text-align: center;
  color: #656363;
}

.index-top .title h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.index-top .main {
  display: flex;
  margin-top: 75px;
}

.index-top .box {
  width: 16.66%;
  position: relative;
  height: 300px;
}

.index-top .box .right {
  width: 50%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
  z-index: 1;
  height: 100%;
  width: 50%;
  background: #010F25;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.index-top .box .left {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  padding: 40px;
  color: #3D3D3D;
  height: 100%;
  transition: all .3s;
  background: #fff;
}

.index-top .box .left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid #F68500;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 100%;
  top: 50%;
  opacity: 0;
  transition: all .3s;
}

.index-top .box.on .left::after {
  opacity: 1;
}

.index-top .box .box-title {
  text-align: center;
  font-weight: bold;
  color: #000;
}

.index-top .box .des {
  height: 45px;
  line-height: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  margin: 15px 0;
}

.index-top .box .iconfont {
  text-align: center;
  font-size: 60px;
  color: #F68500;
}

.index-top .box .line {
  margin: 20px 0;
  border-top: 1px dashed #7D7D7D;
}

.index-top .box .bot {
  font-size: 12px;
  text-align: center;
}

.index-top .box.on {
  width: 33.33%;
}

.index-top .box.on .left {
  width: 50%;
  background: #F68500;
  color: #fff;
}

.index-top .box.on .left .iconfont,
.index-top .box.on .box-title {
  color: #fff;
}

.index-top .box.on .left .line {
  border-color: #fff;
}

.index-top .box.on .right {
  right: 0;
  opacity: 1;
  transform: translateX(100%);
  visibility: visible;

}

.index-top .box.on .right a {
  color: #fff;
  display: block;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
}

.index-top .box.on .right a:hover {
  color: #F68500;
}

.index-ques {
  margin: 5%;
  position: relative;

}

.index-ques .main {
  position: relative;
}

.index-ques .title .bold {
  font-weight: bold;
  margin-top: 15px;
}

.index-ques .list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  background: url(../images/bg1.png);
  padding-bottom: 5%;
}

.index-ques .list .right {
  width: 70%;
  display: flex;
  flex-wrap: wrap;

}

.index-ques .list .left {
  width: 25%;
  padding-left: 32px;
  color: #fff;
}

.index-ques .list .left img {
  display: block;
  width: 130%;
  margin-bottom: 30px;
  transform: translateX(-25%);
}

.index-ques .list .bg {
  position: absolute;
  right: 0;
  padding-bottom: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  background: #000;
  width: 50%;
  overflow: hidden;
}

.index-ques .list .box {
  margin: 0 0 30px 30px;
  background: #F5F5F5;
  padding: 72px 26px;
  display: flex;
  align-items: center;
  width: 33%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.index-ques .list .box::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #CFD5ED;
  right: -120px;
  bottom: -120px;
  transition: all .3s;
  border-radius: 50%;
}

.index-ques .list .box:hover::after {
  right: -60px;
  bottom: -60px;
}

.index-ques .list .box:hover img {
  transform: rotateY(360deg);
}

.index-ques .list .box img {
  display: block;
  margin-right: 10px;
  width: 50px;
  transition: all 1s;
}

.index-ques .list .box .des {
  color: #5E5E5E;
  margin-top: 10px;
  line-height: 25px;
}

.index-case .title {
  text-align: center;
  font-weight: bold;
}

.index-case .main {
  padding: 5%;
}

.index-case .main .box {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: none;
}

.index-case .main .box.on {
  display: flex;
}

.index-case .main .li {
  width: calc(25% - 30px);
  margin: 15px;
}

.index-case .main .li .pic-w {
  padding-bottom: 80%;
  width: 100%;
}

.index-case .main .li .pic-w .in-pic {
  position: absolute;
  background: #010F25;
  z-index: 3;
  left: 30px;
  top: 20px;
  right: 30px;
  bottom: 20px;
  transition: all .5s;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-case .main .li .pic-w .in-pic::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid #F68500;
  border-left: 3px solid #F68500;
  left: -3px;
  top: -3px;

}

.index-case .main .li:hover .in-pic {
  transform: scale(1);
}

.index-case .main .li .pic-w .in-pic::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #F68500;
  border-right: 3px solid #F68500;
  right: -3px;
  bottom: -3px;

}

.index-case .main .li .pic-w .in-pic .in-title {
  color: #ABABAB;
  padding: 30px;
  /* padding-top: 70px; */
  text-align: center;
  line-height: 1.5;
}

.index-case .main .li .pic-w .in-pic .line {
  width: 30px;
  height: 2px;
  background: #ABABAB;
  margin: auto;
}

.index-case .main .li .pic-w .in-pic .iconfont {
  width: 45px;
  height: 45px;
  border: 1px solid #ABABAB;
  margin: auto;
  border-radius: 50%;
  margin-top: 30px;
  color: #ABABAB;
  text-align: center;
  line-height: 43px;
  font-size: 24px;
}

.index-case .main .li .txt {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}

.index-case .main .li .txt span {
  font-weight: bold;
  font-size: 18px;
  width: 50%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-case .main .li .txt span.des {
  font-size: 14px;
  color: #ABABAB;
  font-weight: normal;
}

.index-case .index-case-nav {
  margin-bottom: 20px;
}

.index-case .index-case-nav a{
  color: #222222;
  font-weight: bold;
  line-height: 28px;
}
.index-case .index-case-nav a:hover{
  color: #F68500;
  transform: translateX(-5px);
}

.index-case .index-case-nav span {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  border-radius: 14px;
  border: 1px solid #666666;
  padding: 0 10px;
  cursor: pointer;
  margin-right: 10px;
  transition: all .3s;
}

.index-case .index-case-nav span.on,
.index-case .index-case-nav span:hover {
  background: #222222;
  color: #fff;
  border-color: #222;
}

.index-news .title {
  text-align: center;
  font-weight: bold;
}

.index-news .main {
  padding: 5% calc(5% - 30px) 0px;
}

.index-news .main:nth-child(3){
    padding: 0% calc(3% - 30px) 5%;
}

.index-news .main .box-title {
  position: relative;
  color: #5D5D5D;
  margin-bottom: 25px;
}

.index-news .main .box-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 9px;
  border-top: 5px solid #F68500;
  border-left: 5px solid #F68500;
  z-index: 1;
  transform: translate(-8px, -8px);
}

.index-news .main a.li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #BFBFBF;
  padding: 15px 0;
  color: #303030;
  position: relative;
}

.index-news .main a.li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background: #F68500;
  width: 0;
  transition: all 0.5s;
}
canvas{
  width: 100%;
  height: 100%;
}

.index-news .main a.li:hover::after {
  width: 100%;
}

.index-news .main a.li:hover {
  color: #F68500;
  letter-spacing: 3px;
}

.index-news .main .news-box {
  margin: 0 30px;
  width: 30%;
}
.index-news .main a.li span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news .main .bot-box {
  display: block;
  padding: 30px;
  background: #F8F8F8;
  margin-top: 50px;
}

.index-news .main .bot-box .time {
  justify-content: space-between;
  align-items: center;
  color: #CCCCCC;
  position: relative;
  margin-bottom: 40px;
}
.index-news .main .bot-box .time .title{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news .main .bot-box .time .date {
  font-weight: bold;
}

.index-news .main .bot-box .time::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 1px;
  background: #CCCCCC;
}

.index-news .main .bot-box .des {
  color: #ABABAB;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

.index-contact .title {
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
}

.index-news .main .bot-box:hover {
  background: #F68500;
  color: #fff;
}
.index-news .main .bot-box:hover .des{
  color: #fff;
}

.index-contact .main .left {
  width: 53.5%;
  background-image: url(../images/bg3.png);
  background-size: cover;
  color: #fff;
  padding: 7.5% 8.5%;
}

.index-contact .main .left .des {
  margin: 35px 0;
}

.index-contact .main .left a {
  color: #F68500;
  line-height: 24px;
}

.index-contact .main .left a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background: #F68500;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.index-contact .main .left a:hover {
  margin-left: 8px;
}

.index-contact .main .right {
  width: 46.5%;
  background: #F4F4F4;
  padding: 3% 0 0 3%;
}

.index-contact .main .right .flex-input {
  margin-top: 25px;
}

.index-contact .main .right .flex-input input {
  display: block;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  width: 40%;
  height: 39px;
  font-size: 14px;
  text-indent: 10px;
}

.index-contact .main .right textarea {
  display: block;
  width: calc(80% + 15px);
  border: 1px solid #DCDCDC;
  background: #FFFFFF;
  font-size: 14px;
  text-indent: 10px;
  line-height: 39px;
  margin-top: 15px;
  resize: none;
}

.index-contact .main .right button {
  display: block;
  margin: 15px 0;
  border: 1px solid #DCDCDC;
  width: calc(80% + 15px);
  height: 39px;
  cursor: pointer;
  transition: all .3s;
}

.index-contact .main .right button .iconfont {
  color: #F68500;
}

.index-contact .main .right p {
  color: #818181;
}

.index-contact .main .right button:hover {
  color: #F68500;
  background: #fff;
}

.index-contact .main .right .flex-input input:last-child {
  margin-left: 15px;
}

.index-fix {
  position: fixed;
  z-index: 9;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.index-fix .fix-box {
  position: relative;
  margin: 15px 0;
  transition: all .3s;
  cursor: pointer;
}

.index-fix .fix-box .tel {
  position: absolute;
  right: 0;
  white-space: nowrap;
  font-size: 16px;
  top: 0;
  transition: all .3s;
  right: -150px;
  background: #fff;
  height: 100%;
  padding: 20px 10px;
}

.index-fix .fix-box:hover .tel {
  right: 0;
}

.index-fix .fix-box:hover .tel-box {
  transform: translateX(-130px);
}

.index-fix .fix-box .tel p {
  font-size: 12px;
  margin-bottom: 5px;
}

.index-fix .fix-box .ewm {
  position: absolute;
  top: 0px;
  right: 100px;
  width: 100px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
  z-index:99999;
}

.index-fix .fix-box .ewm img {
  width: 100%;
}

.index-fix .fix-box:hover .ewm {
  top: 0%;
  visibility: visible;
  opacity: 1;
}

.index-fix .iconfont {
  display: block;
  margin: auto;
  font-size: 36px;
  color: #F68500;
  margin-bottom: 5px;
  text-align: center;
}

.index-fix .box {
 font-size: 12px;
 color: #000000;
 transition: all .3s;
 cursor: pointer;
 background: #fff;
 padding: 15px;
}

footer {
  padding: 90px 120px 40px 120px;
  background: #0D0D0D;
}

.footer-top {
  position: relative;
  color: #F4F4F4;
}

.footer-top img {
  position: absolute;
  right: 0;
  top: 60px;
  cursor: pointer;
}

.footer-top .title span {
  color: #FFA405;
}

.footer-top .tel {
  color: #fff;
  font-weight: bold;
  margin: 35px 0;
}

.footer-top .wechat span {
  display: inline-block;
  margin: 0 20px;
}

.footer-top .bot {
  margin-top: 35px;
  line-height: 22px;
}

.footer-top .bot a {
  color: #F4F4F4;
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
}

.footer-top .bot a:hover {
  opacity: .6;
}

.footer-bot {
  color: #979797;
  border-top: 1px solid #535353;
  padding-top: 40px;
  margin-top: 35px;
  align-items: center;
}

.footer-bot .right a {
  display: block;
  width: 111px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #DCDCDC;
  color: #DCDCDC;
  text-align: center;
  line-height: 25px;
}

.footer-bot .right a:hover {
  background: #E6840B;
  border-color: #E6840B;
}

.footer-bot .right .box img {
  position: absolute;
  /* display: none; */
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  margin-top: -20px;
  opacity: 0;
  top: 0;
}

.footer-bot .right .box {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}

.footer-bot .right .box:hover img {
  display: block;
  margin-top: -30px;
  opacity: 1;

}

.footer-bot .right .box i {
  font-size: 26px;
  cursor: pointer;
}

header.inside {
  position: relative;
  color: #191919;
}

header.inside .nav a {
  color: #191919;
}

.inside-banner {
  position: relative;
  padding-bottom: 24.8%;
  margin: 0 1.2%;
}

 .inside-banner img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.inside-swiper{
  position: relative;
  overflow: hidden;
  margin: 0 1.2%;
}
.inside-swiper .swiper-wrapper{
  height: auto !important;
}
.inside-swiper .pic-w{
  position: relative;
  overflow: hidden;
  padding-bottom: 24.8%;
}



.inside-banner .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  right: 3%;
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
}

.oa-top {
  margin: 0 2%;
  background: #F7F8F9;
  padding: 3% 0;
}

.oa-top .big-title {
  text-align: center;
  font-weight: bold;
}

.oa-top .big-title span {
  color: #0F71FF;
}

.oa-top .list {
  display: flex;
  padding: 0 10%;
  margin-top: 3%;
}

.oa-top .list .box {
  background: #fff;
  margin: 0 7px;
  padding: 2% 1%;
  width: 24%;
  transition: all .3s;
}

.oa-top .list .box:hover {
  background: #98bfe7;
  transform: translateY(-10px);
  cursor: pointer;
}

.oa-top .list .title {
  font-weight: bold;
  text-align: center;
  margin: 15px 0 25px 0;
}

.oa-top .list .box img {
  height: 40px;
  margin: auto;
  display: block;
}

.oa-top .list .box .des {
  color: #797979;
  line-height: 1.5;
}

.oa-mid {
  margin: 3% 12%;
}

.oa-mid .big-title {
  text-align: center;
  font-weight: bold;
}

.oa-mid .big-title span {
  color: #0F71FF;
}

.oa-mid .main {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}

.oa-mid .list {
  width: 35%;
}

.oa-mid .list:first-child {
  text-align: right;
}

.oa-mid .list .box {
  margin-top: 13%;
}

.oa-mid .list .box .des {
  color: #8B8A8A;
  line-height: 1.5;
  margin-top: 10px;
}

.oa-mid .list .box .title {
  font-weight: bold;
}

.oa-mid .list:first-child .box:nth-child(2) {
  transform: translateX(-45px);
}

.oa-mid .list:last-child .box:nth-child(2) {
  transform: translateX(45px);
}

.oa-mid img {
  margin: 0 3%;
}

.oa-bot {
  margin: 3% 12%;
}

.oa-bot .big-title {
  text-align: center;
  font-weight: bold;
}

.oa-bot .big-title span {
  color: #0F71FF;
}

.oa-bot .list {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}

.oa-bot .list .box {
  width: 23%;
  position: relative;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}

.oa-bot .list .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #0F71FF;
  transition: all .3s;
  width: 0;
}

.oa-bot .list .box:hover::after {
  width: 100%;
}

.oa-bot .list .pic-w {
  position: relative;
  padding-bottom: 70%;
}

.oa-bot .list .title {
  font-weight: bold;
  color: #222;
  margin: 20px 0;
}

.oa-bot .list .des {
  color: #ABABAB;
  line-height: 1.5;
}

.about-big-des {
  margin: 3% 12% 0 12%;
  text-align: center;
  color: #666;
}

.about-service {
  display: flex;
  padding-top: 135px;
  overflow: hidden;
  margin: 3% 6.5%;
  justify-content: space-between;
  background: url(../images/service.png) center top;
  background-repeat: no-repeat;
}

.about-service .box {
  width: 18%;
  background: #F5F5F5;
  border-bottom: 3px solid #C9C9C9;
  position: relative;
}

.about-service .box::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
}

.about-service .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  background: #F68500;
  transition: all .3s;
  width: 0;
}

.about-service .box:hover::after {
  width: 100%;
}

.about-service .box .pic-w {
  position: relative;
  padding-bottom: 37%;
}

.about-service .box .title {
  text-align: center;
  font-weight: bold;
  margin: 25px 0;
  color: #333;
}

.about-service .box .des {
  padding: 0 15px;
  color: #666666;
  line-height: 1.5;
  padding-bottom: 45px;
}

.about-team {
  margin: 3% 6.5%;
}

.about-team .box {
  display: flex;
}

.about-team .box .pic-w {
  width: 50%;
}

.about-team .box .txt {
  width: 50%;
  background: #1D1F24;
  color: #fff;
  padding: 5% 2.5% 0 2.5%;
  background-position: center 108%;
  background-repeat: no-repeat;
  text-align: center;
}

.about-team .box .txt .des {
  text-align: center;
  color: #D1CBCB;
  line-height: 1.5;
}

.about-team .box .txt .title {
  margin: 15% 0 1% 0;
  text-align: center;
  background: #1D1F24;
  display: inline-block;
  padding: 5px 20px;
}

.about-team .box:last-child {
  flex-direction: row-reverse;
}

.about-comment {

  margin: 3% 6.5%;
}

.about-comment .title {
  text-align: center;
  font-weight: bold;
  color: #222222;
}

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

.about-comment .box {
  margin-top: 3%;
  width: 47%;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  padding: 2%;
  position: relative;
  display: flex;
  align-items: center;
}

.about-comment .box::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  bottom: 15px;
  background: url(../images/6.png);
}

.about-comment .box .left {
  text-align: center;
  flex-shrink: 0;
}

.about-comment .box .left .pic-w {
  width: 85px;
  height: 85px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  color: #222222;
  margin-bottom: 10px;
}

.about-comment .box .des {
  line-height: 1.5;
  margin-left: 50px;
  color: #767676;
}

.about-heart {

  margin: 3% 6.5%;
}

.about-heart .big-title {
  text-align: center;
  font-weight: bold;
  color: #222222;
}

.about-heart .main {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}

.about-heart .main .box {
  width: 16%;
}

.about-heart .main img {
  display: block;
  margin: auto;
  height: 45px;
}

.about-heart .main .title {
  color: #222;
  margin: 10px 0 20px 0;
  text-align: center;
}

.about-heart .main .des {
  color: #9B9B9B;
  line-height: 1.5;
}

.about-process {

  margin: 3% 6.5%;
  overflow: hidden;
}

.about-process .big-title {
  text-align: center;
  font-weight: bold;
  color: #222222;
  background: url(../images/process.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.about-process .big-title span {
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
}

.about-process .main {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}

.about-process .num {
  display: block;
  width: 40px;
  height: 40px;
  background: #222222;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  margin: auto;
}

.about-process .box {
  display: flex;
  width: 18%;
}

.about-process .box .left {
  flex-shrink: 0;
  width: 80px;
  text-align: center;
}

.about-process .title {
  font-weight: bold;
  margin: 5px 0;
  color: #222;
}

.about-process .box img {
  display: block;
  margin: auto;
}

.about-process .box .txt {
  margin-top: 115px;
  transform: translateX(-20px);
}

.about-process .box .txt .title {
  color: #666;
  margin-bottom: 10px;
}

.about-process .box .txt .des {
  color: #ABABAB;
  line-height: 1.5;
}

.inside-news {
  display: flex;
  justify-content: space-between;
  margin: 3% 6.5%;
  overflow: hidden;
  flex-shrink: 0;
}

.inside-news .news-nav a {
  display: block;
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #666666;
  position: relative;
  border-left: 8px solid #fff;
}

.inside-news .news-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background: #F68500;
  transition: all .3s;
}

.inside-news .news-nav a span {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.inside-news .news-nav a.on,
.inside-news .news-nav a:hover {
  color: #fff;
  border-color: #000000;
}

.inside-news .news-nav a.on::after,
.inside-news .news-nav a:hover::after {
  width: 100%;
}

.inside-news .news-mid {
  /* overflow-y: scroll; */
  /* height: 700px; */
  /* padding-right: 30px; */
  width: 42%;
  flex-shrink: 0;
  margin: 0 5%;
}

.inside-news .news-mid a {
  display: flex;
  margin: 50px 0;
  align-items: center;
}

.inside-news .news-mid a:first-child {
  margin-top: 0;
}

.inside-news .news-mid a:hover .left,
.inside-news .news-mid a:hover .title {
  color: #F68500;
}

.inside-news .news-mid .left {
  color: #CCCCCC;
  font-weight: bold;
  flex-shrink: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
  transition: all .3s;
}

.inside-news .news-mid .date {
  margin-bottom: 15px;
}

.inside-news .news-mid .title {
  margin-bottom: 15px;
  color: #222;
  transition: all .3s;
}

.inside-news .news-mid .des {
  color: #ababab;
  line-height: 1.5;
}

.inside-news .news-right {
  overflow: hidden;
}

.inside-news .news-right .box {
  display: flex;
  overflow: hidden;
  margin-bottom: 50px;
}

.inside-news .news-right .box .pic-w {
  position: relative;
  width: 250px;
  flex-shrink: 0;
  overflow: hidden;
}

.inside-news .news-right .box .txt {
  padding: 30px 20px;
  background: #F8F8F8;
  transition: all .3s;
}

.inside-news .news-right .box .time {
  color: #222;
}

.inside-news .news-right .box .right {
  color: #888888;
}

.inside-news .news-right .box .line {
  margin: 15px 0;
  border-bottom: 1px dashed #ccc;
}

.inside-news .news-right .box .des {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inside-news .news-right .box:hover .txt {
  background: #F68500;
  color: #fff;
}

.inside-news .news-right .box:hover .pic {
  transform: scale(1.1);
}

.inside-news .news-right .box:hover .time,
.inside-news .news-right .box:hover .right {
  color: #fff;
}

.inside-news .page {
  text-align: right;
}

.inside-news .page li {
  display: inline-block;
  width: 30px;
  height: 29px;
  border: 1px solid #E5E5E5;
  color: #959595;
  text-align: center;
  line-height: 27px;
  margin-left: -4px;
}
.inside-news .page li a{
    display: inline-block;
}
.inside-news .page li:hover{
  background: #E5E5E5;
}
.inside-news .page a:hover{
  background: #E5E5E5;
}
.inside-news .news-content{
  width: 82%;
  padding-right: 5%;
}
.inside-news .news-content .title{
  font-weight: bold;
}
.inside-news .news-content .des{
  margin: 15px 0 20px 0;
  color: #ABABAB;
}
.inside-news .news-content .line{
  height: 1px;
  background: #DDDDDD;
  margin-bottom: 40px;
}

.inside-news .news-content .main{
  overflow: hidden;
}
.inside-news .news-content .main .contentDetail img {
    max-width: 100% !important;height: auto!important;
}
.inside-news .news-content .main .contentDetail p,.inside-news .news-content .main .contentDetail span{
   line-height: 30px !important;
}
.inside-news .news-content .main .left{
  width: 35%;
}
.inside-news .news-content .main .pic-w{
  position: relative;
  overflow: hidden;
  padding-bottom: 77%;
  margin-bottom: 35%;
}
.inside-news .news-content .main .op a{
  color: #CCCCCC;
}
.inside-news .news-content .main .op a:last-child{
  margin-left: 10px;
}
.inside-news .news-content .main .op a:hover{
  color: #666666;
}
.inside-news .news-content .main .op .iconfont{
  font-weight: bold;
  display: inline-block;
  margin-right: 0;
  margin-left: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}
.inside-news .news-content .right{
  width: 61%;
  line-height: 1.5;
  color: #666666;
}
.inside-news .news-content .right img{
  max-width: 100%;
}
.inside-know{
  margin: 5% 10%;
}
.inside-know .know-top{
  display: flex;
  justify-content: space-between;
}
.inside-know .know-top .box{
  width: 31%;
  background: url(../images/sdfzsdf.png);
  background-size: cover;
}
.inside-know .know-top .title{
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  color: #fff;
  font-weight: bold;
}
.inside-know .know-top .txt{
  margin: 0 30px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 25px;
}
.inside-know .know-top  .des{
  
  height: 36px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #656565;
  margin-bottom: 10px;
}

.inside-know .know-top .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-know .know-top .list span{
  width: 30%;
  border: 1px solid #4C56A5;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #4C56A5;
  margin: 10px 0;
  border-radius: 5px;
}
.inside-know .know-top  a{
  display: inline-block;
  width: 120px;
  height: 33px;
  background-image: linear-gradient(to right, #5C76D9, #EC7770);
  text-align: center;
  border-radius: 0 16px 16px 0;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 10px;
  position: relative;
}
.inside-know .know-top a img{
  position: absolute;
  width: 90px;
  height: 90px;
  padding: 10px;
  background: #F68500;
  left: 150%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
.inside-know .know-top a:hover img{
  left: 110%;
  visibility: visible;
  opacity: 1;
}
.inside-know .know-bot{
  margin: 5% 0;
}
.inside-know .know-bot .big-title {
  text-align: center;
  font-weight: bold;
}

.inside-know .know-bot .big-title span {
  color: #0F71FF;
}
.inside-know .list{
  flex-wrap: wrap;
  margin-top: 3%;
}
.inside-know .list .pic-w{
  width: 16.66%;
  height: 170px;
  overflow: hidden;
}
.inside-know .list .text{
  width: 16.66%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  justify-content: center;
  color: #474646;
}
.inside-marketing{
  margin: 3% 10%;
}
.inside-marketing .big-title{
  font-weight: bold;
  text-align: center;
}
.inside-marketing .list{
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
}
.inside-marketing .list .box{
  text-align: center;
  max-width: 150px;
}
.inside-marketing .list .box:nth-child(even){
 margin-top: 50px;
}
.inside-marketing .list .box img{
  display: block;
  width: 125px;
  margin: auto;
}
.inside-marketing .list .box  .title{
  font-weight: bold;
  margin: 15px 0 10px 0; 
  color: #333333;
}
.inside-site-four {
  margin-top: 3%;
}
.inside-site-four .big-title{
  text-align: center;
  font-weight: bold;
}
.inside-site-four .big-des{
  text-align: center;
  color: #777778;
  margin-top: 10px;
}
.inside-site-four  .list{
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
}
.inside-site-four  .list .box{
  width: 50%;
}
.inside-site-four  .list .bg{

  padding:10%;
  background-size: cover;
  display: flex;
}
.inside-site-four  .list .box:nth-child(1),.inside-site-four  .list .box:last-child{
  color: #fff;
}
.inside-site-four  .list .left{
  margin-right: 25px;
  position: relative;
  padding-top: 5px;
  opacity: 0.8;
}
.inside-site-four  .list .left::after{
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 40px;
  background: #fff;
  opacity: 0.6;
  top: 30px;
}
.inside-site-four  .list .box:nth-child(2) .left::after,
.inside-site-four  .list .box:nth-child(3) .left::after{
  background: #999;
}
.inside-site-four  .list  .title{
  font-weight: bold;
  margin-bottom: 20px;
}
.inside-site-four  .list  .des{
  opacity: 0.8;
  line-height: 1.5;
}
.inside-step {
  margin: 3% 4%;
}
.inside-step .big-title{
  text-align: center;
  font-weight: bold;
}
.inside-step .big-des{
  margin-top: 10px;
  text-align: center;
}
.inside-step .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-step .list .box{
  width: 20%;
  margin: 2.5% 2.5% 0 2.5%;
  box-shadow: 0 0 15px 0 #ccc;
  padding: 40px;
  transition: all .3s;
  cursor: pointer;
}
.inside-step .list img{
  display: block;
  height: 50px;
  margin: auto;
  transition: all .3s;
}
.inside-step .list .title{
  text-align: center;
  margin: 20px 0;
  transition: all .3s;
}
.inside-step .list .des{
  color: #888888;
  line-height: 1.5;
  text-align: center;
}
.inside-step .list .box:hover{
  transform: translateY(-20px);
}
.inside-step .list .box:hover .title{
  color: #F68500;
}
.inside-about-four{
  margin: 3% 6%;
  display: flex;
  justify-content: space-between;
}
.inside-about-four .box{
  display: flex;
}
.inside-about-four .box .text{
  margin-left: 28px;
  color: #6E6E6E;
}
.inside-about-four .box .text .num{
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #2370D1;
  margin-bottom: 15px;
}
.inside-about-four .box .text .num::after{
  content: "+";
  position: absolute;
  left: 105%;
  top: 0;
  font-size: 16px;
  color: #6E6E6E;
  width: 100px;
}
.inside-about-four .box:nth-child(3) .text .num::after{
  content: "年+";
  font-size: 12px;
}
.inside-about-four .box:nth-child(4) .text .num::after{
  content: "%";
  font-size: 12px;
}
.inside-about-four .box  .left{
  display: flex;
  align-items: center;
}

.inside-site-three{ 
  padding: 0  6%;
  position: relative;
}
.inside-site-three .big-title{
  text-align: center;
  font-weight: bold;
}
.inside-site-three .big-des{
  text-align: center;
  margin-top: 10px;
}

.inside-site-three .list {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
  position: relative;
  z-index: 1;
}
.inside-site-three .list .box{
  width: 18%;
  transition: all .3s;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.inside-site-three .list .box .bg{
  padding: 3% 0;
  height: 100%;
}
.inside-site-three .list .box.on{
  width: 61%;
}
.inside-site-three .list .left{
  flex-shrink: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px;
  z-index: 1;
}
.inside-site-three .list .left span{
  display: inline-block;
  color: #F68500;
  margin-left: 10px;
}

.inside-site-three .list .main{
  width: 70%;
  text-align: center;
  color: #fff;
  margin: auto;
  opacity: 0;
  display: none;
  transition-delay: .3s;
  transition: all .3s;
  padding-bottom: 10%;
}
.inside-site-three .list .box.on .main{
  opacity: 1;
  display: block;
}
.inside-site-three .list  .des{
  margin-top: 15px;
  color: #C3C3C3;
}
.inside-site-three .list  img{
  margin: 20px 0; 
}
.banner-bot{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
}

.banner-bot p{
  display: inline-block;
  transition: all .3s ;
  cursor: pointer;
margin:  0 30px;
position: relative;
}
.banner-bot p:after{
  content: "|";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-bot p:hover,.banner-bot p.on{
  color: #F68500;
}
.banner-bot span{
  display: inline-block;
  margin: 0 40px;
  color: #ccc;
}
.banner-two{
  width: 600px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -300px;
  background: #fff;
  border-radius: 10px;
  z-index: 3;
  display: flex;
}
.banner-two .box{
  width: 50%;
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: center;
  color: #959595;
}
.banner-two::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  background: #DCDCDC;
}
.banner-two .box img{
  margin-right: 10px;
}
.banner-two .box .title{
  color: #1E1C6D;
  margin-bottom: 5px;
}
.inside-app{
  margin: 0 1.2%;
  background: #F3F4FA;
  padding: 5% 7% 2% 7%  ;
}
.inside-app .big-title{
  text-align: center;
  font-weight: bold;
}
.inside-app .big-des{
  color: #656363;
  text-align: center;
  margin-top: 15px;
}
.inside-app .list{
  display: flex;
  justify-content: space-between;
  margin: 8% 0 3% 0 ;
}
.inside-app .box{
  position: relative;
  width: 23%;
  border-radius: 10px;
  box-shadow: 0 5px 15px #ccc;
  padding: 30px 30px 30px 150px ;
}
.inside-app .box img{
  position: absolute;
  width: 120px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.inside-app .box  .title{
  color: #1E1C6D;
  font-weight: bold;
}
.inside-app .box  .des{
  color: #ADADAD;
  line-height: 1.5;
  margin:5px 0 10px 0 ;
}
.inside-app .box  a{
  color: #35329A;
}
.inside-mini{
  margin:0 1.2%;
  background: url(../images/tret\ .png);
  background-position: center top;
  background-repeat:  no-repeat;
  padding: 3% 0;
}
.inside-mini .big-title{
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.inside-mini  .list{
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
  padding: 0 7%;
}
.inside-mini  .list .box{
  width: 15%;
  background: #F5F5F5;
  border-bottom: 2px solid #01A89D;
  padding: 35px;
  transition: all .3s;
  cursor: pointer;
}
.inside-mini  .list .box img{
  display: block;
  height: 40px;
  position: relative;
  z-index: 3;
}
.inside-mini  .list .box  .title{
  position: relative;
  z-index: 3;
  color: #333;
  font-weight: bold;
  margin: 30px 0 25px 0;
  transition: all .3s;
}
.inside-mini  .list .box  .des{
  color: #666666;
  line-height: 1.5;
}
.inside-mini  .list .box:hover{
  transform: translateY(-15px);
}
.inside-mini  .list .box:hover .title{
  color: #01A89D;
}
.inside-mini  .big-des{
  margin-top: 3%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}
.index-find{
  background: url(../images/vbbrt.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.index-find .list{
  display: flex;
  justify-content: space-between;
  padding: 0 8%;
  margin-top: 3%;
}
.index-find .list .pic{
  width: 110px;
  height: 120px;
  background: url(../images/fhgfdh.png);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-find .list .box{
  transition: all .3s;
  cursor: pointer;
}
.index-find .list .box:hover{
  transform: translateY(-15px);
}
.index-find .big-title{
  text-align: center;
  color: #333333;
}
.index-find .list  p{
  margin-top: 20px;
  text-align: center;
  color: #333333;
}
.index-find .list .box:nth-child(even){
  margin-top: 50px;
}
.inside-advantage{
  padding: 3%;
  background: #F5F5F5;
}
.inside-advantage .big-title{
  text-align: center;
  font-weight: bold;
}
.inside-advantage .main{
  margin-top: 3%;
  display: flex;
  justify-content: center;
}
.inside-advantage .main .des{
  color: #888888;
  white-space: nowrap;
  margin-top: 10px;
}
.inside-advantage .main .title{
  font-weight: bold;
}
.inside-advantage .main .list:first-child .box:first-child .title{
  color: #F8931F;
}
.inside-advantage .main .list:first-child .box:first-child {
  margin-left: 15%;
}
.inside-advantage .main .list:last-child .box:last-child {
  margin-left: 10%;
}
.inside-advantage .main .list:first-child .box:last-child .title{
  color: #01A89D;
}
.inside-advantage .main .list .box:first-child{
  margin: 15% 0 20% 0;
}
.inside-advantage .main .list:last-child .box:first-child .title{
  color: #1A6DBA;
}
.inside-advantage .main .list:last-child .box:last-child .title{
  color: #486AFF;
}
.inside-advantage .main .center .box{
  display: flex;
}
.inside-advantage .main  .center {
  margin: 0 3%;
}
.inside-advantage .main  .center .title{
  color: #1A6DBA;
  margin-top: 6px;
  margin-right: 5px;
}
.inside-develop{
  padding: 3%;
  background: #E7F1FB;
}
.inside-develop .big-title{
  text-align: center;
  font-weight: bold;
}
.inside-develop .list{
  margin: 3% 5% 0 5%;
  display: flex;
  justify-content: space-between;
}
.inside-develop .list .box{
  width: 160px;
  height: 145px;
  background: url(../images/df\ adf.png);
  text-align: center;
  color: #1E1E1E;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}
.inside-develop .list>img{
  margin-top: 50px;
  display: block;
  height: 34px;
}
.inside-develop .list .num{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 13px;
}
.inside-develop .list .box img{
  display: block;
  margin: 20px auto 10px auto;
  height: 26px;
}
.inside-develop .list .box::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 130px;
  left: 0;
  bottom: 0;
  z-index: 1;
  /* background: #ccc; */
  transition: all .3s;
  border-radius: 10px;
}
.inside-develop .big-des{
  text-align: center;
  color: #888888;
  margin-top: 15px;
}
.inside-develop .list .box:hover::after{
  box-shadow: 5px 5px 15px #ccc;
}
.inside-develop .list .box:hover{
  transform: translateY(-15px);
}
.inside-question {
  padding: 3% 6%;
}
.inside-question .big-title{
  text-align: center;
  font-weight: bold;
}
.inside-question .big-des{
  text-align: center;
  margin-top: 15px;
  color: #888888;
}
.inside-question  .main{
  margin-top: 3%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 0;
}
.inside-question  .list:first-child{
  text-align: right;
  padding-right: 15%;
}
.inside-question  .list:first-child .box:nth-child(2){
  margin-right: 15%;
}
.inside-question  .list:last-child{
  padding-left: 5%;
}
.inside-question  .list:last-child .box:nth-child(2){
  margin-left: 10%;
}
.inside-question  .list .des{
  text-align: right;
  color: #666;
  line-height: 1.5;
  margin-top: 15px;
}
.inside-question  .list .title{
  font-weight: bold;
}
.inside-question  .list .title span{
  color: #1C5EB1;
}
.inside-question  .list .box{
  display: inline-block;
}
.inside-question  .list .box:nth-child(2){
  margin: 18% 0;
}
.inside-adv {
  margin: 3% 6%;
}
.inside-adv .big-title{
  text-align: center;
  font-weight: bold;
}
.inside-adv .big-des{
  text-align: center;
  color: #888888;
  margin-top: 15px;
}
.inside-adv .main{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.inside-adv .main .box{
  display: flex;
  margin-bottom: 2%;
  width: 48%;
  background: #F5F8FF;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s;
}
.inside-adv .main .box:hover{
  transform: translateY(-15px);
}
.inside-adv .main .box .title{
  flex-shrink: 0;
  padding: 40px 30px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 20%;
  background-image: linear-gradient(to right, #63BFFD, #5776FC);
}
.inside-adv .main .box  .des{
  width: 99%;
}
.inside-adv .main .box:nth-child(even) {
  flex-direction: row-reverse;
}
.inside-adv .main .des{
  display: flex;
  align-items: center;
  padding: 15px;
  line-height: 1.5;
  color: #333333;
}
.index-feature {
  margin: 0 6% 3% 6%; 
}
.index-feature .big-title{
  text-align: center;
  font-weight: bold;
}
.index-feature .big-des{
  margin-top: 15px;
  text-align: center;
  color: #888888;
}

.index-feature .main{
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-feature .main .box{
  width: 19%;
  margin-bottom: 1%;
  line-height: 1.5;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/fcxgfgd.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: all .6s;
  cursor: pointer;
}
.index-feature .main .box:hover{
  transform: rotateY(360deg);
}
.inside-system{
  padding: 3% 6% 0 6%;
  background: #1F1E81;
}
.inside-system .big-title{
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.inside-system .big-des{
  text-align: center;
  color: #ccc;
  margin-top: 15px;
}
.inside-system .main{
  display: flex;
  margin-top: 3%;
  justify-content: space-between;
}
.inside-system .main .box{
  width: 16.66%;
  color: #fff;
  cursor: pointer;
}
.inside-system .main .title{
  text-align: center;
  /* font-weight: bold; */
  color: #fff;
  transition: all .3s;
}
.inside-system .main img{
  display: block;
  margin: auto;
}
.inside-system .main .title span{
  display: inline-block;
  position: relative;
  width: 111px;
  background: url(../images/point.png) center center no-repeat;
}
.inside-system .main .des{
  margin-top: 10px;
  transition: all .3s;
  padding: 25px 20px;
  opacity: 0.5;
  height: 280px;
}
.inside-system .main .box:hover .des{
  padding: 50px 20px 0 20px;
  border-top: 5px solid #F68500;
  opacity: 1;
  background: url(../images/desbg.png);
  background-size: cover;
}
.inside-system .main .box:hover .des p{
  line-height: 2;
}
.inside-system .main .box:hover .title{
  font-weight: bold;
}
.inside-sevice{
  padding: 5.5% 0 3% 0;
  background-image: url(../images/bh.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #E7F1FB;
}
.inside-sevice .big-title{
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.inside-sevice .main{
  display: flex;
  justify-content: space-between;
  color: #DCD9FD;
  position: relative;
  margin-top: 40px;
  padding: 0 6%;
  align-items: center;
}
.inside-sevice .main::after{
  content: "";
  position: absolute;
  background: url(../images/line.png);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 92px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.inside-sevice .main .box{
  position: relative;
  height: 40px;
  line-height: 20px;
  padding: 10px 0;
}
.inside-sevice .main .box:nth-child(odd)::after{
  content: "";
  width: 15px;
  height: 51px;
  position: absolute;
  background: url(../images/x.png);
  left: 50%;
  margin-left: -7px;
  bottom: 40px;
}
.inside-sevice .main .box:nth-child(even)::after{
  content: "";
  width: 15px;
  height: 51px;
  position: absolute;
  background: url(../images/s.png);
  left: 50%;
  margin-left: -7px;
  top: 60px;
}
.inside-sevice .main .box:nth-child(1){
  margin-top: 200px;
}
.inside-sevice .main .box:nth-child(2){
  margin-top: -130px;
}
.inside-sevice .main .box:nth-child(3){
  margin-top: 40px;
}
.inside-sevice .main .box:nth-child(4){
  margin-top: -220px;
}
.inside-sevice .main .box:nth-child(5){
  margin-top: 210px;
}
.inside-sevice .main .box:nth-child(6){
  margin-top: -100px;
}

@keyframes move_wave {
  0% {
      transform: translateX(0) translateZ(0) scaleY(1)
  }
  50% {
      transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }
  100% {
      transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  height: 150px;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}
.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.bgBottom {
  z-index: 5;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
  z-index: 999;
}
.waveTop {
  background-size: 50% 100px;
}
.waveAnimation .waveTop {
animation: move-wave 3s;
 -webkit-animation: move-wave 3s;
 -webkit-animation-delay: 1s;
 animation-delay: 1s;
}
.waveMiddle {
  background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 50% 100px;
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {
 
}

@media screen and (max-width: 1440px) {
  .inside-news .news-content{
    padding-right: 0;
  }
  .index-contact .main .left{
    padding: 7.5% 5%;
  }
  footer{
    padding: 3% 5%;
  }
  
  .inside-news .news-right .box{
    display: block;
  }
  .inside-news .news-right .box .pic-w{
    width: 100%;
    position: relative;
    height: 120px;
  }
  .inside-news .news-right .box .des{
    -webkit-line-clamp:2;
  }
}

@media screen and (max-width: 1366px) {
  header .nav a,header .nav .box{
    margin: 0 5px;
  }
  .footer-bot p{
    width: 70%;
  }
  .index-contact .main .right{
    padding: 3%;
  }
  .inside-know{
    margin: 3%;
  }
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1200px) {
  header .nav,header .tel{
    display: none;
  }
  
  .phone-menu {
    display: block;
    position: absolute;
    right: 15px;
    z-index: 99;
    top: 15px;
    background: #C48022;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 6px;
    width: 32px;
    height: 32px;
  }
  .index-search .top .text-box {
    padding-right: 15px;
  }

  .index-seven {
    padding: 35px;
  }

  .index-seven::after {
    top: 110px;
    width: 90%;
    left: 35px;
  }

  .c12 {
    width: 100%;
  }

  .header-main .nav .big-nav {
    margin: 0 15px;
  }

  .index-pro .pro-swiper {
    width: 480px;
    height: 500px;
  }

  .index-pro .swiper-slide .pic-w {
    padding-bottom: 230px;
  }

  .index-pro {
    padding: 50px 50px 0 150px;
  }

  .index-pro .right {
    width: 40%;
    right: 50px;
    transform: translateX(0);
    left: auto;
  }

  .index-slogan {
    overflow: hidden;
    padding: 50px;
  }
  .oa-mid img{
    width: 250px;
    height: auto !important;
  }
  .oa-mid .main{
    align-items: center;
  }
}

@media screen and (max-width: 1023px) {
    .index-fix .fix-box{
position: relative;
    margin: 5px 0; 
    transition: all .3s;
    cursor: pointer;
}
.inside-banner .txt{
    color:#FFFFFF;
    padding:20px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7);
}
.index-fix .box{
padding:5px
}
.index-fix{
	right:5px;
}
.index-fix .fix-box .ewm{
	right:70px;
}
.inside-banner img{
	width:60px;
}

.index-news .main .news-box{
    width:85%;
}

.index-news .main a.li span.time{
    width:20%;text-align: right;
}

  header .logo img{
    height: 30px;
  }
  .index-swiper .pic-w{
    padding: 20% 5%;
  }
  .index-top .title h2{
    margin-bottom: 10px;
  }
  .big-des{
    margin-top: 10px !important;
  }
  .index-top .box .right{
    display: none;
  }
  
  .index-top .main {
    display: block;
    margin-top: 25px;
  }
  .index-top .box,.index-top .box.on{
    width: 100%;
    height: auto;
  }
  .index-top .box.on .left{
    width: 100%;
  }
  .index-top .box.on .left::after{
    display: none;
  }
  .index-top .box .left{
    padding: 10px;
    height: auto;
  }
  .index-top .box .des{
    height: auto;
  }
  .index-ques .list .bg{
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
  }
  .index-ques .list{
    display: block;
    margin-top: 10px;
    background: none;
  }
  .index-ques .list .left{
    width: 100%;
    padding: 10px;
    color: #000;
  }
  .index-ques .list .left img{
    display: none;
  }
  .index-ques .title .bold{
    margin-top: 10px;
  }
  .index-ques .list .right{
    width: 100%;
    display: block;
  }
  .index-ques .list .box{
    margin: 10px 0 0 0;
    width: 100%;
    padding: 10px;
  }
  .index-case .index-case-nav span{
    margin-bottom: 5px;
  }
  .index-case .main .box.on{
    display: block;
    width: 100%;
    margin: 0;
  }
  .index-case .main .li .pic-w{
    padding-bottom: 65%;
  }
  .index-case .main .li .pic-w .in-pic .in-title{
    padding-top: 20px;
    line-height: 1.5;
  }
  .index-case .main .li .pic-w .in-pic .iconfont{
    display: none;
  }
  .index-case .main .li .txt{
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index-news .main{
    width: 100%;
    display: block;
  }
  .index-news .main .bot-box{
    display: none;
  }
  .index-news .main a.li:hover{
    letter-spacing: normal;
  }
  .index-news .main .box-title{
    margin: 35px 0 10px 0;
  }
  .index-contact .main {
    display: block;
  }
  .index-contact .main .left{
    padding: 3%;
    width: 100%;
  }
  .index-contact .main .right,.index-contact .main .right button{
    width: 100%;
    padding: 10px;
  }
  .index-contact .main .right .flex-input input{
    width: 50%;
  }
  
  .index-contact .main .right textarea{
    width: 100%;
  }
  footer{
    padding: 3%;
  }
  .footer-top .tel{
    margin: 10px 0;
  }
  .footer-top .bot{
    display: block;
    margin: 10px 0;
  }
  .footer-top .bot .right{
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }
  .footer-top .bot .right a{
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
  .footer-top img{
    top: 5px;
    right: 10px;
  }
  .footer-bot{
    display: none;
  }
  .oa-top .list{
    display: block;
    padding: 0;
  }
  .oa-top .list .box{
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
  }
  .oa-mid .main{
    display: block;
    margin-top: 15px;
  }
  .oa-mid .list{
    width: 100%;
  }
  .oa-mid .list:first-child{
    text-align: center;
  }
  .oa-mid .list:first-child .box:nth-child(2),.oa-mid .list:last-child .box:nth-child(2){
    margin-top: 15px;
    transform: translate(0);
  }
  .oa-mid .list .box{
    margin-top: 15px;
    text-align: center;
  }
  .oa-mid,.oa-bot{
    margin: 3%;
  }
  .oa-bot .list{
    display: block;
    margin-top: 15px;
  }
  .oa-bot .list .box{
    width: 100%;
    margin-top: 10px;
  }
  .oa-bot .list .title{
    margin: 10px 0;
  }
  .inside-banner{
    padding-bottom: 60%;
  }
  .about-big-des{
    margin: 3%;
  }
  .about-service{
    display: block;
    background-size: contain;
    margin: 3%;
  }
  .about-service .box{
    width: 100%;
    margin-top: 10px;
  }
  .about-team .box{
    display: block;
  }
  .about-team .box .pic-w{
    width: 100%;
    padding-bottom: 50%;
  }
  .about-team .box .txt{
    width: 100%;
    padding: 10px;
  }
  .about-comment .main {
    display: block;
  }
  .about-comment .main .box{
    width: 100%;
  }
  .about-heart .main{
    display: block;
  }
  .about-comment,.about-heart{
    margin: 3%;
  }
  
  .about-heart .main .box{
    width: 100%;
  }
  .about-process{
    margin: 3%;
  }
  .about-process .big-title{
    background-size: contain;
  }
  .about-process .main{
    display: block;
  }
  .about-process .box{
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .about-process .box .txt{
    margin-top: 10px;
    transform: translate(0);
  }
  .about-process .box img{
    display: none;
  }
  .about-process .box .left{
    margin: auto;
  }
  .inside-question .main{
    display: block;
  }
  .inside-question .list:first-child{
    text-align: left;
    padding: 0;
  }
  .inside-question .list:first-child .box:nth-child(2){
    
    margin:  10px 0 0 0;
  }
  .inside-question .list .title{
    line-height: 1.5;
    font-size: 14px;
  }
  .inside-question .list .box{
    display: block;
    margin-top: 20px;
  }
  .inside-question .list .des{
    text-align: left;
    margin-top: 10px;
  }
  .inside-question .main{
    background-image: none !important;
  }
  .inside-question{
    margin: 3%;
  }
  .inside-question img{
    display: block;
    margin: auto;
    height: 150px;
  }
  .inside-question .list:last-child .box:nth-child(2){
    margin: 10px 0 0 0;
  }
  .inside-question .list:last-child{
    padding: 0;
  }
  .banner-two{
    display: none;
  }
  .inside-app .list{
    display: block;
  }
  .inside-app{
    margin: 0;
    padding: 3%;
  }
  .inside-app .box{
    width: 100%;
    margin-top: 130px;
  }
  .inside-app .box:first-child{
    margin-top: 80px;
  }
  .inside-mini{
    margin: 80px 0 0 0;
    padding: 3%;
  }
  .inside-mini .list{
    padding: 0;
    display: block;
  }
  .inside-mini .list .box{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .index-find .list{
    flex-wrap: wrap;
  }
  .index-find .list .pic{
    width: 90px;
    height: 100px;
    background-size: contain;
  }
  .index-find .list .box:nth-child(even){
    margin-top: 0;
  }
  .inside-advantage .main{
    display: block;
  }
  .inside-advantage .main .list .box:first-child{
    margin: 0;
  }
  .inside-advantage .main .list:first-child .box:first-child{
    margin: 0;
  }
  .inside-advantage .main .list .box{
    margin-top: 20px;
  }
  
  .inside-advantage .main .center{
    margin: 0;
  }
  .inside-advantage .main .list .box:first-child{
    margin-top: 20px;
  }
  
  .inside-advantage .main .center .box{
    display: block;
  }
  .inside-advantage .main .center img{
    display: block;margin:20px auto;
    height: 150px;
  }
  .inside-advantage .main .list:last-child .box:last-child{
    margin-left: 0;
  }
  .inside-develop .list{
    margin: 3%;
    display: block;
  }
  .inside-develop .list>img{
    display: block;
    margin: 10px auto;
    height: 20px;
    transform: rotate(90deg);
  }
  .inside-develop .list .box{
    margin: auto;
  }
  .inside-know .know-top{
    display: block;
  }
  .inside-know .know-top .box{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .inside-know .know-top .txt{
    margin: 0;
  }
  .inside-know .list{
    display: block;

  }
  .inside-know .list .pic-w{
    width: 100%;
    height: 100px;
  }
  .inside-know .list .text{
    width: 100%;
  }
  .inside-news{
    display: block;
  }
  .inside-news .news-mid{
    width: 100%;
    margin: 20px 0;
  }
  .inside-news .news-right .list{
    display: none;
  }
  .inside-news .news-mid .title{
    font-size: 14px;
    line-height: 1.5;
  }
  .inside-news .news-nav{
    display: flex;
    flex-wrap: wrap;
  }
  .inside-news .news-nav a{
    width: 50%;
  }
  .inside-news .news-content .right{
    width: 100%;
    float: none;
  }
  .inside-news .news-content{
    width: 100%;
    margin-top: 20px;
  }
  .inside-news .news-content .title{
    font-size: 16px;
    line-height: 1.5;
  }
  .inside-news .news-content .main .left{
    width: 100%;
  }
  .inside-news .news-content .main .pic-w{
    margin-bottom: 20%;
    padding-bottom: 35%;
    margin-top: 20px;
  }
  .banner-bot{
    display: none;
  }
  .inside-marketing{
    margin: 3%;
  }
  .inside-marketing .list{
    flex-wrap: wrap;
    justify-content: center;
  }
  .inside-site-four .list{
    display: block;
  }
  .inside-site-four .list .box{
    width: 100%;
  }
  .inside-step .list .box{
    width: 100%;
  }
  .inside-site-three .list{
    display: block;

  }
  .inside-site-three .list .box,.inside-site-three .list .box.on{
    width: 100%;
    margin-bottom: 20px;
  }
  .inside-site-three .list .box .main{
    opacity: 1;
    display: block;
  }
  .inside-site-three .list .box .bg{
    height: auto;
    padding-bottom: 10px;
  }
  .inside-site-three .list .left{
    position: relative;
    text-align: center;
    padding: 15px;
    text-align: center;
  }
  .inside-about-four{
    margin: 3%;
    text-align: center;
    display: block;
  }
  .inside-about-four .box{
  justify-content: center;
  margin-top: 20px;
  }
  .inside-site-three{
    margin: 3%;
  }
  .inside-system{
    padding: 3%;
  }
  .inside-system .main{
    display: block;
  }
  .inside-system .main .box{
    width: 100%;
    margin-top: 20px;
  }
  .inside-system .main .box:hover .des,.inside-system .main .box .des{
    padding: 20px;
    height: auto;
    border-top: 5px solid #F68500;
    opacity: 1;
    background: url(../images/desbg.png);
    background-size: cover;
    margin-top: 10px;
    line-height: 1.5;
  }
  .inside-system .main .box .des p{
    line-height: 2;
  }
  .inside-adv{
    margin: 3%;
  }
  .inside-adv .main{
    display: block;
    margin-top: 30px;
  }
  .inside-adv .main .box{
    width: 100%;
  }
  .index-feature{
    margin: 3%;
  }
  .index-feature .main{
    display: block;
  }
  .index-feature .main .box{
    width: 100%;
  }
  .inside-sevice{
    padding: 50px 3% 3% 3%;
  }
  .inside-sevice .main{
    display: block;
  }
  .inside-sevice .main::after{
    display: none;
  }
  .inside-sevice .main .box{
    margin: 20px 0 0 0 !important;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .inside-sevice .main .box:after{
    display: none;
  }
  .waveWrapper{
    display: none;
  }
  .inside-site-three{
    padding: 0;
  }
  .inside-swiper .pic-w{
    padding-bottom: 60%;
  }
  .index-case .index-case-nav a{
    display: none;
  }
}