.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: #223244;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
    box-sizing: border-box;
    text-indent: 0;
}

.fw_p1 {
    font-size: 24px;
    line-height: 1.5;

}

.fw_p2 {
    font-size: 13px;
    color: #c9d4df;
    letter-spacing: 1px;
}

.fw_content_left2 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #fff;
}

.fw_content_left2 ul li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    text-indent: 0;
    transition: background-color .2s ease;
}
.fw_content_left2 ul li a{
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #4a443a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fw_content_left2 ul li span {
    float: none;
    margin-right: 0;
    margin-left: 8px;
    font-size: 14px;
    color: #b8860b;
    font-weight: bold;
}
.fw_content_left2 ul li:hover,
.fw_content_left2 ul li.active {
    background-color: #F4C41D;
}
.fw_content_left2 ul li:hover a,
.fw_content_left2 ul li.active a,
.fw_content_left2 ul li:hover span,
.fw_content_left2 ul li.active span {
    color: #fff;
}
.fw_content_left2 ul li.active a { font-weight: bold; }

.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: 200px;
    object-fit: cover;
    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;
}