.channel_banner img {
    display: block;
    width: 100%;
}

.channel_banner {
    margin-top: 89px;
}
@media only screen and (max-width:768px) {
    .channel_banner{
        margin-top: 0px !important;
    }
}
.pt-65px {
    padding-top: 65px;
}
.pt-35px {
    padding-top: 35px;
}

.pb-65px {
    padding-bottom: 65px;
}


.img_hover img {
    transition: all 0.3s ease-in-out;
}

.img_hover:hover img {
    transform: scale(1.1);
}


.w1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.breadcrumb{
    text-indent: 10px;
    height: 30px;
    margin-top: 30px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.channel_product {
    display: flex;
    gap: 60px;
}

.channel_product .channel_menu {
    width: 324px;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
}

.channel_product .channel_menu .title {
    height: 88px;
    background-color: #0050BB;
    padding-left: 70px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.channel_product .channel_menu .title h3 {
    font-weight: bold;
    font-size: 24px;
}

.channel_product .channel_menu .title div {
    font-weight: bold;
    font-size: 16px;
}

.channel_product .channel_menu .content {
    border: 1px solid #CCCCCC;
}

.channel_product .channel_menu .content .content_item .wnod-box {
    font-size: 16px;
    transition: all ease 0.3s;
    width: 100%;
    color: #333;
    display: flex;
    height: 65px;
    align-items: center;
    padding-left: 30px;
    padding-right: 10px;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
}

.channel_product .channel_menu .content .content_item .wnod-box span {
    cursor: pointer;
    font-size: 28px;
    margin-right: 10px;
}

.channel_product .channel_menu .content .content_item .wnod-box:hover a {
    color: white;
}
.channel_product .channel_menu .content .content_item ul{
    background-color: #EEEEEE;
}
.channel_product .channel_menu .content .content_item ul li{
    border-top: 1px solid #e7e7e7;

}
.channel_product .channel_menu .content .content_item .wnod-box:hover{
    background-color: #0050BB;
    color: #fff;
}
.channel_product .channel_menu .content .content_item ul li a:hover {
    background-color: #569fff;
    color: #fff;
}

.channel_product .channel_menu .content .content_item ul li a {
    height: 100%;
    line-height: 65px;
    display: block;
    padding-left: 60px;
    transition: all 0.2s;
}

.channel_product .channel_product_right {
    flex: 1;
}

.channel_product .channel_product_right .channel_title {
    color: #0050BB;
    border-bottom: 1px solid #B7B7B7;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 22px;
    margin-bottom: 38px;
}

.channel_product .channel_product_right .channel_product_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.channel_product .channel_product_right .channel_product_list .product_item .pic {
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 8px 8px 0 0;
    border: 1px solid #ebebeb;
}
.channel_product .channel_product_right .channel_product_list .product_item .pic a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.channel_product .channel_product_right .channel_product_list .product_item .pic img {
    display: block;
    width: 100%;
}

.channel_product .channel_product_right .channel_product_list .product_item .txt {
    text-align: center;
    padding: 10px 0;
}

.channel_product .channel_product_right .channel_product_list .product_item .txt a {
    font-size: 20px;
}

.index_wap_cpmu {
    color: white;
    text-align: center;
    background-color: #0050BB;
    padding: 10px 0;
    margin-bottom: 10px;
}

.side_list_content {
    position: fixed;
    width: 70%;
    right: -100%;
    top: 0;
    z-index: 9999;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.side_list_content .side_list_close {
    text-align: right;
    font-size: 26px;
    padding-right: 20px;
    margin-top: 10px;
}

.side_list_content .side_list_box {
    padding: 10px 0;
}

.side_list_content .side_list_box .wnod-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}
.side_list_content .side_list_box .wnod-box span{
    font-size: 24px;
}
.side_list_content .side_list_box ul li a {
    display: block;
    padding: 15px 0 15px 35px;
    font-size: 16px;
    background-color: #EEEEEE;
    border-bottom: 1px solid #e7e7e7;
}

.side_list_content.show {
    right: 0;
    opacity: 1;
}

.index_wap_cpmu-t {
    z-index: 998;
}

.product_detail_wrp {
    border: 1px solid transparent;
}

.product_detail_wrp .title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    text-align: center;
    padding: 30px 0;
}

.product_detail_wrp .info {
    display: flex;
    padding: 0;
    gap: 60px;
}

.product_detail_wrp .info .pic,
.product_detail_wrp .info .txt {
    flex: 1;
}

.product_detail_wrp .info .pic {
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

.product_detail_wrp .info .pic img {
    display: block;
    width: 100%;
}

.product_detail_wrp .tab {
    position: relative;
    margin-top: 40px;
    padding-left: 2px;
}

.product_detail_wrp .tab .btns {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.pd-download-btn{
    position: absolute;
    right: 60px;
    top: -60px;
    cursor: pointer;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.product_detail_wrp .tab .btns div {
    width: 160px;
    height: 47px;
    background: #E5E5E5;
    font-size: 18px;
    color: #000000;
    line-height: 47px;
    text-align: center;
    position: relative;
}

.product_detail_wrp .tab .btns div::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    background: #0045AA;
    top: -7px;
    display: none;
}

.product_detail_wrp .tab .btns div.on::after {
    display: block;
}

.product_detail_wrp .tab .tab_content {
    padding: 40px 20px;
}
.product_detail_wrp .tab .tab_content p{
    margin-top: 5px;
}
.fmwxlx_detail_content .info {
    display: flex;
    gap: 52px;
}

.fmwxlx_detail_content .info .title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    padding-bottom: 22px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.fmwxlx_detail_content .info .pic,
.fmwxlx_detail_content .info .txt {
    flex: 1;
}

.fmwxlx_detail_content .info .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fmwxlx_detail_content .info .pic {
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

.fmwxlx_detail_content .info .pic img {
    display: block;
    width: 100%;
}

.fmwxlx_detail_content .info .btns {
    padding-bottom: 10px;
}

.primary_btn {
    display: inline-block;
    background: #0050BB;
    color: white;
    font-size: 20px;
    padding: 0 35px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
}

.circle_btn {
    display: inline-block;
    border: 1px solid #0061E2;
    color: #0061E2;
    font-size: 20px;
    padding: 0 35px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
}

.fmbxsq_wrp {
    background: #F2F2F2;
    padding: 80px 0;
}

.fmbxsq_box .title {
    text-align: center;
    margin-bottom: 30px;
}

.fmbxsq_box .title h3 {
    font-size: 36px;
    color: #333333;
    padding-bottom: 10px;
}

.fmbxsq_box .title div {
    font-size: 16px;
    color: #333333;
}

.fmbxsq_box .form_row {
    display: grid;
    gap: 28px;
    margin-bottom: 20px;
}

.fmbxsq_box .form_row.row-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fmbxsq_box .form_row .form_item {
    height: 50px;
    background-color: white;
    display: flex;
    padding: 0 10px;
    align-items: center;
}

.fmbxsq_box .upload_box {
    display: flex;
    gap: 20px;
}

.fmbxsq_box .upload_box .upload_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #999999;
}

.fmbxsq_box .upload_box .upload_btn i {
    font-size: 36px;
}

.fmbxsq_box .upload_box .upload_btn {
    width: 200px;
    background-color: white;
}

.fmbxsq_box .upload_box .imgs {
    display: flex;
    gap: 20px;
}

.fmbxsq_box .upload_box img {
    width: 200px;
    height: 200px;
}

.fmbxsq_box .upload_box .delete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 28px;
    color: #0061E2;
}

.fmbxsq_box .button {
    height: 50px;
    background: #0050BB;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
}