.container{
    margin: 0 auto;
    width: 1200px;
}
.header{
    height: 74px;
    padding-left: 125px;
    padding-right: 136px;
    background: #FFFFFF;
}
.innerbox{
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    left: 0px;
}
.header .header-left{
    display: flex;
    align-items: center;
}
.header .header-right .tel{
    display: flex;
    align-items: center;
    justify-content:space-around;
    width: 178px;
    height: 42px;
    border: 1px solid #FB894D;
    border-radius: 21px;
}
.header .header-right .tel a{
    color: #FB894D;
    font-weight: bold;
    font-size: 18px;
    margin-left: -3px;
}
.header .header-left img{
    width: 56px;
}
.header .header-right .tel img{
    width: 32px;
    background: #FB894D;
    border-radius: 16px;
}
.header .header-right>img{
    width: 48px;
}
a{
    color: #252B3A;
}
a:hover{
    color: #252B3A;
}
a:link{
    /* color: #252B3A; */
}
.mbxBox a{
    color: #fff;
}
/*分页样式s*/

.pageBox {text-align: center;margin-top: 10px;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;padding: 0px 13px;height:34px;font:bold 14px/34px arial;margin-bottom: 4px;}
.pageBox a:hover,.pageBox a:active{background:#4161EB;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #4161EB;border: 1px solid #4161EB;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}
.pageBox>b{
	display:inline-block;margin-right:6px;color: #707070;padding: 0px 8px;height:34px;font:bold 14px/34px arial;margin-bottom: 4px;
}

/*** 分页样式e****/

/*手机*/
@media (max-width: 1200px) {
    #innerpage-wrap .container{
        width: 90%;
        margin: 0 auto;
    }
    .header{
        margin-left: 0;
        margin-right: 0;
        padding: 0 0.2rem;
    }
    a{
        font-size: 0.43rem;
    }
    a:link{
        /* color:#fff; */
    }
	.copyright a{
	 color:#fff; 
	}
    .header .header-right .tel{
        display: none;
    }
    .header-left .nav{
        position: absolute;
        top: 1.9rem;
        left: 0;
        width: 10rem;
        display: none;
        text-align: center;
        z-index: 999;
        background: white;
    }
    .header-left .nav a{
        display: block;
        margin: 0.71rem 0;
        color: #000;
    }
    .header-left .nav .itemA a{
      font-size: 0.3rem;
    }
    /*.header-left .nav .itemA .itemAss{*/
    /*    display: none;*/
    /*}*/
    .header-left .nav .itemA .itemAss{
        display: none;
    }
    .header-left .nav .icon{
        position: absolute;
        bottom: 0.4rem;
        right: 3rem;
        width: 0.53rem;
    }
    .header-left .nav .icon img{
        width: 100%;
    }
    .header-left .nav .itemA{
        position: absolute;
        bottom: -4.6rem;
        right: 0;
        text-align: center;
        /* box-shadow: 0px 0px 5px #f60; */
        width: 100%;
        height: 4.9rem;
        display: none;
        background: #FFFFFF;
    }
}

@media (min-width: 750px) and (max-width: 1200px) {

    .header{
        margin-left: 0;
        margin-right: 0;
        padding: 0 0.2rem;
    }
    a{
        font-size: 0.43rem;
    }
    .header .header-right .tel{
        display: none;
    }
    .header-left .nav{
        position: absolute;
        top: 0.8rem;
        left: 0;
        flex-direction: column;
        align-items: center;
        width: 10rem;
    }
    .header-left .nav a{
        margin: 0.71rem 0;
    }

}
/*pc*/
@media (min-width: 1200px) {
    .moreicon{
        display: none;
    }
    a{
        font-size: 16px;
   
    }
    .header-left .nav a{
        margin-right: 36px;
        color: #000;
    }
    .header-left .nav{
        margin-left: 104px;
        display: flex!important;
        position: relative;
    }
    .header .nav .active{
        color: #FB884B;
        /*border-bottom: 2px solid #f88848;*/
    }
    .header-left .nav .newA:hover .itemA{
        display: block;
    }
    .header .nav .active:after{
       content: '';
        width: 20px;
        height: 2px;
        background:  #f88848;
        display: block;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 5px;
    }
 
    .header-left .nav .itemA{
        position: absolute;
        top: 25px;
        right: -53px;
        /*border: 1px solid red;*/
        text-align: center;
        box-shadow: 0px 0px 5px #fff;
        width: 235px;
        height: 189px;
        display: none;
        background: #fff;
    }
    .header-left .nav .itemA a{
        margin-right: 0px;
        display: block;
        margin-top: 22px;
    }
    .header-left .nav .itemA .itemAss{
        width: 0;
        height: 0;
        border-bottom: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        position: absolute;
        top: -8px;
        left: 102px;
    }
    .header-left .nav .icon{
        display: none;
    }
}






.footerPc{
    display: block;
}
.footer{
    height: 520px;
    background: #141B1E;
}

.footer .serve{
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    border-bottom: 2px solid rgba(255,255,255,0.12);
    padding: 0px 103px;
    justify-content: space-around;
    margin-bottom: 100px;
}

.footer .serve >.serveContent{
    display: flex;
    align-items: center;
}
.footer .serve >.serveContent img{
    width: 44px;
    height: 44px;
    display: flex;
    margin-right: 12px;
}
.footer .serve >.serveContent div{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #CCCCCC;
}
.footer .page{
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: space-around;
}

.footer .page .link{
    display: flex;
}
.footer .page .link >div{
    margin-right: 66px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}
.footer .page .link .specialLink{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #CCCCCC;
    margin-top: 25px;
}
.footer .page  .contactWay>div{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.footer .rests a{
    color: #fff;
}
.footer .page .link a{
    color: #fff;  
}
.footer .page  .contactWay>div img{
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.footer .page .qrCode{
    display: flex;
}
.footer .page .qrCode div{
    text-align: center;
}

.footer .page .qrCode div:nth-child(1){
    margin-right: 100px;
}
.footer .page .qrCode .qrCodeTxt{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF!important;
    margin-top: 10px;
}
.footer .rests{
    max-width:1500px ;
    /* text-align: center; */
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    margin-top: 60px;
}
.footer .copyright{
    text-align: center;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #fff!important;
    margin-top: 20px;
}


@media (max-width: 750px) {
    .footerPc{
        display: none;
    }
    .footer{
        height: 5.81rem;
        padding: 0.41rem 0.52rem 0.52rem 0.52rem;
    }
    .footer .rests{
        margin-top: 0rem;
    }
    .footer .copyright{
        padding: 0rem 0.31rem;
    }
}


/*激活账号s*/
.activateAccountInner{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    display: none;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
.activateAccountInner .activeInput{
    width: 369px;
    height: 391px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
}

.activateAccountInner .activeInput p:nth-of-type(1){
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    margin-bottom: 5px;
    margin-top: 20px;
}
.activateAccountInner .activeInput p:nth-of-type(2){
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
}
.activateAccountInner .activeInput p:nth-of-type(2) span{
    color: #FB884B;
}
.activateAccountInner .activeInput input{
    width:100%;
    height: 36px;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #5C6271;
    display: block;
    text-indent: 15px;
}
.activateAccountInner .activeInput input:nth-of-type(1){
    margin-top: 33px;
}
.activateAccountInner .activeInput input:nth-of-type(2){
    margin-top: 14px;
    margin-bottom: 32px;
}
.activateAccountInner .activeInput .activeBtn{
    display: flex;
    justify-content: center;

}
.activateAccountInner .activeInput .activeBtn div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 112px;
    height: 36px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
}
.activateAccountInner .activeInput .activeBtn div:nth-child(1){
    margin-right: 36px;
}

.activateAccountInner .activeInput .activeBtn div:nth-of-type(1){
    background: #FB884B;
    color: #FFFFFF;
}
.activateAccountInner .activeInput .activeBtn div:nth-of-type(2){
    border: 1px solid #ccc;
}
.activateAccountInner .activeInput .kfrx{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #5C6271;
    margin-top: 54px;
    text-align: right;
}
@media screen and (max-width: 1200px){
    .activateAccountInner .activeInput{
        width: 8.09rem;
        height: 8.57rem;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-4.045rem) translateY(-4.285rem);
        padding: 0.75rem;
    }

    .activateAccountInner .activeInput p:nth-of-type(1){
        font-size: 0.45rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #252B3A;
        margin-bottom: 0rem;
    }
    .activateAccountInner .activeInput p:nth-of-type(2){
        font-size: 0.4rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #252B3A;
    }
    .activateAccountInner .activeInput p:nth-of-type(2) span{
        color: #FB884B;
    }
    .activateAccountInner .activeInput .activeItext{
        width: 6.59rem;
        height: 0.81rem;
        border: 1px solid #EAEAEA;
        font-size: 0.32rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #5C6271;
        display: block;
        text-indent: 0.35rem;
        position: initial;
        opacity: 1;
        z-index: 0;
    }
    .activateAccountInner .activeInput input:nth-of-type(1){
        margin-top: 0.75rem;
    }
    .activateAccountInner .activeInput input:nth-of-type(2){
        margin-top: 0.32rem;
        margin-bottom: 0.73rem;
    }
    .activateAccountInner .activeInput .activeBtn{
        display: flex;
        justify-content: center;

    }
    .activateAccountInner .activeInput .activeBtn div{
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 2.54rem;
        height: 0.82rem;
        font-size: 0.32rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
    }
    .activateAccountInner .activeInput .activeBtn div:nth-of-type(1){
        background: #FB884B;
        color: #FFFFFF;
    }
    .activateAccountInner .activeInput .activeBtn div:nth-of-type(2){
        border: 1px solid #ccc;
    }
    .activateAccountInner .activeInput .kfrx{
        font-size: 0.32rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #5C6271;
        margin-top: 1rem;
        text-align: right;
    }
}

/* 右边栏s */
.detail_right{
    width: 330px;
    /*border: 1px solid red;*/
    background: #fff;
    margin-left: 20px;
}
.detail_right{
    padding: 40px 15px;
}
.detail_right .title{
    border-left: 3px solid #FB884B;
    padding-left: 8px;
    margin-bottom: 17px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #252B3A;
}
.detail_right .wx{
    border-top: 1px solid #DFE1E6;
    border-bottom: 1px solid #DFE1E6;
    padding: 16px 0 32px;
}
.detail_right .wx p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #333333;
}
.detail_right .wx img{
    width: 200px;
    height: 200px;
}
.detail_right .title.rd{
    margin-top: 32px;
}
.detail_right .rdzxBox .inner img{
    width: 50%;
    /* height: 100px; */
    margin-right: 10px;
}
.detail_right .rdzxBox .inner{
    border-bottom: 1px solid #DFE1E6;
    padding-bottom: 25px;
    margin-top: 24px;
    display: flex;

}
.detail_right .rdzxBox .inner a{
	display:flex;
}
.detail_right .rdzxBox .inner .inner_p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 12px;

}
.detail_right .rdzxBox .inner .tjinner_p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;

}
.detail_right .rdzxBox .inner .tjinner_p2{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
}
.detail_right .rdzxBox .inner:hover p{
    color: rgba(251, 136, 75, 1);
}
.detail_right .rdzxBox .tjinner_p3{
    border-bottom: none;
}
.widget:last-child {
    margin-bottom: 0;
    margin-top: 32px;
}
.sidebar .widget .title {
    color: #525659;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    border-bottom: none;
    line-height: 20px;
    margin-bottom: 22px;
    margin-top: 0;
    border-bottom: 1px solid #d3dae0!important;
    padding-bottom: 12px;
}
.tagsNav a {
    margin: 0 0px 10px 0;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 #ccc;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 1200px) {
    .detail_right{
        display: none;
    }
}
/* 右边栏e */


