#banner {
    position: relative;
    height: 440px;
    /* background: url(../images/banner-bg-01.png) no-repeat center top; */
    background-size: cover;
    text-align: center;
    overflow: hidden;
    margin-top: 100px;
}
#banner .swiper-banner{
    height: 100%;
}
#banner .swiper-banner .swiper-slide{
    height:440px;
}
#banner .swiper-banner .swiper-slide img{
    width:100%;
    height:100%;
}
.module-brand {
    border-top: 1px solid transparent;
    background: url(../images/brand-bg.png) center top;
    background-size: cover;
    padding-bottom: 0px;
}

.module-brand .container {
    position: relative;
    margin-top: -81px;
    overflow: hidden;
    z-index: 2;
}

.module-brand .srh-ipt{
    height:162px;
background:rgba(255,255,255,1);
box-shadow:0px -2px 20px 0px rgba(0, 0, 0, 0.05);
border-radius:4px;
margin-bottom: 50px;
padding:20px 64px 0;
}
.module-brand .srh-ipt .type li{
    float:left;
    padding:0 8px;
    height:26px;
    line-height: 26px;
    margin-right:10px;
    color:rgba(153,153,153,1);
    cursor:pointer;
}
.module-brand .srh-ipt .type li.active{
    position: relative;
    border:1px solid rgba(30,170,220,1);
    color:#10bbb8;
    border-radius:2px;
}
.module-brand .srh-ipt .type li.active::after{
    content:'';
    position:absolute;
    bottom:-5px;
    left:0;
    right:0;
    margin:auto;
    width:8px;
    height:5px;
    background:#fff url(../images/type-check.png) no-repeat left center;
}
.module-brand .srh-ipt .srh-handle{
    margin-top:10px;
}
.module-brand .srh-ipt .srh-handle input{
    width:600px;
    height:60px;
    padding:0 12px;
    border:2px solid #10bbb8;
    border-radius:4px 0 0 4px;
}
.module-brand .srh-ipt .srh-handle input::-webkit-input-placeholder{
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(188,188,188,1);
  }
  .module-brand .srh-ipt .srh-handle input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(188,188,188,1);
  }
  .module-brand .srh-ipt .srh-handle input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(188,188,188,1);
  }
  .module-brand .srh-ipt .srh-handle input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    font-size:16px;
    font-family:MicrosoftYaHei;
    color:rgba(188,188,188,1);
  }
.module-brand .srh-ipt .srh-btn{
    width:200px;
    height:60px;
    line-height:60px;
    text-indent:75px;
    font-size:20px;
    color:#fff;
    background:#10bbb8 url(../images/wd-srh-btn.png) no-repeat 45px center;
    border-radius:0px 4px 4px 0px;
}
.module-brand .srh-ipt label{
    font-size:16px;
color:rgba(70,70,70,1);
margin:0 20px;
line-height: 60px;
}
.module-brand .srh-ipt .sale-btn{
    width:200px;
height:60px;
line-height:56px;
text-indent:75px;
border:2px solid #10bbb8;
border-radius:4px;
font-size:20px;
color:#10bbb8;
background:url(../images/sale-ico.png) no-repeat 45px center;
}
.hot-tab{
    margin-top:122px;
}
.hot-tab h3{
    position:relative;
    font-size:24px;
    font-weight:400;
    color:rgba(51,51,51,1);
    padding-left:26px;
    margin-bottom: 35px;
}
.hot-tab h3 span{
    font-size:16px;
    color:rgba(153,153,153,1);
    margin-left:10px;
}
.hot-tab h3::after{
    content:'';
    position:absolute;
    left:0;
    top:5px;
    width:6px;
height:22px;
background-color:#10bbb8;
border-radius:3px;
}
.hot-tab ul{
    padding:0 30px;
}
.hot-tab ul li{
    position:relative;
   /* left:100%;*/
    float:left;
    margin-right:117px;
    text-align:center;
  /*  opacity:0;*/
    transition:all 1s cubic-bezier(0,1.1,.86,1.05);
    -webkit-transition:all 1s cubic-bezier(0,1.1,.86,1.05);
    -moz-transition:all 1s cubic-bezier(0,1.1,.86,1.05);
    -o-transition:all 1s cubic-bezier(0,1.1,.86,1.05);
}
.hot-tab ul li.on{
    left:0;
    opacity:1;
}
.hot-tab ul li a{
    display:block;
    height:100%;
}
.hot-tab ul li:last-child{
    margin-right:0;
}
/* .hot-tab ul li .hide-img{
    display:none;
} */
/* .hot-tab ul li:hover .hide-img{
    display:block;
    margin: 0 auto;
}
.hot-tab ul li:hover .show-img{
    display:none;
} */
.hot-tab ul li .img-wrap{
    position:relative;
    top:0;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
}
.hot-tab ul li h5{
    position:relative;
    top:0;
    font-size:20px;
color:rgba(102,102,102,1);
margin-bottom: 6px;
transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
}
.hot-tab ul li p{
    position:relative;
    top:0;
    color:rgba(153,153,153,1);
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
}
.hot-tab ul li:hover .img-wrap{
    top:-10px;
}
.hot-tab ul li:hover h5{
    top:10px;
}
.hot-tab ul li:hover p{
    top:10px;
}
.module-title {
    padding-top: 40px;
    text-align: center;
}

.module-title h3 {
    font-size: 30px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 48px;
}

.module-title .line-ico {
    margin: -7px 0 0px 0;
}

.module-title .line-ico span {
    display: inline-block;
    width: 10px;
    height: 1px;
    background: rgba(216, 216, 216, 1);
    vertical-align: middle;
}

.module-title p {
    font-size: 12px;
    font-family: MicrosoftYaHeiUI;
    color: rgba(153, 153, 153, 0.6);
    margin-bottom: 28px;
}

.brand-list {
    height: 376px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
}

.brand-item {
    display: inline-block;
    width: 280px;
    height: 316px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 237, 237, 1);
    box-shadow: 0px 2px 6px 0px rgba(119, 119, 119, 0.08);
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
  /*  visibility: hidden;
    opacity: 0;*/
}
@keyframes shakeInBit {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    50% {
        transform: translate3d(-15px, 0, 0);
        -webkit-transform: translate3d(-15px, 0, 0);
        -moz-transform: translate3d(-15px, 0, 0);
        -o-transform: translate3d(-15px, 0, 0);
        -ms-transform: translate3d(-15px, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.shakeInBit {
    opacity: 1;
    -webkit-animation: shakeInBit 1s ease-in-out backwards;
    -moz--animation: shakeInBit 1s ease-in-out backwards;
    -o-animation: shakeInBit 1s ease-in-out backwards;
    -ms-animation: shakeInBit 1s ease-in-out backwards;
    animation: shakeInBit 1s ease-in-out backwards;
}

.brand-item:last-child {
    margin-right: 0;
}
.brand-item .img-wrap{
    overflow: hidden;
}
.brand-item img {
    width: 280px;
    height: 158px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.brand-item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.brand-item h3 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 14px 0 10px;
}

.brand-item p {
    padding: 0 25px;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
    font-size: 14px;
    white-space: normal;
}

.module-pre {
    padding-bottom: 80px;
    background: url(../images/pre-bg.jpg) no-repeat center top;
    background-size: cover;
}

.pre-item {
    margin-bottom: 30px;
}

.pre-item:last-child {
    margin-bottom: 0;
}

.pre-item .pre-left {
    width: 239px;
    height: 470px;
    border-radius: 6px 0px 0px 0px;
}

.pre-item.tmall-item .pre-left {
    background: url(../images/pre-banner-01.png) no-repeat left top;
    background-size: cover;
}

.pre-item.taobao-item .pre-left {
    background: url(../images/pre-banner-02.png) no-repeat left top;
    background-size: cover;
}

.pre-item.other-item .pre-left {
    background: url(../images/pre-banner-03.png) no-repeat left top;
    background-size: cover;
}

.pre-item .pre-left a {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 38px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin: 232px auto 0;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.pre-item .pre-left a:hover {
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 113, 0, 1);
}

.pre-right {
    width: 960px;
}

.pre-right li {
    position: relative;
    float: left;
    width: 470px;
    height: 230px;
    background: rgba(255, 255, 255, 1);
    padding: 0 40px;
    border: 1px solid #fff;
    margin: 0 0 10px 10px;
    z-index: 2;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
}

.pre-right li:nth-child(3),
.pre-right li:nth-child(4) {
    margin-bottom: 0;
}
.pre-right li::before,.pre-right li::after{
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    z-index:-1;
}
.pre-right li:hover::before{
    border-top:1px solid #10bbb8;
    border-left:1px solid #10bbb8;
}
.pre-right li:hover::after{
    border-right:1px solid #10bbb8;
    border-bottom:1px solid #10bbb8;
}
.pre-right li::after{
    left:auto;
    top: auto;
    right:-1px;
    bottom:-1px;
}

.pre-right li:hover::before,.pre-right li:hover::after{
    width: 100%;
    height: 100%;
}
.pre-right li .shop-name {
    display: block;
    font-size: 18px;
    font-family: MicrosoftYaHeiUI;
    color: rgba(51, 51, 51, 1);
    margin: 23px 0 14px;
    padding-left: 28px;
}

.pre-right li .shop-name:hover {
    color: #10bbb8;
}

.tmall-item .pre-right li .shop-name {
    background: url(../images/shop-tm-ico.png) no-repeat left center;
}

.taobao-item .pre-right li .shop-name {
    background: url(../images/shop-taobao-ico.png) no-repeat left center;
}

.other-item .pre-right li.jd-item-list .shop-name {
    background: url(../images/shop-jd-ico.png) no-repeat left center;
}
.other-item .pre-right li.other-item-list .shop-name {
    background: url(../images/shop-other-ico.png) no-repeat left center;
}
.pre-right li .shop-info {
    width: 390px;
    height: 74px;
    border: 1px dashed rgba(229, 229, 229, 1);
}

.pre-right li .shop-info span {
    position: relative;
    float: left;
    width: 50%;
    color: #999999;
    text-indent: 26px;
    margin: 12px 0 -4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pre-right li .shop-info span em {
    color: #666;
}

.pre-right li .shop-info span:nth-child(1)::after,
.pre-right li .shop-info span:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 12px;
    background: rgba(229, 229, 229, 1);
}

.pre-right li .price {
    font-size: 16px;
    color: #FF512F;
    font-weight: 600;
    margin-top: 16px;
    background: url(../images/watermark.png) no-repeat center center;
}
.pre-right li .price span {
    font-size: 30px;
}

.pre-right li .contact-btn {
    width: 126px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid;
    border-color: #10bbb8;
    border-radius: 2px;
    font-size: 16px;
    color: #10bbb8;
    margin-top: 20px;
}

.pre-right li .contact-btn:hover {
    border: none;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    background-color: #10bbb8
}

.module-assess {
    height: 650px;
    background: url(../images/assess-bg.jpg) no-repeat center top;
    background-size: cover;
}

.module-assess .module-title h3 {
    color: rgba(255, 255, 255, 1);
}

.module-assess .form-main {
    position: relative;
    height: 418px;
    background: url(../images/form-bg.jpg) no-repeat left top;
    background-size: cover;
}

.module-assess .assess-img {
    position: absolute;
    top: 80px;
    left: 96px;
}

.module-assess .form-main {
    padding-left: 476px;
}

.module-assess .form-main .form-title {
    font-size: 24px;
    font-weight: 400;
    padding: 33px 0 0 102px;
    color: rgba(51, 51, 51, 1);
}

.module-assess .form-main .form-text {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    padding: 2px 0 28px 188px;
}

.module-assess .form-main .form-text span {
    font-size: 22px;
    color: rgba(255, 57, 51, 1);
}

.module-assess .form-main .form-item>* {
    display: inline-block;
    vertical-align: middle;
}

.module-assess .form-main .form-item label {
    min-width: 66px;
    text-align: right;
    font-family: MicrosoftYaHeiUI;
    color: #666666;
    margin-right: 12px;
}

.module-assess .form-main .form-item label::before {
    content: '*';
    font-size: 14px;
    font-family: MicrosoftYaHeiUI;
    color: #FF0000;
}

.module-assess .form-main .form-item input {
    width: 480px;
    height: 44px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 20px;
    outline: none;
}

.module-assess .form-main .form-item {
    margin-bottom: 20px;
}

.module-assess .form-main .form-item.get-btn input {
    width: 334px;
    margin-right: 5px;
}

.module-assess .form-main .form-item.get-btn .get-code {
    width: 136px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    font-family: MicrosoftYaHeiUI;
    color: #10bbb8;
    border: 1px solid;
    outline: none;
}

.module-assess .form-main .form-item.get-btn .get-code:hover {
    background-color: #10bbb8;
    border-image: none;
    border-color:#10bbb8;
    color: #fff;
}

.module-assess .form-main .form-item.get-btn .get-code.geting {
    color: rgba(153, 153, 153, 1);
    border: 1px solid rgba(204, 204, 204, 1)
}

.module-assess .form-main .form-item.get-btn .get-code.geting:hover {
    color: rgba(153, 153, 153, 1) !important;
    border: 1px solid rgba(204, 204, 204, 1) !important;
    background-color: #fff;
}

.module-assess .form-main .get-price {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #10bbb8;
    border-radius: 2px;
    font-size: 16px;
    margin: 32px 0 0 200px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.module-team {
    background: url(../images/team-bg.png) no-repeat center top;
    padding-bottom: 80px;
}

.module-team .advantage {
    position: relative;
    top: -30px;
    height: 146px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
   /* opacity: 0;*/
    transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}
.module-team .advantage.on{
    opacity:1;
    top:0;
}
.module-team .advantage li {
    float: left;
    width: 25%;
    height: 146px;
    border-right: 1px solid #E5E5E5;
    padding: 28px 30px 0;
}

.module-team .advantage li:last-child {
    border-right: none;
}

.module-team .advantage li .img-wrap {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-right: 4px;
    vertical-align: middle;
}

.module-team .advantage li .adv-text {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
}

.module-team .advantage li .adv-text h3 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 5px;
}

.module-team .advantage li .adv-text p {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}
.module-team .teamer-list{
    position: relative;
    top: 20px;
   /* opacity:0;*/
    transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}   
.module-team .teamer-list.on{
    top:0;
    opacity:1;
}
.team-item {
    width: 285px;
    height: 404px;
    background: rgba(255, 255, 255, 1);
    /* box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05); */
    /* margin: 0 9px; */
}

.team-item .teamer-img {
    width: 285px;
    height: 285px;
}

.team-item .name-tel {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #E5E5E5;
    padding: 0 16px;
}

.team-item .name-tel .teamer-name {
    width: 105px;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-item .name-tel .teamer-tel {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    padding-left: 17px;
    background: url(../images/tel-ico.png) no-repeat left center;
}

.team-item .dancel-btns {
    padding: 16px;
    font-size: 0;
}

.team-item .dancel-btns .add-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.team-item .dancel-btns .add-btn:hover a {
    color: #FFFFFF;
    background-color: #10bbb8;
}

.team-item .dancel-btns a {
    display: block;
    vertical-align: middle;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #10bbb8;
    border-radius: 2px;
    color: #FF7100;
    font-size: 16px;
}

.team-item .dancel-btns .contact-btn {
    position:relative;
    border: 1px solid #10bbb8;
    color: #10bbb8;
}
.team-item .dancel-btns .contact-btn::after,.team-item .dancel-btns .contact-btn::before{
    content:'';
    position:absolute;
    right:59px;
    top:0;
    bottom:0;
    margin:auto;
    width:0;
    height:0;
    border-width:4px 0 4px 4px;
    border-style:solid;
    border-color:transparent transparent transparent #10bbb8;
}
.team-item .dancel-btns .contact-btn::before{
    right:auto;
    left:59px;
    border-width:4px 4px 4px 0;
    border-style:solid;
    border-color:transparent #10bbb8 transparent transparent;
}
.team-item .dancel-btns .contact-btn:hover {
    border: 1px solid #10bbb8;
    color: #fff;
    background-color: #10bbb8;
}
.team-item .dancel-btns .contact-btn:hover::before{
    border-color:transparent #fff transparent transparent;
}
.team-item .dancel-btns .contact-btn:hover::after{
    border-color:transparent transparent transparent #fff ;
}
.team-item .dancel-btns .add-btn .code-wrap {
    display: none;
    position: absolute;
    left: -8px;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: 138px;
    height: 138px;
    text-align: center;
    line-height: 138px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}

.team-item .dancel-btns .add-btn:hover .code-wrap {
    display: block;
}

.team-item .dancel-btns .add-btn .code-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    width: 13px;
    height: 6px;
    background: url(../images/tream-jt.png) no-repeat left top;
}

.team-item .dancel-btns .add-btn .code-wrap img {
    width: 112px;
    height: 112px;
    vertical-align: middle;
}

.module-consult {
    height: 825px;
    background: url(../images/consult-bg.jpg) no-repeat center top;
    background-size: cover;
}

.module-consult .consult-main {
    width: 500px;
    height: 492px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 50px 40px 0;
}

.module-consult .consult-main .consult-img {
    width: 420px;
    height: 252px;
}

.module-consult .consult-main .consult-title {
    display: block;
    height: 56px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    margin: 28px 0 30px;
}

.module-consult .consult-main .consult-title:hover {
    color: #FF7100;
}

.module-consult .consult-main .date-heat {
    font-family: MicrosoftYaHeiUI;
    color: rgba(153, 153, 153, 1);
}

.module-consult .consult-lists {
    width: 620px;
    margin-left: 80px;
}

.module-consult .consult-lists .consult-item {
    height: 108px;
    border-top: 1px solid #E5E5E5;
    padding: 0 28px 0 20px;
}

.module-consult .consult-lists .consult-item:hover {
    height: 110px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border: none;
}

.module-consult .consult-lists .consult-item:hover+.consult-item {
    border-top: none;
}

.module-consult .consult-lists .consult-item:hover h3 {
    color: #10bbb8
}

.module-consult .consult-lists .consult-item:hover h3 span {
    background-color:#10bbb8
}

.module-consult .consult-lists .consult-item:hover .arrow-ico {
    background: url(../images/arrow-ico-s.png) no-repeat left top;
}

.module-consult .consult-lists .consult-item a {
    display: block;
    height: 100%;
}

.module-consult .consult-lists .consult-item h3 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 22px 0 20px;
    vertical-align: middle;
}

.module-consult .consult-lists .consult-item h3 span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(102, 102, 102, 1);
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}

.module-consult .consult-lists .consult-item .heat-date {
    padding-left: 15px;
}

.module-consult .consult-lists .consult-item .heat-date span {
    font-family: MicrosoftYaHeiUI;
    color: rgba(153, 153, 153, 1);
    display: inline-block;
    width: 170px;
}


.module-consult .consult-lists .consult-item .arrow-ico {
    position: relative;
    width: 19px;
    height: 11px;
    background: url(../images/arrow-ico-n.png) no-repeat left top;
    margin-top: 6px;
}

.module-consult .consult-lists .consult-item .arrow-ico::before {
    content: '';
    position: absolute;
    left: -24px;
    top: -2px;
    width: 1px;
    height: 16px;
    background: rgba(229, 229, 229, 1);
}

.module-consult .consult-lists .more-item {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E5E5E5;
}

.module-consult .consult-lists .more-item:hover {
    height: 60px;
}

.module-consult .consult-lists .more-item h3 {
    padding: 0;
    color: #666666;
}

.module-consult .consult-lists .more-item .arrow-ico {
    margin-top: 25px;
}


#newBridge .icon-right-center{
    top: 62% !important;
}
.teamer-list .swiper-container{
    height: 404px;
    overflow: hidden;
}
.teamer-list .swiper-container .swiper-slide{
    /* width: 285px !important; */
}
.teamer-list .swiper-container .swiper-slide:nth-child(2){
    margin-right: 0;
}