/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
    Override the default (display: inline) for
    browsers that do not recognize HTML5 tags.

    IE8 (and lower) requires a shiv:
    http://ejohn.org/blog/html5-shiv
  */
  display: block;
}

b,
strong {
  /*
    Makes browsers agree.
    IE + Opera = font-weight: bold.
    Gecko + WebKit = font-weight: bolder.
  */
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
    For IE.
    http://css-tricks.com/ie-fix-bicubic-scaling-for-images
  */
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
  /*
    For IE6 + IE7:

    "display: list-item" keeps bullets from
    disappearing if hasLayout is triggered.
  */
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  /*
    For IE9. Without, occasionally draws shapes
    outside the boundaries of <svg> rectangle.
  */
  overflow: hidden;
}

.main {
  width: 1440px;
  margin: 0 auto;
  background-color: #F7F9FE;
}

.header {
  width: 100%;
  height: 85px;
}
.header img {
  margin-left: 119px;
  margin-top: 23px;
}

.tab1 {
  width: 100%;
  height: 794px;
  background-image: url("../images/tab1bg.png");
}
.tab1 .left,
.tab1 .right {
  display: inline-block;
}
.tab1 .left {
  margin-left: 110px;
  width: 596px;
  height: 794px;
}
.tab1 .left .title {
  margin-top: 162px;
  font-family: SFPro-Bold;
  font-size: 64px;
  color: #000000;
  letter-spacing: 1.33px;
  font-weight: 700;
}
.tab1 .left .context {
  margin-top: 32px;
  font-family: SFPro-Regular;
  font-size: 20px;
  color: #505663;
  letter-spacing: 0.42px;
  line-height: 28px;
  font-weight: 400;
}
.tab1 .right {
  width: 420px;
  margin-left: 62px;
}

.tab2 {
  width: 100%;
  height: 500px;
}
.tab2 .title {
  margin-top: 84px;
  height: 58px;
  font-family: SFPro-Bold;
  font-size: 48px;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
}
.tab2 .desc {
  margin-top: 10px;
  font-family: SFPro-Regular;
  font-size: 20px;
  color: #505663;
  letter-spacing: 0.42px;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
}
.tab2 .item-box {
  margin-top: 68px;
  margin-left: 110px;
  display: flex;
  justify-content: space-between;
  width: 1220px;
}
.tab2 .item {
  width: 370px;
}
.tab2 .item .ico {
  width: 40px;
  height: 40px;
  margin: auto;
}
.tab2 .item .ico img {
  width: 40px;
  height: 40px;
}
.tab2 .item .title {
  margin-top: 23px;
  height: 38px;
  font-family: SFPro-Bold;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0.67px;
  text-align: center;
  font-weight: 700;
}
.tab2 .item .desc {
  margin-top: 8px;
  height: 56px;
  font-family: SFPro-Regular;
  font-size: 16px;
  color: #505663;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
}

.tab3 {
  width: 100%;
  height: 580px;
  background-color: #1DB5BE;
  display: flex;
}
.tab3 .left {
  width: 768px;
  height: 580px;
  display: inline-block;
  margin-left: 110px;
}
.tab3 .left .contact-title {
  margin-top: 84px;
  height: 58px;
  line-height: 58px;
  font-family: SFPro-Bold;
  font-size: 48px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 700;
}
.tab3 .left .contact-desc {
  height: 28px;
  margin-top: 11px;
  font-family: SFPro-Regular;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.42px;
  line-height: 28px;
  font-weight: 400;
}
.tab3 .left .about-box {
  width: 468px;
  height: 292px;
  padding-top: 16px;
  padding-left: 20px;
  margin-top: 41px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.tab3 .left .about-box .title {
  background-image: url("../images/tab3img2.png");
  background-repeat: no-repeat;
  padding-left: 48px;
  height: 28px;
  line-height: 28px;
  font-family: SFPro-Heavy;
  font-size: 24px;
  color: #1D1B7F;
  letter-spacing: 0.5px;
  font-weight: 800;
  margin-bottom: 22px;
}
.tab3 .left .about-box .text-box {
  font-family: SFPro-Regular;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 16px;
}
.tab3 .left .about-box .text-box .field {
  width: 70px;
  color: #505663;
  display: inline-block;
  text-align: right;
}
.tab3 .left .about-box .text-box .fiedl-content {
  display: inline-block;
  margin-left: 24px;
  color: #000000;
}
.tab3 .right {
  display: inline-block;
  margin-left: 32px;
  width: 420px;
  height: 580px;
  background-image: url("../images/tab3img1.png");
  background-repeat: no-repeat;
}

.tab4 {
  width: 100%;
  height: 240px;
  background-color: #000000;
  display: flex;
}
.tab4 .content {
  margin-top: 34px;
  margin-left: 110px;
}
.tab4 .ico {
  height: 56px;
  background: url("../images/tab4img1.png") no-repeat;
}
.tab4 .title {
  margin-top: 25px;
  font-family: Futura-Bold;
  font-size: 24px;
  color: #D2D5DA;
  letter-spacing: 0.29px;
  font-weight: 700;
}
.tab4 .copyright {
  margin-top: 12px;
  font-family: SFPro-Regular;
  font-size: 15px;
  color: #D2D5DA;
  line-height: 28px;
  font-weight: 400;
}

/*# sourceMappingURL=index.css.map */
