@media ( min-width:376px) and ( max-width:413px) {
	html {
		width: 100%;
		height: 100%;
		font-size: 62.5%;
		/* 10÷16=62.5% */
	}
	body {
		font-size: 14px;
		font-size: 1.4rem;
		/* 12÷10=1.2 */
	}
	.container {
		margin-right: auto;
		margin-left: auto;
		width: 96%;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	
	
}

@media ( min-width:375px) and ( max-width:599px) {}

@media ( min-width:600px) and ( max-width:799px) {}

@media ( max-width:650px) {
	.about{
		padding: 0px;
	}
	.about-list{
		margin-top:0px;
	}
	.about .container{
		padding:0px 0 20px 0;
	}
	.productdetit ul {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		border-top: none;
		padding-top: 10px;
	}
	.productdetit ul a{width: 48%;
	border: none!important;
	display: block;
	margin: 2px;
	}
	.productdetit ul a li{
		width: 100%;
		font-size: 11px; 
		line-height: 37px;
		background: #dcdcdc;
		border: none!important;
		padding: 3px 10px;
		min-height: 43px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.productdetit ul li:hover, .productdetit ul li.on{
		background: #00a0ea;
		color: #fff;
	}
	.productdetit ul a li{
		line-height: 37px;
	}
	 
}
@media ( max-width:640px) {
	.profile-left{
		margin-top: 10px;
	}
	.vision{
		padding: 0px;
	}
	.vision-title{
		width: 70%;
		float: none;
		clear: both;
		margin: 0 auto;
		margin-top: 10px;
		font-size: 30px;
	}
	.vision-left,
	.vision-right{
		width: 100%;
	}
	.profile_title{
		font-size: 30px;
		width: 70%;	
		margin: 0 auto;
		background-size: 100% auto;
	}
	.profile_item{
		font-size: 14px;
		line-height: 22px;
	}
	.xwNr .SubInfo .time{
		margin-top: 5px;
	}
	.xwNr .SubInfo .sub{
		padding: 10px 0;
		line-height: 20px;
	}
	.news ul li .xwNr{
		padding-bottom: 15px;
	}
	
	.xwNr .SubInfo .more{
		margin-top:5px;
		padding: 5px 10px;
	}
	.header.fixedbg{
		border-bottom: none;
	}
	.download{
		padding: 10px 0;
	}
	.download_list .downloadpdf{
		width: 30px;
	}
	.download-info{
		padding-top: 0;
		font-size: 12px;
	}
	
	.download_list .downloadbu{
		width: 20px;
		position: relative;
		top: -3px;
	}
	.download_list li .dl{
		padding: 10px 0;
		font-size: 14px;
	}
	.download_list{
		width: 96%;
		margin: 0 auto;
	}
	.honor .p7{
		padding-left: 5px;
		padding-right: 5px;
	}
	.honor .honor-tit{
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}
	.contact-info .tit{
		font-size: 14px;
		line-height: 20px;
		padding-top: -8px;
	}
	.contact_title,
	form#mess h3{
		font-size: 18px;
	}
	.productdetit{
		border-top: none;
	}
	
	.prodetit{
		font-size: 14px;
		padding-top: 10px;
	}
	.prodetit2{
		font-size: 12px;
		padding-top: 5px;
	}
	.proded .container,
	.proded_second{width: 90%;}
	.prodedsub{
		font-size: 12px;
		line-height: 20px;
	}
	.prodedtit,
	.proded_infotit, .proded_tdtit, .proded_sttit{
		font-size: 18px;
	}
	.proded_second .button{
		line-height: 35px;
		background-size: 20px 20px;
		padding-left: 30px;
		width:180px;
		background-position: 20px center;
	}
	.proded_second .button:hover{
		background-position: 20px center;
		background-size: 20px 20px;
	}
	.m-subMenu .sMenu-item .ms-Nav a{
		font-size: 12px;
		line-height: 36px;
	}
	.productdelist .pro7{
		margin-bottom: 10px;
	}
	.vision-info{
		font-size: 14px;
		line-height: 20px;
	}
	.productdetit ul a li{
		font-size: 11px;
	}
	.Popup.downmore{
		width:88%;
		margin:0 auto;
		left:6%;
		padding: 15px 0;
	}
	.Popup .tc-inner{
		width: 80%;
	}
	.downmore h6{
		font-size:14px;
	}
	.download_list li{
		width:100%;
	}
	.downmore input[type=text]{
		height: 36px;
		font-size:12px;
	}
	.tc-inner textarea{
		font-size:12px;
	}
	.downmore a{
		line-height: 30px;
		font-size:13px;
	}
}


@media ( max-width:415px) {
	.productdetit ul a:nth-child(2) li,
	.productdetit ul a:nth-child(3) li{
		line-height: 37px;
	}
	
}

@media ( max-width:376px) {
	.productdetit ul a:nth-child(1) li,
	.productdetit ul a:nth-child(2) li,
	.productdetit ul a:nth-child(3) li{
		line-height: 18px;
	}
}
@media ( max-width:336px) {
	.productdetit ul a:nth-child(2) li,
	.productdetit ul a:nth-child(3) li,
	.productdetit ul a:nth-child(4) li{
		line-height: 18px;
	}
}
@media ( min-width:416px) and ( max-width:640px) {
	.productdetit ul a li{
		line-height: 37px;
	}
}

@media ( min-width:360px) and ( max-width:413px) {
	.productdetit ul a:nth-child(3) li{
		line-height: 18px;
	}
}


