@charset "UTF-8";
.center {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto; }

html, body {
  background: #fafafa; }

.header {
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1000;
  position: relative; }
  .header .logo {
    width: 181px;
    height: 54px;
    margin-top: 23px;
  }
    .header .logo img {
      width: 100%; }
  .header .header-nav {
    height: 100%; }
    .header .header-nav > li {
      height: 100%;
      float: left;
      position: relative; }
      .header .header-nav > li > a {
        height: 100%;
        display: inline-block;
        line-height: 100px;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
      }
      .header .header-nav > li .down-box {
        position: absolute;
        width: 180px;
        background: #fff;
        padding: 15px 0;
        left: calc(50% - 90px);
        display: none; }
        .header .header-nav > li .down-box > li {
          height: 50px; }
          .header .header-nav > li .down-box > li a {
            width: 100%;
            height: 100%;
            display: inline-block;
            line-height: 50px;
            text-align: center;
            color: #999;
            font-size: 16px;
            display: inline-block;
            background-color: #fff;
            transition: all .5s; }
          .header .header-nav > li .down-box > li:hover a {
            background-color: #258acc;
            color: #fff;
            font-weight: bold; }
      .header .header-nav > li:hover > a {
        color: #066cb3;
        position: relative; }
        .header .header-nav > li:hover > a:after {
          content: '';
          position: absolute;
          border-width: 0 6px 8px;
          border-style: solid;
          border-color: transparent transparent #066cb3;
          /*透明 透明  黄*/
          bottom: 0;
          left: 50%;
          margin-left: -9px; }
      .header .header-nav > li:hover .down-box {
        display: block; }
    .header .header-nav .active > a {
      color: #066cb3;
      position: relative; }
      .header .header-nav .active > a:after {
        content: '';
        position: absolute;
        border-width: 0 6px 8px;
        border-style: solid;
        border-color: transparent transparent #066cb3;
        /*透明 透明  黄*/
        bottom: 0;
        left: 50%;
        margin-left: -9px; }

.com-title {
  text-align: center; }
  .com-title .t1 {
    color: #000;
    font-size: 40px; }
  .com-title .line {
    display: inline-block;
    height: 3px;
    width: 60px;
    background: #000;
    margin-top: 20px;
    margin-bottom: 15px; }
  .com-title .t2 {
    color: #999;
    font-size: 18px;
    text-transform: uppercase; }
  .com-title .t3 {
    color: #000;
    font-size: 20px; }

.pages {
  width: 100%;
  display: inline-block;
  text-align: center; }
  .pages > a {
    display: inline-block;
    vertical-align: middle;
    color: #4d4d4d;
    font-size: 12px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center; }
    .pages > a:hover {
      color: #258acc; }
  .pages .active {
    color: #258acc; }
  .pages .prev {
    background-image: url("../images/prev.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-right: 5px; }
  .pages .next {
    background-image: url("../images/next.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin-left: 5px; }

.inner-banner {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.com-nav {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.06); }
  .com-nav .left {
    height: 80px;
    line-height: 80px; }
    .com-nav .left i {
      display: inline-block;
      vertical-align: middle; }
    .com-nav .left .home {
      width: 14px;
      height: 14px;
      background-image: url("../images/home.png");
      background-size: 14px 14px;
      background-repeat: no-repeat; }
    .com-nav .left .arr {
      width: 4px;
      height: 8px;
      background-image: url("../images/arr.png");
      background-size: 4px 8px;
      background-repeat: no-repeat;
      margin-left: 10px;
      margin-right: 15px; }
    .com-nav .left a {
      display: inline-block;
      vertical-align: middle;
      color: #666;
      font-size: 16px; }
  .com-nav .right {
    height: 80px; }
    .com-nav .right li {
      height: 100%;
      width: 98px;
      float: left; }
      .com-nav .right li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 80px;
        text-align: center;
        color: #666;
        font-size: 14px; }
    .com-nav .right .active a {
      background: #258acc;
      color: #fff; }

.footer .footer-top {
  background-color: #272727;
  padding: 70px 0 15px; }
  .footer .footer-top .left {
    width: 500px; }
    .footer .footer-top .left > li {
      float: left;
      margin-right: 115px; }
      .footer .footer-top .left > li:nth-of-type(3) {
        margin-right: 0;
        height: 185px; }
      .footer .footer-top .left > li .tt {
        color: #ccc;
        font-size: 17px; }
        .footer .footer-top .left > li .tt span {
          padding-left: 4px; }
      .footer .footer-top .left > li .foot-list {
        margin-top: 15px; }
        .footer .footer-top .left > li .foot-list li {
          margin-bottom: 10px; }
          .footer .footer-top .left > li .foot-list li a {
            color: #808080;
            font-size: 14px;
            text-align: center;
            display: inline-block;
            padding-left: 12px; }
  .footer .footer-top .right {
    color: #fff;
    text-align: right; }
    .footer .footer-top .right .title {
      font-size: 18px; }
      .footer .footer-top .right .title .t1 {
        font-size: 30px;
        font-weight: bold; }
    .footer .footer-top .right .info-box {
      margin-top: 40px; }
      .footer .footer-top .right .info-box .tel {
        font-style: italic;
        font-size: 40px; }
      .footer .footer-top .right .info-box .address {
        font-size: 20px; }
        .footer .footer-top .right .info-box .address span {
          font-size: 16px;
          padding-right: 5px; }
        .footer .footer-top .right .info-box .address img {
          width: 26px;
          vertical-align: middle;
          margin-right: 10px; }
.footer .footer-bottom {
  color: #ccc;
  font-size: 14px;
  height: 80px;
  background: #1a1a1a;
  padding: 20px 0; }
  .footer .footer-bottom .left p {
    line-height: 1.8em; }
  .footer .footer-bottom .right {
    padding-top: 10px; }
    .footer .footer-bottom .right a {
      color: #ccc; }

@media screen and (max-width: 1460px){
  .header .logo{
    margin-left:100px;
  }
}
/*# sourceMappingURL=common.css.map */
