.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-align: center;
    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: 25px;
    border-bottom: #ccc 1px dashed;
    text-indent: 0px;
}

/*.fw_content_right a {*/
/*    margin-left: 5px;*/
/*    margin-right: 5px;*/
/*}*/

.fw_content_right2 {
    width: 950px;
    height: auto;
}

.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;
}

.prolist ul li {
    display: flex;
    justify-content: space-between;
    height: 110px;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
}

.prolist .product_cover {
    width: 203px;
}

.prolist ul li img {
    width: 193px;
    height: 99px;
}

.prolist .product_text {
    width: 975px;
}

.prolist .product_text p {
    font-size: 13px;
    line-height: 21px;
    height: 42px;
    text-align: justify;
    overflow: hidden;
    margin: 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.caption111 {
    width: 1180px;
    position: relative;
    margin: 0 auto;
}

.caption111 .caption1 {
    height: 110px;
}

.prolist .product_text h4 {
    height: 21px;
}

.prolist .product_text h4 a {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.prolist .clickinfo {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.fw_content_right2 .prolist .product_text {
    width: 742px;
}