
.UIServiceCategory_cot .ServiceCategory {

}
.UIServiceCategory_cot .ServiceCategory .Title {
    color: #fff;
    text-align: left;
    width: auto;
    position: absolute;
    top: 25%;
    left: 65%;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
}
.UIServiceCategory_cot .ServiceCategory .Content {
    display: inline-block;
    position: absolute;
    left: 65%;
    top: 35%;
}
.UIServiceCategory_cot .ServiceCategory ul li {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.UIServiceCategory_cot .ServiceCategory ul li .item {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    height: 36px;
    display: inline-block;
    -webkit-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all;
}
.UIServiceCategory_cot .ServiceCategory ul li .item:hover {
    padding-left: 60px;
    font-size: 30px;
    height: 36px
}
.UIServiceCategory_cot .ServiceCategory ul li .item:hover:before {
    width: 50px;
}
.UIServiceCategory_cot .ServiceCategory ul li .item:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #eaa800;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .6s all;
}
@media (max-width:1000px) {
        .UIServiceCategory_cot .ServiceCategory .Title {
        		position: relative;
                top: 0;
                left: 0;
        }
        .UIServiceCategory_cot .ServiceCategory .Content {
        		position: relative;
                top: 0;
                left: 0;
        }
}