﻿
a,a:hover,a:focus,a:active { text-decoration:none;outline: none; }
/*zk-pc-style*/
/*ÂÖ²¥*/
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.ttf') format('truetype');
}
.header-public{
    overflow: hidden;
    position: relative;
}
.header-public .swiper-container{
    z-index: 14;
}
.swiper-slide {
    overflow: hidden;
    transition: all linear 0.5s;
}
.slide-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.header-public .swiper-container .swiper-slide .slide-inner:after{
  content: '';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: -1;
}
.header-public .swiper-container  .swiper-slide:nth-of-type(1) .slide-inner{
    background: url(../images/banner-c.jpg) center center / cover no-repeat;
}
.header-public .swiper-container  .swiper-slide:nth-of-type(2) .slide-inner{
    background: url(../images/banner-a.jpg) center center / cover no-repeat;
}
.header-public .swiper-container  .swiper-slide:nth-of-type(3) .slide-inner{
    background: url(../images/banner-b.jpg) center center / cover no-repeat;
}
.header-public .swiper-container  .swiper-slide:nth-of-type(4) .slide-inner{
    background: url(../images/banner-c.jpg) center center / cover no-repeat;
}
.header-public .swiper-container  .swiper-slide:nth-of-type(5) .slide-inner{
    background: url(../images/banner-a.jpg) center center / cover no-repeat;
}
.pc-logo {padding:0 0 0 0px;}
/*运车案例图*/
.index-header-bottom{
  display: none;
}
/*运车案例图*/
.header-public .swiper-container .swiper-pagination{
    bottom: 50px;
}
.header-public .swiper-container-horizontal  .swiper-pagination-bullet{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border:1px solid #f8b62c;
    border-radius: 3px;
    background: #fff;
    opacity: 1;
}
 .header-public .swiper-container-horizontal .swiper-pagination-bullet-active{
    background: #f8b62c;
    color: #fff;
}
.swiper-arrow .swiper-button-prev{
    background-image: url(../images/right.png);
}
.swiper-arrow .swiper-button-next{
    background-image: url(../images/left.png); 
}
.swiper-arrow .swiper-button-prev, 
.swiper-arrow .swiper-button-next{
    position: absolute;
    background-size: 60%; 
    background-color: #fff;
    background-color: rgba(6, 9, 31, 0.81);
    border: 1px solid #bbb5b5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
}
.swiper-arrow .swiper-button-prev{
  left: 5%;
}
.swiper-arrow .swiper-button-next{
  right: 5%;
}
.swiper-arrow,.swiper-arrowb{
    position: absolute;
    top: 50%;
    left:0;
    transform: translate(0,-50%);
    width: 100%;
    height: 40px;
    z-index: 222;
}
.swiper-arrowb{
    transform: none;
    top: 180px;
    left: 70px;
}
.text-swiper{
    max-width: 1600px;
    position: absolute;
    bottom:100px;
    left: 50%;
    transform:translate(-50%,0);
    text-align: center;
}
.text-swiper p{
  color: #fff;
}
.text-swiper p:nth-of-type(1) {
    height: 85px;
    margin-bottom: 0px;
    background: url(../images/lyjytext_03.png) no-repeat center;
    background-size: 40%; 
}
.text-swiper-tow p:nth-of-type(1) {
    font-size: 60px;
}
.text-swiper p:nth-of-type(2) {
    height: 80px;
    background: url(../images/fulytext.png) no-repeat center;
    background-size:80%; 
}
.text-swiper p:nth-of-type(3) {
    font-size: 18px;
    color: #f1f1f1;
    margin: 40px 0;
}
.text-swiper p:nth-of-type(4) a.testbu{
    display: inline-block;
    width: 200px;
    color: #333;
}
@-webkit-keyframes sparkle {
  from {
    background-position: 0% 100%;
  }
  to {
    background-position: 200% 100%;
  }
}

@keyframes sparkle {
  from {
    background-position: 0% 100%;
  }
  to {
    background-position: 200% 100%;
  }
}
.testbu {
  background: #f8b62c;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  border-radius:5px;
  position: relative;
  width: 100px;
  color: #Fff;
}
.testbu:before {
  -webkit-animation: sparkle 4s infinite linear;
          animation: sparkle 4s infinite linear;
  background: linear-gradient(90deg, #7FEFBD 0%, #FFF689 11%, #EC0B43 22%, #7FEFBD 33%, #FFF689 44%, #EC0B43 55%, #7FEFBD 66%, #FFF689 77%, #EC0B43 88%, #7FEFBD 100%);
  background-size: 300% 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  z-index: -1;
  -webkit-transform: scale(0.99) translateY(3px);
          transform: scale(0.99) translateY(3px);
}
.index-header .swiper-container{
    height: 800px;
}
.rexian{
  display: none;
}
.rexian p{
  position: relative;
  padding:10px 20px;
  text-align: left;
  font-size:20px;
  color: #333;
  background: #a94442;
}
.rexian p i{
  font-size: 30px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #f8f8f8;
}
.rexian p a{
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #1685dc;
  font-size: 16px;
  border-radius: 5px;
}
/*Ö÷Ìâ*/
#main{
  margin:  0 auto 100px;
  padding: 60px 0;
}
.wrap{
  width: 100%;
  margin: 0 auto;
}
.edit-link{
  display: none;
}
.status-publish .entry-header .entry-title,
.page-header .page-title{
  min-width: 1280px;
  height: 71px;
  line-height: 71px;
  background: #edeef4;
  text-align: center;
  color: #333;
  font-size: 20px;
}
.taxonomy-description{
  display: none;
}
/*ÎÄÕÂ×ÊÑ¶-ÆÙ²¼Á÷*/
.article-Content{
  width: 100%;
  overflow: hidden;
}
.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  clear: both;
}
.article-Content article .entry-header {
    padding-top: 0px;
}
.posts .post {
  width: 30%;
  margin: 0 0 40px;
  transition: all 0.3s ease-in-out;
  border:1px solid #ddd;
}
.posts .post:hover{
    box-shadow: 10px 10px 20px 4px rgba(0, 0, 0, 0.21); 
    border:none;
}
.post .post-thumbnail,
.post .entry-thumb{
    margin: 0;
    background: #E8E8E8;
    position: relative;
}
.post .post-thumbnail img ,
.post .entry-thumb img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.posts figure:after,
.grid-70 figure:after{
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}
.post .entry-header{
    position: relative;
    overflow: hidden;
    background: #fff;
}
.entry-main-text{
    display: none;
}
.post .entry-header .icon-b {
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 10;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.icon-b {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    margin: 0 0 30px;
    background: #000;
    border-radius: 0px 0px 100% 100% / 0px 0px 35% 35%;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-align: center;
}
.post .entry-header .entry-category {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 0.8em;
    letter-spacing: 1px;
    z-index: 10;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.post .entry-header .entry-category a {
    display: inline-block;
    padding: 5px 10px;
    background: #C7B29A;
    border-radius: 130px 130px 130px 130px / 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.post .entry-header .entry-category a:last-of-type{
    display: inline-block;
}
.post .entry-header .entry-category a{
    display: none;
}
.posts .post .entry-header .entry-category {
    top: 15px;
    right: 15px;
}
.posts .post .entry-header .entry-header-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 80px 40px 40px;
    background: -webkit-linear-gradient(transparent, rgba(232, 232, 232, 0.9) 70%);
    background: linear-gradient(transparent, rgba(232, 232, 232, 0.9) 70%);
    box-sizing: border-box;
    z-index: 5;
}
.posts .post .entry-header h2 {
    margin-bottom: 15px;
}
.posts .post .entry-header h2 a{
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.post .entry-header .entry-meta {
    font-size: 0.8em;
}
.posts .post .entry-content {
    padding: 40px;
}
.post .entry-content {
    padding: 80px;
    background: #fff;
    box-sizing: border-box;
}
.posts .post .entry-content p {
    font-size: 0.9em;
    margin: 0 0 30px;
    line-height: 1.8;
    color: #777;
    word-wrap: break-word;
}
.posts .post .entry-content  .link-more{
  margin: 0;
}
.post .link-more a{
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    padding: 20px 0 10px;
    border-top: 3px dotted #E8E8E8;
    font-size:  0.7142857143em;
    letter-spacing: 5px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    z-index: 5;
}
.posts .post.format-video .entry-header {
    background-position: 50% 50%;
    background-size: cover;
}
.posts .post.format-link .entry-link {
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.posts .post.format-quote .entry-header .entry-header-title {
    position: relative;
    background: #E8E8E8;
}
.post.format-link .entry-link {
    display: block;
    margin: 0 0 30px;
    background: #E8E8E8;
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
}
.posts .post .entry-header blockquote{
    padding: 0;
    text-align: center;
}
.posts .post.format-link{
    text-align: center;
}
.post .link-more a:hover {
    letter-spacing: 8px;
}
.link-more .screen-reader-text{
  display: none;
}
/*ÎÄÕÂÏêÇéÒ³*/
.grid-container {
    margin-left: -25px;
    margin-right: -25px;
    overflow: hidden;
}
.grid-50, .grid-70, .grid-30 {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}
.grid-70 {
    float: left;
    width: 70%;
}
.post .entry-header .mod-article__header-title {
    padding: 50px 20px 0;
}
.post .entry-header .mod-article__header-title h1 {
    margin: 0 0 20px;
    font-size: 18px;
}
.post .entry-header .mod-article__header-title .entry-meta {
    color: #666;
}
.post .entry-content-module {
    padding: 20px;
}
.post .entry-header .entry-meta span {
    white-space: nowrap;
    padding: 0 20px 0 0;
}
.post .entry-header .entry-meta .fa {
    margin: 0 5px 0 0;
}
.post .entry-content-module p {
    margin: 5px 0;
    word-wrap: break-word;
    text-indent: 2em;
    line-height: 20px;
    font-size: 14px;
    color: #2b2b2b;
    font-family: Microsoft Yahei,Tahoma,Arial,SimSun,Hiragino Sans GB,PMingLiu,Verdana,sans-serif;
}
.post .entry-content-module p img{
  width: auto;
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.mod-crumbs {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.mod-breadcrumb {
    display: block;
    padding: 8px 14px;
    margin: 0;
    list-style: none;
    background-color: #fbfbfb;
    background: #fafafa;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='whitesmoke');
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));
    background: -moz-linear-gradient(top,#fff,#f5f5f5);
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    font-size: 12px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #fff;
}
.mod-crumbstitle{
  margin-bottom: 50px;
}
.mod-crumbs a {
    color: #C7B29A;
    font-size: 12px;
}
.mod-breadcrumb i {
    font-size: 12px;
    color: #666;
    font-family: Microsoft YaHei;
    text-indent: 4px;
    font-weight: 400;
    display: inline-block;
    margin:0 2px;
}
.entry-footer{
    padding: 80px 80px 0;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    overflow: hidden;
}
.entry-footer h3,.share-public h3{
    margin-bottom: 15px;
    font-size: 1.2857142857em;
}
.share-public{
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.tags {
    margin: 0 0 30px;
    font-size: 0.8em;
}
.tags a {
    display: inline-block;
    margin: 0 2px 5px;
    padding: 5px 10px;
    background: #000;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tags a:hover {
    background: #C7B29A;
    color: #000;
}
/*·ÖÏí¹¦ÄÜ*/
.social-likes {
    min-height: 50px;
    margin: 0;
    line-height: 44px;
}
.social-likes.social-likes_notext li {
    list-style: none;
    display: inline-block;
}
.social-likes.social-likes_notext a {
    list-style: none;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
}
.rrssb-facebook i {
    color: #42539c;
}
.rrssb-twitter i {
    color: #1bb5eb;
}
.rrssb-googleplus i {
    color: #b93c35;
}
.rrssb-linkedin i {
    color: #1a85bc;
}
.rrssb-pinterest i {
    color: #bd081c;
}
.rrssb-whatsapp i {
    color: #4eef6b;
}
.social-likes.social-likes_notext li:hover .rrssb-icon i {
    color: #fff;
}
@font-face{
  font-family:"socialshare";
  src:url("../fonts/iconfontsocial.woff") format("woff");
  }
.social-share{
  font-family:"socialshare" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing:antialiased;
  -webkit-text-stroke-width:0.2px;
  -moz-osx-font-smoothing:grayscale
}
.social-share *{font-family:"socialshare" !important}
.social-share .icon-tencent:before{content:"\f07a"}
.social-share .icon-qq:before{content:"\f11a"}
.social-share .icon-weibo:before{content:"\f12a"}
.social-share .icon-wechat:before{content:"\f09a"}
.social-share .icon-douban:before{content:"\f10a"}
.social-share .icon-heart:before{content:"\f20a"}
.social-share .icon-like:before{content:"\f00a"}
.social-share .icon-qzone:before{content:"\f08a"}
.social-share .icon-linkedin:before{content:"\f01a"}
.social-share .icon-diandian:before{content:"\f05a"}
.social-share .icon-facebook:before{content:"\f03a"}
.social-share .icon-google:before{content:"\f04a"}
.social-share .icon-twitter:before{content:"\f06a"}
.social-share a{position:relative;text-decoration:none;margin:4px;display:inline-block;outline:none}
.social-share .social-share-icon{
      line-height: 32px;
  transition:background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover{background:#666;color:#fff}
.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}
.social-share .icon-weibo:hover{background:#ff763b}
.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}
.social-share .icon-tencent:hover{background:#56b6e7}
.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}
.social-share .icon-qq:hover{background:#56b6e7}
.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D;}
.social-share .icon-qzone:hover{background:#FDBE3D}
.social-share .icon-douban{color:#33b045;border-color:#33b045}
.social-share .icon-douban:hover{background:#33b045}
.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}
.social-share .icon-linkedin:hover{background:#0077B5}
.social-share .icon-facebook{color:#44619D;border-color:#44619D}
.social-share .icon-facebook:hover{background:#44619D}
.social-share .icon-google{color:#db4437;border-color:#db4437}
.social-share .icon-google:hover{background:#db4437}
.social-share .icon-twitter{color:#55acee;border-color:#55acee}
.social-share .icon-twitter:hover{background:#55acee}
.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}
.social-share .icon-diandian:hover{background:#307DCA}
.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549}
.social-share .icon-wechat:hover{background:#7bc549}
.social-share .icon-wechat .wechat-qrcode{
  display:none;border:1px solid #eee;
  position:absolute;
  z-index:9;
  top:-205px;
  left:-84px;
  width:200px;
  height:192px;
  line-height: 32px;
  color:#666;
  font-size:12px;
  text-align:center;
  background-color:#fff;
  box-shadow:0 2px 10px #aaa;
  transition:all 200ms;
  -webkit-tansition:all 350ms;
  -moz-transition:all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}
.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}
/*ÆÀÂÛ¿ò*/
.comment-reply-title{
  text-align: center;
  font-size: 1.2857142857em;
  margin-bottom: 15px;
}
#comment{
  width: calc(100% - 25px);
  border: 1px solid #959595;
  background: transparent;
  border-radius: 10px;
  margin: 10px 0;
  padding:10px;
  height: 100px;
}
.form-submit,
.reply{
  float: right;
}
.form-submit .submit,
.reply a{
    background: #7D9FEA;
    border: none;
    color: #FFF;
    border-radius: 4px;
    padding:10px 20px;
    cursor:pointer;
    display: block;
}
.reply a{
  width: 100px;
  padding: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
#comments .comments-title,
.comment-meta .says,
.comment-form-comment label,
.reply a svg{
  display: none;
}
.comment-author,
.comment-metadata{
  width: 150px;
  float: left;
}
.comment-author img{
  width: 60px;
  height: 60px;
  float: left;
}
.comment-author b{
  float: left;
  margin: 25px 10px 0;
}
.comment-metadata{
  width: 200px;
  margin-top: 25px;
}
.comment-meta{
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.comment-content{
  padding:15px 0;
}
.comment-list{
  padding: 20px 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.comment-list li{
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
/*ÓÒ±ß*/
.grid-30 {
    float: left;
    width: 30%;
}
.widget{
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 13.5px;
  box-shadow: rgba(0,0,0,.07) 0 1px 3px;
}
.widget h3{
  margin: 0;
  height: 57px;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  background: #f5f5f5;
  font-size: 16px;
  color: #757575;
  line-height: 65px;
  text-indent: 31px;
  font-weight: 400;
  -webkit-box-shadow: 0 1px 1px 1px #F6F6F6;
  -moz-box-shadow: 0 1px 1px 1px #F6F6F6;
  box-shadow: 0 1px 1px 1px #F6F6F6;
  background-image: -moz-linear-gradient(top,#fafafa,#f4f4f4);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#f4f4f4));
}
.widget ul li{
  padding:20px;
}
/*·ÖÒ³*/
.navigation  {
  position: absolute;
  bottom: -25px;
  text-align: center;
  width: 100%;
}
.navigation  .current {
  background: #000;
  padding: 11px 17px;
  line-height: 0;
  color: #fff;
  border-radius: 50%;
}
.navigation  a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 12px;
  padding-left: 12px;
}
.navigation h2,
.navigation .page-numbers .meta-nav,
.navigation .nav-links .nav-subtitle{
  display: none;
}
.navigation .icon-arrow-left,
.navigation .icon-arrow-right{
  position: fixed;
  top: 50%;
  transform: translate(0,-50%);
  width: 100px;
}
.navigation .icon-arrow-right{
  right: 10px;
}
.navigation .icon-arrow-left{
  left: 10px;
}
.grid-70 .navigation{
  position: relative;
  overflow: hidden;
  bottom: 0;
  padding:20px 0;
}
.navigation .nav-links  .nav-previous{
  float: left;
}
.nav-next{
  float:right;
  width: 50%;
  text-align: right;
}
/*企业优势*/
.advantage-zk{
    display: none;
  }
.position-r {
    position: relative;
}
.standard{
  width: 100%;
  overflow: hidden;
  min-height: 650px;
  position: relative;
}
.standardmain{
  position: relative;
  z-index: 1;
  width: 1280px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.standard:before {
    content: '';
    height: 85px;
    background: url(../images/background01.png) repeat-x;
    _background: url(../images/background01.png) repeat-x;
    position: absolute;
    top: 0;
    width: 4000%;
    left: -5360px;
    z-index: 1;
    animation: wave1 25s linear .4s infinite normal;
    -moz-animation: wave1 25s linear .4s infinite normal;
    -webkit-animation: wave1 25s linear .4s infinite normal;
    -o-animation: wave1 25s linear .4s infinite normal;
}
@-webkit-keyframes wave1 {
    from {
        left: -236px
    }

    to {
        left: -1233px
    }
}

@-moz-keyframes wave1 {
    from {
        left: -236px
    }

    to {
        left: -1233px
    }
}

@-o-keyframes wave1 {
    from {
        left: -236px
    }

    to {
        left: -1233px
    }
}

@keyframes wave1 {
    from {
        left: -236px
    }

    to {
        left: -1233px
    }
}

@-webkit-keyframes wave2 {
    from {
        left: 0
    }

    to {
        left: -1009px
    }
}

@-moz-keyframes wave2 {
    from {
        left: 0
    }

    to {
        left: -1009px
    }
}

@-o-keyframes wave2 {
    from {
        left: 0
    }

    to {
        left: -1009px
    }
}

@keyframes wave2 {
    from {
        left: 0
    }

    to {
        left: -1009px
    }
}
.standard:after {
    content: "";
    width: 1009px;
    height: 100px;
    background: url(../images/background02.png) repeat-x;
    _background: 0 0;
    position: absolute;
    top: 10px;
    width: 400%;
    left: 0;
    z-index: 1;
    animation: wave2 60s linear .4s infinite normal;
    -moz-animation: wave2 60s linear .4s infinite normal;
    -webkit-animation: wave2 60s linear .4s infinite normal;
    -o-animation: wave2 60s linear .4s infinite normal
}
.title-caption{
  color: #000;
  margin:30px auto 80px;
  width: 400px;
  position: relative;
}
.title-caption i,
.title-caption p{
 display: inline-block;
 letter-spacing: 3px;
}
.title-caption i{
  width: 45px;
  height: 110px;
  background: url(../images/p.png) no-repeat center;
  position: relative;
  top: 0;
}
 .title-caption span{
  display: block;
  font-size: 40px;
}
.title-caption p{
  font-size: 25px;
}


/*µÚ¶þÆÁ ²éÑ¯¿ò*/
.query-screen{
    background: #40a6f4; 
}
.query-screen-main{
  margin:80px auto;
}
.query-main-left,
.query-main-right{
  float: left;
  width: 45%;
  height: 300px;
  background: #fff;
  margin:0 1.5%;
  border-radius: 10px;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.2);
  text-align: center;
}
.query-main h3,
.query-main p{
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin:15px 0;
}
.query-main p{
  color: #666;
  font-size: 16px;
}
/*µÚÈý ×¢ÒâÊÂÏî*/
.attention-trength{
  min-height: 650px;
}
.block-main-attention{
  width: 100%;
  padding-bottom: 70px;
  overflow: hidden;
  margin: 0 auto;
}
.attention-trengzk .block-main-attention{
  width: 74%;
}
.attention-trengthc:after,
.attention-trengthc:before{
  display: none;
}
.attention-matte-center{
  width: 25%;
  margin:0 3.376%;
  padding:10px;
  float: left;
  background: #fff;
  min-height: 400px;
  border-radius: 37px;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.2);
  cursor: pointer;
  transition: all linear 0.5s;
}
.attention-matte-b .attention-matte-center:hover .button-attention a{
  background: #5fa0f2;
  color: #fff;
  border-color: #5fa0f2;
}
.attention-trengthe .title-caption i{
  background: url(../images/e.png) no-repeat center/cover;
}
.attention-trengthc .title-caption i,
.attention-trength .title-caption i,
.attention-trengthd .title-caption i{
  background: url(../images/o.png) no-repeat center/cover;
  width: 60px;
}
.attention-trengthd .title-caption p{
  letter-spacing: 2;
}
.attention-trength .title-caption p{
  display: inline-block;
  letter-spacing: 2px;
}
.attention-trengthc .title-caption p{
  display: inline-block;
  letter-spacing: 0px;
}
.attention-trengthe .title-caption p{
   letter-spacing: 10px;
}
.attention-imgbg{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
  width: 100%;
}
.attention-matte-center:nth-of-type(1) .attention-imgbg,
.Slide-a .attention-matte-center .attention-imgbg{
  background: url(../images/adertising1.jpg) no-repeat center/cover;
}
.attention-matte-center:nth-of-type(2) .attention-imgbg,
.Slide-b .attention-matte-center .attention-imgbg{
  background: url(../images/adertising2.jpg) no-repeat center/cover;
}
.attention-matte-center:nth-of-type(3) .attention-imgbg,
.Slide-c .attention-matte-center .attention-imgbg{
  background: url(../images/adertising3.jpg) no-repeat center/cover;
}
.Slide-d .attention-matte-center .attention-imgbg{
  background: url(../images/gpsmap.jpg) no-repeat center/cover;
}
.Slide-e .attention-matte-center .attention-imgbg{
  background: url(../images/shangmen.jpg) no-repeat center/cover;
}
.Slide-f .attention-matte-center .attention-imgbg{
  background: url(../images/wangdian.jpg) no-repeat center/cover;
}
.attention-matte-center h3{
  font-size: 20px;
  margin:20px 0;
  font-weight: normal;
}
.attention-matte-center p{
  padding:0 20px;
  font-size: 16px;
  min-height: 72px;
}
.attention-matte-center .button-attention {
  margin:10px;
  min-height: 45px;
  transition: all linear 0.5s;
}
.attention-matte-center .button-attention a{
  display: block;
  height: 45px;
  line-height: 45px;
  border:1px solid #333;
  border-radius: 10px;
  position: relative;
}
.attention-matte-center .button-attention a i{
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px; 
}
.attention-matte-b .attention-matte-center:hover .button-attention a{
  background: #5fa0f2;
  color: #fff;
  border-color: #5fa0f2;
}
/*在线询价*/
.inquiry-main  p{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.inquiry-main  p span{
  float: left;
}
.inquiry-main .inquiry-a span{
  font-size: 20px;
  display: inline-block;
}
.inquiry-main .inquiry-b span:nth-of-type(1) {
 width: 200px;
}
.inquiry-main .inquiry-b span{
  width: 200px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  border:2px solid #f8ab37;
  display: inline-block;
}
.inquiry-main .inquiry-b span:nth-of-type(1) {
  border-color:#5fa0f2;
}
.inquiry-main .inquiry-b span:nth-of-type(2) {
  border:none;
  width: 100px;
}
.inquiry-main .inquiry-b span:nth-of-type(2) {
  margin:0;
}
.inquiry-main .inquiry-b span:nth-of-type(2) i{
  font-size: 30px;
  color: #a3a3a3; 
}
.inquiry-main .inquiry-b span:nth-of-type(4){
  margin: 0 10px;
}
.inquiry-main .inquiry-b span:nth-of-type(5){
  background: #f8ab37;
}
.inquiry-main .inquiry-b span:nth-of-type(5) a{
  color: #fff;
  display: block;
}
.inquiry-main .inquiry-b span:nth-of-type(5) a i{
  font-size: 50px;
  color: #f90000;
}
.inquiry-main .inquiry-a span i{
  font-size: 25px;
  color: #f8ab37;
  margin-right: 10px;
}
.inquiry-main .inquiry-a span,
.inquiry-main .inquiry-a span:nth-of-type(4),
.inquiry-main .inquiry-a span:nth-of-type(5){
  border:none;
  background: transparent;
}
.inquiry-main .inquiry-a span:nth-of-type(2) i,
.inquiry-main .inquiry-a span:nth-of-type(4) a{
  display: none;
}
.attention-trengthd{
  background: url(../images/bglycon.jpg) no-repeat center/cover;
  position: relative;
}
.attention-trengthd .standardmain{
  height: 650px;
}
.title-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  text-align: center;
}
.attention-trengthd:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 0;
    display: block;
    -webkit-animation:none;
    animation:none;
}
.title-text p{
  color: #fff;
}
.title-text a{
  font-size: 30px;
  color: #fff;
}
.title-text a{
  display: block;
  width: 300px;
  height: 55px;
  line-height: 55px;
  background:  #f8ab37;
  border-radius: 10px;
  font-size: 20px;
  margin:20px auto;
}
.title-text a:hover{
  color: #fff;
}
.ly_get_distance-sear{
 width: 100%;
 margin: 100px auto;
 overflow: hidden;
}
.ly_get_distance-sear .personalInformation{
  float: left;
  width: 66%;
  margin-left: 20px;
  color: #333;
}
.ly_get_distance-sear .personalInformation .fl{
  width: 50%;
  float: left;
  height: 50px;
}
.ly_get_distance-sear .basic_information_g  label,
.stycentt label{
  float: left;
  line-height: 40px;
}
.ly_get_distance-sear .basic_information_g select{
  width: 100px;
  height: 40px;
  padding-left: 5px;
  background: #fff;
}
.ly_get_distance-sear .stycentt{
  float: left;
}
.ly_get_distance-sear .stycentt button{
  width: 100px;
  height: 40px;
  outline: none;
  cursor: pointer;
  background: #f40002;
  color: #fff;
  border:none;
  border-radius: 5px;
  cursor: pointer;
}
.ly_get_distance-sear .stycentt  input{
  float: left;
  width: 170px;
  height: 38px;
  border:1px solid #ddd;
  padding-left: 15px;
  margin-right: 10px;
}
/*ËÄ ÊµÁ¦±£Ö¤*/
.attention-trength .attention-matte-center{
  width: 31%;
  margin: 0 1.15%;
  background: #f1f1f1;
  min-height: 360px;
  cursor: pointer;
  transition: all linear 0.5s;
}
.attention-trength .attention-matte-center:hover{
  background: #175dbc;
}
.attention-trength .attention-imgbg{
  background: inherit;
  height: 130px;
  line-height: 130px;
}
.attention-trength .attention-matte-center p{
  line-height: 2;
}
.attention-trength .attention-matte-center i{
  font-size: 100px;
  color: #333;
}
.attention-trength .attention-matte-center:hover i,
.attention-trength .attention-matte-center:hover p,
.attention-trength .attention-matte-center:hover h3{
  color: #fff;
}
/*ÎåÐÂÎÅ×ÊÑ¶*/
.technology-team-main{
    width: 100%;
    min-height: 400px;
    margin-top: 80px;
}
.technology-team-main .swiper-container{
    height: 450px;
    padding-bottom: 50px;
}

.technology-team-main .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #f1f1f1;
    text-align: left;
}
.technology-team-ma-a .swiper-slide div:nth-of-type(1) img{
    width: 100%;
    height: 300px;
}
.technology-team-ma-a .swiper-slide div:nth-of-type(2){
    font-size: 22px;
    padding:20px 0 20px 10px;
}
.technology-team-ma-a .swiper-slide div:nth-of-type(3) p{
    padding:0px 0 20px 10px;
}
.technology-team-ma-a .swiper-slide:hover{
  color: #fff;
  background: #175dbc;
}
.technology-team-ma-a .swiper-slide:hover a{
  color: #fff;
  background: #175dbc;
}
/*成功案例*/
.Successful-cases{
  background:#5fa0f2;
  min-height: 650px;
}
.Successful-cases .title-caption{
  color: #fff;
}
.Successful-cases .title-caption i{
  background: url(../images/p2.png) no-repeat center;
}
.Successful-cases-chang{
  width: 25%;
  min-height: 200px;
  float: left;
}
.Successful-cases .attention-matte-center{
  min-height: 200px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  margin: 0 auto;
  float: none;
  position: relative;
}
.Successful-cases .attention-matte-center:hover{
  background: #efa73b;
  color: #fff;
}
.Successful-cases-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.Successful-cases-icon i{
  font-size: 80px;
  display: block;
}
.Successful-cases-icon{
  font-size: 20px;
}
/*合作伙伴*/
.partners{
  min-height: 400px;
}
/*运车流程*/
.consign-flow{
  background: #5fa0f2;
}
.consign-flow-center{
  position: relative;
}
.consign-flow-center *{
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.consign-flow-main .title-caption{
  color: #fff;
}
.consign-flow-main .title-caption i{
  background: url(../images/p2.png) no-repeat center;
}
.time-axis {
    margin: 355px 0px 350px 0px;
    border-top: 2px solid #FFF;
}
.time-axis>div {
    position: absolute;
    background-color: #FFF;
}
.time-axis>div>.spot {
    position: absolute;
    background-image: url(../images/spot.png);
    width: 2px;
    left: 50%;
}
.time-axis-spot1, 
.time-axis-spot4, 
.time-axis-spot7 {
    top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
.time-axis-spot2, 
.time-axis-spot3, 
.time-axis-spot5, 
.time-axis-spot8 {
    top: -9px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
}
.time-axis-spot1 {
    left: 6.33%;
}
.time-axis-spot2 {
    left: 18.75%;
}
.time-axis-spot3 {
    left: 30%;
}
.time-axis-spot4 {
    left: 42.92%;
}
.time-axis-spot5 {
    left: 55.4%;
}
.time-axis-spot6 {
    top: -12px;
    left: 68%;
    width: 22px;
    height: 22px;
    border-radius: 11px;
}
.time-axis-spot7 {
    left: 81.5%;
}
.time-axis-spot8 {
    left: 89%;
}
.time-axis-spot1>.spot, 
.time-axis-spot3>.spot, 
.time-axis-spot5>.spot, 
.time-axis-spot1>.spot, 
.time-axis-spot3>.spot, 
.time-axis-spot5>.spot, 
.time-axis-spot7>.spot {
    top: 0px;
}
.time-axis-spot2>.spot, 
.time-axis-spot4>.spot, 
.time-axis-spot6>.spot, 
.time-axis-spot8>.spot {
    bottom: 0px;
}
.time-axis-spot1>.spot, 
.time-axis-spot4>.spot, 
.time-axis-spot7>.spot {
    margin: 20px 0px 20px -1px;
}
.time-axis-spot2>.spot, 
.time-axis-spot3>.spot, 
.time-axis-spot5>.spot, 
.time-axis-spot8>.spot {
    margin: 26px 0px 26px -1px;
}
.time-axis-spot1>.spot {
    height: 90px;
}
.time-axis-spot2>.spot {
    height: 144px;
}
.time-axis-spot3>.spot {
    height: 120px;
}
.time-axis-spot4>.spot {
    height: 88px;
}
.time-axis-spot5>.spot {
    height: 120px;
}
.time-axis-spot6>.spot {
    height: 140px;
}
.time-axis-spot7>.spot {
    height: 90px;
}
.time-axis-spot8>.spot {
    height: 90px;
}
.time-axis-spot1 .time-axis-item{
    bottom: -98px
}
.time-axis-spot2 .time-axis-item{
    top: -100px;
}
.time-axis-spot3 .time-axis-item{
    bottom: -98px
}
.time-axis-spot4 .time-axis-item{
    top: -100px
}
.time-axis-spot5 .time-axis-item{
   bottom: -98px
}
.time-axis-spot6 .time-axis-item{
    top: -100px
}                                                              
.time-axis-spot7 .time-axis-item{
    bottom: -98px
}
.time-axis-spot8 .time-axis-item{
    top: -100px
}
.time-axis-spot2 .time-axis-item>p,
.time-axis-spot4 .time-axis-item>p,
.time-axis-spot6 .time-axis-item>p,
.time-axis-spot8 .time-axis-item>p{
  margin-top: -118px;
}

.time-axis-item {
    position: absolute;
    width: 98px;
    border-radius: 50%;
    height: 98px;
    padding: 8px;
    margin-left: -49px;
    cursor: pointer;
}
.time-axis-item>div {
    border-radius: 50%;
    height: 100%;
    background:transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    text-align: center;
    transition: all linear 0.5s;
}
.time-axis-item>p {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    margin: 18px 0px;
}
.time-axis-item>div>span {
    line-height: 82px;
    font-size: 40px;
}
.time-axis-item:hover {
    border: 1px solid #FFFFFF;
}
.time-axis-item:hover>div {
    color: #efa73b;
    background: #FFF;
}
/*滚动插件*/
#gundong {
  background: #f8ab37;
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  z-index: 22;
  display: none;  
}
#gundong a {
  color: #fff;
  letter-spacing: 2px;
}
.close a {
  float: right;
  margin: 0 10px 0 0;
}
.bulletin {
  color: #fff;
  height: 50px;
  min-height: 50px;
  overflow: hidden;
}
.gundong-laba{
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0) url("../images/bulletin.gif") no-repeat scroll 0 0;
}
.bulletin a {
  float: left;
}
.bulletin li {
  float: left;
  height: 46px;
  padding-left: 25px;
}
a{
  text-decoration:none;
}
  #gundong li a:hover{
  color:red;
}
  ul li{
  list-style-type:none;
}
/*合作伙伴*/
.partnersmain .swiper-container {
    height: 373px;
    padding-bottom: 60px;
}
.partnersmain .swiper-container .swiper-slide{
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.partnersmain .swiper-container .swiper-slide:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border:1px solid #ececec;
}
.partnersmain .swiper-arrow{
  top: 82%;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  width: 200px;
}
.partnersmain .swiper-arrow .swiper-button-prev, 
.partnersmain .swiper-arrow .swiper-button-next{
  width: 45px;
  height: 45px;
  background-color:rgba(94, 145, 211, 0.75); 
}
.partnersmain .swiper-arrow .swiper-button-prev{
  left: 0;
}
.partnersmain .swiper-arrow .swiper-button-next{
  right: 0;
}
.item_img {
    overflow: hidden;
    width: auto;
    height: 180px;
}
.list_tit {
    font-size: 18px;
    color: #454545;
    font-weight: bold;
    margin: 10px 0 15px;
}
.list_tit i {
    display: block;
    width: 50px;
    height: 2px;
    background: #f8ab37;
    margin: 12px auto 0;
}
.list_btn {
    width: 260px;
    margin: 0 auto;
    overflow: hidden;
}
.list_btn a {
    display: inline-block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    float: left;
    color: #999;
    border: 1px solid #999;
    margin: 7px 15px;
    position: relative;
    z-index: 1;
}
.ser_cont p {
    font-size: 14px;
    color: #666;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}
.ser_cont p span {
    background: #f8ab37;
    color: #fff;
    font-size: 15px;
    padding: 0 3px;
}
.standard .ser_cont p em {
    font-style: normal;
    color: #f8ab37;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-container-horizontal .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 3px;
    background: #ddd;
    opacity: 1;
}
.swiper-container-horizontal .swiper-pagination-bullet-active {
    background: #f8ab37;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:30px;
}
/*常见问题*/
.content-right ul {
  width: inherit;
  min-height: 200px;
  margin: 10px auto;
}
.content-right ul li {
  width: inherit;
  height: auto;
  line-height: 45px;
  text-indent: 15px;
  position: relative;
  text-align: left;
  border-bottom: 2px solid #CBCDCF;
  cursor: pointer;
  transition: height 1s;
  overflow: hidden;
}
.content-right ul li span {
  font-size: 24px;
  color: #F8AB37;
}
.content-right ul li p {
  display: inline-block;
  vertical-align: top;
}
.content-right ul li .answer-text p{
  width: auto;
  line-height: 2;
  margin:0 28px;
  text-indent: 0;
}
.content-right ul li i {
  position: absolute;
  right: 30px;
}
.content-right ul li .icon-rotate {
  transform: rotate(180deg);
  transform-origin: 70% 50%;
  transition: all 0.35s;
}
.content-right .answer-text {
 display: none;
}
.content-right .answer-text-display {
  animation: subNav .3s ease both;
    display: block;
}
.before-sales {
  color: blue;
}
.mb-question {
  width: 100%;
  height: 60px;
  background-color: #5FA0F2;
  margin: 0 auto;
  display: none;
}
.mb-question ul {
  width: 420px;
  height: inherit;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.mb-question ul li {
  width: 140px;
  height: inherit;
  float: left;
  font-size: 18px;
  line-height: 60px;
  position: relative;
}
.mb-question ul li a {
  color: #fff;
}
.mb-question ul .navslip {
  width: 74px;
  height: 4px;
  display: block;
  background-color: #F8AB37;
  position: absolute;
  bottom: 0;
  left: 34px;
  /*left: 0px;*/
}
/*服务数量*/
.service-quantity{
  font-size: 18px;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
  padding-bottom: 20px;
}
.service-quantity p span{
  font-size: 30px;
  color: #ff9f0d;
  font-weight: bold;
  margin: 0 10px;
}
/*公司优势*/
.strength {
  height: 70px;
  margin-left:-30px;
  background: #f4f5fa;
  text-align: center;
  font-size: 14px;
  border-top: 3px solid #f8ab37;
  display: none;
}
.strength li {
  width: calc(25% - 1px);
  float: left;
  height: 60px;
}
.strength li:not(:last-of-type){
  border-right: 1px solid #ddd;
}
.strength li span{
  display: block;
  color: #999;
}
.strength li span:nth-of-type(1){
  font-size: 20px;
  color: #146bae;
  margin: 10px 0 5px;
  font-weight: bold;
}
/*郑重承诺*/
.title-min p{
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}
.title-min p span{
  margin:0 5px;
  color: #f8ab37;
}
.Promise{
  border: 1px solid #E4E4E4;
  margin: 10px 10px 25px 10px;
  padding: 15px;
  border-radius: 16px;
  overflow: hidden;
}
.Promise-main{
  margin: 15px auto 30px;
  overflow: hidden;
}
.Promise-left,
.Promise-right{
  width: 46%;
  text-align: right;
}
.Promise-left{
  margin-right: 4%;
  float: left;
  margin-top: 10px;
}
.Promise-left h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.Promise-left p{
  font-size: 12px;
}
.Promise-right{
  text-align: right;
  float: right;
}
.Promise-right img{
  width: 100%;
}
.Promise-fan{
  margin: 0 0 30px;
}
.Promise-fan .Promise-left{
  float: right;
  margin-left: 4%;
  text-align: left;
}
.Promise-fan .Promise-right{
  float: left;
}
/*实时动态*/
.topRec_List dl, .maquee {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  color: #7C7C7C;
}
.topRec_List dd {
    float: left;
    text-align: center;
    border-bottom: 1px solid #5fa0f2;
    color: #5fa0f2;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.topRec_List dl dd:nth-child(1) {
    width: 40%;
}
.topRec_List dl dd:nth-child(2) {
    width: 18%;
}
.topRec_List dl dd:nth-child(3) {
    width: 18%;
}
.topRec_List dl dd:nth-child(4) {
    width: 24%;
}
.maquee {
    height: 230px;
}
.topRec_List ul {
    width: 100%;
    height: 195px;
    color: #333;
}
.topRec_List li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dashed #aaa;
}
.topRec_List li div{ float:left;}
.topRec_List li div:nth-child(1){ width:40%;}
.topRec_List li div:nth-child(2){ width:18%;}
.topRec_List li div:nth-child(3){ width:18%;}
.topRec_List li div:nth-child(4){ 
  width:24%;
  color: red;
  font-weight: bold;
}
/*弹出层*/
.pop_boxa{
    display: none;
}
.pop_login {
    display: block;
}
.pop_box {
    position: fixed;
    margin: 0px auto 0;
    top: 50%;
    left: 0;
    right: 0;
    height: 400px;
    width: 300px;
    margin-top: -176px;
    z-index: 10001;
}
.pop_box_wp {
    background: #fff;
    width: 300px;
    position: relative;
    color: #646464;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    border-color: rgba(0,0,0,.14);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    overflow: hidden;
}
.pop_boxa .t_boxc {
    width: auto;
    overflow: hidden;
    z-index: 1000;
    min-height: 260px;
    margin: 0 auto;
}
.pop_boxa .login_box {
    height: 53px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 7px rgba(0,0,0,.06);
    background: #fdfdfd;
    background: linear-gradient(#fbfbfb,#ececec);
    position: relative;
}
.pop_boxa .login_box h3 {
    display: inline-block;
    width: 100%;
    font: 14px/52px \5FAE\8F6F\96C5\9ED1;
    text-align: center;
    overflow: hidden;
    color: #000;
    vertical-align: top;
}
.pop_boxa .p_b_close{
    width: 15px;
    height: 15px;
    background: url(../images/bg_basespr_02.png) center center / 100% no-repeat;
    position: absolute;
    right: 13px;
    top: 13px;
    overflow: hidden;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
}
.geetest_panel_mainclose{
    position: absolute;
    bottom: 0;
    background: #f5f5f5;
    border-top: 1px solid #e1e1e1;
    padding:10px 0 0;
    width: 100%;
    text-align: center;
}
.pop_boxa .geetest_panel_close{
    display: inline-block;
    line-height: 40px;
    width: calc(100% - 20px);
    border-radius: 5px;
}
.pop_boxa .p_b_close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.popboxmain p{
    margin: 10px;
    text-align: center;
}
.styled-pane {
  -webkit-animation-duration: 450ms;
  -webkit-animation-name: styled-pop;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-duration: 450ms;
  -moz-animation-name: styled-pop;
  -moz-animation-timing-function: ease-in-out;
  animation-duration: 450ms;
  animation-name: styled-pop;
  animation-timing-function: ease-in-out;
}
@-moz-keyframes styled-pop{
  0%{
    opacity:0;
    -moz-transform:scale(0.25, 0.25);
  }
  65%{
    opacity:1;
    -moz-transform:scale(1.02, 1.02);
  }
  100%{
    opacity:1;
    -moz-transform:scale(1, 1)}
}
@keyframes styled-pop{
  0%{
    opacity:0;
    transform:scale(0.25, 0.25);
  }65%{
    opacity:1;
    transform:scale(1.02, 1.02);
  }100%{
    opacity:1;
    transform:scale(1, 1);
  }
}
@-webkit-keyframes styled-pop{
  0%{
    opacity:0;
    -webkit-transform:scale3d(0.25, 0.25, 1);
  }65%{
    opacity:1;
    -webkit-transform:scale3d(1.02, 1.02, 1);
  }
  100%{
    opacity:1;
    -webkit-transform:scale3d(1, 1, 1);
  }
}
/*遮罩层*/
.mask-readd{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background: #000;
    transition: opacity .3s ease-in-out;
    opacity: 0.4;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: nodeInserted;
    -moz-animation-name: nodeInserted;
    animation-name: nodeInserted;
    display: none;
    top: 0;
    left: 0;
    z-index: 10000;
}
.mask-readdb{
    display: block;
}
.modify_sub{
    width: 270px;
    height: 40px;
    background: #f8ab37;
    outline: none;
    border: 1px solid #f59e1c;
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
    border-radius: 2px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.modify_sub:after {
    content: '';
    position: absolute;
    top: 0;
    left: -270px;
    width: 270px;
    height: 100%;
    transform: skewX(-20deg);
    -webkit-transform:skewX(-20deg) ;
    background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
}
.modify_sub:hover:after {
    animation: shine 1.6s ease;
}
.modify_sub:active {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.modify_sub:active {
    border: 1px solid #14bff1;
    background: #14bff1;
}
.stycentt .modify_sub {
    width: 150px;
}
@-moz-keyframes shine {
    100% {
        left: 200%;
    }
}
@-webkit-keyframes shine {
    100% {
        left: 200%;
    }
}
@-o-keyframes shine {
    100% {
        left: 200%;
    }
}
@keyframes shine {
    100% {
        left: 200%;
    }
}
/*svg动画*/
.svganimain{
    text-align: center; 
    margin: 10px auto; 
    height: auto; 
    width: 50px;
}
.circle{fill:none;stroke:#4caf50;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.circle-dash{fill:none;stroke:#4caf50;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.check{fill:none;stroke:#4caf50;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check-dash{fill:none;stroke:#4caf50;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.check {
    stroke-dasharray: 60 100;
    animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s; 
    -webkit-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s; 
    -moz-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s; 
    -o-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s; 
    opacity: 0;
}

@-webkit-keyframes check {
    from {stroke-dashoffset: 60;
    opacity: 1;}

    to {stroke-dashoffset: 00;
    opacity: 1;}
}

@-moz-keyframes check {
    from {stroke-dashoffset: 60;
    opacity: 1;}

    to {stroke-dashoffset: 00;
    opacity: 1;}
}

@keyframes check {
    from {stroke-dashoffset: 60;
    opacity: 1;}

    to {stroke-dashoffset: 00;
    opacity: 1;}
}

.check-dash {
    stroke-dasharray: 10 100;
    animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards; 
    -webkit-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards; 
    -moz-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards; 
    -o-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards; 
}

@-webkit-keyframes check-dash {
    from {stroke-dashoffset: 120;}
    to {stroke-dashoffset: 45;}
}

@-moz-keyframes check-dash {
    from {stroke-dashoffset: 120;}
    to {stroke-dashoffset: 45;}
}

@keyframes check-dash {
    from {stroke-dashoffset: 120;}
    to {stroke-dashoffset: 45;}
}

.circle {
    stroke-dasharray: 300 300;
    animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s; 
    -webkit-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s; 
    -moz-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s; 
    -o-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s; 
    opacity: 0;
}

@-webkit-keyframes circle {
    from {stroke-dashoffset:300;
    opacity: 1;}
    to {stroke-dashoffset:0;
    opacity: 1;}
}

@-moz-keyframes circle {
    from {stroke-dashoffset:300;
    opacity: 1;}
    to {stroke-dashoffset:0;
    opacity: 1;}
}

@keyframes circle {
    from {stroke-dashoffset:300;
    opacity: 1;}
    to {stroke-dashoffset:0;
    opacity: 1;}
}

.circle-dash {
    stroke-dasharray: 10 300;
    animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -webkit-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -moz-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -o-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    opacity: 0;
}

@-webkit-keyframes circledash {
    from {stroke-dashoffset:320;
    opacity: 1;}
    to {stroke-dashoffset: 20;
    opacity: 1;}
}

@-moz-keyframes circledash {
    from {stroke-dashoffset:320;
    opacity: 1;}
    to {stroke-dashoffset: 20;
    opacity: 1;}
}

@keyframes circledash {
    from {stroke-dashoffset:320;
    opacity: 1;}
    to {stroke-dashoffset: 20;
    opacity: 1;}
}
/*加载*/
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #333;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.popboxmain{
    height: 260px;
  display: none;
}
.popboxmain-load{
  text-align: center;
  margin:28px auto 0;
}
.popboxmain-load p{
  margin-top: 10px;
  font-size: 20px;
  color: #000;
}
/*商务通*/
#LR-CIRCLE,
#LRMINIBar1,
#LRdiv0{
  display: none !important;
}
.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}    