.home_top_menu{
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #F5F5F5;
    opacity: 0.8;
}
.company_logo{
    float: left;
    width: 30%;
    height: 80px;
    text-align: center;
}
.company_logo img{
    margin-top:5px;
    margin-left: 115px;
}
.top_menu{
    float: right;
    width: 70%;
    height: 80px;
}
.menu_content{
    float: left;
    width: 10%;
    height: 80px;
    line-height: 80px;
    font-size: 1.8vh;
    text-align: center;
    margin-top: 10px;
    margin-left: 21px;
}
.home_image{
    width:100%;
}
.home_image img{
    width: 100%;
}
.home_product{
    width: 80%;
    height: 300px;
    margin-top: 4%;
    margin-left: 10%;
}
.product_content{
    float: left;
    width: 17.5%;
    height: 300px;
    margin-left: 6%;
}
.product_content_image{
    width: 100%;
    /*height: 200px;*/
}
.product_content_image img{
    width: 100%;
    height: 200px;
}
.product_content_text{
    width: 100%;
    height: 70px;
    line-height: 20px;
    font-size: 1vh;
    background: #F8F8FF;
}
.product_content_more{
    height: 30px;
    font-size: 1vh;
    text-align: right;
    padding-right: 10px;
    background: #F8F8FF;
}
.company_discribe{
    width: 100%;
    height: 400px;
    margin-top: 70px;
    background: #F8F8FF;
}
.company_discribe_box{
    width: 70%;
    margin-left: 15%;
}
.company_discribe_image{
    float: left;
    width: 45%;
    height: 300px;
    line-height: 300px;
    margin-top: 30px;
}
.company_discribe_image img{
    width: 100%;
}
.company_discribe_text{
    float: right;
    width: 50%;
    height: 300px;
    margin-left: 5%;
}
.company_discribe_text_title{
    margin-top: 30px;
    font-size: 3vh;
}
.company_discribe_text_content{
    margin-top: 30px;
    line-height: 40px;
    font-size: 1.5vh;
}
.company_discribe_text_more{
    margin-top: 20px;
    font-size:1.5vh;
    text-align: right;
}
.tab_content_one{
    float: left;
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-size: 1.5vh;
    color: #fff;
    background: #FF0000;
    text-align: center;
}
.tab_content_two{
    float: left;
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-size: 1.5vh;
    color: #fff;
    background: #4169E1;
    margin-left: 20px;
    text-align: center;
}
.tab_content_three{
    float: left;
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-size: 1.5vh;
    color: #fff;
    background: #696969;
    text-align: center;
}
.tab_content_four{
    float: left;
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-size: 1.5vh;
    color: #fff;
    background: #6495ED;
    margin-left: 20px;
    text-align: center;
}
.company_news{
    width: 100%;
    height: 500px;
    margin-top: 50px;
    border: 1px solid red;
}
.news_title{
    width: 70%;
    margin-left: 15%;
    height: 100px;
    text-align: left;
    font-size: 3vh;
    color: red;
}
.yfgtl{
    width: 100%;
    height: 600px;
    margin-top: 50px;
    background: #F8F8FF;
}
.yfgtl_title{
    width: 70%;
    height: 60px;
    line-height: 90px;
    margin-left: 15%;
}
.yfgtl_title span:first-child{
    text-align: left;
    font-size: 3vh;
    color: red;
}
.yfgtl_title .gtl{
    font-size: 3vh;
}
.yf_content_box{
    width: 70%;
    height: 210px;
    margin-top: 30px;
    margin-left: 15%;
}
.yf_content_box:last-child{
    margin-top: 50px;
}
.yf_content{
    float: left;
    width: 22.75%;
    height: 200px;
    margin-left: 3%;
}
.yf_content img{
    width: 100%;
}
.content_one, .content_five{
    margin-left: 0;
}
.slick-dots li.slick-active button{
    background-color: transparent;
    border: 1px solid transparent;
}

