/*通用轮播*/
.com-slider .hd {
    margin-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}
.com-slider .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #C7C7C7;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
}
.com-slider .hd ul li.on {
    background-color: #C70009;
}

/* ====== 分页 ====== */
.pages-wrap{height: 36px; text-align: center; line-height: 36px;}
.pages-wrap .pages a,
.pages-wrap .pages span{display: inline-block; margin: 0 5px; width: 36px; height: 36px; color: #999; font-size: 14px; font-family: "sans-serif","宋体"; -webkit-transition: .2s; -moz-transition: .2s; transition: .2s;}
.pages-wrap .pages .prev,
.pages-wrap .pages .prev_disabled,
.pages-wrap .pages .next,
.pages-wrap .pages .next_disabled{background-color: #EAEAEA; color: #666;}
.pages-wrap .pages .pre:hover,
.pages-wrap .pages .next:hover{background-color: #C70009; color: #fff;}
.pages-wrap .pages .current,
.pages-wrap .pages a:hover{background-color: #C70009; color: #fff;}
.pages-wrap .pages a.prev:before,
.pages-wrap .pages a.prev_disabled:before{content:"<";}
.pages-wrap .pages a.next:before,
.pages-wrap .pages a.next_disabled:before{content:">";}


/* ====== 通用面包屑 ====== */
.cate-position{height: 50px; background: #f3f3f3; color: #999; line-height: 50px;}
.cate-position .ep{padding: 0 5px;}
.cate-position a{color: #999;}
.cate-position a:hover{color: #C70009;}


/*产品详情2*/
.cate-position {
    height: 50px;
    line-height: 50px;
    font-size: 14px;color:#999;
    background-color: #F5F5F5;
}
.cate-position a {
    color:#999;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.cate-position span {
    color: #999;
}
.product-detail {
    font-size: 14px;color:#666;line-height: 30px;border: 1px solid #f0f0f0;
    padding: 50px;
    background: #fff;
}

.product-detail-header {
    padding-bottom: 60px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.product-pic {
    /*height: 550px;*/
}

.product-zoom {
    float: left;
}
/*产品左侧*/
.prodcut-albums {
    padding-top: 20px;
}
.prodcut-albums-box {
    position: relative;
    width: 600px;
    /*background-color: red;*/
}
.prodcut-albums-box .arrow-btn {
    position: absolute;
    top: 180px;
    z-index: 10;
    width: 48px;text-align: center;line-height: 48px;font-family: "宋体";font-size: 20px;font-weight: bold;
    height: 48px;color:#999;
    background-color: #eee;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.prodcut-albums-box .arrow-btn:hover {
    background-color: #ccc;
}
.prodcut-albums-box .prev {
    left: 20px;
    background-position: 0 0;
}
.prodcut-albums-box .next {
    right: 20px;
    background-position: 0 -50px;
}
.prodcut-albums-box .bd {
    margin: 0 auto;
    width: 500px;
    height: 400px;
    overflow: hidden;
}
.prodcut-albums-box .bd ul li {
    float: left;
    width: 500px;
    line-height: 400px;
    height: 400px;
    background-color: #fff;
    text-align: center;
}
.prodcut-albums-box .hd {
    margin-top: 40px;
    text-align: center;
}
.prodcut-albums-box .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 64px;
    height: 64px;
    /*line-height: 66px;*/
    border: 2px solid #fff;
    background-color: #fff;
    font-size: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: pointer;
}
.prodcut-albums-box .hd ul li img {
    max-width: 100%;
    vertical-align: middle;
}
.prodcut-albums-box .hd ul li.on {
    border-color: #C70009;
    opacity: 1;
    filter: alpha(opacity=100);
}



.product-detail-header .product-des {
    float: right;
    padding-top: 40px;
    width: 520px;
}
.product-detail-header .product-des h2.tit {
    padding-bottom: 20px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #E2E2E2;
}
.product-detail-header .product-des .tip {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 2;
    font-size: 16px;
}
.product-detail-header .p-desc {
    font-size: 14px;color:#666;
    line-height: 30px;
    padding: 20px 0 0;
}
.product-detail-header .product-des .subcat li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 128px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e4e4e4;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.product-detail-header .product-des .subcat li a {
    display: block;
}
.product-detail-header .product-des .subcat li.on,
.product-detail-header .product-des .subcat li:hover {
    border-color: #39A6E8;
}
.product-detail-header .product-des .subcat li.on:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    content: url(../images/p-on.png);
}
.product-detail-header .product-des .iso {
    margin-top: 5px;
    height: 36px;
    line-height: 36px;
}
.product-detail-header .product-des .iso .tit {
    float: left;
    margin-right: 20px;
    font-size: 16px;
}
.product-detail-header .product-des .zixun-box {
    margin-top: 25px;
    height: 54px;
}
.product-detail-header .product-des .zixun {
    display: inline-block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #C70009;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-detail-header .product-des .zixun:hover{
    opacity: .8;
}
.product-detail-header .product-des .other {
    width: 130px;display: inline-block;margin: 0 10px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ddd;
    color: #666;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-detail-header .product-des .other:hover{
    color:#fff;background: #353535;
}

.p-hotline{font-size: 16px;color:#999;/*padding: 20px 0;*/display: block;}
.p-hotline span{font-size: 24px;color:#C70009;}
.product-detail-item {
    width: 100%;
    height: 67px;background: #f5f5f5;
    line-height: 67px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    z-index: 999;
}
.product-detail-item li {
    position: relative;
    display: inline-block;
    margin: 0 40px;
    font-size: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.product-detail-item li ~ li:before {
    position: absolute;
    left: -45px;
    top: 0;
    content: "|";
    color: #D6D6D6;
    cursor: default;
}
.product-detail-item li:hover,
.product-detail-item li.on {
    color: #333;
}
.product-detail .bd {
    height: auto!important;
}
.product-detail .bd .item {
    position: static!important;
}
.product-detail .bd .item ~ .item {
    display: none;
}
.product-intro .p-cont {
    line-height: 2;
}
.product-intro .p-cont li {
    list-style: disc;
}
.product-detail .tit .p-tit {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.product-detail .tit .p-tit span {
    font-size: 14px;
    color: #999;
}
.product-intro .tit .p-tit {
    line-height: 54px;
}
.product-spec .tit .p-tit {
    line-height: 74px;
}
.product-detail table {
    width: 100%;
}
.product-detail tr {
    height: 60px;
}
.product-detail .firstRow th {
    font-weight: 400;
}

.product-detail table{border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
.product-detail table td,.product-detail table th{border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;}


.show_pro_l{width: 890px;float: left;}
.show_pro_t{font-size: 18px;font-weight: normal;color:#C70009;height: 50px;line-height: 50px;border-bottom: 1px solid #eee;}
.show_pro_t span{display: block;height: 100%;float: left;border-bottom: 2px solid #C70009;}


.show_pro_r{width: 275px;border: 1px solid #f0f0f0;background: #fff;min-height: 300px;padding: 20px;}
.show_pro_r h2{font-size: 18px;color:#666;height: 40px;line-height: 40px;font-weight: normal;}

.show_pro_list li{text-align: center;margin-bottom: 20px;font-size: 14px;}



.product-spec .spec-cont h5 {
    /*padding: 0 0 20px!important;*/
    font-size: 16px;
    text-align: center;
    font-family: "Microsoft JhengHei","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei"!important;
}
.product-spec .spec-cont h5:first-child {
    padding: 0 0 20px!important;
}
.product-spec .spec-cont tr {
    height: 60px;
}
.product-spec .spec-cont .firstRow th {
    font-weight: 400;
}
.product-intro{padding-bottom: 30px;}
.product-spec .spec-cont table{width: 100%!important; border-top:1px solid #e2e2e2;border-left:1px solid #e2e2e2;}
.product-spec .spec-cont table td,.product-spec .spec-cont table th{border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2;}


.back-bar {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #e4e4e4;
}

.back-btn-left {
    float: left;
    padding: 6px 15px;
    border: 1px solid #e4e4e4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.back-btn-left:hover {
    border-color: #39A6E8;
    background-color: #39A6E8;
    color: #fff;
}
.back-btn-right {
    float: right;
    display: none;
}

.gr-page-other {
    border-top: 1px dotted #ddd;
    margin-top: 15px;
    padding-top: 10px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}
.gr-product-content .gr-page-other {
    border-color: #E4EAEC;
}
.gr-page-other p {
    line-height: 26px;
}
.gr-back-btn {
    margin-top: 6px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #353535;
    font-size: 14px;
    color: #fff!important;
}




/* ====== 新闻列表 ====== */
.gr-news-block{padding-bottom: 50px;}
.gr-news-block ul{width: 1222px;}
.gr-news-block ul li{position: relative; float: left; margin-right: 21px; margin-bottom: 20px; width: 284px; background-color: #fff; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.gr-news-block ul li:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2); box-shadow:0 15px 30px rgba(0,0,0,0.2); -webkit-transform:translate3d(0, -2px, 0); transform:translate3d(0, -2px, 0);}
.gr-news-block ul li .pic{overflow: hidden; width: 284px; height: 180px;}
.gr-news-block ul li .pic img{width: 284px; height: 180px;}
.gr-news-block ul li .gr-news-cont{position: relative; top: 0; padding: 15px; background-color: #fff; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.gr-news-block ul li .gr-news-cont h5{overflow: hidden; color: #333; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.gr-news-block ul li:hover .gr-news-cont h5{color: #C70009;}
.gr-news-block ul li .gr-news-cont p{padding: 10px 0 15px; color: #666; font-size: 14px;}
.gr-news-block ul li .gr-news-cont span{color: #888; font-size: 12px;}


/* ====== 新闻详情 ====== */
/*详情面包屑*/
.icon-eye{position: relative; top: -2px; width: 21px; height: 11px; background: url(../images/common/eye.png) no-repeat center;}
/*左侧*/
.news-show-left{float: left; margin: auto; width: 800px; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);}
.news-show-left .news-title{padding: 40px 20px; padding-bottom: 20px;border-top: 1px #f1f1f1 solid; text-align: center;}
.news-show-left .news-title h2{padding-bottom: 10px; color: #333;font-weight: normal;font-size: 24px;}
.news-show-left .news-title p{padding-bottom: 10px;border-bottom: 1px solid #F0F2F5; color: #a3afb7;font-size: 14px;}
.news-show-left .news-title p a{color: #a3afb7;}
.news-show-left .news-views{overflow: hidden;margin: 40px 20px 20px; margin-top: 0;min-height: 600px; color: #666; font-size: 14px; line-height: 25px;}
.news-show-left .news-views p{margin-bottom: 10px;}
.news-show-left .news-views img{max-width: 100%;}
.news-show-left .news-other{padding: 20px 15px; border-top: 1px #f1f1f1 solid;}
.news-show-left .news-other p{display: block;padding-left:3px; height: 40px;line-height: 40px;}
.news-show-left .news-other p a{color: #333;font-size: 14px;}
.news-show-left .news-other p a:hover{color: #C70009;}
.news-show-left .share-bar{padding: 20px;}
/*右侧*/
.news-show-right{float: right; width: 370px;}
.news-show-right dl{display: block; margin-top: 0; margin-bottom: 20px; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);}
.news-show-right dl dt{position: relative;display: block; height: 42px; border-bottom: 1px #f1f1f1 solid; line-height: 42px;}
.news-show-right dl.tab dt{padding-left: 20px;height: 42px;border-top: 1px #f1f1f1 solid;color: #1d1d1d; font-size: 18px; line-height: 42px;}
.news-show-right dl.tab dd{position: relative;height: 664px;}
.news-show-right dl.tab dd ul{display: block; padding: 0 20px;height: 618px;}
.news-show-right dl.tab dd ul li{display: block; padding: 20px 0 10px; border-bottom: 1px #f1f1f1 solid;}
.news-show-right dl.tab dd ul li .pic{position: relative; overflow: hidden; margin-right: 20px; width: 60px; height: 60px; text-align: center; font-size: 0; line-height: 60px;}
.news-show-right dl.tab dd ul li h5{display: block; overflow: hidden; padding-top: 4px; padding-bottom: 10px; color: #333; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; line-height: 20px;}
.news-show-right dl.tab dd ul li h5 a{color: #333;}
.news-show-right dl.tab dd ul li h5 a:hover{color: #C70009;}
.news-show-right dl.tab dd ul li .news-cate{color: #999;}
.news-show-right dl.tab dd ul li i{float: left;color: #999;font-size: 12px;}
.news-show-right dl.tab dd ul li em{float: right; height: 11px; line-height: 11px; padding-left: 25px; background: url(../images/common/eye.png) no-repeat left center; color: #999; font-style: normal; font-size: 12px;}
.news-show-right dl.tab dd .more{position: relative; top: -1px; height: 45px; border-top: 1px #f1f1f1 solid;color: #333; text-align: center; line-height: 45px;}
.news-show-right dl.tab dd .more a{position: relative;display: inline-block; color: #333;}
.news-show-right dl.tab dd .more a b{margin-left: 5px;font-family: "宋体";-webkit-transition: transform .3s;-o-transition: transform .3s;transition: transform .3s;}
.news-show-right dl.tab dd .more a:hover b{-webkit-transform: translateX(5px);-o-transform: translateX(5px);transform: translateX(5px);-ms-transform: translateX(5px);}
.news-show-right dl.tab dd .more a:hover{color: #C70009;}
.news-show-right dl.list dt{padding-left: 20px; color: #333; font-size: 18px;}
.news-show-right dl.tab dt a{display: table-cell;width: 33%; height: 42px; color: #009A62; text-align: center; font-size: 18px; line-height: 42px; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out;}
.news-show-right dl.list dt a b{position: relative; top: -1px; display: inline-block; overflow: hidden; margin-left: 2px;width: 15px; height: 15px; background-position: 0 -64px; vertical-align: middle;}
.news-show-right dl.list dd ul{display: block; padding: 20px;}
.news-show-right dl.list dd ul li{display: block; overflow: hidden;padding-bottom: 12px; text-overflow: ellipsis; white-space: nowrap;}
.news-show-right dl.list dd ul li a{color: #333; font-size: 14px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;}
.news-show-right dl.list dd ul li a:hover{color: #C70009;}
.gr-page-other{margin-top: 15px; padding-top: 10px; padding-bottom: 10px; border-top: 1px dotted #ddd; border-bottom: 1px dotted #ddd;}
.gr-product-content .gr-page-other{border-color: #E4EAEC;}
.gr-page-other p{line-height: 26px;}
.gr-back-btn{margin-top: 6px; width: 125px; height: 40px; background-color: #C70009; color: #fff!important; text-align: center; font-size: 14px; line-height: 40px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.gr-back-btn:hover{opacity: 0.8; filter: alpha(opacity=80);}


/* ====== 常见问题 ====== */
.faq-tit{padding-left: 25px; background: url(../images/icon_faq.png) no-repeat left center; color: #C70009; font-size: 21px; line-height: 75px;}
.faq-list{border-top: 1px solid #E4E4E4;}
.faq-list li{padding: 0 25px; border-bottom: 1px solid #E4E4E4;}
.faq-list li .question{height: 60px; color: #333; color: #666; font-size: 16px; line-height: 60px; cursor: pointer;}
.faq-list li .question.on{color: #C70009;}
.faq-list li .question .fa-q,
.faq-list li .answer:before{position: relative; top: -1px; margin-right: 18px; width: 23px; height: 23px; border-radius: 3px; background: #505050; color: #fff; text-align: center; line-height: 23px;}
.faq-list li .question .fa-q:before{content: "Q";}
.faq-list li .question .fa-dropdown{float: right; color: #B4B4B4; font-size: 20px;}
.faq-list li .question .fa-dropdown:before{content: "+";}
.faq-list li .question.on .fa-dropdown:before{content: "-";}
.faq-list li .answer{position: relative; display: none; padding: 0 45px 45px; line-height: 1.7;}
.faq-list li .answer p{line-height: 2;}
.faq-list li .answer:before{position: absolute; top: 2px; left: 0; display: block; background: #C70009; content: "A";}


/* ====== 资料下载 ====== */
.gr-download-list li{position: relative; overflow: hidden; margin-bottom: 10px; height: 64px; border: 1px solid #EEEEEE; font-size: 16px; line-height: 61px;}
.gr-download-list li .box{position: relative; padding: 0 22px;}
.gr-download-list li .box:hover{color: #fff;}
.gr-download-list li .box:before{position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: #C70009; content: ""; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translateY(-62px); -o-transform: translateY(-62px); transform: translateY(-62px); -ms-transform: translateY(-62px);}
.gr-download-list li .box:hover:before{-webkit-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -ms-transform: translateY(0);}
.gr-download-list li .tit{padding-left: 35px; background: url(../images/icon_pdf.png) no-repeat left center;}
.gr-download-list li .box:hover .tit{background: url(../images/icon_pdf_on.png) no-repeat left center;}
.gr-download-list li .des{position: absolute; left: 50%; margin-left: -65px; width: 130px; text-align: center;}
.gr-download-list li .down-btn{padding-left: 32px; background: url(../images/icon_pdf_down.png) no-repeat left center;}
.gr-download-list li .box:hover .down-btn{background: url(../images/icon_pdf_down_on.png) no-repeat left center;}


/* ====== 留言 ====== */
.page-message{background: #f3f3f3;}
.form-box{margin: 0 auto; padding: 50px 50px 50px; width: 100%; background: #fff;}
.form-box ul{width: 50%;}
.form-box ul li{position: relative; margin-bottom: 31px; width: 395px; height: 42px; border: 1px solid #DCDCDC; line-height: 42px;}
.form-box ul li input{width: 305px; text-indent: 5px; line-height: 25px;}
.form-box .in-tit{padding-right: 10px; padding-left: 19px; color: #242424; font-size: 14px;}
.form-desc{position: relative; margin-bottom: 31px; padding-top: 14px; width: 50%; height: 190px; border: 1px solid #dcdcdc;}
.form-desc .error{bottom: -25px;}
.form-desc .text{margin-top: 10px; margin-left: 20px; width: 93%; height: 125px; border: none; vertical-align: top; text-indent: 5px; font-size: 14px; line-height: 22px;}
.verification{position: relative; width: 211px; height: 42px; border: 1px solid #dcdcdc; line-height: 42px;}
.verification input{width: 105px; text-indent: 5px; line-height: 25px;}
.verification .v-code{position: absolute; top: -4px; left: 225px; width: 167px; height: 44px; line-height: 44px;}
.sub-btn{display: block; width: 168px; height: 44px; background-color: #C70009; color: #fff; font-size: 18px; font-family: "微软雅黑"; line-height: 44px; border-radius: 3px; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.sub-btn:hover{opacity: 0.8; filter: alpha(opacity=80);}
span.error{position: absolute; bottom: -38px; left: 0; color: #CC0000; font-size: 12px;}


/* ====== 客服 ====== */
.qqkefu{position:fixed;right:0;bottom:40%;z-index:20;width:53px;}
.qqkefu ul li{position:relative;float:right;margin-bottom:1px;height:47px;background:#757575;font-size:14px;line-height:47px;opacity:.9;cursor:pointer;}
.qqkefu ul li a{color:#fff;}
.qqkefu ul li.qq_cza{overflow:hidden;}
.qqkefu ul li:hover{background:#C70009;}
.qqkefu ul li.top{position:relative;width:53px;background:#C70009 url(../images/kf/top_icon.png) no-repeat center;color:#1c1c1c;text-align:center;font-weight:800;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.qqkefu ul li.top:hover{background-color:#B30109;}
.qqkefu ul li b{float:left;display:block;overflow:hidden;width:53px;height:47px;}
.qqkefu ul li b.a{background:url(../images/kf/czx4.png) no-repeat center center;}
.qqkefu ul li b.b{background:url(../images/kf/czx3.png) no-repeat center center;}
.qqkefu ul li b.d{background:url(../images/kf/bdsq.png) no-repeat center center;}
.qqkefu ul li b.c{background:url(../images/kf/czx5.png) no-repeat center center;}
.qqkefu ul li b.e{background:url(../images/kf/icon_kf_tel.png) no-repeat center center;}
.qqkefu ul li b.lxb{background:url(../images/kf/phone0.png) no-repeat center center;}
.qqkefu .erweima{position:absolute;top:-103px;left:-134px;float:right;display:none;height:150px;border:1px solid #CCC;background:#FFF;cursor:default!important;}
.qqkefu .erweima p{float:left;width:130px;color:#000;text-align:center;font-size:12px;line-height:20px;}
.qqkefu .erweima p img{margin:10px 10px 0 10px;width:110px;height:110px;}
.qqkefu .kf-tel .erweima{top:-23px;left: -153px;height:70px;text-align:center;}
.qqkefu .kf-tel .erweima p{width: 150px;}
.qqkefu .kf-tel .erweima em{display:inline-block;margin-top:12px;margin-bottom:6px;width:100%;color:#C70009;font-weight:600;font-size:18px;}


/* ====== 百度分享修复 ====== */
.jiathis_style .jiathis_counter.jiathis_bubble_style{box-sizing: content-box;}


/* ====== 搜索结果 ====== */
.search-none {
    padding: 100px 0;
    min-height: 500px;
    font-size: 18px;
    line-height: 2;
}

.join-wrap{position: fixed;left: 0; top: 0; z-index: 301; display: none; width: 100%; background-color: rgba(0,0,0,0.9);}
.join-wrap .page-title{padding-top: 35px; padding-bottom: 10px; text-align: center; font-size: 32px; color: #CD2F21;}
.join-box{position: fixed; top: 50%; right: 0; left: 0; z-index: 300; display: none; margin: -225px auto 0; width: 933px; height: 450px; border-radius: 5px; background-color: #fff;}
.join-close{position: absolute; top: 15px; right: 15px; z-index: 302; width: 30px; height: 30px; background: url(../images/icon-close.png) no-repeat center;}
.join-close:hover{cursor: pointer; background: url(../images/icon-close-hover.png) no-repeat center;}
.join-wrap .page-title{padding-top: 35px; padding-bottom: 10px;}
.join-wrap .page-title h3 .tit{color: #CD2F21;}


.join-wrap .form-desc{width: 100%; height: 100px;}
.join-wrap .form-desc .text{
    height: 70px;
    width: 734px;
     margin-top: 0; 
     margin-left: 0; 
     background: #f5f5f5;
}
.join-wrap .form-box ul {
    width: 100%;
}
.join-wrap .form-box ul li {
    float: left;
    width: 405px;
}
.join-wrap .form-box ul li input {
    background: #f5f5f5;
}
.join-wrap .form-box ul li:first-child {
    margin-right: 23px;
}
.join-wrap .sub-btn {
    margin: 0 auto;
}