.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    clear: both;
}

.fw {
    width: 100%;
    height: auto;
    min-width: 1200px;
    margin-top: 60px;
}

.fw_content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.fw_content_left {
    width: 200px;
    height: auto;
    float: left;
    background-color: #fff;
    margin-bottom: 60px;
}

.fw_content_left1 {
    width: 100%;
    height: 80px;
    background-color: #333;
    color: #fff;
    text-indent: 40px;
}

.fw_p1 {
    font-size: 25px;
    padding-top: 15px;

}

.fw_p2 {
    font-size: 14px;
}

.fw_content_left2 {
    width: 100%;
    height: 520px;
    padding: 60px 0;
}

.fw_content_left2 ul li {
    width: 100%;
    height: 47px;
    text-indent: 40px;
    line-height: 47px;

}
.fw_content_left2 ul li a{
    font-size: 18px;
    color: #333;
}
.fw_content_left2 ul li span {
    float: right;
    margin-right: 30px;
}

.fw_content_right {
    width: 960px;
    height: auto;
    float: left;
    margin-left: 40px;
}

.fw_content_right1 {
    width: 960px;
    height: 60px;
    text-indent: 60px;
}

.fw_content_right a {
    margin-left: 5px;
    margin-right: 5px;
}

.fw_content_right2 {
    width: 918px;
    height: auto;
    border: 1px solid #333333;
    padding: 20px 20px;
}

.fw_content_right2 ul{
    width: 100%;
    height: auto;
}

.fw_content_right2 ul li {
    width: 288px;
    height: 260px;
    overflow: hidden;
    margin-right: 27px;
    margin-bottom: 20px;
    float: left;
}

.fw_content_right2 ul li:nth-child(3n) {
    margin-right: 0px;

}

.fw_divs1 {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.fu_img1 {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: transform 0.6s;
}

.fu_img1:hover {
    transform: scale(1.1);
}

.fw_p3 {
    width: 100%;
    height: 60px;
    text-align: left;
    line-height: 60px;
    font-size: 16px;
    text-indent: 15px;
}

.fw_content_right3 {
   width: 150px;
   height: 50px;
   background-color: #F4C41D;
   color: #fff;
   text-align: center;
   line-height: 50px;
   margin: 40px auto 100px;
   cursor: pointer;
}