@charset "utf-8";

a img, input, a {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p, table, tr, td {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    font-family: "PingFangSC", "PingFang SC","SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #666666
}

a:hover {
    color: #00578F;
    text-decoration: none;
}

a img, input, a {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

input::-webkit-input-placeholder {
    color: #cfcfcf;
}

input:-moz-placeholder {
    color: #cfcfcf;
}

input::-moz-placeholder {
    color: #cfcfcf;
}

input::-ms-input-placeholder {
    color: #cfcfcf;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    color: #0A0B0E;
    word-break: break-all;
    word-wrap: break-word;
}

body {
    background: white;
}


/*首屏*/
.firstScreen {
    /*margin-top: 20px;*/
}

.firstScreen:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.firstLeft {
    float: left;
    width: 216px;
    /*margin-right: 20px;*/
    background: #ffffff;
    height: 394px;
    position: relative;
}

.firstMiddle {
    float: left;
    width: 700px;
    /*margin-right: 20px;*/
    height: 394px;
}

.firstRight {
    float: left;
    width: 215px;
    height: 394px;
    background: #ffffff;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
}


.mainMenuTitle {
    background: #eeeeee;
    height: 42px;
    width: 216px;
}

.mainMenuTitle .catalog-header{
    align-items: center;
    background: #0063fa;
    color: white;
    display: flex;
    font-size: 16px;
    /*justify-content: center;*/
    padding: 11px 0;
    padding-left: 16px;
}
.mainMenuTitle .catalog-header img{
    height: 24px;
    margin-right: 6px;
    width: 24px;
    position: relative;
    top: 1px;
    vertical-align: middle;
}

.mainMenuTitle ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.mainMenuTitle ul li {
    float: left;
    width: 108px;
}

.mainMenuTitle ul li a {
    line-height: 41px;
    font-size: 15px;
    color: #6a6a6a;
    text-align: center;
    display: block;
    border: 1px solid #e8e8e8;
}

.mainMenuTitle ul li.mainmCur a {
    background: #2875e8;
    color: #ffffff;
    border: 1px solid #2875e8;
}

.mainMenuList {
    width: 216px;
    padding: 14px 0 0 0;
}

.mainMenuList li {
    height: 45px;
    padding: 0 14px 0 14px;
    display: flex;
    width: 188px;
}

.mainMenuList li:hover {
    background: #0068c7;
}

.mainMenuList li a.mRightA {
    display: block;
    background-size: auto 9px;
    font-size: 15px;
    line-height: 41px;
    display: block;
    height: 41px;
    width: 188px;
}

.mainMenuList li a.mRightAA {
    display: block;
    background-size: auto 9px;
    font-size: 15px;
    line-height: 41px;
    display: block;
    height: 41px;
    color: #2875e8;
}

.mainMenuList li a.mRightA:hover {
    background: url(../images/homepage/rightarrowcur.png) no-repeat right center;
    background-size: auto 9px;
    color: #0063fa;
}

.mainMenuList li a.mRightA span {
    display: block;
     /*background: url(../images/homepage/menu01.png) no-repeat left center;*/
     /*   background-size: auto 14px;*/
}

.mainMenuList li a.mRightA:hover span {
    /* background: url(../images/homepage/menu01cur.png) no-repeat left center;
        background-size: auto 14px; */
}

.firstMiddle ul li img {
    width: 700px;
    height: 394px;
}

.firstRight ul li:last-child a {
    margin-bottom: 0;
}

.firstRight ul li a {
    width: 215px;
    height: 120px;
    display: block;
    margin-bottom: 17px;
}

.firstRight ul li a img {
    display: block;
    width: 215px;
    height: 120px;
}



/*标题*/
.title2022 {
    height: 28px;
    padding: 16px 0px 16px 0;
    margin-bottom: 24px;
    line-height: 28px;
    border-bottom: 2px solid rgba(0, 99, 254, 0.50);
    margin-top: 42px;
}

.title2022 a.tmore {
    float: right;
    font-size: 16px;
    color: #85888C;
}

.title2022 a.tmore:hover {
    color: #00578F;
}

.title2022 b {
    /*padding-left: 18px;*/
    font-size: 32px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color:#000;
}

.title2022 b::before{
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url("/static/diy/image/ic_32_project@2x.png") no-repeat;
    background-size: contain;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.title2022 b.youzhiqiye-diy::before{
    background: url("/static/diy/image/ic_36_xm@2x.png") no-repeat;
    background-size: contain;
}
.title2022 b.newjiaru-diy::before{
    background: url("/static/diy/image/ic_36_new@2x.png") no-repeat;
    background-size: contain;
}
.title2022 b.activity-diy::before{
    background: url("/static/diy/image/ic_36_hd@2x.png") no-repeat;
    background-size: contain;
}
.title2022 hr{
    height: 3px;
}
.title2022 b i{
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    top: 41px;
    right: 0px;

}



.title2022 p {
    float: right;
}

.title2022 p a {
    padding-right: 15px;
    margin-right: 15px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    color: #999;
    float: right;
}

.title2022 a.selecttab {
    color: #246ba7;
}

.title2022 a.fver {
    float: right;
    font-size: 16px;
    color: #85888C;
}



/*电子电器*/
.elec2022 {
    background: #ffffff;
    margin-top: 20px;
}

.elecCont {
    padding: 20px 0 0;
}

.elecCont:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.eleCLeft {
    float: left;
    width: 266px;
    height: 213px;
    padding: 0 20px;
    margin: 16px 0 0 0;
}

.eleCRight {
    float: left;
    width: 864px;
}

.eleCRight ul li {
    float: left;
    width: 288px;
    overflow: hidden;
}

.eleCRight ul li dl {
    padding: 0 10px 20px 0;
}

.eleCRight ul.secP li dl {
    padding: 15px 10px 20px 0;
}

.eleCRight ul li dl dt {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.eleCRight ul li dl dd {
    margin-top: 8px;
    height: 64px;
    overflow: hidden;
}

.eleCRight ul li dl dd a {
    display: block;
    font-size: 13px;
    float: left;
    color: #7e7e7e;
    line-height: 20px;
    height: 20px;
    margin-top: 10px;
    white-space: nowrap;
    margin-right: 20px;
}

.eleCRight ul li dl dd a:hover {
    color: #00578F;
}

.elecAD {
    padding: 0 0 20px 19px;
}

.elecAD ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.elecAD ul li {
    float: left;
    width: 268px;
    height: 92px;
    margin-right: 20px;
}

.elecAD ul li:last-child {
    margin-right: 19px;
}

/*项目速递*/
.sugSec{
    display: flex;
    flex-wrap: nowrap;
}

.suggPro2022 {
    background: #f1f3f6;
}

.suggPro2022 ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.suggPro2022 ul {

}

.suggPro2022 ul li {
    width: 533px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-right: 21px;
    padding: 19px;
    border-radius: 6px;
}
/*.suggPro2022 ul li:nth-child(2n) {*/
/*    margin-right: 0;*/
/*    float: right;*/
/*}*/

.suggPro2022 ul li b {
    display: block;
    padding-bottom: 5px;
}

.suggPro2022 ul li b a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #00578F;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: normal;
    padding: 10px 10px 10px 0;
}

.suggPro2022 ul li p {
    width: 48%;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #7e7e7e;
    margin: 8px 8px 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}

.suggPro2022 ul li a.sugBut {
    display: block;
    width: 180px;
    height: 35px;
    background: #009bffbf;
    border-radius: 2px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    position: relative;
    top: 10px;
    /*margin-top: 20px;*/
}


.imSupply span a {
    color: #00578F;
    line-height: 20px;
}

.imSupply b, .imPurchase b {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 6px 6px 0px 0;
}

.imSupply span, .imPurchase span {
    display: block;
    font-size: 13px;
    color: #7e7e7e;
    line-height: 24px;
}

.imSupply .imSupplya {
    display: block;
    background: linear-gradient(135deg, #799FF5 0%, #4872E9 100%);
    height: 40px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}

.imSupply .imSupplya:hover {
    background: linear-gradient(135deg, #4872e9 0%, #4662d9 100%);
}

.imPurchase a {
    display: block;
    background: linear-gradient(135deg, #5FD4C3 0%, #50B1C0 100%);
    height: 40px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin-top: 8px;
}

.imPurchase a:hover {
    background: linear-gradient(135deg, #50B1C0 0%, #41a9b4 100%);
    color: #ffffff;
}

.imPurchase {
    margin-top: 7px;
}

.imPurchase ul {

}

.imPurchase ul li {
    font-size: 13px;
    line-height: 41px;
    color: #333;
}

.imPurchase ul li:first-child::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/diy/image/zhifeiji.png") no-repeat center;
    background-size: 20px 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.imPurchase ul li:nth-child(2)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/diy/image/shaixuan.png") no-repeat center;
    background-size: 20px 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.imPurchase ul li:nth-child(3)::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/diy/image/cooperation-full.png") no-repeat center;
    background-size: 20px 20px;
    margin-right: 10px;
    vertical-align: middle;
}


.middleAD2022 {
    margin-top: 20px;
}

.middleAD2022 img {
    display: block;
    width: 100%;
}


/*项目速递*/
.goodPro2022 {
    background: #ffffff;
    margin-top: 20px;
}

.goodPro2022 ul {
    padding: 20px 0 20px 19px;
}

.goodPro2022 ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.goodPro2022 ul li {
    float: left;
    width: 268px;
    margin-right: 20px;
    position: relative;
}

.goodPro2022 ul li img {
    display: block;
    width: 100%;
    height: 151px;
}

.goodPro2022 ul li:last-child {
    margin-right: 19px;
}

.goodPro2022 ul li em {
    position: absolute;
    z-index: 3;
    top: 126px;
    right: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-shadow: .5px 1px 2px rgba(0, 0, 0, .15);
    color: #ffffff;
    font-style: normal;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    height: 18px;
    padding: 0 8px;
    line-height: 18px;
    border-radius: 18px;
}

.goodPro2022 ul li span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: normal;
}

/*行业新看点*/
.newSee2022 {
    background: #ffffff;
    margin-top: 20px;
}

.newInfo2022 {
    padding: 20px 20px 20px 20px;
}

.newInfo2022 dl:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.newInfo2022 dl dt {
    float: left;
    width: 388px;
    height: 219px;
    position: relative;
}

.newInfo2022 dl dt img {
    display: block;
    width: 100%;
}

.newInfo2022 dl dt i {
    display: block;
    width: 30px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -15px;
}

.newInfo2022 dl dd {
    float: left;
    width: 730px;
    margin-top: -13px;
    height: 233px;
}

.newInfo2022 dl dd ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.newInfo2022 dl dd ul li {
    float: left;
    margin-left: 40px;
}

.newInfo2022 dl dd ul li a {
    background: url(../images/homepage/zxdot.jpg) no-repeat left center;
    padding-left: 10px;
    text-decoration: none;
    display: block;
    color: #5d5d5d;
    font-size: 13px;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    width: 315px;
    line-height: 41px;
}

.newInfo2022 dl dd ul li a:hover {
    color: #246ba7;
}


/*发现好公司*/
.findGood2022 {
    padding-top: 20px;
    overflow: hidden;
}

.findGood2022 ul {
    width: 1200px;
}

.findGood2022 ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.findGood2022 ul li {
    float: left;
   border-bottom: 1px solid #f0f0f0;
   border-right: 1px solid #f0f0f0;
    width: 350px;
    height: 70px;
    padding: 20px 20px;
    background: white;
    margin-bottom: 10px;
    margin-right: 10px;
}

.findGood2022 ul li:hover {
    background: #fafafa;
}

.findGood2022 ul li dl:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.findGood2022 ul li dl dt {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 15px;
}

.findGood2022 ul li dl dt a {
    background: #FFF;
    width: 68px;
    height: 68px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 3px;
}

.findGood2022 ul li dl dt a img {
    vertical-align: middle;
    border: 0;
}

.findGood2022 ul li dl dt a:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.findGood2022 ul li dl dd {
    float: left;
    width: 264px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding-top: 2px;
}

.findGood2022 ul li dl dd b a {
    display: block;
    font-size: 17px;
    line-height: 20px;
    color: #343434;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

.findGood2022 ul li dl dd b a:hover {
    color: #007bcd;
    padding-left: 8px;
}

.findGood2022 ul li p {
    font-size: 12px;
    line-height: 18px;
    color: #7e7e7e;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    height: 18px;
}


.newChangeDot {
    text-align: center;
    padding: 15px 0 15px;
}

.newChangeDot ol:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.newChangeDot ol li {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    margin: 0 4px;
    border-radius: 20px;
    background: #d9d9d9;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999px;
    float: none !important;
    padding: 0;
}

.newChangeDot ol li.pitch {
    background-color: #dd4a4a;
    opacity: 1;
}

/*新公司入驻*/
.newCompany2022 {
    overflow: hidden;
}

.newCompany2022 ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.newCompany2022 ul {
    width: 1200px;
}

.newCompany2022 ul li {
    float: left;
    width: 101px;
    margin-right: 48px;
    margin-bottom: 24px;
    text-align: center;
}

.newCompany2022 ul li a {
    display: block;
}

.newCompany2022 ul li dl dt {
    background: #FFF;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 3px;
    margin: 0 auto;
}

.newCompany2022 ul li dl dt img {
    vertical-align: middle;
    border: 0;
}

.newCompany2022 ul li dl dd {
    font-size: 13px;
    color: #7e7e7e;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    margin-top: 5px;
}


/*合作进展*/
.cop2022 {
    background: #ffffff;
    margin-top: 20px;
}

.cop2022 .lunKF ul {
    padding: 20px 0 10px 22px;
}

.cop2022 .lunKF ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.cop2022 .lunKF ul li {
    position: relative;
    float: left;
    width: 360px;
    margin-right: 22px;
}

.cop2022 .lunKF ul li img {
    display: block;
    width: 360px;
    height: 198px;
}

.cop2022 .lunKF ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    z-index: 1;
    opacity: 0.75;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear, 0 20%, 0 100%, from(rgba(0, 0, 0, 0)), to(#282828));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515)
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #121515);
}

.pitchxzimg, .pitchxzimg2 {
    /*margin: 10px auto -5px;*/
    text-align: center;
    padding-bottom: 10px;
}

.pitchxzimg:after, .pitchxzimg2:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.pitchxzimg ul, .pitchxzimg2 ul {
    overflow: hidden;
    zoom: 1;
}

.pitchxzimg ul li, .pitchxzimg2 ul li {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    margin: 5px 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d9d9d9;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999px;
    float: none !important;
}

.pitchxzimg ul li.pitch, .pitchxzimg2 ul li.pitch {
    background-color: #dd4a4a;
    opacity: 1;
}

.pitchxzimg ul li:hover, .pitchxzimg2 ul li:hover {
    background-color: #dd4a4a;
    opacity: 1;
}

.copInfo2022 {
    position: absolute;
    bottom: 5px;
    width: 328px;
    z-index: 10;
    color: #fff;
    padding: 16px;
    padding-bottom: 8px;
}

.copInfo2022 h5 {
    font-size: 15px;
    padding-bottom: 10px;
}

.copInfo2022 span {
    font-size: 12px;
}

/*友情链接*/
.frindLink2022 {
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
}

.frindLink2022 dl {
    padding: 20px;
}

.frindLink2022 dl:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.frindLink2022 dl dt {
    float: left;
    background: url(../images/homepage/friendlink.png) no-repeat left center;
    width: 60px;
    height: 50px;
}

.frindLink2022 dl dt span {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    display: block;
    padding: 5px 0 0 10px;
}

.frindLink2022 dl dd {
    float: left;
    width: 1070px;
}

.frindLink2022 dl dd ul {
    height: 24px;
    overflow: visible;
    font: 12px/24px "微软雅黑";
}

.frindLink2022 dl dd ul li {
    height: 24px;
    padding: 0 12px;
    position: relative;
    float: left;
    display: block;
    white-space: nowrap;
}

.frindLink2022 dl dd ul li s {
    border-left: 1px solid #dddddd;
    height: 12px;
    right: 0;
    overflow: hidden;
    width: 0;
    top: 7px;
    position: absolute;
}

.frindLink2022 dl dd ul li a {
    color: #666666;
    text-decoration: none;
}

.pitchxzimg, .pitchxzimg2 {
    margin: 10px auto -5px;
    text-align: center;
}

.pitchxzimg:after, .pitchxzimg2:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.pitchxzimg ul, .pitchxzimg2 ul {
    overflow: hidden;
    zoom: 1;
}

.pitchxzimg ul li, .pitchxzimg2 ul li {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    margin: 5px 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d9d9d9;
    overflow: hidden;
    cursor: pointer;
    text-indent: -999px;
    float: none !important;
}

.pitchxzimg ul li.pitch, .pitchxzimg2 ul li.pitch {
    background-color: #dd4a4a;
    opacity: 1;
}

.pitchxzimg ul li:hover, .pitchxzimg2 ul li:hover {
    background-color: #dd4a4a;
    opacity: 1;
}


/*弹窗*/
.secMenu2022 {
    position: absolute;
    z-index: 999;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    width: 984px;
    height: 393px;
    left: 214px;
    top: 0;
    overflow-y:auto;

}
/*滚动条样式*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*滚动条样式*/
::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 3px;
}

.secMenuLeft {
    /*float: left;*/
    padding: 20px 0 20px 30px;
}

.secDinfo {
    height: auto;
    overflow-y: scroll;
}

.secDinfo::-webkit-scrollbar { /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

.secDinfo::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 3px;
}

.secDinfo::-webkit-scrollbar-track {
    background: #ffffff; /*滚动条里面轨道*/
}

.secDinfo dl {
    /*margin-bottom: 12px;*/
}

.secDinfo dl dt a {
    display: block !important;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #0A0B0E !important;
    font-weight: bold !important;
}

.secDinfo dl dd {
    margin-top: 3px;
}

.secDinfo dl dd a {
    font-size: 13px !important;
    line-height: 18px !important;
    margin-right: 10px !important;
    margin-top: 6px !important;
    display: inline-block !important;
    color: #7f8388 !important;
}

.secDinfo dl dd a:hover {
    color: #0063fa;
}

.secMore {
    border-top: 1px solid #eeeeee;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
}

.secMore a {
    color: #00578F;
    text-decoration: underline;
}

.secMenuRight {
    float: left;
    width: 233px;
}

.secMenuRight ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.secMenuRight ul {
    margin: 22px 0 0 12px;
}

.secMenuRight ul li {
    float: left;
    width: 102px;
    height: 30px;
    margin-right: 4px;
    margin-bottom: 6px;
    padding: 0;
}

.secMenuRight ul li a img {
    display: block;
    width: 100%;
}

.bigSec {
    width: 208px;
    height: 180px;
    margin-left: 12px;
}

.bigSec img {
    display: block;
    width: 100%;
}

.findauto {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    padding: 0px 0px;
}

.findauto ul {
    width: 1155px;
    overflow: hidden;
}

.findauto li {
    width: 360px;
    float: left;
}

.findauto li .titlecompany {
    position: absolute;
    bottom: 5px;
    width: 328px;
    z-index: 10;
    color: #fff;
    padding: 16px;
    padding-bottom: 8px;
}

.findauto li .titlecompany h5 {
    font-size: 15px;
    padding-bottom: 10px;
}

.findauto li .titlecompany span {
    font-size: 12px;
}

/*.cooperation a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 150px;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    opacity: 0.75;*/
/*    left: 0;*/
/*    -webkit-transition: all .3s ease;*/
/*    transition: all .3s ease;*/
/*    !*background: -webkit-gradient(linear,0 20%,0 100%,from(rgba(0,0,0,0)),to(#282828));*!*/
/*    !*background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);*!*/
/*    !*background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515)background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);*!*/
/*}*/

.findauto li .cooperation {
    width: 360PX;
    height: 200PX;
    position: relative;
}

.findauto li .cooperation .txt {
    z-index: 99;
    position: absolute;
    display: block;
    width: 100%;
    width: 360PX;
    height: 200PX;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.findauto li .cooperation .txt p {
    color: #fff;
    padding: 16px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 21px;
}

.findtitle a.more {
    background: none;
    padding-bottom: 0px;
}

.swiper-pagination-bullet-active {
    background: #cc0000 !important;
    width: 8px;
    height: 8px;
}

.swiper-pagination-bullet {
    background-color: #D8D8D8;
    width: 8px;
    height: 8px;
}

.swiper-slide img {
    width: 700px;
    height: 394px;
}
