#content{
	width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.el-scrollbar .el-select-dropdown__item{
	white-space: normal;
	overflow: auto;
	height:auto;
}
.el-dialog__wrapper .el-dialog__header {
  display: none;
}
.el-dialog__wrapper .el-dialog__body{
	padding:0px;
}
.el-select .el-input__suffix{
	display:none;
}
.adownloadpdf{
	color: blue;
	cursor: pointer;
}
.banner{
	width:100%;
	height:260px;
	box-sizing: border-box;
	position: relative;
	background: url('../img/banner1.png');
	margin-bottom:25px;
	background-size: cover;
	background-position: center;
	object-fit: cover;
}
.contentbottom{
	width:100%;
	height:100%;
	display:flex;
}
.banner span{
	position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
    font-size: 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.content_left{
	width: 200px;
    height: 100%;
    float: left;
	padding:20px;
	border-right: 1px solid #db733d;
}
.content_left li{
    width: 100%;
    height: 50px;
    cursor: pointer;
	display: inline-block;
}
.content_left li .Img{
	float: left;
	width: 35px;
}
.content_left li .Img img{
	width:35px;
}
.content_left li .Title{
	float: left;
    width: calc(100% - 50px);
    padding-left: 10px;
    height: 100%;
    padding-top: 10px;
}
.content_right{
	width: calc(100% - 245px);
	height:100%;
	float:left;
	padding: 30px;
	box-sizing: border-box;
	padding-top:10px;
}
.selected{
	color:#F26F2C ;
}
.tabs-box{
	width:100%;
	height:100%;
}
.boxOne{
	display:block;
}
.tabs-box .title{
	width: 100%;
	font-size: 26px;
	color:#333;
	font-weight:500;
	margin-bottom: 20px;
}
.content_box{
	margin-bottom: 40px;
	width: 100%;
}
.contentxt{
	display: inline-block;
	background: #E9F3F2;
	padding: 15px;
	box-sizing: border-box;
}
.contentxt1{
	width: 500px;
}
.contentxt2{
	width:649px;
}
.content_box li{
	min-height: 30px;
	font-size:18px;
	color:#333;
	position: relative;
	margin-bottom: 10px;
	font-weight: 500;
	display:inline-block;
	width:100%;
}
.content_box li span:nth-of-type(1){
	float:left;
	width:calc(100% - 40px);
}
.content_box li span:nth-of-type(2){
	float:right;
}
.emobilemenu{
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 15%;
	right: 0;
	display: none;
	background: #F39800;
	text-align: center;
}
.emobilemenu span{
	display: inline-block;
	color: #fff;
	width: 100%;
	font-size: 14px;
}
.emobilemenu img{
	width:22px;
	display:inline-block;
	margin-top:10px;
}
.application{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
	height: 100%;
}
.application_one{
	width: 100%;
	display:inline-block;
	border-bottom: 1px solid #F26F2C;
	padding-bottom: 20px;
}
.main{
	width:100%;
	display:inline-block;
}
.main strong{
	font-weight:bold;
}
.main span:nth-of-type(1){
	float:left;
	width:96%;
}
.main span:nth-of-type(2){
	float:right;
}
.Dot{
	height: 5px;
	width: 5px;
	background-color: #37A86D;
	border-radius: 50%;
	display: inline-block;
	vertical-align: super;
	margin-right: 8px;
	float: left;
	margin-top: 5px;
}
.Dot1{
	color: #37A86D;
	margin-right: 8px;
	font-weight:bold;
}
.down_application{
	position: relative;
	height: 60px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.down_application a{
	cursor:pointer;
}
.downloadtitle{
	height: 30px;
	line-height: 30px;
	border: 1px solid #F26F2C;
	border-radius: 0px 100px 100px 0px;
	text-align: center;
	position: absolute;
	left: 50px;
	top: 12px;
	color:#F26F2C;
	font-weight:bold;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
}
.downloadtitle a{
	color:#F26F2C;
}
.downimg{
	width: 60px;
	position: absolute;
	left: 0;
}
.application_two{
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #F26F2C;
	padding-top: 30px;
	padding-bottom:30px;
	position:relative;
}
.application_two .left{
	width: 66px;
	height: 75px;
	float: left;
}
.application_two .left img{
	width:100%;
}
.application_two .right{
	width: calc(100% - 82px);
	float: left;
	padding-left: 15px;
}
.application_two .right .right_title{
	margin-bottom:10px;
}
.application_two .right .right_title img{
	float:right;
}
.application_two .right li{
	color: #F26F2C;
	font-size:16px;
	line-height:30px;
	padding-left:10px;
}
.application_twolink{
	position: absolute;
	bottom: -22px;
	right: 0px;
	background: #fff;
	cursor: pointer;
}
.application_twolink span{
	position: absolute;
    bottom: 10px;
    right: 5px;
    color: #F26F2C;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 80%;
    top: 9px;
	text-align:center;
}
.application_twolink span a{
	color: #F26F2C;
}
.tabsTable{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	/* overflow: auto; */
	height: 100%;
}
.Tablecontent{
	width:100%;
	margin-bottom:20px;    
	display: inline-block;
}
.Tablecontent_top{
	width:100%;
	display:inline-block;
}
.Tablecontent_toptitle{
	width: calc(100% - 60px);
	float: left;
}
.Tablecontent_toptitle i{
	float: left;
	margin-top: 5px;
}
.Tablecontent_toptitle span{
	float: left;
	/* display: contents; */
	width: calc(100% - 25px) !important;
	display: inline-block;
}
.isActive1span{
	float: left;
	width: calc(100% - 30px);
	display: inline-block;
}
.Tablecontent_toptitle .hidetableone{
	display:none;
}
.Tablecontent_toptitle .hidetabletwo{
	display:none;
}
.Tablecontent_toptitle .hidetablethree{
	display:none;
}
.Tablecontent_toptitle span img{
	width: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	cursor: pointer;
}
.Tablecontent_topbofang{
	float:right;
}
.Tablecontent_table{
	/* display:none; */
}
.table{
	width:100%;
}
.table tr:nth-of-type(1){
	background: linear-gradient(270deg, #89CFB9 0%, #69C9D2 100%);
	border-radius: 12px 13px 0px 0px;
	color: #fff;
}
.table tr:nth-of-type(2){
	background: linear-gradient(270deg, #89CFB9 0%, #69C9D2 100%);
	color: #fff;
}
.table tr:nth-of-type(3){
	background: #E4F5F4;
}
.table tr:nth-of-type(4){
	background: #AFE0DA;
}
.table tr:nth-of-type(5){
	background: #E4F5F4;
}
.table td{
	padding:8px;
	text-align: center;
}

.tablethree table td{
	text-align: left;
}
.tablethree table li{
	list-style: outside;
}
.Referprocedures{
	width:100%;
	display:inline-block;
}
.Referprocedures_main{
/* 	width:220px;
	margin:0 auto; */
	position: relative;
}
.Referprocedures_main img{
	width: 80px;
	position: relative;
	z-index:10;
}
.Referprocedures_main span{
	height: 30px;
	border-radius: 0px 100px 100px 0px;
	border: 2px solid #F26F2C;
	line-height: 30px;
	position: absolute;
	left: 44px;
	top: 12px;
	text-align: center;
	font-size: 14px;
	color: #F26F2C;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}
.Tablecontent_select{
	width:100%;
	padding:15px;
	box-sizing: border-box;
}
.Tablecontent_select li{
	width:100%;
	margin-bottom:15px;
	display: inline-block;
}
.Tablecontent_select li .span1{
	float: left;
}
.Tablecontent_select li .span2{
	float: left;
}
.Tablecontent_select li .span1{
	width:150px;
}
.Tablecontent_select li .span2{
	width:calc(100% - 150px);
}
.Tablecontent_select li .span1 i:nth-of-type(1){
	float: left;
	width: 15px;
}
.Tablecontent_select li .span1 i:nth-of-type(2){
	float: left;
	width: calc(100% - 15px);
	color:#E3672A;
}

.Tablecontent_select select{
	width: 310px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #A4A4A4;
}
.Tablecontent_bottom{
	width:100%;
	height:45px;
	line-height:45px;
	padding-left:150px;
	box-sizing: border-box;
}
.Tablecontent_bottom button{
	background: #F29511;
	border-radius: 4px;
	border: 1px solid #F29511;
	color: #fff;
	padding: 4px 15px;
	cursor: pointer;
}
.modal_table{
    width: 100%;
    margin: 0 auto;
    max-height: 85%;
    position: relative;
    overflow: auto;
	background:#fff;
	color:#222;
}
.modal_table .table tr:nth-of-type(1){
	background: linear-gradient(270deg, #89CFB9 0%, #69C9D2 100%) !important;
	border-radius: 12px 13px 0px 0px;
	color: #fff;
}
.modal_table .table tr:nth-of-type(2){
	background: #F0F8F6;
	color: #333333;
}
.modal_table .table tr:nth-child(odd){
	background: #CCE7DE;
}
.modal_table .table tr:nth-child(even){
	background: #F0F8F6;
}
.tableclose{
	position: fixed;
	right: 7%;
	width: 30px;
	height: 30px;
	top: 6%;
	z-index:100;
	cursor: pointer;
}
.tableclose img{
	width:100%;
}
.foldcontent{
	width:100%;
	height:100%;
}
.foldtitle{
	width:100%;
	color:#39A9A1;
}
.foldtitle ul{
	width:100% !important;
	display:flex;
	background:#EFF9F8 !important;
	box-sizing: border-box;
	padding:10px !important;
}
.foldtitle li:nth-of-type(1){
	flex:0.3;
}
.foldtitle li{
	flex:1;
	/* text-align:center; */
	padding-left:5%;
}
.flodmainul1{
	width:100% !important;
	display:flex;
	background: linear-gradient(270deg, #89CFB9 0%, #69C9D2 100%);
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	padding:10px !important;
}
.flodmainul1 li:nth-of-type(1){
	flex:0.3;
}
.flodmainul1 .flodimg{
	position:absolute;
	top:0px;
	right:0;
	width:22px;
	height:22px;
}
.flodmainul1 li{
	flex:1;
	/* text-align:center; */
	color:#222;
	padding-left:5%;
	position:relative;
}
.flodmainul2{
	width:100% !important;
	display:flex;
	box-sizing: border-box;
}
.flodmainul2 li{
	flex:1;
	/* text-align:center; */
	color:#333;
	align-self:center;
	padding:5px;
}
.flodmainul2_div .flodmainul2:nth-child(odd){
	background: #F0F8F6;
}
.flodmainul2_div .flodmainul2:nth-child(even){
	background: #CCE7DE;
}
.circulardiv{
	width:100%;
	display: inline-block;
	box-sizing: border-box;
	/* padding-left: 25%; */
	margin-bottom: 20px;
	
}
.circulardiv_left{
	width:200px;
	height:200px;
	border-radius:50%;
	overflow:hidden;
	float:left;
}
.circulardiv_right{
	width:200px;
	height:200px;
	border-radius:50%;
	overflow:hidden;
	float:left;
	margin-left:20px;
}
.circulardiv_right .top{
	width:100%;
	height:60px;
	background:#39A9A1;
	color:#fff;
	font-size:16px;
	line-height:60px;
	text-align:center;
	font-weight:bold;
}
.circulardiv_left .top{
	width:100%;
	height:60px;
	background:#F6941C;
	color:#fff;
	font-size:16px;
	line-height:60px;
	text-align:center;
	font-weight:bold;
}
.circulardiv_left .top i{
	font-size:22px;
}
.circulardiv_right .top i{
	font-size:22px;
}
.circulardiv_right .content{
	width:100%;
	height:calc(100% - 60px);
	background:#CCE9E6;
	color:#F6941C;
	font-size:14px;
	text-align:center;
	padding:15px;
	box-sizing: border-box;
}
.circulardiv_left .content{
	width:100%;
	height:calc(100% - 60px);
	background:#FCE0BF;
	color:#39A9A1;
	font-size:14px;
	text-align:center;
	padding:15px;
	box-sizing: border-box;
}
.number1{
	width:20px;
	float: left;
	display:inline-block !important;
	margin-top: 0px !important;
}
.number2{
	width:calc(100% - 20px);
	float: left;
	display:inline-block !important;
}
.modal_tips{
	background: #E9E9E9;
	width: 450px;
	/* height: 230px; */
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
.modal_tips .top{
	width:100%;
	height:20px;
	background:#F26F2C;
}
.modal_tips .conent{
	width:100%;
	height:calc(100% - 20px);
	padding:15px;
	position: relative;
	box-sizing:border-box;
	padding-bottom:40px;
}
.modal_tips .conent .content_main{
	width:100%;
	height:100%;
	background: #fff;
	box-sizing: border-box;
	padding:15px;
}
.modal_tips .conent .content_main ul{
	width:100%;
	height:100%;
	padding:0px;
}
.modal_tips .conent .content_main li{
	width:100%;
	margin-top:10px;
}
.modal_tips .conent .content_main li:nth-of-type(3){
	margin-bottom:15px;
}
.modal_tips .conent button{
	border:1px solid #F26F2C;
	background:#F26F2C;
	color:#fff;
	padding:5px;
	width:100px;
	border-radius:3px;
	position: absolute;
	bottom:20px;
	left:30px;
	cursor:pointer;
}
.tabs9imgurl{
	width:80%;
	display:inline-block;
}