.banner,
.banner a,
.banner img{
    width: 100%;
}
/* 关于我们 */
.h_profile{
    margin-bottom: 80px;
}
.h_profile .profile{
    width: 100%;
}
.h_profile .profile .icon_ul{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.h_profile .profile .icon_ul li{
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #E5E5E5;
}
.h_profile .profile .icon_ul li:last-child{
    border-right: 0px solid #E5E5E5;
}
.h_profile .profile .icon_ul li img{
    width: auto;
    height: auto;
}
.h_profile .profile .icon_ul li p{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}
.h_profile .profile .profile_p{
    width: 100%;
    padding-bottom: 80px;
    border-bottom: 1px solid #D9D9D9;
}
.h_profile .profile .profile_p p{
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 26px;
}
.h_profile .profile .tent_ul{
    width: 100%;
}
.h_profile .profile .tent_ul li{
    width: 100%;
    padding: 60px 0 40px;
    display: flex;
    align-items: flex-start;
}
.h_profile .profile .tent_ul li .li_img img{
    width: auto;
    height: auto;
}
.h_profile .profile .tent_ul li .content{
    flex: 1;
    margin-left: 35px;
}
.h_profile .profile .tent_ul li .content .titles{
    font-size: 30px;
    color: #a47100;
    margin-bottom: 22px;
}
.h_profile .profile .tent_ul li .content p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

/* 公司图片 */
.h_pictures{
    background: url(../images/backg2.png) no-repeat;
    background-size: 100% 100%;
}
.h_pictures .pictures{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.h_pictures .pictures .video{
    width: 50%;
    height: auto;
}
.h_pictures .pictures .video video{
    width: 100%;
}
.h_pictures .pictures .pictures_ul{
    width: 48%;
}
.h_pictures .pictures .pictures_ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
.h_pictures .pictures .pictures_ul li:nth-child(2n){
    margin-right: 0%;
}
.h_pictures .pictures .pictures_ul li img{
    width: 100%;
    height: auto;
}

/* 公司证书 */
.certificate{
    width: 100%;
}
.certificate .certificate_ul{
    width: 100%;
    height: 295px;
    overflow: hidden;
}
.certificate .certificate_ul li{
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2px;
    transition: all .6s;
    background-color: #eee;
}
.certificate .certificate_ul li:nth-child(4n){
    margin-right: 0;
}
.certificate li .image{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    background-color: #fff;
}
.certificate li .image img{
    width: auto;
    height: auto;
}
.certificate li .ps{
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    transition: all .6s;
}
.certificate .certificate_ul li:hover{
    background-color: #A47100;
}
.certificate .certificate_ul li:hover .ps{
    color: #fff;
}

/* 生产图片 */
.h_production{
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.production{
    width: 100%;
}
.production .list_ul{
    width: 100%;
    height: 291px;
    overflow: hidden;
}
.production .list_ul li{
    width: 31%;
    margin-right: 3%;
    margin-bottom: 30px;
    overflow: hidden;
}
.production .list_ul li:nth-child(3n){
    margin-right: 0;
}
.production .list_ul li img{
    width: 100%;
    height: auto;
}
.production .list_ul li img{
    transition: all .6s;
}
.production .list_ul li img:hover {
    transform: scale(1.2);
}

/* 品鉴交流会 */

.judge{
    width: 100%;
    justify-content: space-between;
}
.judge .judge_ul{
    width: 39.4%;
    justify-content: space-between;
}
.judge .judge_ul2{
    width: 59%;
}
.judge .judge_ul li{
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

/*  */
/* 苗歌雄风酒 */

.h_mode{
    background-color: #fff;
}
.h_mode .mode{
    width: 100%;
    justify-content: space-between;
}
.h_mode .mode .mode_img{
    width: 48%;
    border: 6px solid #DDDDDD;
}
.h_mode .mode .mode_img img{
    width: 100%;
    height: auto;
}
.h_mode .mode .mode_tent{
    width: 48%;
}
.h_mode .mode .mode_tent .title{
    font-size: 34px;
    color: #333;
    font-weight: bold;
}
.h_mode .mode .mode_tent .text{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 30px 0 50px;
}
.h_mode .mode .mode_tent .contact{
    width: 260px;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #A47100;
}
.h_mode .mode .mode_tent .contact span{
    font-size: 18px;
    color: #fff;
}
.h_mode .mode .mode_tent .contact i{
    padding: 3px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 16px;
    color: #A47100;
}
/* 产品介绍 */
.h_mode2{
    background: url(../images/mode_back.png) no-repeat;
    background-size: 100% auto;
}
.h_mode2 .mode2_tent{
    width: 100%;
    background-color: #fff;
}
.h_mode2 .mode2_tent .mo_title{
    width: 100%;
    font-size: 22px;
    color: #A47100;
    text-align: center;
    padding: 20px 0;
    position: relative;
    margin-bottom: 60px;
}
.h_mode2 .mode2_tent .mo_title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 1.5px;
    background-color: #A47100;
    
}
.h_mode2 .mode2_tent .mo_text{
    width: 100%;
    justify-content: center;
    align-items: center;
}


/*  */
/* 新闻资讯 */

.navigation{
    width: 100%;
}
.navigation .nav_ul{
    padding: 60px 0 40px;
    justify-content: center;
    align-items: center;
}
.navigation .nav_ul li a{
    padding: 18px 60px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
	border:solid 1px #eee;
}
.navigation .nav_ul .nav_liact a{
    background-color: #A47100;
    color: #fff;
}
.navigation .nav_ul li a:hover{
    background-color: #A47100;
    color: #fff;
}

.h_list{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}
.h_list .left{
    width: 65%;
}
.h_list .left .left_ul{
    width: 100%;
}
.h_list .left .left_ul li{
    width: 100%;
    background-color: #fff;
    padding: 22px;
    margin-bottom: 30px;
    border: 2px solid #fff0;
}
.h_list .left .left_ul li:hover{
    border: 2px solid #B6903B;
}

.h_list .left .left_ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h_list .left .left_ul li a .list_img{
    width: 22%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.h_list .left .left_ul li a .list_img img{
    width: auto;
    height: 100%;
}
.h_list .left .left_ul li a .list_tent{
    width: 74%;
} 
.h_list .left .left_ul li a .list_tent .list_title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.h_list .left .left_ul li a .list_tent .list_time{
    font-size: 12px;
    color: #666;
    margin: 5px 0 25px;
}
.h_list .left .left_ul li a .list_tent .list_text{
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.h_list .right{
    width: 31%;
}
.h_list .right .right_tap{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #D4D4D4;
}
.h_list .right .right_ul li{
    padding: 34px 0 20px;
    border-bottom: 1px solid #D4D4D4;
}
.h_list .right .right_ul li a .list_tent{
    width: 100%;
} 

.h_list .right .right_ul li a .list_tent .list_title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.h_list .right .right_ul li a .list_tent .list_title span{
    color: #AF8429;
}
.h_list .right .right_ul li a:hover .list_title{
    color: #AF8429;
}
.h_list .right .right_ul li a .list_tent .list_time{
    font-size: 12px;
    color: #666;
    margin: 5px 0 25px;
}
.h_list .right .right_ul li a .list_tent .list_text{
    font-size: 13px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.h_list .left .left_ul2 li{
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 30px;
}
.h_list .left .left_ul2 li a{
    width: 100%;

}
.h_list .left .left_ul2 li a .title2{
    margin-bottom: 6px;
}
.h_list .left .left_ul2 li a .title2 span{
    padding: 0px 16px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    background-color: #A47100;
    margin-right: 40px;
} 
.h_list .left .left_ul2 li a .title2 p{
    color: #333;
    font-size: 14px;
}
.h_list .left .left_ul2 li a .text2{
    flex-wrap: inherit;
}
.h_list .left .left_ul2 li a .text2 span{
    padding: 0px 16px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    background-color: #999999;
    margin-right: 40px;
} 
.h_list .left .left_ul2 li a .text2 p{
    width: 100%;
    color: #999;
    font-size: 14px;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.h_list .left .left_ul2 li:hover .title2>p{
    color: #A47100;
}

/* 新闻资讯-详情页 */
.news_view1 {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.news_view1 .news_title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.news_view1 .news_time {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.news_view1 .views_img{
    width: auto;
    height: auto;
}
.news_view1 .views_img img {
    width: 100%;
    height: auto;
}
.news_view1 .views_text{
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.news_view1 .xians {
    margin: 20px 0 30px;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}

.news_view1 .news_tents {
    width: 100%;
	line-height: 200%;
}
.news_view1 .news_tents img{
	width: 100%;
	height: auto;
}
.right_title {
    justify-content: space-between;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 40px;
}

.right_title .title {
    font-size: 24px;
    color: #A47100;
    padding-bottom: 10px;
    position: relative;
}

.right_title .title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #A47100;
}

.right_title .right_text {
    font-size: 14px;
    color: #333;
}

.right_title .right_text a {
    font-size: 14px;
    color: #333;
}

.right_title .right_text i {
    font-size: 12px;
    color: #333;
}
.fanhui{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fanhui a{
    padding: 5px 30px;
    box-shadow: 0 0 3px 0px #333;
    background-color: #A47100;
    font-size: 16px;
    color: #fff;
}

/* 招商加盟 */
.h_tent .content{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.h_tent .content .conimg{
    width: 50%;
}
.h_tent .content .conimg img{
    width: 100%;
    height: auto;
}
.h_tent .content .contents{
    width: 46%;
}
.h_tent .content .contents .title1{
    width: 100%;
}
.h_tent .content .contents .title1 .tap{
    width: 100%;
    padding: 16px 0 16px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(#D6B66F, #A67405);
    margin-bottom: 28px;
}
.h_tent .content .contents p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-bottom: 18px;
}
.h_tent .content .contents .title2{
    border-bottom: 1px solid #A47100;
    margin-bottom: 18px;
}
.h_tent .content .contents .title2 .tap{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 18px;
}
.h_tent .content .contents .span{
    font-size: 16px;
    color: #666;
}

/* 代理商九大优势 */
.h_advantage{
    background: url(../images/backg2.png) no-repeat;
    background-size: 100% 100%;
}
.advantage_ul{
    width: 100%;
}
.advantage_ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 45px 30px;
}
.advantage_ul li:nth-child(3n){
    margin-right: 0;
}
.advantage_ul li a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.advantage_ul li a .images {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #999999;
    transition: all .6s;
    overflow: hidden;
}
.advantage_ul li a .content {
    margin-left: 20px;
    flex: 1;
}
.advantage_ul li a .content .title {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.advantage_ul li a .content .text {
    font-size: 14px;
    color: #666;
    text-align: justify;
    height: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.advantage_ul li:hover .images{
    background-color: #A47100;
}

/* 交流会照片 */

.h_Photo .photo{
    width: 100%;
}
.h_Photo .photo .swiper-container{
    padding-bottom: 50px;
}
.h_Photo .photo .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    opacity: 1;
    background-color: #7F7F7F;
}
.h_Photo .photo .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 2px solid #A47100;
    opacity: 1;
    background-color: #7f7f7f00;
}
.h_Photo .photo .swiper-slide a{
    width: 100%;
}
.h_Photo .photo .swiper-slide a img{
    width: 100%;
}

/* 联系我们 */
.h_contact{
    padding: 0px 15px;
}
.h_contact .contact {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 40px;
    background-color: #A47100;
    padding: 60px 60px 50px;
}
.h_contact .contact .contact_left .left_phone {
    width: 100%;
    margin-bottom: 30px;
    font-size: 26px;
    color: #fff;
}
.h_contact .contact .contact_left .left_phone i {
    padding: 10px 11px;
    background-color: #fff;
    color: #A47100;
    border-radius: 100% 100%;
    margin-right: 16px;
    font-size: 20px;
}
.h_contact .contact .contact_left .left_phone p{
    width: 95px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align-last:justify;
    text-align: justify;
    text-justify:distribute-all-lines; 
    height: 26px;
}
.h_contact .contact .contact_left .left_phone p::after{
    display: inline-block;
    width: 100%;
    content: '';
}
.h_contact .contact .contact_left .left_phone span {
    font-size: 16px;
    color: #fff;
    flex: 1;
    margin-left: 24px;
}

.h_contact .contact .QR_code .code {
    align-items: center;
    margin-left: 30px;
}
.h_contact .contact .QR_code .code .code_img {
    width: 210px;
    padding: 5px;
    margin-bottom: 15px;
    background-color: #fff;
}
.h_contact .contact .QR_code .code .code_img img{
    width: 100%;
    height: auto;
}
.h_contact .contact .QR_code .code span {
    font-size: 14px;
    color: #fff;
}
.h_contact .xianxi_ul{
    width: 100%;
    margin-bottom: 50px;
}
.h_contact .xianxi_ul li{
    width: 100%;
    padding: 25px 0;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #F4F4F4;
    display: flex;
}
.h_contact .xianxi_ul li span{
    display: block;
}
.h_contact .xianxi_ul li span:nth-child(1){
    width: 180px;
}
.h_contact .xianxi_ul li span:nth-child(2){
    margin-right: 40px;
}
/*分页样式*/
#pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
#pglist a {color: #000;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height:180%;background: #f2f2f2;border: 1px solid #ccc;}
#pglist a:hover,#pglist .hover {display:inline-block;background: #A47100;border-color: #A47100;box-shadow: 0 0 14px rgba(0, 0, 0, .2);color:#ffffff!important;}

@media (max-width:767px){
    .h_profile{margin-bottom: 20px;}
    .h_profile .profile{padding: 0 15px;}
    .h_profile .profile .icon_ul{margin-bottom: 20px;}
    .h_profile .profile .icon_ul li{width: 33.33%;}
    .h_profile .profile .icon_ul li img{width: 60%;}
    .h_profile .profile .icon_ul li p{font-size: 14px;}
    .h_profile .profile .profile_p p{font-size: 14px;}
    .h_profile .profile .profile_p{padding-bottom: 10px;}
    .h_profile .profile .tent_ul li{flex-direction: column;
        justify-content: center;align-items: center;padding: 30px 0 10px;}
    /* .h_profile .profile .tent_ul li .li_img{width: 100px;} */
    .h_profile .profile .tent_ul li .li_img img{width: 100%;}
    .h_profile .profile .tent_ul li .content{margin-left: 0;}
    .h_profile .profile .tent_ul li .content .titles{font-size: 22px;margin-bottom: 12px;}
    .h_profile .profile .tent_ul li .content p{font-size: 14px;}
    .h_pictures .pictures{padding: 0 15px;}
    .h_pictures .pictures .video{width: 100%;}
    .h_pictures .pictures .pictures_ul{width: 100%;}
    .h_pictures .pictures .pictures_ul li img{width: 100%;}
    .certificate{padding: 0 15px;}
    .certificate .certificate_ul li{width: 48%;margin-right: 4%;margin-bottom: 20px;}
    .certificate .certificate_ul li:nth-child(2n){margin-right: 0%;}
    .certificate li .ps{font-size: 14px;padding: 10px 0;}
    .certificate .certificate_ul{height:210px;}
    .certificate li .image{height: 160px;}
    .certificate li .image img{width: 80%;}
    .production{padding: 0 15px;}
    .production .list_ul{height:270px;}
    .production .list_ul li{width: 48%;margin-right: 4%;margin-bottom: 20px;}
    .production .list_ul li:nth-child(2n){margin-right: 0%;}
    .production .list_ul li:nth-child(3){margin-right: 4%;}
    .production .list_ul li:nth-child(9) {margin-right: 4%;}
    .judge{padding: 0 15px;}
    .judge .judge_ul{width: 100%;}
    .judge .judge_ul2{width: 100%;}
    .judge .judge_ul li{width: 100%;}
    .judge .judge_ul li img{width: 100%;}
    .h_mode .mode{padding: 0 15px;}
    .h_mode .mode .mode_img{width: 100%;}
    .h_mode .mode .mode_tent{width: 100%;}
    .h_mode .mode .mode_tent .title{font-size: 26px;}
    .h_mode .mode .mode_tent .text{font-size: 12px;margin: 20px 0;}
    .h_mode .mode .mode_tent .contact{width: 50%;}
    .h_mode .mode .mode_tent .contact span{font-size: 14px;}
    .h_mode2{padding: 20px 15px;}
    .h_mode2 .mode2_tent{padding: 0 15px;}
    .h_mode2 .mode2_tent .mo_text img{width: 100%;height: auto;}
    .h_mode2 .mode2_tent .mo_title::after{width: 100%;}
    .h_tent .content{padding: 0 15px;}
    .h_tent .content .conimg{width: 100%; margin-bottom: 20px;}
    .h_tent .content .contents{width: 100%;}
    .h_tent .content .contents .title1{padding-bottom: 20px;}
    .h_tent .content .contents .title1 .tap{padding: 16px 10px;font-size: 16px;}
    .h_tent .content .contents p{font-size: 14px;margin-bottom: 2px;}
    .advantage_ul{padding: 0 15px;}
    .advantage_ul li{width: 48%;margin-right: 4%;padding: 20px 15px;margin-bottom: 20px;}
    .advantage_ul li:nth-child(2n){margin-right: 0;}
    .advantage_ul li:nth-child(3){margin-right: 4%;}
    .advantage_ul li:nth-child(9){margin-right: 4%;}
    .advantage_ul li a{flex-direction: column;align-items: center;}
    .advantage_ul li a .content{margin-left: 0;}
    .advantage_ul li a .content .title{font-size: 16px;margin: 15px 0;text-align: center;}
    .advantage_ul li a .images{width:75px;height:75px;}
    .advantage_ul li a .content .text{font-size: 12px;text-align: center;height: 65px;}
    .h_Photo .photo{padding: 0 15px;}
    .navigation .nav_ul{padding: 30px 0 0px;}
    .navigation .nav_ul li{display: flex;}
    .navigation .nav_ul li a{padding: 10px 20px;font-size: 14px;}
    .h_list{padding: 20px 15px 0;}
    .h_list .left{width: 100%;}
    .h_list .right{width: 100%;}
    .h_list .left .left_ul li{padding: 12px;}
    .h_list .left .left_ul li a{flex-direction: column;}
    .h_list .left .left_ul li a .list_img{width: 100%;display:none;}
    .h_list .left .left_ul li a .list_tent{width: 100%;margin-top: 20px;}
    .h_list .right .right_ul li{padding: 16px 0;}
    .h_list .right .right_ul li a .list_tent .list_time{margin: 5px 0 10px;}
    .h_contact .contact{padding: 30px 15px;margin: 25px 0;}
    .h_contact .contact .contact_left .left_phone p{font-size: 16px;height: 21px;width: 72px;}
    .h_contact .contact .QR_code .code .code_img{width: 110px;}
    .h_contact .xianxi_ul li{flex-wrap: wrap;font-size: 16px;padding: 10px 0;}
    .h_contact .xianxi_ul li span{display: block;margin-bottom: 12px;}
    .h_contact .xianxi_ul li span:nth-child(1){width: auto;margin-right: 20px;}
    .news_view .views_img{width: 100%;height: auto;padding: 0 15px;}
    .news_view .views_img img{width: 100%;height: auto;}
    .right_title{padding: 0 15px;}
    .right_title .title{font-size: 18px;}
    .news_view1{padding: 0 15px;}
}

@media (max-width:991px) and (min-width:768px){
    .h_profile .profile{padding: 0 15px;}
    .h_profile .profile .icon_ul li{width: 30%;}
    .h_profile .profile .profile_p{padding-bottom: 30px;}
    .h_pictures .pictures{padding: 0 15px;}
    .h_pictures .pictures .video{width: 100%;}
    .h_pictures .pictures .pictures_ul{width: 100%;}
    .certificate{padding: 0 15px;}
    .certificate .certificate_ul li{width: 31%;margin-right: 3.5%;}
    .certificate .certificate_ul li:nth-child(3n){margin-right: 0%;}
    .certificate .certificate_ul li:nth-child(4){margin-right: 3.5%;}
    .certificate .certificate_ul li:nth-child(8){margin-right: 3.5%;}
    .certificate li .image img{width: 67%;}
    .production{padding: 0 15px;}
    .judge{padding: 0 15px;}
    .judge .judge_ul{width: 100%;}
    .judge .judge_ul li{width: 100%;}
    .judge .judge_ul li img{width: 100%;}
    .h_mode .mode{padding: 0 15px;}
    .h_mode .mode .mode_tent .title{font-size: 28px;}
    .h_mode .mode .mode_tent .text{margin: 20px 0;}
    .h_mode2{padding: 30px 15px;}
    .h_mode2 .mode2_tent{padding: 0 15px;}
    .h_mode2 .mode2_tent .mo_text img{width: 100%;}
    .h_tent .content{padding: 0 15px;}
    .h_tent .content .conimg{width: 100%;margin-bottom: 20px;}
    .h_tent .content .contents{width: 100%;}
    .advantage_ul li a{flex-direction: column;align-items: center;}
    .advantage_ul li a .content{margin-left: 0;}
    .advantage_ul li a .content .title{text-align: center;}
    .h_Photo .photo{padding: 0 15px;}
    .h_list{padding: 0 15px;}
    .h_contact .contact{padding: 30px 15px;margin: 25px 0;}
    .h_contact .contact .contact_left .left_phone p{font-size: 16px;height: 21px;width: 72px;}
    .h_contact .contact .QR_code .code .code_img{width: 110px;}
    .h_contact .xianxi_ul li{flex-wrap: wrap;font-size: 20px;padding: 10px 0;}
    .h_contact .xianxi_ul li span{display: block;margin-bottom: 12px;}
    .h_contact .xianxi_ul li span:nth-child(1){width: auto;margin-right: 20px;}
}
@media (min-width:992px) and (max-width:1024px){
    .h_profile .profile{padding: 0 15px;}
    .h_profile .profile .icon_ul li{width: 30%;}
    .h_profile .profile .profile_p{padding-bottom: 30px;}
    .h_pictures .pictures{padding: 0 15px;}
    .h_pictures .pictures .video{width: 100%;}
    .h_pictures .pictures .pictures_ul{width: 100%;}
    .certificate{padding: 0 15px;}
    .certificate .certificate_ul li{width: 31%;margin-right: 3.5%;}
    .certificate .certificate_ul li:nth-child(3n){margin-right: 0%;}
    .certificate .certificate_ul li:nth-child(4){margin-right: 3.5%;}
    .certificate .certificate_ul li:nth-child(8){margin-right: 3.5%;}
    .production{padding: 0 15px;}
    .judge{padding: 0 15px;}
    .judge .judge_ul{width: 100%;}
    .judge .judge_ul li{width: 100%;}
    .judge .judge_ul li img{width: 100%;}
    .h_mode .mode{padding: 0 15px;}
    .h_mode .mode .mode_tent .title{font-size: 28px;}
    .h_mode .mode .mode_tent .text{margin: 20px 0;}
    .h_mode2{padding: 30px 15px;}
    .h_mode2 .mode2_tent{padding: 0 15px;}
    .h_mode2 .mode2_tent .mo_text img{width: 100%;}
    .h_tent .content{padding: 0 15px;}
    .h_tent .content .conimg{width: 100%;margin-bottom: 20px;}
    .h_tent .content .contents{width: 100%;}
    .advantage_ul li a{flex-direction: column;align-items: center;}
    .advantage_ul li a .content{margin-left: 0;}
    .advantage_ul li a .content .title{text-align: center;}
    .h_Photo .photo{padding: 0 15px;}
    .h_list{padding: 0 15px;}
    .h_contact .contact{padding: 30px 15px;margin: 25px 0;}
    .h_contact .contact .contact_left .left_phone p{font-size: 16px;height: 21px;width: 72px;}
    .h_contact .contact .QR_code .code .code_img{width: 110px;}
    .h_contact .xianxi_ul li{flex-wrap: wrap;font-size: 20px;padding: 10px 0;}
    .h_contact .xianxi_ul li span{display: block;margin-bottom: 12px;}
    .h_contact .xianxi_ul li span:nth-child(1){width: auto;margin-right: 20px;}
}
@media (min-width:1025px) and (max-width:1200px){
    .h_profile .profile{padding: 0 15px;}
    .h_pictures .pictures{padding: 0 15px;}
    .certificate{padding: 0 15px;}
    .production{padding: 0 15px;}
    .judge{padding: 0 15px;}
    .h_mode .mode{padding: 0 15px;}
    .h_mode2 .mode2_tent{padding: 0 15px;}
    .h_tent .content{padding: 0 15px;}
    .h_Photo .photo{padding: 0 15px;}
    .h_list{padding: 0 15px;}
}

































