@media screen and (max-width: 800px) {
	.tabs9imgurl{
		width:100%;
	}
	/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
	.downloadtitle{
		font-size: 15px !important;
	}
	.downloadtitleheight{
		height: auto;
		line-height: initial;
		top: 8px;
		left: 46px;
	}
	.downimgheight{
		width:60px;
	}
	.down_applicationheight{
		margin-bottom: 20px !important;
	}
	.content_left{
		display:none;
	}
	.content_right{
		width:100%;
		padding:15px;
	}
	.tabs-box .title{
		font-size:18px;
		margin-bottom:18px;
	}
	.contentxt{
		width:100%;
	}
	.contentxt1{
		width:100%;
	}
	.contentxt2{
		width:100%;
	}
	.content_box li{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.emobilemenu{
		display:block;
	}
	.main span:nth-of-type(1){
		float:left;
		width:85%;
	}
	.down_application{
		/* margin: auto; */
		margin-top: 12px;
	}
	.application_two .left{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.application_two .left img{
		width: 66px;
		margin: 0 auto;
	}
	.application_two .right{
		width: 100%;
		padding-left: 0px;
	}
	.application_two .right .right_title{
		width: 100%;
		display: inline-block;
	}
	.application_two .right .right_title .Dot{
		float: left;
		margin-top: 5px;
	}
	.application_two .right .right_title span:nth-of-type(1){
		float: left;
		width: calc(100% - 50px);
	}
	.application_two .right .right_title img{
		float:left;
	}
	.Tablecontent_select li{
		margin-bottom:15px;
	}
	.Tablecontent_bottom{
		padding:0;
		text-align: center;
		margin-top: 20px;
	}
	.modal_table{
		width:85%;
	}
	.tableclose{
		top:5%;
		right:1%;
	}
	.tableclose img{
		width:80%;
	}
	.circulardiv{
		padding-left:18px;
	}
	.circulardiv_left{
		width:150px;
		height:150px;
	}
	.circulardiv_left .content{
		font-size:12px;
		padding:4px;
	}
	.circulardiv_right .content{
		font-size:12px;
		padding:4px;
	}
	.circulardiv_right{
		width:150px;
		height:150px;
		margin-left: 0px;
	}
	.mobiletitle{
		height:auto !important;
		line-height:15px !important;
	}
	.mobiletitlediv{
		width:250px !important;
	}
	.Tablecontent_select li span:nth-of-type(1){
		width:100%;
	}
	.Tablecontent_select li span:nth-of-type(2){
		width:100%;
	}
	.Tablecontent_select select{
		width:100%;
	}
	.canyuimg{
		width:80px !important;
	}
	.enReferprocedures_main1{
		/* width:260px !important; */
	}
	/* .enReferprocedures_main1 span{
		line-height:15px !important;
	} */
	.enReferprocedures_main2{
		width:260px !important;
	}
	.enReferprocedures_main2 span{
		line-height:12px !important;
	}
	.modal_tips{
		width:85%;
	}
	.tabsTable{
		padding:0px !important;
	}
	.banner{
		height:150px !important;
	}
}

.modal {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 999;
}
.modal_conetnt{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	z-index:99;
}

.modal ul {
  background-color: white;
  width: 85%;
  height: 85%;
  padding: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  position:relative;
}
.close{
	position: absolute;
	right: 10%;
	width: 30px;
	height: 30px;
	top: 8%;
}
.close img{
	width:100%;
}
#mobilemenu li{
    width: 100%;
    height: 45px;
    /* line-height: 32px; */
    padding-left: 30px;
    margin-bottom: 10px;
}
#mobilemenu .Img{
	width:45px;
	height:45px;
	float: left;
}
#mobilemenu .Img img{
	width:100%;
}
#mobilemenu .Title{
	float: left;
	width: calc(100% - 110px);
	padding-left: 10px;
	height: 100%;
	padding-top: 10px;
}