/* 在屏幕宽度小于或等于 768px 时应用的样式 */
@media screen and (max-width: 768px) {
    
}

/* 在屏幕宽度大于 1200px 时应用的样式 */
@media screen and (min-width: 1024px) {
    /*                                                     品牌介绍                                                  */
    /*                                                      幻灯片                                                  */
    .paging_about_banner{
        width: 100%;
        margin: 0 auto;
        height: 500px;
        background: url(../img/paging_news_banner.jpg) no-repeat;
        margin-top: 60px;
    }
    /*                                                      品牌故事                                                  */
    .paging_story{
        width: 100%;
        margin: 0 auto;
    }
    .paging_story_a{
        width: 1300px;
        margin: 0 auto;
        padding: 150px 0;
    }
    .paging_story_a p{
        width: 1300px;
        text-align: center;
        padding: 11px 0;
        font-size: 17px;
    }
    .paging_story_a p span{
        color: #ed622b;
    }
    .paging_story_title{
        width: 1300px;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        color: #ed622b;
        padding-bottom: 50px;
    }
    /*                                                      企业形象                                                  */
    .paging_image{
        width: 100%;
        margin: 0 auto;
        height: 901px;
        background: url(../img/paging_about3.jpg) no-repeat;
    }
    /*                                                      企业文化                                                  */
    .paging_culture{
        width: 100%;
        margin: 0 auto;
        background-color: #f1f1f1;
        padding: 150px 0;
    }
    .paging_culture_a{
        width: 80%;
        margin: 0 auto;
    }
    .paging_culture_a p{
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        color: #ed622b;
    }
    .paging_culture_b{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
        padding-top: 80px;
    }
    .paging_culture_b ul{
        width: 32%;
        height: 300px;
        background-color: #fafafa;
        color: #333;
        overflow: hidden;
        transition: 0.5s linear;
    }
    .paging_culture_b ul:hover{
        background-color: #ed622b;
        color: #fff;
    }
    .paging_culture_b ul p{
        width: 100%;
        text-align: center;
    }
    .paging_culture_b ul p img{
        width: 160px;
        height: 160px;
        border-radius: 50% 50%;
        margin-top: -70px;
    }
    .paging_culture_title{
        font-size: 27px;
        font-weight: bold;
        width: 80%;
        text-align: center;
        margin-left: 10%;
        padding: 5% 0;
        margin-top: 20px;
        letter-spacing: 1px;
    }
    .paging_culture_desc{
        font-size: 18px;
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }
    /*                                                     加盟咨询                                                  */
    .paging_join_banner{
        width: 100%;
        margin: 0 auto;
        height: 500px;
        background: url(../img/paging_join_banner.jpg) no-repeat;
        margin-top: 60px;
    }
    /*                                                     加盟流程                                                  */
    .join_flow{
        width: 100%;
        margin: 0 auto;
        height: 901px;
        background: url(../img/join_flow_bj.jpg) no-repeat;
    }
    .join_flow_a{
        width: 1200px;
        margin: 0 auto;
    }
    .join_flow_a p{
        width: 600px;
        text-align: center;
        margin-left: 300px;
        font-size: 50px;
        font-weight: bold;
        color: #ed622b;
        padding: 140px 0 60px 0;
    }
    .join_flow_b{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto;
    }
    .join_flow_b ul li{
        font-size: 26px;
        font-weight: bold;
        width: 260px;
        text-align: center;
        height: 55px;
        line-height: 55px;
        background-color: #ed622b;
        color: #fff;
        border-radius: 13px 13px;
        margin: 35px 0;
    }
    .join_flow_b ul p{
        font-size: 20px;
        width: 160px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #a93537;
        color: #fff;
        border-radius: 13px 13px;
        margin: 20px 0 20px 50px;
    }
    .join_flow_c{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 1200px;
        margin: 0 auto;
    }
    .join_flow_c ul li{
        font-size: 26px;
        font-weight: bold;
        width: 260px;
        text-align: center;
        height: 55px;
        line-height: 55px;
        background-color: #ed622b;
        color: #fff;
        border-radius: 13px 13px;
        margin: 35px 0;
    }
    .join_flow_c ul p{
        font-size: 20px;
        width: 160px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #a93537;
        color: #fff;
        border-radius: 13px 13px;
        margin: 20px 0 20px 50px;
    }
    .join_flow_d{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 1200px;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    .join_flow_d ul li{
        font-size: 26px;
        font-weight: bold;
        width: 260px;
        text-align: center;
        height: 55px;
        line-height: 55px;
        background-color: #ed622b;
        color: #fff;
        border-radius: 13px 13px;
        margin: 35px 0;
    }
    .join_flow_d ul p{
        font-size: 20px;
        width: 160px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #a93537;
        color: #fff;
        border-radius: 13px 13px;
        margin: 20px 0 20px 50px;
    }
    /*                                                     加盟资费                                                  */
    .join_tariff{
        width: 100%;
        margin: 0 auto;
        height: 901px;
        background-color: #f1f1f1;
    }
    .join_tariff_a{
        width: 80%;
        margin: 0 auto;
        padding-top: 150px;
    }
    .join_tariff_a p{
        width: 30%;
        margin-left: 35%;
        font-size: 50px;
        font-weight: bold;
        text-align: center;
        color: #ed622b;

    }
    .join_tariff_b{
        display: flex;
        flex-direction: row;
        width: 80%;
        margin: 0 auto;
        padding-top: 85px;
    }
    .join_tariff_b p{
        width: 25%;
        font-size: 50px;
        font-weight: bold;
        text-align: center;
        color: #ed622b;
    }
    .join_tariff_b li{
        width: 75%;
        font-size: 50px;
        font-weight: bold;
        text-align: center;
        color: #ed622b;
    }
    .join_tariff_c{
        display: flex;
        flex-direction: row;
        width: 80%;
        margin: 0 auto;
    }
    .join_tariff_c tr td{
        font-size: 18px;
        color: #333;
    }
    .join_tariff_ul_one{
        width: 40%;
        padding-top: 50px;
    }
    .join_tariff_ul_one table{
        width: 100%;
    }
    .join_tariff_ul_one table tr{
        display: flex;
        flex-direction: row;
    }
    .join_tariff_td_one{
        border: 1px solid #ed622b;
        width: 20%;
        padding: 3.5% 0 3.5% 3%;
    }
    .join_tariff_td_two{
        border-top: 1px solid #ed622b;
        border-right: 1px solid #ed622b;
        border-bottom: 1px solid #ed622b;
        width: 41%;
        padding: 3.5% 0 3.5% 3%;
        margin-left: -10px;
    }
    .join_tariff_td_three{
        border-top: 1px solid #ed622b;
        border-right: 1px solid #ed622b;
        border-bottom: 1px solid #ed622b;
        width: 41%;
        padding: 3.5% 0 3.5% 3%;
    }
    .join_tariff_ul_two{
        width: 55%;
        padding-top: 50px;
        margin-left: 5%;
    }
    .join_tariff_ul_two table{
        width: 100%;
    }
    .join_tariff_ul_two table tr{
        display: flex;
        flex-direction: row;
    }
    .join_tariff_td_oneone{
        border: 1px solid #ed622b;
        width: 20%;
        padding: 1.5% 0 1.5% 3%;
    }
    .join_tariff_td_twotwo{
        border-top: 1px solid #ed622b;
        border-right: 1px solid #ed622b;
        border-bottom: 1px solid #ed622b;
        width: 41%;
        padding: 1.5% 0 1.5% 3%;
        margin-left: -10px;
    }
    /*                                                     加盟资费                                                  */
    .join_conditions{
        width: 100%;
        margin: 0 auto;
    }
    .join_conditions_a{
        width: 60%;
        margin: 0 auto;
        padding: 150px 0 135px 0;
    }
    .join_conditions_a p{
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        color: #ed622b;
        padding-bottom: 50px;
    }
    .join_conditions_a li{
        font-size: 17px;
        padding: 11px 0;
        width: 100%;
        text-align: center;
    }
    /*                                                     产品介绍                                                  */
    .paging_product_banner{
        width: 100%;
        margin: 0 auto;
        height: 500px;
        background: url(../img/paging_product_banner.jpg) no-repeat;
        margin-top: 60px;
    }
    .prod_show{
        width: 100%;
        margin: 0 auto;
    }
    .prod_show_a{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
    }
    .prod_show_a_li{
        width: 8%;
        height: 60px;
        background-color: #ed622b;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 60px;
        margin: 6% 2% 3% 2%;
        border-radius: 5% 5%;
    }
    .prod_show_a_active{
        background-color: #f1f1f1;
        color: #333;
    }
    
    /* 必要布局样式css */
    
    .ato-content {display: flex;flex-direction: row;justify-content: flex-start;width: 80%;margin: 0 auto;margin-bottom: 100px;}
    .ato-list-fl{width: 22%;}
    .ato-list-fl dl{width: 100%;height: auto;overflow: hidden;background-color: #ed622b;height: 500px;color: #fff;}
    .ato-list-fl dl dd img{width: 100%;height: 100%;}
    .ato-list-fl-title{width: 100%;text-align: center;font-size: 15px;padding: 10px 0;}
    .ato-list-fl-dosing{text-indent: 20px;font-size: 15px;padding: 5px 0;}
    .ato-list-fl-famous_saying{width: 100%;text-align: center;font-size: 15px;padding: 5px 0;}
    .ato-list-fl-imglr{width: 50%;margin: 7% 0 0 25%;}
    .ato-list-fl-imglr span{padding: 5px 10px;background-color: #a93537;}
    .ato-list{width: 75%;}
    .ato-list ul li{margin-left: 65px;width: 20%;}
    .ato-list ul li dl{width: 100%;height: auto;overflow: hidden;background-color: #f1f1f1;height: 500px;}
    .ato-list ul li dl:hover{background-color: #ed622b;color: #fff;margin-top: -15px;height: 500px;box-shadow: 0 10px 12px rgba(0,0,0,0.12);-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s}
    .ato-list ul li dl dd img{width: 100%;height: 100%;}
    /*                                                     新闻中心                                                  */
    .paging_news_banner{
        width: 100%;
        margin: 0 auto;
        height: 500px;
        background: url(../img/paging_news_banner.jpg) no-repeat;
        margin-top: 60px;
    }
    .paging_firmduty_banner{
        width: 100%;
        margin: 0 auto;
        height: 500px;
        background: url(../img/paging_firmduty_banner.jpg) no-repeat;
        margin-top: 60px;
    }
    .news{
        width: 100%;
        margin: 0 auto;
    }
    .news_a{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }
    .news_a ul{
        width: 470px;
        height: 320px;
        background-color: #f1f1f1;
        color: #333;
        margin: 60px 0 0 0;
    }
    .news_a ul li{
        width: 470px;
        height: 255px;
        overflow: hidden;
    }
    .news_a ul li img{
        width: 470px;
        height: 255px;
    }
    .news_a ul p{
        width: 470px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        font-size: 15px;
    }
    .news_a ul:hover{
        background-color: #ed622b;
        color: #fff;
        box-shadow: 0 10px 12px rgba(0,0,0,0.12);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .news_a ul li img:hover{
        margin-top: -5%;
        margin-left: -5%;
        width: 110%;
        height: 110%;
        box-shadow: 0 10px 12px rgba(0,0,0,0.12);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
        /* transform: scale(1.1); */
    }
    /*                                                     加盟留言                                                  */
    .join_submit{
        width: 100%;
        margin: 0 auto;
    }
    .join_submit_a{
        width: 60%;
        margin: 0 auto;
    }
    .join_submit_a p{
        width: 60%;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        margin-left: 20%;
        padding-top: 90px;
    }
    .join_submit_a li{
        width: 60%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-left: 20%;
        margin-top: 30px;
    }
    .join_submit_b{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto;
    }
    .join_submit_b ul{
        width: 33%;
        padding: 60px 0 30px 0;
    }
    .join_submit_b ul input{
        display: inline-block;
        color: #333;
        height: 50px;
        line-height: 50px;
        border: 1px solid #cccccc;
        margin-left: 15px;
        width: 100%;
        padding: 0 20px;
        font-size: 15px;
    }
    .join_submit_b ul input:hover{
        border: 1px solid #ed622b;
    }
    .join_submit_b ul input:active{
        border: 1px solid #ed622b;
    }
    .join_submit_c{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto;
    }
    .join_submit_c ul{
        width: 100%;
        
    }
    .join_submit_c ul input{
        display: inline-block;

        color: #333;
        height: 50px;
        line-height: 50px;
        border: 1px solid #cccccc;
        margin-left: 15px;
        width: 100%;
        padding: 0 20px;
        font-size: 15px;
    }
    .join_submit_c ul input:hover{
        border: 1px solid #ed622b;
    }
    .join_submit_c ul input:active{
        border: 1px solid #ed622b;
    }
    .join_submit_d{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 70%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .form_sub{
        display: inline-block;
        font-size: 16px;
        color: #333;
        height: 50px;
        line-height: 50px;
        margin-left: 15px;
        width: 100%;
        padding: 0 10px;
        font-size: 15px;
        background-color: #f8f7f2;
        margin-bottom: 60px;
    }
    .form_sub:hover{
        background-color: #ed622b;
        color: #fff;
        
    }
    /*                                                     新闻详情                                                  */
    
    .news_content{
        width: 100%;
        margin: 0 auto;
        height: auto;
        
    }
    .news_img{
        width: 690px;
        margin: 0 auto;
        padding: 30px 0;
    }
    .news_img img{
        width: 690px;
        margin-top: 60px;
        height: 375px;
    }
    .news_content_a{
        width: 690px;
        margin: 0 auto;
    }
    .news_content_date{
        width: 690px;
        border-top: 1px solid #e6e6e4;
        padding-top: 20px;
        font-size: 13px;
    }
    .news_content_title{
        font-size: 23px;
        font-weight: bold;
        padding: 20px 0;
        border-bottom: 1px solid #e6e6e4;
    }
    .news_content_b{
        width: 690px;
        margin: 0 auto;
        padding: 30px 0;
    }
    .news_content_b p{
        line-height: 35px;
        font-size: 15px;
        text-indent: 30px;
    }
    .news_content_b li{
        line-height: 35px;
        font-size: 15px;
    }
}