     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1300px) {
        #top, #logo, #announcement, #copyright, #floor_1, #floor_2, #floor_3, #floor_4, #floor_5, #floor_6, #floor_7{
            width: 92%;
        }
        #link{
            width: 100%;
        }
        #banner{
            width: 100%;
			height:auto;
        }
        .gridlist1{
            display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
            display: -moz-box; /* 老版本语法: Firefox (buggy) */
            display:box;
            display: -ms-flexbox; /* 混合版本语法: IE 10 */
            display: -webkit-flex; /* 新版本语法: Chrome 21+ */
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
        }
		
        .gridlist1 li{
            width: 15%;
            margin-right: 0;
        }
        .gridlist1 li img{
            width: 100%;
        }
        .left_body1 .ChannelContent{
            width: calc(100% - 326px);
        }
        #floor_3_1{
            padding-top: 16px;
        }
        .adlist li img{
            height: 130px;
        }
        
        .index, .single, .article, .picture, .download, .product, .job, .guestbook, .feedback{
            width: 92%;
        }
        #right{
            width: 100%;
            margin:0 auto;
            float: none;
        }
        .video{
            width: 100%;
        }
		.videolist{
            width: 92%;
            margin:0 auto;
        }
        .gridlist li{
            width: 33.33%;
            padding:1%;
            margin-right: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .gridlist li img{
            width: 100%;
        }
        .gridlist2 li{
            width: 33.33%;
            margin-right: 0;
            padding:1%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .thumblist1{
             display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
            display: -moz-box; /* 老版本语法: Firefox (buggy) */
            display:box;
            display: -ms-flexbox; /* 混合版本语法: IE 10 */
            display: -webkit-flex; /* 新版本语法: Chrome 21+ */
            display: flex;
            flex-wrap:wrap;
            justify-content: space-between;
        }
        .thumblist1 li{
            width: 49%;
            margin-right: 0;
        }
        .videolist li{
            width: 33.33%;
            margin-right: 0;
            padding:1%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .videolist li img{
            width: 100%;
        }
        

    }


    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 1000px) {
        .bannerlist li img{
           
            max-width: 100%;
        }
        #banner_main .hd{
            bottom: 10px;
        }
        .left_body1 img.inabimg{
            display: none;
        }
        .left_body1 .ChannelContent{
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .gridlist1{
            flex-wrap: wrap;
        }
        .gridlist1 li{
            width: 29%;
            margin-top: 20px;
        }
        #floor_3_main{
            display: none;
        }
        .gridlist2 li{
            width: 50%;
        }
        #floor_7_main{
            display: none;
        }
        .videolist li{
            width: 50%;
        }
        .gridlist li{
            width: 50%;
        }
        .message_body{
            width: 85%;
        }
        #navigation{
            display: none;
        }
        .menu{
            display: block;
        }
        .conleft{
            width: 100%;
            padding-bottom: 3%;
        }

    }

    @media screen and (max-width: 640px){
		.subchannellist li{
			width:100%;
		}
		.subchannellist li a{
			display:block;
			width:100%;
			padding:0;
			margin:5px auto;
		}
		.finger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.3);
    text-align: center;
    padding-top: 20%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ntable {
    width: 100%;
    overflow: auto;
    position: relative;
}
.finger img{
	width: 25%;
}
		.proimgw{
	width:auto;
	
}
		.ryr_all{
			width:100%;
		}
		.ryr_all #left{
			width:100%;
			float:none;
			padding-bottom:5%;
		}
        .bannerlist li .BannerText h2{
            font-size: 30px;
        }    
        .bannerlist li .BannerText p{
            font-size: 16px;
        }
        .left_title1 p{
            font-size: 22px;
        }
        .left_title1 h2 a{
            font-size: 24px;
        }
        .gridlist1 li{
            width: 31%;
        }
        .left_body1{
            padding: 10px 0px 5px;
        }
        .left_title2 p{
            font-size: 22px;
        }
        .left_title2 h2 a{
            font-size: 24px;
        }
        .adlist li .AdText h2{
            font-size: 20px;
        }
        .adlist li .AdText p{
            font-size: 20px;
        }
        .adlist li img{
            height: 110px;
        }
        .thumblist1 li{
            width: 100%;
        }
        .link_pic ul li{
            width: 104px;
        }
        #copyright{
            padding:15px 0;
            line-height: 1.8;
            text-align: center;
        }
        .left_title4 h2 a{
            font-size: 24px;
        }
        .ChannelContent{
            font-size: 14px;
        }
        .InfoTitle h1{
            font-size: 20px;
        }
        .InfoContent, .InfoContent p{
            font-size: 14px;
        }
        .product .info_product_detail_wrap table.detail_table th{
           width:100%;
        }
		.product .info_product_detail_wrap img{
			width:100%;
		}
		.prodetail_rightfont{
			width:100%;
		}
		.detail_table tr{
			display: flex;
			flex-wrap: wrap;
		}
        .message_body{
            width: 100%;
        }
        table.guestbook_table th{
            width: 68px;
        }
        .ChannelContent img{
            width: 100%;
        }
		.enlogo img{
			width:300px;	
		}
        #logo .WebLogo img{
            width: 211px;
            height: auto;
        }
        #logo_main{
            padding:12px 0;
            height: auto
        }
        .menu{
            padding-top: 15px;
        }
		#logo .WebLogo a.enlogo img{
			width:300px;	
		}
        .menu img{
            width: 30px;
        }
        .close_menu img{
            width: 21px;
        }
        .menu_down li a{
            font-size: 16px;
        }
        .menu_logo img{
            width: 160px;
        }
		.info_product_detail_wrap table td{
			border:0!important;
			padding:0;
		}
		.info_product_detail_wrap table td p{
			line-height:2.5!important;
		}
        
    }









