@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: "Noto Sans SC";
  font-weight: 400;
}

td,
th,
caption {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
  border: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  border: none;
  box-shadow: none;
}

input:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}

button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.un-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.un-pointer {
  pointer-events: none;
}

.img-wrap {
  width: 100%;
  margin: auto;
  position: relative;
}

button:hover {
  opacity: 0.65;
}

.header-fixed {
  width: 100%;
  height: 90px;
  background: #fff;
}

.header-wrap {
  width: 1400px;
  margin: auto;
}

.header-logo {
  width: 222px;
  height: 34px;
  padding-top: 28px;
  float: left;
}

.header-menu {
  float: right;
  height: 100%;
}

.header-menu li {
  display: inline-block;
  height: 90px;
  margin-left: 70px;
  position: relative;
}

.header-menu li a {
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #333333;
  line-height: 90px;
  text-decoration: none;
}

.header-menu li a.active {
  color: #1158e8;
  font-weight: 500;
}

.swiper {
  width: 100%;
  min-width: 1400px;
  height: 640px;
  position: relative;
  overflow: hidden;
}

.about-us {
  height: 460px;
}

.swiper-box {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  position: relative;
}

.swiper .banner {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-know {
  width: 268px;
  height: 86px;
  text-align: center;
  line-height: 86px;
  border-radius: 86px;
  background-color: #1158e8;
  box-shadow: 0px 1px 18px 0px rgba(17, 88, 232, 0.65);
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  bottom: 208px;
  left: 50%;
  margin-left: -155px;
}

.content-territory {
  width: 100%;
  background-color: #f6faff;
}

.content-introduce {
  width: 100%;
  height: 512px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.content-case {
  width: 100%;
  background: #f6faff;
}

.content-way {
  width: 100%;
  background: #fff;
}

.content-wrap {
  width: 1400px;
  margin: auto;
}

.introduce {
  float: left;
  width: 360px;
  margin-top: 70px;
}

.introduce h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 10px;
}

.introduce h2 span {
  display: inline-block;
  width: 50px;
  margin-right: 0;
}

.introduce h2 span img {
  display: block;
  margin: auto;
}

.introduce p {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #666666;
  margin-left: 50px;
  text-align: justify;
}

.territory {
  float: right;
  padding-top: 70px;
  padding-bottom: 60px;
  font-size: 0;
}

.territory li {
  width: 220px;
  height: 311px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  margin-left: 34px;
  text-align: justify;
}

.territory li:first-child {
  margin-left: 0;
}

.territory li::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #999999;
  bottom: 0;
  left: 0;
}

.territory li .thumb {
  width: 222px;
  height: 154px;
  overflow: hidden;
}

.territory li .thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.15s ease-in-out;
}

.territory li h3 {
  font-size: 24px;
  line-height: 36px;
  color: #666666;
  margin-top: 20px;
}

.territory li p {
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
}

.territory li:hover h3,
.territory li:hover p {
  color: #00a8f6;
}

.territory li:hover .thumb img {
  transform: scale(1.2);
}

.jieshao-wrap {
  float: right;
  width: 990px;
  height: 512px;
  position: relative
}

.jieshao {
  width: 1250px;
  height: 512px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/introduce_bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 350px;
  overflow: hidden;
}

.jieshao p {
  width: 1026px;
  margin-left: 64px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.way {
  float: right;
  padding-top: 70px;
}

.content-way .introduce {
  width: 604px;
}

.product {
  padding: 50px 0 60px;
}

.product li {
  width: 25%;
  margin: 0;
  float: left;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.product li:hover .thumb img {
  transform: scale(1.2);
}

.product li .thumb {
  width: 305px;
  height: 172px;
  background-color: #eef6ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.product li .thumb img {
  margin: auto;
  transition: all 0.15s ease-in-out;
}

.product li h3 {
  font-size: 24px;
  color: #333333;
}

.case {
  width: 990px;
  height: 552px;
  margin: 82px 0 90px;
  float: right;
  position: relative;
}

.case img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.case img:hover {
  transform: scale(1.2);
}

.case .left {
  width: 571px;
  height: 269px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.case .right {
  width: 404px;
  height: 217px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.case .right-bottom {
  width: 405px;
  height: 326px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.bottom-left {
  width: 262px;
  height: 273px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.bottom-right {
  width: 293px;
  height: 273px;
  position: absolute;
  left: 276px;
  bottom: 0;
  overflow: hidden;
}

.content-news {
  width: 100%;
  background-color: #f6faff;
}

.news {
  float: right;
  padding-top: 80px;
  padding-bottom: 50px;
  font-size: 0;
}

.news li {
  width: 470px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin-left: 50px;
  text-align: justify;
}

.news li:first-child {
  margin-left: 0;
}

.news li .thumb {
  width: 470px;
  height: 265px;
  overflow: hidden;
}

.news li .thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.15s ease-in-out;
}

.news li h3 {
  width: 100%;
  font-size: 24px;
  line-height: 1.1;
  margin: 20px 0 24px;
  color: #333333;
  margin-top: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 110px;
}

.news li h3 span {
  font-size: 18px;
  color: #999999;
  position: absolute;
  right: 0;
  top: 3px;
}

.news li p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 超出几行省略 */
  overflow: hidden;

}

.news li:hover .thumb img {
  transform: scale(1.2);
}

.cut-off {
  width: 1403px;
  height: 1px;
  border: solid 1px #dcdcdc;
  margin: 0 auto;
}

.news-detail {
  margin: 40px auto 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.news-detail .thumb {
  width: 636px;
  height: 110px;
  margin-bottom: 30px;
}

.news-detail .thumb .date {
  width: 110px;
  height: 110px;
  float: left;
}

.news-detail .thumb .title {
  width: 496px;
  float: right;
}

.news-detail .thumb .title h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin: 4px 0 4px;
}

.news-detail .thumb .title p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 超出几行省略 */
  overflow: hidden;

}

.news-detail .thumb .title a {
  float: right;
  font-size: 16px;
  color: #1158e8;
  margin-right: 14px;
  cursor: pointer;
}

.content-blogroll {
  width: 100%;
  background-color: #eeeeee;
}

.blogroll {
  width: 1400px;
  margin: auto;
  display: flex;
}

.blogroll p {
  width: 110px;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin: 25px 0;
}

.blogroll ul {
  width: 1290px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin: 25px 0;
}

.blogroll ul li {
  float: left;
  cursor: pointer;
}

.blogroll ul li a:hover {
  color: #1158e8;
  ;
}

.footer {
  width: 100%;
  height: 390px;
  background: #1b1b1b;
}

.footer-wrap {
  width: 1400px;
  height: 100%;
  margin: auto;
  background: #1b1b1b;
}

.linkcont {
  width: 330px;
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  float: left;
}

.link {
  width: 100px;
}

.hotline {
  float: left;
  padding-top: 133px;
  margin-left: 265px;
}

.hotline p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.hotline .phone {
  font-size: 48px;
  line-height: 34px;
  /* letter-spacing: 5px; */
  margin: 22px 0;
  color: #00a8f6;
}

.link li {
  height: 46px;
}

.link li a {
  line-height: 78px;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.15s ease-in-out;
}

.link li:first-child a {
  font-size: 24px;
  font-weight: 500;
}

.link li a:hover {
  font-size: 24px;
}

.qrcode {
  width: 190px;
  float: right;
  padding-top: 92px;
}

.qrcode .thumb {
  width: 170px;
  height: 170px;
  border-radius: 5px;
  /* background: #00ddff; */
  overflow: hidden;
  margin: 0 auto;
}

.qrcode .thumb img {
  width: 100%;
  height: 100%;
}

.qrcode p {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin-top: 12px;
}

/* scheme */
.cloumn {
  width: 100%;
  height: 600px;
  min-width: 1400px;
  position: relative;
  overflow: hidden;
}

.cloumn-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
}

.cloumn-bg.bg1 {
  background: url(../images/scheme/bg1.jpg) center center no-repeat;
  background-size: cover;
}

.cloumn-bg.bg2 {
  background: url(../images/scheme/bg2.jpg) center center no-repeat;
  background-size: cover;
}

.cloumn-bg.bg3 {
  background: url(../images/scheme/bg3.jpg) center center no-repeat;
  background-size: cover;
}

.cloumn-bg.bg4 {
  background: url(../images/scheme/bg4.png) center center no-repeat;
  background-size: cover;
}

.bg-gx {
  margin-top: 10px;
  background: url(../images/intro/gx.png) center center no-repeat;
  background-size: cover;
}

.cloumn-wrap {
  width: 1400px;
  margin: auto;
}

.cloumn-wrap h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0px;
  color: #1158e8;
  margin: 150px 0 50px;
}

.cloumn-wrap p {
  width: 614px;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 20px;
}

.cloumn-text-right {
  float: right;
}

.cloumn4 {
  height: 694px;
}

.cloumn-title {
  width: 100%;
  text-align: center;
  font-size: 48px;
  letter-spacing: 0px;
  color: #1158e8;
  font-weight: 700;
  margin: 104px 0 80px;
}

.serves {
  width: 1400px;
  margin: auto;
  background: #fff;
  padding-bottom: 380px;
}

.serves .img-text p {
  float: left;
  width: 635px;
  font-size: 24px;
  color: #666666;
  line-height: 48px;
  letter-spacing: 1px;
}

.serves .img-text .thumb {
  float: right;
  width: 710px;
  height: 410px;
}

.serves .img-text .thumb img {
  width: 100%;
  height: 100%;
}

.serves .text-img p {
  float: right;
  width: 635px;
  font-size: 24px;
  color: #666666;
  line-height: 48px;
  letter-spacing: 1px;
}

.serves .text-img p {
  margin-top: 70px;
}

.serves .text-img .thumb {
  float: left;
  width: 710px;
  height: 411px;
  margin-top: -30px;
}

.serves .img-text .thumb img {
  width: 100%;
  height: 100%;
}

/* intro */
.intro-tab {
  width: 100%;
  height: 90px;
  font-size: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(153, 153, 153, 0.28);
  text-align: center;
}

.intro-tab li {
  font-size: 30px;
  display: inline-block;
  line-height: 90px;
  margin: 0 80px;
}

.intro-tab li a:hover {
  color: #1158e8;
}

.intro-tab li a {
  color: #333333;
}

.intro-tab li.active a {
  color: #1158e8;
}

.intro-title {
  padding: 90px 0 89px;
  text-align: center;
  font-size: 48px;
  color: #333333;
}

.intro-group {
  width: 1400px;
  margin: auto;
}

.intro-group .thumb {
  float: left;
  width: 630px;
  height: 600px;
}

.intro-group .thumb img {
  width: 100%;
  height: 100%;
}

.intro-group .intro-group-text {
  float: right;
  width: 700px;
}

.intro-group .intro-group-text p {
  font-size: 24px;
  color: #333333;
  line-height: 48px;
  text-align: justify;
  margin-top: 15px;
  text-indent: 2em;
}

.intro-keji {
  width: 1400px;
  margin: auto;
}

.intro-keji .intro-group-text {
  margin-top: 30px;
  margin-bottom: 380px;
}

.intro-keji .intro-group-text p {
  font-size: 24px;
  color: #333333;
  line-height: 48px;
  text-align: justify;
  margin-top: 15px;
  text-indent: 2em;
}

.certificate {
  width: 1400px;
  margin: 0 auto 110px;
}

.certificate li {
  float: left;
  margin-right: 13px;
  margin-bottom: 44px;
}

.certificate li:nth-child(4n) {
  margin-right: 0;
}

.certificate li .thumb {
  width: 340px;
  height: 454px;
  margin: auto;
}

.certificate li .thumb img {
  width: 100%;
  height: 100%;
}

.certificate li .title {
  width: 340px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #eeeeee;
  font-size: 24px;
  color: #666666;
  margin: auto;
}

.certificate li:hover .title {
  background: #1158e8;
  color: #fff;
}

.certificate li.active .title {
  background: #1158e8;
  color: #fff;
}

.company-info {
  width: 1400px;
  margin: 120px auto 110px;
  text-align: center;
  font-size: 0;
}

.company-info li {
  width: 50%;
  display: inline-block;
  text-align: center;
  line-height: 48px;
}

.company-info li .thumb {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #1158e8;
  margin: auto;
}

.company-info li .thumb img {
  width: 100%;
  height: 100%;
}

.company-info li .title {
  font-size: 36px;
  color: #1158e8;
  margin-top: 35px;
}

.company-info li .info {
  font-size: 24px;
  color: #333333;
}

.company-address {
  width: 1400px;
  margin: 0 auto 700px;
}

.company-address img {
  width: 100%;
  margin-bottom: 66px;
}

.company-address p {
  font-size: 30px;
  color: #333333;
  line-height: 60px;
}

.company-address p span {
  font-weight: 700;
}

.information-news {
  width: 1400px;
  margin: 50px auto 0px;
}

.information-news h3 {
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #999999;
}

.information-news .cut {
  width: 1242px;
  height: 1px;
  border: solid 1px #dcdcdc;
  float: right;
  margin-top: -18px;
}

.company-news {
  width: 1400px;
  margin: 60px auto 52px;
}

.company-news li {
  width: 100%;
  height: 380px;
  text-align: justify;
  margin-bottom: 70px;
}

.company-news li .thumb {
  width: 514px;
  height: 288px;
  float: left;
}

.company-news li .thumb img {
  width: 100%;
  height: 100%;
}

.company-news li .detail {
  width: 840px;
  height: 288px;
  float: right;
  position: relative;
}

.company-news li .detail .title h3 {
  font-size: 24px;
  line-height: 63px;
  font-weight: 400;
  color: #333333;
  height: 110px;
  margin-top: -10px;
}

.company-news li .detail .title {
  position: relative;
}

.company-news li .detail .title span {
  position: absolute;
  bottom: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #bbbbbb;
}

.company-news li .detail p {
  font-size: 18px;
  line-height: 42px;
  color: #666666;
}

.company-news li .detail a {
  display: block;
  width: 190px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #1158e8;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  color: #1158e8;
  position: absolute;
  bottom: 0;
  left: 0;
}

.company-news li .detail:hover a {
  color: #ffffff;
  background-color: #1158e8;
  box-shadow: 0px 3px 10px 0px rgba(17, 88, 232, 0.75);
}

.company-news li .detail:hover .title h3 {
  color: #1158e8;
}

.news-detail {
  width: 100%;
}

.company-detail {
  width: 1400px;
  margin: 90px auto 176px;
}

.company-detail h3 {
  font-size: 36px;
  color: #333333;
  text-align: justify;
}

.company-detail .time {
  line-height: 20px;
  font-size: 20px;
  color: #999999;
  margin-bottom: 80px;
  margin-top: 20px;
  float: right;
}

.company-detail img {
  width: 580px;
  margin: auto;
}

.company-detail p {
  font-size: 20px;
  line-height: 36px;
  color: #666666;
  text-align: justify;
  margin: 30px 0;
}

.company-detail h5 {
  font-size: 20px;
  line-height: 36px;
  color: #666666;
  text-align: center;
  margin: 30px 0;
}

.company-article {
  width: 1400px;
  margin: 0 auto 127px;
}

.company-article h3 {
  line-height: 24px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 18px;
}

.company-ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 19px;
}

.company-ul li {
  width: 320px;
  cursor: pointer;
}

.company-ul li .thumb {
  width: 320px;
  height: 192px;
  overflow: hidden;
  position: relative;
}

.company-ul li .thumb img {
  width: 100%;
  height: 100%;
}

.company-ul li .thumb div {
  height: 60px;
  background-color: #131823d4;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  padding: 0 16px;
}

.company-ul li:hover .thumb img {
  transform: scale(1.2);
}

.company-ul li:hover .thumb div {
  color: #1158e8;
}

.turntext {
  width: 1400px;
  margin: 0 auto 107px;
}

.turntext li a {
  font-size: 28px;
  font-weight: 700;
  line-height: 63px;
  color: #333333;
}

.turntext li:hover a {
  color: #185de9;
}

.header-sim {
  background: #262530;
}

.header-menu-sim {
  float: left;
  margin-left: 250px;
}

.header-menu-sim li {
  margin-left: 0;
  margin-right: 75px;
}

.header-menu-sim li a {
  color: #666666;
}

.header-menu-sim li a.active {
  color: #ffffff;
}

.sim-column {
  width: 100%;
  min-width: 1400px;
  position: relative;
  overflow: hidden;
  text-align: justify;
}

.time-column-design {
  height: 932px;
  background: url(../images/time_1.jpg) center center no-repeat;
  background-size: cover;
}

.sim-design {
  width: 1400px;
  margin: auto;
}

.sim-design .detail .title {
  font-size: 60px;
  color: #1158e8;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}

.sim-design .detail p {
  font-size: 30px;
  color: #666666;
  line-height: 56px;
  margin-bottom: 20px;
}

.sim-design .detail {
  width: 554px;
  padding-top: 230px;
}

.time-column-seo {
  height: 1000px;
  background: url(../images/time_2.jpg) center center no-repeat;
  background-size: cover;
}

.sim-column-design {
  height: 801px;
  background: url(../images/sim1.jpg) center center no-repeat;
  background-size: cover;
}

.sim-column-seo {
  height: 776px;
  background: url(../images/sim2.jpg) center center no-repeat;
  background-size: cover;
}

.sim-seo .detail {
  width: 900px;
  margin: auto;
  text-align: center;
  padding-top: 88px;
}

.sim-column-tech {
  height: 770px;
  background: url(../images/sim3.jpg) center center no-repeat;
  background-size: cover;
}

.sim-tech .detail {
  width: 626px;
}

.sim-column-technology {
  height: 1080px;
  background: url(../images/sim4.jpg) center center no-repeat;
  background-size: cover;
}

.sim-technology .detail {
  width: 953px;
  text-align: center;
  margin: auto;
  padding-top: 89px;
}

.sim-technology .detail .title {
  text-align: center;
}

.sim-thumb .detail {
  width: 100%;
  padding-top: 90px;
}

.sim-thumb .detail .title {
  text-align: center;
  margin-bottom: 94px;
}

.sim-swiper {
  float: left;
  width: 1047px;
  height: 590px;
  background-color: #e8e8e8;
}

.sim-swiper-thumb {
  float: right;
  width: 310px;
  height: 590px;
}

.gallery-top,
.gallery-top img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.gallery-thumbs,
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sim-column-code {
  height: 236px;
  background: url(../images/sim5.jpg) center center no-repeat;
  background-size: cover;
  margin: 108px auto 180px;
}

.sim-swiper-thumb .active {
  background-color: #e8e8e8;
  border: solid 2px #00a0e9;
}

.ui-menu-cont {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  background: #fff;
  z-index: 10;
  display: none;
}

.ui-menu-cont li {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.ui-menu-cont li a {
  width: 100%;
  height: 100px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-menu-cont li.active a {
  color: #1158e8;
}

.ui-menu-cont li:hover a {
  background: #1158e8;
  color: #fff;
}

.icp {
  width: 100%;
  min-width: 1400px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #111111;
}

.icp span {
  font-size: 14px;
  color: #fff;
  margin: 0 30px;
}

.icp span a {
  color: #fff;
}

.icp span a:hover {
  text-decoration: underline;
}

.content-question {
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

.case-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-question li {
  flex: 1;
}

.case-question li img {
  width: 168px;
  height: 168px;
  margin: auto;
}

.case-question li p {
  font-size: 22px;
  color: #666666;
  margin: 30px 0;
  text-align: center;
}

.case-title {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
}

.content-fangan {
  width: 100%;
  background: #f6faff;
  padding: 60px 0;
}

.case-fagnan {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.case-fagnan li {
  width: 400px;
}

.case-fagnan li .thumb {
  width: 400px;
  height: 250px;
  position: relative;
  margin-bottom: 30px;
}

.case-fagnan li .thumb img {
  width: 100%;
  height: 100%;
}

.case-fagnan li .thumb .name {
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: #131823;
  opacity: 0.6;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  bottom: 0;
  left: 0;
}

.case-fagnan li ul {
  width: 100%;
  margin-bottom: 30px;
}

.case-fagnan li p {
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  color: #1158e8;
}

.case-fagnan li ul li {
  font-size: 20px;
  line-height: 32px;
  color: #666666;
}

.content-vs {
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

.content-xiaoyi {
  width: 100%;
  background: #f6faff;
  padding: 60px 0;
}

.content-kehu {
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

.case-more {
  margin: 50px auto 110px;
}

.classify {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.classify>li {
  width: 700px;
  height: 532px;
}

.classify .zn {
  background: #5f91f7;
}

.classify .zn .title {
  width: 182px;
  height: 68px;
  background-color: #5389f6;
  box-shadow: 2px 5px 18px 0px rgba(4, 47, 136, 0.1);
  border-radius: 0px 0px 40px 40px;
  font-size: 26px;
  line-height: 68px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin: auto;
}

.classify .zn ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.classify .zn ul li {
  width: 50%;
  text-align: center;
  padding: 0 30px;
  margin-top: 40px;
}

.classify .zn ul li img {
  width: auto;
  margin: auto;
  height: 57px;
}

.classify .zn ul li h3 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: bold;
  margin: 10px 0 0;
}

.classify .zn ul li p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 32px;
}

.classify .ct {
  background: #f8f8f8;
}

.classify .ct .title {
  width: 182px;
  height: 68px;
  background-color: #f8f8f8;
  box-shadow: 2px 5px 18px 0px rgba(4, 47, 136, 0.1);
  border-radius: 0px 0px 40px 40px;
  font-size: 26px;
  line-height: 68px;
  letter-spacing: 0px;
  color: #5f91f7;
  text-align: center;
  font-weight: bold;
  margin: auto;
}

.classify .ct ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.classify .ct ul li {
  width: 50%;
  text-align: center;
  padding: 0 30px;
}

.classify .ct ul li img {
  width: 264px;
  height: 150px;
}

.classify .ct ul li h3 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #5f91f7;
  text-align: center;
  font-weight: bold;
}

.xiaoyi {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.xiaoyi li {
  width: 25%;
  height: 300px;
  background: #fff;
}

.xiaoyi li img {
  height: 46px;
  margin: 34px auto 50px;
}

.xiaoyi li:nth-child(3) {
  width: 50%;
}

.xiaoyi li:nth-child(2) {
  background: #daf2ff;
}

.xiaoyi li:nth-child(4) {
  background: #daf2ff;
}

.xiaoyi li:nth-child(6) {
  background: #daf2ff;
}

.xiaoyi li .img {
  width: 100%;
  height: 100%;
}

.xiaoyi li h4 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  padding: 0 25px;
}

.xiaoyi li p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #999999;
  padding: 0 25px;
  text-align: justify;
}

.breadcrumb {
  margin: 30px auto;
  font-size: 24px;
  color: #333333;
}