* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none;
  margin: 0; }

a, a:hover, a:focus {
  text-decoration: none; }

p {
  margin: 0;
  padding: 0; }

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-size: 0.0729166667rem; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.main {
  clear: both;
  width: 1200px;
  width: 6.25rem;
  margin: 0 auto;
  display: flex; }

.header {
  width: 100%;
  height: 80px;
  height: 0.4166666667rem;
  display: flex;
  background: rgba(255, 255, 255, 0.3); }
  .header .main .logo {
    position: relative;
    float: left;
    flex: auto;
    display: flex;
    align-items: center; }
    .header .main .logo img {
    position: relative;
    left: 32px;
    transform: scale(1.2);
      height: 66px;
      height: 0.34375rem; }
  .header .main .navbar {
    float: left;
    flex: auto;
    margin: 0;
    border: none;
    overflow: hidden; }
    .header .main .navbar:before, .header .main .navbar:after {
      display: table;
      content: ''; }
    .header .main .navbar .nav {
      display: flex; }
      .header .main .navbar .nav:after, .header .main .navbar .nav:before {
        display: table;
        content: ''; }
      .header .main .navbar .nav > li {
        height: 80px;
        width: 130px;
        height: 0.4166666667rem;
        width: 0.6770833333rem;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        margin: 0 10px;
        margin: 0 0.0520833333rem; }
        .header .main .navbar .nav > li a {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          color: #333;
          padding: 10px 15px;
          padding: 0.0520833333rem 0.078125rem; }
          .header .main .navbar .nav > li a .trans {
            display: none;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: inherit;
            color: inherit;
            font-family: Arial;
            font-size: 16px;
            font-size: 0.0833333333rem;
            transition: all 0.4s;
            opacity: 0;
            -ms-transform: translate(0, 100%);
            transform: translate3d(0, 100%, 0); }
        .header .main .navbar .nav > li .title-zh {
          font-size: 16px;
          font-size: 0.0833333333rem;
          color: #333;
          transition: all .4s;
          -ms-transform: translate(0, 0);
          transform: translate3d(0, 0, 0); }
        .header .main .navbar .nav > li .title-en {
          font-size: 12px;
          font-family: Arial;
          font-size: 0.0625rem;
          color: #666;
          transition: all .4s;
          -ms-transform: translate(0, 0);
          transform: translate3d(0, 0, 0); }
        .header .main .navbar .nav > li a:hover {
          background: rgba(255, 255, 255, 0.5); }
          .header .main .navbar .nav > li a:hover .trans {
            -ms-transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1; }
          .header .main .navbar .nav > li a:hover .title-zh, .header .main .navbar .nav > li a:hover .title-en {
            -ms-transform: translate(0, -100%);
            transform: translate3d(0, -100%, 0);
            opacity: 0; }
      .header .main .navbar .nav > li.active {
        background: #318cd2; }
        .header .main .navbar .nav > li.active a {
          background: #318cd2;
          color: #fff; }
        .header .main .navbar .nav > li.active .title-zh, .header .main .navbar .nav > li.active .title-en {
          color: #fff; }
        .header .main .navbar .nav > li.active .title-zh {
          font-weight: bold; }
  .header .main .telephone {
    float: left;
    flex: auto;
    display: flex;
    align-items: center; }
    .header .main .telephone img {
      float: left;
      width: 44px;
      width: 0.2291666667rem; }
    .header .main .telephone .tel-text {
      float: left;
      margin-left: 10px;
      margin-left: 0.0520833333rem;
      color: #006ab8; }
      .header .main .telephone .tel-text .text {
        font-size: 16px;
        font-size: 0.0833333333rem; }
      .header .main .telephone .tel-text .number {
        font-size: 18px;
        font-size: 0.09375rem;
        font-family: Arial; }

.header.shadow {
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 1.2s ease;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 10000; }

.container {
  width: 100%; }
  .container:before, .container:after {
    display: table;
    content: '';
    clear: both; }
  .container .banner {
    width: 100%;
    z-index: 20; }
    .container .banner img {
      width: 100%;
      height: 2.0833333333rem;
      z-index: 20; }
  .container .main {
    flex-direction: column; }
    .container .main .loaction {
      clear: both;
      flex: auto;
      display: flex;
      border-bottom: 1px solid #cfcfcf;
      padding: 33px 0 10px;
      padding-top: 0.171875rem;
      padding-bottom: 0.0520833333rem; }
      .container .main .loaction img {
        float: left; }
      .container .main .loaction .crumb {
        float: left;
        flex: auto;
        display: flex;
        align-items: center;
        color: #ffa31d;
        font-size: 14px;
        margin-left: 45px;
        font-size: 0.0729166667rem;
        margin-left: 0.078125rem; }
        .container .main .loaction .crumb span {
          float: left; }
        .container .main .loaction .crumb ul {
          float: left;
          flex: auto;
          display: flex; }
          .container .main .loaction .crumb ul li {
            float: left; }
            .container .main .loaction .crumb ul li a {
              color: #ffa31d; }
            .container .main .loaction .crumb ul li + li:before {
              content: '>>';
              padding: 0 5px;
              padding: 0 0.0260416667rem; }
          .container .main .loaction .crumb ul li.active {
            color: #848181; }
    .container .main .headline {
      flex: auto;
      margin: 60px 0;
      margin: 0.3125rem 0 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .container .main .headline .heading {
        flex: auto;
        font-size: 28px;
        font-size: 0.1458333333rem;
        color: #333;
        padding-bottom: 21px;
        padding-bottom: 0.109375rem;
        text-align: center; }
      .container .main .headline .underline {
        flex: auto;
        height: 5px;
        width: 50px;
        height: 0.0260416667rem;
        width: 0.2604166667rem;
        background: #318cd2;
        margin: 0 auto; }
  .container .toTop {
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 10000;
    bottom: 20px;
    right: -42px;
    width: 149px;
    overflow: hidden;
    transition: all 1s; }
    .container .toTop .icon_top {
      display: inline-block;
      width: 100%;
      height: 180px;
      background: url("../images/bg/rocket_up.png") no-repeat 0 0; }
    .container .toTop:hover .icon_top {
      background-position: -149px 0; }

.footer {
  background: #222222;
  height: 267px;
  height: 1.390625rem;
  width: 100%;
  display: flex; }
  .footer .main .infos {
    float: left;
    flex: auto;
    padding-top: 90px;
    font-size: 12px;
    padding-top: 0.46875rem;
    font-size: 0.0625rem;
    color: #676767; }
    .footer .main .infos > ul {
      display: flex;
      padding-bottom: 50px;
      padding-bottom: 0.2604166667rem; }
      .footer .main .infos > ul li {
        float: left;
        border-right: 1px solid #676767; }
        .footer .main .infos > ul li a {
          color: #676767;
          padding: 0 30px;
          padding: 0 0.15625rem; }
      .footer .main .infos > ul li:last-child {
        border: none; }
      .footer .main .infos > ul :first-child a {
        padding-left: 0; }
    .footer .main .infos > p {
      width: 1005px;
      width: 5.234375rem;
      border-bottom: 2px solid #393939;
      margin-bottom: 26px;
      margin-bottom: 0.1354166667rem; }
    .footer .main .infos > .copyright {
      margin-bottom: 76px;
      margin-bottom: 0.3958333333rem; }
  .footer .main .erweima {
    flex: auto;
    padding-top: 60px;
    padding-top: 0.3125rem;
    text-align: center;
    font-size: 14px;
    font-size: 0.0729166667rem;
    color: #d6d6d6; }
    .footer .main .erweima img {
      width: 97px;
      width: 0.5052083333rem; }

/*# sourceMappingURL=common.css.map */
