
.no-margin{
  margin: 0 !important;
}

.master {
  width: 100%;
  font-size: 14px;
  height: 100%;
}
.master .kis-container {
  width: 1180px;
  margin: 0 auto;
  height: 100%;
}
.master header {
  height: 56px;
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #182337;
  /*background: rgba(0, 0, 0, 0);*/
}
/*.master header:hover {*/
  /*background-color: #182337;*/
  /*!*background: rgba(0, 0, 0, 0);*!*/
/*}*/
.transparent{
  background: rgba(0, 0, 0, 0)!important;
}
.transparent:hover {
  background-color: #182337!important;
  /*background: rgba(0, 0, 0, 0)!important;*/
}
.master .index .section.section-1 .product {
  display: flex;
  justify-content: space-between;
}
.master .index .section.section-1 .product .list {
  width: 380px;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0px 1px 2px #c3c3c3;
  margin: 0 10px;
  color: #fff;
  cursor: pointer;
}
.master .index .section.section-1 .product .list.p-1 {
  background-image: url(../images/p1.png);
}
.master .index .section.section-1 .product .list.p-2 {
  background-image: url(../images/p2.png);
}
.master .index .section.section-1 .product .list.p-3 {
  background-image: url(../images/p3.png);
}
.master .index .section.section-1 .product .list:hover {
  color: #212121;
}
.master .index .section.section-1 .product .list:hover .background .hover-btn {
  margin-top: 24px;
  display: block;
}
.master .index .section.section-1 .product .list:hover .opacity {
  height: 166px;
  opacity: 1;
  background: #fff;
}
.master .index .section.section-1 .product .list .background {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 32px;
}
.master .index .section.section-1 .product .list .background .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}
.master .index .section.section-1 .product .list .background .msg {
  font-size: 14px;
}
.master .index .section.section-1 .product .list .background .default {
  margin-top: 24px;
}
.master .index .section.section-1 .product .list .background .hover-btn {
  display: none;
}
.master .index .section.section-1 .product .list .opacity {
  height: 110px;
  width: 100%;
  opacity: 0.3;
  background: #000000;
  position: absolute;
  bottom: 0;
  transition: height 1s;
}
.master .index .section.section-1 .more {
  display: block;
  font-size: 14px;
  color: #2386EE;
  margin: 24px 0 32px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.master .index .section.section-1 .more span::after {
  content: '';
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 3px;
}
.master .index .section.section-2 {
  background-repeat: no-repeat;
  background-image: url(../images/reason.png);
  height: 376px;
  background-size: 100% 100%;
}
.master .index .section.section-2 .p-title {
  color: #fff;
}
.master .index .section.section-2 .reason {
  display: flex;
  justify-content: space-between;
}
.master .index .section.section-2 .reason .list {
  color: white;
  margin: 0 32px;
  width: 216px;
}
.master .index .section.section-2 .reason .list .number {
  background-repeat: no-repeat;
  margin-bottom: 16px;
  font-family: PingFangSC;
  font-size: 40px;
  color: #2386EE;
  text-align: center;
  
}
.master .index .section.section-2 .reason .list .number span {
  width: 20px;
  height: 24px;
  font-size: 32px;
  position: absolute;
  font-family: PingFangSC;
  margin-left: 4px;
  font-weight: 500;
  color: rgba(35,134,238,1);
  margin-top: 5px;
  line-height: 24px;
}

.master .index .section.section-2 .reason .list .document {
  text-align: center;
}
.master .index .section.section-2 .reason .list .document .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.master .index .section.section-2 .reason .list .document .msg {
  width: 216px;
  font-size: 14px;
  opacity: 0.6;
}
.master .index .section.section-3 {
  padding: 0 !important;
}
.master .index .section.section-3 .ul-tab {
  box-shadow: inset 0 -1px 0 0 #E6E6E6;
  background-color: #fff;
}
.master .index .section.section-3 .ul-tab ul {
  display: flex;
  justify-content: space-between;
}
.master .index .section.section-3 .ul-tab ul li {
  font-size: 14px;
  color: #666666;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.master .index .section.section-3 .ul-tab ul li.on {
  color: #008FFF;
  border-bottom: 2px solid #008FFF;
}
.master .index .section.section-3 .content {
  display: none;
  padding-top: 56px;
  padding-bottom: 80px;
}
.master .index .section.section-3 .content.on {
  display: flex;
}
.master .index .section.section-3 .content .left {
  width: 560px;
}
.master .index .section.section-3 .content .left .title {
  font-size: 28px;
  color: #212121;
  font-weight: bold;
  margin-top: 40px;
}
.master .index .section.section-3 .content .left .msg {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin: 24px 90px 16px 0;
}
.master .index .section.section-3 .content .left .last {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-bottom: 30px;
}
.master .index .section.section-3 .content .right {
  width: 604px;
  height: 352px;
  background-image: url(../images/p1_pro.png);
}
.master .index .section.section-4 {
  background-color: #fff;
  padding-bottom: 48px;
}
.master .index .section.section-4 .kis-container .p-title{
  padding-top: 56px;
  padding-bottom: 24px;
  line-height: 32px;
}

.master .index .section.section-4 .logo-list {
  display: flex;
  flex-wrap: wrap;
}
.master .index .section.section-4 .logo-list .img {
  /*width: 224px;*/
  /*height: 136px;*/
  width: 220px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}
.master .index .section.section-4 .logo-list .img > a {
  display: block;
  width: 100%;
  height: 100%;
}
.master .index .section.section-4 .logo-list .img.img1 {
  background-image: url(../images/logo1.png);
}
.master .index .section.section-4 .logo-list .img.img2 {
  background-image: url(../images/logo2.png);
}
.master .index .section.section-4 .logo-list .img.img3 {
  background-image: url(../images/logo3.png);
}
.master .index .section.section-4 .logo-list .img.img4 {
  background-image: url(../images/logo4.png);
}
.master .index .section.section-4 .logo-list .img.img5 {
  background-image: url(../images/logo5.png);
}
.master .index .section.section-4 .logo-list .img.img6 {
  background-image: url(../images/logo6.png);
}
.master .index .section.section-4 .logo-list .img.img7 {
  background-image: url(../images/logo7.png);
}
.master .index .section.section-4 .logo-list .img.img8 {
  background-image: url(../images/logo8.png);
}
.master .index .section.section-4 .logo-list .img.img9 {
  background-image: url(../images/logo9.png);
}
.master .index .section.section-4 .logo-list .img.img10 {
  background-image: url(../images/logo10.png);
}
.master header .ul > li {
  display: inline-block;
  margin-right: 21px;
  color: #fff;
}
.master header .ul > li a {
  text-decoration: none;
}
.master header .ul > li:hover {
  cursor: pointer;
}
.master header nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.master header nav .left {
  float: left;
  display: flex;
  align-items: center;
  /*padding-top: 16px;*/
}
.master header nav .left .logo {
  /*width: 118px;*/
  width: 210px;
  height: 42px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*margin-right: 45px;*/
  margin-right: 35px;
}
.master header nav .left .index a {
  color: #fff;
}
.master header nav .right {
  float: right;
  display: flex;
  align-items: center;
  /*padding: 15px 10px 10px 10px;*/
}

.master .kis-banner {
  background-position: center;
  background-size: cover;
  /*height: 480px;*/
  height: 400px;
  background-image: url(../images/banner3.png);
}
.master .about-banner {
  background-position: center;
  background-size: cover;
  /*height: 480px;*/
  height: 400px;
  background-image: url(../images/banner4.png);
}

.master .service-banner {
  background-position: center;
  background-size: cover;
  /*height: 480px;*/
  height: 400px;
  background-image: url(../images/banner4.png);
}

.master .kis-banner.no-background {
  height: 56px;
}
.master .kis-banner .kis {
  color: #fff;
  /*padding: 118px 19% 0 19%;*/
  width: 1180px;
  margin: 0 auto;
  padding-top: 118px;
}
.master .kis-banner .kis .title {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}
.master .kis-banner .kis .msg {
  font-size: 16px;
  line-height: 24px;
  /*margin: 20px 0 40px 0;*/
  margin: 8px 0 32px 0;
}
.master .kis-banner .kis .button button {
  width: 120px;
  height: 40px;
}

.master .kis-banner .kis .button .transparent {
  border: 1px solid #fff;
  margin-left: 16px;
  background-color: transparent;
  
} 
.master .kis-banner .kis .button .transparent:hover {
  background:rgba(255,255,255,1)!important;
  color:rgba(33,33,33,1);
} 
.master .kis-banner .kis .button .transparent a{
  color: white;
}
.master .kis-banner .kis .button .transparent:hover a{
  color: #212121;
  text-decoration: none;
}
.master .self-container {
  letter-spacing: 0;
  background-color: #F3F6F9;
  padding: 0;
}
.master .self-container > .section .p-title {
  font-family: PingFangSC-Regular;
  font-size: 32px;
  text-align: center;
  line-height: 152px;
  /*margin-top: 56px;*/
}

.master .self-container > .section .p-title-white {
  background-color: #fff;
}

.master .self-container .detail-tab {
  padding: 22px 0 12px 0;
}
.master .self-container .detail-tab ul li {
  display: inline-block;
  font-size: 14px;
  /*color: #666666;*/
  color: #000;
  margin: 0 10px;
}
.master .img-common {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.master .me-title {
  font-size: 18px;
  color: #212121;
}
.master .me-msg {
  font-size: 14px;
  color: #666666;
}
.overhidden {
  overflow: hidden;
}
.footer-tab {
  background-image: url(../images/footer_tab.png);
  background-repeat: no-repeat;
  text-align: center;
  height: 232px;
  background-size: 100% 100%;
}
.footer-tab .t-p {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 48px;
  font-weight: bold;
  padding: 56px 0 32px 0;
}
.footer-tab button {
  border: 1px solid #fff;
}
footer {
  height: 410px;
  background-color: #182337;
  font-size: 14px;
  color: #FFFFFF;
}
footer .content {
  padding-top: 48px;
  display: flex;
  height: 272px;
}
footer .content .left {
  padding-right: 96px;
  border-right: 1px solid #3d444e;
}
footer .content .left .service {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .content .left .service .img {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 4px 16px 0 0;
}
footer .content .left .service .img.img1 {
  background-image: url(../images/zx1.png);
}
footer .content .left .service .img.img2 {
  background-image: url(../images/zx2.png);
}
footer .content .left .service .img .opacity {
  width: 32px;
  height: 32px;
  opacity: 0.1;
  background: #FFFFFF;
  border-radius: 50%;
}
footer .content .left .service .msg > p {
  /*margin-bottom: 4px;*/
}
footer .content .left .service .msg .enter {
  color: #2386EE;
  margin-left: 8px;
  cursor: pointer;
}
footer .content .left .service .msg .enter::after {
  content: '';
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 3px;
}
footer .content .left button {
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  background-color: transparent;
  margin-top: 40px;
  width: 144px;
}
footer .content .left button:hover {
  background: #4A90E2;
  border: 1px solid #4A90E2;
}
footer .content .right {
  margin-left: 62px;
}
footer .content .right .columns {
  margin: 0 33px;
  float: left;
}
footer .content .right .columns > p {
  margin-bottom: 16px;
}
footer .content .right .columns ul li {
  opacity: 0.5;
  font-size: 14px;
  line-height: 22px;
}
footer .copyright {
  margin-top: 40px;
  border-top: 1px solid #3d444e;
}
footer .copyright p {
  height: 48px;
  line-height: 49px;
  opacity: 0.5;
}
button {
  background-color: #2386EE;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  width: 96px;
  height: 32px;
}
button:hover {
  cursor: pointer;
  background-color: #4DA7FA;
}
button:active {
  cursor: pointer;
  background-color: #2464C7;
}
.drop-btn:hover .content {
  display: block;
}
.drop-btn .content {
  display: none;
  position: absolute;
}
.drop-btn .content .top {
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  margin-left: 10px;
}
.drop-btn .content ul {
  background-color: #fff;
  font-size: 14px;
  color: #666666;
  padding: 10px 24px;
  box-shadow: 0px 4px 8px #7d7777;
}
.drop-btn .content ul li {
  padding-bottom: 10px;
  display: block;
}
.drop-btn .content ul li > a {
  color: #666666;
  text-decoration: none;
}
.drop-btn .content ul li > a:hover {
  color: #2386EE;
}
.drop-btn .content ul li:hover {
  color: #2386EE;
}
.drop-btn .content.type2 .product {
  display: flex;
  box-shadow: 0px 4px 8px #7d7777;
  background-color: #fff;
}
.drop-btn .content.type2 .product .list {
  padding: 16px 0 0 24px;
}
.drop-btn .content.type2 .product .list.last {
  padding-right: 24px;
}
.drop-btn .content.type2 .product .list .title {
  width: 102px;
  font-size: 14px;
  color: #212121;
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 8px;
}
.drop-btn .content.type2 .product .list ul {
  box-shadow: none;
  margin-top: 12px;
  padding: 0;
}
.drop-btn .content.type2 .product .list ul li {
  padding-bottom: 18px;
}
.self-checkbox {
  width: 10px;
  height: 10px;
  background-position: center;
  background: #CCCCCC;
  border-radius: 1px;
  display: inline-block;
  cursor: pointer;
}
.self-checkbox.on {
  background-color: #2386EE;
}
.self-checkbox::after {
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
}

/*.deal-checkbox {*/
  /*width: 10px;*/
  /*height: 10px;*/
  /*background-position: center;*/
  /*background: #CCCCCC;*/
  /*border-radius: 1px;*/
  /*display: inline-block;*/
  /*cursor: pointer;*/
/*}*/
/*.deal-checkbox.on {*/
  /*background-color: #2386EE;*/
/*}*/
/*.deal-checkbox::after {*/
  /*width: 10px;*/
  /*height: 10px;*/
  /*content: "";*/
  /*background-image: url(../images/check.svg);*/
  /*background-repeat: no-repeat;*/
  /*position: absolute;*/
  /*background-position: center;*/
/*}*/

.checkbox-no-selected {
  width: 10px;
  height: 10px;
  /*margin: 10px 0 10px 0;*/
  /*padding-left: 12px;*/
  cursor: pointer;
  border: 1px solid #ddd;
  /*background-color: #ddd;*/
  margin-right: 6px;
  font-size: 8px;
}
.checkbox-no-selected::after {
  content: '';
  line-height: 8px;
  /*width: 10px;*/
  /*height: 10px;*/
  /*position: absolute;*/
  /*background-image: url(../images/drop1.svg);*/
  /*right: 0;*/
  margin-right: 16px;
}

.self-select {
  color: #e6e6e6;
  font-size: 14px;
  position: relative;
  margin: 10px 0 10px 0;
  padding-left: 12px;
  cursor: pointer;
}
.self-select.get {
  color: #212121;
}
.self-select ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.self-select ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: transparent;
}
.self-select::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url(../images/drop1.svg);
  right: 0;
  margin-right: 12px;
}
.self-select.on ul {
  display: block;
}
.self-select ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 150px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #666666;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 1024;
  padding: 10px 0;
  margin-top: 10px;
}
.self-select ul li {
  list-style: none;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  cursor: pointer;
}
.self-select ul li.on {
  background-color: #e9f2fd;
  color: #2386EE;
}
.self-select ul li .right {
  float: right;
}
.self-select ul li:hover {
  background-color: #e9f2fd;
  color: #2386EE;
}
.tips {
  position: fixed;
  right: 24px;
  top: 40%;
  width: 64px;
  font-size: 12px;
  z-index: 2;
}
.tips .img {
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.tips .img.chun {
  background-size: cover;
  border-radius: 50%;
  background-image: url(../images/chun.png);
}
.tips .img.zx {
  background-image: url(../images/zixun.svg);
}
.tips .img.sh {
  background-image: url(../images/shouhou.svg);
}
.tips .img.top {
  background-image: url(../images/top.svg);
}
.tips .hover-content {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.tips .hover-content .advice {
  background-color: #fff;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 14px;
  position: relative;
}
.tips .hover-content .advice:hover {
  background-color: #2386EE;
  color: #fff;
}
.tips .hover-content .advice:hover .zx {
  background-image: url(../images/zixun-w.svg);
}
.tips .hover-content .advice:hover .sh {
  background-image: url(../images/shouhou-w.svg);
}
.tips .hover-content .advice:hover .advice-content {
  display: block;
  /*z-index: 999;*/
}
.tips .hover-content .advice .advice-content {
  display: none;
  width: 210px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 64px;
  text-align: left;
  /*z-index: 999;*/
}
.tips .hover-content .advice .advice-content.chun {
  font-size: 14px;
  width: 330px;
  color: #666666;
}
.tips .hover-content .advice .advice-content.chun p {
  margin-bottom: 8px;
}
.tips .hover-content .advice .advice-content.chun .content-true {
  width: 320px;
  padding: 24px;
}
.tips .hover-content .advice .advice-content.chun .content-true .tab {
  display: flex;
  margin-bottom: 12px;
}
.tips .hover-content .advice .advice-content.chun .content-true .tab .chun {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.tips .hover-content .advice .advice-content.chun .content-true .tab .title {
  font-size: 16px;
  color: #0B111B;
}
.tips .hover-content .advice .advice-content.chun .content-true .a-btn {
  text-align: center;
}
.tips .hover-content .advice .advice-content.chun .content-true .a-btn button {
  width: 144px;
}
.tips .hover-content .advice .advice-content .content-true {
  font-size: 14px;
  color: #666666;
  width: 200px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.tips .hover-content .advice .advice-content .content-true .mini {
  display: flex;
  padding: 16px 24px;
}
.tips .hover-content .advice .advice-content .content-true .mini .mini-img {
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 3px 10px 0 0;
}
.tips .hover-content .advice .advice-content .content-true .mini .mini-img.img1 {
  background-image: url(../images/zx1_mini.svg);
}
.tips .hover-content .advice .advice-content .content-true .mini .mini-img.img2 {
  background-image: url(../images/zx2_mini.svg);
}
.tips .hover-content .advice .advice-content .content-true .mini .msg .number {
  font-size: 16px;
  color: #2386EE;
  margin-top: 8px;
}
.tips .hover-content .contanct {
  display: none;
  width: 210px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 40px;
}
.tips .hover-content .contanct .contanct-true {
  font-size: 14px;
  color: #666666;
  width: 200px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.tips .hover-content .contanct .contanct-true .mini {
  display: flex;
  margin: 18px;
}
.tips .hover-content .contanct .contanct-true .mini .mini-img {
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 3px 10px 0 0;
}
.tips .hover-content .contanct .contanct-true .mini .mini-img.img1 {
  background-image: url(../images/zx1_mini.svg);
}
.tips .hover-content .contanct .contanct-true .mini .mini-img.img2 {
  background-image: url(../images/zx2_mini.svg);
}
.tips .hover-content .contanct .contanct-true .mini .msg .number {
  font-size: 16px;
  color: #2386EE;
  margin-top: 8px;
}
.tips .hover-content:hover .contanct {
  display: block;
}
.tips .to-top {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 64px;
  height: 40px;
  margin-top: 8px;
}
.tips .to-top .top {
  position: absolute;
  width: 64px;
  height: 40px;
}
.self-alert {
  background-color: #fff;
  z-index: 99999;
  position: relative;
  height: 100%;
  display: flex;
  width: 520px;
  margin: 0 auto;
}
.self-alert.large {
  width: 800px;
}
.self-alert.small{
  width: 320px;
  height: 356px;
  margin: 0px auto;
}
/*.modal-dialog{*/
  /*margin: auto!important;*/
/*}*/
.self-alert a {
  color: #2386EE;
  cursor: pointer;
}
.self-alert > .close {
  position: absolute;
  right: 0;
  margin: 18px 28px 0 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  background-image: url(../images/close.svg);
}
.self-alert > .left {
  padding: 0 100px;
  margin: 0 auto;
}
.self-alert > .left .title {
  font-size: 18px;
  color: #000000;
  margin: 32px 0 24px 0;
  text-align: center;
}
.self-alert > .left .list,
.self-alert > .left .special-list {
  width: 320px;
  margin-bottom: 24px;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
}
.self-alert > .left .list input,
.self-alert > .left .special-list input {
  width: 300px;
  margin: 10px 0 10px 0;
  padding-left: 12px;
  caret-color: #2386EE;
}
.self-alert > .left .list input.short,
.self-alert > .left .special-list input.short {
  width: 180px;
}
.self-alert > .left .list ::-webkit-input-placeholder,
.self-alert > .left .special-list ::-webkit-input-placeholder {
  color: #999999;
  opacity: 0.5;
}
.self-alert > .left .list :-moz-placeholder,
.self-alert > .left .special-list :-moz-placeholder {
  color: #999999;
  opacity: 0.5;
}
.self-alert > .left .list ::-moz-placeholder,
.self-alert > .left .special-list ::-moz-placeholder {
  color: #999999;
  opacity: 0.5;
}
.self-alert > .left .list :-ms-input-placeholder,
.self-alert > .left .special-list :-ms-input-placeholder {
  color: #999999;
  opacity: 0.5;
}
.self-alert > .left .list .name,
.self-alert > .left .special-list .name {
  font-size: 12px;
  color: #666666;
}
.self-alert > .left .list .name.must::before,
.self-alert > .left .special-list .name.must::before {
  content: '*';
  color: red;
  position: absolute;
  margin-left: -7px;
}
.self-alert > .left .list .wrong,
.self-alert > .left .special-list .wrong {
  font-size: 12px;
  color: #EF2929;
  margin-top: 4px;
}
.self-alert > .left .list .input,
.self-alert > .left .special-list .input {
  border-bottom: 1px solid #E6E6E6;
}
.self-alert > .left .list .input .select ul,
.self-alert > .left .special-list .input .select ul {
  margin-left: -12px;
}
.self-alert > .left .list .input.on,
.self-alert > .left .special-list .input.on {
  border-bottom: 1px solid #2386EE;
}
.self-alert > .left .list .input.phone .self-select,
.self-alert > .left .special-list .input.phone .self-select {
  margin: 0;
}
.self-alert > .left .list .input.phone .self-select::after,
.self-alert > .left .special-list .input.phone .self-select::after {
  display: none;
}
.self-alert > .left .list .input.phone input,
.self-alert > .left .special-list .input.phone input {
  border-left: 1px solid #E6E6E6;
  width: 220px;
}
.self-alert > .left .list .input.phone > span,
.self-alert > .left .special-list .input.phone > span {
  font-size: 14px;
  color: #212121;
  margin: 0 20px 0 8px;
  cursor: pointer;
  padding-right: 12px;
}
.self-alert > .left .list .input.phone > span.on::after,
.self-alert > .left .special-list .input.phone > span.on::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url(../images/drop2.svg);
  margin-top: 12px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.self-alert > .left .list .input.phone > span::after,
.self-alert > .left .special-list .input.phone > span::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url(../images/drop1.svg);
  margin-top: 10px;
  margin-left: 9px;
}
.self-alert > .left .list .input.code button,
.self-alert > .left .special-list .input.code button {
  border: none;
  color: #2386EE;
  background-color: transparent;
  float: right;
}
.self-alert > .left .list .input.code button.disable,
.self-alert > .left .special-list .input.code button.disable {
  font-size: 14px;
  color: #cecece;
  width: 112px;
  cursor: not-allowed;
}
.self-alert > .left .agreement {
  font-size: 12px;
  color: #212121;
}
.self-alert > .left .agreement .right {
  float: right;
  color: #999999;
}
.self-alert > .left .button {
  text-align: center;
}
.self-alert > .left .button button {
  width: 320px;
  height: 40px;
  margin: 24px 0;
}
.self-alert > .left .third {
  font-size: 14px;
  color: #E6E6E6;
  text-align: center;
  margin-bottom: 24px;
}
.self-alert > .left .third span {
  margin: 0 18px;
}
.self-alert > .left .third::before {
  content: "";
  width: 95px;
  border-top: 1px solid #E6E6E6;
  display: inline-block;
  margin-bottom: 4px;
}
.self-alert > .left .third::after {
  content: "";
  width: 95px;
  border-top: 1px solid #E6E6E6;
  display: inline-block;
  margin-bottom: 4px;
}
.self-alert > .left .other {
  text-align: center;
  margin-bottom: 24px;
}
.self-alert > .left .other a {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 12px;
}
.self-alert > .left .other a.wx {
  background-image: url(../images/wx.png);
}
.self-alert > .left .other a.qq {
  background-image: url(../images/QQ.png);
}
.self-alert > .left .other a.qx {
  background-image: url(../images/qx.png);
}
.self-alert > .left .footer {
  font-size: 14px;
  color: #212121;
  text-align: center;
  margin-bottom: 40px;
}
.self-alert > .left .footer a {
  /*font-size: 12px;*/
  text-decoration: none;
  cursor: default;
}
.self-alert > .right {
  font-size: 12px;
  border-left: 1px solid #e6e6e6;
  padding: 4px 70px 0 32px;
  height: 286px;
  margin: 84px 0 40px 0;
}
.self-alert > .right .title {
  font-size: 14px;
  color: #212121;
  margin-bottom: 16px;
}
.self-alert > .right .list li {
  margin-bottom: 8px;
}
.self-alert > .right .list li span {
  margin-right: 10px;
}
.alertPhone {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 56px;
  padding: 0 30px;
}
.alertPhone .title {
  font-size: 18px;
  color: #212121;
  text-align: center;
}
.alertPhone .message {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.alertPhone .list-div {
  width: 320px;
  margin-bottom: 24px;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
}
.alertPhone .list-div input {
  width: 300px;
  margin: 10px 0 10px 0;
  caret-color: #2386EE;
}
.alertPhone .list-div input.short {
  width: 180px;
}
.alertPhone .list-div ::-webkit-input-placeholder {
  color: #999999;
  opacity: 0.5;
}
.alertPhone .list-div :-moz-placeholder {
  color: #999999;
  opacity: 0.5;
}
.alertPhone .list-div ::-moz-placeholder {
  color: #999999;
  opacity: 0.5;
}
.alertPhone .list-div :-ms-input-placeholder {
  color: #999999;
  opacity: 0.5;
}
.alertPhone .list-div .name {
  font-size: 12px;
  color: #666666;
}
.alertPhone .list-div .name.must::before {
  content: '*';
  color: red;
  position: absolute;
  margin-left: -7px;
}
.alertPhone .list-div .wrong {
  font-size: 12px;
  color: #EF2929;
  margin-top: 4px;
}
.alertPhone .list-div .input {
  border-bottom: 1px solid #E6E6E6;
}
.alertPhone .list-div .input .select ul {
  margin-left: -12px;
}
.alertPhone .list-div .input.on {
  border-bottom: 1px solid #2386EE;
}
.alertPhone .list-div .input.phone .self-select {
  margin: 0;
}
.alertPhone .list-div .input.phone .self-select::after {
  display: none;
}
.alertPhone .list-div .input.phone input {
  border-left: 1px solid #E6E6E6;
  width: 220px;
}
.alertPhone .list-div .input.phone > span {
  font-size: 14px;
  color: #212121;
  margin: 0 20px 0 8px;
  cursor: pointer;
  padding-right: 12px;
}
.alertPhone .list-div .input.phone > span.on::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url(../images/drop2.svg);
  margin-top: 12px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.alertPhone .list-div .input.phone > span::after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url(../images/drop1.svg);
  margin-top: 10px;
  margin-left: 9px;
}
.alertPhone .list-div .input.code button {
  border: none;
  color: #2386EE;
  background-color: transparent;
  float: right;
}
.alertPhone .list-div .input.code button.send {
  font-size: 14px;
  color: #E6E6E6;
  width: 112px;
}
.alertPhone .alert-btn {
  width: 315px;
  height: 48px;
  font-size: 16px;
  margin-bottom: 16px;
}
.alertPhone .note {
  color: #2386EE;
  text-align: center;
}
.alertPhone .contact-us .top,
.alertPhone .try .top {
  margin: 32px 0 24px 0;
}
.alertPhone .submit-contact .img {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-top: 56px;
}
.alertPhone .submit-contact .img.success {
  background-image: url(../images/success.png);
}
.alertPhone .submit-contact .img.fail {
  background-image: url(../images/fail.png);
}
.alertPhone .submit-contact .content {
  margin: 16px 0 24px 0;
}
.alertPhone .submit-contact .content .title {
  margin-bottom: 4px;
}
.alertPhone .submit-contact .content .message {
  margin-top: 4px;
}
.confirm-phone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.confirm-phone .opacity {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000000;
}
.confirm-phone .container {
  z-index: 1000;
  width: 272px;
  height: 156px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 0;
  margin-top: 50%;
}
.confirm-phone .container .title {
  padding: 24px 0 8px 0;
  font-size: 18px;
  font-weight: bold;
}
.confirm-phone .container .msg {
  color: #666666;
}
.confirm-phone .container .bottom {
  height: 48px;
  line-height: 48px;
  bottom: 0;
  position: absolute;
  width: 100%;
  border-top: 1px solid #EAEFF3;
}
.confirm-phone .container .bottom > div {
  width: 50%;
  float: left;
}
.confirm-phone .container .bottom .confirm {
  color: #2386EE;
  border-left: 1px solid #EAEFF3;
  width: 49%;
}
body {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: 0;
}
body ol,
body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body ol li,
body ul li {
  list-style: none;
}
body p {
  margin: 0;
}
body a {
  outline: none;
  text-decoration: none;
}
button,
textarea,
select,
input {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  resize: none;
  margin: 0;
  border: none;
  outline: none;
}
input[readonly] {
  cursor: pointer;
}






.pro-list .section .production {
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.pro-list .section .production .list {
  width: 47%;
  background-color: #fff;
  position: relative;
  margin: 0 10px 20px 10px;
}
.pro-list .section .production .list .img {
  background-repeat: no-repeat;
  height: 170px;
  color: #fff;
}
.pro-list .section .production .list .img > p {
  padding-left: 32px;
}
.pro-list .section .production .list .img .title {
  font-size: 28px;
  font-weight: bold;
  padding-top: 48px;
}
.pro-list .section .production .list .img .msg {
  font-size: 16px;
  padding-top: 8px;
}
.pro-list .section .production .list .img.img1 {
  background-image: url(../images/mini1.png);
}
.pro-list .section .production .list .img.img2 {
  background-image: url(../images/mini2.png);
}
.pro-list .section .production .list .img.img3 {
  background-image: url(../images/mini3.png);
}
.pro-list .section .production .list .img.img4 {
  background-image: url(../images/mini4.png);
}
.pro-list .section .production .list .img.img5 {
  background-image: url(../images/mini5.png);
}
.pro-list .section .production .list .img.img6 {
  background-image: url(../images/mini6.png);
}
.pro-list .section .production .list .introduction {
  background-color: #fff;
}
.pro-list .section .production .list .introduction .content {
  padding: 24px 32px 28px 32px;
}
.pro-list .section .production .list .introduction .content .title {
  font-size: 16px;
  color: #212121;
  margin-bottom: 16px;
}
.pro-list .section .production .list .introduction .content ul li {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 8px;
}
.pro-list .section .production .list .introduction .content ul li span {
  margin-right: 8px;
}
.pro-list .section .production .list .introduction .content ul li span::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: #0B74FF;
  margin-top: 8px;
  margin-right: 8px;
}
.pro-list .section .production .list .introduction .button {
  margin: 0 0 24px 32px;
}
.pro-list .section .production .list .introduction .button span {
  margin-left: 16px;
  color: #0B74FF;
}
.pro-list .section.section-2 {
  background-color: #fff;
  margin-top: 36px;
  padding: 0 !important;
}
.pro-list .section.section-2 .use {
  display: flex;
}
.pro-list .section.section-2 .use .use-img {
  background-repeat: no-repeat;
  width: 20%;
  height: 386px;
  background-size: cover;
}
.pro-list .section.section-2 .use .use-img.img-left {
  background-image: url(../images/man.png);
}
.pro-list .section.section-2 .use .use-img.img-right {
  background-image: url(../images/women.png);
}
.pro-list .section.section-2 .use .use-msgs {
  width: 60%;
}
.pro-list .section.section-2 .use .use-msgs .list {
  font-family: PingFangSC-Regular;
  width: 50%;
  margin-top: 46px;
  padding: 0 5%;
  float: left;
}
.pro-list .section.section-2 .use .use-msgs .list .img {
  width: 30px;
  height: 30px;
  background-image: url(../images/douhao.png);
  background-repeat: no-repeat;
}
.pro-list .section.section-2 .use .use-msgs .list .msg {
  font-size: 16px;
  color: #212121;
  margin: 20px 0 24px 0;
  line-height: 32px;
}
.pro-list .section.section-2 .use .use-msgs .list .last {
  color: #999999;
  font-size: 14px;
}


.pro-detail {
  background-color: #fff !important;
}
.pro-detail .section-1 {
  /*height: 400px;*/
  padding-bottom: 56px;
  box-sizing: content-box;
}
.pro-detail .section-1 .function {
  display: flex;
  justify-content: space-between;
}
.pro-detail .section-1 .function .list {
  /*width: 380px;*/
  width: 248px;
  text-align: center;
}
.pro-detail .section-1 .function .list .img {
  background-repeat: no-repeat;
  width: 72px;
  height: 80px;
  margin: 0 auto;
}
.pro-detail .section-1 .function .list .img.img1 {
  background-image: url(../images/function1.png);
}
.pro-detail .section-1 .function .list .img.img2 {
  background-image: url(../images/function2.png);
}
.pro-detail .section-1 .function .list .img.img3 {
  background-image: url(../images/function3.png);
}
.pro-detail .section-1 .function .list .img.img4 {
  background-image: url(../images/function4.png);
}
.pro-detail .section-1 .function .list .title {
  font-weight: bold;
  font-size: 18px;
  color: #212121;
  margin: 24px 0 8px 0;
}
.pro-detail .section-1 .function .list .msg {
  font-size: 14px;
  color: #666666;
  /*padding: 0 30px;*/
  text-align: left;
}
.pro-detail .section-2 {
  min-height: 620px;
  background-image: url(../images/probg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pro-detail .section-2 .special {
  display: flex;
  flex-wrap: wrap;
  min-width: 780px;
  justify-content: space-between;
}
.pro-detail .section-2 .special .list {
  /*width: 380px;*/
  width: 348px;
  height: 206px;
}
.pro-detail .section-2 .special .list .img {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.pro-detail .section-2 .special .list .img.img1 {
  background-image: url(../images/special1.png);
}
.pro-detail .section-2 .special .list .img.img2 {
  background-image: url(../images/special2.png);
}
.pro-detail .section-2 .special .list .img.img3 {
  background-image: url(../images/special3.png);
}
.pro-detail .section-2 .special .list .img.img4 {
  background-image: url(../images/special4.png);
}
.pro-detail .section-2 .special .list .img.img5 {
  background-image: url(../images/special5.png);
}
.pro-detail .section-2 .special .list .img.img6 {
  background-image: url(../images/special6.png);
}
.pro-detail .section-2 .special .list .title {
  font-weight: bold;
  font-size: 18px;
  color: #212121;
  margin: 16px 0;
}
.pro-detail .section-2 .special .list .msg {
  font-size: 14px;
  color: #666666;
  /*padding-right: 52px;*/
}
.pro-detail .section-3 {
  padding: 0 !important;
  width: 1180px;
  margin: 0 auto;
  /*background-color:rgba(0,0,0,0)!important;*/
}
.pro-detail .section-3 .comment-detail-left-background-color{
  position: absolute;
  height: 464px;
  width: 60%;
  left: 0;
  background: -webkit-linear-gradient(left, white , #f3f6f9); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, white, #f3f6f9); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, white, #f3f6f9); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, white , #f3f6f9); /* 标准的语法 */
  /*z-index: -1;*/
  /*opacity: 0;*/
}
.pro-detail .section-3 .comment-detail-right-background-color{
  position: absolute;
  height: 464px;
  width: 60%;
  right: 0;
  background: -webkit-linear-gradient(left, #f3f6f9 , white); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f3f6f9, white); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f3f6f9, white); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f3f6f9 , white); /* 标准的语法 */
  /*z-index: -1;*/
}
.pro-detail .section-3 .content {
  min-width: 680px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  height: 464px;
}
.pro-detail .section-3 .content.last {
  margin-bottom: 0;
}
.pro-detail .section-3 .content .title {
  font-size: 18px;
  color: #666666;
  margin-top: 96px;
}
.pro-detail .section-3 .content .title > span {
  font-weight: bold;
  margin-right: 6px;
}
.pro-detail .section-3 .content .title > span.bar {
  font-weight: 400;
  font-size: 16px;
  color: #E6E6E6;
}
.pro-detail .section-3 .content .msg {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 24px 0 16px 0;
}
.pro-detail .section-3 .content .last {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-bottom: 30px;
}
.pro-detail .section-3 .content .left,
.pro-detail .section-3 .content .special-right {
  height: 464px;
  /*width: 60%;*/
  width: 480px;
  z-index: 1;
}
.pro-detail .section-3 .content .left{
  margin-right: 120px;
}
/*.pro-detail .section-3 .content .right{*/
  /*margin-right: 120px;*/

/*}*/
.pro-detail .section-3 .content .special-right {
  /*position: absolute;*/
  /*right: 0;*/
  /*padding: 0 19% 0 15%;*/

}
.pro-detail .section-3 .content .special-left {
  margin-right: 120px;
}
.pro-detail .section-3 .content .special-left .img {
  z-index: 1;
  /*position: absolute;*/
  /*right: 0;*/
  /*margin: 56px 50% 0 -203px !important;*/
}
.pro-detail .section-3 .content .img {
  /*width: 604px;*/
  /*height: 352px;*/
  width: 580px;
  height: 328px;
  /*position: absolute;*/
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pro-detail .section-3 .content .img.img1 {
  background-image: url(../images/kispro1.png);
  /*margin: 56px 0 0 -283px;*/
}
.pro-detail .section-3 .content .img.img2 {
  background-image: url(../images/kispro2.png);
  /*margin: 56px 0 0 -203px;*/
  /*margin-left: 19%;*/
}
.pro-detail .section-3 .content .img.img3 {
  background-image: url(../images/kispro3.png);
  /*margin: 56px 0 0 -203px;*/
}


.case-detail .details {
  padding-bottom: 56px;
}
.case-detail .details .content {
  display: flex;
}
.case-detail .details .content .left {
  width: 280px;
  margin-right: 20px;
  background-color: #fff;
  height: 600px;
}
.case-detail .details .content .left .img {
  width: 280px;
  height: 160px;
  background-image: url(../images/logo4.png);
  background-repeat: no-repeat;
  background-position: center;
}
.case-detail .details .content .left .list {
  padding: 0 32px;
  margin-bottom: 48px;
}
.case-detail .details .content .left .list .company {
  font-size: 18px;
  color: #000000;
  text-align: center;
}
.case-detail .details .content .left .list .title {
  margin-bottom: 8px;
  font-size: 16px;
  color: #000000;
}
.case-detail .details .content .left .list .msg {
  font-size: 14px;
  color: #666666;
}
.case-detail .details .content .left .list .msg.special {
  color: #2386EE;
}
.case-detail .details .content .right {
  text-align: left;
  background-color: #fff;
  padding: 0 48px;
}
.case-detail .details .content .right .img {
  margin-bottom: 24px;
  max-width: 790px;
  height: 320px;
  background-image: url(../images/detail.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.case-detail .details .content .right .list {
  margin: 24px 0;
}
.case-detail .details .content .right .list .title {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 16px;
}
.case-detail .details .content .right .list .msg {
  font-size: 14px;
  color: #666666;
}
.case-detail .details .content .right .list.last {
  margin-bottom: 48px;
}

::-webkit-scrollbar-thumb {
  background-color: yellow;
  width: 1px;
}
::-webkit-scrollbar-track-piece {
  background-color: #cdcdcd;
  height: 800px;
}
::-webkit-scrollbar-track {
  background-color: #f25712;
}
.case-list .section.section-1 {
  background-color: #fff;
}
.case-list .section.section-1 ul {
  padding: 30px 44px 0 44px;
  display: flex;
  justify-content: space-between;
}
.case-list .section.section-1 ul li {
  display: inline-block;
  font-size: 14px;
  color: #979797;
  padding-bottom: 13px;
  cursor: pointer;
  min-width: 60px;
  border-bottom: solid 2px #fff;
}
.case-list .section.section-1 ul li a{
  text-decoration: none;
}
.case-list .section.section-1 ul li.on {
  color: #008FFF;
  border-bottom: solid 2px #008fff;
}
.case-list .section.section-1 ul li .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.case-list .section.section-1 ul li .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}
.case-list .section.section-1 ul li .icon > .icon {
  position: relative;
  left: -80px;
  filter: drop-shadow(80px 0 #979797);
  -webkit-filter: drop-shadow(80px 0 #979797);
  border-right: 80px solid transparent;
}
.case-list .section.section-1 ul li:hover{
  color: #008FFF!important;
  border-bottom: solid 2px #008fff;
}
.case-list .section.section-1 ul li:hover a{
  color: #008FFF!important;
}
.case-list .section.section-1 ul li:hover .icon > .icon {
  position: relative;
  left: -80px;
  filter: drop-shadow(80px 0 #008fff);
  -webkit-filter: drop-shadow(80px 0 #008fff);
  border-right: 80px solid transparent;
}
.case-list .section.section-1 ul li.on{
  color: #008FFF!important;
  border-bottom: solid 2px #008fff;
}
.case-list .section.section-1 ul li.on a{
  color: #008FFF!important;
}
.case-list .section.section-1 ul li.on .icon > .icon {
  position: relative;
  left: -80px;
  filter: drop-shadow(80px 0 #008fff);
  -webkit-filter: drop-shadow(80px 0 #008fff);
  border-right: 80px solid transparent;
}
.case-list .section.section-1 ul::-webkit-scrollbar {
  height: 0;
}
.case-list .section.section-2 {
  display: flex;
  margin-top: 56px;
  margin-bottom: 56px;
}

.case-list .cate_hide {
  display: none!important;
}

.case-list .cate_show {
  display: flex!important;
}
.case-list .section.section-2 .left {
  background-repeat: no-repeat;
  background-image: url(../images/case.png);
  width: 680px;
  /*width: 712px;*/
  /*height: 400px;*/
  height: 412px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.case-list .section.section-2 .left .content {
  color: #fff;
  /*margin-top: 283px;*/
  height: 106px;
  bottom: 0;
  z-index: 1;
  position: absolute;
  padding-left: 32px;
}
.case-list .section.section-2 .left .content .top {
  display: flex;
  margin: 24px 0 8px 0;
}
.case-list .section.section-2 .left .content .top .img {
  width: 140px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/lv.png);
  margin-right: 16px;
}
.case-list .section.section-2 .left .content .top .company {
  /* width:144px; */
  height:28px;
  font-size:18px;
  font-family:PingFangSC;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:28px;
}
.case-list .section.section-2 .left .opacity {
  position: absolute;
  height: 106px;
  /*opacity: 0.67;*/
  opacity: 0.6;
  background: #000000;
  /*width: calc(100% - 16px);*/
  /*width: calc(100% - 13px);*/
  /*width: 712px;*/
  width: 680px;
  /*bottom: 22px;*/
  bottom: 0px;
  /*margin-left: 16px;*/
  /*margin-left: 6px;*/
}
.case-list .section.section-2 .right {
  background-color: #fff;
  width: 500px;
  height: 352px;
  margin: 24px 0;
  text-align: center;
}
.case-list .section.section-2 .right .introduce {
  margin-top: 48px;
}
.case-list .section.section-2 .right .introduce .img {
  background-repeat: no-repeat;
  background-image: url(../images/mini_man.png);
  background-size: cover;
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
.case-list .section.section-2 .right .introduce .name {
  font-size: 16px;
  color: #212121;
  margin-top: 8px;
}
.case-list .section.section-2 .right .introduce .company {
  font-size: 14px;
  color: #999999;
}
.case-list .section.section-2 .right .msg {
  font-size: 14px;
  color: #666666;
  padding: 24px 56px 28px 56px;
}
.case-list .section.section-2 .right .button button {
  color: #0B74FF;
  background-color: #fff;
  border: 1px solid #0B74FF;
}
.case-list .section.section-3 {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}
.case-list .section.section-3 .list {
  width: 280px;
  margin-bottom: 20px;
  background-color: #fff;
  min-height: 310px;
}
.case-list .section.section-3 .list a{
  text-decoration: none;
}
.case-list .section.section-3 .list .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*width: 270px;*/
  /*height: 160px;*/
  width: 220px;
  height: 120px;
  margin: 24px auto 0 auto;
  /*margin: 0 auto;*/
}
/*.case-list .section.section-3 .list .img.img1 {*/
  /*background-image: url(../images/case1.png);*/
/*}*/
/*.case-list .section.section-3 .list .img.img2 {*/
  /*background-image: url(../images/case2.png);*/
/*}*/
/*.case-list .section.section-3 .list .img.img3 {*/
  /*background-image: url(../images/case3.png);*/
/*}*/
/*.case-list .section.section-3 .list .img.img4 {*/
  /*background-image: url(../images/case4.png);*/
/*}*/
/*.case-list .section.section-3 .list .img.img5 {*/
  /*background-image: url(../images/case5.png);*/
/*}*/
/*.case-list .section.section-3 .list .img.img6 {*/
  /*background-image: url(../images/case6.png);*/
/*}*/
/*.case-list .section.section-3 .list .img.img7 {*/
  /*background-image: url(../images/case7.png);*/
/*}*/
/*.case-list .section.section-3 .list .img.img8 {*/
  /*background-image: url(../images/case8.png);*/
/*}*/
.case-list .section.section-3 .list .title {
  
  height:24px;
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(0,0,0,1);
  line-height:24px;
  /*margin: 8px 0 24px 0;*/
  margin-top: 16px;
}
.case-list .section.section-3 .list .msg {
  padding: 0 32px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 14px;
  color: #666666;
  text-align: left;
}

.master .news-header {
  height: 256px;
  background-image: url(../images/newsbanner-s.png);
}
.master .news-header .kis {
  padding: 0;
  padding-top: 100px;
  text-align: center;
}
.master .news {
  background-color: #F3F6F9;
  padding: 56px 0;
}
.master .news .content {
  display: flex;
  flex-wrap: nowrap;
}
.master .news .content .kis-time {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.master .news .content .left {
  background-color: #fff;
}
.master .news .content .left .list {
  padding: 24px 0;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 32px;
}
.master .news .content .left .list .img-common {
  width: 280px;
  height: 152px;
  margin-right: 24px;
  float: left;
}
.master .news .content .left .list .img-common.img1 {
  background-image: url(../images/news_1-s.png);
}
.master .news .content .left .list .img-common.img2 {
  background-image: url(../images/news_2-s.png);
}
.master .news .content .left .list .img-common.img3 {
  background-image: url(../images/news_3-s.png);
}
.master .news .content .left .list .img-common.img4 {
  background-image: url(../images/news_4-s.png);
}
.master .news .content .left .list .img-common.img5 {
  background-image: url(../images/news_5-s.png);
}
.master .news .content .left .list .img-common.img6 {
  background-image: url(../images/news_6-s.png);
}
.master .news .content .left .list .messages .me-title {
  margin: 8px 0;
}
.master .news .content .left .list .messages .kis-time {
  margin-top: 40px;
}
.master .news .content .left .pages {
  height: 104px;
}
.master .news .content .right {
  width: 280px;
  margin-left: 20px;
  background-color: #fff;
  height: inherit;
  padding: 0 32px;
}
.master .news .content .right .title {
  height: 56px;
  line-height: 56px;
  margin-bottom: 24px;
  color: #212121;
  font-size: 18px;
  border-bottom: 1px solid #E6E6E6;
}
.master .news .content .right .list {
  margin-bottom: 24px;
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}
.master .news .content .right .list .msg {
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}
.master .news .content .right .list::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #2386EE;
  border-radius: 50%;
  margin-right: 0;
  left: 0;
  margin-top: 6px;
}
.master .news .content .next-page-s {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E6E6E6;
  padding-top: 16px;
}
.master .news .content .next-page-s a {
  color: #0F0F0F;
  margin-top: 16px;
}
.master .news .content .next-page-s a > span {
  color: #2386EE;
}
.master .news .content.detail-content {
  margin-top: 0;
}
.master .news .content.detail-content .left {
  padding: 24px 56px 32px 56px;
  background-color: #fff;
}
.master .news .content.detail-content .left .list-tab .me-msg {
  margin-bottom: 10px;
}
.master .news .content.detail-content .left .list-tab .kis-time {
  margin: 16px 0 24px 0;
}
.master .news .content.detail-content .left .list-tab .img-common {
  margin: 14px 0 32px 0;
  height: 316px;
  width: inherit;
  background-size: cover;
  background-image: url(../images/news-s.png);
}
.master .news .content.detail-content .left .detail-list {
  margin: 16px 0 32px 0;
}
.master .news .content.detail-content .left .detail-list .title {
  font-size: 16px;
  color: #212121;
  margin-bottom: 16px;
}





/*服务代理商 Start*/
/*@media screen and (min-width: 768px) and (max-width: 1200px) {*/
  /*.master .index .section.section-1 .product .list {*/
    /*margin: 0 3px;*/
    /*height: 240px;*/
  /*}*/
  /*.master .index .section.section-1 .product .list:hover .background .hover-btn {*/
    /*margin-top: 16px;*/
  /*}*/
  /*.master .index .section.section-1 .product .list:hover .opacity {*/
    /*height: 128px;*/
  /*}*/
  /*.master .index .section.section-1 .product .list .background {*/
    /*padding: 16px 24px;*/
  /*}*/
  /*.master .index .section.section-1 .product .list .background .title {*/
    /*font-size: 16px;*/
  /*}*/
  /*.master .index .section.section-1 .product .list .opacity {*/
    /*height: 82px;*/
  /*}*/
  /*.master .index .section.section-4 .logo-list .img {*/
    /*width: 145px;*/
    /*height: 90px;*/
  /*}*/
/*}*/
/*.pro-list .section .production {*/
  /*display: flex;*/
  /*font-size: 16px;*/
  /*flex-wrap: wrap;*/
  /*justify-content: center;*/
/*}*/
/*.pro-list .section .production .list {*/
  /*width: 47%;*/
  /*background-color: #fff;*/
  /*position: relative;*/
  /*margin: 0 10px 20px 10px;*/
/*}*/
/*.pro-list .section .production .list .img {*/
  /*background-repeat: no-repeat;*/
  /*height: 170px;*/
  /*color: #fff;*/
/*}*/
/*.pro-list .section .production .list .img > p {*/
  /*padding-left: 32px;*/
/*}*/
/*.pro-list .section .production .list .img .title {*/
  /*font-size: 28px;*/
  /*font-weight: bold;*/
  /*padding-top: 48px;*/
/*}*/
/*.pro-list .section .production .list .img .msg {*/
  /*font-size: 16px;*/
  /*padding-top: 8px;*/
/*}*/
/*.pro-list .section .production .list .img.img1 {*/
  /*background-image: url(../images/mini1.png);*/
/*}*/
/*.pro-list .section .production .list .img.img2 {*/
  /*background-image: url(../images/mini2.png);*/
/*}*/
/*.pro-list .section .production .list .img.img3 {*/
  /*background-image: url(../images/mini3.png);*/
/*}*/
/*.pro-list .section .production .list .img.img4 {*/
  /*background-image: url(../images/mini4.png);*/
/*}*/
/*.pro-list .section .production .list .img.img5 {*/
  /*background-image: url(../images/mini1.png);*/
/*}*/
/*.pro-list .section .production .list .img.img6 {*/
  /*background-image: url(../images/mini2.png);*/
/*}*/
/*.pro-list .section .production .list .introduction {*/
  /*background-color: #fff;*/
/*}*/
/*.pro-list .section .production .list .introduction .content {*/
  /*padding: 24px 32px 28px 32px;*/
/*}*/
/*.pro-list .section .production .list .introduction .content .title {*/
  /*font-size: 16px;*/
  /*color: #212121;*/
  /*margin-bottom: 16px;*/
/*}*/
/*.pro-list .section .production .list .introduction .content ul li {*/
  /*font-size: 14px;*/
  /*color: #666666;*/
  /*line-height: 22px;*/
  /*margin-bottom: 8px;*/
/*}*/
/*.pro-list .section .production .list .introduction .content ul li span {*/
  /*margin-right: 8px;*/
/*}*/
/*.pro-list .section .production .list .introduction .content ul li span::before {*/
  /*content: '';*/
  /*width: 4px;*/
  /*height: 4px;*/
  /*position: absolute;*/
  /*border-radius: 50%;*/
  /*background-color: #0B74FF;*/
  /*margin-top: 8px;*/
  /*margin-right: 8px;*/
/*}*/
/*.pro-list .section .production .list .introduction .button {*/
  /*margin: 0 0 24px 32px;*/
/*}*/
/*.pro-list .section .production .list .introduction .button span {*/
  /*margin-left: 16px;*/
  /*color: #0B74FF;*/
/*}*/
/*.pro-list .section.section-2 {*/
  /*background-color: #fff;*/
  /*margin-top: 36px;*/
  /*padding: 0 !important;*/
/*}*/
/*.pro-list .section.section-2 .use {*/
  /*display: flex;*/
/*}*/
/*.pro-list .section.section-2 .use .use-img {*/
  /*background-repeat: no-repeat;*/
  /*width: 20%;*/
  /*height: 386px;*/
  /*background-size: cover;*/
/*}*/
/*.pro-list .section.section-2 .use .use-img.img-left {*/
  /*background-image: url(../images/man.png);*/
/*}*/
/*.pro-list .section.section-2 .use .use-img.img-right {*/
  /*background-image: url(../images/women.png);*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs {*/
  /*width: 60%;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list {*/
  /*width: 50%;*/
  /*margin-top: 46px;*/
  /*padding: 0 5%;*/
  /*float: left;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list .img {*/
  /*width: 30px;*/
  /*height: 30px;*/
  /*background-image: url(../images/douhao.png);*/
  /*background-repeat: no-repeat;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list .msg {*/
  /*font-size: 16px;*/
  /*color: #212121;*/
  /*margin: 20px 0 24px 0;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list .last {*/
  /*color: #999999;*/
  /*font-size: 14px;*/
/*}*/
/*@media screen and (min-width: 100px) and (max-width: 767px) {*/
  /*.master .pro-list > .section .p-title {*/
    /*font-size: 24px;*/
    /*line-height: 108px;*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production {*/
    /*padding-bottom: 16px;*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list {*/
    /*margin: 0 15px;*/
    /*margin-top: 15px;*/
    /*width: 100%;*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list::after {*/
    /*top: 0;*/
    /*width: 8px;*/
    /*content: '';*/
    /*position: absolute;*/
    /*height: 8px;*/
    /*border: #fff solid;*/
    /*border-width: 2px 2px 0 0;*/
    /*transform: rotate(135deg);*/
    /*-ms-transform: rotate(135deg);*/
    /*-moz-transform: rotate(135deg);*/
    /*-webkit-transform: rotate(135deg);*/
    /*-o-transform: rotate(135deg);*/
    /*transition: 0.5s;*/
    /*right: 0;*/
    /*margin: 18px 20px 0px 0px;*/
    /*margin-top: 36px;*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .img {*/
    /*height: 98px;*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .img .title {*/
    /*font-size: 16px;*/
    /*padding-top: 24px;*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .img .msg {*/
    /*font-size: 14px;*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .img.img1 {*/
    /*background-image: url(../images/p1-s.png);*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .img.img2 {*/
    /*background-image: url(../images/p2-s.png);*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .img.img3 {*/
    /*background-image: url(../images/p3-s.png);*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .img.img4 {*/
    /*background-image: url(../images/p4-s.png);*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .img.img5 {*/
    /*background-image: url(../images/p1-s.png);*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .img.img6 {*/
    /*background-image: url(../images/p2-s.png);*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .introduction {*/
    /*height: 0;*/
    /*transition: all 0.5s;*/
    /*opacity: 0;*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list .introduction .button.kis-show-s {*/
    /*margin: 0;*/
    /*margin-bottom: 24px;*/
    /*text-align: center;*/
  /*}*/
  /*.master .pro-list > .section.section-1 .production .list.on .introduction {*/
    /*height: 242px;*/
    /*opacity: 1;*/
  /*}*/
  /*.master .pro-list > .section.section-2 .reason .list {*/
    /*margin: 0 16px;*/
  /*}*/
/*}*/
/*@media screen and (min-width: 768px) and (max-width: 1200px) {*/
  /*.pro-list .section.section-2 .use {*/
    /*position: relative;*/
  /*}*/
  /*.pro-list .section.section-2 .use .use-img {*/
    /*height: 240px;*/
    /*width: 240px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*margin-right: 85px;*/
  /*}*/
  /*.pro-list .section.section-2 .use .use-img.img-left {*/
    /*top: 0;*/
    /*width: 180px;*/
    /*background-image: url(../images/man-m.png);*/
  /*}*/
  /*.pro-list .section.section-2 .use .use-img.img-right {*/
    /*bottom: 0;*/
  /*}*/
  /*.pro-list .section.section-2 .use .use-msgs .list {*/
    /*margin: 32px;*/
    /*width: 420px;*/
    /*padding: 0 55px;*/
  /*}*/
  /*.pro-list .section.section-2 .use .use-msgs .list .msg {*/
    /*font-size: 14px;*/
  /*}*/
/*}*/

.service-detail {
  background-color: #fff !important;
}
.service-detail .section-1 {
  height: 680px;
  width: 1290px;
  margin: 0 auto;
}
.service-detail .section-1 .function {
  display: flex;
  justify-content: space-between;
}
.service-detail .section-1 .function .list {
  width:310px;
  height:390px;
  background:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(251,253,255,1) 100%);
  box-shadow:0px 0px 4px 0px rgba(0,0,0,0.18);
  /*text-align: center;*/
}
.service-detail .section-1 .function .list .img {
  background-repeat: no-repeat;
  width: 85px;
  height: 85px;
  margin: 47px auto;
}
.service-detail .section-1 .function .list .img.img1 {
  background-image: url(../images/function1.png);
}
.service-detail .section-1 .function .list .img.img2 {
  background-image: url(../images/function2.png);
}
.service-detail .section-1 .function .list .img.img3 {
  background-image: url(../images/function3.png);
}
.service-detail .section-1 .function .list .img.img4 {
  background-image: url(../images/function4.png);
}
.service-detail .section-1 .function .list .title {
  font-weight: bold;
  font-size: 18px;
  color: #212121;
  margin: 24px 0 8px 0;
}
.service-detail .section-1 .function .list .msg {
  font-size: 14px;
  color: #666666;
  padding: 0 30px;
}
.service-detail .section-2 {
  min-height: 477px;
  background-image: url(../images/probg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.service-detail .section-2 .p-sub-title {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  text-align: center;
  /*line-height: 160px;*/
  margin-top: -32px;
  margin-bottom: 78px;
}
.service-detail .section-2 .special {
  display: flex;
  flex-wrap: wrap;
  min-width: 780px;
  justify-content: space-around;
}
.service-detail .section-2 .special .list {
  width: 380px;
  height: 206px;
}
.service-detail .section-2 .special .list .img {
  width: 32px;
  height: 32px;
  margin-bottom: 35px;
  background-repeat: no-repeat;
}
.service-detail .section-2 .special .list .img.img1 {
  background-image: url(../images/special1.png);
}
.service-detail .section-2 .special .list .img.img2 {
  background-image: url(../images/special2.png);
}
.service-detail .section-2 .special .list .img.img3 {
  background-image: url(../images/special3.png);
}
.service-detail .section-2 .special .list .img.img4 {
  background-image: url(../images/special4.png);
}
.service-detail .section-2 .special .list .img.img5 {
  background-image: url(../images/special5.png);
}
.service-detail .section-2 .special .list .img.img6 {
  background-image: url(../images/special6.png);
}
.service-detail .section-2 .special .list .title {
  font-weight: bold;
  font-size: 18px;
  color: #212121;
  margin: 16px 0;
}
.service-detail .section-2 .special .list .msg {
  font-size: 14px;
  color: #666666;
  padding-right: 52px;
}
.service-detail .section-3 {
  padding: 0 !important;
  min-height: 996px;
}
.service-detail .section-3 .content {
  /*min-width: 680px;*/
  max-width: 1080px;
  margin: 48px auto;
  display: flex;
  flex-direction: column;
  /*margin-bottom: 48px;*/
  /*height: 464px;*/
}
.service-detail .section-3 .content .title {
  font-size:18px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color: #0B74FF;
  line-height:28px;
  /*margin-top: 96px;*/
}
/*.service-detail .section-3 .content .title > span {*/
  /*font-weight: bold;*/
  /*margin-right: 16px;*/
/*}*/
.service-detail .section-3 .content .msg {
  font-size:16px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#666;
  line-height:23px;
  margin-top: 25px;
}
/*.service-detail .section-3 .content .title {*/
  /*width: 604px;*/
  /*height: 352px;*/
  /*position: absolute;*/
/*}*/
/*.service-detail .section-3 .content .msg {*/
  /*width: 604px;*/
  /*height: 352px;*/
  /*position: absolute;*/
/*}*/
.service-detail .section-3 .content .img {
  width: 604px;
  height: 352px;
  position: absolute;
}
.service-detail .section-3 .content .img.img1{

  background-image: url(../images/service_content.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 651px;
  height: 235px;
  margin: 47px auto;
}

.service-detail .section-4 {
  min-height: 477px;
  background-image: url(../images/probg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.service-detail .section-4 .p-sub-title {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  text-align: center;
  /*line-height: 160px;*/
  margin-top: -32px;
  margin-bottom: 78px;
}
.service-detail .section-4 .content {
  display: flex;
  flex-wrap: wrap;
  min-width: 780px;
  justify-content: space-around;
}
.service-detail .section-4 .content .img {
  width: 32px;
  height: 32px;
  margin-bottom: 35px;
  background-repeat: no-repeat;
}
.service-detail .section-4 .content .info-box-bg {
  background-color: #0974FF;
  /*width:15px;*/
}
.service-detail .section-4 .content .info-box {
  width:564px;
  height:191px;
  margin-left: 15px;
  background-color: white;
}
.service-detail .section-4 .content .info-box .title {
  font-size:20px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  line-height:24px;
  color: #212121;
  /*margin: 16px 0;*/
}
.service-detail .section-4 .content .info-box .msg {
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  line-height:22px;
  color: #666666;
  /*padding-right: 52px;*/
}
.service-detail .section-4 .content .info-box .score {

}
.service-detail .section-4 .content .info-box .other-msg {
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color: #666666;
  line-height:22px;
}
.service-detail .section-4 .content .info-box .other-msg .contact{

}
.service-detail .section-4 .content .info-box .other-msg .contact .phone{

}
.service-detail .section-4 .content .info-box .other-msg .contact .mobile{

}
.service-detail .section-4 .content .info-box .other-msg .home-url{

}

/*服务代理商 End*/











/*关于KIS Start*/
/*@media screen and (min-width: 768px) and (max-width: 1200px) {*/
/*.master .index .section.section-1 .product .list {*/
/*margin: 0 3px;*/
/*height: 240px;*/
/*}*/
/*.master .index .section.section-1 .product .list:hover .background .hover-btn {*/
/*margin-top: 16px;*/
/*}*/
/*.master .index .section.section-1 .product .list:hover .opacity {*/
/*height: 128px;*/
/*}*/
/*.master .index .section.section-1 .product .list .background {*/
/*padding: 16px 24px;*/
/*}*/
/*.master .index .section.section-1 .product .list .background .title {*/
/*font-size: 16px;*/
/*}*/
/*.master .index .section.section-1 .product .list .opacity {*/
/*height: 82px;*/
/*}*/
/*.master .index .section.section-4 .logo-list .img {*/
/*width: 145px;*/
/*height: 90px;*/
/*}*/
/*}*/
/*.pro-list .section .production {*/
/*display: flex;*/
/*font-size: 16px;*/
/*flex-wrap: wrap;*/
/*justify-content: center;*/
/*}*/
/*.pro-list .section .production .list {*/
/*width: 47%;*/
/*background-color: #fff;*/
/*position: relative;*/
/*margin: 0 10px 20px 10px;*/
/*}*/
/*.pro-list .section .production .list .img {*/
/*background-repeat: no-repeat;*/
/*height: 170px;*/
/*color: #fff;*/
/*}*/
/*.pro-list .section .production .list .img > p {*/
/*padding-left: 32px;*/
/*}*/
/*.pro-list .section .production .list .img .title {*/
/*font-size: 28px;*/
/*font-weight: bold;*/
/*padding-top: 48px;*/
/*}*/
/*.pro-list .section .production .list .img .msg {*/
/*font-size: 16px;*/
/*padding-top: 8px;*/
/*}*/
/*.pro-list .section .production .list .img.img1 {*/
/*background-image: url(../images/mini1.png);*/
/*}*/
/*.pro-list .section .production .list .img.img2 {*/
/*background-image: url(../images/mini2.png);*/
/*}*/
/*.pro-list .section .production .list .img.img3 {*/
/*background-image: url(../images/mini3.png);*/
/*}*/
/*.pro-list .section .production .list .img.img4 {*/
/*background-image: url(../images/mini4.png);*/
/*}*/
/*.pro-list .section .production .list .img.img5 {*/
/*background-image: url(../images/mini1.png);*/
/*}*/
/*.pro-list .section .production .list .img.img6 {*/
/*background-image: url(../images/mini2.png);*/
/*}*/
/*.pro-list .section .production .list .introduction {*/
/*background-color: #fff;*/
/*}*/
/*.pro-list .section .production .list .introduction .content {*/
/*padding: 24px 32px 28px 32px;*/
/*}*/
/*.pro-list .section .production .list .introduction .content .title {*/
/*font-size: 16px;*/
/*color: #212121;*/
/*margin-bottom: 16px;*/
/*}*/
/*.pro-list .section .production .list .introduction .content ul li {*/
/*font-size: 14px;*/
/*color: #666666;*/
/*line-height: 22px;*/
/*margin-bottom: 8px;*/
/*}*/
/*.pro-list .section .production .list .introduction .content ul li span {*/
/*margin-right: 8px;*/
/*}*/
/*.pro-list .section .production .list .introduction .content ul li span::before {*/
/*content: '';*/
/*width: 4px;*/
/*height: 4px;*/
/*position: absolute;*/
/*border-radius: 50%;*/
/*background-color: #0B74FF;*/
/*margin-top: 8px;*/
/*margin-right: 8px;*/
/*}*/
/*.pro-list .section .production .list .introduction .button {*/
/*margin: 0 0 24px 32px;*/
/*}*/
/*.pro-list .section .production .list .introduction .button span {*/
/*margin-left: 16px;*/
/*color: #0B74FF;*/
/*}*/
/*.pro-list .section.section-2 {*/
/*background-color: #fff;*/
/*margin-top: 36px;*/
/*padding: 0 !important;*/
/*}*/
/*.pro-list .section.section-2 .use {*/
/*display: flex;*/
/*}*/
/*.pro-list .section.section-2 .use .use-img {*/
/*background-repeat: no-repeat;*/
/*width: 20%;*/
/*height: 386px;*/
/*background-size: cover;*/
/*}*/
/*.pro-list .section.section-2 .use .use-img.img-left {*/
/*background-image: url(../images/man.png);*/
/*}*/
/*.pro-list .section.section-2 .use .use-img.img-right {*/
/*background-image: url(../images/women.png);*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs {*/
/*width: 60%;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list {*/
/*width: 50%;*/
/*margin-top: 46px;*/
/*padding: 0 5%;*/
/*float: left;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list .img {*/
/*width: 30px;*/
/*height: 30px;*/
/*background-image: url(../images/douhao.png);*/
/*background-repeat: no-repeat;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list .msg {*/
/*font-size: 16px;*/
/*color: #212121;*/
/*margin: 20px 0 24px 0;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list .last {*/
/*color: #999999;*/
/*font-size: 14px;*/
/*}*/
/*@media screen and (min-width: 100px) and (max-width: 767px) {*/
/*.master .pro-list > .section .p-title {*/
/*font-size: 24px;*/
/*line-height: 108px;*/
/*}*/
/*.master .pro-list > .section.section-1 .production {*/
/*padding-bottom: 16px;*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list {*/
/*margin: 0 15px;*/
/*margin-top: 15px;*/
/*width: 100%;*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list::after {*/
/*top: 0;*/
/*width: 8px;*/
/*content: '';*/
/*position: absolute;*/
/*height: 8px;*/
/*border: #fff solid;*/
/*border-width: 2px 2px 0 0;*/
/*transform: rotate(135deg);*/
/*-ms-transform: rotate(135deg);*/
/*-moz-transform: rotate(135deg);*/
/*-webkit-transform: rotate(135deg);*/
/*-o-transform: rotate(135deg);*/
/*transition: 0.5s;*/
/*right: 0;*/
/*margin: 18px 20px 0px 0px;*/
/*margin-top: 36px;*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .img {*/
/*height: 98px;*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .img .title {*/
/*font-size: 16px;*/
/*padding-top: 24px;*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .img .msg {*/
/*font-size: 14px;*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .img.img1 {*/
/*background-image: url(../images/p1-s.png);*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .img.img2 {*/
/*background-image: url(../images/p2-s.png);*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .img.img3 {*/
/*background-image: url(../images/p3-s.png);*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .img.img4 {*/
/*background-image: url(../images/p4-s.png);*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .img.img5 {*/
/*background-image: url(../images/p1-s.png);*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .img.img6 {*/
/*background-image: url(../images/p2-s.png);*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .introduction {*/
/*height: 0;*/
/*transition: all 0.5s;*/
/*opacity: 0;*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list .introduction .button.kis-show-s {*/
/*margin: 0;*/
/*margin-bottom: 24px;*/
/*text-align: center;*/
/*}*/
/*.master .pro-list > .section.section-1 .production .list.on .introduction {*/
/*height: 242px;*/
/*opacity: 1;*/
/*}*/
/*.master .pro-list > .section.section-2 .reason .list {*/
/*margin: 0 16px;*/
/*}*/
/*}*/
/*@media screen and (min-width: 768px) and (max-width: 1200px) {*/
/*.pro-list .section.section-2 .use {*/
/*position: relative;*/
/*}*/
/*.pro-list .section.section-2 .use .use-img {*/
/*height: 240px;*/
/*width: 240px;*/
/*position: absolute;*/
/*right: 0;*/
/*margin-right: 85px;*/
/*}*/
/*.pro-list .section.section-2 .use .use-img.img-left {*/
/*top: 0;*/
/*width: 180px;*/
/*background-image: url(../images/man-m.png);*/
/*}*/
/*.pro-list .section.section-2 .use .use-img.img-right {*/
/*bottom: 0;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list {*/
/*margin: 32px;*/
/*width: 420px;*/
/*padding: 0 55px;*/
/*}*/
/*.pro-list .section.section-2 .use .use-msgs .list .msg {*/
/*font-size: 14px;*/
/*}*/
/*}*/

.about-detail {
  background-color: #fff !important;
}
.about-detail .section-1 {
  height: 422px;
  /* width: 1290px; */
  margin: 0 auto;
}
.about-detail .section-1 .function {
  display: flex;
  justify-content: space-between;
}
.about-detail .section-1 .kis-container {
  display: flex;
}
.about-detail .section-1 .left {
  max-width: 680px;
  margin-right: 120px;
  display: inline-block;
}

.about-detail .section-1 .p-sub-title {
  height:24px;
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(33,33,33,1);
  line-height:24px;
  margin-bottom: 16px;
  
}
.about-detail .section-1 .p-content {
  font-family: PingFangSC-Regular;
  font-size: 14px;

  color: #666666;
  /* max-width: 969px; */
  /* margin: -20px auto 78px auto; */
}
.about-detail .section-1 .img {
  background-image: url(../images/kispro1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 962px;
  height: 527px;
  margin: 47px auto;
  /*margin: 56px 0 0 -203px;*/
}
.about-detail .section-1 .video-con.mobile {
  display: none;
}
.about-detail .section-1 .video-con{ 
  width: 380px;
  height: 214px;
}
.about-detail .section-1 .video-con .video{ 
  width: 100%; 
  height: 100%;
}
.about-detail .section-1 .video-con .btn{ 
  width: 48px;
  height: 48px;
  background: transparent url(../images/video_play.png) no-repeat;
  position: relative;
  top: -55%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: none;
}
.about-detail .section-1 .video-con .btn.pause{ 
  display: none
}

.about-detail .section-2 {

  min-height: 496px;

  background-color: #F3F6F9;
  /* background-repeat: no-repeat;
  background-size: cover; */
}

.about-detail .section-2 .special {
  display: flex;
  width: 1180px;
  justify-content: space-around;
  margin: 0 auto;
}
.about-detail .section-2 .special.mobile {
  display: none;
}
.about-detail .section-2 .special .list {
  width: 380px;
  min-height: 272px;
  /* margin-right: 20px; */
}
.about-detail .section-2 .special .list .img {
  width: 380px;
  height: 216px;
  /* margin-bottom: 35px; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-detail .section-2 .special .list .img.img1 {
  background-image: url(../images/kispro1.png);
}
.about-detail .section-2 .special .list .img.img2 {
  background-image: url(../images/kispro1.png);
}
.about-detail .section-2 .special .list .img.img3 {
  background-image: url(../images/kispro1.png);
}
.about-detail .section-2 .special .list .img.img4 {
  background-image: url(../images/kispro1.png);
}
.about-detail .section-2 .special .list .img.img5 {
  background-image: url(../images/kispro1.png);
}
.about-detail .section-2 .special .list .img.img6 {
  background-image: url(../images/kispro1.png);
}
.about-detail .section-2 .special .list .img.img7 {
  background-image: url(../images/kispro1.png);
}
.about-detail .section-2 .special .list .img.img8 {
  background-image: url(../images/kispro1.png);
}
.about-detail .section-2 .special .list .img.img9 {
  background-image: url(../images/kispro1.png);
}
.about-detail .section-2 .special .list .img-content {
  width:380px;
  height:56px;
  background:rgba(255,255,255,1);
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(33,33,33,1);
  line-height:56px;
  text-align: center;
  overflow: hidden
}
.about-detail .section-2 .special .list .title {
  font-weight: bold;
  font-size: 18px;
  color: #212121;
  margin: 16px 0;
}
.about-detail .section-2 .special .list .msg {
  font-size: 14px;
  color: #666666;
  padding-right: 52px;
}

#index_lunbotu{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}
.about-detail .section-2 .swiper-container {
  width: 100%;
  height: 100%;

}
.about-detail .section-2 .swiper-slide {
  text-align: center;
  /* font-size: 18px; */
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.about-detail .section-2 .swiper-pagination {
  position: static;
  margin-top: 24px;
  margin-bottom: 24px;
}
.about-detail .section-3 {
  padding: 0 !important;
  height: 550px;
  overflow: hidden;
}


.about-detail .section-3 .develop-container {
  margin-left: 110px;
  display: -webkit-inline-box;
  
}

.about-detail .section-3 .develop-container .border {
  width: 100px;
  border-left: 1px #E6E6E6 dashed;
  height: 320px;

}

.about-detail .section-3 .develop-container .line {
  width: 178px;
  border-bottom: 2px #E6E6E6 solid;
  height: 160px;
  margin-left: -88px;
}

.about-detail .section-3 .develop-container .left-line {
  height: 160px;
  margin-left: -209px;
  width: 299px;
  border-bottom: 2px transparent solid;
  border-image: linear-gradient(to right,#ffffff,#E6E6E6) 1 10;
}
.about-detail .section-3 .develop-container .right-line {
  height: 160px;
  margin-left: -190px;
  width: 299px;
  border-bottom: 2px transparent solid;
  border-image: linear-gradient(to right,#E6E6E6,#ffffff) 1 10;
}

.about-detail .section-3 .develop-container .dot {
  background-color: #E6E6E6;
  background-size: 6px 6px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: relative;
  margin-left: -3px;
  margin-top: 156px;


}
/* .about-detail .section-3 .develop-container .dot.down {
  margin-top: 31px;
}

.about-detail .section-3 .develop-container .dot.top {
  margin-top: -128px;
} */

.about-detail .section-3 .develop-container .dot .year {
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: rgba(33,33,33,1);
  line-height: 24px;
  width: 46px;
  position: relative;
  text-align: center;
  left: -21px;
}

.about-detail .section-3 .develop-container .top .year {
  top: -24px;
}
.about-detail .section-3 .develop-container .down .year {
  top: 4px;
}

.about-detail .section-3 .develop-container .widget {
  width: 280px;
  margin-left: -140px;

  background: rgba(255,255,255,1);
  box-shadow: 0px 4px 10px 0px rgba(204,204,204,0.3);
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  color: rgba(102,102,102,1);
  line-height: 22px;
  position: relative;
  padding: 18px 24px;
}
.about-detail .section-3 .develop-container .widget.on {
  background:linear-gradient(90deg,rgba(120,194,255,1) 0%,rgba(77,167,250,1) 100%);  
  color:rgba(253,254,254,1);
  box-shadow:0px 4px 10px 0px rgba(35,134,238,0.3);
}


.about-detail .section-3 .develop-container .widget.top {
  margin-top: -125px;
  height: 84px;
}
.about-detail .section-3 .develop-container .widget.down {
  margin-top: 35px;
  min-height: 84px;
}
.about-detail .section-3 .develop-container .widget .corner.down {
  border-top: 14px solid #FFFFFF !important;
  box-shadow: -1px 1px 0px 0px rgba(204,204,204,0.3);
  width: 14px;
  position: absolute;
  top: 77px;
  left: 132px;
  height: 14px;
  transform: rotate(-45deg);
}
.about-detail .section-3 .develop-container .widget .corner.top {
  border-top: 14px solid #FFFFFF !important;
  box-shadow: 1px -1px 0px 0px rgba(204,204,204,0.3);
  width: 14px;
  position: absolute;
  top: -7px;
  left: 132px;
  height: 14px;
  transform: rotate(-45deg);

}

.about-detail .section-3 .develop-container .widget.on .corner.on {
  border-image: linear-gradient(to right,#64B5FD,#62B4FD) 1 4;
}


.about-detail .section-3 .process-bar {
  margin: 42px auto 0;
  display: flex;
  width: 320px;
}

.about-detail .section-3 .process-bar span {
  /* width:28px; */
  height:22px;
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
  margin-top: -7px;
}

.about-detail .section-3 #box{
  position: relative;
  width: 180px;
  height: 50px;
  margin: 0px 20px;
}

.about-detail .section-3 #bg{
  overflow: hidden;
  width: 180px;
  height: 2px;
  background: rgba(230,230,230,1);
}
.about-detail .section-3 #bgcolor{
  width: 0;
  height: 2px;
  background: rgba(35,134,238,1);  
}
.about-detail .section-3 #bt{
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  margin-left: -10px;
  top: -7px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: rgba(255,255,255,1);
  box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.5);
}

.about-detail .section-3 #text{width: 200px; margin: 0 auto; font-size: 16px; line-height: 2em;}

.about-detail .section-4 {
  /*min-height: 477px;*/
  min-height: 544px;
  background-color: #F3F6F9;

}


.about-detail .section-4 .special {
  display: flex;
}
.about-detail .section-4 .map{
  width: 580px;
  height: 320px;
}
.about-detail .section-4 .map .baidu-map{
  width: 580px;
  height: 320px;
}

.about-detail .section-4 .right {
  margin-left: 40px;
}


.about-detail .section-4 .right .title {
  /* width:72px; */
  height:28px;
  font-size:18px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(33,33,33,1);
  line-height:28px;
  margin-bottom: 24px;
}


.about-detail .section-4 .right .content {
  margin-bottom: 16px;
  display: flex;
}


.about-detail .section-4 .right .icon {
  margin: 3px 8px 3px 0;
  width: 16px;
  height: 16px;
}
.about-detail .section-4 .right .icon1 {

  background-image:  url(../images/icon1.png);
}
.about-detail .section-4 .right .icon2 {

  background-image:  url(../images/icon2.png);
}
.about-detail .section-4 .right .icon3 {

  background-image:  url(../images/icon3.png);
}
.about-detail .section-4 .right .icon4 {

  background-image:  url(../images/icon4.png);
}


.about-detail .section-4 .right .msg {
  min-height:22px;
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
}
.about-detail .section-4 .right .code {
  height:116px;
  width: 116px;
  background-image:  url(../images/qr-s.png);
  background-size: 116px 116px;
}

.call-me:hover{
  background-color: #2386EE;
}
/*关于KIS End*/

.form-need{
  color: red;
}
/* 暗锚 */
.target-fix{
  position: relative;
  top: -56px;
  display: block;
  height: 0;
  overflow: hidden;
}


/* 伙伴加盟 */
.join-us-detail {
  background-color: #fff !important;
}
.join-us-detail .section-1 {
  min-height: 528px;
  /* width: 1290px; */
  margin: 0 auto;
}
.join-us-detail .section-1 .kis-container {
  display: flex;
}
.join-us-detail .section-1 .function {
  display: flex;
  justify-content: space-between;
}

.join-us-detail .section-1 .left {
  max-width: 480px;
  margin-right: 120px;
  display: inline-block;
}

.join-us-detail .section-1 .p-sub-title {
  height:24px;
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(33,33,33,1);
  line-height:24px;
  margin-bottom: 16px;
  
}
.join-us-detail .section-1 .p-content {

  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
  margin-bottom: 16px;
}
.join-us-detail .section-1 .img {
  background-image: url(../images/kispro4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 580px;
  height: 320px;
  /* margin: 47px auto; */
  /*margin: 56px 0 0 -203px;*/
}
.join-us-detail .section-1 .video-con{ 
  width: 380px;
  height: 214px;
}
.join-us-detail .section-1 .video-con .video{ 
  width: 100%; 
  height: 100%;
}
.join-us-detail .section-1 .video-con .btn{ 
  width: 48px;
  height: 48px;
  background: transparent url(../images/video_play.png) no-repeat;
  position: relative;
  top: -55%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: none;
}
.join-us-detail .section-1 .video-con .btn.pause{ 
  display: none
}

#wapper_feature{
  background: #323C51;
  width: 100%;
}
.join-us-detail .section-2 .feature-box{
  width: 1180px;
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
}
.join-us-detail .section-2 .feature-lists {
  display: flex;
}
.join-us-detail .section-2 .feature-item{
  width: 196px;
  transition: width 1s;
  height: 520px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.join-us-detail .section-2 .feature-item img{
  position: absolute;
  clip:rect(0px 305px 520px 165px);
  /* clip: rect(165px 305px 520 0px); */
  display: block;
  height: 520px;
  width: 470px;
}
.join-us-detail .section-2 .feature-item.active img{
  clip:rect(0 470px 520px 0px);
}
.join-us-detail .section-2 .feature-item-pic.pic01{
  background: url(../images/feature1.png)no-repeat center;
}
.join-us-detail .section-2 .feature-item-pic.pic02{
  background: url(../images/feature2.png)no-repeat center;
}
.join-us-detail .section-2 .feature-item-pic.pic03{
  background: url(../images/feature3.png)no-repeat center;
}
.join-us-detail .section-2 .feature-item-pic.pic04{
  background: url(../images/feature4.png)no-repeat center;
}
.join-us-detail .section-2 .feature-item-pic.pic05{
  background: url(../images/feature5.png)no-repeat center;
}


.join-us-detail .section-2 .feature-item.active .mask{
  background:rgba(35,134,238,1);
  opacity:0.8;
  width: 396px;
  position: absolute;
  height: 520px;
}
.join-us-detail .section-2 .feature-item .item-content{
  position: absolute;
  height: 520px;
  width: 100%;
}
.join-us-detail .section-2 .feature-item .item-pic{
  width: 48px;
  height: 48px;
  margin: 212px auto 23px;
}
.join-us-detail .section-2 .feature-item .item-pic.pic01{
  background: url(../images/join_us_icon1.png)no-repeat center;
}
.join-us-detail .section-2 .feature-item .item-pic.pic02{
  background: url(../images/join_us_icon2.png)no-repeat center;
}
.join-us-detail .section-2 .feature-item .item-pic.pic03{
  background: url(../images/join_us_icon3.png)no-repeat center;
}
.join-us-detail .section-2 .feature-item .item-pic.pic04{
  background: url(../images/join_us_icon4.png)no-repeat center;
}
.join-us-detail .section-2 .feature-item .item-pic.pic05{
  background: url(../images/join_us_icon5.png)no-repeat center;
}

.join-us-detail .section-2 .feature-item .item-title{
  /* width:96px; */
  height:24px;
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:24px;
}
.join-us-detail .section-2 .feature-item .item-decs{
  height:22px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:22px;
  opacity: 0;
  transition: opacity 1s;
  letter-spacing: 0;
}

/* active */
.join-us-detail .section-2 .feature-item.active{
  width: 396px;
}
.join-us-detail .section-2 .feature-item.active .item-pic{
  margin-top: 194px;
}
.join-us-detail .section-2 .feature-item.active .item-decs{
  opacity: 1;
  text-align: left;
  padding: 16px 30px 0;
}

.join-us-detail .section-3 {
  min-height: 576px;
 /* margin: 0 auto; */
}
.join-us-detail .section-3 .table {
  vertical-align: middle;
  text-align: center;
  /* border: #000  1px solid; */
}

.join-us-detail .section-3 .table > thead > tr > th,
.join-us-detail .section-3 .table > tbody > tr > th,
.join-us-detail .section-3 .table > tfoot > tr > th,
.join-us-detail .section-3 .table > thead > tr > td,
.join-us-detail .section-3 .table > tbody > tr > td, 
.join-us-detail .section-3 .table > tfoot > tr > td 
   {
  vertical-align: middle;
  text-align: center;
  padding: 0;
  /* width:120px; */
/* height:20px; */
font-size:14px;
font-family:PingFangSC;
font-weight:400;
color:rgba(33,33,33,1);
line-height:20px;
border: #E6E6E6 solid 1px;
}


.join-us-detail .section-3 .table .body-grey {
  background-color: #FAFAFA
}

.join-us-detail .section-3 .table .header {
  background-color: #E6F1FF
}

.join-us-detail .section-4 {
  min-height: 660px;
  /* width: 1290px; */
  background-image: url(../images/probg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* margin: 0 auto; */
}
.join-us-detail .section-4 .kis-container {
  display: flex;
}

.join-us-detail .section-4 .left {
  width: 580px;
  padding-top: 112px;
  margin-right: 120px;
}


.join-us-detail .section-4 .left .title{
  /* width:112px; */
  height:42px;
  font-size:28px;
  font-family:PingFangSC;
  font-weight:500;
  color:rgba(33,33,33,1);
  line-height:42px;

}


.join-us-detail .section-4 .left .desc {
  /* width:580px; */
  /* height:48px; */
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:24px;
  margin-top:16px;
}


.join-us-detail .section-4 .right {
  width:480px;
  min-height:514px;
  background:rgba(255,255,255,1);
  box-shadow:0px 4px 10px 0px rgba(204,204,204,0.5);
  margin-top: 56px;
  padding: 32px 76px; 
}


.join-us-detail .section-4 .right label {
  /* width:36px; */
  height:18px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:18px;
  margin-bottom: 0;
}

.join-us-detail .section-4 .right span {
  /* width:7px; */
  height:18px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(239,41,41,1);
  line-height:18px;
}
.join-us-detail .section-4 .right .input {
  width:320px;
  height:40px;
  /* background:rgba(255,255,255,1); */
  box-shadow:0px 1px 0px 0px rgba(230,230,230,1);
  margin-bottom: 24px;
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(153,153,153,1);

}



.join-us-detail .section-4 .right input.button {
  width:320px;
  height:40px;
  background:rgba(35,134,238,1);
  border-radius:2px;
  /* width:32px;
  height:22px; */
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:40px;
  text-align: center;
}

.join-us-detail .section-4 .right select{

  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow.png) no-repeat scroll 307px center transparent;
  /* padding-right: 4px; */
  background-size: 12px 6px;
}


/* 市场活动 */
.activity-detail {
  background-color: #fff !important;
}
.activity-detail .section-1 {
  min-height: 476px;
  /* width: 1290px; */
  padding: 56px 0;
}


.activity-detail .section-1 .left-nav {
  width: 140px;
  min-height: 364px;
  border-right: #E6E6E6 2px solid;
  z-index: 2;
}

.activity-detail .section-1 .left-nav li{
  width: 140px;
  height: 48px;
}
.activity-detail .section-1 .left-nav li.on{
  background:linear-gradient(90deg,rgba(11,116,255,0) 0%,rgba(11,116,255,0.1) 100%);
  /* opacity:0.1; */
  border-right: #0B74FF 2px solid;
}
.activity-detail .section-1 .left-nav li>span{
  text-align: center;
  /* width:67px; */
  height:48px;
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:48px;
}
.activity-detail .section-1 .left-nav li.on>span{
  color:#0B74FF;
}
.activity-detail .section-1 .right-content{
  padding-left: 60px;
  min-height: 364px; 
  border-left: #E6E6E6 2px solid;
  max-width: 1040px;
  margin-left: -2px;
  display: none;
}

.activity-detail .section-1 .right-content.on{

  display: block;
}

.activity-detail .section-1  .right-content .p-title {
  height:24px;
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(33,33,33,1);
  line-height:24px;
  margin-bottom: 16px;
  text-align: left
  
}
.activity-detail .section-1  .right-content .p-content {

  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
  margin-bottom: 32px;
}

.activity-detail .section-1  .right-content .picture {
  display: flex;
}
.activity-detail .section-1 .right-content .picture .img {
  /* background-image: url(../images/kispro4.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 480px;
  height: 270px;
  /* margin: 47px auto; */
  /*margin: 56px 0 0 -203px;*/
}

.activity-detail .section-2 {
  min-height:368px;
  background:rgba(243,246,249,1);
  padding-top: 32px;
}
.activity-detail .section-2 .top-nav {
  min-height: 48px;
  text-align: center;
  border-bottom: rgb(218, 206, 206) 2px solid;
  margin-bottom: 32px;
}
.activity-detail .section-2 .top-nav ul {
  display: inline-flex;
}

.activity-detail .section-2 .top-nav li.first {
  margin-left: 0px;
}
.activity-detail .section-2 .top-nav li {
  min-height: 48px;
  font-size:14px;
  font-family:PingFangSC;
  font-weight:500;
  color:#999999;
  line-height:48px;
  margin-left: 48px;
  margin-bottom: -2px;
}
.activity-detail .section-2 .top-nav li.on {
  border-bottom: #2386EE 3px solid;
  color:rgba(33,33,33,1);

}
.activity-detail .section-2 .bottom-content {
  display: none;
}

.activity-detail .section-2 .bottom-content .widget{
  width: 280px;
  height: 200px;
  margin-left: 20px;
}
.activity-detail .section-2 .bottom-content .widget.first{

  margin-left: 0px;
}

.activity-detail .section-2 .bottom-content .widget .img {
  background-image: url(../images/probg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 280px;
  height: 160px;
}

.activity-detail .section-2 .bottom-content .widget .title {
  font-size:14px;
  text-align: center;
  background-color: #FFFFFF;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(33,33,33,1);
  line-height:40px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.activity-detail .section-2 .bottom-content.on {
  display: flex;
}



.activity-detail .section-3 {
  padding-bottom: 56px;
 /* margin: 0 auto; */
}

.activity-detail .section-3 .widget-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.activity-detail .section-3 .widget {
  width: 380px;
  min-height: 168px;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(230,230,230,1);
  display: flex;
  margin: 0 10px 20px 10px;
  padding: 24px 24px 16px 24px;
}

.activity-detail .section-3 .widget.right {
  margin-right: 0;
}
.activity-detail .section-3 .widget .img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 72px;
  height: 72px;
  margin-right: 16px;
}

.activity-detail .section-3 .widget .content{
  max-width: 244px;
}


.activity-detail .section-3 .widget .content .name {
  min-height:24px;
  font-size:16px;
  font-family:PingFangSC;
  font-weight:500;
  color:rgba(33,33,33,1);
  line-height:24px;
  margin-bottom: 8px;
}

.activity-detail .section-3 .widget .content .address {
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
  margin-bottom: 8px;
}
.activity-detail .section-3 .widget .content .star-container {
  display: flex;
  margin-bottom: 16px;
}
.activity-detail .section-3 .widget .content .star {
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}

.activity-detail .section-3 .widget .content .phone {
  height:18px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:18px;
}
.activity-detail .section-4 {
  min-height: 660px;
  /* width: 1290px; */
  background-image: url(../images/probg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* margin: 0 auto; */
}


.activity-detail .section-4 .left {
  width: 580px;
  padding-top: 112px;
  margin-right: 120px;
}


.activity-detail .section-4 .left .title{
  /* width:112px; */
  height:42px;
  font-size:28px;
  font-family:PingFangSC;
  font-weight:500;
  color:rgba(33,33,33,1);
  line-height:42px;

}


.activity-detail .section-4 .left .desc {
  /* width:580px; */
  height:48px;
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:24px;
  margin-top:16px;
}


.activity-detail .section-4 .right {
  width:480px;
  min-height:548px;
  background:rgba(255,255,255,1);
  box-shadow:0px 4px 10px 0px rgba(204,204,204,0.5);
  margin-top: 56px;
  padding: 32px 76px; 
}


.activity-detail .section-4 .right label {
  /* width:36px; */
  height:18px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:18px;
  margin-bottom: 0;
}

.activity-detail .section-4 .right span {
  /* width:7px; */
  height:18px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(239,41,41,1);
  line-height:18px;
}
.activity-detail .section-4 .right .input {
  width:320px;
  height:40px;
  /* background:rgba(255,255,255,1); */
  box-shadow:0px 1px 0px 0px rgba(230,230,230,1);
  margin-bottom: 24px;
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(153,153,153,1);

}



.activity-detail .section-4 .right input.button {
  width:320px;
  height:40px;
  background:rgba(35,134,238,1);
  border-radius:2px;
  /* width:32px;
  height:22px; */
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:40px;
  text-align: center;
}

.activity-detail .section-4 .right select{

  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow.png) no-repeat scroll 307px center transparent;
  /* padding-right: 4px; */
  background-size: 12px 6px;
}



.activity-detail .section-4 .right .form-bottom {
  /* width:253px; */
  height:18px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(35,134,238,1);
  line-height:18px;
  width:320px;
  text-align: center;
  margin-top: 16px;
}

.service .top-nav {
  height:56px;
  background-color: #FFFFFF;
}

.service .top-nav ul {
  display: flex;
  justify-content: space-around;
}

.service .top-nav li {
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: rgba(102,102,102,1);
  line-height: 56px;
  display: flex;
  cursor: pointer;
}


.service .top-nav li.on {

  color: #0B74FF;
  border-bottom: #0B74FF 2px solid;
}

.service .top-nav li .icon {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin: 20px 8px 0 0;
}
 

.service .top-nav li.on .icon1 {
  background-image: url(../images/icon5.png);
}

.service .top-nav li.on .icon2 {
  background-image: url(../images/icon10.svg);
}
.service .top-nav li .icon1 {
  background-image: url(../images/icon9.svg);
}

.service .top-nav li .icon2 {
  background-image: url(../images/icon6.png);
}

.service .section-1 {
  min-height:858px;
  background:rgba(243,246,249,1);
}

.service .section-1 .p-content {
  margin-bottom: 48px;
  /* height:24px; */
  font-size:16px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:24px;
  text-align: center;
  margin-top: -30px;
}

.service .section-1 .widget {
  width:580px;
  min-height:610px;
  background:rgba(255,255,255,1);
}
.service .section-1 .function {
  display: flex;
  justify-content: space-between;
}

.service .section-1 .widget .title{
  /* width:580px; */
  height:56px;
  background:rgba(255,255,255,1);
  box-shadow:0px 1px 0px 0px rgba(230,230,230,1);
  font-size:18px;
  font-family:PingFangSC;
  font-weight:500;
  color:rgba(33,33,33,1);
  line-height:56px;
  text-align:center;
}
.service .section-1 .widget .content {
  padding: 0 32px;
}


.service .section-1 .widget .content p {
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(33,33,33,1);
  line-height:22px;
  margin: 32px auto;
}
.service .section-1 .widget .content .step {
  color:#0B74FF;
  font-size: 20px;
}
.service .section-1 .widget .content .step span {
  height: 24px;
  font-size: 16px;
  font-family: PingFangSC;
  /* display: contents; */
  font-weight: 500;
  color: rgba(33,33,33,1);
  line-height: 24px;
}


.service .section-1 .widget .content .desc {
  font-size: 14px;
  font-family: PingFangSC;
  font-weight: 400;
  padding: 16px 0 16px 20px;
  color: rgba(102,102,102,1);
  line-height: 22px;
  margin: -10px 0 -12px 3.5px;
}

.service .section-1 .widget .content .desc.border {

  min-height: 138px;
  border-left: #CCCCCC 1px dotted ;
}


.service .section-2 {
  min-height: 730px;
  background-color: #FFF;

}
.service .section-2 .content {
  /*min-width: 680px;*/
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  /*margin-bottom: 48px;*/
  /*height: 464px;*/
}
.service .section-2 .content .title {
  height:24px;
  font-size:16px;
  font-family:PingFangSC;
  font-weight:500;
  color:rgba(33,33,33,1);
  line-height:24px;
  margin-bottom: 16px
}

.service .section-2 .content .msg {

  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
}

.service .section-2 .content .img {
  width: 604px;
  height: 352px;
  position: absolute;
}
.service .section-2 .content .img.img1{

  background-image: url(../images/service_content.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 651px;
  height: 235px;
  margin: 47px auto;
}
.service .section-2 .table > thead > tr > th,
.service .section-2 .table > tbody > tr > th,
.service .section-2 .table > tfoot > tr > th,
.service .section-2 .table > thead > tr > td,
.service .section-2 .table > tbody > tr > td, 
.service .section-2 .table > tfoot > tr > td 
   {
  vertical-align: middle;
  text-align: center;
  padding: 0;
  /* width:120px; */
/* height:20px; */
font-size:14px;
font-family:PingFangSC;
font-weight:400;
color:rgba(33,33,33,1);
line-height:20px;
border: #E6E6E6 solid 1px;
}

.service .section-2 .table .header{
  background:rgba(11,116,255,0.1);
}.section-2 .table .body-grey{
  background:rgba(250,250,250,1);
}


.master .off {
  display: none;
}


.service  .section-3 {
  background-color: #FFF;
  height: 64px;
} 

.service  .section-3 .sub-nav {
  height: 64px;
  overflow: hidden;
}


.service  .section-3 .sub-nav  ul {
  display: flex;
  border-top: solid 1px rgba(230,230,230,1);
  min-width: max-content;
}


.service  .section-3 .sub-nav  ul li {
  height: 64px;
  line-height: 64px;
  padding: 0 8px;
  margin-right: 16px;
  width: auto;
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(33,33,33,1);
  cursor: pointer;
}


.service  .section-3 .sub-nav  ul li.on {
  color:rgba(11,116,255,1);

}
.service  .section-3 .sub-nav  ul li.checked {
  color:rgba(11,116,255,1);

}


.service  .section-3 .area {
  padding: 0;
}

.service  .section-3 .province {
  display:none;
  width:100%;
}


.service  .section-3 .province.on {
  position: absolute;
  display: block;
  background-color: #ffffff;
  
}

.service  .section-3 .province li {
  display:none
}

.service  .section-3 .province li.show {
  display:block
}

.service  .section-4 {
  min-height: 1232px;
  background-color: #F3F6F9
}


.service .section-4 .widget-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.service .section-4 .widget {
  width: 380px;
  height: 168px;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(230,230,230,1);
  display: flex;
  margin: 20px 10px 0px 10px;
  padding: 24px 24px 16px 24px;
}

.service .section-4 .widget.right {
  margin-right: 0;
}
.service .section-4 .widget .img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 72px;
  height: 72px;
  margin-right: 16px;
}

.service .section-4 .widget .content{
  width: 244px;
}


.service .section-4 .widget .content .name {
  min-height:24px;
  font-size:16px;
  font-family:PingFangSC;
  font-weight:500;
  color:rgba(33,33,33,1);
  line-height:24px;
  margin-bottom: 8px;
}

.service .section-4 .widget .content .address {
  font-size:14px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
  margin-bottom: 8px;
}
.service .section-4 .widget .content .star-container {
  display: flex;
  margin-bottom: 16px;
}
.service .section-4 .widget .content .star {
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}

.service .section-4 .widget .content .phone {
  height:18px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:18px;
}

.service .section-4 .service_page {
  height: 104px;
  text-align: center;
}


.service .section-4 .service_page .pagination {
  display: inline-flex;
}


.service .section-4 .service_page .pagination li{
    display: block;
    height: 32px;
    width: 32px;
    margin: 0 4px;

}

.service .section-4 .service_page .pagination li.active span {
  background:rgba(35,134,238,1);
  border: 0px;

}
.service .section-4 .service_page .pagination li span {
    width: 32px; 
    height: 32px;
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 32px;
    padding:0;
    border-radius:2px; 
}

.service .section-4 .service_page .pagination li.disabled:last-child,
.service .section-4 .service_page .pagination li.disabled:first-child {
  display: none;
}

.service .section-4 .service_page .pagination li.disabled span {
  width:32px;
  height:32px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:32px;
  padding:0;
  border-radius:2px; 
}
.service .section-4 .service_page .pagination li:last-child {
  margin-left: 12px;
  width: 64px
}
.service .section-4 .service_page .pagination li:first-child {
  margin-right: 12px;
  width: 64px
}

.service .section-4 .service_page .pagination li:first-child a,
.service .section-4 .service_page .pagination li:last-child a {
  width: 64px;
}

.service .section-4 .service_page .pagination li a {
  width:32px;
  height:32px;
  font-size:12px;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:32px;
  padding:0;
  border-radius:2px; 
  border: 1px solid #cccccc;
}

@media screen and (min-width: 100px) and (max-width: 767.5px) {
  .transparent{
    background: #182337!important;
  }
  .transparent:hover {
    background: #182337!important;
  }
  .kis-show-l,
  .kis-show-m {
    display: none !important;
  }
  .kis-show-s {
    display: block;
  }
  .master .kis-container {
    min-width: 345px;
    width: inherit;
    padding: 0 15px;
  }
  .master header nav .left .logo {
    width: 104px;
  }
  .master header nav .right {
    padding-right: 0;
  }
  .master header nav .right .phone li {
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 16px;
  }
  .master header nav .right .phone li.user {
    display: none;
    background-image: url(../images/user-s.svg);
  }
  .master header nav .right .phone li.menue {
    background-image: url(../images/menue-s.svg);
  }
  .master header nav .right .phone li.menue.m-close {
    background-image: url(../images/close-s.svg);
  }
  .master header .menu-phone {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 99999;
    margin-top: 56px;
    background-color: #051424;
    opacity: 0;
    height: 0;
    transition: all 0.5s;
    visibility: hidden;
  }
  .master header .menu-phone.open {
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: inherit;
  }
  .master header .menu-phone .ul-tab-s ul {
    border-top: none;
  }
  .master header .menu-phone .ul-tab-s ul li {
    background-color: #051424;
    border-bottom: 1px solid #303548;
    color: #fff;
  }
  .master header .menu-phone .ul-tab-s ul li.on {
    color: #2386EE;
    border-bottom: none;
  }
  .master header .menu-phone .ul-tab-s ul li.on .show-ul li {
    color: #666666;
    background-color: #182337;
    border-bottom: none;
  }
  .master .kis-banner {
    height: 264px;
    background-image: url(../images/index-b1-s.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .master .kis-banner.no-background-s {
    height: 56px;
  }
  .master .kis-banner .kis {
    text-align: center;
    padding: 0 24px;
    padding-top: 100px;
  }
  .master .kis-banner .kis .title-s {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .master .kis-banner .kis .msg-s {
    font-size: 14px;
  }
  .master .self-container > .section .p-title {
    font-size: 20px;
    line-height: 84px;
  }
  .master .kis-tab-s {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
  }
  .master .kis-tab-s li {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    text-align: center;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
  }
  .master .kis-tab-s li.on {
    color: #2386EE;
    border-bottom: 1px solid #2386EE;
  }
  .master .ul-tab-s > ul {
    display: block;
    padding: 0;
    border-top: 1px solid #E6E6E6;
  }
  .master .ul-tab-s > ul > li {
    font-size: 14px;
    color: #666666;
    min-height: 48px;
    line-height: 48px;
    cursor: pointer;
    border-bottom: 1px solid #E6E6E6;
    background-color: #fff;
    position: relative;
  }
  .master .ul-tab-s > ul > li > span:nth-child(1) {
    margin-left: 15px;
  }
  .master .ul-tab-s > ul > li.on::after {
    transform: rotate(-45deg);
  }
  .master .ul-tab-s > ul > li.on .show-ul {
    height: 100px;
    opacity: 1;
  }
  .master .ul-tab-s > ul > li .show-ul {
    height: 0;
    opacity: 0;
    transition: all 0.5s;
  }
  .master .ul-tab-s > ul > li .show-ul.normal > li {
    height: 40px;
    padding-left: 32px;
  }
  .master .ul-tab-s > ul > li::after {
    top: 0;
    width: 8px;
    content: '';
    position: absolute;
    height: 8px;
    border: #979797 solid;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transition: 0.5s;
    right: 0;
    margin: 18px 20px 0px 0px;
  }
  .master .ul-tab-s > ul > li span {
    display: inline-block;
    vertical-align: middle;
  }
  .master .ul-tab-s > ul > li span.img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    background-size: cover;
  }
  .master footer {
    height: 356px;
    text-align: center;
    margin-bottom: 48px;
    position: absolute;
    z-index: 1;
    width: 100%;
  }
  .master footer .code {
    padding-top: 32px;
    font-size: 12px;
    color: #F3F6F9;
  }
  .master footer .code .code-img {
    width: 120px;
    height: 120px;
    background-image: url(../images/qr-s.png);
    background-position: center;
    background-size: 120px 120px;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .master footer .contanct-btn {
    margin: 24px 0;
  }
  .master footer .contanct-btn button {
    width: 100%;
  }
  .master footer .copyright-s {
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .master footer .copyright-s .footer-p-s {
    margin-bottom: 6px;
  }
  .tips-s {
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    display: flex !important;
    justify-content: space-around;
    z-index: 2;
  }
  .tips-s > div {
    width: 50%;
    text-align: center;
    line-height: 48px;
  }
  .tips-s > div .img-common {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .tips-s > div .img-common.l-img {
    background-image: url(../images/try-s.svg);
  }
  .tips-s > div .img-common.r-img {
    background-image: url(../images/contact-s.svg);
  }
  .tips-s > div.left {
    background-color: #fff;
  }
  .tips-s > div.left a {
    color: #212121;
    vertical-align: middle;
    text-decoration: none;
  }
  .tips-s > div.right {
    background-color: #2386EE;
  }
  .tips-s > div.right a {
    color: #FFF;
    text-decoration: none;
  }

  .master .index .section.section-1 .kis-tab-s .tab {
    width: 50%;
  }
  .master .index .section.section-1 .p-msg-s {
    font-size: 14px;
    color: #666666;
    margin: 32px 0 24px 0;
    text-align: center;
  }
  .master .index .section.section-1 .product {
    display: block;
  }
  .master .index .section.section-1 .product .list {
    width: calc(100% - 20px);
    height: 98px;
    margin-bottom: 16px;
  }
  .master .index .section.section-1 .product .list .zx-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    width: 86px;
    float: right;
    margin: 32px 16px;
  }
  .master .index .section.section-1 .product .list:hover {
    color: #fff;
  }
  .master .index .section.section-1 .product .list:hover .background .hover-btn {
    display: none;
  }
  .master .index .section.section-1 .product .list.p-1 {
    background-image: url(../images/p1-s.png);
  }
  .master .index .section.section-1 .product .list.p-2 {
    background-image: url(../images/p2-s.png);
  }
  .master .index .section.section-1 .product .list.p-3 {
    background-image: url(../images/p3-s.png);
  }
  .master .index .section.section-1 .more {
    display: none;
  }
  .master .index .section.section-2 {
    background-image: url(../images/reason-s.png);
    height: 290px;
    background-size: auto;
  }
  .master .index .section.section-2 .reason {
    flex-wrap: wrap;
    justify-content: center;
  }
  .master .index .section.section-2 .reason > div:nth-child(1) {
    border-bottom: 1px dotted #505358;
    border-right: 1px dotted #505358;
  }
  .master .index .section.section-2 .reason > div:nth-child(2) {
    border-bottom: 1px dotted #505358;
  }
  .master .index .section.section-2 .reason > div:nth-child(3) {
    border-right: 1px dotted #505358;
  }
  .master .index .section.section-2 .reason .list {
    width: 45%;
    padding: 8px 0;
    margin: 0;
  }
  .master .index .section.section-2 .reason .list .number {
    font-size: 32px;
    margin-bottom: 0;
  }
  .master .index .section.section-2 .reason .list .number span {
    font-size: 14px;
  }
  .master .index .section.section-2 .reason .list .document .title {
    font-size: 14px;
    font-weight: normal;
  }
  .master .index .section.section-3 .content.on {
    display: none !important;
  }
  .master .index .section.section-3 .ul-tab-s ul li .show-ul .img-common {
    height: 0;
  }
  .master .index .section.section-3 .ul-tab-s ul li.on .show-ul {
    height: 470px;
    padding: 15px;
    background-color: #F3F6F9;
  }
  .master .index .section.section-3 .ul-tab-s ul li.on .show-ul .img-common {
    height: 225px;
    background-image: url(../images/p1_pro.png);
  }
  .master .index .section.section-3 .ul-tab-s ul li.on .show-ul .messages {
    margin-top: 15px;
  }
  .master .index .section.section-3 .ul-tab-s ul li.on .show-ul .messages > p {
    line-height: 24px;
    margin-bottom: 8px;
  }
  .master .index .section.section-3 .ul-tab-s ul li.on .show-ul .messages .title {
    color: #212121;
    font-size: 16px;
  }
  .master .index .section.section-3 .ul-tab-s ul li.on .show-ul .messages .msg {
    color: #666666;
    font-size: 14px;
  }
  .master .index .section.section-3 .ul-tab-s ul li.on .show-ul .messages .last {
    font-size: 12px;
    color: #999999;
  }
  .master .index .section.section-3 .ul-tab-s ul li.on .show-ul .messages a {
    line-height: 32px;
    margin-left: 35%;
  }
  .master .index .section.section-3 .ul-tab-s ul li .img.img1 {
    background-image: url(../images/icon1.svg);
  }
  .master .index .section.section-3 .ul-tab-s ul li .img.img2 {
    background-image: url(../images/icon2.svg);
  }
  .master .index .section.section-3 .ul-tab-s ul li .img.img3 {
    background-image: url(../images/icon3.svg);
  }
  .master .index .section.section-3 .ul-tab-s ul li .img.img4 {
    background-image: url(../images/icon4.svg);
  }
  .master .index .section.section-3 .ul-tab-s ul li .img.img5 {
    background-image: url(../images/icon5.svg);
  }
  .master .index .section.section-3 .ul-tab-s ul li .img.img6 {
    background-image: url(../images/icon6.svg);
  }
  .master .index .section.section-3 .ul-tab-s ul li .img.img7 {
    background-image: url(../images/icon7.svg);
  }
  .master .index .section.section-3 .ul-tab-s ul li .img.img8 {
    background-image: url(../images/icon8.svg);
  }
  .master .index .section.section-4 {
    background-color: #F3F6F9;
  }
  .master .index .section.section-4 .logo-list .img {
    width: 31%;
    height: 60px;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    margin: 3px 3px;
  }
  .master .pro-list > .section .p-title {
    font-size: 24px;
    line-height: 108px;
  }
  .master .pro-list > .section.section-1 .production {
    padding-bottom: 16px;
  }
  .master .pro-list > .section.section-1 .production .list {
    margin: 0 15px;
    margin-top: 15px;
    width: 100%;
  }
  .master .pro-list > .section.section-1 .production .list::after {
    top: 0;
    width: 8px;
    content: '';
    position: absolute;
    height: 8px;
    border: #fff solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transition: 0.5s;
    right: 0;
    margin: 18px 20px 0px 0px;
    margin-top: 36px;
  }
  .master .pro-list > .section.section-1 .production .list .img {
    height: 98px;
  }
  .master .pro-list > .section.section-1 .production .list .img .title {
    font-size: 16px;
    padding-top: 24px;
  }
  .master .pro-list > .section.section-1 .production .list .img .msg {
    font-size: 14px;
  }
  .master .pro-list > .section.section-1 .production .list .img.img1 {
    background-image: url(../images/p1-s.png);
  }
  .master .pro-list > .section.section-1 .production .list .img.img2 {
    background-image: url(../images/p2-s.png);
  }
  .master .pro-list > .section.section-1 .production .list .img.img3 {
    background-image: url(../images/p3-s.png);
  }
  .master .pro-list > .section.section-1 .production .list .img.img4 {
    background-image: url(../images/p4-s.png);
  }
  .master .pro-list > .section.section-1 .production .list .img.img5 {
    background-image: url(../images/p1-s.png);
  }
  .master .pro-list > .section.section-1 .production .list .img.img6 {
    background-image: url(../images/p2-s.png);
  }
  .master .pro-list > .section.section-1 .production .list .introduction {
    height: 0;
    transition: all 0.5s;
    opacity: 0;
  }
  .master .pro-list > .section.section-1 .production .list .introduction .button.kis-show-s {
    margin: 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .master .pro-list > .section.section-1 .production .list.on .introduction {
    height: 242px;
    opacity: 1;
  }
  .master .pro-list > .section.section-2 .reason .list {
    margin: 0 16px;
  }
  .master .pro-detail .section-1 {
    height: inherit;
  }
  .master .pro-detail .section-1 .function {
    flex-wrap: wrap;
  }
  .master .pro-detail .section-1 .function .list {
    width: 50%;
    margin-bottom: 32px;
  }
  .master .pro-detail .section-1 .function .list .title {
    font-weight: normal;
    font-size: 16px;
  }
  .master .pro-detail .section-2 .special {
    min-width: inherit;
  }
  .master .pro-detail .section-2 .special .list {
    text-align: center;
  }
  .master .pro-detail .section-2 .special .list .img {
    margin: 0 auto;
  }
  .master .pro-detail .section-2 .special .list .msg {
    padding-right: 0;
  }
  .master .pro-detail .section-3 .content-s {
    margin-bottom: 62px;
  }
  .master .pro-detail .section-3 .content-s .img-common {
    height: 225px;
    background-image: url(../images/p1_pro.png);
  }
  .master .pro-detail .section-3 .content-s .messages {
    padding: 16px;
    background-color: #F3F6F9;
  }
  .master .pro-detail .section-3 .content-s .messages > p {
    line-height: 24px;
    margin-bottom: 8px;
  }
  .master .pro-detail .section-3 .content-s .messages .title {
    color: #212121;
    font-size: 16px;
  }
  .master .pro-detail .section-3 .content-s .messages .msg {
    color: #666666;
    font-size: 14px;
  }
  .master .pro-detail .section-3 .content-s .messages .last {
    font-size: 12px;
    color: #999999;
  }
  .master .pro-detail .section-3 .content-s .messages .button {
    line-height: 32px;
    text-align: center;
    display: block;
    padding: 16px 0 24px 0;
  }
  .master .pro-detail .section-3 .white {
    margin-bottom: 14px;
  }
  .case-detail .details .content {
    flex-direction: column;
    padding-top: 20px;
  }
  .case-detail .details .content .left {
    width: 100%;
    margin-bottom: 16px;
    height: inherit;
  }
  .case-detail .details .content .left .img {
    width: 100%;
    height: 140px;
  }
  .case-detail .details .content .left .list {
    padding: 0 16px;
    margin-bottom: 16px;
  }
  .case-detail .details .content .left .list.list-li {
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #E6E6E6;
    margin-bottom: 0;
  }
  .case-detail .details .content .left .list.list-li > p {
    display: inline-block;
  }
  .case-detail .details .content .left .list.list-li .title {
    margin-right: 16px;
    font-size: 14px;
  }
  .case-detail .details .content .left .list.more {
    position: relative;
  }
  .case-detail .details .content .left .list.more::after {
    width: 8px;
    content: '';
    position: absolute;
    height: 8px;
    border: #999999 solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 0;
    margin: 18px 18px;
  }
  .case-detail .details .content .right {
    margin-bottom: 16px;
  }
  .case-detail .details .content .right .list {
    margin: 16px;
  }
  .case-detail .details .content .right .list.last {
    margin-bottom: 24px;
  }
  .case-detail .details .content .right .img {
    height: 125px;
    background-size: cover;
    margin: 16px;
  }
  .case-list .section.section-1 ul {
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    overflow-x: scroll;
    color: red;
  }
  .case-list .section.section-1 ul li {
    padding-bottom: 0;
    padding: 14px;
  }
  .case-list .section.section-1 ul li .img {
    display: none;
  }
  .case-list .section.section-2 {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
  }
  .case-list .section.section-2 .left {
    height: 200px;
    background-image: url(../images/case-s.png);
    background-size: cover;
    width: inherit;
  }
  .case-list .section.section-2 .left .content {
    margin-top: 0;
    padding-left: 15px;
    bottom: 0;
    margin: 8px 0;
  }
  .case-list .section.section-2 .left .content .top {
    margin: 0;
    margin-bottom: 6px;
  }
  .case-list .section.section-2 .left .content .top .company {
    font-size: 16px;
    font-weight: bold;
    border: none;
    padding-left: 0;
  }
  .case-list .section.section-2 .left .content .com-p {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 345px;
  }
  .case-list .section.section-2 .left .opacity {
    width: 100%;
    bottom: 0;
    height: 66px;
    opacity: 0.6;
    margin-left: 0;
  }
  .case-list .section.section-3 {
    padding-top: 18px;
  }
  .case-list .section.section-3 .list {
    width: 100%;
  }
  .case-list .section.section-3 .list .img {
    background-position: center;
    height: 112px;
    width: 100%;
  }
  .case-list .section.section-3 .list .title {
    font-size: 16px;
    margin: 0 0 8px 0;
  }
  .case-list .section.section-3 .list .msg {
    font-size: 14px;
    margin-bottom: 32px;
    padding: 0 16px;
  }
  .master .news-header {
    height: 216px;
  }
  .master .news {
    padding: 16px 0;
  }
  .master .news .content .left {
    background-color: #F3F6F9;
  }
  .master .news .content .left .me-title {
    font-size: 16px;
  }
  .master .news .content .left .list {
    width: inherit;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 0;
    margin-bottom: 16px;
    padding: 24px 32px;
  }
  .master .news .content .left .list .img-common {
    margin-right: 0;
    width: inherit;
    margin: 16px 0;
  }
  .master .news .content .left .list .messages .kis-time {
    margin-top: 8px;
  }
  .master .news .content .left .list .messages .me-msg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .master .news .content .left .more {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
  }
  .master .news .content.detail-content .left {
    padding: 16px;
  }
  .master .news .content.detail-content .left .list-tab .kis-time {
    margin-top: 8px;
  }
  .master .news .content.detail-content .left .list-tab .img-common {
    height: 126px;
  }
  .master .news .content.detail-content .left .detail-list {
    margin: 0 0 24px 0;
  }
  .master .service-detail .section-1 {
    height: inherit;
  }
  .master .service-detail .section-1 .function {
    flex-wrap: wrap;
  }
  .master .service-detail .section-1 .function .list {
    width: 50%;
    margin-bottom: 32px;
  }
  .master .service-detail .section-1 .function .list .title {
    font-weight: normal;
    font-size: 16px;
  }
  .master .service-detail .section-2 .special {
    min-width: inherit;
  }
  .master .service-detail .section-2 .special .list {
    text-align: center;
  }
  .master .service-detail .section-2 .special .list .img {
    margin: 0 auto;
  }
  .master .service-detail .section-2 .special .list .msg {
    padding-right: 0;
  }
  .master .service-detail .section-3 .content-s {
    margin-bottom: 62px;
  }
  .master .service-detail .section-3 .content-s .img-common {
    height: 225px;
    background-image: url(../images/p1_pro.png);
  }
  .master .service-detail .section-3 .content-s .messages {
    padding: 16px;
    background-color: #F3F6F9;
  }
  .master .service-detail .section-3 .content-s .messages > p {
    line-height: 24px;
    margin-bottom: 8px;
  }
  .master .service-detail .section-3 .content-s .messages .title {
    color: #212121;
    font-size: 16px;
  }
  .master .service-detail .section-3 .content-s .messages .msg {
    color: #666666;
    font-size: 14px;
  }
  .master .service-detail .section-3 .content-s .messages .last {
    font-size: 12px;
    color: #999999;
  }
  .master .service-detail .section-3 .content-s .messages .button {
    line-height: 32px;
    text-align: center;
    display: block;
    padding: 16px 0 24px 0;
  }
  .master .service-detail .section-3 .white {
    margin-bottom: 14px;
  }

  .master .about-detail .section-1 {
    height: inherit;
  }
  .master .about-detail .section-1 .function {
    flex-wrap: wrap;
  }
  .master .about-detail .section-1 .function .list {
    width: 50%;
    margin-bottom: 32px;
  }
  .master .about-detail .section-1 .function .list .title {
    font-weight: normal;
    font-size: 16px;
  }
  .master .about-detail .section-2 .special {
    min-width: inherit;
  }
  .master .about-detail .section-2 .special .list {
    text-align: center;
  }
  .master .about-detail .section-2 .special .list .img {
    margin: 0 auto;
  }
  .master .about-detail .section-2 .special .list .msg {
    padding-right: 0;
  }
  .master .about-detail .section-3 .content-s {
    margin-bottom: 62px;
  }
  .master .about-detail .section-3 .content-s .img-common {
    height: 225px;
    background-image: url(../images/p1_pro.png);
  }
  .master .about-detail .section-3 .content-s .messages {
    padding: 16px;
    background-color: #F3F6F9;
  }
  .master .about-detail .section-3 .content-s .messages > p {
    line-height: 24px;
    margin-bottom: 8px;
  }
  .master .about-detail .section-3 .content-s .messages .title {
    color: #212121;
    font-size: 16px;
  }
  .master .about-detail .section-3 .content-s .messages .msg {
    color: #666666;
    font-size: 14px;
  }
  .master .about-detail .section-3 .content-s .messages .last {
    font-size: 12px;
    color: #999999;
  }
  .master .about-detail .section-3 .content-s .messages .button {
    line-height: 32px;
    text-align: center;
    display: block;
    padding: 16px 0 24px 0;
  }
  .master .about-detail .section-3 .white {
    margin-bottom: 14px;
  }
  .master .kis-container {
    min-width: 100px;
    width: inherit;
    padding: 0 4vw;
}
  .master .kis-banner {
    height: calc(90vw + 56px);
    background-image: url(../images/index-b1-s.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% calc(100% - 54px);
  }
  .master .kis-banner .kis {
    text-align: center;
    padding: 0 24px;
    padding-top: calc(62vw + 56px);
    width: 100%;
  }
  .master .kis-banner .kis .title-s {
    /* width:83px; */
    height:28px;
    font-size:18px;
    font-family:PingFangSC;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:28px;
  }
  .master .kis-banner .kis .msg-s {
    /* width:204px; */
    height:18px;
    font-size:12px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:18px;
  }
  .about-detail .section-1 .kis-container {
    display: block;
  }
  .about-detail .section-1 .video-con {
    display: none;
  }
  .about-detail .section-1 .video-con.mobile {
    width: 100%;
    height: 52vw;
    display: block;
  }
  .about-detail .section-1 .left {
    width: 100%;
    margin-top:25px;
    margin-right: 0px;
    display: inline-block;
    /* position: relative; */
    margin-bottom: 32px;
  }
  .about-detail .section-1 .p-sub-title {
    font-weight: 500;
  }

  .master .about-detail .section-2 .special {
    display: none;
  }
  .master .about-detail .section-2 .special.mobile {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
  .about-detail .section-2 .special .list {
    width: 100%;
    min-height: 61.67vw;
    padding: 0 4vw;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .about-detail .section-2 .special .list .img {
    width: 100%;
    height: 51vw;
    margin-bottom: 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .about-detail .section-2 .special .list .img-content {
    width: 100%;
    height: 40px;
    background: rgba(255,255,255,1);
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(33,33,33,1);
    line-height: 40px;
    text-align: center;
  }
  .about-detail .section-3 .develop-container .border {
    width: 60px;
    border-left: 1px #E6E6E6 dashed;
    height: 320px;
  }
  .about-detail .section-3 .develop-container .widget {
    width: 200px;
    margin-left: -100px;

    background: rgba(255,255,255,1);
    box-shadow: 0px 4px 10px 0px rgba(204,204,204,0.3);
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 22px;
    position: relative;
    padding: 18px 24px;
  
  }
  .about-detail .section-3 .develop-container .widget.top {
    height: 76px;
  }
  .about-detail .section-3 .develop-container .widget.down {
    min-height: 76px;
  }
  .about-detail .section-3 .develop-container .widget .corner.down {
    border-top: 14px solid #FFFFFF !important;
    box-shadow: -1px 1px 0px 0px rgba(204,204,204,0.3);
    width: 14px;
    position: absolute;
    top: 69px;
    left: 92px;
    height: 14px;
    transform: rotate(-45deg);
  }
  .about-detail .section-3 .develop-container .widget .corner.top {
    border-top: 14px solid #FFFFFF !important;
    box-shadow: 1px -1px 0px 0px rgba(204,204,204,0.3);
    width: 14px;
    position: absolute;
    top: -7px;
    left: 92px;
    height: 14px;
    transform: rotate(-45deg);
  }
  .about-detail .section-3 .develop-container .line {
    width: 94px;
    border-bottom: 2px #E6E6E6 solid;
    height: 160px;
    margin-left: -46px;
  }
  .about-detail .section-3 .mobile {
    display: none;
  }
  .about-detail .section-3 .develop-container {
    margin-left: 46px;
    display: -webkit-inline-box;
  }
  .about-detail .section-4 .special {
    display: block;
  }
  .about-detail .section-4 .map{
    width: 100%;
    height: 51vw;
  }
  .about-detail .section-4 .map .baidu-map{
    width: 100%;
    height: 51vw;
  }

  .about-detail .section-4 .right .code { 
    display: none;
  }
  .about-detail .section-4 .right {
    margin-left: 0px;
    margin-top: 24px;
    padding-bottom: 16px;
  }  
  .about-detail .section-4 .right .title {
    height:24px;
    font-size:16px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(33,33,33,1);
    line-height:24px;
    margin-bottom: 16px;
  }
  .about-detail .section-4 .right .content.mobile  {
    display: none;
  }
  .about-detail .section-4 {
    min-height: 51vw;
  }
  .master .about-banner {
    background-image: url(../images/banner5.png);
  }

  .join-us-detail .section-1 .kis-container {
    display: block;
  }
  .join-us-detail .section-1 .img {
    width: 100%;
    height: 51vw;
  }
  .join-us-detail .section-1 .left {
    max-width: 100%;
    margin-right: 0;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .join-us-detail .section-2 {
    background:rgba(243,246,249,1);
  }
  .join-us-detail .section-2 .feature-box {
    width: 100%;
    height: calc(45vw + 30px);
    margin: 0 auto;
    overflow: hidden;
    padding-left: 15px;
  }
  .join-us-detail .section-2 .feature-lists {
    width: calc(305vw + 90px);
  }
  .join-us-detail .section-2 .feature-item-s {
    width:60.8vw;
    height:44.8vw;
    margin-top: 15px;
    margin-right: 15px;
    padding: 0 4vw;
  }
  .join-us-detail .section-2 .feature-item-s .item-content {
    margin-top: 6vw;
    text-align: center
  }
  .join-us-detail .section-2 .feature-item-s .item-content .item-title {
    height:6.4vw;
    font-size:4.27vw;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:6.4vw;
    margin-bottom: 4vw;
  }

  .join-us-detail .section-2 .feature-item-s .item-content .item-decs {
    height:11.73vw;
    font-size:3.73vw;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:5.87vw;
  }

  .join-us-detail .section-3 {
    min-height: 0px;
    padding-bottom: 9vw;
  }

  .join-us-detail .section-3 #table .swiper-wrapper {
    width: 358vw;
  }
  .join-us-detail .section-3 #table {
    width: 104%
  }
  .join-us-detail .section-3 .table {
    width: 358vw;
  }
  .join-us-detail .section-4 .kis-container {
    display: block;
  }
  .join-us-detail .section-4 .left {
    width: 100%;
    padding-top: 32px;
    margin-right: 0;
  }
  .join-us-detail .section-4 .left .title {
    height:30px;
    font-size:20px;
    font-family:PingFangSC;
    font-weight:500;
    color:rgba(33,33,33,1);
    line-height:30px;
    text-align: center
  }
  .join-us-detail .section-4 .left .desc {
    /* height:66px; */
    font-size:14px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:22px;
    margin-top: 8px;
  }
  .join-us-detail .section-4 .right {
    width: calc(100% + 8vw);
    min-height: 564px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 4px 10px 0px rgba(204,204,204,0.5);
    margin-top: 24px;
    padding: 24px 15px;
    margin-left: -4vw;
  }
  .join-us-detail .section-4 .right .input {
    width: calc(100% - 15px);
    height: 44px;
  }
  .join-us-detail .section-4 .right select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) no-repeat scroll 100% center transparent;
    /* padding-right: 4px; */
    background-size: 12px 6px;
  }
  .join-us-detail .section-4 .right input.button {
    width: 94%;
    height: 48px;
    line-height: 48px;
    margin: 0px 15px;
    text-align: center;

  }
  .join-us-detail .section-4 .right .text {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(35,134,238,1);
    line-height: 22px;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 17px;
  }
  .join-us-detail .section-4 {
    background:rgba(243,246,249,1);
    /* margin: 0 auto; */
  }
  .activity-detail .section-1 .left-nav {
    width: 100%;
    min-height: 200px;
    border-right:0px;
    z-index: 2;
  }
  .activity-detail .section-1 .left-nav li {
    width: 100%;
    height: 48px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow_down.png) no-repeat scroll 100% center transparent;
    /* padding-right: 4px; */
    background-size: 16px 16px;
  }
  .activity-detail .section-1 {
    min-height: 200px;
    /* width: 1290px; */
    padding: 0;
  }
  .activity-detail .section-1 .left-nav li>span {
    text-align: center;
    /* width: 67px; */
    height: 48px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(33,33,33,1);
    line-height: 48px;
  }
  .activity-detail .section-1 .left-nav li.on {

    border-right: 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow_up_on.png) no-repeat scroll 100% center transparent;

    background-size: 16px 16px;
  }
  .activity-detail .section-1 .right-content {
    min-height: 0px;
    border-left: 0px;
    max-width: 1040px;
    margin-left: 0px;
    background-color: #F3F6F9;
    display: none;
    margin: 0 -4vw;
    padding: 0 4vw;
}
  .activity-detail .section-1 .right-content .p-title {
    padding-top: 16px;
    height:40px;
    font-size:16px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(33,33,33,1);
    line-height:24px;
    margin-bottom: 0px;
  }
  .activity-detail .section-1 .right-content .p-content {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size:14px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:22px;
  }
  .activity-detail .section-1 .right-content .picture {
    display: block;
    padding-bottom: 32px;
  }
  .activity-detail .section-1 .right-content .picture .img-s {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 51vw;
  }
  .activity-detail .section-2 .top-nav {
    min-height: 36px;
    text-align: center;
    border-bottom: #E6E6E6 1px solid;
    margin-bottom: 15px;
  }
  .activity-detail .section-2 .top-nav li {
    min-height: 32px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #999999;
    line-height: 14px;
    padding-bottom: 16px;

  }
  .activity-detail .section-2 .top-nav li.on {
    border-bottom: #2386EE 2px solid;
    color: #2386EE;
  }
  .activity-detail .section-2 .bottom-content.on {
    display: flex;
    flex-wrap: wrap;
  }
  .activity-detail .section-2 .bottom-content .widget {
    width: 42.5vw;
    height: calc(26vw + 32px);
    margin: 0 1vw 15px !important;
  }
  .activity-detail .section-2 .bottom-content .widget .img {

    width: 42.5vw;
    height: 26vw;
  }
  .activity-detail .section-2 .bottom-content .widget .title {
    line-height: 32px;
    width: 100%;
    height: 32px;
  }
  .activity-detail .section-2 {
    min-height: 0px;
    background: rgba(243,246,249,1);
    padding-top: 32px;
    padding-bottom: 17px
  }
  .activity-detail .section-3 .widget {
    width: 92%;
    min-height: 168px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(230,230,230,1);
    display: flex;
    margin: 0 4vw 20px;
    padding: 24px 24px 16px 24px;
  }
  .activity-detail .section-3 .widget-container {
    display: none;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 10px auto 0;
    height: 100%;
    background: #F3F6F9;
    padding-top: 20px;
  }
  
  .activity-detail .section-3 .widget-container.on {
    display: flex ;
  }
  .master .self-container > .section .p-title-s {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow_down.png) no-repeat scroll 96% center transparent;
    /* padding-right: 4px; */
    background-size: 16px 16px;
  }
  .master .self-container > .section .p-title-s.on {
    background: url(../images/arrow_up_on.png) no-repeat scroll 96% center transparent;
  }
  .activity-detail .section-3 {
    padding-bottom: 0px;
    /* margin: 0 auto; */
  }
  .activity-detail .section-4 .kis-container {
    display: block !important;
  }
  .activity-detail .section-4 .left {
    width: 100%;
    padding-top: 32px;
    margin-right: 0;
  }
  .activity-detail .section-4 .left .title {
    height:30px;
    font-size:20px;
    font-family:PingFangSC;
    font-weight:500;
    color:rgba(33,33,33,1);
    line-height:30px;
    text-align: center
  }
  .activity-detail .section-4 .left .desc {
    /* height:66px; */
    font-size:14px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:22px;
    margin-top: 8px;
  }
  .activity-detail .section-4 .right {
    width: calc(100% + 8vw);
    min-height: 564px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 4px 10px 0px rgba(204,204,204,0.5);
    margin-top: 24px;
    padding: 24px 15px;
    margin-left: -4vw;
  }
  .activity-detail .section-4 .right .input {
    width: calc(100% - 15px);
    height: 44px;
  }
  .activity-detail .section-4 .right select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) no-repeat scroll 100% center transparent;
    /* padding-right: 4px; */
    background-size: 12px 6px;
  }
  .activity-detail .section-4 .right input.button {
    width: 94%;
    height: 48px;
    line-height: 48px;
    margin: 0px 15px;
    text-align: center;

  }
  .activity-detail .section-4 .right .text {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(35,134,238,1);
    line-height: 22px;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 17px;
  }
  .activity-detail .section-4 {
    background:rgba(243,246,249,1);
    /* margin: 0 auto; */
  }
  .activity-detail .section-4 .right .form-bottom {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(35,134,238,1);
    line-height: 22px;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 17px;
    width: 100%
  }
  .master .service-banner {
    background-image: url(../images/banner5.png);
  }
  .service .top-nav li .icon {

    display: none;
  }
  .service .section-1 .p-content {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 18px;
    margin: 0 4vw 24px;
  }
  .service .section-1 .function {
    display: block;
    padding-bottom: 24px
  }
  .service .section-1 .widget {
    width: 100%;
    box-shadow:0px 1px 0px 0px rgba(230,230,230,1);
    margin-bottom: 16px
  }
  .service .section-4 .widget {
    width: 92%;
    min-height: 168px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(230,230,230,1);
    display: flex;
    margin: 0 4vw 20px;
    padding: 24px 24px 16px 24px;
  }
  .service .section-4 .widget-container {
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 10px auto 0;
    height: 100%;
    background: #F3F6F9;
    padding-top: 20px;
  }
  .service .section-4 .widget-wrapper {
    min-height: 250px !important ;
  }
  .service .section-4 {
    min-height: 250px  !important;
}
  .service .section-3 .nav-s {
    height:44px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 0px 0px rgba(230,230,230,1);
    font-size:14px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:44px;
    text-align: center; 
    box-shadow:0px -1px 0px 0px rgba(230,230,230,1);

  }
  .service .section-3 .nav-s.on {
    color:#2386EE;
  }
  .service .section-3 .nav-s.on .arrow {
    background-size: 16px;
    background: url(../images/arrow_up_on.png) no-repeat scroll 100% center transparent;
  }
  .service .section-3 .nav-s .arrow {
    appearance: none;
    margin-left: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow_down.png) no-repeat scroll 100% center transparent;
    background-size: 16px 16px;
    width: 16px;
    height: 8px;
    margin-bottom: 0px;
  }
  .service .section-3 .area {
    position: absolute;
    height: 220px;
    width: 26vw;
    padding: 0;
    background: #FFFFFF;
}
  .service .section-3 .area{
    position: absolute;
    height: 220px;
    background: #FFFFFF;
  }
  .service .section-3 .sub-nav ul {
    display: block;
    height: 100%;
    box-shadow: 0px 0px 0px 0px rgba(230,230,230,1);
  }
  .service .section-3 .sub-nav ul li {
    height: 44px;
    line-height: 44px;
    padding-left: 4vw;
    color:rgba(102,102,102,1);
    margin-right: 0;
  }
  .service .section-3 .province {
    position: absolute;
    display: block;
    background-color: #F3F6F9 !important;
    width: 74%;
    height: 220px;
    margin-left: 26vw;
  }

  .service .section-3 .nav-s-wrapper {
    height: 826px;
    position: absolute;
    width: 100%;
    display: none;
  }
  .service .section-3 .nav-s-wrapper.on {
    display: block;
  }
  .service .section-3 .nav-s-wrapper .mask {
    margin-top: 220px;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  .service .section-3 {
    background-color: #FFF;
    height: 44px;
  }

  .service .section-4 .service_page .pagination li {
    display: none;
  }
  
  .service .section-4 .service_page .pagination li.active {
    display: block;
  }
  
  .service .section-4 .service_page .pagination li:last-child {
    display: block;
  }

  
  .service .section-4 .service_page .pagination li:first-child {
    display: block;
  }

}
@media screen and (min-width: 767.5px) and (max-width: 1200px) {
  .master .kis-show-l {
    display: block;
  }
  .master .kis-show-m {
    display: block;
  }
  .master .kis-show-s {
    display: none !important;
  }
  .master .kis-hidden-m {
    display: none;
  }
  .master .kis-container {
    min-width: 93.75vw;
    width: inherit;
    padding: 0 3.125vw;
  }
  .master .self-container > .section .p-title {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    line-height: 92px;
    /* margin-top: 56px; */
  }
  .master .kis-banner {
    height: 52vw;
    width: 100%;
    background-image: url(../images/banner6.png);
  }
  .master .kis-banner .kis {
    padding: 0 40px;
    padding-top: calc(56px + 11vw);
    width: 100%
  }

  .master .footer-tab {
    height: 172px;
  }
  .master .footer-tab .t-p {
    font-size: 24px;
    font-weight: normal;
    padding: 40px 0 16px 0;
  }
  .master footer {
    position: relative;
    padding: 0 15px;
  }
  .master footer .content .left {
    padding-right: 24px;
  }
  .master footer .content .right {
    margin-left: 0;
  }
  .master footer .content .right .columns {
    margin: 0 22px;
  }
  .master footer .copyright {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 708px;
  }
  .master .index .section.section-1 .product .list {
    margin: 0 3px;
    height: 240px;
  }
  .master .index .section.section-1 .product .list:hover .background .hover-btn {
    margin-top: 16px;
  }
  .master .index .section.section-1 .product .list:hover .opacity {
    height: 128px;
  }
  .master .index .section.section-1 .product .list .background {
    padding: 16px 24px;
  }
  .master .index .section.section-1 .product .list .background .title {
    font-size: 16px;
  }
  .master .index .section.section-1 .product .list .opacity {
    height: 82px;
  }
  .master .index .section.section-4 .logo-list .img {
    width: 145px;
    height: 90px;
  }
  .pro-list .section.section-2 .use {
    position: relative;
  }
  .pro-list .section.section-2 .use .use-img {
    height: 240px;
    width: 240px;
    position: absolute;
    right: 0;
    margin-right: 85px;
  }
  .pro-list .section.section-2 .use .use-img.img-left {
    top: 0;
    width: 180px;
    background-image: url(../images/man-m.png);
  }
  .pro-list .section.section-2 .use .use-img.img-right {
    bottom: 0;
  }
  .pro-list .section.section-2 .use .use-msgs .list {
    margin: 32px;
    width: 420px;
    padding: 0 55px;
  }
  .pro-list .section.section-2 .use .use-msgs .list .msg {
    font-size: 14px;
  }
  .pro-detail .section-2 {
    padding: 0 20px;
  }
  .pro-detail .section-2 .special .list {
    width: 44%;
    padding: 0 20px;
  }
  .pro-detail .section-2 .special .list .msg {
    padding-right: 0;
  }
  .pro-detail .section-3 .content {
    height: 300px;
    margin-bottom: 32px;
  }
  .pro-detail .section-3 .content .left,
  .pro-detail .section-3 .content .special-right {
    width: 69%;
    padding-left: 24px;
    height: 276px;
    padding-bottom: 20px;
  }
  .pro-detail .section-3 .content .special-right {
    padding-right: 0;
  }
  .pro-detail .section-3 .content .special-right p,
  .pro-detail .section-3 .content .special-right button {
    margin-left: 32%;
  }
  .pro-detail .section-3 .content .special-left .img {
    margin: 32px 50% 0 -203px !important;
  }
  .pro-detail .section-3 .content .title {
    margin-top: 40px;
  }
  .pro-detail .section-3 .content .msg {
    margin: 16px 65px 8px 0;
  }
  .pro-detail .section-3 .content .last {
    margin-bottom: 16px;
  }
  .pro-detail .section-3 .content .img {
    width: 366px;
    height: 212px;
  }
  .pro-detail .section-3 .content .img.img1,
  .pro-detail .section-3 .content .img.img3 {
    margin: 32px 0 0 -136px;
  }
  .pro-detail .section-3 .content .img.img2 {
    margin-left: 0;
    margin: 32px 0 0 15px;
  }
  .case-detail .details .content .left {
    width: 232px;
    height: 470px;
  }
  .case-detail .details .content .left .img {
    width: 232px;
    height: 120px;
  }
  .case-detail .details .content .left .list {
    padding: 0 24px;
    margin-bottom: 32px;
  }
  .case-detail .details .content .right {
    padding: 0 24px;
  }
  .case-detail .details .content .right .img {
    min-width: 428px;
    height: 172px;
  }
  .case-detail .details .content .right .list {
    margin: 16px 0;
  }
  .case-list .section.section-1 ul {
    padding: 16px 32px;
    min-width: 0;
  }
  .case-list .section.section-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .case-list .section.section-2 .left {
    width: 60%;
    height: 230px;
  }
  .case-list .section.section-2 .left .content {
    margin-bottom: 16px;
    padding: 0 34px;
    bottom: 0;
  }
  .case-list .section.section-2 .left .opacity {
    bottom: 0;
    margin-left: 10px;
    width: calc(100% - 20px);
  }
  .case-list .section.section-2 .right {
    width: 40%;
    height: 214px;
    margin: 8px 0;
  }
  .case-list .section.section-2 .right .introduce {
    margin-top: 24px;
  }
  .case-list .section.section-2 .right .introduce .company {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .case-list .section.section-2 .right .msg {
    display: none;
  }
  .case-list .section.section-3 {
    padding: 0 24px;
  }
  .case-list .section.section-3 .list {
    width: 49%;
  }
  .case-list .section.section-3 .list .img {
    height: 120px;
  }
  .master .news {
    padding: 0;
  }
  .master .news .content {
    padding: 0;
  }
  .master .news .content .left {
    margin: 24px;
  }
  .master .news .content .left .list {
    margin: 0 24px;
  }
  .master .news .content .left .list .img-common {
    width: 232px;
    height: 126px;
  }
  .master .news .content .left .list .messages .kis-time {
    margin-top: 15px;
  }
  .master .news .content .right {
    display: none;
  }
  .master .news .content.detail-content {
    margin-bottom: 24px;
  }
  .master .news .content.detail-content .left {
    padding: 24px;
    margin: 0 10px;
  }
  .service-detail .section-2 {
    padding: 0 20px;
  }
  .service-detail .section-2 .special .list {
    width: 44%;
    padding: 0 20px;
  }
  .service-detail .section-2 .special .list .msg {
    padding-right: 0;
  }
  .service-detail .section-3 .content {
    height: 969px;
    margin-bottom: 32px;
  }
  .service-detail .section-3 .content .left,
  .service-detail .section-3 .content .special-right {
    width: 69%;
    padding-left: 24px;
    height: 276px;
    padding-bottom: 20px;
  }
  .service-detail .section-3 .content .special-right {
    padding-right: 0;
  }
  .service-detail .section-3 .content .special-right p,
  .service-detail .section-3 .content .special-right button {
    margin-left: 32%;
  }
  .service-detail .section-3 .content .special-left .img {
    margin: 32px 50% 0 -203px !important;
  }
  .service-detail .section-3 .content .title {
    margin-top: 40px;
  }
  .service-detail .section-3 .content .msg {
    margin: 16px 65px 8px 0;
  }
  .service-detail .section-3 .content .last {
    margin-bottom: 16px;
  }
  .service-detail .section-3 .content .img {
    width: 366px;
    height: 212px;
  }
  .service-detail .section-3 .content .img.img1{

  }
  .service-detail .section-3 .content .img.img3 {
    margin: 32px 0 0 -136px;
  }
  .service-detail .section-3 .content .img.img2 {
    margin-left: 0;
    margin: 32px 0 0 15px;
  }
  .about-detail .section-2 {
    padding: 0 20px;
  }
  .about-detail .section-2 .special .list {
    width: 30vw;
    min-height: 168px;
  }
  .about-detail .section-2 .special .list .msg {
    padding-right: 0;
  }
  .about-detail .section-3 .content {
    height: 300px;
    margin-bottom: 32px;
  }
  .about-detail .section-3 .content .left,
  .about-detail .section-3 .content .special-right {
    width: 69%;
    padding-left: 24px;
    height: 276px;
    padding-bottom: 20px;
  }
  .about-detail .section-3 .content .special-right {
    padding-right: 0;
  }
  .about-detail .section-3 .content .special-right p,
  .about-detail .section-3 .content .special-right button {
    margin-left: 32%;
  }
  .about-detail .section-3 .content .special-left .img {
    margin: 32px 50% 0 -203px !important;
  }
  .about-detail .section-3 .content .title {
    margin-top: 40px;
  }
  .about-detail .section-3 .content .msg {
    margin: 16px 65px 8px 0;
  }
  .about-detail .section-3 .content .last {
    margin-bottom: 16px;
  }
  .about-detail .section-3 .content .img {
    width: 366px;
    height: 212px;
  }
  .about-detail .section-3 .content .img.img1,
  .about-detail .section-3 .content .img.img3 {
    margin: 32px 0 0 -136px;
  }
  .about-detail .section-3 .content .img.img2 {
    margin-left: 0;
    margin: 32px 0 0 15px;
  }
  .about-detail .section-1 {
    height: calc(21vw + 147px);
    /* width: 1290px; */
    margin: 0 auto;
  }
  .about-detail .section-1 .left {
    width: 46.09vw;
    margin-right: 10vw;
    display: inline-block;
  }
  .about-detail .section-1 .video-con {
    width: 38vw;
    height: 21vw;
    margin-bottom: 39px;
  }
  .about-detail .section-2 {
    padding: 0 3.125vw;
    min-height: 292px;
  }
  .about-detail .section-2 .special {
    width: 100%;
  }
  .about-detail .section-2 .special .list .img-content {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .about-detail .section-2 .special .list .img {
    width: 100%;
    height: 17vw;
  }
  .about-detail .section-4 .map {
    width: 54vw;
    height: 30vw;
  }
  .about-detail .section-4 .map .baidu-map {
    width: 54vw;
    height: 30vw;
  }
  .about-detail .section-4 .right .title {
    height:24px;
    font-size:16px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(33,33,33,1);
    line-height:24px;
  }
  .about-detail .section-4 .right .content {
    margin-bottom: 8px;
  }
  .about-detail .section-4 .right .code {
    height: 6vw;
    width: 6vw;
    background-size: 100%;
  }
  .about-detail .section-4 {
    min-height: 350px;
    padding-bottom: 32px;
    background-color: #F3F6F9;
  }
  .activity-detail .section-1 .left-nav {
    width: 11.07vw;
    min-height: 270px;
  }
  .activity-detail .section-1 .left-nav li {
    width: 11.07vw;
  }
  .activity-detail .section-1 .right-content {
    padding-left: 35px;
    min-height: 270px

  }
  .activity-detail .section-1 .right-content .p-content {
    margin-bottom: 24px;
  }
  .activity-detail .section-1 .right-content .picture .img {
    width: 38vw;
    height: 21vw;
  }
  .activity-detail .section-1 {
    min-height: 270px;
    /* width: 1290px; */
    padding: 32px 0;
  }
  .activity-detail .section-2 {
    min-height: 269px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .activity-detail .section-2 .top-nav {
    margin-bottom: 24px;
    min-height: 44px;
    border-bottom: rgb(218, 206, 206) 1px solid;
  }
  .activity-detail .section-2 .top-nav li.on {
    border-bottom: #2386EE 2px solid;
  }
  .activity-detail .section-2 .bottom-content .widget {
  width: 22.26vw;
  height: calc(13.5vw + 40px);
  margin-left: 12px;
  }
  .activity-detail .section-2 .bottom-content .widget .img {
    width: 100%;
    height: 13.5vw;
  }
  .activity-detail .section-1 .right-content .p-title {
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(33,33,33,1);
    line-height: 24px;
    margin-bottom: 16px;
    text-align: left;
  }
  .activity-detail .section-3 .widget .content {
    max-width: 29.5vw;
  }
  .activity-detail .section-3 {
    padding-bottom: 12px;
    /* margin: 0 auto; */
  }
  .service .section-4 .widget,
  .activity-detail .section-3 .widget {
    width: 46.09%;
  }
  .activity-detail .section-4 .left {
    width: 38.15vw;
    padding-top: 64px;
    margin-right: 9.51vw;
  }
  .activity-detail .section-4 .right {
    width: 46.09vw;
  }
  .activity-detail .section-4 .left .title {
    height:36px;
    font-size:24px;
    font-family:PingFangSC;
    font-weight:500;
    color:rgba(33,33,33,1);
    line-height:36px;
  }
  .activity-detail .section-4 .left .desc {
    font-size:16px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
  }

  .activity-detail .section-4 .right {
    margin-top: 32px;
    padding: 24px;
  }
  .activity-detail .section-4 .right select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) no-repeat scroll 100% center transparent;
    /* padding-right: 4px; */
    background-size: 12px 6px;
  
  }
  .activity-detail .section-4 .right .input {
    width: 100%;
    height: 44px;
  }
  .join-us-detail .section-1 .left {
    max-width: 46.09vw;
    margin-right: 9.51vw;
    display: inline-block;
  }
  .join-us-detail .section-1 .img {
    width: 38.15vw;
    height: 21.8vw;
  }
  .join-us-detail .section-1 {
    min-height: 300px;
    /* width: 1290px; */
    padding-bottom: 32px;
  }
  .join-us-detail .section-2 .feature-item-pic.pic01 {
    background: url(../images/feature1-m.png)no-repeat center;
  }
  .join-us-detail .section-2 .feature-item-pic.pic02 {
    background: url(../images/feature2-m.png)no-repeat center;
  }
  .join-us-detail .section-2 .feature-item-pic.pic03 {
    background: url(../images/feature3-m.png)no-repeat center;
  }
  .join-us-detail .section-2 .feature-item-pic.pic04 {
    background: url(../images/feature4-m.png)no-repeat center;
  }
  .join-us-detail .section-2 .feature-item-pic.pic05 {
    background: url(../images/feature5-m.png)no-repeat center;
  }
  .join-us-detail .section-2 .feature-box {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 12px;
    background:rgba(243,246,249,1);
    height: calc(125vw + 96px);
}
  .join-us-detail .section-2 .feature-lists {
    display: block;
  }
  .join-us-detail .section-2 .feature-lists .feature-item-m {
    width: 100%;
    height: 25vw;
    margin-bottom: 12px;
    background-size: cover;
  }
  .join-us-detail .section-2 .feature-item-m .item-content .item-title {
    text-align: center;
    font-size:2.08vw;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:3.13vw;
    padding: 8vw 0 2vw;
  }
  .join-us-detail .section-2 .feature-item-m .item-content .item-decs {
    text-align: center;
    font-size:1.82vw;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:2.86vw;
  }
  .join-us-detail .section-3 #table .swiper-wrapper {
    width: 161vw;
  }
  .join-us-detail .section-3 #table {
    width: 104%
  }
  .join-us-detail .section-3 .table {
    width: 161vw;
  }
  .join-us-detail .section-4 .left {
    width: 38.15vw;
    padding-top: 64px;
    margin-right: 9.51vw;
  }
  .join-us-detail .section-4 .right {
    width: 46.09vw;
  }
  .join-us-detail .section-4 .left .title {
    height:36px;
    font-size:24px;
    font-family:PingFangSC;
    font-weight:500;
    color:rgba(33,33,33,1);
    line-height:36px;
  }
  .join-us-detail .section-4 .left .desc {
    font-size:16px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
  }

  .join-us-detail .section-4 .right {
    margin-top: 32px;
    padding: 24px;
  }
  .join-us-detail .section-4 .right select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) no-repeat scroll 100% center transparent;
    /* padding-right: 4px; */
    background-size: 12px 6px;
  
  }
  .join-us-detail .section-4 .right .input {
    width: 100%;
    height: 44px;
  }
  .service .section-1 .p-content {
    margin-top: 0;
  }
  .service .section-1 .function {
    display: block;
    padding-bottom: 24px;
  }
  .service .section-1 .widget {
    width: 100%;
    box-shadow: 0px 1px 0px 0px rgba(230,230,230,1);
    margin-bottom: 16px;
    min-height: 585px
  }
  .service .section-3 .ul-tab2 {
    padding: 0 3.125vw;
  }
}
@media screen and (min-width: 1200.5px) {
  .kis-show-s,
  .kis-show-m {
    display: none !important;
  }
  
}

