﻿* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
@font-face {
  font-family: 'AlimamaFangYuanTiVF';
  src: url('../font/AlimamaFangYuanTiVF-Thin.ttf');
}
html,
body {
  width: 100%;
  font-family: 'AlimamaFangYuanTiVF', 'Microsoft YaHei', '微软雅黑', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  
}
html {
  overflow-y: scroll;
}
input,
button,
textarea,
select,
option {
  outline: none;
}
.cursor-grey {
  cursor: no-drop;
  color: #e5e5e5 !important;
}

.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.width-1400 {
  max-width: 1400px;
  margin: auto;
}
.container-box {
  padding: 150px 0;
}

.block5 {
  background: rgba(235, 235, 235, 1);
  
}

.block5 .title p,
.block5 .title div {
  color: #fff;
}

.block5 .w1400 form {
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 82px;
  gap: 16px;
}

.block5 .w1400 form input {
  width: 28% !important;
  border-radius: 30px !important;
  height: 60px;
  background: none;
  border-radius: 2px;
  border: 2px solid rgba(27, 193, 98, 1);
  padding: 0 16px;
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
}

.block5 .w1400 form input::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 1);
}

.block5 .w1400 form input:-ms-input-placeholder {
  color: rgba(102, 102, 102, 1);
}

.block5 .w1400 form input::-ms-input-placeholder {
  color: rgba(102, 102, 102, 1);
}

.block5 .w1400 form input::placeholder {
  color: rgba(102, 102, 102, 1);
}

.block5 .w1400 form .btn {
  width: 180px;
  line-height: 60px;
  border-radius: 30px !important;
  background: rgba(0, 0, 0, 1);
  border-radius: 2px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 500;
}
.service-banner {
  height: 520px;
  display: flex;
}
.service-banner .banner-text {
  margin: auto;
  flex: 1;
}
.service-banner * {
  color: #fff;
}
.service-banner h2 {
  font-size: 48px;
  font-weight: 600;
}
.service-banner p {
  font-size: 20px;
  padding: 30px 0 40px;
}
.service-banner a {
  width: 160px;
  line-height: 56px;
  font-size: 16px;
  background-color: #1bc162;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 2px;
}

.service-logo {
  background: #f7f7f7;
  margin-top: 100px;
  padding-bottom: 100px;
}
.service-logo-container {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
.service-logo-container .list {
  width: calc(100% / 6);
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1400px) {
  .service-banner .banner-text {
    padding: 0 5%;
  }
}
@media (max-width: 750px) {
  .service-banner .banner-text {
    padding: 0;
  }
  .service-logo {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .block5 .w1400 form input {
    width: 100% !important;
    margin-right: 0;
    line-height: 36px;
    height: 60px;
    margin: 0 15px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 14px;
  }
  .block5 .w1400 form {
    flex-wrap: wrap;
  }
  .block5 .w1400 form .btn {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    width: 100%;
    margin: 0 15px;
  }
  .service-banner {
    height: 300px;
    padding: 20px;
  }
  .service-banner a {
    width: 100px;
    line-height: 36px;
    font-size: 12px;
  }
  .service-banner p {
    font-size: 14px;
    line-height: 24px;
  }
  .service-banner h2 {
    font-size: 24px;
  }
  .service-logo-container .list {
    width: 33.33%;
    padding: 0 20px;
    height: 70px;
  }
  .service-logo-container .list img {
    max-height: 40px;
  }
}