/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

main .aboutUs {
  width: 100%;
  background-color: #fff; }
  main .aboutUs .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top: 91px;
    margin-bottom: 75px; }
    main .aboutUs .container .title {
      width: 100%;
      height: 76px;
      text-align: center;
      position: relative; }
      main .aboutUs .container .title .chineseTitle h1 {
        font-size: 32px;
        color: #333;
        font-weight: 500; }
      main .aboutUs .container .title .chineseTitle::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 43%;
        height: 2px;
        background-color: #666;
        left: 0; }
      main .aboutUs .container .title .chineseTitle::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 43%;
        height: 2px;
        background-color: #666;
        right: 0; }
      main .aboutUs .container .title .englishTitle {
        width: 200px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -100px; }
        main .aboutUs .container .title .englishTitle h1 {
          font-size: 22px;
          color: #666; }
    main .aboutUs .container .mainAboutUs {
      width: 100%;
      margin-top: 88px; }
      main .aboutUs .container .mainAboutUs .aboutUsBox1 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        main .aboutUs .container .mainAboutUs .aboutUsBox1 li {
          width: 50%;
          height: 320px; }
          main .aboutUs .container .mainAboutUs .aboutUsBox1 li .aboutImgBox {
            font-size: 0;
            width: 100%; }
          main .aboutUs .container .mainAboutUs .aboutUsBox1 li p {
            font-family: MicrosoftYaHei;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 22px;
            letter-spacing: 0px;
            color: #999999;
            padding-left: 15px;
            text-indent: 2em; }
      main .aboutUs .container .mainAboutUs .aboutUsBox2 {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        main .aboutUs .container .mainAboutUs .aboutUsBox2 li {
          width: 48%;
          height: 320px; }
          main .aboutUs .container .mainAboutUs .aboutUsBox2 li .leftImg {
            display: inline-block; }
          main .aboutUs .container .mainAboutUs .aboutUsBox2 li .rightText {
            display: inline-block; }
            main .aboutUs .container .mainAboutUs .aboutUsBox2 li .rightText p {
              text-align: left; }
            main .aboutUs .container .mainAboutUs .aboutUsBox2 li .rightText p:first-child {
              width: 72px;
              height: 40px;
              font-family: MicrosoftYaHei;
              font-size: 24px;
              font-weight: normal;
              font-stretch: normal;
              line-height: 40px;
              letter-spacing: 0px;
              color: #f9a575; }
            main .aboutUs .container .mainAboutUs .aboutUsBox2 li .rightText p:nth-child(2) {
              width: 181px;
              height: 40px;
              font-family: MicrosoftYaHei;
              font-size: 16px;
              font-weight: normal;
              font-stretch: normal;
              line-height: 40px;
              letter-spacing: 0px;
              color: #fab791; }
            main .aboutUs .container .mainAboutUs .aboutUsBox2 li .rightText p:nth-child(3) {
              font-family: MicrosoftYaHei;
              font-size: 12px;
              line-height: 30px;
              font-weight: normal;
              letter-spacing: 0px;
              color: #fbc9ac; }
            main .aboutUs .container .mainAboutUs .aboutUsBox2 li .rightText p:last-child {
              font-family: MicrosoftYaHei;
              font-size: 12px;
              font-weight: normal;
              letter-spacing: 0px;
              color: #fbc9ac; }
        main .aboutUs .container .mainAboutUs .aboutUsBox2 li:last-of-type p:nth-of-type(2) {
          color: #666; }
        main .aboutUs .container .mainAboutUs .aboutUsBox2 li:last-of-type p:nth-of-type(3),
        main .aboutUs .container .mainAboutUs .aboutUsBox2 li:last-of-type p:nth-of-type(4) {
          color: #999; }
main .terminalImage {
  box-sizing: border-box;
  width: 100%;
  background-color: #000;
  border: 1px solid #000; }
  main .terminalImage .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top: 91px;
    margin-bottom: 75px; }
    main .terminalImage .container .title {
      width: 100%;
      height: 76px;
      text-align: center;
      position: relative; }
      main .terminalImage .container .title .chineseTitle h1 {
        font-size: 32px;
        color: #fff;
        font-weight: 500; }
      main .terminalImage .container .title .chineseTitle::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 43%;
        height: 2px;
        background-color: #666;
        left: 0; }
      main .terminalImage .container .title .chineseTitle::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 43%;
        height: 2px;
        background-color: #666;
        right: 0; }
      main .terminalImage .container .title .englishTitle {
        width: 200px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -100px; }
        main .terminalImage .container .title .englishTitle h1 {
          font-size: 22px;
          color: #d9d9d9; }
    main .terminalImage .container .mainTerminalImage {
      display: flex;
      width: 100%;
      height: 492px;
      margin-top: 89px; }
      main .terminalImage .container .mainTerminalImage .terminalImageLeft {
        flex: 4;
        width: 40%;
        border-right: 3px solid #181818; }
        main .terminalImage .container .mainTerminalImage .terminalImageLeft .imgBox {
          float: left;
          width: 100%;
          height: 100%;
          top: 0; }
      main .terminalImage .container .mainTerminalImage .terminalImageRight {
        flex: 6;
        width: 60%; }
        main .terminalImage .container .mainTerminalImage .terminalImageRight .rightBox {
          width: 585px;
          height: 100%;
          float: right;
          position: relative; }
          main .terminalImage .container .mainTerminalImage .terminalImageRight .rightBox p:first-child {
            font-size: 44px;
            font-weight: 550;
            color: #f9a575; }
          main .terminalImage .container .mainTerminalImage .terminalImageRight .rightBox p:nth-child(2) {
            font-family: FZZYK--GBK1-0;
            font-size: 6px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 18px;
            letter-spacing: 0px;
            color: #666666; }
          main .terminalImage .container .mainTerminalImage .terminalImageRight .rightBox p:nth-child(3) {
            font-family: FZZYK--GBK1-0;
            font-size: 6px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 28px;
            letter-spacing: 0px;
            color: #666666; }
          main .terminalImage .container .mainTerminalImage .terminalImageRight .rightBox p:nth-child(4) {
            height: 68px;
            font-family: MicrosoftYaHei;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 68px;
            letter-spacing: 0px;
            color: #f9a474; }
          main .terminalImage .container .mainTerminalImage .terminalImageRight .rightBox p:last-of-type {
            font-family: DFSongW3-A;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 18px;
            letter-spacing: 0px;
            color: #fefefe;
            opacity: 0.6; }
          main .terminalImage .container .mainTerminalImage .terminalImageRight .rightBox .rightBoxImg {
            width: 100%;
            height: 281px;
            position: absolute;
            bottom: 0; }
main .newsCenter {
  width: 100%; }
  main .newsCenter .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top: 84px;
    margin-bottom: 75px; }
    main .newsCenter .container .title {
      width: 100%;
      height: 76px;
      text-align: center;
      position: relative; }
      main .newsCenter .container .title .chineseTitle h1 {
        font-size: 32px;
        color: #333;
        font-weight: 500; }
      main .newsCenter .container .title .chineseTitle::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 43%;
        height: 2px;
        background-color: #666;
        left: 0; }
      main .newsCenter .container .title .chineseTitle::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 43%;
        height: 2px;
        background-color: #666;
        right: 0; }
      main .newsCenter .container .title .englishTitle {
        width: 200px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -100px; }
        main .newsCenter .container .title .englishTitle h1 {
          font-size: 22px;
          color: #666; }
    main .newsCenter .container .newsCon {
      width: 100%;
      background-color: #fff;
      margin-top: 90px; }
      main .newsCenter .container .newsCon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between; }
        main .newsCenter .container .newsCon ul li {
          font-size: 0;
          width: 380px;
          height: 335px;
          text-align: center;
          margin-bottom: 10px; }
          main .newsCenter .container .newsCon ul li .topImg {
            width: 100%; }
          main .newsCenter .container .newsCon ul li p:first-of-type {
            height: 44px;
            font-family: MicrosoftYaHei;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 44px;
            letter-spacing: 0px;
            color: #f9a575;
            text-align: center; }
          main .newsCenter .container .newsCon ul li p:nth-of-type(2) {
            font-family: MicrosoftYaHei;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 20px;
            letter-spacing: 0px;
            color: #999999;
            opacity: 0.7; }
          main .newsCenter .container .newsCon ul li p:nth-of-type(3) {
            font-family: MicrosoftYaHei;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 20px;
            letter-spacing: 0px;
            color: #999999;
            opacity: 0.7; }
        main .newsCenter .container .newsCon ul li:hover {
          margin-bottom: 10x;
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2); }
          main .newsCenter .container .newsCon ul li:hover p:nth-of-type(2),
          main .newsCenter .container .newsCon ul li:hover p:nth-of-type(3) {
            color: #fbc9ac;
            cursor: pointer; }

/*# sourceMappingURL=index.css.map */
