
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #f4f7fd;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

i {
  display: block;
}

.clear {
  clear: both;
}

.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* 自定义 */
body,
html {
  font-family: "微软雅黑";
  min-width: 1200px;
}

body {
  background: url("../imgs/bg.png") no-repeat top;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header {
  position: relative;
  z-index: 999;
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 9px 1px rgba(51,51,51,0.1);
}

header .header_content {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  margin: 0 auto;
}

header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  font-size: 16px;
  color: #ffffff;
}

header .logo img {
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

header .links a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-left: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
header .links a:hover,header.float .links a:hover{
  color: #00CC4D;
}
header .links a:active,header.float .links a:active{
  color: #50AB73;
}
header.float {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 9px 1px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 3px 9px 1px rgba(51, 51, 51, 0.1);
}

header.float .logo,
header.float .links a {
  color: #333333;
}

article {
  padding-top: 164px;
  width: 100%;
  height: 600px;
  background: url("../imgs/banner.png") no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article .banner__content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

article .banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}

article .banner__title img {
  margin-right: 9px;
}

article .banner__title h1 {
  font-weight: bold;
  font-size: 38px;
  color: #ffffff;
}

article .banner__text h2 {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 9px;
  letter-spacing: 3px;
}

article a {
  display: block;
  width: 220px;
  height: 64px;
  line-height: 64px;
  background: -webkit-gradient(linear, left top, right top, from(#4ecae0), to(#50e4a4));
  background: -o-linear-gradient(left, #4ecae0, #50e4a4);
  background: linear-gradient(90deg, #4ecae0, #50e4a4);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  margin-top: 80px;
}

article a img {
  margin-right: 10px;
}

section .function {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 128px;
}

section .function h2 {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin: 80px 0 35px;
}

section .function ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section .function ul li {
  width: 380px;
  height: 150px;
  background: #fafafa;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 30px 10px 0;
}

section .function ul li img {
  width: 90px;
  height: 90px;
  margin: 24px 20px 0 24px;
}

section .function ul li h3 {
  font-style: normal;
  font-size: 18px;
  color: #212121;
  margin: 30px 0 10px;
  font-weight: bold;
  line-height: 29px;
}

section .function ul li span {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 6px;
}

section .tutorial {
  width: 100%;
  background: #f9f9f9;
  padding-bottom: 85px;
}

section .tutorial .tutorial-box {
  width: 1200px;
  margin: 0 auto;
}

section .tutorial .tutorial-box h2 {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  text-align: center;
  padding-top: 54px;
  margin: 0 0 64px;
}

section .tutorial .tutorial-box .tutorial-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section .tutorial .tutorial-box .tutorial-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 545px;
  height: 180px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  margin: 15px;
  padding: 0 20px;
}

section .tutorial .tutorial-box .tutorial-block:nth-child(even) {
  margin: 0 0 30px 15px;
}

section .tutorial .tutorial-box .tutorial-block:nth-child(odd) {
  margin: 0 15px 30px 0;
}

section .tutorial .tutorial-box .tutorial-block .tutorial__img {
  width: 160px;
  height: 134px;
  border-radius: 8px 8px 8px 8px;
  margin: 0 18px 0 0;
}

section .tutorial .tutorial-box .tutorial-block h4 {
  font-size: 16px;
  color: #424242;
  margin-bottom: 10px;
  width: 351px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: bold;
}

section .tutorial .tutorial-box .tutorial-block p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 20px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

section .tutorial .tutorial-box .tutorial-block p:hover {
  color: #0a3019;
}

section .tutorial .tutorial-box .tutorial-block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #999999;
  margin-right: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .tutorial .tutorial-box .tutorial-block ul li {
  font-size: 12px;
  color: #999999;
  max-width: 70px;
  height: 20px;
  line-height: 20px;
  background: #efefef;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-bottom: 2px;
}

section .tutorial .tutorial-box .tutorial-block ul li  {
  margin-right: 6px;
}
section .tutorial .tutorial-box .tutorial-block ul li:last-child {
  margin-right: 0;
}

section .tutorial .tutorial-box .tutorial-block ul li a {
  color: #999999;
  padding: 0 12px;
  height: 20px;
}

section .tutorial .tutorial-box .tutorial-block ul li:hover,
section .tutorial .tutorial-box .tutorial-block ul li:hover a {
  background: #c6e8d2;
  color: #6bac7a;
}

section .tutorial .tutorial-box .tutorial-block .tutorial__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .tutorial .tutorial-box .tutorial-block .tutorial__content {
  width: 350px;
  position: relative;
}

section .tutorial .tutorial-box .tutorial-block .tutorial__content ul {
  position: absolute;
  right: -19px;
  bottom: -7px;
  font-size: 0;
  width: 230px; 
  text-align: right;
  height: 22px;
  padding-top: 1px;
  overflow: hidden;  
}

section .tutorial .tutorial-box .tutorial-block .tutorial__footer .tutorial__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .tutorial .tutorial-box .tutorial-block .tutorial__footer .tutorial__icon img {
  width: 11px;
  height: 11px;
  background-size: cover;
  margin-right: 3px;
}

section .tutorial .more_reader {
  width: 160px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  font-size: 18px;
  color: #bbbbbb;
  margin: 10px auto 0;
  display: block;
}

section .tutorial .more_reader:hover {
  border: 1px solid #00c54b;
  color: #00c54b;
}

section .tutorial .more_reader:active {
  border: 1px solid #1C974B;
  color: #1C974B;
}

figure {
  position: relative;
}

figure .figure__content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}

figure .figure__content .figure__content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

figure .figure__content .figure__content_list .item {
  width: 514px;
  height: 222px;
  background: url("../imgs/evaluate_bg.svg") no-repeat;
  background-size: contain;
  /* background: red; */
  /* box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.06); */
  /* border-radius: 10px; */
  padding: 32px 30px 0 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 70px 30px 0;
}

figure .figure__content .figure__content_list .item:nth-of-type(2n) {
  margin-right: 0;
}

figure .figure__content .figure__content_list .item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

figure .figure__content .figure__content_list .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

figure .figure__content .figure__content_list .item .item_name {
  margin: 0 10px 0 20px;
  font-size: 20px;
  color: #333333;
}

figure .figure__content .figure__content_list .item .item_type {
  font-size: 14px;
  color: #999999;
}

figure .figure__content .figure__content_list .item p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

figure h3 {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin: 100px 0 70px;
}

aside {
  width: 100%;
  background: url("../imgs/asideBanner.png") no-repeat;
}

aside .aside__content {
  width: 1200px;
  margin: 0 auto;
  height: 324px;
}

aside .aside__content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 38px;
  color: #ffffff;
  margin: 0 0 34px 0;
  padding-top: 67px;
}

aside .aside__content h2 img {
  margin-right: 9px;
}

aside .aside__content h3 {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

aside a {
  display: block;
  width: 220px;
  height: 64px;
  line-height: 64px;
  background: -webkit-gradient(linear, left top, right top, from(#4ecae0), to(#50e4a4));
  background: -o-linear-gradient(left, #4ecae0, #50e4a4);
  background: linear-gradient(90deg, #4ecae0, #50e4a4);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  margin: 38px auto 0;
}

aside a img {
  margin-right: 10px;
}

footer {
  width: 100%;
  height: 188px;
  background: #262626;
}

footer .footer__link {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 25px;
  border-bottom: 1px solid #515151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer__link label {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

footer .footer__link a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-right: 20px;
}

footer .footer__links {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer__links ul {
  padding: 30px 0;
}

footer .footer__links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-weight: 400;
  font-size: 14px;
  color: #bebebe;
}

footer .footer__links ul li a {
  font-size: 14px;
  color: #bebebe;
}

footer .footer__links ul li i {
  display: block;
  width: 1px;
  height: 15px;
  background: #bebebe;
  margin: 0 10px;
}

footer .footer__filings {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #999999;
}

footer .footer__filings a {
  font-size: 12px;
  color: #999999;
}
