.bannerWrap {
    margin: -21px auto 20px;
    overflow: hidden;
    clear: both;
}
.bannerWrap img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.side_nav li a {
    height: 35px;
    line-height: 35px;
    width:  160px;
    background: url(../images/abg3.jpg) no-repeat bottom;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 2px;
}

.side_nav li a:hover, .side_nav li a.hover, .side_nav .current {
    background: #156db8;
    color: #fff;
}

/* tools list*/
.tools-box {
    position: relative;
    height: 175px;
    margin-bottom: 30px;
    padding: 0 20px 10px;
    border: 1px solid #efefef;
}

.tools-box .title {
    font-size: 14px;
}

.tools-box .title img {
    margin: 0 16px 0 0;
}

.tools-box h2 {
    font-size: 18px;
    /*width: 65%;*/
    overflow: hidden;
}

.tools-box .info {
    overflow: hidden;
    color: #888;
}

.tools-box .subject {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    word-break: break-all;
}

.tools-box .down-icon {
    position: absolute;
    top: 0;
    right: 0;
}

/*tools detail*/

.toolWrap {
    padding-bottom: 30px;
}

.toolMenu {
    width: 178px;
    background: #fcfcfc;
}

.toolMenu li {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: solid 1px #e5e5e5;
}

.toolMenu li a {
    display: block;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.toolMenu li a:hover, .toolMenu .current a {
    color: #4cbaf9;
    border-bottom: 2px solid #4cbaf9;
    background: #f5f5f5;
    text-decoration: none;
}

.toolRight {
    width: 1000px;
    float: right;
}

.toolList li {
    position: relative;
    width: 317px;
    height: 265px;
    background: #EAEAEA;
    float: left;
    margin: 0 8px 15px 8px;
}

.toolImg {
    padding: 35px 20px 0 25px;
}

.toolImg img {
    width: 73px;
    height: 66px;
    border-radius: 8px;
}

.toolName {
    width: 175px;
    font-size: 14px;
    color: #323232;
    line-height: 30px;
    margin-top: 40px;
}

.toolIntro {
    font-size: 12px;
    color: #666;
    padding: 10px 25px 0;
    line-height: 30px;
}

.toolFoot {
    position: absolute;
    bottom: 13px;
    padding: 0 25px;
    color: #666;
    width: 220px;
}

.toolFoot span {
    color: #fd931d;
    font-size: 15px;
}

.toolFoot a {
    display: block;
    width: 73px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #4cbaf9;
    border-radius: 5px;
}

.tdTop {
    border: solid 1px #ddd;
    position: relative;
}

.tdTop .toolImg {
    padding: 30px 20px 30px 25px;
}


.tdTop .toolName {
    font-size: 18px;
    color: #333;
    width: 765px;
    margin: 30px 0 10px;
}

.tdTop p {
    font-size: 14px;
    color: #666;
}

.tdTop .downBt {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #4cbaf9;
    border-radius: 5px;
    bottom: 30px;
    float: left;
    margin: 10px 10px 10px 0;
}

.toolDet, .tImgBox {
    border: solid 1px #ddd;
    margin-top: 15px;
}

.toolTit {
    background: #f8f8f8;
    border-bottom: solid 1px #efefef;
    height: 43px;
    line-height: 43px;
    color: #333;
    padding-left: 30px;
    font-size: 18px;
    margin-top:0;
}

.toolDet ul {
    margin: 5px 0 0 25px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
}

.imgBox {
    margin: 40px;
    text-align: center;
    overflow: hidden;
}

.imgBox img {
    max-width: 851px;
}

#ChanjetLogin #ChanjetLoginContainer {
    position: fixed;
}
.tdTop1{
    display: none;
}
@media (min-width: 300px) and (max-width: 700px) {
    .tdTop{
        display: none;
    }
    .tdTop1{
        display: block;
        border: solid 1px #ddd;
        position: relative;
    }
    .toolImg1{
        /*float: left;*/
        padding: 10px;
        /*position: relative;*/
    }
     .pull-right{
         margin-top: -35px;
     }

    .tdTop1 .toolName {
        font-size: 18px;
        color: #333;
        width: 765px;
        margin: 45px 0 10px;
    }

    .tdTop1 p{
        font-size: 14px;
        color: #666;
        width: 90%;
        margin-left: 10px;
    }

    .tdTop1 .downBt {
        display: block;
        width: 90px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #4cbaf9;
        border-radius: 5px;
        bottom: 30px;
        float: left;
        margin: 10px;
    }
    .toolImg1 img {
        width: 73px;
        height: 66px;
        border-radius: 8px;
    }
    .toolName1{
        width:70%;
        font-size: 14px;
        color: #323232;
        line-height: 30px;
        margin-top: 10px;
        float: right;
    }
    .toolTit{
        margin-top: 0;
    }
}