/* 公用 */
* {
  margin: 0;
  padding: 0;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
li {
  list-style: none;
}
i {
  display: block;
  font-style: normal;
}
b {
  display: block;
  font-weight: 400;
}
input {
  outline: none;
}
input:focus {
  outline: none;
}
.main {
  margin: auto;
  width: 1350px;
}
.gg-t {
  padding-top: 60px;
  font-size: 48px;
  text-align: center;
  font-weight: 500;
}
.gg-t span {
  color: #07f;
}
.swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index6-swiper-container .swiper-pagination-bullet-active {
  background-color: #07f;
}
.button {
  margin-top: 40px;
  width: 160px;
  height: 48px;
  background: #07f;
  border-radius: 2px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.button:hover {
  background-color: #3da4ff;
}
/* 分页 */
.pagination {
  display: flex;
}
.pagination li span,
.pagination li a {
  display: inline-block;
  margin: 20px 5px;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid rgba(17, 31, 44, 0.08);
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
}
.pagination .active span {
  background-color: #07f;
  border-color: #07f;
  color: #fff;
}
.pagination .disabled {
  cursor: not-allowed;
}
/* tab栏 */
.slideTxtBox {
  margin-top: 40px;
  text-align: left;
}
.slideTxtBox .hd {
  line-height: 30px;
  position: relative;
}
.slideTxtBox .hd ul {
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.slideTxtBox .hd ul li {
  width: 20%;
  cursor: pointer;
}
.slideTxtBox .hd ul li.on {
  background: #fff;
}
.slideTxtBox .hd ul li .index1-tl {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  float: left;
}
.slideTxtBox .hd ul li .index1-tr {
  font-size: 22px;
  line-height: 60px;
  font-weight: 500;
}
.slideTxtBox .hd ul li.index1-tl1 .index1-tl {
  background: url(../images/index/index1-icon1.png) no-repeat;
}
.slideTxtBox .hd ul li.index1-tl1:hover .index1-tl {
  background: url(../images/index/index1-icon1-h.png) no-repeat;
}
.slideTxtBox .hd ul li.index1-tl2 .index1-tl {
  background: url(../images/index/index1-icon2.png) no-repeat;
}
.slideTxtBox .hd ul li.index1-tl2:hover .index1-tl {
  background: url(../images/index/index1-icon2-h.png) no-repeat;
}
.slideTxtBox .hd ul li.index1-tl3 .index1-tl {
  background: url(../images/index/index1-icon3.png) no-repeat;
}
.slideTxtBox .hd ul li.index1-tl3:hover .index1-tl {
  background: url(../images/index/index1-icon3-h.png) no-repeat;
}
.slideTxtBox .hd ul li.index1-tl4 .index1-tl {
  background: url(../images/index/index1-icon4.png) no-repeat;
}
.slideTxtBox .hd ul li.index1-tl4:hover .index1-tl {
  background: url(../images/index/index1-icon4-h.png) no-repeat;
}
.slideTxtBox .hd ul li.index1-tl1.on .index1-tl {
  background: url(../images/index/index1-icon1-h.png) no-repeat;
  background-size: 70px 70px;
}
.slideTxtBox .hd ul li.index1-tl2.on .index1-tl {
  background: url(../images/index/index1-icon2-h.png) no-repeat;
  background-size: 70px 70px;
}
.slideTxtBox .hd ul li.index1-tl3.on .index1-tl {
  background: url(../images/index/index1-icon3-h.png) no-repeat;
  background-size: 70px 70px;
}
.slideTxtBox .hd ul li.index1-tl4.on .index1-tl {
  background: url(../images/index/index1-icon4-h.png) no-repeat;
  background-size: 70px 70px;
}
.slideTxtBox .hd ul li.index1-tl1 .index1-tl,
.slideTxtBox .hd ul li.index1-tl2 .index1-tl,
.slideTxtBox .hd ul li.index1-tl3 .index1-tl,
.slideTxtBox .hd ul li.index1-tl4 .index1-tl {
  background-size: 70px 70px;
}
.slideTxtBox .hd ul li.index1-tl1:hover .index1-tl,
.slideTxtBox .hd ul li.index1-tl2:hover .index1-tl,
.slideTxtBox .hd ul li.index1-tl3:hover .index1-tl,
.slideTxtBox .hd ul li.index1-tl4:hover .index1-tl {
  background-size: 70px 70px;
}
.slideTxtBox .bd {
  background-color: #f3f4f8;
}
.inBox {
  padding-bottom: 40px;
}
.inBox .tempWrap {
  margin: auto;
}
.inBox .inBd,
.inBox .inHd {
  width: 100%;
  margin: auto;
}
.inBox .inBd {
  text-align: center;
}
.inBox .inBd p {
  margin: 30px 10px;
  font-size: 32px;
  line-height: 45px;
}
.inBox .inBd img {
  width: 80%;
}
.inBox .inHd ul {
  display: flex;
  justify-content: space-between;
}
.inBox .inHd ul li {
  padding: 20px;
  width: 300px;
  cursor: pointer;
}
.inBox .inHd ul li:hover h3,
.inBox .inHd ul li:hover span {
  color: #07f;
}
.inBox .inHd ul li.on h3,
.inBox .inHd ul li.on span {
  color: #07f;
}
.inBox .inHd ul li h3 {
  display: inline-block;
  margin-right: 4px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
}
.inBox .inHd ul li span {
  font-size: 18px;
  line-height: 25px;
}
.inBox .inHd ul li p {
  font-size: 16px;
  color: rgba(17, 31, 44, 0.56);
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  white-space: pre-wrap;
}
.inBox .inHd ul li a {
  font-size: 16px;
  color: #07f;
  text-align: center;
  line-height: 20px;
}
.inBox .inHd ul li a:hover {
  text-decoration: underline;
}
.inBox:nth-child(n+2) .inHd ul li h3 {
  font-size: 22px;
  line-height: 25px;
}
/* head */
.head {
  position: fixed;
  width: 100%;
  height: 80px;
  line-height: 80px;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
}
.head .main {
  display: flex;
}
.head .main .head-l {
  width: 20%;
  background: url(../images/logo.png) 0 16px no-repeat;
  background-size: 170px;
}
.head .main .head-r {
  display: flex;
  width: 80%;
}
.head .main .head-r li {
  margin-right: 50px;
}
.head .main .head-r li .head-rl-a {
  padding: 0 3px 5px;
}
.head .main .head-r li:hover .head-rl-a {
  border-bottom: 2px solid #0077ff;
  box-sizing: border-box;
}
.head .main .head-r a {
  color: #fff;
  font-size: 16px;
}
.head .main .head-r .head-rl {
  position: relative;
  z-index: 999;
}
.head .main .head-r .head-rl .head-rlc {
  position: absolute;
  display: none;
  width: 1100px;
  background-color: #fff;
  left: -150px;
}
.head .main .head-r .head-rl .head-rlc a {
  display: block;
}
.head .main .head-r .head-rl .head-rlc a:hover {
  color: #07f !important;
}
.head .main .head-r .head-rl .head-rlc .head-rlc-l {
  width: 20%;
  background-color: #f5f6f9;
}
.head .main .head-r .head-rl .head-rlc .head-rlc-l .head-rlc-lc {
  height: 180px;
  padding-top: 25%;
  text-align: center;
}
.head .main .head-r .head-rl .head-rlc .head-rlc-l .head-rlc-lc:hover p {
  color: #07f;
}
.head .main .head-r .head-rl .head-rlc .head-rlc-r {
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding: 0 50px;
  box-sizing: border-box;
}
.head .main .head-r .head-rl .head-rlc .head-rlc-r .head-rlc-rc {
  width: 22%;
}
.head .main .head-r .head-rl .head-rlc .head-rlc-r .head-rlc-rc .head-rlc-rc-a1 {
  font-size: 18px;
  color: #111f2c;
  line-height: 32px;
  font-weight: 500;
  padding: 32px 0 12px;
  border-bottom: 1px solid rgba(17, 31, 44, 0.08);
  margin-bottom: 12px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.head .main .head-r .head-rl .head-rlc .head-rlc-r .head-rlc-rc .head-rlc-rc-a2 {
  font-size: 14px;
  color: rgba(17, 31, 44, 0.85);
  line-height: 28px;
  font-weight: 400;
  cursor: pointer;
}
.head .main .head-r .head-rl .head-rlc-jj {
  position: absolute;
  display: none;
  padding: 20px 40px;
  flex-wrap: wrap;
  width: 900px;
  background-color: #fff;
  left: -150px;
}
.head .main .head-r .head-rl .head-rlc-jj .head-rlc-c {
  width: 33.3%;
  padding: 20px 20px 40px;
  box-sizing: border-box;
}
.head .main .head-r .head-rl .head-rlc-jj .head-rlc-c:hover {
  background-color: #f5f6f9;
}
.head .main .head-r .head-rl .head-rlc-jj .head-rlc-c img {
  height: 50px;
}
.head .main .head-r .head-rl .head-rlc-jj .head-rlc-c p {
  margin: 15px 0 4px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.head .main .head-r .head-rl .head-rlc-jj .head-rlc-c p:hover {
  color: #07f;
}
.head .main .head-r .head-rl .head-rlc-jj .head-rlc-c i {
  font-size: 14px;
  color: rgba(17, 31, 44, 0.56);
  text-align: justify;
  line-height: 22px;
  font-weight: 400;
}
.head .main .head-r .head-rl .head-rlc-fw {
  position: absolute;
  display: none;
  padding: 20px 40px;
  flex-wrap: wrap;
  width: 750px;
  background-color: #fff;
  left: -150px;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c p {
  font-size: 16px;
  color: rgba(17, 31, 44, 0.85);
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct {
  display: flex;
  justify-content: space-between;
  width: 48%;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct .head-rlc-ct-b {
  display: flex;
  justify-content: space-between;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct .head-rlc-ct-b .head-rlc-ct-bc {
  width: 48%;
  transition: 0.2s;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct .head-rlc-ct-b .head-rlc-ct-bc img {
  width: 100%;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct .head-rlc-ct-b .head-rlc-ct-bc i {
  margin-top: 12px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct .head-rlc-ct-b .head-rlc-ct-bc:hover {
  transform: translateY(-10px);
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct .head-rlc-ct-b .head-rlc-ct-bc:hover i {
  color: #07f;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct1 {
  width: 100%;
  line-height: 1;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(17, 31, 44, 0.08);
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct1 .head-rlc-ct-b {
  width: 48%;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct2 {
  width: auto;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct2 .head-rlc-ct-b {
  display: block;
  vertical-align: top;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f6f9;
  border-radius: 4px;
  background-image: url(https://cdn.tungee.com/official-website/pc/img/home/header/images/white_book_bg.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: auto 110px;
  padding: 26px 0 26px 24px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
  cursor: pointer;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct2 .head-rlc-ct-b p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct2 .head-rlc-ct-b p:hover {
  color: #07f;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct2 .head-rlc-ct-b i {
  font-size: 14px;
  color: rgba(17, 31, 44, 0.56);
  font-weight: 400;
  line-height: normal;
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct2 .head-rlc-ct-b:hover {
  transform: translateY(-10px);
}
.head .main .head-r .head-rl .head-rlc-fw .head-rlc-c .head-rlc-ct2 .head-rlc-ct-b1 {
  background-image: url(https://cdn.tungee.com/official-website/pc/img/home/header/images/sales_information_bg.png);
}
.head .main .head-r .head-rl .head-rlc-gy {
  position: absolute;
  display: none;
  padding: 10px 0;
  flex-wrap: wrap;
  width: 150px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.head .main .head-r .head-rl .head-rlc-gy a {
  display: block;
  padding-left: 15px;
}
.head .main .head-r .head-rl .head-rlc-gy a:hover {
  color: #fff !important;
  background-color: #07f;
}
.head .main .head-r .head-rl-cp:hover .head-rlc,
.head .main .head-r .head-rl-jj:hover .head-rlc,
.head .main .head-r .head-rl-fw:hover .head-rlc,
.head .main .head-r .head-rl-gy:hover .head-rlc {
  display: flex;
}
.head .main .head-r .head-rl-cp:hover .head-rlc-jj,
.head .main .head-r .head-rl-jj:hover .head-rlc-jj,
.head .main .head-r .head-rl-fw:hover .head-rlc-jj,
.head .main .head-r .head-rl-gy:hover .head-rlc-jj {
  display: flex;
}
.head .main .head-r .head-rl-cp:hover .head-rlc-fw,
.head .main .head-r .head-rl-jj:hover .head-rlc-fw,
.head .main .head-r .head-rl-fw:hover .head-rlc-fw,
.head .main .head-r .head-rl-gy:hover .head-rlc-fw {
  display: block;
}
.head .main .head-r .head-rl-cp:hover .head-rlc-gy,
.head .main .head-r .head-rl-jj:hover .head-rlc-gy,
.head .main .head-r .head-rl-fw:hover .head-rlc-gy,
.head .main .head-r .head-rl-gy:hover .head-rlc-gy {
  display: block;
}
.head:hover {
  background-color: #fff;
}
.head:hover .main .head-l {
  background: url(../images/logo_h.png) 0 16px no-repeat;
  background-size: 170px;
}
.head:hover .main .head-r a {
  color: #333;
}
#head-top {
  background-color: #fff;
}
#head-top .main .head-l {
  background: url(../images/logo_h.png) 0 16px no-repeat;
  background-size: 170px;
}
#head-top .main .head-r a {
  color: #333;
}
/* head-pe */
.head-pe {
  position: fixed;
  display: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #ff9b26;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
}
.head-pe .head-pe-l {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-image: url(../images/logo.png);
  background-position: 0 0;
  width: 168px;
  height: 52px;
  zoom: 0.5;
}
.head-pe .head-pe-r {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/head/pe.png);
  background-position: -92px -142px;
  width: 88px;
  height: 88px;
  zoom: 0.6;
  cursor: pointer;
}
.head-pe .head-pe-nav {
  position: absolute;
  display: none;
  top: 100%;
  width: 100%;
  font-size: 15px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  word-break: break-word;
  white-space: normal;
  word-wrap: break-word;
  max-height: 90vh;
  overflow-y: scroll;
}
.head-pe .head-pe-nav .head-nav-c {
  position: relative;
  display: block;
  border-bottom:1px solid #ddd;
  /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);*/
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cr {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0%;
  zoom: 1;
  -webkit-transform: scale(0.5) translateY(-50%);
  transform: scale(0.5) translateY(-50%);
  background-image: url(../images/head/pe.png);
  background-position: -168px -90px;
  width: 30px;
  height: 30px;
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb {
  display: none;
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb a {
  color: #5a5a5a;
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb .head-nav-cb-a {
  display: block;
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb .head-nav-cb-a:nth-child(n+2) {
  border-top: 1px solid #ededed;
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb .head-nav-cb-a img {
  margin-right: 10px;
  width: 48px;
  height: 48px;
  zoom: 0.5;
  vertical-align: middle;
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb .head-nav-cb-a .head-nav-cb-ai {
  position: relative;
  display: block;
  padding-left: 47px;
  color: #8a8a8a;
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb .head-nav-cb-a .head-nav-cb-ai::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8a8a8a;
  border-radius: 50%;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb-a2 {
  display: none;
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb-a2 .head-nav-cb-a2-i {
  position: relative;
  display: block;
  padding-left: 27px;
}
.head-pe .head-pe-nav .head-nav-c .head-nav-cb-a2 .head-nav-cb-a2-i::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #111;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* 遮罩 */
.zhezhao {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  top: 0;
  left: 0;
}
.tanchu {
  position: fixed;
  display: none;
  padding: 20px;
  width: 300px;
  height: 400px;
  background-color: #fff;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
  box-sizing: border-box;
}
.tanchu .tanchuShow {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}
.tanchu h2 {
  margin-top: 30px;
}
.tanchu p {
  padding: 10px 0 5px;
  font-size: 14px;
  color: #999;
}
.tanchu b {
  margin-top: 10px;
  padding-top: 10px;
  color: #07f;
  font-weight: 700;
  border-top: 1px solid #cdcdcd;
}
/* foot */
.foot {
  position: relative;
  padding-top: 140px;
  background-color: #10151f;
}
.foot .foot-a {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 45px 105px;
  background: url(../images/foot-a.png) no-repeat;
  background-size: cover;
  top: -25%;
  left: 50%;
  transform: translate(-50%, 25%);
  box-sizing: border-box;
}
.foot .foot-a h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
  color: #fff;
}
.foot .foot-a .foot-ai {
  height: 52px;
  background-color: #fff;
}
.foot .foot-a .foot-ai input {
  padding-left: 30px;
  width: 400px;
  font-size: 16px;
  line-height: 50px;
  border: transparent;
  border-radius: 0;
  transform: translateY(1px);
}
.foot .foot-a .foot-ai .foot-air {
  float: right;
  margin: 2px 2px 2px 4px;
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #07f;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
.foot .foot-t {
  display: flex;
  justify-content: space-between;
}
.foot .foot-t a {
  display: block;
}
.foot .foot-t .foot-tc {
  width: 25%;
}
.foot .foot-t .foot-tc ul li {
  font-size: 18px;
  color: #fafafa;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 25px;
  opacity: 0.87;
}
.foot .foot-t .foot-tc ul a {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 12px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.6);
}
.foot .foot-t .foot-tc ul h3 {
  line-height: 33px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
}
.foot .foot-t .foot-tc ul p {
  opacity: 0.6;
  font-size: 14px;
  color: #fafafa;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}
.foot .foot-t .foot-tc ul img {
  margin: 20px 0 12px;
  width: 80px;
}
.foot .foot-t .foot-tc ul .foot-tc-p {
  opacity: 0.6;
  font-size: 14px;
  color: #fafafa;
  font-weight: 400;
  line-height: 20px;
}
.foot .foot-t2 {
  padding-bottom: 16px;
}
.foot .foot-t2 span,
.foot .foot-t2 a {
  opacity: 0.6;
  font-size: 14px;
  color: #fafafa;
  font-weight: 400;
  line-height: 20px;
}
.foot .foot-t2 a {
  padding: 0 5px 0 1px;
  border-right: 2px solid #fafafa;
}
.foot .foot-t2 a:last-child {
  border-right: none;
}
.foot .foot-b {
  display: flex;
  justify-content: space-between;
  padding: 19px 0;
  border-top: 0.5px solid hsla(0, 0%, 100%, 0.2);
}
.foot .foot-b .foot-bl {
  width: 20%;
}
.foot .foot-b .foot-bl a {
  padding: 0 5px 0 1px;
  opacity: 0.6;
  font-size: 14px;
  color: #fafafa;
  font-weight: 400;
  line-height: 20px;
  border-right: 2px solid #fafafa;
}
.foot .foot-b .foot-bl a:last-child {
  border-right: none;
}
.foot .foot-b .foot-bc {
  width: 55%;
  opacity: 0.6;
  font-size: 14px;
  color: #fafafa;
  font-weight: 400;
  line-height: 20px;
}
.foot .foot-b .foot-bc span {
  opacity: 0;
}
.foot .foot-b .foot-br {
  width: 25%;
  opacity: 0.6;
  font-size: 14px;
  color: #fafafa;
  font-weight: 400;
  line-height: 20px;
}
/* index */
.index {
  position: relative;
  /* 幻灯片 */
}
.index .index-banner {
  width: 100%;
}
.index .index-banner .swiper-img {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  z-index: 99;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
}
.index2 {
  padding-bottom: 60px;
  background: url(../images/index/index2.jpg) no-repeat;
  background-size: cover;
}
.index2 .gg-t {
  color: #fff;
}
.index2 .index2-c {
  margin-top: 60px;
}
.index2 .index2-c .hd {
  z-index: 999;
}
.index2 .index2-c .hd ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.index2 .index2-c .hd ul li {
  width: 16.6%;
  opacity: 0.6;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  font-weight: 400;
  cursor: pointer;
}
.index2 .index2-c .hd ul li.on {
  background: url(../images/index/index2-h.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  z-index: 11;
}
.index2 .index2-c .bd {
  border: 1px solid #303f66;
  padding: 25px 60px;
  transform: translateY(-1px);
}
.index2 .index2-c .bd ul li {
  display: flex;
}
.index2 .index2-c .bd ul li .index2-bd-c {
  margin-top: 65px;
  width: 49.5%;
}
.index2 .index2-c .bd ul li .index2-bd-c h3 {
  font-size: 32px;
  line-height: 45px;
  color: #fff;
  text-align: justify;
  font-weight: 500;
}
.index2 .index2-c .bd ul li .index2-bd-c p {
  margin-top: 16px;
  opacity: 0.6;
  font-size: 16px;
  color: #fff;
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
}
.index2 .index2-c .bd ul li .index2-bd-c a {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  color: #07f;
  line-height: 20px;
  font-weight: 400;
}
.index2 .index2-c .bd ul li .index2-bd-ct {
  width: 1%;
  height: 380px;
  margin: 20px 51px 0;
  background: url(../images/index/index2-c.png) no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index3 {
  padding-bottom: 60px;
}
.index3 .index3-t {
  position: relative;
  margin-top: 60px;
}
.index3 .index3-t img {
  width: 100%;
  vertical-align: middle;
}
.index3 .index3-t .index3-tl {
  position: absolute;
  padding: 50px 60px;
  width: 40%;
  height: 100%;
  background-color: #07f;
  top: 0;
  left: 0;
  border-top-right-radius: 100px;
  box-sizing: border-box;
}
.index3 .index3-t .index3-tl .index3-tl1 {
  line-height: 28px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.index3 .index3-t .index3-tl .index3-tl2 {
  line-height: 48px;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 16px;
}
.index3 .index3-t .index3-tl .index3-tl3 {
  line-height: 24px;
  opacity: 0.7;
  font-size: 16px;
  color: #fff;
}
.index3 .index3-t .index3-tl .index3-tl4 {
  position: relative;
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding-left: 11px;
}
.index3 .index3-t .index3-tl .index3-tl4::after {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  position: absolute;
  background: #0ef;
  left: 0;
  top: 4px;
}
.index3 .index3-t .index3-tl .index3-tlb .index3-tl5 {
  color: #fff;
}
.index3 .index3-t .index3-tl .index3-tlb .index3-tl5 span {
  display: inline-block;
  margin-left: 7px;
  padding-left: 7px;
  color: #fff;
  opacity: 0.7;
  border-left: 1px solid #cdcdcd;
}
.index3 .index3-t .index3-tl .index3-button {
  display: inline-block;
  margin-top: 50%;
  padding: 15px 50px;
  font-size: 17px;
  color: #07f;
  background-color: #fff;
  border-radius: 2px;
}
.index3 .index3-b {
  display: flex;
  justify-content: space-between;
}
.index3 .index3-b .index3-bc {
  display: block;
  margin-top: 2%;
  width: 18.5%;
  overflow: hidden;
}
.index3 .index3-b .index3-bc .index3-bc-a {
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
.index3 .index3-b .index3-bc .index3-bc-a:hover img {
  filter: blur(10px);
}
.index3 .index3-b .index3-bc .index3-bc-a:hover a {
  opacity: 1;
}
.index3 .index3-b .index3-bc .index3-bc-a img {
  width: 100%;
}
.index3 .index3-b .index3-bc .index3-bc-a a {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
}
.index3 .index3-b .index3-bc .index3-bc-a a .index3-bc-at {
  position: absolute;
  width: 112px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.index3 .index3-b .index3-bc p {
  margin-top: 15px;
  line-height: 22px;
  font-size: 16px;
  color: #303133;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index4 {
  padding-bottom: 60px;
  background: url(../images/index/index4-b.jpg) no-repeat;
}
.index4 .index4-slideTxtBox {
  margin-top: 60px;
}
.index4 .index4-slideTxtBox .bd ul {
  margin-bottom: 1.5%;
  background: url(../images/index/index4-b-lb.jpg) no-repeat;
  background-size: cover;
}
.index4 .index4-slideTxtBox .bd ul li {
  position: relative;
  margin: auto;
  width: 80%;
  height: 430px;
}
.index4 .index4-slideTxtBox .bd ul li p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 32px;
}
.index4 .index4-slideTxtBox .bd ul li p span {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: rgba(17, 31, 44, 0.56);
  line-height: 32px;
}
.index4 .index4-slideTxtBox .bd ul li .index4-bd-l {
  width: 50%;
}
.index4 .index4-slideTxtBox .bd ul li .index4-bd-r {
  position: absolute;
  top: -50px;
  right: 0;
}
.index4 .index4-slideTxtBox .bd ul li .index4-bd-r img {
  height: 480px;
}
.index4 .index4-slideTxtBox .hd ul {
  display: flex;
  justify-content: space-between;
}
.index4 .index4-slideTxtBox .hd ul li {
  position: relative;
  width: 15%;
  cursor: pointer;
  box-sizing: border-box;
}
.index4 .index4-slideTxtBox .hd ul li:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #07f;
  left: 0;
}
.index4 .index4-slideTxtBox .hd ul li img {
  width: 100%;
}
.index5 {
  height: 760px;
  background-color: #10151f;
}
.index5 .gg-t {
  padding-top: 0;
  position: absolute;
  width: 100%;
  font-size: 40px;
  color: #fff;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.index5 .slider {
  width: 100%;
  min-width: 980px;
  height: 760px;
  position: relative;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.index5 .slider .bd {
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
}
.index5 .slider .bd li {
  position: relative;
  padding: 160px 0 100px;
  width: 980px;
  background: #10151f;
  box-sizing: border-box;
}
.index5 .slider .bd li .index5-slider-t {
  display: flex;
  height: 500px;
  overflow: hidden;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-l {
  width: 45%;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-l img {
  display: block;
  height: 540px;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-r {
  padding: 60px 60px;
  width: 55%;
  text-align: left;
  background-color: #1c2029;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-r h3 {
  margin-top: 24px;
  opacity: 0.6;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-r p {
  margin-top: 24px;
  font-size: 18px;
  color: #999;
  line-height: 18px;
  font-weight: 500;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-r p span {
  margin-left: 15px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  opacity: 0.38;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-r .index5-slider-rb {
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #373b43;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-r .index5-slider-rb .index5-slider-rbc {
  width: 50%;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-r .index5-slider-rb .index5-slider-rbc h4 {
  font-size: 60px;
  line-height: 82px;
  color: #fff;
  font-weight: 500;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-r .index5-slider-rb .index5-slider-rbc h4 span {
  margin-left: 4px;
  display: inline-block;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}
.index5 .slider .bd li .index5-slider-t .index5-slider-r .index5-slider-rb .index5-slider-rbc p {
  margin-top: 0;
  opacity: 0.6;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}
.index5 .slider .tempWrap {
  overflow: visible !important;
}
.index5 .slider .tempWrap ul {
  margin-left: -980px !important;
}
.index5 .slider .hd {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 8px;
  bottom: 50px;
  text-align: center;
}
.index5 .slider .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 60px;
  height: 3px;
  line-height: 99px;
  overflow: hidden;
  margin: 0 5px;
  background-color: #fff;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.4;
}
.index5 .slider .hd li.on {
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.index5 .slider .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 760px;
  cursor: pointer;
}
.index5 .slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 760px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.index5 .slider .pnBtn .arrow {
  display: none;
  position: absolute;
  top: 210px;
  z-index: 1;
  width: 60px;
  height: 760px;
}
.index5 .slider .pnBtn .arrow:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.index5 .slider .prev {
  left: -50%;
  margin-left: -490px;
}
.index5 .slider .prev .arrow {
  right: 0;
  background: url(../images/slider-arrow.png) -120px 0 no-repeat;
}
.index5 .slider .next {
  left: 50%;
  margin-left: 490px;
}
.index5 .slider .next .arrow {
  left: 0;
  background: url(../images/slider-arrow.png) 0 0 no-repeat;
}
.index6 {
  padding-bottom: 60px;
  background: url(../images/index/index6-b.jpg) no-repeat;
  background-size: cover;
}
.index6 .main {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index6 .main .index6-l .index6-lc {
  display: flex;
}
.index6 .main .index6-l .index6-lc .index6-lcl {
  position: relative;
  display: flex;
}
.index6 .main .index6-l .index6-lc .index6-lcl .index6-lcl-t {
  position: absolute;
  margin-top: 8px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 119, 255, 0.2);
  border-radius: 50%;
}
.index6 .main .index6-l .index6-lc .index6-lcl .index6-lcl-t .index6-lcl-tb {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #07f;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index6 .main .index6-l .index6-lc .index6-lcl .index6-lcl-b {
  position: absolute;
  margin-top: 40px;
  width: 1px;
  height: calc(100% - 40px);
  background-color: rgba(17, 31, 44, 0.08);
  left: 10px;
}
.index6 .main .index6-l .index6-lc .index6-lcr {
  margin-left: 50px;
}
.index6 .main .index6-l .index6-lc .index6-lcr h2 {
  margin-bottom: 17px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}
.index6 .main .index6-l .index6-lc .index6-lcr h2 span {
  font-size: 16px;
  font-weight: 200;
}
.index6 .main .index6-l .index6-lc .index6-lcr h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.index6 .main .index6-l .index6-lc .index6-lcr h3:last-child {
  padding-bottom: 45px;
}
.index6 .main .index6-l .index6-lc .index6-lcr h3 span {
  font-weight: 200;
}
.index6 .main .index6-r {
  width: 70%;
  overflow: hidden;
}
.index6 .main .index6-r .index6-swiper-container {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.index6 .main .index6-r .index6-swiper-container .swiper-wrapper .swiper-slide {
  padding: 60px 102px 0;
  box-sizing: border-box;
}
.index6 .main .index6-r .index6-swiper-container .swiper-wrapper .swiper-slide img {
  margin-bottom: 35px;
}
.index6 .main .index6-r .index6-swiper-container .swiper-wrapper .swiper-slide p {
  margin-bottom: 60px;
  font-size: 18px;
  color: rgba(17, 31, 44, 0.56);
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
}
.index6 .main .index6-r .index6-swiper-container .swiper-wrapper .swiper-slide i {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.index6 .main .index6-r .index6-swiper-container .index6-swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: 10px;
}
.index7 {
  padding-bottom: 200px;
}
.index7 .main {
  margin-top: 60px;
  display: flex;
  border: 1px solid #dddfe6;
}
.index7 .main .index7-l {
  width: 33%;
}
.index7 .main .index7-l:last-child {
  border-bottom: transparent;
}
.index7 .main .index7-l .index7-lc {
  padding: 30px 25px;
  border-right: 1px solid #dddfe6;
  border-bottom: 1px solid #dddfe6;
}
.index7 .main .index7-l .index7-lc:last-child {
  border-bottom: transparent;
}
.index7 .main .index7-l .index7-lc h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index7 .main .index7-l .index7-lc .index7-lc-t {
  width: 25px;
  height: 3px;
  background: #111;
  margin: 20px 0;
}
.index7 .main .index7-l .index7-lc p {
  margin: 42px 0 70px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(17, 31, 44, 0.56);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index7 .main .index7-l .index7-lc .index7-lc-b {
  display: flex;
  justify-content: space-between;
}
.index7 .main .index7-l .index7-lc .index7-lc-b a {
  color: #07f;
  line-height: 16px;
}
.index7 .main .index7-l .index7-lc .index7-lc-b b {
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.index7 .main .index7-r {
  width: 67%;
}
.index7 .main .index7-r .index7-rt {
  padding: 30px 25px;
}
.index7 .main .index7-r .index7-rt img {
  width: 100%;
}
.index7 .main .index7-r .index7-rt h3 {
  margin-top: 35px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.index7 .main .index7-r .index7-rt .index7-rt-t {
  width: 35px;
  height: 3px;
  background: #111;
  margin: 15px 0;
}
.index7 .main .index7-r .index7-rt p {
  margin-bottom: 63px;
  font-size: 16px;
  line-height: 28px;
  color: rgba(17, 31, 44, 0.56);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index7 .main .index7-r .index7-rt .index7-rt-b {
  display: flex;
  justify-content: space-between;
}
.index7 .main .index7-r .index7-rt .index7-rt-b a {
  color: #07f;
  line-height: 16px;
}
.index7 .main .index7-r .index7-rt .index7-rt-b b {
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.index7 .main .index7-r .index7-rb {
  height: 73px;
  background-color: #f5f6f9;
  text-align: center;
  border-top: 1px solid #dddfe6;
}
.index7 .main .index7-r .index7-rb a {
  display: inline-block;
  line-height: 73px;
}
/* 销售云 */
.xiaoshouyun {
  position: relative;
  padding-top: 135px;
  height: 410px;
  background: url(../images/xiaoshouyun/banner1.jpg) center no-repeat;
  background-size: cover;
}
.xiaoshouyun h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.xiaoshouyun h2 {
  margin: 30px 0;
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
.xiaoshouyun h2 span {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
.xiaoshouyun p {
  margin-bottom: 45px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
}
.xiaoshouyun::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  z-index: 99;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
}
.xiaoshouyun1 {
  padding-bottom: 60px;
  background-color: #F5F6F9;
}
.xiaoshouyun1 img {
  margin-top: 60px;
  width: 100%;
}
.xiaoshouyun2 {
  margin: 60px 0;
}
.xiaoshouyun2 .main {
  display: flex;
  justify-content: space-between;
}
.xiaoshouyun2 .main .xiaoshouyun2-l {
  margin-top: 170px;
  width: 31%;
}
.xiaoshouyun2 .main .xiaoshouyun2-l h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.xiaoshouyun2 .main .xiaoshouyun2-l h2 {
  margin: 15px 0 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
.xiaoshouyun2 .main .xiaoshouyun2-l p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.xiaoshouyun2 .main .xiaoshouyun2-l .xiaoshouyun2-lb {
  display: flex;
  flex-wrap: wrap;
}
.xiaoshouyun2 .main .xiaoshouyun2-l .xiaoshouyun2-lb a {
  margin-top: 20px;
  width: 50%;
  font-size: 18px;
  color: #07f;
}
.xiaoshouyun2 .main .xiaoshouyun2-r {
  width: 66%;
}
.xiaoshouyun2 .main .xiaoshouyun2-r img {
  width: 100%;
}
.xiaoshouyun3 .main {
  flex-flow: row-reverse;
}
.xiaoshouyun6 {
  height: 222px;
  line-height: 222px;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 0 3px 24px rgba(0, 41, 112, 0.5);
  background-image: -webkit-linear-gradient(225deg, #00afff, #07f);
  background-image: -moz-linear-gradient(225deg, #00afff 0, #07f 100%);
  background-image: linear-gradient(225deg, #00afff, #07f);
}
.xiaoshouyun6 span {
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  line-height: 222px;
  vertical-align: bottom;
  font-size: 56px;
  font-weight: 500;
}
.xiaoshouyun7 {
  padding-bottom: 60px;
  background: url(../images/xiaoshouyun/xiaoshouyun7-b.png) no-repeat;
  background-size: cover;
}
.xiaoshouyun7 .main {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.xiaoshouyun7 .main .xiaoshouyun7-t {
  width: 31%;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(48, 49, 51, 0.08);
  border-radius: 4px;
  transition: 0.3s;
}
.xiaoshouyun7 .main .xiaoshouyun7-t:hover {
  transform: translateY(-10px);
}
.xiaoshouyun7 .main .xiaoshouyun7-t img {
  width: 100%;
}
.xiaoshouyun7 .main .xiaoshouyun7-t .xiaoshouyun7-tc {
  padding: 25px 20px;
  overflow: hidden;
}
.xiaoshouyun7 .main .xiaoshouyun7-t .xiaoshouyun7-tc h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  -webkit-box-orient: vertical;
}
.xiaoshouyun7 .main .xiaoshouyun7-t .xiaoshouyun7-tc p {
  margin: 15px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(17, 31, 44, 0.7);
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  -webkit-box-orient: vertical;
}
.xiaoshouyun7 .main .xiaoshouyun7-t .xiaoshouyun7-tc .xiaoshouyun7-tc-b span {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding: 4px 10px;
  background-color: #f7f9fa;
  border-radius: 2px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.xiaoshouyun7 .main .xiaoshouyun7-t .xiaoshouyun7-tc .xiaoshouyun7-tc-b img {
  float: right;
  width: auto;
  height: 40px;
}
.xiaoshouyun7 .xiaoshouyun7-button {
  text-align: center;
}
.xiaoshouyun7 .xiaoshouyun7-button a {
  display: inline-block;
  margin-top: 60px;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  color: #07f;
  border: 1px solid #07f;
  border-radius: 2px;
}
.xiaoshouyun7 .xiaoshouyun7-button a:hover {
  background-color: #07f;
  color: #fff;
}
.xiaoshouyun8 {
  padding-bottom: 200px;
}
.xiaoshouyun8 img {
  margin-top: 60px;
  width: 100%;
}
/* app */
.app {
  position: relative;
  padding-top: 135px;
  height: 410px;
  background-image: url(../images/app/banner1-2.png);
/*  background-position: 80.357%, 50%;
  background-size: contain,cover;
  background-repeat: no-repeat, no-repeat; */
}
.app::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  z-index: 0;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
}
.app .main h2 {
  font-size: 48px;
  line-height: 68px;
  font-weight: 600;
  color: #07f;
}
.app .main h4 {
  margin: 30px 0 15px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
}
.app .main p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
}
.app7 {
  padding-bottom: 200px;
}
.tuoke {
  background: url(../images/tuoke/banner1.jpg) center no-repeat;
  background-size: cover;
}
.tuoke1 {
  padding-bottom: 60px;
}
.tuoke1 .main {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.tuoke1 .main .tuoke1-c {
  padding: 40px 30px;
  width: 23%;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 62, 133, 0.1);
  box-shadow: 0 4px 15px 0 rgba(0, 62, 133, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tuoke1 .main .tuoke1-c img {
  height: 64px;
}
.tuoke1 .main .tuoke1-c h3 {
  margin: 20px 0;
  font-size: 24;
  font-weight: 500;
}
.tuoke1 .main .tuoke1-c p {
  font-size: 16px;
  color: rgba(9, 17, 25, 0.56);
}
.tuoke3 {
  padding-bottom: 60px;
}
.tuoke3 .tuoke3-tab {
  margin-top: 60px;
  text-align: left;
}
.tuoke3 .tuoke3-tab .hd {
  position: relative;
  padding: 0 10px 0 20px;
}
.tuoke3 .tuoke3-tab .hd ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e4edfc;
}
.tuoke3 .tuoke3-tab .hd ul li {
  position: relative;
  padding: 18px 0;
  width: 18%;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.tuoke3 .tuoke3-tab .hd ul li::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 3px;
  left: 50%;
  bottom: 0;
  background-color: #07f;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
.tuoke3 .tuoke3-tab .hd ul li.on::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.tuoke3 .tuoke3-tab .bd {
  margin-top: 30px;
}
.tuoke3 .tuoke3-tab .bd ul {
  padding: 15px;
  zoom: 1;
}
.tuoke3 .tuoke3-tab .bd ul li {
  display: flex;
  justify-content: space-between;
}
.tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-l {
  margin-top: 170px;
  width: 32%;
}
.tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-l h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
}
.tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-l h4 {
  margin: 15px 0 40px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(17, 31, 44, 0.85);
  font-weight: 400;
}
.tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-r {
  width: 65%;
}
.tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-r img {
  width: 100%;
}
.tuoke4 {
  line-height: 184px;
  background: #f6f7fa;
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 500;
}
.tuoke5 .main .xiaoshouyun2-l {
  margin-top: 150px;
}
.tuoke5 .main .xiaoshouyun2-l h2 span {
  color: #0088FF;
}
.tuoke5 .tuoke5-ct {
  display: flex;
  margin-bottom: 12px;
}
.tuoke5 .tuoke5-ct .tuoke5-cti {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background-position: 50%,50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover,cover;
  border-radius: 8px;
}
.tuoke5 .tuoke5-ct .tuoke5-cti1 {
  background: url(../images/tuoke/tuoke5-icon1.svg) center no-repeat, linear-gradient(135deg, #2CAAFE 0%, #155FFB 100%);
}
.tuoke5 .tuoke5-ct .tuoke5-cti2 {
  background: url(../images/tuoke/tuoke5-icon2.svg) center no-repeat, linear-gradient(135deg, #2CAAFE 0%, #155FFB 100%);
}
.tuoke5 .tuoke5-ct .tuoke5-cti3 {
  background: url(../images/tuoke/tuoke5-icon3.svg) center no-repeat, linear-gradient(135deg, #2CAAFE 0%, #155FFB 100%);
}
.tuoke5 .tuoke5-ct .tuoke5-cti4 {
  background: url(../images/tuoke/tuoke5-icon4.svg) center no-repeat, linear-gradient(135deg, #2CAAFE 0%, #155FFB 100%);
}
.tuoke5 .tuoke5-ct .tuoke5-cti5 {
  background: url(../images/tuoke/tuoke5-icon5.svg) center no-repeat, linear-gradient(135deg, #2CAAFE 0%, #155FFB 100%);
}
.tuoke5 .tuoke5-ct .tuoke5-ctt {
  line-height: 32px;
  font-size: 24px;
  font-weight: 400;
}
/* 集客 */
.jike {
  background: url(../images/jike/banner1.jpg) center no-repeat;
  background-size: cover;
}
.jike1 .main .tuoke1-c {
  width: 32%;
}
.jike2 {
  margin: auto;
}
.jike2 .main {
  padding: 60px 0;
}
.jike3 {
  background-color: #f6f7fa;
}
.jike3 .main {
  background-image: url(../images/jike/jike3-b.png);
  background-size: 510px 314px;
  background-repeat: no-repeat;
  background-position: 94px bottom;
}
.jike4 {
  padding-bottom: 100px;
}
/* 触达 */
.chuda {
  background-image:url(../images/chuda/banner1-2.png);
  /* background-position: 80.357%, 50%;
  background-size: contain,cover;
  background-repeat: no-repeat, no-repeat; */
}
.chuda1 .main .tuoke1-c {
  width: 32%;
}
.chuda2 .main .xiaoshouyun2-l {
  margin-top: 130px;
}
.chuda3 {
  padding-bottom: 200px;
}
.chuda3 .main .xiaoshouyun7-t .xiaoshouyun7-tc p {
  color: rgba(17, 31, 44, 0.4);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  -webkit-box-orient: vertical;
}
.CRM {
  background: url(../images/CRM/banner1.jpg) center no-repeat;
  background-size: cover;
}
/* 产业园区 */
.chanyeyuanqu {
  background: url(../images/chanyeyuanqu/banner1.jpg) center no-repeat;
  background-size: cover;
}
.chanyeyuanqu h2 {
  color: #fff;
}
.chanyeyuanqu p {
  font-size: 18px;
  color: #fff;
  opacity: 0.85;
}
.chanyeyuanqu1 .main .tuoke1-c {
  -webkit-box-shadow: 0 8px 24px 0 rgba(17, 31, 44, 0.1);
  box-shadow: 0 8px 24px 0 rgba(17, 31, 44, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chanyeyuanqu2 {
  padding-bottom: 60px;
  background-color: #f5f6fa;
}
.chanyeyuanqu2 .main {
  margin-top: 60px;
}
.chanyeyuanqu2 .main img {
  width: 100%;
}
.chanyeyuanqu3 {
  padding-bottom: 160px;
}
.chanyeyuanqu3 .main {
  margin-top: 60px;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-c {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-c .hd {
  width: 48.5%;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-c .hd ul li {
  padding: 25px;
  cursor: pointer;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-c .hd ul li h3 {
  font-size: 24px;
  font-weight: 500;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-c .hd ul li p {
  margin-top: 8px;
  font-size: 16px;
  opacity: 0.56;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-c .hd ul li.on {
  background-color: #ebf4ff;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-c .hd ul li:hover {
  background-color: #ebf4ff;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-c .bd {
  width: 48.5%;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-c .bd ul li img {
  width: 100%;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-b {
  margin-top: 64px;
  padding: 28px 64px;
  background: url(../images/chanyeyuanqu/chanye3-b.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-b .chanyeyuanqu3-bl {
  float: left;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-b .chanyeyuanqu3-bl h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-b .chanyeyuanqu3-bl p {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(17, 31, 44, 0.56);
  font-weight: 400;
  line-height: 22px;
}
.chanyeyuanqu3 .main .chanyeyuanqu3-b .button {
  margin-top: 10px;
  float: right;
}
.chanyeyuanqu4 {
  padding-bottom: 200px;
  background: url(../images/chanyeyuanqu/chanye4-b.png) no-repeat;
  background-size: cover;
}
.chanyeyuanqu4 .main {
  display: flex;
  margin-top: 60px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(48, 49, 51, 0.08);
  box-shadow: 0 2px 15px 0 rgba(48, 49, 51, 0.08);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chanyeyuanqu4 .main .chanyeyuanqu4-l {
  width: 40%;
}
.chanyeyuanqu4 .main .chanyeyuanqu4-l img {
  width: 100%;
  vertical-align: middle;
}
.chanyeyuanqu4 .main .chanyeyuanqu4-r {
  padding: 50px 40px;
  width: 60%;
  background-color: #fff;
}
.chanyeyuanqu4 .main .chanyeyuanqu4-r img {
  height: 40px;
}
.chanyeyuanqu4 .main .chanyeyuanqu4-r h3 {
  margin: 35px 0 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.chanyeyuanqu4 .main .chanyeyuanqu4-r p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(17, 31, 44, 0.56);
}
/* 普惠 */
.puhui {
  background: url(../images/puhui/banner1.jpg) center no-repeat;
  background-size: cover;
}
/* 公海 */
.gonghai {
  background: url(../images/gonghai/banner1.jpg) center no-repeat;
  background-size: cover;
}
/* 建模 */
.jianmo {
  background: url(../images/jianmo/banner1.jpg) center no-repeat;
  background-size: cover;
}
/* 市场 */
.shichangguihua {
  background: url(../images/shichangguihua/banner1.jpg) center no-repeat;
  background-size: cover;
}
/* 集成 */
.jicheng {
  background: url(../images/jicheng/banner1.jpg) center no-repeat;
  background-size: cover;
}
/* 案例 */
.anli {
  background-color: #f5f6fa;
}
.anli .anli1 {
  background: url(../images/anli/banner1.jpg) center no-repeat;
  background-size: cover;
}
.anli .anli1 .button {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.anli .anli1 .button:hover {
  background-color: #fff;
  color: #07f;
}
.anli .anli2 {
  padding-bottom: 200px;
}
.anli .anli2 .main {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.anli .anli2 .main .anli1-c {
  width: 31%;
  margin-right: 3%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(48, 49, 51, 0.08);
  box-shadow: 0 4px 12px 0 rgba(48, 49, 51, 0.08);
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
}
.anli .anli2 .main .anli1-c:nth-child(3n) {
  margin-right: 0;
}
.anli .anli2 .main .anli1-c:nth-child(n+4) {
  margin-top: 3%;
}
.anli .anli2 .main .anli1-c:hover {
  transform: translateY(-10px);
}
.anli .anli2 .main .anli1-c img {
  width: 100%;
}
.anli .anli2 .main .anli1-c .anli1-cb {
  padding: 28px 24px;
  box-sizing: border-box;
}
.anli .anli2 .main .anli1-c .anli1-cb h4 {
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.anli .anli2 .main .anli1-c .anli1-cb p {
  margin-top: 20px;
  line-height: 22px;
  font-size: 16px;
  color: rgba(17, 31, 44, 0.7);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 案例详情页 */
.artcle .artcle-t {
  height: 540px;
  background: url(../images/gonghai/banner1.jpg) center no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.artcle .main {
  margin-top: 60px;
}
.artcle .main .artcle-l {
  width: 100%;
}
.artcle .main .artcle-l .artcle-lt {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(17, 31, 44, 0.12);
}
.artcle .main .artcle-l .artcle-lt h3 {
  line-height: 56px;
  font-size: 40px;
  font-weight: 500;
}
.artcle .main .artcle-l .artcle-lt b {
  margin: 16px 0;
  line-height: 20px;
  font-size: 14px;
  color: rgba(17, 31, 44, 0.56);
}
.artcle .main .artcle-l img {
  width: 100%;
}
/* 服务于支持 */
.fuwu .main {
  width: 900px;
}
.fuwu .fuwu1 {
  background: url(../images/fuwu/banner1.jpg) center no-repeat;
  background-size: cover;
}
.fuwu .fuwu1 .button {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.fuwu .fuwu1 .button:hover {
  border: 1px solid #07f;
  background-color: #07f;
  color: #fff;
}
.fuwu .fuwu2 {
  padding-bottom: 60px;
}
.fuwu .fuwu2 .main {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.fuwu .fuwu2 .main .fuwu2-c {
  -webkit-box-shadow: 0 0 9px 0 rgba(102, 102, 102, 0.2);
  box-shadow: 0 0 9px 0 rgba(102, 102, 102, 0.2);
  border-radius: 4px;
}
.fuwu .fuwu2 .main .fuwu2-c .fuwu2-ct {
  width: 270px;
  height: 188px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#3183ff), to(#6bdbff));
  background: linear-gradient(180deg, #3183ff 0, #6bdbff 100%);
}
.fuwu .fuwu2 .main .fuwu2-c .fuwu2-ct img {
  margin-top: 50px;
  height: 88px;
}
.fuwu .fuwu2 .main .fuwu2-c .fuwu2-ct2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#29b7d3), to(#4cdcbb));
  background: linear-gradient(180deg, #29b7d3 0, #4cdcbb 100%);
}
.fuwu .fuwu2 .main .fuwu2-c .fuwu2-ct3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4893e), to(#fcbc64));
  background: linear-gradient(180deg, #f4893e 0, #fcbc64 100%);
}
.fuwu .fuwu2 .main .fuwu2-c .fuwu2-cb {
  text-align: center;
  padding-bottom: 28px;
}
.fuwu .fuwu2 .main .fuwu2-c .fuwu2-cb h4 {
  margin: 32px 0 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.fuwu .fuwu2 .main .fuwu2-c .fuwu2-cb p {
  font-size: 13px;
  color: #999;
  line-height: 18px;
}
.fuwu .fuwu3 {
  padding-bottom: 60px;
  background: rgba(68, 176, 255, 0.03);
}
.fuwu .fuwu3 .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fuwu .fuwu3 .main .fuwu3-c {
  margin-top: 60px;
  width: 45%;
  display: flex;
}
.fuwu .fuwu3 .main .fuwu3-c img {
  margin-right: 20px;
  height: 50px;
}
.fuwu .fuwu3 .main .fuwu3-c .fuwu3-cr h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 11px;
}
.fuwu .fuwu3 .main .fuwu3-c .fuwu3-cr p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
.fuwu .fuwu4 {
  padding-bottom: 60px;
}
.fuwu .fuwu4 .main {
  margin-top: 60px;
}
.fuwu .fuwu4 .main img {
  width: 100%;
}
.fuwu .fuwu4 .fuwu4-b {
  text-align: center;
}
.fuwu .fuwu4 .fuwu4-b .button {
  display: inline-block;
}
.fuwu .fuwu5 {
  padding: 60px 0;
  background: rgba(68, 176, 255, 0.03);
}
.fuwu .fuwu5 .main {
  width: 1300px;
}
.fuwu .fuwu5 .main .fuwu5-t1 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #44b0ff;
  text-align: center;
}
.fuwu .fuwu5 .main .fuwu5-t2 {
  font-size: 15px;
  color: #666;
  line-height: 22px;
  text-align: center;
}
.fuwu .fuwu5 .main .fuwu5-b {
  display: flex;
  justify-content: space-between;
}
.fuwu .fuwu5 .main .fuwu5-b .fuwu5-bl {
  width: 25%;
}
.fuwu .fuwu5 .main .fuwu5-b .fuwu5-bl img {
  width: 100%;
}
.fuwu .fuwu5 .main .fuwu5-b .fuwu5-br {
  width: 70%;
}
.fuwu .fuwu5 .main .fuwu5-b .fuwu5-br p {
  position: relative;
  margin-top: 40px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.fuwu .fuwu5 .main .fuwu5-b .fuwu5-br p:nth-child(1) {
  margin-top: 60px;
}
.fuwu .fuwu5 .main .fuwu5-b .fuwu5-br p::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  line-height: 20px;
  border: 1px solid #07f;
  border-radius: 50%;
  top: 5px;
  left: 0;
}
.fuwu .fuwu6 {
  padding-bottom: 200px;
}
/* 新闻 */
.news .news1 {
  padding-top: 100px;
  height: 320px;
  background: url(../images/news/banner1.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.news .news1 .main h2 {
  font-size: 56px;
}
.news .news2 {
  margin-top: 60px;
  padding-bottom: 160px;
  overflow: hidden;
}
.news .news2 .news2-l {
  width: 70%;
  float: left;
}
.news .news2 .news2-l .news2-lc {
  padding-bottom: 20px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 31, 44, 0.08);
}
.news .news2 .news2-l .news2-lc:nth-child(n+2) {
  margin-top: 40px;
}
.news .news2 .news2-l .news2-lc img {
  width: 28%;
  border-radius: 4px;
}
.news .news2 .news2-l .news2-lc .news2-lcr {
  width: 70%;
}
.news .news2 .news2-l .news2-lc .news2-lcr h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news2 .news2-l .news2-lc .news2-lcr p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(17, 31, 44, 0.56);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news2 .news2-l .news2-lc .news2-lcr b {
  margin-top: 40px;
  font-size: 14px;
  color: rgba(17, 31, 44, 0.4);
  line-height: 22px;
  font-weight: 400;
}
.news .news2 .news2-r {
  padding: 25px;
  width: 27%;
  float: right;
  box-sizing: border-box;
  border: 1px solid rgba(17, 31, 44, 0.12);
}
.news .news2 .news2-r h3 {
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(17, 31, 44, 0.12);
  margin-bottom: 16px;
}
.news .news2 .news2-r .news2-rc img {
  width: 100%;
}
.news .news2 .news2-r .news2-rc p {
  margin: 10px 0 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(17, 31, 44, 0.56);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* about */
.about {
  background-color: #F6F7FA;
}
.about .about1 {
  padding-top: 125px;
  height: 360px;
  background: url(../images/about/banner1.jpg) center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.about .about1 .main h2 {
  margin: 0 0 10px 0;
  font-size: 56px;
  font-weight: 600;
}
.about .about1 .main p {
  font-size: 16px;
  line-height: 28px;
  color: hsla(0, 0%, 100%, 0.9);
}
.about .about2 {
  border-bottom: 0.5px solid #e0e2e5;
  background-color: #fff;
}
.about .about2 .main {
  display: flex;
}
.about .about2 .main .about2-c {
  display: inline-block;
  margin-right: 70px;
  font-size: 16px;
  line-height: 72px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .about3 {
  padding-top: 60px;
  background-color: #fff;
}
.about .about3 .about3-t {
  display: flex;
  justify-content: space-between;
}
.about .about3 .about3-t .about3-l {
  width: 25%;
}
.about .about3 .about3-t .about3-l img {
  margin-top: 35px;
  width: 80%;
}
.about .about3 .about3-t .about3-r {
  width: 72%;
}
.about .about3 .about-b {
  margin-top: 100px;
  width: 50%;
}
.about .about3 .about-b img {
  width: 100%;
}
.about .about4 {
  padding-top: 60px;
}
.about .about4 h3 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 18px;
  font-weight: 400;
}
.about .about4 .about4-p {
  margin-bottom: 60px;
  font-size: 16px;
  opacity: 0.85;
}
.about .about4 .about4-t {
  display: flex;
  justify-content: space-between;
}
.about .about4 .about4-t .about4-tc {
  padding: 50px 0;
  width: 40%;
  background-color: #fff;
}
.about .about4 .about4-t .about4-tc img {
  width: 250px;
}
.about .about4 .about4-t .about4-tc h4 {
  margin-left: 85px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
}
.about .about4 .about4-t .about4-tc p {
  font-size: 20px;
  margin-left: 85px;
  color: rgba(17, 31, 44, 0.85);
}
.about .about4 .about4-t .about4-tr {
  width: 16%;
  background: url(../images/about/about4-3.svg) center no-repeat;
  background-size: cover;
}
.about .about4 .about4-b {
  margin-top: 2%;
  padding: 50px 0;
  background-color: #fff;
}
.about .about4 .about4-b img {
  width: 250px;
}
.about .about4 .about4-b h4 {
  margin-left: 85px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
}
.about .about4 .about4-b p {
  font-size: 20px;
  margin-left: 85px;
  color: rgba(17, 31, 44, 0.85);
}
.about .about5 {
  margin-top: 60px;
  background-color: #fff;
}
.about .about5 h3 {
  margin-bottom: 5px;
  padding-top: 64px;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}
.about .about5 .about5-t {
  padding-bottom: 160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .about5 .about5-t .about5-tc {
  margin-top: 30px;
  padding: 35px 45px 20px;
  width: 48%;
  background-color: #f6f7fa;
  box-sizing: border-box;
}
.about .about5 .about5-t .about5-tc .about5-tc-t {
  margin-bottom: 25px;
  font-size: 20px;
}
.about .about5 .about5-t .about5-tc .about5-tc-t img {
  margin-right: 10px;
  height: 30px;
  vertical-align: middle;
}
.about .about5 .about5-t .about5-tc p {
  height: 90px;
  font-size: 16px;
  color: rgba(17, 31, 44, 0.85);
  line-height: 28px;
}
.about .about5 .about5-t .about5-tc p a {
  color: #07f;
}
/* PE首页 */
.pe1 {
  margin-top: 60px;
}
.pe1 img {
  width: 100%;
  vertical-align: middle;
}
.pe1 .swiper-pagination-bullet {
  width: 26px;
}
.pe2 {
  padding-top: 5.8%;
  background: -webkit-gradient(linear, left top, left bottom, from(#009eff), to(#254daf)) no-repeat center center;
  background: linear-gradient(to bottom, #009eff, #254daf) no-repeat center center;
  background-size: cover;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
.pe2 .main .pe2-t {
  margin: 4% auto;
  width: 60%;
}
.pe2 .main p {
  padding: 0 4% 8%;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
}
.pe2 .main .pe2-b {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: border-box;
}
.pe3 {
  padding-bottom: 18px;
  background: #046CFF;
  background-size: cover;
}
.pe3 .gg-t {
  font-weight: 700;
  color: #fff;
}
.pe3 .pe3-text {
  margin: 28px 5% 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.5px;
}
.pe3 .pe3-c {
  position: relative;
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pe3 .pe3-c .pe3-cb {
  position: absolute;
  width: 1px;
  height: 460px;
  left: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(50%, #ffffff), color-stop(85%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 15%, #ffffff 50%, rgba(255, 255, 255, 0.5) 85%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  opacity: 0.6;
}
.pe3 .pe3-c .pe3-ct {
  width: 50%;
  text-align: center;
}
.pe3 .pe3-c .pe3-ct:nth-child(2) .pe3-ct-border,
.pe3 .pe3-c .pe3-ct:nth-child(4) .pe3-ct-border {
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.5)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 30%, #ffffff 100%);
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  overflow: hidden;
  opacity: 0.6;
}
.pe3 .pe3-c .pe3-ct:nth-child(3) .pe3-ct-border,
.pe3 .pe3-c .pe3-ct:nth-child(5) .pe3-ct-border {
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.5)), to(#ffffff));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 30%, #ffffff 100%);
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  overflow: hidden;
  opacity: 0.6;
}
.pe3 .pe3-c .pe3-ct .pe3-ct-icon {
  margin: 25px auto 0;
  background-image: url(../images/head/pe.png);
  width: 70px;
  height: 70px;
  zoom: 0.5;
}
.pe3 .pe3-c .pe3-ct p {
  margin-top: 5.14%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}
.pe3 .pe3-c .pe3-ct b {
  margin: 4% auto 18px;
  max-width: 80%;
  height: 42px;
  color: #fff;
  line-height: 14px;
  font-size: 11px;
  letter-spacing: 0;
}
.pe3 .pe3-c .pe3-ct .pe3-ct-icon1 {
  background-position: -70px -232px;
}
.pe3 .pe3-c .pe3-ct .pe3-ct-icon2 {
  background-position: -90px -52px;
}
.pe3 .pe3-c .pe3-ct .pe3-ct-icon3 {
  background-position: 0 -232px;
}
.pe3 .pe3-c .pe3-ct .pe3-ct-icon4 {
  background-position: -140px -232px;
}
.pe3 .pe3-c .pe3-ct .pe3-ct-icon5 {
  background-position: -178px -142px;
}
.pe3 .pe3-c .pe3-ct .pe3-ct-icon6 {
  background-position: -210px -232px;
}
.pe4 .gg-t {
  margin: 19px auto;
  padding: 0;
  font-weight: 700;
}
.pe4 p {
  margin: 0 auto 16px;
  font-size: 14px;
  color: #404040;
  line-height: 22px;
}
.pe4 img {
  margin-bottom: 16px;
  width: 100%;
}
.pe5 {
  padding-top: 10px;
  background: #046CFF;
  background-size: cover;
}
.pe5 .gg-t,
.pe5 p {
  color: #fff;
}
.pe6 {
  padding: 35px 0;
  background: url(../images/head-pe/pe6-b.png) center no-repeat;
  background-size: cover;
}
.pe6 .gg-t {
  padding: 0;
  font-weight: 700;
}
.pe6 .pe6-c .pe6-ct {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
}
.pe6 .pe6-c .pe6-ct:nth-child(n+2) {
  border-top: 1px solid #ededed;
}
.pe6 .pe6-c .pe6-ct .pe6-ct-l {
  width: 25%;
}
.pe6 .pe6-c .pe6-ct .pe6-ct-l img {
  width: 100%;
}
.pe6 .pe6-c .pe6-ct .pe6-ct-r {
  width: 72%;
}
.pe6 .pe6-c .pe6-ct .pe6-ct-r h4 {
  font-size: 18px;
  color: #5a5a5a;
  letter-spacing: 2.4px;
}
.pe6 .pe6-c .pe6-ct .pe6-ct-r p {
  margin: 12px auto 18px;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 18px;
}
.pe7 {
  padding: 35px 0;
}
.pe7 .gg-t {
  padding: 0;
  font-weight: 700;
}
.pe7 .pe7-c .pe7-ct {
  margin-top: 8%;
  position: relative;
  -webkit-box-shadow: 0 6px 15px 0 rgba(123, 165, 234, 0.4), 0 8px 79px 0 rgba(123, 165, 234, 0.33);
  box-shadow: 0 6px 15px 0 rgba(123, 165, 234, 0.4), 0 8px 79px 0 rgba(123, 165, 234, 0.33);
  border-radius: 4px;
}
.pe7 .pe7-c .pe7-ct .pe7-ct-i {
  width: 100%;
}
.pe7 .pe7-c .pe7-ct .pe7-cc {
  padding: 24px 16px;
}
.pe7 .pe7-c .pe7-ct .pe7-cc h4 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
}
.pe7 .pe7-c .pe7-ct .pe7-cc h4 .pe7-ct-t {
  display: inline-block;
  margin-right: 6px;
  height: 18px;
  width: 5px;
  background-image: linear-gradient(109deg, #08f 0, #3cccff 100%);
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}
.pe7 .pe7-c .pe7-ct .pe7-cc p {
  margin: 6px 0 20px;
  font-size: 12px;
  color: #5a5a5a;
  text-align: justify;
  line-height: 18px;
}
.pe7 .pe7-c .pe7-ct .pe7-cc .pe7-ct-a {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 1.3px;
  text-align: right;
}
.pe7 .pe7-c .pe7-ct .pe7-cc .pe7-ct-a img {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.pe7 .pe7-c .pe7-ct .pe7-ct-b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(109deg, #08f 0, #3cccff 99%);
  border-radius: 0 0 4px 4px;
}
.pe8 {
  padding: 35px 0;
  background: url(../images/head-pe/pe8-b.jpg) center no-repeat;
  background-size: cover;
}
.pe8 .gg-t {
  padding: 0;
  color: #fff;
  font-weight: 700;
}
.pe8 img {
  padding-top: 20px;
  width: 100%;
  vertical-align: bottom;
}
.pe9 {
  background: none;
}
.pe9 .gg-t {
  color: #333;
}
.pe9 .pe9-t .pe9-tc {
  position: relative;
}
.pe9 .pe9-t .pe9-tc p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.39px;
  color: #fff;
  opacity: 0.85;
  text-align: left;
  padding: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #062341), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(0deg, #062341 7%, rgba(51, 51, 51, 0) 100%);
}
.pe9 .pe9-b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pe9 .pe9-b img {
  padding-top: 0;
}
.pe9 .pe9-b .pe9-bc {
  margin-top: 2%;
  width: 49%;
  position: relative;
}
.pe9 .pe9-b .pe9-bc p {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.39px;
  color: #fff;
  opacity: 0.85;
  text-align: left;
  padding: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #062341), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(0deg, #062341 7%, rgba(51, 51, 51, 0) 100%);
}
.pe9 .pe9-d {
  text-align: center;
}
.pe9 .pe9-d .pe9-a {
  display: inline-block;
  margin: 28px auto 0;
  text-align: center;
  text-decoration: none;
  width: 154px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  border: 1px solid #979797;
  border-radius: 4.5px;
  font-size: 12px;
  color: #404040;
  letter-spacing: 1.2px;
}
.pe10 {
  padding-top: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(#009eff), to(#254daf)) no-repeat center center;
  background: linear-gradient(to bottom, #009eff, #254daf) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.pe10 .gg-t {
  padding: 0 0 26px 0;
  color: #fff;
  font-weight: 700;
}
.pe10 input {
  padding: 0.8225em;
  outline: none;
  border: 0;
  vertical-align: top;
  display: inline-block;
  width: 57.2%;
  height: 35px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.pe10 .pe10-button {
  vertical-align: top;
  display: inline-block;
  background: #08f;
  color: #fff;
  width: 23.9%;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  font-size: 12px;
}
.pe10 img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 1400px) {
  .main {
    width: 1160px;
  }
  .head .main .head-r {
    width:80%;
  }
  .head .main .head-r .head-rl .head-rlc {
    left: -300px;
  }
  .index7 .main .index7-l .index7-lc .index7-lc-t {
    margin: 14px 0;
  }
  .index7 .main .index7-l .index7-lc p {
    margin-bottom: 48px;
  }
 /* .app {
    background-position: 120%, 50%; */
  }
  .tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-l {
    margin-top: 70px;
  }
  .tuoke5 .main .xiaoshouyun2-l {
    margin-top: 70px;
  }
  /* .chuda {
    background-position: 97%, 50%; */
  }
  .fuwu .fuwu5 .main {
    width: 1160px;
  }
}
@media screen and (max-width: 1200px) {
  .head .main .head-r li{  margin-right: 40px;}
  .main {
    width: 900px;
  }
  .gg-t {
    font-size: 40px;
  }
  .head .main {
    justify-content: space-between;
  }
  .head .main .head-r li {
    margin-right: 25px;
  }
  .head .main .head-r .head-rl .head-rlc {
    width: 940px;
    left: -300px;
  }
  .head .main .head-r .head-rl .head-rlc-jj {
    left: -352px;
    box-sizing: border-box;
  }
  .foot .foot-a {
    padding: 45px;
  }
  .foot .foot-a h3 {
    font-size: 23px;
  }
  .inBox .inHd ul li h3 {
    font-size: 30px;
  }
  .inBox .inHd ul li p {
    font-size: 14px;
  }
  .slideTxtBox .hd ul li {
    width: 23%;
  }
  .slideTxtBox .hd ul li .index1-tl {
    margin-right: 0;
  }
  .index2 .index2-c .bd ul li .index2-bd-c h3 {
    font-size: 28px;
  }
  .index2 .index2-c .bd ul li .index2-bd-c p {
    font-size: 14px;
  }
  .index3 .index3-t .index3-tl .index3-button {
    margin-top: 35px;
  }
  .index4 .index4-slideTxtBox .bd ul li {
    width: 90%;
  }
  .index4 .index4-slideTxtBox .bd ul li .index4-bd-r {
    right: -60px;
  }
  .index5 .slider {
    min-width: auto;
  }
  .index5 .slider .bd {
    width: 900px;
  }
  .index5 .slider .tempWrap ul {
    margin-left: 900px;
  }
  .index6 .main .index6-r {
    width: 67%;
  }
  .index6 .main .index6-r .index6-swiper-container .swiper-wrapper .swiper-slide p {
    margin-bottom: 25px;
    font-size: 15px;
  }
  .index7 .main .index7-l .index7-lc h3 {
    font-size: 16px;
  }
  .index7 .main .index7-l .index7-lc p {
    margin: 20px 0 44px;
  }
  .xiaoshouyun2 .main .xiaoshouyun2-l {
    margin-top: 20px;
  }
  .xiaoshouyun2 .main .xiaoshouyun2-l h2 {
    font-size: 30px;
  }
  .xiaoshouyun2 .main .xiaoshouyun2-l p {
    font-size: 16px;
  }
  .xiaoshouyun6 {
    font-size: 30px;
  }
  .xiaoshouyun6 span {
    font-size: 46px;
  }
  .xiaoshouyun7 .main .xiaoshouyun7-t .xiaoshouyun7-tc h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .xiaoshouyun7 .main .xiaoshouyun7-t .xiaoshouyun7-tc p {
    font-size: 12px;
    line-height: 17px;
  }
  .tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-l {
    margin-top: 0;
  }
  .chanyeyuanqu3 .main .chanyeyuanqu3-c .hd ul li {
    padding: 14px;
  }
  .chanyeyuanqu3 .main .chanyeyuanqu3-c .hd ul li h3 {
    font-size: 16px;
  }
  .chanyeyuanqu3 .main .chanyeyuanqu3-c .hd ul li p {
    font-size: 12px;
  }
  .chanyeyuanqu4 .main .chanyeyuanqu4-r {
    padding: 25px 30px;
  }
  .chanyeyuanqu4 .main .chanyeyuanqu4-r h3 {
    margin: 12px 0;
    font-size: 20px;
  }
  .chanyeyuanqu4 .main .chanyeyuanqu4-r p {
    font-size: 12px;
  }
  .fuwu .fuwu5 .main {
    width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .main {
    width: 94%;
  }
  .head {
    display: none;
  }
  .head-pe {
    display: flex;
  }
  .gg-t {
    font-size: 26px;
  }
  .button {
    margin-top: 20px;
  }
  .foot {
    padding-top: 60px;
  }
  .foot .foot-a {
    display: none;
  }
  .foot .foot-t .foot-tc {
    display: none;
  }
  .foot .foot-t .foot-tc:nth-child(4) {
    position: relative;
    display: block;
    width: 100%;
  }
  .foot .foot-t .foot-tc:nth-child(4) img {
    position: absolute;
    width: 120px;
    top: 0;
    right: 0;
  }
  .foot .foot-b {
    display: block;
  }
  .foot .foot-b .foot-bl {
    width: 100%;
  }
  .foot .foot-b .foot-bc {
    width: 100%;
  }
  .foot .foot-b .foot-br {
    width: 100%;
  }
  .xiaoshouyun {
    padding-top: 85px;
    height: 260px;
  }
  .xiaoshouyun h3 {
    font-size: 26px;
  }
  .xiaoshouyun h2 {
    margin: 10px 0;
    font-size: 26px;
  }
  .xiaoshouyun h2 span {
    font-size: 28px;
  }
  .xiaoshouyun p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .xiaoshouyun2 .main {
    display: block;
  }
  .xiaoshouyun2 .main .xiaoshouyun2-l,
  .xiaoshouyun2 .main .xiaoshouyun2-r {
    width: 100%;
  }
  .xiaoshouyun6 {
    height: 140px;
    line-height: 140px;
    font-size: 18px;
  }
  .xiaoshouyun6 span {
    font-size: 26px;
    line-height: 140px;
  }
  .xiaoshouyun8 {
    padding-bottom: 60px;
  }
  .app {
    padding-top: 85px;
    height: 260px;
  }
  .app .main h2 {
    font-size: 26px;
  }
  .app .main h4 {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .app .main p {
    font-size: 12px;
  }
  .app7 {
    padding-bottom: 60px;
  }
  .tuoke1 .main {
    flex-wrap: wrap;
  }
  .tuoke1 .main .tuoke1-c {
    width: 48%;
  }
  .tuoke1 .main .tuoke1-c:nth-child(n+3) {
    margin-top: 4%;
  }
  .tuoke3 .tuoke3-tab .hd ul li {
    width: 23%;
    font-size: 16px;
  }
  .tuoke3 .tuoke3-tab .bd ul li {
    display: block;
  }
  .tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-l {
    width: 100%;
  }
  .tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-l h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-l h4 {
    margin: 15px 0 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .tuoke3 .tuoke3-tab .bd ul li .tuoke3-tab-r {
    width: 100%;
  }
  .tuoke4 {
    font-size: 26px;
    line-height: 130px;
  }
  .tuoke5 .main .xiaoshouyun2-r img {
    margin-top: 20px;
  }
  .jike4 {
    padding-bottom: 0;
  }
  .chuda1 .main .tuoke1-c {
    width: 31%;
  }
  .chuda1 .main .tuoke1-c:nth-child(n) {
    margin-top: 0;
  }
  .chuda3 {
    padding-bottom: 60px;
  }
  .chanyeyuanqu1 .main {
    flex-wrap: wrap;
  }
  .chanyeyuanqu1 .main .tuoke1-c {
    width: 48%;
  }
  .chanyeyuanqu1 .main .tuoke1-c:nth-child(n+3) {
    margin-top: 4%;
  }
  .chanyeyuanqu3 .main .chanyeyuanqu3-c {
    display: block;
  }
  .chanyeyuanqu3 .main .chanyeyuanqu3-c .hd {
    width: 100%;
  }
  .chanyeyuanqu3 .main .chanyeyuanqu3-c .bd {
    width: 100%;
  }
  .chanyeyuanqu4 {
    padding-bottom: 60px;
  }
  .chanyeyuanqu4 .main {
    display: block;
  }
  .chanyeyuanqu4 .main .chanyeyuanqu4-l {
    width: 100%;
  }
  .chanyeyuanqu4 .main .chanyeyuanqu4-r {
    width: 100%;
    box-sizing: border-box;
  }
  .anli .anli2 {
    padding-bottom: 60px;
  }
  .anli .anli2 .main .anli1-c .anli1-cb {
    padding: 10px 15px;
  }
  .anli .anli2 .main .anli1-c .anli1-cb h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .anli .anli2 .main .anli1-c .anli1-cb p {
    margin-top: 10px;
    font-size: 12px;
  }
  .artcle .main .artcle-l .artcle-lt h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .fuwu .main {
    width: 96%;
  }
  .fuwu .fuwu2 .main {
    width: 96%;
  }
  .fuwu .fuwu2 .main .fuwu2-c {
    width: 31%;
  }
  .fuwu .fuwu2 .main .fuwu2-c .fuwu2-ct {
    padding: 50px 0;
    width: auto;
    height: auto;
  }
  .fuwu .fuwu2 .main .fuwu2-c .fuwu2-ct img {
    margin-top: 0;
    height: 64px;
  }
  .fuwu .fuwu3 .main {
    width: 96%;
  }
  .fuwu .fuwu5 .main {
    width: 96%;
  }
  .fuwu .fuwu5 .main .fuwu5-b {
    display: block;
  }
  .fuwu .fuwu5 .main .fuwu5-b .fuwu5-bl {
    margin: 50px auto 0;
    width: 60%;
  }
  .fuwu .fuwu5 .main .fuwu5-b .fuwu5-br {
    width: 100%;
  }
  .fuwu .fuwu5 .main .fuwu5-b .fuwu5-br p {
    margin-top: 20px;
  }
  .fuwu .fuwu5 .main .fuwu5-b .fuwu5-br p:nth-child(1) {
    margin-top: 20px;
  }
  .fuwu .fuwu6 {
    padding-bottom: 60px;
  }
  .news .news1 {
    height: 220px;
  }
  .news .news1 .main h2 {
    font-size: 36px;
  }
  .news .news2 {
    padding-bottom: 60px;
  }
  .news .news2 .news2-l {
    width: 100%;
  }
  .news .news2 .news2-l .news2-lc .news2-lcr h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .news .news2 .news2-l .news2-lc .news2-lcr p {
    font-size: 12px;
    line-height: 18px;
  }
  .news .news2 .news2-l .news2-lc .news2-lcr b {
    margin-top: 5px;
  }
  .news .news2 .news2-r {
    display: none;
  }
  .about .about1 {
    height: 300px;
  }
  .about .about1 .main h2 {
    font-size: 36px;
  }
  .about .about2 .main .about2-c {
    margin-right: 40px;
  }
  .about .about3 .about-b {
    margin-top: 40px;
  }
  .about .about4 .about4-t .about4-tc {
    padding: 20px 0;
  }
  .about .about4 .about4-t .about4-tc h4 {
    margin-top: 10px;
    margin-left: 15px;
  }
  .about .about4 .about4-t .about4-tc p {
    margin-left: 15px;
  }
  .about .about4 .about4-b {
    padding: 20px 0;
  }
  .about .about4 .about4-b h4 {
    margin-top: 10px;
    margin-left: 15px;
  }
  .about .about4 .about4-b p {
    margin-left: 15px;
  }
  .about .about5 .about5-t {
    padding-bottom: 60px;
  }
  .about .about5 .about5-t .about5-tc {
    width: 100%;
  }
  .about .about5 .about5-t .about5-tc p {
    margin-bottom: 20px;
    height: auto;
  }
}
@media screen and (max-width: 670px) {
  .xiaoshouyun2 .main .xiaoshouyun2-l {
  	margin: 0;
  }
  .xiaoshouyun6 {
    height: 80px;
    line-height: 80px;
    font-size: 12px;
  }
  .xiaoshouyun6 span {
    font-size: 16px;
    line-height: 80px;
  }
  .xiaoshouyun7 .main {
    flex-wrap: wrap;
  }
  .xiaoshouyun7 .main .xiaoshouyun7-t {
    width: 100%;
  }
  .xiaoshouyun7 .main .xiaoshouyun7-t:nth-child(n+2) {
    margin-top: 30px;
  }
  .tuoke1 .main .tuoke1-c {
    width: 100%;
    text-align: center;
  }
  .tuoke3 .tuoke3-tab .hd ul li::after {
    width: 25%;
    width: 100%;
  }
  .tuoke4 {
    font-size: 16px;
    line-height: 80px;
  }
  .chanyeyuanqu3 .main .chanyeyuanqu3-b {
    padding: 10px 0;
  }
  .chanyeyuanqu3 .main .chanyeyuanqu3-b .chanyeyuanqu3-bl h3 {
    font-size: 18px;
  }
  .chanyeyuanqu3 .main .chanyeyuanqu3-b .chanyeyuanqu3-bl p {
    font-size: 12px;
  }
  .anli .anli2 .main .anli1-c {
    width: 100%;
  }
  .anli .anli2 .main .anli1-c:nth-child(n+2) {
    margin-top: 40px;
  }
  .fuwu .fuwu2 .main {
    display: block;
  }
  .fuwu .fuwu2 .main .fuwu2-c {
    width: 100%;
  }
  .fuwu .fuwu2 .main .fuwu2-c:nth-child(n+2) {
    margin-top: 40px;
  }
  .fuwu .fuwu3 .main .fuwu3-c {
    width: 100%;
  }
  .fuwu .fuwu5 .main .fuwu5-t1 {
    font-size: 20px;
  }
  .fuwu .fuwu5 .main .fuwu5-t2 {
    font-size: 12px;
  }
  .news .news2 .news2-l .news2-lc img {
    width: 40%;
  }
  .news .news2 .news2-l .news2-lc .news2-lcr {
    width: 55%;
  }
  .news .news2 .news2-l .news2-lc .news2-lcr h3 {
    -webkit-line-clamp: 1;
  }
  .about .about1 {
    padding-top: 105px;
  }
  .about .about1 .main h2 {
    font-size: 26px;
  }
  .about .about1 .main p {
    font-size: 14px;
  }
  .about .about3 .about3-t {
    display: block;
  }
  .about .about3 .about3-t .about3-l {
    margin: auto;
    width: 60%;
    text-align: center;
  }
  .about .about3 .about3-t .about3-l img {
    margin: 0 auto 35px;
  }
  .about .about3 .about3-t .about3-r {
    width: 100%;
  }
  .about .about4 .about4-t .about4-tc {
    width: 48%;
  }
  .about .about4 .about4-t .about4-tc img {
    width: 160px;
  }
  .about .about4 .about4-t .about4-tc h4 {
    font-size: 18px;
  }
  .about .about4 .about4-t .about4-tc p {
    font-size: 12px;
  }
  .about .about4 .about4-t .about4-tr {
    display: none;
  }
  .about .about4 .about4-b img {
    width: 160px;
  }
  .about .about4 .about4-b h4 {
    font-size: 18px;
  }
  .about .about4 .about4-b p {
    font-size: 12px;
  }
  .about .about5 .about5-t .about5-tc {
    padding: 20px 35px;
  }
}
