
.product-list li:hover img {
	-webkit-transform:scale(1,1) !important;
	-moz-transform:scale(1,1) !important;
	-ms-transform:scale(1,1) !important;
	-o-transform:scale(1,1) !important;
	transform:scale(1,1) !important;
}
.fwcn_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fwcn_title p:nth-of-type(1){
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bababa;
}
.fwcn_title p:nth-of-type(2){
    font-size: 16px;
}
.fwcn_top{
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}
.fwcn_top::before{
    content: "";
    width: 150%;
    height: 150%;
    background-color: #81BB04;
    position: absolute;
    top: -50%;
    left: -25%;
    border-radius: 50%;
    z-index: -1;
}
.fwcn_top p:nth-of-type(1){
    font-weight: 900;
    font-size: 36px
}
.fwcn_top p:nth-of-type(1)::before{
    content: "";
    width: 15%;
    height: 2px;
    background-image: linear-gradient(to right,transparent, #fff);
    position: absolute;
    left: 12%;
    top: 35%;
}
.fwcn_top p:nth-of-type(1)::after{
    content: "";
    width: 15%;
    height: 2px;
    background-image: linear-gradient(to right, #fff,transparent);
    position: absolute;
    right: 12%;
    top: 35%;
}
.fwcn_top p:nth-of-type(2){
    margin-top: 20px;
}

.fwcn_top1{
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}
.fwcn_top1::before{
    content: "";
    width: 150%;
    height: 150%;
    background-color: #81BB04;
    position: absolute;
    top: -50%;
    left: -25%;
    border-radius: 50%;
    z-index: -1;
}
.fwcn_top1 p:nth-of-type(1){
    font-weight: 900;
    font-size: 36px
}
.fwcn_top1 p:nth-of-type(1)::before{
    content: "";
    width: 15%;
    height: 2px;
    background-image: linear-gradient(to right,transparent, #fff);
    position: absolute;
    left: 6%;
    top: 35%;
}
.fwcn_top1 p:nth-of-type(1)::after{
    content: "";
    width: 15%;
    height: 2px;
    background-image: linear-gradient(to right, #fff,transparent);
    position: absolute;
    right: 6%;
    top: 35%;
}
.fwcn_top1 p:nth-of-type(2){
    margin-top: 20px;
}

.fwcn_list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fwcn_list_item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.fwcn_list_item_img{
    width: 30%;
}
.fwcn_list_item_img img{
    width: 70%;
}
.fwcn_list_item_text{
    width: 70%;
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    letter-spacing: 1px;
    padding-right: 20px;
    font-size: 16px;
}
.fwcn_list_item_text p:nth-of-type(1){
    color: #81BB04;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cjwt_left{
    display: flex;
    flex-wrap: wrap;
    height:100%;
    /* padding-bottom:16px; */
}
.cjwt_left img{
    width: 100%;
}
.cjwt_left_top{
    background-color: #81BB04;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 15px 10px;
    display: flex;
    align-items: center;
}
.cjwt_left_top span{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #B6F334;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #81BB04;
}
.cjwt_right_top{
    display: flex;
    margin-bottom: 35px;
}
.cjwt_right_top_item{
    width: 25%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #f4f4f4;
}
.cjwt-main{
    width: 100%;
    min-height: 60px;
    max-height: 150px;
    background-color: #81BB04;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.active{
    border-bottom: none;
    border-top: 4px solid #81BB04;
    color: #81BB04;
}
.cjwt_right_bottom{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    /* height: 392px;
    overflow: hidden; */
}
.cjwt_right_bottom_item{
    display: flex;
    align-items: center;
    border: 1px solid #f4f4f4;
    width: 100%;
    font-size: 16px;
    margin-bottom: 1em;
}
.cjwt_right_bottom_item span{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #bababa;
    font-size: 24px;
}
.cjwt_right_bottom_item p{
    padding: 0 10px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wbfw_left{
    background-color: #81BB04;
    color: #fff;
    font-size: 20px;
    padding: 20px 30px;
    border-radius: 8px;
    letter-spacing: 1px;
    line-height: 48px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.wbfw_right{
    border-radius: 8px;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.wbfw_right_item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.wbfw_right_item span{
    display: block;
    background-color: #81BB04;
    white-space:nowrap;
    color: #fff;
    padding: 2px 10px;
    border-radius: 8px;
    line-height: 35px;
    height: 35px;
    text-align: center;
}
.wbfw_right_item p{
    font-size: 14px;
    margin-left: 10px;
    letter-spacing: 1px;
}

.subnav a{
             color: #000 !important;
         }
         .full-inside-subnav .subnav a:after{
             background-color: transparent !important;
         }
         .active1{
             border-bottom: 2px solid #8FC320 !important;
         }
         .active1>a{
             color: #8FC320 !important;
         }
.fw_img{
    display:flex;
    justify-content: center;
    max-width: 1200px;
    margin: 60px auto;
}
.fw_img img{
    width: 100%;
}
.seleted{
	border: 2px solid #81BB04;
}
.seleted span{
	background-color: #81BB04;
	color: #fff;
}
.cjwt_right_srcoll {
    height: 392px;
    overflow-y: scroll;
    -ms-overflow-style: none;/* IE 10+ */
    overflow: -moz-scrollbars-none;/* Firefox */
    box-sizing: border-box;
}
.cjwt_right_srcoll::-webkit-scrollbar {
    width: 0 !important
}
	
@media screen and (max-width:768px){
    .fwcn_title p:nth-of-type(1) {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .fwcn_title p:nth-of-type(2) {
        font-size: 14px;
    }
    .fw_img {
        margin: 40px auto;
    }
}


