/*******************下载中心star**************************/

a:focus {
    outline: none;
}

.downlist {
    width: 100%;
    margin: 18px auto;
    padding: 7px;
    display: inline-block;
    box-sizing: border-box;
}

.listtitle {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.listtitle1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    margin-top: 0px;
}

.listtitle2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
}

.listkw{
    padding-top: 20px;
}
.kwmain{
    width: 87%;
    position: relative;
}
.kwtext{
    width: 100%;
    padding: 10px 38px 10px 5px;
    border: 1px solid #ccc;
}
.kwbutton{
    display: inline-block;
    position: absolute;
    right: -38px;
    top: 7px;
    width: 25px;
}
.kwbutton>img{
    width: 100%;
}
.listbox {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.tbox {
    width: 100%;
    margin-bottom: 0;
    padding: 0px;
}

.listbox dt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px;
    padding: 0px;
    float: left;
}

.listbox dt a {
    font-size: 18px;
    color: #000;
}

.listbox dd {
    width: 96.5%;
    border: 1px solid #ccc;
    height: auto;
    line-height: 168px;
    margin: 5px;
    padding: 0px;
    float: left;
}

.listbox dd .img {
    width: 180px;
    height: auto;
    line-height: 98px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.listbox dd .img a {
    height: 151px;
    margin: 0;
    float: left;
}

.listbox dd .title {
    width: calc( 100% - 200px);
    height: auto;
    float: left;
    margin: 20px 10px 20px 10px;
    box-sizing: border-box;
}

.listbox dd .title .title1 {
    width: 100%;
    height: 50px;
    line-height: 24px;
    float: left;
    overflow: hidden;
}

.listbox dd .title .title1 a {
    font-size: 16px;
    color: #000;
}

.listbox dd .title .title2 {
    width: 100%;
    height: 30px;
    line-height: 24px;
    float: left;
}

.listbox dd .title .title2 a {
    font-size: 14px;
    color: #fe9d00;
}


/*******************下载中心end**************************/


/*******************下载页面start************************/

.show {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    min-width: 100%;
}

.showtop {
    float: left;
    /*margin: 0 18px;*/
    margin: 0px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #b2b2b2;
}

.showtopleft {
    float: left;
    margin: 0;
    height: 53px;
    line-height: 53px;
}

.showtopleft a {
    font-size: 20px;
    padding-left: 10px;
    color: #000;
}

.showtopleft a:hover {
    font-size: 20px;
    padding-left: 10px;
    color: #000;
}

.showtopright {
    float: right;
    margin: 0;
    height: 53px;
    line-height: 53px;
}

.showtopright li {
    float: left;
    margin: 0;
    width: 100px;
    height: 53px;
    line-height: 53px;
}

.showtopright li a {
    width: 99px;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    text-align: center;
    color: #000;
    float: left;
}

.showtopright li a:hover {
    color: red;
}

.showtopright li .tabs {
    color: red;
}

.showtopright li .xian {
    width: 1px;
    color: #bfbfbf;
}

.showcontent {
    width: 100%;
    margin: 0 18px;
    padding: 0;
    float: left;
}

.showcontents {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b2b2b2;
}

.showcontents .showcontentleft {
    width: 138px;
    float: left;
    margin: 10px auto;
    padding: 0;
}

.showcontents .showcontentleft img {
    width: 72px;
    height: 78px;
    margin: 20px 33px;
    padding: 0;
}

.showcontents .showcontentright {
    width: 824px;
    float: left;
    margin: 10px auto;
    padding: 0;
    border-left: 1px solid #b2b2b2;
}

.rightshow {
    width: 790px;
    margin: 0 0px 0 35px;
    float: left;
}

.rightshows {
    width: 790px;
    height: 60px;
    line-height: 60px;
    /*float: left;*/
    border-top: 1px solid #b2b2b2;
}

.rightshows:first-child {
    border-top: 0;
}

.rightshows .rightshowsleft {
    width: 680px;
    height: 60px;
    line-height: 60px;
    float: left;
    overflow: hidden;
}

.rightshows .rightshowsleft a {
    font-size: 16px;
    color: #3e3a39;
}

.rightshows .rightshowsright {
    width: 98px;
    height: 60px;
    line-height: 60px;
    float: left;
}

.rightshows .rightshowsright a {
    margin: 13px auto 0;
    color: blue;
    float: right;
}

a:focus {
    outline: none;
}

