header .top {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #373d41;
  color: #c9c2c2;
  font-size: 12px; }
  header .top .other-info .fx::after {
    position: absolute;
    width: 1px;
    content: '';
    background: #c9c2c2;
    height: 15px;
    right: -20px;
    top: 50%;
    margin-top: -7px; }
  header .top .other-info .fx {
    display: inline-block;
    position: relative;
    margin-right: 30px; }
    header .top .other-info .fx a:hover {
      color: #214983; }
    header .top .other-info .fx a {
      font-size: 18px;
      color: #c9c2c2;
      display: inline-block;
      margin-left: 10px; }
  header .top .other-info .rx {
    display: inline-block; }
    header .top .other-info .rx .iconfont {
      font-size: 14px; }
header .bottom {
  height: 100px;
  line-height: 100px; }
  header .bottom .logo {
    width: 180px; }
    header .bottom .logo img{
    	height: 60px;
    }
    /*二级复选框*/
header .bottom .nav li .second_level_menu{
  position: absolute;
  z-index: 10000;
  width: 100%;
  left: 0;
  top: 99%;
  display: none;
}
header .bottom .nav li .second_level_menu ul li{
  background: #fff;
  padding: 0 !important;
  width: 100%;
  float: none;
  height: 60px;
  line-height: 60px;
}
header .bottom .nav li .second_level_menu ul li a i{
  display: block;
}
header .bottom .nav li .second_level_menu ul li:hover i{
  background: #214983;
}
header .bottom .nav li .second_level_menu ul li:hover i{
  color: #fff;
}
header .bottom .nav li .second_level_menu ul li a{
  display: block;
  text-align: center;
}
header .bottom .nav li .second_level_menu ul li .three_level_menu{
  position: absolute;
  width: 300px;
  background: #fff;
  left: 100%;
  top: 0;
  display: none;
}
header .bottom .nav li .second_level_menu ul li .three_level_menu dl dd{
  float: left;
  height: 60px;
  line-height: 60px;
  width:33.3%;
}
header .bottom .nav li .second_level_menu ul li .three_level_menu dl dd a:hover{
  color: #214983;
}

header .bottom .nav li a:hover span::after {
      width: 100%; }
header .bottom .nav .active span::after{
      	width: 100%;
}  
    header .bottom .nav li a:hover span {
      color: #0882c4; }
    header .bottom .nav li a span {
      font-size: 15px;
      color: #373d41;
      display: inline-block;
      position: relative; }
    header .bottom .nav li a span::after {
      position: absolute;
      content: '';
      height: 2px;
      background-color: #0882c4;
      bottom: 30px;
      left: 0;
      width: 0;
      transition: width .3s; }
  header .bottom .login a {
    display: block;
    color: #004ea2;
    font-size: 15px; }
    header .bottom .login a .iconfont {
      font-size: 28px;
      float: left; }
/*二级复选框end*/
  header .bottom .nav li {
    float: left;
    padding: 0 27px; 
     position: relative;
  }
    header .bottom .nav li a:hover span::after {
      width: 100%; }
      header .bottom .nav .active span::after{
      	width: 100%;
      }
    header .bottom .nav li a:hover span {
      color: #0882c4; }
    header .bottom .nav li a span {
      font-size: 15px;
      color: #373d41;
      display: inline-block;
      position: relative; }
    header .bottom .nav li a span::after {
      position: absolute;
      content: '';
      height: 2px;
      background-color: #0882c4;
      bottom: 30px;
      left: 0;
      width: 0;
      transition: width .3s; }
  header .bottom .login a {
    display: block;
    color: #004ea2;
    font-size: 15px; }
    header .bottom .login a .iconfont {
      font-size: 28px;
      float: left; }

aside {
  width: 210px; }
  aside .aside-header {
    height: 95px;
    background-position: center;
    text-align: center;
    line-height: 95px;
    font-size: 24px;
    color: #fff; }
  aside .aside-nav ul {
    border-bottom: 2px solid #0882c4;
    border-top: 2px solid #055580; }
    aside .aside-nav ul li:hover::after {
      width: 100%; }
    aside .aside-nav ul .active a {
      color: #0884c2; }
    aside .aside-nav ul .active::after {
      width: 100%; }
    aside .aside-nav ul li:hover a {
      color: #0884c2; }
    aside .aside-nav ul li::after {
      position: absolute;
      z-index: 0;
      height: 100%;
      width: 0;
      left: 0;
      top: 0;
      background-color: #d0e9f7;
      content: '';
      transition: width .5s; }
    aside .aside-nav ul li {
      width: 100%;
      position: relative;
      height: 80px;
      background: #fff; }
      aside .aside-nav ul li a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        text-align: center;
        line-height: 80px;
        font-size: 14px;
        color: #333;
        z-index: 10; }

.crumbs-wrap {
  padding-bottom: 20px;
  border-bottom: 2px solid #0882c4; }
  .crumbs-wrap h3 {
    font-size: 24px;
    color: #0882c4; }
  .crumbs-wrap .location::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0882c4;
    top: 50%;
    margin-top: -3px;
    left: -10px; }
  .crumbs-wrap .location {
    font-size: 14px;
    position: relative;
    color: #666666;
    margin-top: 10px; }
    .crumbs-wrap .location b {
      display: inline-block;
      margin-left: 5px; }
    .crumbs-wrap .location em {
      color: #0882c4; }

nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 999; }
  nav .ewm-li{
    position: relative;
  }
  nav li .ewm{
    position: absolute;
    left: -130px;
    top: -95px;
    display: none;
  }
  nav li a:hover {
    background: #364f62; }
  nav li a:hover .iconfont {
    color: #fff; }
  nav li a {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    background: #dde4ea;
    text-align: center;
    line-height: 50px; }
    nav li a .iconfont {
      color: #8f969c;
      font-size: 30px; }

footer {
  background-color: #1a3a55; }
  footer .top {
    padding: 44px 0; }
    footer .top li:not(:last-child) {
      margin-right: 70px; }
    footer .top li {
      float: left;
      background-repeat: no-repeat;
      padding-left: 60px;
      background-position-y: center; }
      footer .top li h6 {
        font-size: 16px;
        color: #617586;
        margin-bottom: 8px; }
      footer .top li p {
        font-size: 14px;
        color: #617586; }
  footer .center {
    padding: 20px 0 75px 0; }
    footer .center .fl {
      border-right: 1px solid #617586; }
      footer .center .fl dl {
        float: left;
        margin-right: 120px; }
        footer .center .fl dl dt {
          font-size: 16px;
          color: #ffffff;
          margin-bottom: 20px; }
        footer .center .fl dl dd a:hover {
          color: #fff; }
        footer .center .fl dl dd a {
          display: block;
          color: #617586;
          font-size: 14px;
          line-height: 30px; }
    footer .center .fr h3 {
      font-size: 16px;
      color: #fefefe;
      margin-bottom: 30px; }
    footer .center .fr h6 {
      font-size: 14px;
      color: #ccc;
      margin-bottom: 10px; }
    footer .center .fr p {
      font-size: 24px;
      color: #fff; }
    footer .center .fr .contact-way {
      margin-top: 25px; }
      footer .center .fr .contact-way ul li:not(:last-child) {
        margin-right: 20px; }
      footer .center .fr .contact-way ul li {
        float: left;
        position: relative; }
        footer .center .fr .contact-way ul li .ewm-wrap {
          position: absolute;
          opacity: 0;
          top: -135px;
          left: -50px;
          transition: opacity .5s; }
        footer .center .fr .contact-way ul li a {
          display: block;
          width: 33px;
          height: 32px;
          background-color: #888888;
          opacity: 0.2;
          border-radius: 50%;
          text-align: center;
          line-height: 32px; }
          footer .center .fr .contact-way ul li a .iconfont {
            color: #fefefe; }
      footer .center .fr .contact-way ul li a:hover {
        background-color: #ff8a22;
        opacity: 1; }
        footer .center .fr .contact-way ul li a:hover a .iconfont {
          color: #fff; }
      footer .center .fr .contact-way ul li:hover .ewm-wrap {
        opacity: 1; }
  footer .bottom {
    height: 56px;
    background-color: #173045;
    line-height: 56px; }
    footer .bottom .fl p {
      margin-right: 24px; }
    footer .bottom .fl p, footer .bottom .fl h4 {
      display: inline-block; }
    footer .bottom .fr li:not(:last-child) a span::after {
      position: absolute;
      width: 1px;
      height: 10px;
      background: #fff;
      content: '';
      right: 0;
      top: 50%;
      margin-top: -5px; }
    footer .bottom .fr li {
      float: left; }
      footer .bottom .fr li a:hover {
        color: #fff; }
      footer .bottom .fr li a span {
        position: relative;
        display: inline-block;
        font-size: 12px;
        padding: 0 10px; }

.banner {
  margin-bottom: 40px; }
  .banner img {
    width: 100%; }

.index .wrap-title {
  text-align: center;
  padding: 55px 0; }
  .index .wrap-title h6 {
    font-size: 50px;
    color: #373d41; }
  .index .wrap-title p {
    font-size: 24px;
    color: #373d41; }
.index .wrap01 {
  padding-bottom: 235px;
  position: relative; }
  .index .wrap01 .swiper-banner {
    width: 100%; }
    .index .wrap01 .swiper-banner .swiper-wrapper {
      width: 100%; }
      .index .wrap01 .swiper-banner .swiper-wrapper .swiper-slide {
        width: 100%; }
  .index .wrap01 .search-wrap {
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 100;
    margin-left: -500px;
    padding: 50px 40px 0;
    border-radius: 10px;
    width: 1000px;
    height: 190px;
    background: rgba(30, 98, 173, 0.8); }
    .index .wrap01 .search-wrap .title {
      color: #fff;
      font-size: 20px;
      margin-bottom: 25px; }
      .index .wrap01 .search-wrap .title .iconfont {
        font-size: 28px;
        color: #fff; }
        .index .wrap01 .search-wrap form .se-wrap{
          position: relative;
        }
        .index .wrap01 .search-wrap form .se-wrap .iconfont{
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
        }
        .index .wrap01 .search-wrap{
  background: url('../images/8.17.png');
}
    .index .wrap01 .search-wrap form select {
      -webkit-appearance: none;
      width: 170px;
      height: 50px;
      border: none;
      border-radius: 5px;
      outline: none;
      padding-left: 40px; }
    .index .wrap01 .search-wrap form input[type="text"] {
      width: 535px;
      height: 48px;
      border: none;
      border-radius: 5px;
      margin: 0 18px;
      padding-left: 25px; }
    .index .wrap01 .search-wrap form input[type="button"] {
      width: 170px;
      height: 50px;
      border-radius: 5px;
      color: #fff;
      background: #ff8a22;
      border: none; }
@keyframes sca {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
.index .wrap02 {
  background-image: url("../images/index01.png");
  width: 100%;
  height: 750px;
  overflow: hidden;
  padding-top: 75px; }
  .index .wrap02 .title {
    color: #fff; }
    .index .wrap02 .title .fl h3 {
      font-size: 50px; }
    .index .wrap02 .title .fl p {
      font-size: 24px;
      color: #ffffff; }
    .index .wrap02 .title .fr {
      width: 930px;
      margin-top: 20px;
      font-size: 16px;
      line-height: 32px; }
  .index .wrap02 .con-wrap {
    margin-top: 55px; }
    .index .wrap02 .con-wrap ul .animated::after {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      content: '';
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
    .index .wrap02 .con-wrap ul li:hover {
      transform: translateY(-20px); }
    .index .wrap02 .con-wrap ul li:hover .ini-con {
      opacity: 0; }
    .index .wrap02 .con-wrap ul li:hover .cur-con {
      opacity: 1; }
    .index .wrap02 .con-wrap ul li:not(:last-child) {
      margin-right: 20px; }
    .index .wrap02 .con-wrap ul li {
      float: left;
      cursor: pointer;
      position: relative;
      width: 32%;
      height: 530px;
      transition: all .3s; }
      .index .wrap02 .con-wrap ul li .animated {
        width: 100%;
        height: 100%;
        position: relative;
        position: absolute; }
      .index .wrap02 .con-wrap ul li .ini-con {
        position: absolute;
        z-index: 3;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        top: 50%;
        width: 100%;
        opacity: 1;
        transition: opacity .3s; }
        .index .wrap02 .con-wrap ul li .ini-con .icon {
          width: 60px;
          margin: 0 auto;
          height: 50px;
          text-align: center; }
        .index .wrap02 .con-wrap ul li .ini-con p {
          color: #fff;
          text-align: center;
          margin-top: 30px;
          font-size: 24px;
          font-weight: bold; }
      .index .wrap02 .con-wrap ul li .cur-con {
        position: absolute;
        opacity: 0;
        z-index: 4;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        top: 50%;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        background: rgba(39, 98, 166, 0.8);
        transition: opacity .3s; }
        .index .wrap02 .con-wrap ul li .cur-con .icon {
          width: 60px;
          margin: 0 auto;
          height: 50px;
          text-align: center;
          margin-bottom: 60px; }
        .index .wrap02 .con-wrap ul li .cur-con p {
          color: #fff;
          text-align: center;
          line-height: 40px;
          font-size: 18px; }
.index .wrap03 {
    overflow:hidden;
  padding-bottom: 70px; }
  .index .wrap03 .news-nav {
    margin: 0 auto;
    width: 710px; }
    .index .wrap03 .news-nav ul .active {
      background-color: #214983;
      color: #fff; }
    .index .wrap03 .news-nav ul li {
      float: left;
      margin: 0 15px;
      width: 140px;
      height: 40px;
      border-radius: 20px;
      border: solid 1px #214983;
      color: #7a8287;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      transition: .3s; }
    .index .wrap03 .news-nav ul li:hover {
      background-color: #214983;
      color: #fff; }
  .index .wrap03 .news-type-list .news-type-item {
    padding: 30px 0;
    display: none; }
    .index .wrap03 .news-type-list .news-type-item .fl .item-con {
      height: 496px;
      width: 760px; }
      .index .wrap03 .news-type-list .news-type-item .fl .item-con {
        height: 496px;
        width: 760px; }
      .index .wrap03 .news-type-list .news-type-item .fl .item-con a{
        display: block;
      }
      .index .wrap03 .news-type-list .news-type-item .fl .item-con a img{
        width: 100%;
        height: 100%;
      }
      .index .wrap03 .news-type-list .news-type-item .fl .item-con .swiper-pagination {
        left: 320px; }
        .index .wrap03 .news-type-list .news-type-item .fl .item-con .swiper-pagination .swiper-pagination-bullet {
          background-color: #fff; }
    .index .wrap03 .news-type-list .news-type-item .list ul .active {
      background-color: #214983; }
      .index .wrap03 .news-type-list .news-type-item .list ul .active .text .title {
        color: #fff; }
      .index .wrap03 .news-type-list .news-type-item .list ul .active .text .des {
        color: rgba(255, 255, 255, 0.5); }
        .index .wrap03 .news-type-list .news-type-item .list{
          width: 440px;
          
        }
    .index .wrap03 .news-type-list .news-type-item .list ul li:hover .picture img {
      transform: scale(1.2); }
    .index .wrap03 .news-type-list .news-type-item .list ul li {
      cursor: pointer;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 20px; 
      overflow:hidden;
    }
      .index .wrap03 .news-type-list .news-type-item .list ul li:hover{
        background-color: #214983;
      }
      .index .wrap03 .news-type-list .news-type-item .list ul li:hover .text .title{
        color: #fff;
      }
      .index .wrap03 .news-type-list .news-type-item .list ul li:hover .text .des{
        color: #fff;
      }
      .index .wrap03 .news-type-list .news-type-item .list ul .active{
        background-color: #214983;
      }
      .index .wrap03 .news-type-list .news-type-item .list ul .active .text .title{
        color: #fff;
      }
      .index .wrap03 .news-type-list .news-type-item .list ul .active .text .des{
        color: #fff;
      }
      .index .wrap03 .news-type-list .news-type-item .list ul li .picture {
        width: 143px;
        overflow: hidden; }
        .index .wrap03 .news-type-list .news-type-item .list ul li .picture img {
        	width: 143px;
        	height: 94px;
          transition: .4s; }
      .index .wrap03 .news-type-list .news-type-item .list ul li .text {
        width: 221px;
        margin-left: 28px; }
        .index .wrap03 .news-type-list .news-type-item .list ul li .text .title {
          font-size: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #333;
          line-height: 40px; }
        .index .wrap03 .news-type-list .news-type-item .list ul li .text .des {
          font-size: 12px;
          color: #777;
          line-height: 20px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
  .index .wrap03 .look-more {
    display: block;
    text-align: center; }
  .index .wrap03 .look-more:hover {
    color: #004ea2; }
.index .wrap04 {
  background-image: url("../images/index13.jpg");
  width: 100%;
  height: 1032px;
  background-position: center; }
  .index .wrap04 .wrap-title h6, .index .wrap04 .wrap-title p {
    color: #fff !important; }
  .index .wrap04 form {
    width: 900px;
    margin: 0 auto 58px; }
    .index .wrap04 form h6 {
      font-size: 14px;
      color: #fff;
      margin-bottom: 30px; }
    .index .wrap04 form .inp-wrap {
      display: inline-block;
      width: 560px;
      height: 34px;
      border-radius: 4px;
      padding-left: 15px;
      line-height: 34px;
      color: #fff;
      border: solid 1px #ffffff; }
      .index .wrap04 form .inp-wrap input {
        height: 30px;
        margin-bottom: 6px;
        border: none;
        background: no-repeat;
        padding-left: 10px;
        width: 500px;
        color: #fff; }
      .index .wrap04 form .inp-wrap ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff; }
      .index .wrap04 form .inp-wrap :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff; }
      .index .wrap04 form .inp-wrap ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff; }
      .index .wrap04 form .inp-wrap :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff; }
    .index .wrap04 form select {
      width: 170px;
      height: 34px;
      border: 1px solid #fff;
      border-radius: 4px;
      background: no-repeat;
      color: #fff;
      padding-left: 33px;
      margin: 0 22px; }
    .index .wrap04 form input[type="button"] {
      width: 118px;
      height: 34px;
      background-color: #ffffff;
      border-radius: 4px;
      color: #004ea2;
      border: none; }
    .index .wrap04 form p {
      margin-top: 10px;
      font-size: 14px;
      color: #fff; }
      .index .wrap04 form p a {
        color: #ccc; }
  .index .wrap04 .map-wrap {
    /*background-image: url("../images/index14.png");*/
    width: 880px;
    height: 646px;
    margin: 0 auto;
    background-position: center;
    position: relative; }
  .index .wrap04 .point {
    position: absolute; }
    .index .wrap04 .point i {
      width: 16px;
      height: 23px;
      background-image: url("../images/index15.png");
      background-size: cover;
      display: block;
      cursor: pointer;
      z-index: 1; }
    .index .wrap04 .point .point-info {
      background-image: url("../images/index16.png");
      width: 393px;
      height: 148px;
      background-size: cover;
      position: absolute;
      top: -137px;
      left: -202px;
      display: none;
      z-index: 2;
      padding-left: 30px;
      box-sizing: border-box;
      pointer-events: none; }
      .index .wrap04 .point .point-info .name {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 50px; }
      .index .wrap04 .point .point-info .address {
        font-size: 13px;
        color: white;
        line-height: 30px; }
.index .wrap05 {
  margin-bottom: 100px; }
  .index .wrap05 .swiper-partner {
    width: 1050px;
    margin: 0 auto; }
    .index .wrap05 .swiper-partner .swiper-wrapper .swiper-slide {
      cursor: pointer;
      background: #fff;
      width: 240px;
      height: 208px;
      text-align: center;
      padding-top: 70px; }
      .index .wrap05 .swiper-partner .swiper-wrapper .swiper-slide img {
        width: 150px;
        height: 111px;
        display: inline-block; }
  .index .wrap05 .layout {
    position: relative; }
  .index .wrap05 .button:hover {
    background-color: #004ea2; }
  .index .wrap05 .button {
    position: absolute;
    width: 57px;
    cursor: pointer;
    height: 57px;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    background: #ccc;
    top: 69%; }
    .index .wrap05 .button .iconfont {
      color: #fff;
      font-size: 32px; }
  .index .wrap05 .partner-next {
    right: 0; }

.aboutus-companyprofile {
  background-color: #f4f4f4; }
  .aboutus-companyprofile aside .aside-header {
    background-image: url("../images/aboutus-aside.jpg"); }
  .aboutus-companyprofile .content {
    width: 950px;
    background: #fff;
    padding: 40px; }
    .aboutus-companyprofile .content .crumbs-wrap {
      padding-bottom: 20px;
      border-bottom: 2px solid #0882c4; }
      .aboutus-companyprofile .content .crumbs-wrap h3 {
        font-size: 24px;
        color: #0882c4; }
      .aboutus-companyprofile .content .crumbs-wrap .location::before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #0882c4;
        top: 50%;
        margin-top: -3px;
        left: -10px; }
      .aboutus-companyprofile .content .crumbs-wrap .location {
        font-size: 14px;
        position: relative;
        color: #666666;
        margin-top: 10px; }
        .aboutus-companyprofile .content .crumbs-wrap .location b {
          display: inline-block;
          margin-left: 5px; }
        .aboutus-companyprofile .content .crumbs-wrap .location em {
          color: #0882c4; }
    .aboutus-companyprofile .content .bigimg-box {
      margin-top: 30px; }
    .aboutus-companyprofile .content .text-box {
      margin-top: 30px; }
      .aboutus-companyprofile .content .text-box p {
        font-size: 14px;
        color: #666666;
        line-height: 28px; }
    .aboutus-companyprofile .content .item-wrap {
      margin-top: 60px; }
      .aboutus-companyprofile .content .item-wrap .text-box {
        width: 395px; }
        .aboutus-companyprofile .content .item-wrap .text-box h4 {
          font-size: 18px;
          color: #0882c4; }
      .aboutus-companyprofile .content .item-wrap .img-box {
        width: 435px; }

.aboutus-companyhonor {
  background-color: #f4f4f4;
  padding-bottom: 30px; }
  .aboutus-companyhonor aside .aside-header {
    background-image: url("../images/aboutus-aside.jpg"); }
  .aboutus-companyhonor .content {
    width: 950px;
    background: #fff;
    padding: 40px;
    position: relative; }
    .aboutus-companyhonor .content .swiper-container {
      width: 800px;
      margin: 0 auto; }
      .aboutus-companyhonor .content .swiper-container .swiper-wrapper .swiper-slide h6 {
        font-size: 18px;
        color: #0882c4;
        padding: 25px 0;
        text-align: center; }
    .aboutus-companyhonor .content .honor-button:hover {
      background-color: #0882c4; }
      .aboutus-companyhonor .content .honor-button:hover .iconfont {
        color: #fff; }
    .aboutus-companyhonor .content .honor-button {
      position: absolute;
      top: 50%;
      width: 30px;
      height: 54px;
      text-align: center;
      line-height: 54px;
      background-color: #f4f4f4;
      cursor: pointer; }
      .aboutus-companyhonor .content .honor-button .iconfont {
        color: #0882c4;
        font-size: 24px; }
    .aboutus-companyhonor .content .next {
      right: 40px; }

.aboutus-companyculture {
  background-color: #f4f4f4;
  padding-bottom: 30px; }
  .aboutus-companyculture aside .aside-header {
    background-image: url("../images/aboutus-aside.jpg"); }
  .aboutus-companyculture .content {
    width: 950px;
    background: #fff;
    padding: 40px; }
    .aboutus-companyculture .content .culture-wrap {
      margin-top: 30px; }
      .aboutus-companyculture .content .culture-wrap .line {
        background-image: url("../images/aboutus07.png");
        height: 420px;
        width: 20px;
        background-position: center;
        background-repeat: no-repeat; }
      .aboutus-companyculture .content .culture-wrap .culture-core {
        margin-left: 50px; }
        .aboutus-companyculture .content .culture-wrap .culture-core .core-title {
          font-size: 16px;
          color: #0082c4;
          margin-bottom: 20px; }
        .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul li:not(:last-child) {
          margin-right: 25px; }
        .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul .item01 h3 {
          background-color: #c09f7a; }
        .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul .item02 h3 {
          background-color: #5b89c9; }
        .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul .item03 h3 {
          background-color: #ff9b56; }
        .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul li:hover .img-box img {
          transform: scale(1.1); }
        .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul li {
          float: left;
          cursor: pointer; }
          .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul li .img-box {
            width: 250px;
            height: 200px;
            overflow: hidden; }
            .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul li .img-box img {
              width: 100%;
              transition: transform .3s; }
          .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul li h3 {
            width: 250px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            font-size: 16px;
            color: #fff; }
          .aboutus-companyculture .content .culture-wrap .culture-core .culture-list ul li p {
            font-size: 14px;
            text-align: center;
            color: #666;
            line-height: 32px; }
        .aboutus-companyculture .content .culture-wrap .culture-core .text-box {
          font-size: 14px;
          color: #666666;
          line-height: 24px;
          margin-top: 40px;
          width: 800px; }

.aboutus-companyhistory {
  background-color: #f4f4f4; }
  .aboutus-companyhistory aside .aside-header {
    background-image: url("../images/aboutus-aside.jpg"); }
  .aboutus-companyhistory .content {
    margin-bottom: 30px;
    width: 950px;
    background: #fff;
    padding: 40px; }
    .aboutus-companyhistory .content .history-wrap {
      padding-top: 110px;
      position: relative; }
      .aboutus-companyhistory .content .history-wrap .icon-dingwei {
        position: absolute;
        font-size: 40px;
        color: #ff8a22;
        left: 74px;
        top: 40px; }
      .aboutus-companyhistory .content .history-wrap .icon-dingwei::after {
        position: absolute;
        width: 2px;
        height: 30px;
        content: '';
        background-color: #e3e3e3;
        color: #ff8a22;
        left: 19px;
        top: 41px; }
      .aboutus-companyhistory .content .history-wrap ul li span {
        display: inline-block;
        font-size: 24px;
        color: #ff8a22;
        font-weight: 550;
        margin-right: 40px; }
      .aboutus-companyhistory .content .history-wrap ul li p::after {
        width: 6px;
        content: '';
        position: absolute;
        height: 6px;
        background-color: #ffffff;
        border: 1px solid  #ff8a22;
        border-radius: 50%;
        display: inline-block;
        left: -5px;
        top: 6px; }
      .aboutus-companyhistory .content .history-wrap ul li p {
        display: inline-block;
        position: relative;
        padding-left: 40px;
        padding-bottom: 60px;
        border-left: 2px solid #e3e3e3;
        width: 685px;
        font-size: 14px;
        line-height: 24px;
        color: #666; }

.transport .content .service-wrap ul li .icon-box {
  background-image: url("../images/services01.jpg"); }

.storage .content .service-wrap ul li .icon-box {
  background-image: url("../images/services02.jpg"); }

.increment .content .service-wrap ul li .icon-box {
  background-image: url("../images/services03.jpg"); }

.productservice {
  background-color: #f4f4f4; }
  .productservice aside .aside-header {
    background-image: url("../images/service.jpg"); }
  .productservice .content {
    margin-bottom: 30px;
    width: 950px;
    background: #fff;
    padding: 40px; }
    .productservice .content .service-wrap ul li:not(:nth-child(3n+3)) {
      margin-right: 165px; }
    .productservice .content .service-wrap ul li:hover h6 {
      color: #0882c4; }
    .productservice .content .service-wrap ul li:hover .icon-box img {
      transform: rotate(360deg); }
    .productservice .content .service-wrap ul li {
      cursor: pointer;
      float: left;
      width: 180px;
      text-align: center;
      margin-top: 50px; }
      .productservice .content .service-wrap ul li .icon-box {
        width: 102px;
        height: 102px;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding-top: 25px;
        display: inline-block; }
        .productservice .content .service-wrap ul li .icon-box img {
          display: inline-block;
          transition: transform 1s; }
      .productservice .content .service-wrap ul li h6 {
        text-align: center;
        font-size: 16px;
        color: #333333;
        line-height: 27px;
        margin-top: 5px; }
      .productservice .content .service-wrap ul li p {
        font-size: 14px;
        line-height: 27px;
        color: #666666; }

.goods-tracking {
  background-color: #f4f4f4; }
  .goods-tracking aside .aside-header {
    background-image: url("../images/setlf.jpg"); }
  .goods-tracking .content {
    margin-bottom: 30px;
    width: 950px;
    background: #fff;
    padding: 40px; }
    .goods-tracking .content .search-wrap {
      padding: 30px 0;
      border-bottom: 1px dashed #ccc; }
      .goods-tracking .content .search-wrap input {
        height: 40px;
        border: solid 1px #d3d3d3;
        border-radius: 4px; }
      .goods-tracking .content .search-wrap .ui-select {
        position: relative;
        text-align: center;
        border: solid 1px #d3d3d3;
        height: 40px;
        width: 116px;
        line-height: 40px;
        border-radius: 4px;
        margin-right: 10px; }
        .goods-tracking .content .search-wrap .ui-select .iconfont {
          position: absolute;
          right: 5px;
          font-size: 16px;
          color: #666666; }
        .goods-tracking .content .search-wrap .ui-select select {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 40px;
          opacity: 0; }
      .goods-tracking .content .search-wrap .ddh {
        width: 255px;
        margin-right: 10px;
        padding-left: 15px; }
      .goods-tracking .content .search-wrap .yzm-inp {
        width: 127px;
        margin-right: 10px;
        padding-left: 15px;

      }
      .goods-tracking .content .search-wrap .yzm {
        width: 55px;
        height: 22px;
        margin-top: 10px;
        margin-right: 10px; }
        .goods-tracking .content .search-wrap .yzm img {
          width: 100%; }
      .goods-tracking .content .search-wrap .but {
        width: 106px;
        background-color: #ff8a22;
        color: #fff;
        border: none;
        position:relative;
        left:91px;
      }
    .goods-tracking .content .logistics-wrap .final-info {
      font-size: 18px;
      color: #3c3c3c;
      padding: 30px 0;
      font-weight: 600; 

    }
    .goods-tracking .content .logistics-wrap .day-wrap .date p {
      display: inline-block;
      font-size: 16px;
      color: #333333;
      font-weight: 600;
      padding-right: 40px;
      padding-bottom: 15px;
      border-right: 1px solid #ccc;
      position: relative;
                  width: 312px;
    text-align: right;
    }
    .goods-tracking .content .logistics-wrap .day-wrap .date p::after {
      position: absolute;
      right: -6.2px;
      top: 0;
      content: '';
      width: 12px;
      height: 12px;
      background-image: url("../images/self02.jpg");
      background-size: cover; }
    .goods-tracking .content .logistics-wrap .day-wrap ul .start .info {
      border-left: none !important; }
    .goods-tracking .content .logistics-wrap .day-wrap ul .final .info h3 {
      background-color: #f88a22;
      color: #fff; }
    .goods-tracking .content .logistics-wrap .day-wrap ul .final .info p {
      color: #f88a22;
      font-weight: 550; }
    .goods-tracking .content .logistics-wrap .day-wrap ul li {
      padding-left: 84px; }
      .goods-tracking .content .logistics-wrap .day-wrap ul li .time {
        font-size: 16px;
        color: #666;
        margin-right: 26px;
        margin-top: 7px; 
        width:201px;
        text-align:right;
      }
      .goods-tracking .content .logistics-wrap .day-wrap ul li .info {
        padding-left: 26px;
        border-left: 1px solid #ccc;
        padding-bottom: 15px;
        position: relative; }
        .goods-tracking .content .logistics-wrap .day-wrap ul li .info .icon {
          position: absolute;
          width: 25px;
          height: 25px;
          top: 0;
          left: -10px;
          background-position: center;
          background-repeat: no-repeat; }
        .goods-tracking .content .logistics-wrap .day-wrap ul li .info h3 {
          display: inline-block;
          width: 80px;
          height: 32px;
          background-color: #999999;
          border-radius: 4px;
          text-align: center;
          line-height: 32px;
          font-size: 14px;
          color: #ffffff; }
        .goods-tracking .content .logistics-wrap .day-wrap ul li .info p {
          display: inline-block;
          margin-left: 10px;
          color: #666666;
          font-size: 14px; }
          .goods-tracking .content .logistics-wrap .day-wrap ul li .info p b {
            color: #0882c4; }

.dot-query {
  background-color: #f4f4f4; }
  .dot-query aside .aside-header {
    background-image: url("../images/aboutus-aside.jpg"); }
  .dot-query .content {
    margin-bottom: 30px;
    width: 950px;
    background: #fff;
    padding: 40px; }
    .dot-query .content .search-wrap {
      margin: 30px 0; }
      .dot-query .content .search-wrap input[type="text"] {
        width: 520px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 4px;
        border: solid 1px #dddddd;
        padding-left: 20px; }
      .dot-query .content .search-wrap input[type="button"] {
        width: 100px;
        height: 40px;
        background-color: #ff8a22;
        border-radius: 4px;
        border: none;
        color: #fff;
        margin-left: 30px; }
    .dot-query .content .dot-info {
      background-color: #fbfbfb; }
      .dot-query .content .dot-info .dot-list ul {
        height: 550px;
        width: 294px;
        overflow-y: scroll; }
        .dot-query .content .dot-info .dot-list ul .active .details-info {
          display: block !important; }
        .dot-query .content .dot-info .dot-list ul li {
          width: 274px; }
          .dot-query .content .dot-info .dot-list ul li .company-name:hover {
            color: #0882c4; }
          .dot-query .content .dot-info .dot-list ul li .company-name {
            cursor: pointer;
            padding: 30px 20px;
            border-bottom: 1px solid #eee; }
          .dot-query .content .dot-info .dot-list ul li .details-info {
            border-left: 2px solid #0882c4;
            padding: 10px 20px;
            display: none; }
            .dot-query .content .dot-info .dot-list ul li .details-info .details-item {
              background-repeat: no-repeat;
              background-position: left 3px;
              padding-left: 35px;
              font-size: 14px;
              color: #666; }
            .dot-query .content .dot-info .dot-list ul li .details-info .phone {
              margin-bottom: 10px; }
              .dot-query .content .dot-info .dot-list ul li .details-info .phone .details-item-con p {
                line-height: 22px; }
    .dot-query .content .map-wrap {
      width: 576px;
      height: 550px; 
      overflow:hidden;
    }
      .dot-query .content .map-wrap .map-item {
        display: none; }

.news-notice {
  background-color: #f4f4f4; }
  .news-notice aside .aside-header {
    background-image: url("../images/news.jpg"); }
  .news-notice .content {
    margin-bottom: 30px;
    width: 950px;
    background: #fff;
    padding: 40px; }
    .news-notice .content .news-list-wrap ul li:hover .text-box h3 {
      color: #0882c4; }
    .news-notice .content .news-list-wrap ul li {
      cursor: pointer;
      padding: 30px 0;
      border-bottom: 1px dashed #eee; }
      .news-notice .content .news-list-wrap ul li .img-box {
        width: 150px;
        height: 100px; }
        .news-notice .content .news-list-wrap ul li .img-box img {
          width: 100%; }
      .news-notice .content .news-list-wrap ul li .text-box {
        margin-left: 35px; }
        .news-notice .content .news-list-wrap ul li .text-box h3 {
          font-size: 16px;
          color: #333333; }
        .news-notice .content .news-list-wrap ul li .text-box p {
          font-size: 14px;
          color: #666666;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          width: 574px;
          line-height: 20px;
          overflow: hidden;
          margin: 8px 0; }
        .news-notice .content .news-list-wrap ul li .text-box a {
          color: #999999;
          font-size: 14px; }
      .news-notice .content .news-list-wrap ul li .date-box {
        width: 60px;
        height: 50px;
        font-size: 16px;
        color: #666;
        background-color: #f4f4f4;
        text-align: center;
        padding: 8px 5px 0;
        margin-top: 20px; }
        .news-notice .content .news-list-wrap ul li .date-box .top {
          padding-bottom: 2px;
          border-bottom: 1px solid #999999; }
        .news-notice .content .news-list-wrap ul li .date-box .bottom {
          padding-top: 2px; }

.news-details {
  background-color: #f4f4f4; }
  .news-details aside .aside-header {
    background-image: url("../images/news-aside.jpg"); }
  .news-details .content {
    margin-bottom: 30px;
    width: 950px;
    background: #fff;
    padding: 40px; }
    .news-details .content .header-info {
      padding: 30px 0;
      border-bottom: 1px dashed #eee;
      text-align: center; }
      .news-details .content .header-info h3 {
        text-align: center;
        color: #0882c4;
        font-size: 16px; }
      .news-details .content .header-info p {
        display: inline-block;
        text-align: center;
        margin-right: 20px;
        margin: 8px; }
.news-details .content .details-con img{
              max-width:100%;
}
    .news-details .content .details-con {
      padding-bottom: 40px;
      border-bottom: 1px dashed #eee; }
      .news-details .content .details-con .img-box {
        text-align: center; }
        .news-details .content .details-con .img-box img {
          display: inline-block; }
      .news-details .content .details-con .text-box {
        font-size: 14px;
        color: #666666;
        line-height: 26px; }
    .news-details .content .other-link {
      padding-top: 30px; }
      .news-details .content .other-link a {
        display: block;
        line-height: 26px;
        color: #0882c4;
        font-size: 14px; }

.contactus-way {
  background-color: #f4f4f4; }
  .contactus-way aside .aside-header {
    background-image: url("../images/contact-aside.jpg"); }
  .contactus-way .content {
    margin-bottom: 30px;
    width: 950px;
    background: #fff;
    padding: 40px; }
    .contactus-way .content .contact-list-wrap ul li:hover .img-box img {
      transform: scale(1.2); }
    .contactus-way .content .contact-list-wrap ul li {
      margin-top: 30px;
      padding: 20px 0;
      cursor: pointer;
      border: solid 1px #dedede; }
      .contactus-way .content .contact-list-wrap ul li .img-box {
        width: 240px;
        height: 122px;
        padding: 0 20px;
        overflow: hidden;
        border-right: 1px dashed #ccc; }
        .contactus-way .content .contact-list-wrap ul li .img-box img {
          width: 200px;
          height: 100%;
          transition: transform .3s; }
      .contactus-way .content .contact-list-wrap ul li .text-box {
        margin-left: 20px;
        font-size: 14px; }
        .contactus-way .content .contact-list-wrap ul li .text-box h3 {
          font-size: 16px;
          color: #333333; }
        .contactus-way .content .contact-list-wrap ul li .text-box h5 {
          color: #0882c4;
          line-height: 26px; }
        .contactus-way .content .contact-list-wrap ul li .text-box p {
          color: #666666;
          line-height: 26px; }

.recuirt {
  background: #f4f4f4;
  padding-bottom: 40px; }
  .recuirt .header-banner {
    padding-top: 177px;
    width: 100%;
    height: 750px;
    background-image: url("../images/recruit-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .recuirt .header-banner .title {
      margin-bottom: 50px; }
      .recuirt .header-banner .title h3 {
        text-align: center;
        font-size: 72px;
        color: #fff;
        font-weight: 550;
        font-style: italic;
        margin-bottom: 30px;
        position: relative; }
      .recuirt .header-banner .title h3::after {
        position: absolute;
        content: '';
        width: 128px;
        height: 4px;
        background-color: #f5f3f3;
        left: 50%;
        margin-left: -64px;
        bottom: -10px; }
      .recuirt .header-banner .title h5 {
        font-size: 32px;
        color: #005599;
        text-align: center;
        font-weight: 550; }
    .recuirt .header-banner form .select-wrap li {
      position: relative;
      float: left;
      margin-right: 10px; }
      .recuirt .header-banner form .select-wrap li .cur-inp {
        background: #ccc; }
      .recuirt .header-banner form .select-wrap li .iconfont {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
      .recuirt .header-banner form .select-wrap li input {
        width: 240px;
        height: 50px;
        padding-left: 25px;
        cursor: pointer;
        border-radius: 4px;
        border: none; }

      .recuirt .header-banner form .select-wrap li .select-list::before {
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        content: '';
        left: 10px;
        top: -20px;
        position: absolute; }
      .recuirt .header-banner form .select-wrap li .select-list {
        background: #fff;
        position: absolute;
        display: none;
        left: 0;
        top: 70px;
        width: 240px; }
        .recuirt .header-banner form .select-wrap li .select-list .select-item:hover {
          background: #0082c4;
          color: #fff; }
        .recuirt .header-banner form .select-wrap li .select-list .select-item {
          width: 100%;
          height: 40px;
          line-height: 40px;
          padding-left: 25px;
          border-bottom: 1px solid #ccc; }
    .recuirt .header-banner form .inp {
      width: 240px;
      height: 50px;
      background-color: #ffffff;
      border-radius: 4px;
      border: solid 1px #d3d3d3;
      padding-left: 25px; }
    .recuirt .header-banner form .but {
      width: 180px;
      height: 50px;
      background-color: #ff8a22;
      border-radius: 4px;
      border: none;
      color: #fff; }
  .recuirt .recuirt-details {
    margin-top: -80px; }
    .recuirt .recuirt-details table {
      background: #fff;
      width: 100%; }
      .recuirt .recuirt-details table tr th {
        text-align: center;
        padding: 40px 0;
        border-bottom: 2px solid #0aa3f5;
        font-size: 16px;
        color: #0882c4;
        font-weight: 550; }
      .recuirt .recuirt-details table tr td {
        text-align: center;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px dashed #dedede;
        font-size: 14px;
        color: #333333; }
        .recuirt .recuirt-details table tr td a:hover {
          background-color: #0aa3f5; }
        .recuirt .recuirt-details table tr td a {
          display: inline-block;
          width: 80px;
          height: 28px;
          text-align: center;
          line-height: 28px;
          color: #fff;
          background-color: #0882c4; }

.recuirt-details1 {
  padding-top: 40px;
  width: 100%;
  height: 890px;
  background-image: url("../images/recruit-bg02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .recuirt-details1 .recuirt-details-con {
    background: #f9f5f4;
    padding: 40px; }
    .recuirt-details1 .recuirt-details-con .header {
      padding-bottom: 20px;
      border-bottom: 2px solid #0882c4; }
      .recuirt-details1 .recuirt-details-con .header h3 {
        font-size: 24px;
        color: #666666; }
      .recuirt-details1 .recuirt-details-con .header div {
        display: inline-block;
        font-size: 16px;
        color: #666666;
        margin-top: 6px;
        margin-right: 40px; }
    .recuirt-details1 .recuirt-details-con .duty-requ-wrap {
      margin-top: 30px;
      font-size: 14px;
      color: #666;
      line-height: 32px; }
    .recuirt-details1 .recuirt-details-con .tdjl {
      cursor: pointer;
      width: 80px;
      margin-top: 20px;
      height: 28px;
      background-color: #0aa3f5;
      text-align: center;
      line-height: 28px;
      color: #fff; }
  .recuirt-details1 .resume-pop {
    position: fixed;
    width: 750px;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border: solid 6px rgba(102, 102, 102, 0.2);
    background-color: #ffffff;
    display: none; }
    .recuirt-details1 .resume-pop .header {
      padding: 12px 20px;
      background-color: #f4f4f4; }
      .recuirt-details1 .resume-pop .header p {
        color: #0882c4;
        font-size: 16px; }
      .recuirt-details1 .resume-pop .header .close-btn {
        border: solid 1px #999999;
        background-color: #f4f4f4;
        width: 15px;
        height: 15px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        line-height: 15px; }
    .recuirt-details1 .resume-pop form {
      padding: 0 20px; }
      .recuirt-details1 .resume-pop form tr {
        margin-top: 20px;
        display: block; }
        .recuirt-details1 .resume-pop form tr .file-td {
          width: 100px;
          cursor: pointer; }
        .recuirt-details1 .resume-pop form tr td {
          text-align: center;
          display: inline-block;
          margin-right: 30px;
          position: relative; }
          .recuirt-details1 .resume-pop form tr td label {
            position: relative; }
          .recuirt-details1 .resume-pop form tr td label::before {
            position: absolute;
            content: '*';
            color: red;
            left: -7px;
            top: 0; }
          .recuirt-details1 .resume-pop form tr td input[type="text"] {
            width: 270px;
            height: 40px;
            border: solid 1px #d3d3d3;
            padding-left: 15px; }
          .recuirt-details1 .resume-pop form tr td .blueButton {
            display: block;
            width: 100%;
            height: 100px;
            border: 1px solid #ccc;
            box-sizing: border-box;
            color: #ccc;
            font-size: 32px;
            line-height: 100px;
            text-decoration: none;
            text-align: center;
            cursor: pointer; }
          .recuirt-details1 .resume-pop form tr td input[type="file"] {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            display: block;
            width: 100px;
            height: 100px;
            opacity: 0;
            cursor: pointer; }
      .recuirt-details1 .resume-pop form input[type="submit"] {
        width: 100px;
        height: 40px;
        background-color: #0882c4;
        border: none;
        color: #fff;
        margin-top: 20px;
        margin-left: 80px;
        margin-bottom: 30px; }
  .recuirt-details1 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    display: none; }

.vip-login {
  width: 100%;
  height: 100vh;
  background-image: url("../images/vip-login-bg.jpg");
  background-position: center;
  background-size: cover; }
  .vip-login .login-wrap {
    width: 600px;
    transform: translateY(200px);
    margin: auto;
    padding: 0 100px;
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 40px; }
    .vip-login .login-wrap .logo {
      text-align: center;
      padding: 40px 0; }
      .vip-login .login-wrap .logo img {
        display: inline-block; }
    .vip-login .login-wrap h3 {
      color: #0882c4;
      font-size: 24px;
      font-weight: 550;
      margin-bottom: 30px; }
    .vip-login .login-wrap form .row {
      height: 47px;
      width: 398px;
      border: 1px solid #eee;
      margin-bottom: 20px; }
      .vip-login .login-wrap form .row span {
        display: inline-block;
        font-size: 16px;
        color: #999999;
        padding: 13px 20px;
        width: 88px;
        position: relative; }
      .vip-login .login-wrap form .row span::after {
        position: absolute;
        width: 1px;
        height: 24px;
        background-color: #ccc;
        right: 0;
        top: 50%;
        margin-top: -12px;
        content: ''; }
      .vip-login .login-wrap form .row input {
        height: 40px;
        border: none;
        width: 300px;
        background: no-repeat;
        padding-left: 20px;
        margin-top: -8px; }
    .vip-login .login-wrap form .yzm {
      width: 300px; }
      .vip-login .login-wrap form .yzm input {
        width: 200px; }
    .vip-login .login-wrap form .yzm-wrap {
      width: 78px;
      height: 38px;
      margin-top: 4px;
      border: solid 1px #666666; }
      .vip-login .login-wrap form .yzm-wrap img {
        width: 100%;
        height: 100%; }
    .vip-login .login-wrap form .other-cz {
      margin-bottom: 50px; }
      .vip-login .login-wrap form .other-cz a {
        font-size: 16px;
        color: #0882c4;
        display: inline-block;
        padding: 0 10px; }
      .vip-login .login-wrap form .other-cz .zc {
        border-right: 1px solid #0882c4; }
    .vip-login .login-wrap form input[type="button"] {
      height: 50px;
      background-color: #0882c4;
      border-radius: 4px;
      width: 398px;
      border: none;
      color: #fff; }

.gys-login {
  width: 100%;
  height: 100vh;
  background-image: url("../images/gys.jpg");
  background-position: center;
  background-size: cover; }
  .gys-login .login-wrap {
    width: 600px;
    transform: translateY(200px);
    margin: auto;
    padding: 0 100px;
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 40px; }
    .gys-login .login-wrap .logo {
      text-align: center;
      padding: 40px 0; }
      .gys-login .login-wrap .logo img {
        display: inline-block; }
    .gys-login .login-wrap h3 {
      color: #0882c4;
      font-size: 24px;
      font-weight: 550;
      margin-bottom: 30px; }
    .gys-login .login-wrap form .row {
      height: 47px;
      width: 398px;
      border: 1px solid #eee;
      margin-bottom: 20px; }
      .gys-login .login-wrap form .row span {
        display: inline-block;
        font-size: 16px;
        color: #999999;
        padding: 13px 20px;
        width: 88px;
        position: relative; }
      .gys-login .login-wrap form .row span::after {
        position: absolute;
        width: 1px;
        height: 24px;
        background-color: #ccc;
        right: 0;
        top: 50%;
        margin-top: -12px;
        content: ''; }
      .gys-login .login-wrap form .row input {
        height: 40px;
        border: none;
        width: 300px;
        background: no-repeat;
        padding-left: 20px;
        margin-top: -8px; }
    .gys-login .login-wrap form .yzm {
      width: 300px; }
      .gys-login .login-wrap form .yzm input {
        width: 200px; }
    .gys-login .login-wrap form .yzm-wrap {
      width: 78px;
      height: 38px;
      margin-top: 4px;
      border: solid 1px #666666; }
      .gys-login .login-wrap form .yzm-wrap img {
        width: 100%;
        height: 100%; }
    .gys-login .login-wrap form .other-cz {
      margin-bottom: 50px; }
      .gys-login .login-wrap form .other-cz a {
        font-size: 16px;
        color: #0882c4;
        display: inline-block;
        padding: 0 10px; }
      .gys-login .login-wrap form .other-cz .zc {
        border-right: 1px solid #0882c4; }
    .gys-login .login-wrap form input[type="button"] {
      height: 50px;
      background-color: #0882c4;
      border-radius: 4px;
      width: 398px;
      border: none;
      color: #fff; }

.join-coo {
  background-color: #f4f4f4; }
  .join-coo aside .aside-header {
    background-image: url("../images/contact-aside.jpg"); }
  .join-coo .content {
    margin-bottom: 30px;
    width: 950px;
    background: #fff;
    padding: 40px; }
    .join-coo .content .reason-wrap .reason-item:not(:last-child) {
      border-bottom: 1px dashed #ccc;
      padding-bottom: 30px; }
    .join-coo .content .reason-wrap .reason-item h3 {
      text-align: center;
      font-size: 16px;
      color: #0882c4;
      padding: 30px 0; }
    .join-coo .content .reason-wrap .reason-item .img-box {
      text-align: center; }
      .join-coo .content .reason-wrap .reason-item .img-box img {
        display: inline-block;
        width: 650px;
        height: 300px; }
    .join-coo .content .reason-wrap .reason-item .text-box {
      margin-top: 30px;
      font-size: 14px;
      color: #666666;
      line-height: 24px;
      text-align: center; }
    .join-coo .content h2 {
      font-size: 14px;
      color: #666;
      margin-top: 30px;
      text-align: center; }

.proposal {
  background-color: #f4f4f4; }
  .proposal aside .aside-header {
    background-image: url("../images/contact-aside.jpg"); }
  .proposal .content {
    margin-bottom: 30px;
    width: 950px;
    background: #fff;
    padding: 40px; }
    .proposal .content .proposal-wrap {
      margin-top: 10px; }
      .proposal .content .proposal-wrap ul li:nth-child(2n) {
        margin-left: 43px; }
      .proposal .content .proposal-wrap ul li {
        float: left;
        margin-top: 20px; }
        .proposal .content .proposal-wrap ul li label {
          width: 60px;
          display: inline-block;
          margin-right: 20px; }
        .proposal .content .proposal-wrap ul li input {
          width: 270px;
          height: 40px;
          background-color: #ffffff;
          border-radius: 4px;
          border: solid 1px #d3d3d3;
          padding-left: 20px; }
      .proposal .content .proposal-wrap .text-wrpa {
        margin-top: 30px; }
        .proposal .content .proposal-wrap .text-wrpa h6 {
          font-size: 14px;
          position: relative;
          color: #666;
          margin-bottom: 10px;
          padding-left: 10px; }
        .proposal .content .proposal-wrap .text-wrpa h6::before {
          position: absolute;
          content: '*';
          color: #ff0101;
          left: 0;
          top: 0; }
        .proposal .content .proposal-wrap .text-wrpa textarea {
          width: 750px;
          height: 230px;
          background-color: #ffffff;
          border-radius: 4px;
          border: solid 1px #d3d3d3;
          outline: none;
          padding: 20px; }
      .proposal .content .proposal-wrap .yzm-wrap {
        margin-top: 20px;
        margin-bottom: 30px; }
        .proposal .content .proposal-wrap .yzm-wrap label {
          display: inline-block;
          margin-right: 30px; }
        .proposal .content .proposal-wrap .yzm-wrap input {
          width: 140px;
          height: 40px;
          background-color: #ffffff;
          border-radius: 4px;
          border: solid 1px #d3d3d3;
          padding-left: 10px; }
        .proposal .content .proposal-wrap .yzm-wrap img {
          width: 113px;
          height: 30px;
          display: inline-block;
          margin-left: 10px;
          margin-bottom: 5px; }
      .proposal .content .proposal-wrap input[type="submit"] {
        width: 100px;
        height: 40px;
        background-color: #0882c4;
        font-size: 16px;
        color: #ffffff;
        border: none; }
/* 8.16 */
  
.news-details .content .header-info{
  position: relative;
}
/*# sourceMappingURL=output.css.map */
footer .bottom {
  height: inherit;
  line-height: normal;
  background-color: #173045;
  color: #337ab7;
}
footer .bottom .fr{
  line-height: 30px;
}
footer .bottom .friendship_link a{
  color: #fff;
}
header .nav{
  margin-left: 30px;
}
header form input[type="search"]{
    line-height:40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding-left: 10px;
  width: 170px;
  box-sizing: border-box;
}
header form input[type="button"] {
    height: 40px;
    width: 72px;
    background: #0882c4;
    line-height: 40px;
    border: none;
    color: #fff;
    border-radius: 10px;
}