* {
    margin: 0;
    padding: 0
}

body {
    background: #f7f8f8;
    font: 12px/1.5 tahoma, arial, Microsoft YaHei, sans-serif
}

@media (min-width:980px) {
    body {
        min-width: 1200px
    }
}

body.bg-white {
    background: #fff
}

li {
    list-style: none
}

label {
    cursor: pointer
}

input {
    outline: none
}

input[type=checkbox] {
    cursor: pointer
}

a {
    text-decoration: none;
    transition: all .2s
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

.w {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.hide {
    display: none
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.link {
    color: #999;
    cursor: pointer;
    text-decoration: none
}

.link:hover {
    color: #01af84
}

.link-text {
    color: #999
}

.btn,
.link-text {
    text-decoration: none
}

.btn {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: none;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all .2s
}

.btn-lg {
    padding: 0 110px;
    height: 56px;
    line-height: 56px;
    font-size: 22px
}

.btn-mini {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 18px
}

.btn-default {
    background: #fff;
    border: 1px solid #01af84;
    color: #01af84
}

.btn-default:hover {
    background: #01af84;
    color: #fff
}

.btn-primary {
    background: #00af84
}

.btn-primary:hover {
    background: #16a27f
}

.btn-disabled {
    background: #d9d9d9;
    color: #fff
}

i.whs-icon-right:after {
    content: "";
    border: 1px solid #666;
    border-bottom-width: 0;
    border-right-width: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origint: center center
}

.whs-hr {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    margin: 10px auto
}

.loading {
    margin: 10px auto;
    display: block;
    width: 65px;
    height: 65px;
    border: 1px solid #ddd;
    background: url(loading.gif) no-repeat;
    opacity: .6
}

.recycle-step-wrap {
    margin-bottom: 18px
}

.recycle-step-wrap.bg-white {
    background: #fff;
    margin-bottom: 0
}

.recycle-step-wrap.bg-white ul.recycle-step {
    border-bottom: 1px solid #eee
}

.recycle-step-wrap ul.recycle-step {
    padding: 38px 0 28px;
    background: #fff;
    text-align: center
}

.recycle-step-wrap ul.recycle-step li {
    display: inline-block
}

.recycle-step-wrap ul.recycle-step li span.step-num {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 12px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 50%;
    font-size: 20px;
    color: #adadad;
    font-family: Arial
}

.recycle-step-wrap ul.recycle-step li i {
    font-style: normal;
    font-size: 20px;
    color: #7c7e84
}

.recycle-step-wrap ul.recycle-step li b {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-left: 20px;
    background: #adadad;
    position: relative;
    top: -5px
}

.recycle-step-wrap ul.recycle-step li b:last-child {
    margin-right: 32px
}

.recycle-step-wrap ul.recycle-step li.active span.step-num {
    background: #f9c03c;
    border-color: #f9c03c;
    color: #fff
}

.recycle-step-wrap ul.recycle-step li.active i {
    color: #f9c03c
}

.recycle-step-wrap ul.recycle-step li.active b {
    background: #f9c03c
}

.dialog-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5)
}

.dialog-wrap.hide {
    display: none
}

.dialog-wrap .dialog-box {
    width: 300px;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    top: 100px;
    background: #fff;
    padding: 40px;
    border-radius: 4px
}

.dialog-wrap .dialog-box .dialog-message {
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px
}

.dialog-wrap .dialog-box .dialog-op {
    text-align: center
}

.dialog-wrap .dialog-box .dialog-op .btn {
    font-size: 16px;
    margin: 0 10px
}

.news-banner {
    width: 100%;
    min-width: 1200px;
    height: 464px;
    background: url(news-bg.jpg) no-repeat 50%
}

.news-layout .news-main {
    width: 718px;
    padding: 40px 40px 70px;
    background: #fff;
    float: left
}

.news-layout .news-main h2.news-title {
    font-size: 22px;
    margin-bottom: 40px
}

.news-layout .news-main .news-from {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    background: #f6f6f6;
    margin-bottom: 30px
}

.news-layout .news-main img {
    display: block;
    width: 718px;
    margin-bottom: 35px
}

.news-layout .news-main p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 35px
}

.news-layout .news-main .box-return {
    padding-top: 20px
}

.news-layout .news-main .box-return a {
    font-size: 14px;
    color: #01af84
}

.news-layout .news-side {
    float: right;
    background: #fff;
    width: 340px;
    padding: 35px 20px 50px
}

.news-layout .news-side .side-tit {
    font-size: 24px;
    margin-bottom: 20px
}

.news-layout .news-side ul.side-list li {
    margin-bottom: 20px
}

.news-layout .news-side ul.side-list li a {
    display: block;
    width: 100%;
    height: 90px;
    overflow: hidden;
    color: #000
}

.news-layout .news-side ul.side-list li a:hover {
    color: #00af84
}

.news-layout .news-side ul.side-list li a img {
    display: block;
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 30px
}

.news-layout .news-side ul.side-list li a .side-txt {
    font-size: 13px;
    padding-top: 20px
}

.footer {
    background: #333;
    padding-bottom: 10px
}

.footer-info {
    padding: 30px 0 30px 30px
}

.footer-info-box {
    min-width: 125px;
    float: left;
    margin-right: 140px;
    color: #fff
}

.footer-info-box:last-child {
    margin-right: 0
}

.footer-info-box .footer-tittle {
    font-size: 18px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    position: relative
}

.footer-info-box .footer-tittle:before {
    content: "";
    width: 32px;
    height: 2px;
    overflow: hidden;
    background: #01af84;
    position: absolute;
    left: 0;
    bottom: 0
}

.footer-info-box .footer-tittle:after {
    content: "";
    width: 90px;
    height: 2px;
    overflow: hidden;
    background: #5e5e5e;
    position: absolute;
    left: 35px;
    bottom: 0
}

.footer-info-box ul li {
    height: 30px;
    line-height: 30px
}

.footer-info-box ul li a {
    color: #aaa;
    transition: color .2s
}

.footer-info-box ul li a:hover {
    color: #fff
}

.footer-info-box .tel-box {
    margin-top: 15px;
    height: 40px;
    padding-left: 50px;
    background: url(f-icon-tel.png) no-repeat 0;
    margin-bottom: 15px
}

.footer-info-box .tel-box span {
    display: block;
    font-size: 12px;
    color: #aaa;
    position: relative;
    top: -3px
}

.footer-info-box .link-box a {
    float: left;
    margin-right: 16px;
    width: 88px;
    height: 30px;
    border: 1px solid #666;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    color: #aaa;
    transition: all .2s
}

.footer-info-box .link-box a:hover {
    border: 1px solid #fff;
    color: #fff
}

.footer-info-box .tel-box span.tel-num {
    font-size: 20px;
    color: #fff
}

.footer-info-box .platform-box {
    margin-top: 26px
}

.footer-info-box .platform-box dd {
    float: left;
    margin-right: 10px
}

.footer-info-box .platform-box dd a {
    display: inline-block;
    width: 42px;
    height: 42px;
    position: relative
}

.footer-info-box .platform-box dd a .code-wrap {
    display: none;
    position: absolute;
    right: 50px;
    top: -62px
}


.footer-info-box .platform-box a.weixin-icon {
    background-image: url(b-1.png)
}

.footer-info-box .platform-box a.weibo-icon {
    background-image: url(b-2.png)
}

.footer-info-box .platform-box a.zhihu-icon {
    background-image: url(b-3.png)
}

.footer-info-box .platform-box a.toutiao-icon {
    background-image: url(b-4.png)
}

.footer-copy {
    background: #444
}

.copyright {
    text-align: center;
    color: #888;
    line-height: 40px
}

.copyright a {
    color: #888;
    transition: color .2s
}

.copyright a:hover {
    color: #fff
}

.footer-cont {
    position: relative
}

.footer-cont img.qrcode {
    position: absolute;
    top: -74px;
    right: -244px;
    display: none
}