@media screen and (max-width:1650px){
    /***********************************导航******************************/
	.header .nav-pc .yyui_menu1 li{
        width: 100px;
    }
    /***********************************导航end***************************/
}
@media screen and (max-width:1414px){
    /***********************************导航******************************/
	.header .nav-pc .yyui_menu1 li{
        width: 85px;
    }
    /***********************************导航end***************************/
}
@media screen and (max-width:1330px){
    /***********************************导航******************************/
    .header .logo img {
        width: 350px;
    }
    /***********************************导航end***************************/
}
/*笔记本*/
@media screen and (max-width:1264px){
    .w1200{
        width: 1100px;
    }
    /***********************************导航******************************/
    .header .logo img {
        width: 300px;
    }
    .header .nav-pc .yyui_menu1 li{
        font-size: 14px;
    }
    .header .language .language_left a{
        font-size: 14px;
    }
    .header .language .language_right{
        width: 40px;
        height: 40px;
        margin-top: 20px;
    }
    /***********************************导航end***************************/
    /***********************************轮播图****************************/
    .swiper-container{
        height: 390px;
    }
    .swiper-container .page_box img{
        position:absolute;
        top: 0;
        left:0%;
        height:100%;
        width: 100%;
        object-fit: cover;
    }
    /***********************************轮播图end*************************/
    /***********************************首页产品**************************/
    .product .content .product_pc ul .product_content{
        height: 263px;
    }
    .product .content .product_pc ul li{
        margin-left: 15px;
        margin-bottom: 15px;
        width: 263px;
        height: 355px;
    }
    .product .product_cideos{
        margin-top: 40px;
    }
    .product_cideos .indpro-menu-more{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .product_cideos .product-img{
        padding-bottom: 40px;
    }
    /***********************************首页产品end***********************/
	/*************************************内页-图文 **********************/
	.tpyInside_center .tpyInside_r{
		width: 760px;
	}
	/*************************************内页-图文 end*******************/
}
@media screen and (max-width:1200px){
    .w1200{
        width: 1000px;
    }
    /***********************************导航******************************/
    .header .logo img {
        width: 260px;
    }
    .header .nav-pc .yyui_menu1 li {
        width: 80px;
    }
    .header .language .language_left{
        margin-left: 5px;
    }
    /***********************************导航end***************************/
    /***********************************首页产品**************************/
    .product .content .product_pc ul .product_content{
        height: 238px;
    }
    .product .content .product_pc ul li{
        width: 238px;
        height: 320px;
    }
    .product .content .product_pc li .intro p{
        margin-top: 10px;
    }
    /***********************************首页产品end***********************/
    /***********************************首页关于我们**********************/
	.about-us .content .about-us-fl{
        width: 39.317%;
        float: left;
    }
	.about-us .content .about-us-fr{
        width: 52.565%;
        float: right;
    }
    /***********************************首页关于我们end*******************/
	/*************************************内页-图文 **********************/
    .tpyInside_center .tpyInside_l{
        width: 250px;
    }
	.tpyInside_center .tpyInside_r{
		width: 700px;
	}
    .tpyInside_center .tpyInside_l .tpyPage_title h2{
        font-size: 22px;
        height: 75px;
        line-height: 75px;
        padding-left: 30px;
    }
    .tpyInside_center .tpyInside_l .tpyPage_class .class_item a {
        padding-left: 20px;
        font-size: 16px;
    }
	/*************************************内页-图文 end*******************/
    /***********************************底部*****************************/
    .footer .footer-top ul li {
        margin-right: 40px;
    }
    /***********************************底部 end*************************/

}
/*手机端992改成1060*/
@media screen and (max-width:1060px){
    .w1200{
        width: 90%;
    }
    /*通用标题*/
    .titile_box h1{font-size:24px;}
    /***********************************导航******************************/
    .header{padding: 0 30px;}
    .header .nav-pc{display: none;}
    .header .logo img{width: 80%;}
    .header .language .language_left{display: none;}
    .header .language .language_right .dropdown-menu{
        top: 50px!important;
        left: 0!important;
        right: 0!important;
        width: 90%!important;
        margin: 0 auto!important;
        position: fixed !important;
        transform: translate3d(0px, 40px, 0px) !important;
    }
    .header .language .language_right .search-panel .form-container {padding:5px 10px;}
    .header .language .language_right .search-panel input[type="text"],
    .header .language .language_right .search-panel input[type="search"],
    .header .language .language_right .search-panel input[type="password"],
    .header .language .language_right .search-panel select{line-height:20px;padding:3px 25px 3px 10px;height:40px;font-size:12px;}
    .header .language .language_right .search-panel .search-btn{right:7px;top:15px;width:13px;height:13px;}
    /***********************************导航end***************************/
    /***********************************手机导航**************************/
    .header .nav-wap{
        display: inline-block;
        margin-top: 22px;
    }
    .header .nav-wap .sp_nav{
        width:35px;
        height:35px;
        float:right;
        position:relative;
        cursor:pointer;
    }
    .header .nav-wap .sp_nav span{display:block;background:#c9141e;width:35px;height:3px;position:absolute;left:0px;transition:all ease 0.35s}
    .header .nav-wap .sp_nav span:nth-of-type(1){top:0px}
    .header .nav-wap .sp_nav span:nth-of-type(2){top:15px}
    .header .nav-wap .sp_nav span:nth-of-type(3){top:30px}
    .header .nav-wap .sp_nav_se span:nth-of-type(1){top:15px;transform:rotate(45deg)}
    .header .nav-wap .sp_nav_se span:nth-of-type(2){width:0}
    .header .nav-wap .sp_nav_se span:nth-of-type(3){top:15px;transform:rotate(-45deg)}
    .header .nav-wap .sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 0px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
    .header .nav-wap .nav_show{top:80px;}
    .header .nav-wap .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0;}
    .header .nav-wap .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px);}
    .header .nav-wap .sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px;}
    .header .nav-wap .sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
    .header .nav-wap .sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;width: 35px;}
    .header .nav-wap .sjj_nav ul li i img{transform:rotate(-90deg);transition:all ease 0.35s;}
    .header .nav-wap .sjj_nav ul li .sjj_nav_i_se img{transform:rotate(0deg);}
    .header .nav-wap .sjj_nav ul li{border-top:1px #ddd solid;margin-left:10px;position:relative;line-height:40px;font-size:14px;}
    .header .nav-wap .sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
    .header .nav-wap .sjj_nav ul li ul{display:none;}
    .header .nav-wap .sjj_nav ul li a{color:#666;width:80%;}
    .header .nav-wap .sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
    .header .nav-wap .sjj_nav ul li i img{width:50%;display:block;margin:7px;}
    .header .nav-wap .sjj_nav ul li ul li>ul{margin-left:10px;}
    /***********************************手机导航end***********************/
    /***********************************轮播图****************************/
    
    /***********************************轮播图 结束***********************/
    /***********************************首页产品**************************/
    .product .content .product_pc ul li{
        margin-left: 2%;
        margin-bottom: 2%;
        width: 48%;
    }
    .product .content .product_pc ul li:nth-child(2n+1) {
        margin-left: 0px;
    }
    .product_cideos h1{
        font-size: 24px;
    }
    /***********************************首页产品end***********************/
    /***********************************首页关于我们**********************/
    .about-us{
        margin-top: 40px;
    }
	.about-us .content .about-us-fl{
        width:100%;
        float: none;
    }
	.about-us .content .about-us-fl h1{
        font-size:24px;
    }
	.about-us .content .about-us-fl h1:after{
        content:"";
        top: 13px;
        left: 118px;
        height: 3px;
        width: 80px;
    }
	.about-us .content .about-us-fl p{
        margin-top: 40px;
    }
	.about-us .content .about-us-fl .indpro-menu-more{
        margin-bottom: 40px;
        margin-top: 40px;
    }
	.about-us .content .about-us-fr{
        width:100%;
        float: none;
    }
	.about-us .content .about-us-fr .img18{
        width: 70%;
    }
    /***********************************首页关于我们end*******************/
    /***********************************页码 ****************************/
    .page{
        width: auto;
    }
    /***********************************新闻 ****************************/
    .testimonial-area{
        margin-bottom: 40px;
    }
    /***********************************新闻end**************************/
    /***********************************底部*****************************/
    .footer .content {
        padding-bottom: 40px;
        margin-top: 40px;
    }
    /***********************************底部 end*************************/
	/*************************************内页-图文 **********************/
    .tpyInside_center .tpyInside_l{
		width: 200px;
	}
	.tpyInside_center .tpyInside_r{
		width: 650px;
	}
	/*************************************内页-图文 end*******************/
}
@media screen and (max-width:1000px){
    /***********************************底部*****************************/
    .footer .footer-top ul li {
        margin-right: 30px;
    }
    /***********************************底部 end*************************/
}
@media screen and (max-width:970px){
    /*首页标题*/
    .titile_box{
        margin-top:30px;
    }
    /***********************************手机导航**************************/ 
    .header .logo{
        width: 90%;
    }
    .header .logo img {
        width: 100%;
    }
    .header {
        padding: 0px;
    }
    .tpyInside_center .tpyInside_r .tpyPage_title h2{
        width: 100%;
    }
    /***********************************手机导航end***********************/
    /***********************************轮播图*****************************/
    .swiper-container{
        height: 170px;
    }
    .Inside_banner {
        padding-top: 40%;
    }
    /***********************************轮播图end**************************/
    /***********************************首页产品**************************/
    .product .content {
        margin-top: 30px;
    }
    .product .product_cideos {
        margin-top: 30px;
    }
    .product .content .product_pc ul .product_content {
        height: auto;
    }
    .product .content .product_pc ul li{
        height: auto;
        margin-left: 4%;
        margin-bottom: 4%;
        background-color: #fff;
    }
    .product .content .product_pc li .intro{
        bottom:auto;
        position: relative;
        height: auto;
        display: block;
        padding: 15px 10px 15px 10px;
    }
    .product .content .product_pc li .intro p{
        height: 14px;
        margin-top: 10px;
    }
    .product .content .product_pc li:hover .intro{
        bottom:auto;
    }
    .product .content .product_pc li .intro img{
        margin-top: 0px;
    }
    .product .content .product_pc li .intro .more {
        width: 100%;
        margin-top: 10px;
    }
    .product .content .product_pc li .intro h5{
        margin-top: 0px;
        height: 19px;
    }
    /*产品视频*/
    .product_cideos .indpro-menu-more {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .product_cideos .product-img {
        padding-bottom: 30px;
    }
    /***********************************首页产品end***********************/
    /***********************************首页关于我们**********************/
	.about-us{
        margin-top:30px;
    }
    .about-us .content .about-us-fl p {
        margin-top: 30px;
    }
	.about-us .content .about-us-fl .indpro-menu-more{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    /***********************************首页关于我们end*******************/
    /***********************************新闻 ****************************/
    .testimonial-area{
        margin-bottom: 30px;
    }
    /***********************************新闻end**************************/
    /***********************************免费咨询*************************/
    .free-consultation .w1200{
        display: block;
        height: auto;
    }
    .free-consultation .free-fl{
        margin-top: 30px;
    }
    .free-consultation .free-fl h1{
        font-size: 24px;
    }
    .free-consultation .free-fr .indpro-menu-more{
        float: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /***********************************免费咨询 end*********************/
    /***********************************底部*****************************/
    .footer .footer-top{
        display: none;
    }
    .footer .content {
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .footer .footer-bottom{
        float: left;
    }
    .footer .contact_box {
        width: 100%;
    }
    .footer .footer-p{
        margin-top: 20px;
        line-height: 20px;
        padding-bottom: 20px;
    }
    .footer .footer-QRcode{
        width: 100px;
        margin-top: 30px;
        margin-right: 0px;
    }
    /***********************************底部 end*************************/
    /***********************************侧边悬浮导航**********************/
    .right_nav{
        display: none;
    }
    /***********************************侧边悬浮导航end*******************/
    /*************************************内页-公共 **********************/
    .tpyInside_center {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tpyInside_center .tpyInside_r .tpyPage_title .bread {
        position: relative;
        right: 0;
        top: 0;
        transform: translate(0%,0%);
        padding: 5px 15px;
        text-align: right;
    }
    /*************************************内页-公共 end*******************/
	/*************************************内页-图文 **********************/
    .tpyInside_center .tpyInside_l{
		display: none;
	}
	.tpyInside_center .tpyInside_r{
		width: 100%;
	}
    .tpyInside_center .Picture_text .list{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .tpyInside_center .Picture_text .list .Picture_l{
        width: 40%;
        padding-top: 30%;
    }
    .tpyInside_center .Picture_text .list .text_r{
        width: 60%;
        padding-left: 20px;
    }
    .tpyInside_center .Picture_text .list .text_r h1{
        font-size: 16px;
        line-height: 24px;
    }
    .tpyInside_center .Picture_text .list .text_r .text_date {
        margin-top: 10px;
        overflow: hidden;
    }
    .tpyInside_center .Picture_text .list .text_r .text_date h2 {
        font-size: 16px;
        line-height: 16px;
        float: right;
    }
    .tpyInside_center .Picture_text .list .text_r .text_date span {
        color: #0F4D83;
        font-size: 16px;
        line-height: 16px;
        float: right;
        margin-right: 8px;
    }
	/*************************************内页-图文 end*******************/
    /*************************************内页详情************************/
	.tpyInside_center .Picture_details .details_top img{
	    width:100% !important;
	    height: auto !important;
	}
    .tpyInside_center .Picture_details .details_top .page_wrap_box table{
        font-size: 16px;
    }
    .tpyInside_center .Picture_details .details_top h3{
		font-size:20px;
		line-height: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
	}
	.tpyInside_center .Picture_details .details_top .xw_time{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.tpyInside_center .Picture_details .details_top .xw_time span{
		font-size: 16px;
	}
	.tpyInside_center .Picture_details .details_top .page_wrap_box p {
		font-size: 16px;
		text-align: justify;
		line-height:26px;
	}
	.tpyInside_center .Picture_details .details_bottom{
		margin-top: 15px;
		padding-bottom: 0px;
		padding-top: 15px;
	}
	.tpyInside_center .Picture_details .details_bottom a{
		font-size: 16px;
	}
	.tpyInside_center .Picture_details .details_bottom span{
		font-size: 16px;
	}
    .tpyInside_center .Picture_details .details_bottom{
        text-align: left;
    }
    .tpyInside_center .Picture_details .details_bottom div{
        overflow: hidden;
    }
    .tpyInside_center .Picture_details .details_bottom div span{
        display: block;
    }
    .tpyInside_center .Picture_details .details_bottom div span:nth-child(1){
        float: left;
    }
    .tpyInside_center .Picture_details .details_bottom div span:nth-child(2){
    	/*第二个子元素*/
    	width: 78%;
        float: left;
        text-align: justify;
    }
    /*************************************内页详情 end********************/
    /*************************************内页产品************************/
    .tpyInside_center .tpy_Image{
        margin-top: 30px;
    }
    .tpyInside_center .tpy_Image .list{
        width: 48%;
    }
    .tpyInside_center .tpy_Image .list:nth-child(3n+1) {
        margin-left: 3.5%;
    }
    .tpyInside_center .tpy_Image .list:nth-child(2n+1) {
        margin-left: 0%;
    }
    /*************************************内页产品 end********************/
}