@charset "UTF-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
p {
  margin: 0;
  padding: 0;
}
body {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, "Microsoft YaHei", "微软雅黑", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  overflow-x: hidden;
}
a {
  color: #000;
  text-decoration: none !important;
  margin: 0;
}
li,
ol {
  list-style: none;
}
img {
  display: block;
  border: none;
}
i,
b {
  font-style: normal;
  font-weight: normal;
}
p {
  margin: 0 !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*各浏览器显示不同，去掉边框等默认样式*/
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
/*防止拖动 影响布局*/
textarea {
  resize: none;
}
/*去掉行内替换元素空白缝隙*/
img {
  border: 0;
  vertical-align: middle;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
/*公共类*/
/*版心*/
.gd-width {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
/*头部样式*/
.top {
  background: rgba(0, 0, 0, 0.8);
  height: 60px;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: background-color 0.2s;
}
/*div.top-active {*/
  /*height: 40px;*/
/*}*/
/*div.top-active .menu li {*/
  /*vertical-align: middle;*/
  /*line-height: 35px;*/
  /*height: 40px;*/
/*}*/
/*div.top-active .menu li a {*/
  /*height: 35px;*/
/*}*/
/*div.top-active .logo {*/
  /*padding: 4px 0 !important;*/
/*}*/
/*div.top-active .two-menu {*/
  /*top: 40px;*/
/*}*/


.details-list {
  float: left;
  width: 20%;
  padding-right: 20px;
}
.details-list h2 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-indent: 2em;
}
.list-item-details {
  display: inline-block;
}
.list-item-details li {
  width: 155px;
  display: block;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.animating-enter-up {
  z-index: 100;
  -webkit-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.list-item-details li a {
  display: block;
  padding: 28px 0 0;
  text-indent: 2em;
}
.list-item-details li h3 {
  font-size: 14px;
  color: #989898;
  line-height: 20px;
  position: relative;
}
.list-item-details li h3 i {
  position: absolute;
  margin-left: 10px;
}
.list-item-details li:hover a h3,
.cell-level2 li:hover a h3 {
  color: #20AF6D;
}
.y-row {
  position: relative;
}
.menu-case {
  position: relative;
  overflow: hidden;
}
.ul-move {
  width: 140px;
  height: 440px;
  border-right: 1px solid #40484d;
  position: relative;
  display: inline-block;
  float: left;
}
.ul-move li {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  z-index: 3;
  padding-left: 20px;
  cursor: pointer;
}
.ul-move li.line {
  -webkit-transition: top 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  background: #27da86;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cell-level2 {
  overflow: hidden;
}
.cell-level2 ul {
  display: inline-block;
  margin-left: 30px;
  margin-right: -14px;
}
.cell-level2 li {
  width: 334px;
  float: left;
  margin: 0 14px 14px 0;
  background: rgba(76, 76, 76, 0.9);
  padding: 10px 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cell-level2 li h3 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
.cell-level2 li p {
  font-size: 12px;
  color: #a3a3a3;
  transition: color 0.2s ease-out;
}
.cell-level2 li:hover p {
  color: #fff;
}
.about-menu {
  overflow: hidden;
}
.about-menu li {
  float: left;
  width: 185px;
  margin-left: 18px;
}
.about-menu li:first-child {
  margin: 0;
}
.about-menu li h2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.about-menu li .about-text {
  background: rgba(76, 76, 76, 0.9);
  color: #fff;
  padding: 16px;
  margin-top: 16px;
  height: 320px;
}
.close-dropdown {
  width: 24px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 16px;
  left: 50%;
  margin-left: -12px;
  z-index: 999;
}
.close-dropdown img {
  cursor: pointer;
}
.swiper-container {
  height: 600px;
}
.swiper-wrapper li img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ali-main-specia {
  position: relative;
}
.ali-main-specia li {
  width: 240px;
  height: 100px;
  float: left;
  padding: 25px 0;
}
.ali-main-specia li img {
  vertical-align: middle;
  margin: 0 15px 0 22px;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.75;
  transition: all 200ms ease-out;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 36px;
  border-radius: 6px;
}
.index-btn-prev,
.industry-btn-prev {
  background: url(../images/home/arrow.png) 0 0 no-repeat;
  height: 24px;
}
.index-btn-next,
.industry-btn-next {
  background: url(../images/home/arrow.png) 0 -28px no-repeat;
  height: 24px;
}
.index-btn-prev,
.swiper-container-rtl .swiper-button-next {
  left: 88px;
}
.index-btn-next,
.swiper-container-rtl .swiper-button-prev {
  right: 88px;
}
.right-fixed {
  /*display: none;*/
  position: fixed;
  /*top: 50%;*/
  right: 0;
  bottom:130px;
  width: 93px;
  height: 320px;
  z-index: 109;
}
.right-fixed > div {
  position: absolute;
  width: 93px;
  height: 93px;
  background: #4fe29d;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  top: 0;
  left: 0;
}
.right-fixed div:nth-child(2) {
  text-align: left;
  width: 255px;
  top: 97px;
  white-space: nowrap;
  padding-left: 20px;
}
.right-fixed div:nth-child(2) span {
  float: right;
  font-size: 20px;
  margin-top: -50px;
}
.right-fixed div:nth-child(3) {
  top: 194px;
}
.right-fixed div:nth-child(3) span {
  display: none;
  position: absolute;
  width: 270px;
  height: 130px;
  bottom: -15px;
  left: -243px;
  z-index: 110;
}
.right-fixed > div i {
  display: inline-block;
  width: 39px;
  height: 43px;
  background: url("../images/home/rf-ico.png") 0 0 no-repeat;
}
.right-fixed div:nth-child(2) i {
  margin-left: 10px;
  background: url("../images/home/rf-ico.png") 0 -46px no-repeat;
}
.right-fixed div:nth-child(3) i {
  background: url("../images/home/rf-ico.png") 0 -88px no-repeat;
}
.right-fixed button {
  display: none;
  position: absolute;
  top: 291px;
  right: 0;
  width: 93px;
  font-size: 16px;
  color: #30d487;
  line-height: 30px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.free_application {
  height: 224px;
  background: url("../images/home/application_bg.png") 100% 100% no-repeat;
  border-top: 1px solid #BDEBD7;
  border-bottom: 1px solid #fff;
}
.free_application p {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  padding-top: 50px;
}
.free_application button {
  width: 160px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 25px;
  margin-top: 40px;
}
/*底部*/
.footer {
  background: #0F1014;
  padding: 80px 0 30px;
}
.footer .gd-width {
  position: relative;
}
.footer-top {
  overflow: hidden;
  padding-bottom: 28px;
  color: #adadae;
}
.footer-logo {
  float: left;
  margin-right: 80px;
}
.footer-contact {
  float: left;
  /*width:280px;*/
  margin-right: 80px;
}
.footer-contact .phone p {
  font-size: 22px;
  line-height: 36px;
  color: #989898;
  font-weight: bold;
  text-indent: 26px;
}
.footer-contact li,
.address li {
  margin: 0 0 18px 0;
  line-height: 20px;
}
.footer-contact li span {
  display: inline-block;
  position: relative;
  line-height: 36px;
  text-indent: 26px;
  margin-top: 12px;
}
.footer-contact li span:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #989898;
}
.footer-contact li:nth-child(1):before {
  background: url(../images/home/footer-ico.png) 0 0 no-repeat;
}
.footer-contact li:nth-child(2):before {
  background: url(../images/home/footer-ico.png) 0 -23px no-repeat;
}
.footer-contact li:nth-child(3):before {
  background: url(../images/home/footer-ico.png) 0 -46px no-repeat;
}
.address li:nth-child(1):before {
  background: url(../images/home/footer-ico.png) -63px 0 no-repeat;
}
.address li:nth-child(2):before {
  background: url(../images/home/footer-ico.png) -63px -23px no-repeat;
}
.address li:nth-child(3):before {
  background: url(../images/home/footer-ico.png) -63px -46px no-repeat;
}
.address li:nth-child(4):before {
  background: url(../images/home/footer-ico.png) -63px -70px no-repeat;
}
.address li:nth-child(5):before {
  background: url(../images/home/footer-ico.png) 0 -240px no-repeat;
}
.footer-contact li:before,
.address li:before {
  content: "";
  width: 18px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 12px;
  vertical-align: middle;
}
.address {
  float: left;
  width: 265px;
}
.address li p {
  padding-left: 25px;
  line-height: 24px;
}
.footer .ownership p {
  font-size: 14px;
  color: #989898;
}
.footer .QR-code {
  position: absolute;
  width: 285px;
  height: 155px;
  top: 0;
  right: 5px;
}
.footer .QR-code img {
  display: block;
}

.demand {
  display: none;
  width: 798px;
  height: 470px;
  padding-left: 336px;
  padding-right: 35px;
  position: fixed;
  z-index: 105;
  background: url(../images/home/demand.png) no-repeat;
  left: 50%;
  top: 54%;
  margin-left:  -399px;
  margin-top: -235px;
}

.demand.wxApplet {
  display: none;
  background: #fff;
  padding-right: 300px;
  padding-left: 0;
}

.demand_mask {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.demand .demand_clo {
  position: absolute;
  top: -28px;
  right: 0;
}

.demand .demand_clo img {
  cursor: pointer;
}

.demand h2 {
  font-size: 24px;
  line-height: 24px;
  padding: 32px 0 20px;
  font-weight: 400;
  overflow: hidden;
}

.demand h2 span {
  float: right;
  width: 55px;
  height: 2px;
  background: #2ccf8f;
  margin-top: 11px;
}

.demand li {
  width: 95px;
  height: 70px;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  line-height: 1em;
  border: 1px solid #2ccf8f;
  font-size: 16px;
  text-align: center;
  float: left;
  color: #2ccf8f;
  margin-right: 15px;
  margin-top: 15px;
}

.demand ul li:nth-child(4n){
  margin-right: 0;
}

.demand  li i {
  width: 30px;
  height: 30px;
  display: block;
  margin: 8px auto 5px;
  overflow: hidden;
}

.demand li.active {
  color: #fff;
  background: #2ccf8f;
}

.demand li.active i img {
  margin-left: -30px;
}

.demand h3 {
  color: #666;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}

.demand h3 span {
  color: #FDB60A;
}

.demand input {
  width: 206px;
  height: 36px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 14px;
  border: 1px solid #bbb;
  line-height: 32px;
  padding-right: 10px;
  padding-left: 10px;
  background: #f0f0f0;
}
.demand .demand_ipt input:nth-child(2){
  margin-right: 0;
}

.demand .demand_ipt_f {
  width:426px;
}

.demand .demand_btn {
  cursor: pointer;
  font-size: 22px;
  color: #fff;
  background: #2ccf8f;
  width: 170px;
  height: 42px;
  margin-top: 20px;
}

.demand .wxApplet_fl {
  padding: 50px 36px 0;
}

.demand .wxApplet_fl input {
  background: rgba(0,0,0,0);
  border:none;
  margin: 0;
}

.demand .wxApplet_fl .inpt_box {
  border:1px solid #E8E8E8;
  background: #F0F0F0;
  margin-bottom: 10px;
  padding: 3px 0;
  padding-left: 12px;
}

.demand .wxApplet_fl .txCode .inpt_box ,
.demand .wxApplet_fl .telCode .inpt_box {
  float: left;
  width: 226px;
}

.demand .wxApplet_fl .txCode .inpt_box input ,
.demand .wxApplet_fl .telCode .inpt_box input {
  width: 115px;
}

.demand .wxApplet_fl .txCode .code {
  float: left;
  background: #f0f3f8;
  margin: 5px 12px 0;
  font-family:Arial;
  font-style:italic;
  color:#351c32;
  font-size:28px;
  border:0;
  padding:2px 3px;
  letter-spacing:3px;
  font-weight:bolder;
  width: 115px;
  height: 34px;
  line-height: 34px;
  cursor:pointer;
  text-align:center;
  vertical-align: middle;
  overflow: hidden;
}

.demand .wxApplet_fl .txCode a ,
.demand .wxApplet_fl .telCode a {
  display: inline-block;
  line-height: 42px;
  vertical-align: middle;
}

.demand .wxApplet_fl .telCode a {
  margin: 13px 12px 0;
  color:#2ccf8f;
}

.demand .wxApplet_fl input[type=button] {
  width: 200px;
  height: 50px;
  font-size: 18px;
  background: #2ccf8f;
  color: #fff;
  margin: 20px auto;
}

.demand .wxApplet_fl .groom {
  margin: 8px -26px 0;
  width: 480px;
  height: 96px;
  background: url("../images/home/demand_mbg.png");
  padding: 20px 40px;
  line-height: 30px;
  font-size: 16px;
}

.demand .wxApplet_fl .groom p a {
  float: right;
  color: #53D99B;
  text-decoration: underline !important;
}

.demand .wxApplet_fr {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 470px;
  background: #2ccf8f;
}

.demand .wxApplet_fr .qrCode img {
 margin:  50px auto;
}

.demand .wxApplet_fr .contact {
  padding: 0 50px;
}

.demand .wxApplet_fr .contact p {
  line-height: 50px;
  font-size: 22px;
  color: #fff;
}

.demand .wxApplet_fr .contact p span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.demand .wxApplet_fr .contact p span img {
  margin: 11px auto;
}

.demand .wxApplet_fr .contact button {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  font-size: 18px;
  color: #2ccf8f;
}


 @media (max-width:768px) {
.ali-main-specia{display:none;}
.gd-width,.our-server .content-head .content-head-info,.wrap_sec2 .resp_ul li,.content-head .content-head-info,.process-list .process-item,.regulars_ul li.regu_msg_li{width:100%;}
.server_wrap,.process-list,.regulars_wrap{height:auto;}
.wrap_sec2 .resp_ul li{padding:0 0 20px;}
.case-nav li{margin:0 0 0 8px;}
.regulars_ul li{width:50%;}
.swiper-slide img{min-width:100%;}
.swiper-container{margin:70px auto 0;}
.swiper-container-horizontal > .swiper-pagination{bottom:8px;}
.content-head h2{font-size:28px;padding:40px 0 15px}
.swiper-container{height:auto;}
}