.banner{
    width: 100%;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: auto;
}

/* 公共的左右 */
.H_lr{
    width: 100%;
    align-items: center;
}
.H_left{
    width: 100%;
    margin-bottom: 40px;
}
.H_left .left_tap{
    width: 100%;
}
.H_left .left_tap .title{
    width: 100%;    
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    background-color: #531E50;
    display: none;
}
.H_left .left_tap .title .icongengduo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 22px;
    color: #fff;
    display: none;
}

.H_left .left_tap .left_ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.H_left .left_tap .left_ul li{
    margin: 0 10px 10px;
}
.H_left .left_tap .left_ul li a{
    padding: 10px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-color: #4C1A4A;
    border-radius: 6px;
}
.H_left .left_tap .left_ul .left_li a{
    background-color: #FC6C1E;
}
.H_left .left_tap .left_ul li a:hover{
    background-color: #FC6C1E;
    color: #fff;
}
.H_left .left_tap .left_towUl{
    width: 100%;
    padding: 15px 0 10px;
    display: flex;
    justify-content: center;
}
/* .H_left .left_tap .left_towUl li{
    margin: 10px;
} */
.H_left .left_tap .left_towUl a{
    padding: 5px 12px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 5px 8px;
}
.H_left .left_tap .left_towUl .left_towA{
    color: #FC6C1E;
    border: 1px solid #fc6c1e;
}
.H_left .left_tap .left_towUl a:hover{
    color: #FC6C1E;
    border: 1px solid #fc6c1e;
}
.H_left .left_tap .img{
    width: 100%;
    overflow: hidden;
}
.H_left .left_tap .img img{
    width: 100%;
}
.H_left .left_tap .text{
    width: 100%;
    padding: 15px;
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}
.H_left .left_tap .text p{
    font-size: 20px;
    color: #FC6C1E;
    font-weight: bold;
    margin-bottom: 15px;
}
.H_left .left_tap .text span{
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    line-height: 22px;
}

.H_right{
    width: 100%;
}
.H_right .right_weizhi{
    width: 100%;
    padding: 10px 15px;
    background-color: #EEEEEE;
    margin-bottom: 30px;
    display: none;
}
.H_right .right_weizhi .weizhi{
    color: #FC6C1E;
    margin-left: 5px;
}
.H_right .right_weizhi i{
    font-size: 18px;
    color: #666;
}
.H_right .right_weizhi span{
    font-size: 14px;
}
.H_right .right_weizhi a{
    font-size: 14px;
    color: #666;
    margin: 0 5px;
}
.H_right .content{
    width: 100%;
}
.H_right .content p{
    text-indent:2em;
    text-align: justify;
}
.H_right .content img{
    width: auto;
    max-width: 100%;
}

/* 公共的左右结束 */

.cert_ul{
    width: 100%;
    align-items: flex-start;
}
.cert_ul li{
    width: 23%;
    height: 100px;
    margin-right: 2.666%;
    margin-bottom: 20px;
    border: 1px solid #b9b9b9;
}
.cert_ul li:nth-child(4n){
    margin-right: 0;
}
.cert_ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cate_ul{
    width: 100%;
    align-items: flex-start;
}
.cate_ul li{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 20px;
    box-shadow: 0 0 3px 0px #d9d9d9;
    box-shadow: 0.5px 1px 4px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}
.cate_ul li:nth-child(4n){
    margin-right: 0;
}
.cate_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cate_ul li a .img{
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid #d9d9d9;*/
    padding: 15px;
    overflow: hidden;
}
.cate_ul li a .img img{
    width: auto;
    max-width: 100%;
    height: auto;
    transition: all .3s;
}
.cate_ul li a p{
    width: 100%;
    text-align: center;
    /*background-color: #EEEEEE;*/
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cate_ul li a:hover .img>img{
    transform: scale(1.1);
}
.cate_ul li a:hover p{
    background-color: #FC6C1E;
    color: #fff;
}
.cate_ul li a .cateA_pos{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333333b6;
	z-index: 2;
	opacity: 0;
	transition: all .3s;
}
.cate_ul li a .cateA_pos i{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 56px;
	color: #ffffffd4;
}
.cate_ul li a:hover .cateA_pos{
	opacity: 1;
}

/* view */
.fadajin{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}
.fadajin .fdj{
    width: 400px;
}
.fadajin .fdj .img{
    width: 100%;
    height: 400px;
    border: 1px solid #d9d9d9;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.fadajin .fdj .img img{
    width: auto;
    max-width: 100%;
    height: auto;
    transition: all .3s;
}
.fadajin .fdj .img:hover img{
	transform: scale(1.2);
}
.fadajin .fdj_swi{
    width: 100%;
    position: relative;
    padding: 0 30px;
}
.fadajin .fdj_swi .swiper-slide{
    height: 66px;
    border: 1px solid #d9d9d9;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.fadajin .fdj_swi .swiper-slide img{
    width: 100%;
    height: auto;
}
.fadajin .swiper-button-next, 
.fadajin .swiper-button-prev{
    width: 20px;
    height: 66px;
    background-color: #FC6C1E;
    --swiper-navigation-size:20px;
    color: #fff;
    top: 10px;
}
/* .fadajin .fdj_swi .ulAct{
    border: 2px solid #FC6C1E;
} */
.fadajin .swiper-button-next{
    right: 0;
}
.fadajin .swiper-button-prev{
    left: 0;
}
.fdj_com{
    flex: 1;
    margin-left: 30px;
}
.fdj_com .title{
    width: 100%;
    padding: 15px 0;
    font-weight: bold;
    font-size: 30px;
    color: #333;
}
.fdj_com .text{
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.more_as{
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
}
.more_as .more_p{
    flex: 1;
}
.more_as .more_p span{
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}
.more_as .more_p p{
    font-size: 26px;
    color: #fc6c1e;
}

.more_as a{
    width: 120px;
    height: 40px;
    border: 2px solid #FC6C1E;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FC6C1E;
}
.more_as a:hover{
    background-color: #FC6C1E;
    color: #fff;
}
.h_views{
    border-bottom: 1px solid #d9d9d9;
}
.h_views .h_title{
    text-align: left;
}
.h_views .h_text{
    margin-bottom: 0;
}
.h_views .h_text::after{
    left: 0;
    transform: translateX(-0);
}

/* view */

/* 加盟合作 */
.Zhejiang{
    background-color: #EEEEEE;
}
.Zhejiang .w_1200 {
    justify-content: space-between;
    align-items: flex-start;    
}
.Zhejiang .tar_com {
    width: 50%;
}
.tar_com {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.tar_com .h_com .h_title{
    text-align: left;
}
.tar_com .h_com .h_text{
    text-align: left;
}
.tar_com .h_com .h_text::after{
    left: 0;
    transform: translateX(-0%);
}
.tar_com .span {
    flex: 1;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: left;
}
.Zhejiang .img {
    width: 42%;
}
.Zhejiang .img img{
    width: 100%;
}


.platform_ul{
    width: 100%;
    align-items: flex-start;
}
.platform_ul li{
    width: 31%;
    height: 300px;
    margin-right: 3.5%;
    margin-bottom: 20px;
    position: relative;
}
.platform_ul li:nth-child(3n){
    margin-right: 0;
}
.platform_ul li .img{
    width: 100%;
    height: 100%;
}
.platform_ul li .img img{
    width: 100%;
    height: 100%;
}
.platform_ul li .img_p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 40px 0;
}
.platform_ul li .img_p p{
    width: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}
.platform_ul li .img_p span{
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.points{
    background: url(../images/join_back2.png) no-repeat;
    background-size: 100% 100%; 
}

.points_ul{
    width: 100%;
    justify-content: space-between;
}
.points_ul li{
    width: 48%;
    background-color: #fff;
    padding-bottom: 40px;
}
.points_ul li .img{
    width: 100%;
    padding: 15px;
}
.points_ul li .img img{
    width: 100%;
}
.points_ul li .title{
    width: 100%;
    padding: 0 15px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin: 30px 0 20px;
}
.points_ul li .text{
    width: 94%;
    padding: 0 15px;
    margin: 0 auto;
    border-left: 4px solid #fc6c1e;
}
.points_ul li .text .text_p{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.points_ul li .text .text_p:nth-child(2n){
    margin-right: 0;
}
.points_ul li .text .text_p p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.points_ul li .text .text_p span{
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Support_ul{
    width: 100%;
}
.Support_ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #EEEEEE;
    margin-bottom: 20px;
}
.Support_ul li:nth-child(2){
    flex-direction: row-reverse;
}
.Support_ul li .img{
    width: 50%;
}
.Support_ul li .img img{
    width: 100%;
}
.Support_ul li .img_p{
    width: 50%;
    padding-left: 40px;
} 
.Support_ul li .img_p p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 8px 0;
}


.Store{
    border-top: 1px solid #d9d9d9;
}
.Store_swi{
    width: 100%;
    position: relative;
}
.Store_swi .swiper-slide{
    border: 1px solid #d9d9d9;
    height: 440px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}
.Store_swi .swiper-slide .img{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.Store_swi .swiper-slide .img img{
    width: 100%;
    height: 100%;
}
.Store_swi .swiper-slide .title{
    width: 100%;
    padding: 30px 0 8px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.Store_swi .swiper-slide .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: #FC6C1E;
}
.Store_swi .swiper-slide .text{
    width: 88%;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.Store_swi .swiper-button-next, 
.Store_swi .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #555;
    --swiper-navigation-size: 22px;
    color: #555;
}
.Store_swi .swiper-button-next{
    right: -80px;
}
.Store_swi .swiper-button-prev{
    left: -80px;
}

.ments_div{
    width: 100%;
    padding: 55px 0;
    background: url(../images/join_back8.png) no-repeat;
    background-size: 100% 100%;
}
.ments_div .ments_ul{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.ments_div .ments_ul li{
    width: 25%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d9d9d9;
}
.ments_div .ments_ul li:last-child{
    border-right: 0px solid #d9d9d9;
}
.ments_div .ments_ul li .icon{
    width: 110px;
    height: 110px;
    border-radius: 110px;
    border: 1px solid #fc6c1e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.ments_div .ments_ul li .icon img{
    width: auto;
}
.ments_div .ments_ul li span{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
}


.coopera form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.coopera form .fotm_div{
    width: 48%;
    height: 55px;
    margin-right: 4%;
    margin-bottom: 20px;
    border: 1px solid #b9b9b9;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}
.coopera form .fotm_div:nth-child(2){
    margin-right: 0;
}
.coopera form .fotm_div:nth-child(4){
    margin-right: 0;
}
.coopera form .fotm_div .icon{
    width: 55px;
    height: 100%;
    border-right: 1px solid #b9b9b9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coopera form .fotm_div .icon img{
    width: auto;
}
.coopera form .fotm_div input{
    flex: 1;
    height: 100%;
    padding: 0 20px;
}
.coopera form .fotm_div select{
    flex: 1;
    height: 100%;
    padding: 0 20px;
    border: none;
    outline: none;
}
.coopera form .fotm_div2{
    width: 100%;
    height: auto;
    margin-right: 0;
}
.coopera form .fotm_div2 textarea{
    flex: 1;
    height: 100%;
    padding: 20px;
    border: none;
    outline: none;
}
.coopera form button{
    width: 100%;
    height: 55px;
    background-color: #fc6c1e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
}


/* 新闻资讯 */
.news_ul{
    width: 100%;
}
.news_ul li{
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.news_ul li a{
    width: 100%;
    display: flex;
    align-items: center;
}
.news_ul li a .img{
    width: 225px;
    height: 140px;
    overflow: hidden;
}
.news_ul li a .img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.news_ul li a:hover .img>img{
    transform: scale(1.1);
}
.news_ul li a .news_div{
    flex: 1;
    padding-left: 30px;
}
.news_ul li a .news_div .title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.news_ul li a .news_div .time{
    font-size: 13px;
    color: #999;
    margin: 5px 0 15px;
}
.news_ul li a .news_div .text{
    font-size: 13px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.views_title{
    width: 100%;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}
.views_title .title{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.views_title .time{
    font-size: 16px;
    color: #666;
    text-align: center;
}
.view_tent{
    width: 100%;
}
.view_tent img{
    width: auto;
    max-width: 100%;
}

/* .联系我们 */
.contacr{
    padding: 80px;
    background-color: #F3F3F3;
}
.contacr_ul{
    width: 100%;
    align-items: flex-start;
}
.contacr_ul li{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contacr_ul li .icon{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 0 12px 1px #b9b9b9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacr_ul li .icon i{
    font-size: 40px;
    color: #FC6C1E;
}
.contacr_ul li .title{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin: 25px 0 15px;
    text-align: center;
}
.contacr_ul li .text{
    font-size: 16px;
    color: #666;
    text-align: center;
}
.contacr_ul li:hover .icon{
    background-color: #FC6C1E;
}
.contacr_ul li:hover  .icon>i{
    color: #fff;
}



@media (max-width:767px){
    .banner{height: auto;display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .banner img{width: 100%;height: auto;}
    .H_left{width: 100%;margin-bottom: 0;}
    .H_left .left_tap{margin-bottom: 20px;}
    .H_left .left_tap .title{height: 50px;font-size: 18px;}
    .H_left .left_tap .title .icongengduo{display: block;}
    /* .H_left .left_tap .left_ul{display: none;} */
    .H_left .left_tap + .left_tap{display: none;}
    .H_left .left_tap .left_ul li {margin: 0 2px 10px;}
    .H_left .left_tap .left_ul li a{font-size: 12px;padding: 5px 4px;margin: 5px 2px;}
    .H_left .left_tap .left_towUl a{font-size: 12px;padding: 5px 4px;margin: 5px 2px;}
    .H_right{width: 100%;}
    .H_right .right_weizhi{padding: 10px;}
    .H_right .right_weizhi a{font-size: 12px;}
    .cate_ul li{width: 48%;margin-right: 4%;}
    .cate_ul li:nth-child(2n){margin-right: 0;}
    .cate_ul li:nth-child(3){margin-right: 4%;}
    .cate_ul li:nth-child(9){margin-right: 4%;}
    .cate_ul li:nth-child(15){margin-right: 4%;}
    .cate_ul li:nth-child(21){margin-right: 4%;}
    .cate_ul li:nth-child(27){margin-right: 4%;}
    .cate_ul li a .img{height: 160px;}
    .cert_ul li{width: 48%;margin-right: 4%;}
    .cert_ul li:nth-child(2n){margin-right: 0;}
    .Store_swi .swiper-button-next, .Store_swi .swiper-button-prev{display: none;}
    .Zhejiang .tar_com{width: 100%;}
    .Zhejiang .img{width: 100%;}
    .tar_com .h_com .h_text{margin-bottom: 0;}
    .tar_com .span{line-height: 26px;}
    .platform_ul li{width: 100%;margin-right: 0%;}
    /* .platform_ul li:nth-child(2n){margin-right: 0;} */
    /* .platform_ul li:nth-child(3){margin-right: 4%;} */
    .platform_ul li .img_p{padding: 35px 20px;}
    .platform_ul li .img_p p{font-size: 24px;}
    .platform_ul li .img_p span{font-size: 16px;}
    .points_ul li{width: 100%;margin-bottom: 20px;}
    .points_ul li .title{font-size: 22px;margin: 10px 0;}
    .points_ul li .text .text_p span{white-space: initial;font-size: 14px;}
    .points_ul li .text .text_p p{font-size: 16px;}
    .Support_ul li .img{width: 100%;}
    .Support_ul li .img_p{width: 100%;padding: 15px;}
    .Support_ul li .img_p p{font-size: 17px;}
    .ments{padding: 30px 0;}
    .ments_div{padding: 55px 15px;}
    .ments_div .ments_ul li{width: 50%;}
    .ments_div .ments_ul li span{font-size: 16px;}
    .ments_div .ments_ul li{height: 180px;}
    .ments_div .ments_ul li .icon{width: 80px;height: 80px;}
    .ments_div .ments_ul li .icon img{width: 35px;}
    .coopera form .fotm_div{width: 100%;margin-right: 0;}
    .coopera form .fotm_div{height: 45px;}
    .coopera form .fotm_div .icon img{width: 16px;}
    .coopera form .fotm_div .icon{width: 43px;}
    .coopera form .fotm_div2{height: auto;}
    .news_ul li a {flex-wrap: wrap;}
    .news_ul li a .img{width: 100%;height: 170px;}
    .news_ul li a .news_div{flex: initial;width: 100%;padding: 15px 15px 0;}
    .views_title .title{font-size: 20px;}
    .views_title .time{font-size: 14px;}
    .contacr{padding: 30px 0;}
    .contacr_ul{align-items: flex-start;}
    .contacr_ul li .icon{width: 60px;height: 60px;}
    .contacr_ul li .icon i{font-size: 24px;}
    .contacr_ul li .title{font-size: 18px;}
    .contacr_ul li .text{font-size: 12px;}
    .fadajin .fdj{width: 100%;}
    .fadajin .fdj .img{height: 300px;overflow:hidden;}
    .fdj_com{margin-left: 0;}
    .fdj_com .title{font-size: 20px;padding: 25px 0 15px;}
    .fdj_com .text{margin-bottom: 15px;}
    .h_views .h_text{padding: 10px 0 0;}
    blockquote{margin: 0;}
}

@media (min-width:768px) and (max-width:991px){
    .banner{height: 250px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .banner img{width: auto;height: 100%;}
    .points_ul li .text .text_p span{white-space: initial;}
    .ments{padding: 30px 0;}
    .ments_div{padding: 55px 15px;}
    .ments_div .ments_ul li span{font-size: 18px;}
    .Store_swi .swiper-button-next, .Store_swi .swiper-button-prev{display: none;}
    .contacr{padding: 40px 15px;}
    
}


@media (min-width:992px) and (max-width:1024px){
    .banner{height: 250px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
    .banner img{width: auto;height: 100%;}
    .contacr{padding: 50px 15px;}
}

@media (min-width:1024px) and (max-width:1280px){
}
