.main{
    width: 1200px;
    margin: 0 auto;
}
/* header */
.header{
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
}
.header .main{
    overflow: hidden;
}
.header a{
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.header a:hover{
    color: #f60;
}
.header p{
    float: left;
    font-size: 0;
}
.header p a{
    margin-right: 15px;
}
.header p a.login{
    color: #00994b;
    margin-left: 10px;
}
.header p a:last-child{
    margin-right: 0;
}
.header span{
    float: right;
    color: #e0e0e0;
}
.header span a{
    margin:0 8px;
}
.header span a.phone i{
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 3px;
}
.header span a:first-child{
    margin-left: 0;
}
.header span a:last-child{
    margin-right: 0;
}
.header span a.phone{
    color: #00994b;
}
.TopheadBtn{
    position: relative;
     width: 1200px;
     margin: 0 auto;
 }
 .TopheadBtn a{
     position: absolute;
     top: -38px;
     right: 670px;
     font-size: 14px;
     margin-top: 8px;
     width: 94px;
     height: 18px;
     background: url(../../../../images/index/version/2024/TopheadBtn.png) no-repeat;
     background-size: 100% 100%;
     display: inline-block;
     vertical-align: top;
     cursor: pointer;
 }
/* logo */
#logo{
    height: 100px;
}
#logo .logo{
    float: left;
    height: 50px;
    margin: 25px 0;
    font-size: 0;
    overflow: hidden;
}
#logo .logo a{
    float: left;
    height: 100%;
}
#logo .logo a img{
    height: 100%;
    width: auto;
}
#logo .logo span{
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    border-left: 1px solid #ddd;
    margin: 5px 0;
    padding-left: 24px;
    margin-left: 24px;
}
#logo .search{
    float: right;
    border: 2px solid #00994b;
    border-radius: 4px;
    margin: 28px 0;
}
#logo .search form{
    height: 40px;
    position: relative;
}
#logo .search .select{
    float: left;
    width: 69px;
    position: relative;
}
#logo .search .select-top{
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 7px 0;
    border-right: 1px solid #e6e6e6;
    cursor: pointer;
}
#logo .search .select p{
    display: inline-block;
    font-size: 14px;
}
#logo .search .select i{
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    transition: all .3s;
}
#logo .search .select .focus i{
    transform: rotate(-180deg);
    transition: all .3s;
}
#logo .search .select ul.select-bot{
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    width: 70px;
    text-align: center;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
#logo .search .select ul.select-bot li{
    display: block;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
}
#logo .search .select ul.select-bot li:hover{
    color: #fff;
    background-color: #f60;
}
#logo .search input{
    float: left;
    height: 40px;
    width: 354px;
    padding-left: 10px;
    border: 0;
    font-size: 14px;
    color: #aaa;
}
#logo .search input::placeholder{
    color: #aaa;
    font-size: 14px;
}
#logo .search button{
    float: right;
    width: 62px;
    height: 40px;
    border: 0;
    background-color: #00994b;
}
#logo .search button i{
    color: #fff;
    font-size: 24px;
}
/* search */
.search .showfirst{
    float: left;
    width: 60px;
    position: relative;
    padding-right: 20px;
    text-align: center;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 7px 0;
    border-right: 1px solid #e6e6e6;
    cursor: pointer;
}
.search .arrBottom{
    position: absolute;
    left: 62px;
    top: 13px;
    font-size: 14px;
}
.search .selectbox-wrapper {
    width: 80px;
    float: left;
    border: #cdcdcd 1px solid;
    border-top: 0;
    padding-top: 3px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 42px;
    z-index: 9999;
    left: 0;
}
.search .selectbox-wrapper ul {
    width: 80px;
    float: left;
    display: block;
    background-color: #fff;
}
.search .selectbox-wrapper ul li {
    width: 80px;
    height: 25px;
    line-height: 25px;
    float: left;
    font: normal 14px/25px "Tahoma";
    color: #666;
    display: block;
    cursor: pointer;
}
.search .selectbox-wrapper ul li:hover{
    color: #fff;
    background-color: #f60;
}
/* end */

/* nav */
.nav{
    overflow: hidden;
}
.nav a{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-right: 32px;
}
.nav a:last-child{
    margin-right: 0;
}
.nav a:hover{
    color: #00994b;
}
/* content */
.content{
    height: 428px;
    background: url(../../../../Images/shop/version/2020/bannerBgi001.png) no-repeat;
    background-size: 100% 100%;
}
.content .main{
    overflow: hidden;
    padding: 14px 0;
}
.contents{
    float: left;
    box-sizing: border-box;
    width: 240px;
    padding: 8px 16px;
    background-color: #fff;
    margin-right: 10px;
    height: 400px;
}
.contents .contentsTitle{
    line-height: 41px;
    overflow: hidden;
}
.contents .contentsTitle h3{
    float: left;
    font-size: 16px;
    color: #333;
}
.contents .contentsTitle i{
    float: left;
    width: 22px;
    height: 16px;
    background: url(../../../../Images/shop/version/2020/iconTitle.svg) no-repeat;
    background-size: 100% 100%;
    margin-top: 13px;
    margin-left: 7px;
}
.contents .contentsTitle a{
    float: right;
    font-size: 14px;
    color: #666;
}
.contents .contentsTitle a:hover{
    color: #f60;
}
.contentsList ul{
    padding-top: 3px;
}
.contentsList li{
    display: block;
    height: 22px;
    margin-bottom: 12px;
    overflow: hidden;
}
.contentsList li i{
    float: left;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}
.contentsList li i.gong{
    background-color: #00994b;
}
.contentsList li i.qiu{
    background-color: #ff8400;
}
.contentsList li a{
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    margin-right: 6px;
    width: 132px;
    overflow: hidden;
}
.contentsList li a:hover{
    color: #f60;
}
.contentsList li b{
    float: right;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    width: 40px;
}
.mainCenTab{
    float: left;
    height: 400px;
    width: 660px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}
.swiper-button-next, .swiper-button-prev{
    width: 40px!important;
    height: 50px!important;
    line-height: 50px!important;
    background: rgba(0, 0, 0, .4)!important;
    color: #fff!important;

}
.swiper-button-prev{
    left: 0!important;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.swiper-button-next{
    right: 0!important;
    text-align: right;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.swiper-button-prev i{
    display: inline-block;
    font-size: 26px;
    color: #fff;
    transform: rotate(90deg);
}
.swiper-button-next i{
    display: inline-block;
    font-size: 26px;
    color: #fff;
    transform: rotate(-90deg);
}


.news{
    height: 400px;
    box-sizing: border-box;
    padding: 8px 16px;
    overflow: hidden;
    background-color: #fff;
}
.news .newsTitle{
    line-height: 41px;
    overflow: hidden;
}
.news .newsTitle h3{
    float: left;
    font-size: 16px;
    color: #333;
}
.news .newsTitle i{
    float: left;
    width: 22px;
    height: 16px;
    background: url(../../../../Images/shop/version/2020/iconTitle.svg) no-repeat;
    background-size: 100% 100%;
    margin-top: 13px;
    margin-left: 7px;
}
.news .newsTitle a{
    float: right;
    font-size: 14px;
    color: #666;
}
.news .newsTitle a:hover{
    color: #f60;
}
.newsList ul{
    padding-top: 3px;
}
.newsList li{
    display: block;
    height: 22px;
    margin-bottom: 12px;
    overflow: hidden;
}
.newsList li i{
    float: left;
    width: 58px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #cdefde;
    background-color: #daf5e7;
    color: #00994b;
    margin-right: 5px;
    overflow: hidden;
}
.newsList li a{
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    width: 183px;
    overflow: hidden;
}
.newsList li a:hover{
    color: #f60;
}
/* productShow */
.container{
    background-color: #f5f5f5;
    padding-top: 30px;
}
.container .main{
    overflow: hidden;
}
.hot{
    float: left;
    padding-top: 20px;
    width: 919px;
    background-color: #fff;
}
.hotTitle{
    height: 30px;
    margin-bottom: 8px;
    padding-left: 20px;
}
.hotTitle i{
    float: left;
    width: 30px;
    height: 30px;
    background: url(../../../../Images/shop/version/2020/icon001.svg) no-repeat;
    background-size: 100% 100%;
    margin-right: 7px;
}
.hotTitle h2{
    float: left;
    font-weight: 700;
    line-height: 30px;
    font-size: 24px;
    color: #333;
}
.containerBox{
    box-sizing: border-box;
    height: 310px;
    padding-bottom: 30px;
}
.containerBox li{
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 280px;
    padding: 0 27px;
    position: relative;
}
.containerBox li .containerBoxImg{
    display: block;
    height: 155.75px;
    margin: 20px 10px 10px;
}
.containerBox li .containerBoxImg a{
    display: block;
    height: 100%;
    position: relative;
}
.containerBox li .containerBoxImg a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.containerBox li h3{
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    margin-bottom: 10px;
}
.containerBox li h3 a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.containerBox li h3 a:hover{
    color: #f60;
}
.containerBox li p{
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.containerBox li span{
    position: absolute;
    left: 27px;
    right: 27px;
    bottom: 0px;
    display: block;
    background: url(../../../../Images/shop/version/2020/btnIconBgi.jpg) no-repeat;
    background-size: 100% 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.containerBox li span em{
    float: left;
    width: 50%;
    color: #ff8400;
    font-size: 14px;
    font-style: normal;
    overflow: hidden;
}
.containerBox li span em b{
    font-size: 18px;
}
.containerBox li span a{
    float: right;
    width: 50%;
    font-size: 14px;
    color: #fff;
    box-shadow: 2px 0 4px #e9a862;
}
.supply{
    float: right;
    box-sizing: border-box;
    width: 280px;
    background-color: #fff;
    overflow: hidden;
    padding: 20px 16px 14px;
}
.supplyTitle{
    overflow: hidden;
}
.supplyTitle h2{
    float: left;
    font-size: 16px;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 2px solid #00994b;
}
.supplyBox{
    margin-top: 20px;
}
.supplyBox li{
    display: block;
    margin-bottom: 15px;
}
.supplyBox li p{
    height: 22px;
    line-height: 22px;
}
.supplyBox li p i{
    float: left;
    height: 26px;
    width: 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    color: #999;
    font-family: 'Times New Roman';
    margin-right: 8px;
    font-weight: 700;
}
.supplyBox li p i.one{
    background: url(../../../../Images/shop/version/2020/iconFirst.svg) no-repeat;
    background-size: 100% 100%;
}
.supplyBox li p i.two{
    background: url(../../../../Images/shop/version/2020/iconTwo.svg) no-repeat;
    background-size: 100% 100%;
}
.supplyBox li p i.three{
    background: url(../../../../Images/shop/version/2020/iconThree.svg) no-repeat;
    background-size: 100% 100%;
}
.supplyBox li p a{
    float: left;
    width: 220px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.supplyBox li.focus p a{
    color: #00994b;
}
.supplyBox_{
    display: none;
    padding: 10px 0;
    margin-left: 28px;
    border-bottom: 1px dashed #e6e6e6;
}
.supplyBox li span{
    display: block;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: 12px;
}
.supplyBox li.focus .supplyBox_{
    display: block;
}
.supplyBox li span b{
    color: #ff8400;
    font-size: 12px;
}
/* product */
.product{
    padding-top: 43px;
    background-color: #f5f5f5;
}
.productTitle{
    height: 62px;
    position: relative;
    background-color: #fff;
}
.productTitle h2{
    position: absolute;
    display: inline-block;
    top: -12px;
    left: -22px;
    width: 270px;
    height: 74px;
    line-height: 64px;
    text-align: center;
    background: url(../../../../Images/shop/version/2020/iconBorder001.png) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #00994b;
}
.productTitle span{
    display: inline-block;
    line-height: 57px;
    margin-left: 270px;
    overflow: hidden;
    font-size: 0;
}
.productTitle span a{
    /* display: inline-block; */
    font-size: 14px;
    color: #666;
    padding-right: 22px;
    margin-right: 22px;
    border-right: 1px solid #e6e6e6;
}
.productTitle span a:hover{
    color: #f60;
}
.productTitle span a:last-child{
    border-right:0;
    padding-right: 0;
    margin-right: 0;
}
.productTitle .move{
    float: right;
    line-height: 62px;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}
.productTitle .move:hover{
    color: #f60;
}
.productBox{
    height: 540px;
    padding: 5px 0;
    background-color: #fff;
    /* overflow: hidden; */
}
.productBox .products{
    float: left;
    width: 920px;
}
.productBox .products ul{
    height: 550px;
}
.productBox .products li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    height: 270px;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 20px;
}
.productBox .products li:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.productBox .products li .productsImg{
    display: block;
    height: 170px;
    margin: 0 10px;
}
.productBox .products li .productsImg a{
    display: block;
    height: 100%;
    position: relative;
}
.productBox .products li .productsImg a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.productBox .products li p{
    margin-top: 10px;
}
.productBox .products li p a{
    display: block;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.productBox .products li p a:hover{
    color: #f60;
}
.productBox .products li span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ff8400;
    margin-top: 12px;
}
.productBox .products li span b{
    font-size: 18px;
}

.productBox .chart{
    float: right;
    width: 280px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}
.chartTitle{
    margin: 0 16px;
    height: 38px;
    padding-bottom: 18px;
}
.chartTitle p a{
    display: inline-block;
    height: 100%;
    line-height: 38px;
    width: 50%;
    text-align: center;
    font-size: 15px;
    color: #999;
    background-color: #f5f5f5;
    position: relative;
}
.chartTitle p a.focus{
    background-color: #00994b;
    color: #fff;
}
.chartTitle p a i{
    display: none;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #00994b;
    line-height: normal;
}
.chartTitle p a.focus i{
    display: block;
}
.chartBox{
    margin: 0 16px;
    padding: 20px 0 0 0;
}
.chartBox li{
    display: block;
}
.chartBox li p.chartBoxP{
    height: 20px;
    overflow: hidden;
    margin-bottom: 21px;
}
.chartBox li p.chartBoxP i{
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    margin-right: 8px;
    font-family: 'Times New Roman';
    font-size: 18px;
    font-style: normal;
    color: #999;
}
.chartBox li p.chartBoxP i.king{
    background: url(../../../../Images/shop/version/2020/iconKing.svg) no-repeat;
    background-size: 100% 100%;
}
.chartBox li p.chartBoxP a{
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    width: 220px;
    overflow: hidden;
}
.chartBox li p.chartBoxP a:hover{
    color: #00994b;
}
.chartBox li.focus p.chartBoxP a{
    color: #00994b;
}
.chartBox li .chartBox_{
    display: none;
    overflow: hidden;
    margin-bottom: 21px;
}
.chartBox_ dt{
    float: left;
    width: 98px;
    height: 98px;
    border: 1px solid #e6e6e6;
    margin-right: 15px;
    position: relative;
}
.chartBox_ dt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.chartBox_ dd{
    overflow: hidden;
    padding-top: 7px;
}
.chartBox_ dd p{
    height: 18px;
    line-height: 18px;
    margin-bottom: 17px;
    overflow: hidden;
}
.chartBox_ dd p i{
    float: left;
    font-size: 12px;
    font-style: normal;
    color: #999;
}
.chartBox_ dd p em{
    float: left;
    height: 18px;
    width: 95px;
    overflow: hidden;
    color: #ff8400;
    font-style: normal;
}
.chartBox_ dd p em b{
    font-size: 16px;
}
.chartBox_ dd span{
    display: block;
    line-height: 18px;
    max-height: 54px;
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.chartBox_ dd span b{
    color: #999;
    font-weight: normal;
}
.chartBox li.focus .chartBox_{
    display: block;
}
.chartBox2 li dd span{
    margin-top: 5px;
    line-height: 20px;
    max-height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
/* gold */
.gold{
    padding-top: 30px;
    height: 286px;
    width: 100%;
    background-color: #f5f5f5;
}
.gold .main{
    overflow: hidden;
    background-color: #fff;
}
.goldTitle{
    float: left;
    box-sizing: border-box;
    width: 184px;
    height: 286px;
    background: url(../../../../Images/shop/version/2020/HOTC.png) no-repeat;
    background-size: 100% 100%;
    padding: 33px 0 0 20px;
}
.goldTitle h1{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.goldTitle p{
    font-size: 14px;
    color: #fff;
    margin-top: 18px;
}
.goldTitle a{
    display: block;
    width: 52px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ffcd9a;
}
.goldContent{
    overflow: hidden;
}
.goldContent ul{
    overflow: hidden;
}
.goldContent li{
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 286px;
    padding: 10px 35px 0;
    position: relative;
}
.goldContentImg{
    height: 164px;
    margin: 0 10px;
}
.goldContentImg a{
    display: block;
    height: 100%;
    position: relative;
}
.goldContentImg a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.goldContent li p{
    margin-top: 15px;
}
.goldContent li p a{
    display: block;
    text-align: center;
    height: 19px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.goldContent li p a:hover{
    color: #f60;
}
.goldContent li span{
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    font-weight: 700;
    margin-top: 12px;
    height: 19px;
    overflow: hidden;
}
.goldContent li span b{
    font-weight: normal;
}
.goldContent li a.btn{
    display: block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ff8400;
    font-size: 14px;
    color: #ff8400;
    margin-top: 12px;
}
.goldContent li a.btn:hover{
    background-image: linear-gradient(to right, #ff790c , #ff9c00);
    color: #fff;
    border:1px solid transparent;
    box-shadow: 0 1px 4px #ff8400;
}
.goldContent li i{
    position: absolute;
    display: inline-block;
    height: 200px;
    width: 1px;
    background-color: #f0f0f0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* newfile */
.newfile{
    padding-top: 30px;
    background-color: #f5f5f5;
}
.newfile .main{
    background-color: #fff;
}
.newfileTitle {
    height: 30px;
    margin-bottom: 8px;
    padding-left: 20px;
    padding-top: 20px;
    background-color: #fff;
}
.newfileTitle i {
    float: left;
    width: 30px;
    height: 30px;
    background: url(../../../../Images/shop/version/2020/icon002.svg) no-repeat;
        background-size: auto;
    background-size: 100% 100%;
    margin-right: 7px;
}
.newfileTitle h2 {
    float: left;
    font-weight: 700;
    line-height: 30px;
    font-size: 24px;
    color: #333;
}
.newfileTitle a{
    float: right;
    font-size: 14px;
    color: #666;
    margin-right: 35px;
}
.newfileTitle a:hover{
    color:#f60;
}
.newfileContent{
    overflow: hidden;
}
.newfileContent ul{
    overflow: hidden;
    padding: 10px 0 10px 15px;
}
.newfileContent li{
    float: left;
    width: 33.3%;
    height: 44px;
    box-sizing: border-box;
    padding: 0 20px;
}
.newfileContent li p{
    position: relative;
    padding-left: 26px;
    border-bottom: 1px solid #e6e6e6;
}
.newfileContent li p.noBorder{
    border: 0;
}
.newfileContent li i{
    position: absolute;
    top: 20px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #00994b;
}
.newfileContent li a{
    display: block;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.newfileContent li a:hover{
    color: #00994b;
}
.newfileContent li p:hover{
    box-shadow: 0 2px 5px #aaa; 
}
/* link */
.link{
    padding-top: 30px;
    background-color: #f5f5f5;
}
.link .main{
    background-color: #fff;
    overflow: hidden;
}
.linkTitle{
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.linkTitle h2{
    float: left;
    font-size: 18px;
    color: #333;
    position: relative;
}
.linkTitle h2::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background-color: #00994b;

}
.linkTitle a{
    float: right;
    margin-right: 35px;
    font-size: 14px;
    color: #666;
}
.linkTitle a:hover{
    color: #f60;
}
.linkContent{
    margin: 25px 10px 13px;
    overflow: hidden;
}
.linkContent a{
    float: left;
    font-size: 14px;
    color: #333;
    margin: 0 10px 15px 10px;
}
.linkContent a:hover{
    color: #f60;
}
.footer{
    padding: 27px 0 25px 0;
    background-color: #2e3032;
}
.footer .main{
    overflow: hidden;
}
.footer span{
    display: block;
    text-align: center;
    color: #444444;
    margin-bottom: 24px;
}
.footer span a{
    display: inline-block;
    font-size: 14px;
    color: #bababa;
    padding: 0 8px;
}
.footer span a:hover{
    color: #f60;
}
.footer span a:first-child{
    padding-left: 0;
}
.footer span a:last-child{
    padding-right: 0;
}
.footer p{
    text-align: center;
    margin-bottom: 10px;
}
.footer p:last-child{
    margin-bottom: 0;
}
.footer p b{
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #868686;
    margin-right: 15px;
}
.footer p b:last-child{
    margin-right: 0;
}
.footer p b a{
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../../../../Images/shop/version/2020/footer_qq.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    margin-left: 8px;
    margin-right: 5px;
}
.productBox .products li span em {
    font-style: normal;
}
.productBox .products li span i {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
/* 20221116底部+qq */
.footer p b a{
    position: relative;
}
.footer .QQhover {
	position: absolute;
	left: 0px;
	bottom: 19px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	resize: none;
}
.footer p b a:hover .QQhover{
	display: inline-block;
}