@charset "utf-8";
a{
    text-decoration: none!important;
}
a:hover{
    text-decoration: none!important;
    
}
.mainbody{
    margin-top: 120px;
}

.mainbody .part1word h1{
   font-size: 36px;
} 
.mainbody .part1word {
    text-align: right;
    margin-top: 80px;
    margin-right: 140px;
}
.mainbody .part1word li{
    font-size: 18px;
    cursor: pointer;
    height: 20px;
    margin-top: 10px;
 } 
 .mainbody .part1word li:hover{
    color:#8ec323;
 } 
.part2{
    margin-bottom: 40px;
}
 .part2 .part2word{
    
    padding-top:150px;
    padding-left: 100px;
 }
 .part3{
     margin-bottom: 70px; 
 }
.wordcontent{
    text-align: center;
    color: #707070;
    line-height: 1.5;
    cursor: pointer;
}

.brand_list {
    position: relative;
}

.brand_list_detail {
    margin-bottom: 50px;
    transition: all 0.5s;
}

.brand_list_detail_bg {
    position: relative;

}

.brand_list_detail_describe {
    position: absolute;
    width: 530px;
    height: auto;
    padding: 20px 30px 0px;
    background-color: #ffffff;
    top: 28px;
    left: 202px;
    border: 1px solid #000000;
    border-right: 3px solid #8ec323;
    font-size: 16px;
}

.brand_list_detail_describe ol {
    display: none;
}

.list-title h4 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
}

.list-title h4 span {
    float: left;
}

.list-title h4 span.price {
    display: none;
    float: right;
}

.list-title strong {
    color: #df501d
}

.list-title ul {
    margin-top: 25px;
}

.list-title ul li {
    padding-bottom: 10px;
}

.list-title ul li p {
    text-align: right
}

.list-title ul li p a {
    background: #8ec323;
    display: inline-block;
    color: #ffffff;
    width: 127px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	transition: all 0.3s;
	text-decoration: none;

}

.list-title ul li ol {
    margin-top: 10px;
}

.list-title ul li ol li {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 0;
}

.sub-list-tltie {
    color: #000000;
}
.sub-list-tltie span {
    color: #df501d;
}

.brand_list {
    float: left;
}

.brand_list_rt {
    width: 244px;
    float: right;
    text-align: center;
    padding: 25px 15px;
    border: 1px solid #000000;
}

.brand_list_rt span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -5px;
    margin-top: 20px;
    display: block
}

.brand_list_rt i {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #000000;
}

.brand_list_rt p {
    font-size: 12px;
    margin-top: 20px;
}

.brand_list_rt  a:hover {
    color: #8ec323!important;
}
.footer a:hover{
    color: #8ec323!important;
}
.part2word a:hover{
    color: #8ec323!important;
}