.titlebast {
    margin: 20px 0 16px 0;
}

.titlebast span {
    font-size: 20px;
}



/*左侧侧区域*/
.mainleft{
    width: 70%;
    padding: 0 0px 0 0 ;
}

.mianbox .container .titlebast:nth-child(1) {
    margin-top: 0;
}

.mianbox .texticon span {
    line-height: 24px;
    background: #EEF3F8;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 14px;
    color: #9d9d9d;
    display: inline-block;
    margin: 0 4px 7px 0;
    padding: 0 6px;
    max-width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}

.mianbox .texticon span:hover {
    background: #168FFF;
    color: #ffffff;
}




/*简介区域*/
.navlist {
    background: #ffffff;
    margin: 0 0 0 0;
    padding: 20px;
}

.navlist ul {
    display: block;
    overflow: hidden;
    border-bottom: 1px #e7e7e7 solid;
    margin: 0 0 28px 0;
}

.navlist ul li {
    display: inline-block;
    float: left;
}

.navlist ul li a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #888888;
    line-height: 34px;
    padding: 0 3px;
    text-align: center;
    margin: 0 21px 0 0;
    letter-spacing: 0;
}

.navlist ul li.on a,
.navlist ul li:hover a {
    color: #333333;
    border-bottom: 3px #168fff solid;
}

.navlist .text {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}
.navlist .officebox {
    display: flex;
    align-items: flex-end;
    background: #F7F9FB;
    padding: 4% 6%;
    margin: 20px 0 0 0;
}
.navlist .officebox span{
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #FF9D42;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s;
    display: inline-block;
}
.navlist .officebox span:hover{
    transform:rotate(360deg) ;
}
.navlist .officebox .officename{
    padding: 0 30px;
    line-height: 28px;
}
.navlist .officebox .officename h3{
    margin: 0 ;
    font-weight: 600;
    font-size: 18px;
    color: #FF9D42;
}
.navlist .officebox .officename p{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin: 0 0 0 0;
}
.navlist .officebox .officeadder{
    padding: 0 0 0 30px;
    border-left: 1px #e7e7e7 solid;
    line-height: 20px;
}

.navlist .officebox .officeadder p,
.navlist .officebox .officeadder a{
    font-size: 13px;
    color: #999999;
    line-height: 24px;
    margin: 0;
}
.navlist .officebox .officeadder a:hover{
    color: #168FFF;
}



/*案例*/
.shcoolbox,
.shcoolbox ul{
    display: block;
    overflow: hidden;
}
.shcoolbox ul li{
    width: 20%;
    padding: 0px 10px;
    float: left;
    margin: 0 0 20px 0;
}
.shcoolbox ul li a{
    display: block;
    background: #ffffff;
    text-align: center;
    padding: 20px;
}

.shcoolbox ul li a .bigimg{
    border: 1px #cccccc solid;
    border-radius: 6px;
    max-width: 80%;
    margin: 0 auto;
}
.shcoolbox ul li a p{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    margin: 8px 0 4px 0;
    letter-spacing: 0;
}
.shcoolbox ul li a:hover p{
    color: #168FFF;
}
.shcoolbox ul li a span{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    display: block;
    letter-spacing: 0;
}







/*资讯新闻*/
.zxbox {
    background: #ffffff;
    margin: 0 0 0 0;
    padding: 30px 20px;
}

.zxbox li {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.zxbox li:last-child {
    margin: 0;
}

.zxbox li .leftzx {
    width: 100%;
}

.zxbox li .leftzx a {
    font-weight: 600;
    font-size: 19px;
    color: #333333;
    line-height: 23px;
    display: block;
    margin: 0 0 6px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zxbox li .leftzx a:hover {
    color: #168FFF;
}
.zxbox li  .timebox{
    margin: 10px 0 4px 0;
    display: block;
    overflow: hidden;
}
.zxbox li .leftzx .timebox span {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin: 0 6px 0 0 ;
}

.zxbox li .rightzx {
    float: right;
}

.zxbox li .rightzx span {
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    line-height: 14px;
    font-style: normal;
    margin: 0 0 0 9px;
    cursor: pointer;
}

.zxbox li .rightzx span i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/newicon1.png) no-repeat center;
    background-size: 100%;
    vertical-align: text-bottom;
}

.zxbox li .rightzx span:nth-child(2) i {
    background: url(../images/newicon2.png) no-repeat center;
    background-size: 100%;
}

/*已评论和收藏*/
.zxbox li .rightzx span.checkspan {
    color: #168FFF;
}

.zxbox li .rightzx span.checkspan i {
    background: url(../images/newicon1h.png) no-repeat center;
    background-size: 100%;
}

.zxbox li .rightzx span.checkspan:nth-child(2) i {
    background: url(../images/newicon2h.png) no-repeat center;
    background-size: 100%;
}


/* 回答区域 */
.ansmybox {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
    display: none;
}

.ansmybox textarea {
    width: 100%;
    resize: none;
    border: 1px #f5f5f5 solid;
    background: #f7f9fb;
    padding: 6px 14px;
    border-radius: 2px
}

.ansmybox button {
    float: right;
    width: 100px;
    line-height: 34px;
    background: #168FFF;
    border-radius: 5px 5px 5px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    margin: 6px 0 0 6px;
}
.ansmybox button.hidebtn{
    background: #FF9D42;
}
.ansmybox .titlebast {
    margin: 0px 0 10px 0;
}
.ansmybox .titlebast span {
    font-size: 16px;
}




/* 用户的回答区域 */
.ansuserbox {
    display: block;
    overflow: hidden;
    padding-bottom: 80px;
}

.ansuserbox li {
    padding: 20px;
    background: #ffffff;
    margin: 0 0 20px 0;
}

.ansuserbox li .questionbox {
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 8px 0;
    transition: all 0.3s;
    font-size: 19px;
    color: #333333;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}

.ansuserbox li .questionbox i {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../images/homequs.png) no-repeat center;
    background-size: 100%;
    margin: 0 6px 0 0;
    vertical-align: middle;
}
.ansuserbox li .questionbox .questionboxtext {
    width: 100%;
}
.ansuserbox li .questionbox span {
    text-align: justify;
    padding: 0;
    margin-bottom: 15px;
    display: block;
}

.ansuserbox li .questionbox span em {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    letter-spacing: 0;
    float: right;
}

.ansuserbox li .anstionbox .anstionlist {
    display: flex;
    margin-bottom: 20px;
}
.ansuserbox li .anstionbox .anstionlist:not(:nth-child(1)) {
    display: none;
}
.ansuserbox li .anstionbox.anstionboxcheck .anstionlist:not(:nth-child(1)) {
    display: flex;
}

.ansuserbox li .anstionbox .anstionlist i {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../images/homeans.png) no-repeat center;
    background-size: 100%;
    margin: 0 6px 0 0;
    vertical-align: middle;
}

.ansuserbox li .anstionbox .anstionlist .ansusertext {
    width: 100%;
    padding: 10px;
    background: #F7F9FB;
}

.ansuserbox li .anstionbox .anstionlist .ansusertext .userinfo {
    display: flex;
    align-items: center;
}

.ansuserbox li .anstionbox .anstionlist .ansusertext .userinfo .bigimg {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.ansuserbox li .anstionbox .anstionlist .ansusertext .userinfo p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 0 10px;
    color: #000000;
}

.ansuserbox li .anstionbox .anstionlist .ansusertext .usertext {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
    margin: 10px 0;
    letter-spacing: 0;
}

.ansuserbox li .anstionbox .anstionlist .ansusertext .usermun {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.ansuserbox li .anstionbox .anstionlist .ansusertext .usermun span {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.ansuserbox li .anstionbox .anstionlist .ansusertext .usermun a {
    font-weight: 400;
    font-size: 14px;
    color: #168FFF;
    display: none;
    line-height: 28px;
}

.ansuserbox li .anstionbox .anstionlist:first-child .ansusertext .usermun a {
    display: block;
}



/* 我要回答的按钮 */
.myansbtn {
    display: block;
    overflow: hidden;
}
.myansbtn button{
    float: right;
    width: 100px;
    line-height: 34px;
    background: #ffffff;
    border-radius: 5px 5px 5px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #168FFF;
    text-align: center;
    border: 1px #168FFF solid;
    margin: 6px 0 0 0;
}
.myansbtn button:hover{
    background: #168FFF;
    color: #fff;
}





.myansbox {
    width: calc(100% - 32px);
    margin: 20px 0 0 32px;
    display: block;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    display: none;
}

.myansbox textarea {
    width: 100%;
    resize: none;
    border: 1px #f5f5f5 solid;
    background: #f7f9fb;
    padding: 6px 14px;
    border-radius: 2px
}

.myansbox button {
    float: right;
    width: 100px;
    line-height: 34px;
    background: #168FFF;
    border-radius: 5px 5px 5px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    margin: 6px 0 0 6px;
}
.myansbox button.hidebtn{
    background: #FF9D42;
}






/*右侧侧区域*/
.mainright{
    width: 30%;
    padding: 0 0 0 20px;
}
.mainright .mianrighttitle{
    overflow: hidden;
    background: #ffffff;
    padding: 20px 10%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.mainright .mianrighttitle span{
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #168FFF;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
}
.mainright .mianrighttitle span:hover{
    transform:rotate(360deg) ;
}
.mainright .mianrighttitle .mainrighttext{
    padding: 0px 0 0 20px;
}
.mainright .mianrighttitle h4{
    font-weight: 600;
    font-size: 18px;
    color: #168FFF;
    margin: 4px 0 4px 0;
}
.mainright .mianrighttitle p{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    margin: 0;
}



.mainright .productsimilarbox ul{
    display: block;
    overflow: hidden;
    padding: 16px;
    background: #FFFFFF;
}
.mainright .productsimilarbox ul li{
    display: flex;
    padding:0 ;
    margin: 0 0 20px 0;
    border: 1px transparent solid;
}

.mainright .productsimilarbox ul li>div.bigimg{
    width: 100px;
    height: 100px;
    border: 1px #d7d7d7 solid;
    border-radius: 8px;
}
.mainright .productsimilarbox ul li>div.dometext{
    width: calc(100% - 100px);
    padding: 0 0 0 14px;
}
.mainright .productsimilarbox ul li a{
    font-weight: 600;
    font-size: 19px;
    color: #333333;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 6px 0 10px 0;
    display: block;
    transition: all 0.1s;
    font-family: comentfontthree;
}
.mainright .productsimilarbox ul li>div.bigimg a{
    margin: 0;
}

.mainright .productsimilarbox ul li a:hover{
    color: #168FFF;
}
.mainright .productsimilarbox ul li p{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    overflow: hidden;
}
.mainright .productsimilarbox ul li .textsay{
    padding: 0 0 0 0px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #b1b1b1;
}









/*响应式区域*/
@media screen and (max-width: 1450px) {

    .titlebast {
        margin: 10px 0 14px 0;
    }

    .titlebast span {
        font-size: 18px;
    }




}
@media screen and (max-width: 1400px) {

    .titlebast {
        margin: 8px 0 10px 0;
    }

    .titlebast span {
        font-size: 16px;
    }

    .titlebast div.allbtn button {
        width: 120px;
        line-height: 40px;
        font-size: 15px;
    }
    .navlist ul li a {
        font-size: 16px;
        line-height: 32px;
    }

    .zxbox li .leftzx a {
        font-size: 18px;
        line-height: 20px;
    }
}



@media screen and (max-width: 1300px) {

    .mianbox {
        padding-top: 20px;
    }
    .navlist ul {
        margin: 0 0 10px 0;
    }
    .navlist ul li a {
        font-size: 15px;
        line-height: 28px;
        margin: 0 22px 0 0;
    }
    .navlist .text {
        font-size: 16px;
        line-height: 32px;
    }
    .zxbox li .leftzx a {
        font-size: 16px;
        line-height: 20px;
    }
    .zxbox li .rightzx {
        width: 90px;
    }
    .ansmybox .titlebast span {
        font-size: 15px;
    }

}



@media screen and (max-width: 1200px) {

    .titlebast {
        margin: 14px 0 8px 0;
    }

    .titlebast span {
        font-size: 16px;
        line-height: 20px;
    }

    .navlist .text {
        font-size: 15px;
        line-height: 28px;
    }
    .zxbox {
        padding: 14px 16px;
    }
    .zxbox li .leftzx a {
        font-size: 14px;
        line-height: 18px;
    }

    .ansuserbox li .questionbox span {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .mainright .mianrighttitle span {
        width: 44px;
        height: 44px;
    }
    .mainright .mianrighttitle .mainrighttext {
        padding: 0px 0 0 10px;
    }
    .mainright .mianrighttitle h4 {
        font-size: 16px;
    }
    .mainright .productsimilarbox ul li>div.bigimg {
        width: 50px;
        height: 50px;
    }
    .mainright .productsimilarbox ul li>div.dometext {
        width: calc(100% - 50px);
    }
    .mainright .productsimilarbox ul li {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px #f3f3f3 solid;
    }
    .mainright .productsimilarbox ul li a {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        margin: 0 0 2px 0;
    }
    .mainright .productsimilarbox ul li p {
        font-size: 13px;
        line-height: 18px;
        overflow: hidden;
        margin: 0px;
    }
    .mainright .productsimilarbox ul li .textsay {
        font-size: 12px;
    }


    .navlist .officebox .officename {
        padding: 0 20px;
        line-height: 28px;
    }

    .navlist .officebox .officeadder {
        padding: 0 0 0 20px;
    }
    .shcoolbox ul{
        margin: 0 -8px;
    }
    .shcoolbox ul li {
        width: 25%;
        padding: 0px 8px;
    }
    .shcoolbox ul li a {
        padding: 12px;
    }

}










@media screen and (max-width: 800px) {
    .mianbox {
        padding-top: 10px;
    }


    .titlebast span {
        font-size: 15px;
        line-height: 20px;
    }
    .titlebast div.allbtn button {
        width: 64px;
        line-height: 32px;
        border-radius: 4px;
        font-size: 13px;
        margin: 0 0 0 6px;
    }
    .titlebast em.ansbtn {
        width: 88px;
        line-height: 32px;
        font-size: 12px;
    }


    .navlist .text {
        font-size: 14px;
    }
    .zxbox {
        padding: 14px 12px;
    }
    .zxbox li {
        border: 1px #f5f5f5 solid;
        padding: 8px;
        background: #f7f9fb;
        margin: 0 0 10px 0;
    }
    .zxbox li .rightzx span i {
        width: 13px;
        height: 13px;
    }
    .zxbox li .leftzx .timebox span {
        font-size: 12px;
        margin: 0 6px 0 0;
        line-height: 16px;
    }
    .zxbox li .leftzx a {
        margin: 0 0 2px 0;
    }
    .zxbox li .timebox {
        margin: 6px 0 4px 0;
        font-size: 0;
    }
    .zxbox li .rightzx {
        width: 100%;
    }

    .ansmybox .titlebast span {
        font-size: 13px;
    }
    .myansbox button,
    .ansmybox button {
        width: 48%;
        line-height: 30px;
        border-radius: 4px;
        font-size: 14px;
        margin: 0 1%;
    }

    .ansuserbox li {
        padding: 14px;
        margin: 0 0 10px 0;
    }
    .ansuserbox li .questionbox span {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .ansuserbox li .anstionbox .anstionlist .ansusertext .usertext {
        font-size: 13px;
        line-height: 24px;
        margin: 6px 0;
    }

    .myansbtn button {
        width: 80px;
        line-height: 30px;
        font-size: 12px;
        margin: 0px 0 0 0;
    }

    .ansuserbox li .anstionbox .anstionlist .ansusertext .userinfo p {
        font-size: 15px;
        margin: 0 0 0 6px;
    }
    .ansuserbox {
        padding-bottom: 40px;
    }

    .shcoolbox ul li a {
        padding: 10px;
    }
    .shcoolbox ul li a p {
        font-size: 15px;
        line-height: 16px;
        margin: 8px 0 4px 0;
    }
    .shcoolbox ul li a span {
        font-size: 12px;
    }
    .ansuserbox li .anstionbox .anstionlist:first-child .ansusertext .usermun a {
        font-size: 13px;
    }

}

@media screen and (max-width: 768px) {
    .mainleft {
        width: 100%;
    }
    .navlist {
        padding: 20px 14px;
    }
    .navlist .officebox {
        display: block;
        margin: 10px 0 0 0;
        padding: 18px 12px;
    }
    .navlist .officebox .officename {
        padding: 0 12px;
        line-height: 24px;
        display: inline-block;
    }
    .navlist .officebox .officename h3 {
        font-size: 17px;
    }
    .navlist .officebox .officeadder {
        margin: 7px 0 0 0;
        border: none;
        padding: 7px 0 0 0 ;
        border-top: 1px #e7e7e7 solid;
    }
    .navlist .officebox span {
        width: 43px;
        height: 42px;
        padding: 10px;
        float: left;
    }
    .shcoolbox ul{
        margin: 0 -5px;
    }
    .shcoolbox ul li {
        width: 33.333%;
        padding: 0px 5px;
        margin: 0 0 10px 0;
    }
    .shcoolbox ul li a .bigimg {
        max-width: 100%;
    }
    .shcoolbox ul li a p {
        font-size: 15px;
    }

}


@media screen and (max-width: 600px) {
    .ansuserbox li .questionbox i,
    .ansuserbox li .anstionbox .anstionlist i {
        width: 26px;
        height: 26px;
    }
    .ansuserbox li .anstionbox .anstionlist .ansusertext .userinfo p {
        font-size: 14px;
        margin: 0 0 0 6px;
    }
    .ansuserbox {
        padding-bottom: 30px;
    }
}


@media screen and (max-width: 340px) {
    .titlebast span {
        font-size: 13px;
        letter-spacing: 0;
    }
    .titlebast div.allbtn {
        width: 100%;
        text-align: right;
    }
}