a {
    color: #1d1d1d;
}

a:hover {
    color: #0082ff;
}

img {
    border: none;
}

.position {
    width: 100%;
    background: #f8f8f8;
    font-size: 14px;
    color: #8d8d8d;
}

/* banner杞挱 */
.banner {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.banner .layout {
    margin-bottom: 20px;
    position: relative;
}

.banner ul li {
    display: none;
}

.banner p {
    padding-right: 5px;
    margin-top: 20px;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.banner p span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a3a3a3;
    margin-right: 20px;
    cursor: pointer;
}

.banner p span.active {
    background: #ee8e3f;
}

.title {
    margin: 20px 25px 0px 25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.title h2 {
    font-size: 22px;
    color: #2c2c2c;
    display: inline-block;
}

.softSpecialList {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.softSpecialList .layout {
    width: 1198px;
    border: 1px solid #eee;
    background: #fff;
    margin-top: 20px;
}

.softSpecialList ul {
    padding: 0px 25px 20px 25px;
    overflow: hidden;
}

.softSpecialList ul li {
    width: 280px;
    margin-top: 20px;
    margin-right: 9px;
    float: left;
}

.softSpecialList ul li:nth-child(4n) {
    margin-right: 0px;
}

.softSpecialList ul li a {
    display: block;
}

.softSpecialList ul li a:nth-child(1) {
    overflow: hidden;
}

.softSpecialList ul li img {
    width: 280px;
    height: 140px;
    transition: all 1s;
}

.softSpecialList ul li img:hover {
    transform: scale(1.1);
}

.softSpecialList ul li .specialName {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

/* 鍒嗛〉 */
.pagingWrap {
    position: relative;
    left: 50%;
    float: left;
}

.paging {
    position: relative;
    left: -50%;
    margin-top: 20px;
}

.paging div {
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 3px;
    cursor: pointer;
    background: #f2f2f2;
}

.paging .first,
.paging .last {
    width: 50px;
    height: 26px;
}

.paging .prev,
.paging .next {
    width: 60px;
    height: 26px;
}

.paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
    display: none;
}

.paging div.active {
    width: 28px;
    height: 28px;
    border: none;
    background-color: #fd6406;
    color: #fff;
    line-height: 28px;
}

.paging .pagingDiv:hover {
    width: 28px;
    height: 28px;
    border: none;
    background-color: #fd6406;
    color: #fff;
    line-height: 28px;
}

.paging .total {
    width: 55px;
    height: 28px;
    background: #fd6406;
    color: #fff;
    line-height: 28px;
    border: none;
}

.specialNav {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    padding-bottom: 38px;
}

.specialNav .layout {
    width: 1198px;
    border: 1px solid #eee;
    background: #fff;
}

.specialNav .box {
    padding: 0px 25px 25px 25px;
}

.specialNav dl {
    margin-top: 16px;
}

.specialNav dl dt {
    width: 110px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #ff6c6c;
    text-align: center;
    position: relative;
}

.specialNav dl dt::after {
    content: '';
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ff6c6c;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}

.specialNav dl dd {
    color: #a8a8a8;
    margin-left: 5px;
    width: 1033px;
}

.specialNav dl dd a {
    width: 84px;
    font-size: 14px;
    color: #1d1d1d;
    margin: 0px 13px;
    line-height: 25px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.specialNav dl dd a:hover {
    color: #0082ff;
}

.specialNav dl:nth-child(2) dt {
    background: #40a1ff;
}

.specialNav dl:nth-child(2) dt::after {
    border-color: transparent transparent transparent #40a1ff;
}

.specialNav dl:nth-child(3) dt {
    background: #89d042;
}

.specialNav dl:nth-child(3) dt::after {
    border-color: transparent transparent transparent #89d042;
}

/* 搴曢儴 */
#footer {
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 30px;
}

footer {
    padding-bottom: 15px;
}

footer a {
    color: #333;
}

footer a:hover {
    color: #0084ff;
}

footer ul.brand {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

footer ul.brand li {
    display: inline-block;
}

footer ul.brand li:after {
    width: 1px;
    height: auto;
    padding: 0 5px;
    content: '|';
    color: #e1e1e1;
}

footer p {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    margin-top: 10px;
    text-align: center;
    color: #666;
}

/* 杩斿洖椤堕儴 */
.cbbfixed {
    position: fixed;
    z-index: 3;
    right: 20px;
    bottom: -112px;
    cursor: pointer;
    transition: bottom ease .3s;
}

.cbbfixed .cbbtn {
    display: block;
    width: 60px;
    height: 60px;
}

.cbbfixed .gotop {
    margin-top: 10px;
    transition: background-color ease .3s;
}

.icon_top {
    background-position: -281px -0;
}

.icon_top:hover {
    background-position: -281px -60px;
}

/* 鍋滀笅鏉ョ灖涓€鐬� */
.classification {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    padding-bottom: 0px;
}

.classification .layout {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
}

.softList {
    padding: 20px 25px 20px 25px;
    overflow: hidden;
}

.softList dl dd img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.softList dl dd span {
    font-size: 14px;
    color: #1d1d1d;
    line-height: 24px;
    vertical-align: middle;
    margin-left: 5px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    cursor: pointer;
}

.softList dl dd span:hover {
    color: #0082ff;
}

.softList dl {
    width: 140px;
    margin-right: 28px;
    float: left;
}

.softList dl:nth-child(6n) {
    margin-right: 0px;
}

.softList dl dt {
    font-size: 18px;
    font-weight: bold;
    width: 115px;
    height: 30px;
    border-left: none;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.softList dl dd {
    padding: 5px 0px 0px;
}

.softList dl:nth-child(1) dt {
    background: #89d042;
}

.softList dl:nth-child(2) dt {
    background: #55bdf0;
}

.softList dl:nth-child(3) dt {
    background: #ff6c6c;
}

.softList dl:nth-child(4) dt {
    background: #40a1ff;
}

.softList dl:nth-child(5) dt {
    background: #ff8e4f;
}

.softList dl:nth-child(6) dt {
    background: #00c5a9;
}

.softList dl:nth-child(7) dt {
    background: #de6acf;
}

/* 2022-09-28鏂板 */
/* 杞欢涓撻 */
.selected_softzt {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.selected_softzt .layout {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
}

.selected_softzt ul {
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

.selected_softzt ul li {
    float: left;
    margin-left: 12px;
    margin-top: 20px;
}

.selected_softzt ul li:nth-child(1) {
    margin-left: 0px;
}

.selected_softzt ul li img {
    width: 280px;
    height: 140px;
    transition: all 1s;
}

.selected_softzt ul li img:hover {
    transform: scale(1.1);
}

.selected_softzt ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.selected_softzt ul li p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #2c2c2c;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

/* 搴曢儴tab鍒囨崲 */
.tabWrap {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.tabWrap .layout {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabWrap .title ul {
    overflow: hidden;
}

.tabWrap .title ul li {
    float: left;
    margin-right: 40px;
    font-size: 22px;
    color: #2c2c2c;
    font-weight: bold;
    cursor: pointer;
}

.tabWrap .content {
    padding: 0px 25px;

}

.tabWrap .content ul {
    overflow: hidden;
    border-bottom: none;
    border-right: none;
    padding-bottom: 20px;
    display: none;
}

.tabWrap .content ul li {
    width: 110px;
    padding: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    float: left;
    margin-right: 13px;
    background: rgba(215, 215, 215, 1);
    text-align: center;
    margin-top: 20px;
}

.tabWrap .content ul li:nth-child(8n) {
    margin-right: 0px;
}

.tabWrap .content ul li a {
    color: #333;
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.tabWrap .content ul li:hover {
    background: rgba(51, 102, 255, 1);
}

.tabWrap .content ul li:hover a {
    color: #fff;
}

.tabWrap .title ul li.active {
    color: #0082ff;
}

/* 杞欢涓撻鏀逛负宸﹀彸婊氬姩 */
.selected_softzt .softzt_list {
    padding: 0px 20px;
    height: 184px;
}

.selected_softzt .softzt_list .tempWrap {
    width: 1160px !important;
}

.banner ul li {
    position: relative;
}

.banner ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 29px;
    height: 16px;
    z-index: 999;
    background-image: url(../images/adtips.png);
}

/* 鏂板搴曢儴tab鐑棬鏁欑▼鏍峰紡 */
/*
.tabWrap .content ul:nth-of-type(3){
    padding: 7px 0px 14px 0px;
}
.tabWrap .content ul:nth-of-type(3) li{
    width: 354px;
    margin-top: 5px;
    background: #Fff;
    border: none;
}
.tabWrap .content ul:nth-of-type(3) li a{
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #1d1d1d;
    display: inline-block;
    vertical-align: middle;
}
.tabWrap .content ul:nth-of-type(3) li a::before{
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #383838;
    margin-right: 5px;
}
.tabWrap .content ul:nth-of-type(3) li span{
    font-size: 14px;
    color: #bebebe;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.tabWrap .content ul:nth-of-type(3) li:nth-of-type(3n){
    margin-right: 0px;
}
.tabWrap .content ul:nth-of-type(3) li:nth-child(8n) {
    margin-right: 13px;
}*/
/* 涓撻鏂板鍒涘缓鏃堕棿 */
.softSpecialList ul li p .specialName {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    text-align: left;
}

.softSpecialList ul li p span {
    font-size: 12px;
    color: #666;
    float: right;
    margin-top: 5px;
}