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,
strong,
sub,
sup,
tt,
var,
b,
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 {
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  box-sizing: border-box;
  user-select: none;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "微软雅黑", "黑体", "SimSun", "Arial Narrow", "HELVETICA", "PingFang SC";
}
html {
  /* Prevent font scaling in landscape while allowing user zoom */
  text-size-adjust: 100%;
  /* fix font family display error on different browsers */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  color: black;
}
body {
  overflow-x: hidden;
}
.content-wrapper {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
section {
  padding: 7vw 0;
}
section h2 {
  font-size: 6vw;
  color: #00ceed;
  text-align: center;
  font-weight: bold;
}
section h3 {
  font-size: 2.6vw;
  color: #909090;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
section h4 {
  font-size: 2.5vw;
  color: #5e5e5e;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}
.more-btn {
  margin-top: 10vw;
  text-align: center;
}
.more-btn .text {
  color: #00ceed;
  display: inline-block;
  font-size: 3vw;
  padding: 0.6vw 6vw;
  border: 1px solid #00ceed;
  border-radius: 30px;
}
.more-btn .text:hover {
  background-color: #00ceed;
  color: white;
}
.section-banner {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
}
.section-banner .img-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.section-banner .img-container img {
  width: 100%;
}
.section-banner .infos {
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.section-banner .infos:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.section-banner .infos span {
  display: inline-block;
  font-size: 3.2vw;
  color: #7d7d7d;
}
.section-banner .infos div {
  display: inline-block;
}
.section-info ul {
  text-align: justify;
  text-justify: inter-ideograph;
}
.section-info ul:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.section-info ul li {
  display: inline-block;
  width: 49%;
  margin-top: 3vw;
}
.section-info ul li img {
  width: 100%;
}
.section-info ul li .info {
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 4.5vw 2vw;
}
.section-info ul li .info p {
  font-size: 2.2vw;
  line-height: 3.5vw;
  color: #616161;
  height: 5vw;
}
.section-info ul li .info a {
  color: #00ceed;
  font-size: 3vw;
  display: inline-block;
  border: 1px solid #00ceed;
  padding: 0.8vw 5vw;
  border-radius: 40px;
  margin-top: 6vw;
}
.section-chance {
  padding-top: 0;
}
.section-chance .banner {
  background: url("http://img.hd.zcypai.com/uploads/allimg/180622/1-1P62215230IT.jpg") center center no-repeat;
  background-size: cover;
  height: 30vw;
  text-align: left;
  padding-left: 5vw;
}
.section-chance .banner:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section-chance .banner .title-box {
  display: inline-block;
  vertical-align: middle;
}
.section-chance .banner h2 {
  color: white;
  font-size: 6vw;
  text-align: left;
}
.section-chance .banner h3 {
  color: white;
  font-size: 3vw;
  margin-top: 0;
  text-align: left;
}
.section-chance ul {
  text-align: justify;
  text-justify: inter-ideograph;
}
.section-chance ul:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.section-chance ul li {
  display: inline-block;
  width: 48%;
  text-align: center;
  margin-top: 7vw;
  vertical-align: top;
}
.section-chance ul li img {
  width: 100%;
}
.section-chance ul li p {
  font-size: 2.5vw;
  line-height: 4.2vw;
  margin-top: 3.5vw;
  height: 9vw;
}
.section-chance ul li a {
  display: inline-block;
  margin-top: 4.5vw;
  font-size: 3vw;
  background-color: #00ceed;
  border: 1px solid #00ceed;
  border-radius: 4px;
  color: white;
  padding: 1vw 6vw;
}
.section-proxy .banner {
  background: url("http://img.hd.zcypai.com/uploads/allimg/180622/1-1P622152354441.jpg") center center no-repeat;
  background-size: cover;
  height: 30vw;
  text-align: left;
  padding-left: 5vw;
}
.section-proxy .banner:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section-proxy .banner .title-box {
  display: inline-block;
  vertical-align: middle;
}
.section-proxy .banner h2 {
  color: white;
  font-size: 6vw;
  text-align: left;
}
.section-proxy .banner h3 {
  color: white;
  font-size: 3vw;
  margin-top: 0;
  text-align: left;
}
.section-proxy ul {
  text-align: justify;
  text-justify: inter-ideograph;
}
.section-proxy ul:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.section-proxy ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 14vw;
  width: 48%;
}
.section-proxy ul li .cover {
  position: relative;
}
.section-proxy ul li .cover .bg {
  width: 100%;
}
.section-proxy ul li .cover .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
.section-proxy ul li .cover span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 7vw;
  color: white;
  left: 50%;
  bottom: 5vw;
  letter-spacing: -0.5px;
  transform: translateX(-50%);
}
.section-proxy ul li .info {
  border: 1px solid #e2e2e2;
  padding-top: 3vw;
  padding-bottom: 4vw;
  text-align: center;
}
.section-proxy ul li .info p {
  font-size: 4vw;
  line-height: 7vw;
  color: #535353;
}
.section-proxy ul li .info a {
  display: inline-block;
  padding: 0.5vw 5vw;
  margin-top: 4vw;
  font-size: 3.5vw;
  border-radius: 4px;
  color: white;
  background-color: #00ceed;
  border: 1px solid #00ceed;
}
.section-honor {
  background: url('http://img.hd.zcypai.com/uploads/allimg/180622/1-1P622152430359.jpg') center center no-repeat;
  background-size: cover;
}
.section-honor h2 {
  color: black;
}
.section-honor ul {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 6vw;
}
.section-honor ul:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.section-honor ul li {
  display: inline-block;
  vertical-align: top;
}
.section-honor ul li a {
  display: block;
  width: 45vw;
  background-color: white;
  border-radius: 4px;
  padding: 4vw;
  text-align: center;
}
.section-honor ul li a img {
  width: 100%;
}
.section-honor ul li a .info {
  margin-top: 5vw;
  border-top: 1px solid #ffc104;
  padding-top: 3vw;
}
.section-honor ul li a .info span {
  color: black;
  font-size: 4vw;
}
.section-honor ul li a .info p {
  color: #5f5f5f;
  font-size: 2.6vw;
  margin-top: 2.5vw;
}
.section-honor .more-btn .text {
  color: black;
  border-color: black;
}
.section-join h2 {
  font-size: 8vw;
  color: #00ceed;
  text-align: left;
}
.section-join .box {
  margin: 0 auto;
}
.section-join label {
  display: block;
  margin-top: 5vw;
}
.section-join label span {
  font-size: 4vw;
  color: #757575;
}
.section-join label input,
.section-join label textarea {
  margin-top: 2vw;
  width: 93%;
  height: 8vw;
  outline: none;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  font-size: 4vw;
  padding: 1vw 3vw;
}
.section-join label textarea {
  height: 30vw;
  padding: 3vw;
}
.section-join .btn-submit {
  margin-top: 4vw;
  display: block;
  background-color: #00ceed;
  border: 1px solid #00ceed;
  color: white;
  font-size: 5vw;
  padding: 1.5vw 0;
  text-align: center;
  border-radius: 4px;
}
.section-contact {
  background: url("http://img.hd.zcypai.com/uploads/allimg/180622/1-1P622152549492.jpg") center center no-repeat;
  background-size: cover;
}
.section-contact .content-wrapper {
  padding-left: 2vw;
}
.section-contact .content-wrapper h3 {
  font-size: 8vw;
  color: white;
  text-align: left;
}
.section-contact .content-wrapper ul {
  margin-top: 6vw;
  text-align: justify;
  text-justify: inter-ideograph;
}
.section-contact .content-wrapper ul:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.section-contact .content-wrapper ul li {
  position: relative;
  display: inline-block;
  border: 1px solid #00ceed;
  border-radius: 4px;
  padding: 3vw 4vw 1vw;
  text-align: center;
}
.section-contact .content-wrapper ul li .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0%, -50%);
  text-align: center;
}
.section-contact .content-wrapper ul li .title span {
  display: inline-block;
  color: black;
  font-size: 2vw;
  border-radius: 40px;
  background-color: #00ceed;
  padding: 1vw 2.5vw;
}
.section-contact .content-wrapper ul li a {
  color: white;
  font-size: 4vw;
}
.section-contact .content-wrapper .last-line {
  margin-top: 4vw;
  display: block;
  font-size: 8vw;
  color: #00ceed;
}
