.r-b-g{
    padding: 80px 0;
}

.r-b-g:nth-child(odd){
    background: #FFFFFF;
}
.r-b-g:nth-child(even){
    background: #F8F8F8;
}

.recycle-business{
    /*background: #F8F8F8;*/
    /*padding-bottom: 80px;*/
}

.recovery{
    width: 1200px!important;
    height: 350px;
    margin: 0 auto;
    list-style: none;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgba(238, 238, 238, 0.5);
}
.recovery:hover {
    box-shadow: 0px 10px 60px 0px #ccc;
}

.clothes-img{
    width: 350px;
    height: 350px;
    background: #E8E8E8;
    border-radius: 10px;
}

.recovery-content{
    width: 850px;
    padding: 0 60px;
}

.recovery-content:nth-child(odd){
    float: left;
}
.recovery-content:nth-child(even){
    float: right;
}
.content-title{
    font-size: 38px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #111111;
    line-height: 38px;
    margin-top: 90px;
    transition: all .3s;
}
.sub-title{
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.content-text{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 14px;
    height: 80px;
    overflow: hidden;
}

.hover-show{
    display: none;
    height: 130px;
    animation: fade-in;/*动画名称*/
    animation-duration: .4s;/*动画持续时间*/
    -webkit-animation:fade-in .4s;/*针对webkit内核*/
}
.recovery:hover .hover-show{
    display: block;
}
.recovery:hover .content-title{
    margin-top: 40px;
}

@keyframes fade-in {
    0% {opacity: 0;}
    40% {opacity: 0;}
    70% {opacity: 0.4;}
    80% {opacity: 0.6;}
    90% {opacity: 0.8;}
    100% {opacity: 1;}
}
@-webkit-keyframes fade-in {/*针对webkit内核*/
    0% {opacity: 0;}
    40% {opacity: 0;}
    70% {opacity: 0.4;}
    80% {opacity: 0.6;}
    90% {opacity: 0.8;}
    100% {opacity: 1;}
}

.code-img{
    margin-left: 38px;
    display: inline-block;
    cursor:zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
}
.code-img img{
    width: 80px;
    height: 80px;
}
.code-img text{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.rec-btn{
    width: 144px;
    height: 48px;
    background: #0080F3;
    border-radius: 4px;
    border: none;
    position: relative;
    bottom: 45px;
}
.rec-btn span{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}
.arrow{
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    display: inline-block;
    margin-left: 8px;
}

.clothing-bg {
    width: 100%;
}

.clothing-bg img {
    width: 100%;
    height: 100%;
}

.navbar {
    padding: 0 !important;
    /*height: 90px;*/
}

.navbar-inverse {
    background: none;
    z-index: 10;
}

.navbar-img {
    /*margin-top: 15px;*/
    /*width: 80px;*/
    /*height: 52px;*/
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    /*line-height: 22px;*/
    letter-spacing: 1px;
    text-decoration: none;
    /*height: 96px;*/
    /*line-height: 96px;*/
    display: inline-block;
}

.swiper-container {
    width: 100%;
    height: 100%;
    /*position: absolute !important;*/
    /*top: 0;*/
}

.swiper-slid img {
    width: 100%;
    height: 100%;
}

.navbar-nav li .nav-link:hover {
    font-weight: 600;
    color: #666;
}

li.selected a {
    font-weight: bold;
}

li.selected .underline:after {
    /*opacity: 1;*/
    /*transform: scaleX(1);*/
}

li .underline:hover {
    font-weight: bold;
}

li .underline:hover::after {
    /*opacity: 1;*/
    /*transform: scaleX(1);*/
}

li .underline:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 7px;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
    opacity: 0;
    transform: scaleX(0);
    transition: all .2s cubic-bezier(.18, .89, .17, .88), opacity .15s ease;
}

li .underline:hover .login-state {
    display: block;
}

.navbar-nav li a:hover {
    font-weight: bold;
}

.wrap {
    height: 600px;
    background: #f8f8f8;
    padding: 1px 0 0 0;
}

.contactus {
    background: #f8f8f8;
    height: 593px;
    padding: 40px 0px 60px;
}

.contactus .wrap {
    width: 1200px;
    margin: 0 auto;
}

.contactus .title,
.contactus .about .title {
    /*width: 124px;*/
    height: 42px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
    letter-spacing: 1px;
    margin-bottom: 22px;
    display: inline-block;
}

.contactus .business {
    padding: 0;
}

.contactus .business li {
    height: 66px;
    margin: 18px 0 0;
    list-style: none;
    color: #666;
    font-size: 20px;
    font-weight: 400;
}

.contactus .business li .icon {
    width: 80px;
    height: 66px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.contactus .about {
    margin-right: 88px;
}

.contactus .about .info {
    margin-top: 38px;
}

.contactus .about .info p {
    /*width: 113px;*/
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.contactus .about .info span {
    width: 264px;
    height: 60px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 60px;
    letter-spacing: 5px;
}
