@charset "UTF-8";

html {
    height: 100%;
    width: 100%;
}

html,body,div,span,h1,h2,h3,h4,h5,h6,p,img,b,i,dl,dt,dd,ol,ul,li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}

body {
    font-family: "PingFang HK Light","STHeiti SC","Microsoft YaHei","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    background: #FFF;
}
article,section {
    display: block;
}

a,a:visited {
    color: #B2B2B2;
    text-decoration: none;
}

a:hover {
    color: #666;
}

.main .header-container {
    background: #fff;
    padding:16px 0 16px 0;
}
.main .header {
    width: 1080px;
    height: 56px;
    margin: 0 auto;
}

.main .header .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 56px;
  float:left;
}
.main .header .logoImage {
    width: 56px;
    height:56px;
}
.main .header .logoText {
    margin-left: 8px;
    font-size: 18px;
    /* font-weight: 500; */
    color: #555;
}

.main .nav {
    float: right;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    overflow: hidden;
}

.main .nav li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 24px;
}

.main .nav li a {
    display: block;
    height: 40px;
    color: #555;
    font-size: 14px;
}

.clear {
    clear: both;
}

.article-container,#company,#contact {
    width: 1080px;
    overflow: auto;
    margin: 0 auto;
}

.article-container .article-col1 {
    width: 540px;
    height: 316px;
    float: left;
    padding: 100px 0;
    color: #000;
    text-align: left;
}
.article-container .article-col1 .article-line1 {
    font-size: 28px;
    color:  #555;
}
.article-container .article-col1 .article-line2 {
    font-size: 20px;
    color:  #555;
    margin-top: 8px;
}
.article-container .article-col1 .article-line3 {
    width: 438px;
    height: 144px;
    margin-top: 50px;
}
.article-container .article-col1 .article-line3 .qrcode {
    width: 144px;
    height: 144px;
    /* background: url("../img/qrcode_pcweb.png") no-repeat 0 0; */
    background-size: 144px 144px;
    position: absolute;
}
.article-container .article-col1 .article-line3 .links {
    width: 270px;
    height: 144px;
    float: right;
    line-height: 50px;
    padding: 5px 0;
    overflow: hidden;
}
.article-container .links .btn {
    width: 268px;
    height: 48px;
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    color: #555;
    display: inline-block;
}
/*.article-container .links .btn:first-child {
    margin-bottom: 30px;
}*/

.article-container .article-col2 {
    width: 540px;
    height: 630px;
    float: right;
    /* background: url("../img/screen.png") no-repeat 0 0; */
    background-size: 540px 630px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.footnote {
  font-size: 12px;
  color: #999;
}

.footer-container {
    text-align: center;
    color: #B2B2B2;
    font-size: 12px;
    padding: 44px 0 44px 0;
    margin-top: 30px;
}
.footer-container a {
    margin: 0 5px;
    font-size: 12px;
}

.aboutUs,.contactUs {
  width: 540px;
}

h1 {
  font-size: 28px;
  color:  #555;
}

.aboutUs {
  margin-top: 32px;
}

.intro {
  font-size: 16px;
  color:  #555;
  line-height: 24px;
}
.contactUs a {
  color: #173177;
}
