
.g-classify ul{
    display: block;
}

/* banner */
.banner{
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.banner-slide .slick-slide{
    display: block;
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.slick-dots li.slick-active button{
    width: 25px;
    border-radius: 5px;
}

/* banner上导航 */
.banner-nav-box{
    position: relative;
}

.banner-nav{
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    margin-top: 20px;
    width: 220px;
    height: 442px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border-radius: 4px;
}

.banner-nav .top{
    padding: 15px 10px;
    background-image: linear-gradient(90deg, #fb9457, #ec3809);
    background-color: #f46730;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

.banner-nav .top-icon{
    margin: 0 auto 10px auto;
    width: 47px;
    height: 47px;
    background: url('../images/css_sprites.png') -251px -10px;
}

.banner-nav .top p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.banner-nav .top a{
    display: inline-block;
    margin: 20px 5px 0 5px;
    padding: 0 15px;
    line-height: 32px;
    color: #fff;
    border-radius: 2px;
}

.banner-nav .top .btn1{
    background: #ed2f2e;
}

.banner-nav .top .btn2{
    background: #f38a64;
}

.banner-nav .middle a{
    float: left;
    width: 50%;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #eee;
}

.banner-nav .middle a:hover{
    color: #ed2f2e;
}

.banner-nav .middle a:nth-child(2n+1){
    border-right: 1px solid #eee;
}

.banner-nav .middle a i{
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.banner-nav .middle .bg-icon1{
    background: url('../images/css_sprites.png') -251px -77px;
}

.banner-nav .middle .bg-icon2{
    background: url('../images/css_sprites.png') -251px -127px;
}

.banner-nav .middle .bg-icon3{
    background: url('../images/css_sprites.png') -251px -177px;
}

.banner-nav .middle .bg-icon4{
    background: url('../images/css_sprites.png') -139px -179px;
}

.banner-nav .bottom-tittle{
    margin: 20px 0 10px 0;
    text-align: center;
    font-size: 14px;
    color: #ddd;
}

.banner-nav .bottom-tittle span{
    position: relative;
    display: inline-block;
    padding: 0 18px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.banner-nav .bottom-tittle span:before,.banner-nav .bottom-tittle span:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 50%;
}

.banner-nav .bottom-tittle span:before{
    left: -5px;
}

.banner-nav .bottom-tittle span:after{
    right: -5px;
}

.notice-slide{
    height: 85px;
    margin: 0 15px;
    overflow: hidden;
    line-height: 26px;
    color: #999;
    font-size: 12px;
}

.notice-slide .slick-slide:before{
    content: '';
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background: #bbb;
    border-radius: 3px;
}

.notice-slide .slick-slide a{
    float: left;
    max-width: 176px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice-slide a:hover{
    color: #ed2f2e;
}
/* banner end */

.g-advantage{
    margin-top: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.01);
}

/* 图片导航 */
.focus-nav{
    margin: 25px auto;
}

.focus-nav li{
    float: left;
    width: 290px;
    margin-left: 13.33333333px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    transition: all 0.3s ease;
}

.focus-nav li:first-child{
    margin-left: 0;
}

.focus-nav li:hover{
    transform: translateY(-10px);
}

.focus-nav li img{
    max-width: 100%;
}
/* 图片导航end */

/* 通栏广告 */
.focus1200{
    margin: 25px auto;
}

#focus1{
    height: 90px;
}

#focus1 .slick-dots{
    bottom: 5px;
}

#focus1 .slick-dots li.slick-active button{
    width: 10px;
}

/* 标题 */
.index-title{
    margin: 30px auto 20px auto;
    line-height: 28px;
    text-align: center;
}

.index-title h2{
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    color: #ddd;
}

.index-title h2 span{
    display: inline-block;
    vertical-align: middle;
}

.index-title h2 b{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    padding: 0 18px;
    font-weight: bold;
    font-size: 28px;
    color: #333;
}

.index-title h2 b:before,
.index-title h2 b:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 50%;
}

.index-title h2 b:before{
    left: -5px;
}

.index-title h2 b:after{
    right: -5px;
}

.index-title p{
    font-size: 12px;
    color: #999;
}
/* 标题 end */

/* 店铺 */
.part{
    margin: 20px auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
}

.part-left{
    float: left;
    width: 280px;
    height: 460px;
    border-radius: 4px 0 0 4px;
}

.part-left .slick-dots{
    bottom: 0;
}

.shop-left{
    background: #fc5054;
}

.market-left{
    background: #3ec6ed;
}

.web-left{
    background: #ffb900;
}

.part-left .title{
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.part-left .title h3{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}

.part-left .bot-link{
    margin-top: 10px;
    text-align: center;
    line-height: 28px;
    font-size: 0;
}

.part-left .bot-link a{
    display: inline-block;
    margin: 5px;
    width: 120px;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
    font-size: 14px;
}

/* 网店轮播 */
.shop-slide{
    position: relative;
    margin: 15px auto 0 auto;
    width: 250px;
    height: 275px;
}

.shop-slide .slick-slide{
    height: 255px;
}

.shop-slide .top{
    position: relative;
    z-index: 1;
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.shop-slide .top img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.shop-slide .main{
    display: block;
    padding: 60px 20px 20px 20px;
    margin: -55px auto 0 auto;
    background: #fff;
    text-align: center;
}

.shop-slide .desc{
    color: #999;
    line-height: 22px;
    width: 100%;
    height: 48px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-slide .index-price{
    display: block;
}

.index-price{
    color: #ed2f2e;
}

.index-price i{
    display: inline-block;
    margin: 0 3px;
    font-size: 24px;
    font-weight: bold;
}

.shop-slide .bot{
    display: block;
    width: 80%;
    margin: 10px auto 0 auto;
    font-size: 0;
    color: #ed2f2e;
    border: 1px solid #ed2f2e;
    border-radius: 2px;
}

.shop-slide .bot i{
    display: inline-block;
    width: 50%;
    line-height: 28px;
    font-size: 14px;
}

.shop-slide .bot i:first-child{
    border-right: 1px solid #ed2f2e;
}

.part-left .slide-dot{
    bottom: -20px;
}

/* 商标轮播 */
.market-slide{
    position: relative;
    margin: 15px auto 0 auto;
    width: 250px;
    height: 275px;
}

.market-slide .slick-slide{
    width: 250px;
    height: 255px;
    background: #fff;
    text-align: center;
}

.market-slide .img{
    display: block;
    margin: 5px auto;
    max-width: 90%;
    height: 140px;
}

.market-slide .name{
    display: block;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.market-slide .type{
    display: block;
    margin: 10px auto;
    width: 140px;
    line-height: 28px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.market-slide .index-price{
    display: block;
    margin: 10px auto;
}

/* 店铺右侧 */
.shop-right{
    float: right;
    width: 920px;
    height: 460px;
}

.bg-cantact{
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: url('../images/common.png') -233px -247px;
}

.shop-right > li{
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    padding: 20px;
}

.shop-right > li:nth-child(2n+1){
    border-right: 1px solid #eee;
}

.shop-right > li:nth-child(n+3){
    border-top: 1px solid #eee;
}

.shop-right > li:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.shop-right h3{
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

.shop-right h3 a:hover{
    color: #ed2f2e;
}

.shop-right h3 img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}

.shop-right .left{
    float: left;
    width: 135px;
    height: 135px;
}

.shop-right .left img{
    width: 100%;
    height: 100%;
}

.shop-right .right{
    float: left;
    width: 250px;
    margin-left: 20px;
    line-height: 30px;
    color: #999;
}

.shop-right .right ul{
    margin-top: 10px;
}

.shop-right .right li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shop-right .right li span{
    color: #666;
}

.shop-right .bot{
    margin-top: 10px;
}

.shop-right .bot .fr{
    margin-top: 5px;
    color: #FC6958;
}

.tag-new, .tag-old{
    position: absolute;
    right: -3px;
    top: -2px;
    display: block;
    width: 36px;
    height: 41px;
    background-image: url(../images/common.png);
}

.tag-new{
    background-position: -190px -460px;
}

.tag-old{
    background-position: -246px -460px;
}
/* 店铺右侧end */

/* 知识产权右侧 */
.market-right{
    float: left;
    width: 920px;
}

.market-right li{
    float: left;
    width: 25%;
    height: 230px;
    text-align: center;
    overflow: hidden;
}

.market-right li:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.market-right .top{
    display: block;
    margin: 5px auto;
    width: 90%;
    height: 90px;
    line-height: 90px;
}

.market-right .top img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.market-right .name{
    display: block;
    max-width: 90%;
    height: 18.4px;
    margin: 5px auto;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.market-right .type{
    display: block;
    margin: 5px auto;
    width: 140px;
    line-height: 26px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;
}

.market-right .price{
    display: block;
    margin: 5px auto;
    line-height: 20px;
}

.market-right .price .red i{
    font-size: 18px;
}

.market-right .btns {
    line-height: 28px;
    text-align: center;
    font-size: 0;
}

.market-right .btns a{
    display: inline-block;
    margin: 0 5px;
    padding: 0 15px;
    background: #f2f2f2;
    color: #666;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.market-right li:hover .btns a{
    background: #ed2f2e;
    color: #fff;
    border-color: #ed2f2e;
}
/* 知识产权右侧end */

/* 网站轮播 */
.web-slide{
    position: relative;
    margin: 15px auto 0 auto;
    width: 250px;
    height: 275px;
}

.web-slide .slick-slide{
    width: 250px;
    height: 255px;
    padding: 10px;
    background: #fff;
    text-align: center;
}

.web-slide h3{
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.web-slide h3 i{
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    color: #FF6000;
    border: 1px solid #FF6000;
}

.web-slide .img{
    display: block;
    width: 100%;
    height: 110px;
    margin: 5px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.web-slide .index-price{
    display: block;
    margin: 5px auto 0 auto;
}

.web-slide .ip{
    display: block;
    margin: 5px 0;
    color: #999;
}

.web-slide .btn{
    display: block;
    margin: 10px auto 0 auto;
    width: 90px;
    line-height: 24px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.web-slide .main:hover .btn{
    background: #ed2f2e;
    color: #fff;
    border-color: #ed2f2e;
}

/* 网站右侧 */
.web-right{
    float: right;
    width: 920px;
}

.web-right li{
    float: left;
    width: 33.33%;
    height: 153.33px;
    padding: 20px 20px;
    text-align: center;
}

.web-right h3{
    text-align: left;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.web-right h3 i{
    display: inline-block;
    margin-right: 5px;
    vertical-align: 1px;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    color: #FF6000;
    border: 1px solid #FF6000;
}

.web-right .index-price{
    display: block;
    margin: 5px 0;
}

.web-right .index-price i{
    font-weight: normal;
}

.web-right .ip{
    display: block;
    margin: 5px 0;
    color: #999;
}

.web-right .btns{
    line-height: 28px;
    text-align: center;
    font-size: 0;
}

.web-right .btns a{
    display: inline-block;
    margin: 0 5px;
    padding: 0 15px;
    background: #f2f2f2;
    color: #666;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.web-right li:hover .btns a{
    background: #ed2f2e;
    color: #fff;
    border-color: #ed2f2e;
}
/* 网站交易end */

/* 新媒交易 */
.mt-left{
    background: #4e83ee;
}

.mt-slide{
    position: relative;
    margin: 15px auto 0 auto;
    width: 250px;
    height: 275px;
}

.mt-slide .slick-slide {
    width: 250px;
    height: 255px;
    padding: 15px;
    background: #fff;
}

.mt-slide h3{
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
    text-align-last: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mt-slide .thumb-weixin{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
    width: 24px;
    height: 24px;
    background-image: url(../images/thumb.png);
    background-position: -10px -10px;
}

.mt-slide .item2{
    margin: 12px 0; 
}

.mt-slide .item2 .fr{
    padding: 0 15px;
    line-height: 24px;
    color: #FF8400;
    background: #FFE8CF;
    border-radius: 12px;
}

.mt-slide .item3{
    margin: 0 -15px;
    border-bottom: 1px solid #eee;
}

.mt-slide .item3 li{
    float: left;
    width: 50%;
    padding: 15px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.mt-slide .item3 li:nth-child(2n+1){
    border-left: none;
}

.mt-slide .item3 span{
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
}

.mt-slide .index-price{
    margin-top: 20px;
    display: block;
    text-align: center;
}

/* 新媒右侧 */
.mt-right{
    float: right;
    width: 920px;
}

.mt-right .list-item{
    float: left;
    width: 33.333333%;
    height: 230px;
    padding: 25px 22px;
}

.mt-right .list-item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.mt-right .list-item > a{
    display: block;
}

.mt-right h3{
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
    text-align-last: left;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mt-right .list-thumb{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -3px;
    width: 24px;
    height: 24px;
    background-image: url(../images/thumb.png);
}

.thumb-weixin{
    background-position: -10px -10px;
}

.thumb-weibo{
    background-position: -54px -10px;
}

.thumb-douyin{
    background-position: -98px -10px;
}

.thumb-kuaishou{
    background-position: -142px -10px;
}

.mt-right .item2{
    margin: 10px 0;
}

.mt-right .item2 .fl{
    font-size: 16px;
    color: #ed2f2e;
}

.mt-right .item2 .fl i{
    font-weight: bold;
    font-size: 22px;
}

.mt-right .item2 .fr{
    padding: 0 15px;
    line-height: 24px;
    color: #FF8400;
    background: #FFE8CF;
    border-radius: 12px;
}

.mt-right .item3{
    border-bottom: 1px solid #eee;
}

.mt-right .item3 li{
    float: left;
    width: 50%;
    padding: 10px 20px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.mt-right .item3 li:first-child{
    padding-left: 0;
}

.mt-right .item3 li:nth-child(2n+1){
    border-left: none;
}

.mt-right .item3 span{
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
}

.mt-right .item3 i{
    display: block;
}

.mt-right .item4{
    margin-top: 12px;
}

.mt-right .item4 .fl{
    color: #ed2f2e;
}

.s-list .item4 .fl{
    color: #ed2f2e;
}

.mt-right .item4 i{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.mt-right .item4 .fl i{
    width: 20px;
    height: 21px;
    background: url(../images/css_sprites.png) -201px -10px;
}

.mt-right .item4 .fr i{
    width: 17px;
    height: 18px;
    background: url(../images/css_sprites.png) -10px -10px;
}
/* 新媒交易end */

/* 新闻资讯 */
.news-left{
    float: left;
    width: 784px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
}

.news-right{
    float: right;
    width: 400px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
}

.news-top{
    margin-bottom: 20px;
}

.news-nav{
    float: left;
}

.news-nav li{
    float: left;
    margin-right: 40px;
    padding-bottom: 5px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.news-nav li.active{
    color: #ed2f2e;
    border-color: #ed2f2e;
}

.news-top .fr{
    line-height: 25px;
    color: #999;
}

.news-top .fr:hover{
    color: #ed2f2e;
}

.news-main{
    display: none;
    height: 304px;
    overflow: hidden;
}

.news-main.active{
    display: block;
}

.news-1{
    float: left;
    width: 50%;
    padding-right: 10px;
    line-height: 24px;
}

.news-1 a:hover{
    color: #ed2f2e;
}

.news-1 .top{
    display: block;
    width: 100%;
    height: 154px;
}

.news-1 .top img{
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.news-1 .title{
    display: block;
    margin: 10px 0;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-1 .txt{
    text-align: justify;
    color: #999;
    width: 100%;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-min{
    width: 50%;
}

.news-min.fr{
    padding-left: 10px;
}

.news-2{
    margin-bottom: 10px;
}

.news-2 .left{
    float: left;
    width: 154px;
    height: 154px;
}

.news-2 .left img{
    width: 154px;
    height: 154px;
    object-fit: cover;
}

.news-2 .right{
    float: right;
    width: 190px;
}

.news-2 .right > a{
    display: block;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-2 .right a:hover{
    color: #ed2f2e;
}

.news-2 .right .txt{
    text-align: justify;
    color: #999;
    line-height: 26px;
    width: 100%;
    height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news-list{
    line-height: 28px;
}

.news-list li{
    color: #999;
    list-style: disc;
    margin-left: 15px;
}

.news-list a{
    float: left;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
}

.news-list a:hover{
    color: #ed2f2e;
}

.news-3{
    margin-bottom: 10px;
}

.news-3 a{
    position: relative;
    display: block;
    width: 100%;
    height: 154px;
}

.news-3 a img{
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.news-3 a span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 34px;
    padding: 0 10px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 新闻资讯end */

/* 底部banner */
.bot-banner{
    width: 100%;
    height: 479px;
    background: url('../images/bot-banner.png') no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.bot-banner .top{
    padding-top: 100px;
}

.bot-banner .top p{
    font-size: 18px;
    font-weight: bold;
}

.bot-banner .top h2{
    margin-top: 15px;
    font-size: 48px;
}

.bot-banner .title{
    position: relative;
    font-size: 18px;
    margin-top: 80px;
}

.bot-banner .title:before,
.bot-banner .title:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    width: 94px;
    height: 13px;
}

.bot-banner .title:before{
    left: 445px;
    background: url('../images/css_sprites.png') -10px -146px;
}

.bot-banner .title:after{
    right: 445px;
    background: url('../images/css_sprites.png') -124px -146px;
}

.bot-banner .bot{
    margin-top: 20px;
}

.bg-kingdee{
    width: 221px;
    height: 56px;
    background: url('../images/css_sprites.png') -10px -10px;
}

.bg-netac{
    width: 217px;
    height: 56px;
    background: url('../images/css_sprites.png') -10px -78px;
}

.bot-banner .bot{
    width: 630px;
    margin: 20px auto;
    text-align: left;
}

.bot-banner .bot li{
    float: left;
    margin: 0 40px;
}

/* 左侧栏 */
.leftbar{
    display: none;
    position: fixed;
    bottom: 50%;
    margin-bottom: -145px;
    margin-left: -80px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
}

@media screen and (max-width: 1400px) {
    .leftbar{
        margin-left: -60px;
    }
}

.leftbar li{
    border-top: 1px solid #eee;
}

.leftbar li:first-child{
    border-top: none;
}

.leftbar li:first-child a{
    background-color: #ed2f2e;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 44px;
    margin: 0;
    border-radius: 4px 4px 0 0;
}

.leftbar .bg-kefu{
    display: inline-block;
    margin-top: 12px;
    width: 18px;
    height: 20px;
    background: url(../images/css_sprites.png) -52px -270px;
}

.leftbar a{
    display: block;
    margin: 6px 10px;
    color: #999;
}

.leftbar a:hover{
    color: #ed2f2e;
}
/* 左侧栏end */
