*{
	margin: 0;
	padding: 0;
	list-style: none;
}
section{
	width:1200px;
	height: auto;
	background: #fff;
	margin: 0 auto;
}
.text{
        height:auto;
	    width: 86%;
    margin-left: 7%;
        padding-bottom:25px;
}
.cure {
    padding-top:15px;
}
.cure h5{
	font-size: 24px;
	margin: 10px 0 10px 0;
    position:relative;
}
.nao{
        position: absolute;
    right: -10%;
    top: 113%;
    background: #1966a7;
    color: #fff;
    padding: 4px 9px;
    border-radius: 4px;
    border: none;
    outline: none;
        cursor: pointer;
}
.nao:hover {
    background:#4187c4 ;
}
.p{
	margin-top: 15px;
	height: 30px;
	line-height: 30px;
	color: #0870aa;
	margin-left: 19%;
}
.up {
	text-align:right;
	height: 210px;
	border-bottom: 2px solid #d7d7d7;
}
.down ol li input{
    border: 1px solid #ccc;
    font-size: 15px;
    color: #414040;
    margin-left: 23px;
    width: 58.3%;
}
.up ul li,.down ol li{
	width: 84%;
    height: 50px;
    line-height: 50px;
	
}
.up ul li select ,.down input{
	width: 59%;
	height: 33px;
	outline: none;
	margin-left: 15px;
    border:1px solid #ccc;
}
.up ul li span select{
	width: 13.1%;
	height: 33px;
	outline: none;
	margin-left: 15px;
    border:1px solid #ccc;
    background-color:#fff;
    color:#000;
}
.up ul li span select option{
    border:1px solid #ccc;
}
.up ul li span select option:hover{
    background-color:#fff;
    color:#000;
}
.down{
	text-align: right;
}
.down button{
	width: 10%;
	height: 30px;
	background: #337AB7;
	border-radius: 2px;
	outline: none;
	margin-top: 15px;
    color:#fff;
    border:none;
    margin-right: 40%;
}
.down button:hover{
    background:#fff;
    color:#337AB7;
    border:1px solid #ccc;
    cursor:pointer;
}
.tl{
    width: 18%;
    float:left;
    padding: 40px 20px 0 20px;
}
.tl ul li{
    width: 180px;
    height: 50px;
    background:#ff9900;
    text-align:center;
    color:#fff;
    line-height: 50px;
}




.up_1{
    /*position:relative;*/
	border: 1px solid #ccc;
    position:relative;
    top: 10px;
}
.up_1 p{
	display: inline-block;
}
.up_1 span{
	color: #333;
}
.up_1 ul li{
	line-height: 35px;
	margin-left: 4%;
    color: #666;
}
.button{
	background: #fff;
	border: 1px solid #1966a7;
	outline: none;
	padding: 5px 10px;
    float: right;
    margin-top: -40px;
}
.down_2{
	height: auto;
	margin-top: 10px;
	border: 1px solid #ccc;
}
.btn_3{
    height:25px;
    line-height:25px;
    margin-left:37%;
    margin-top: 15px;
    background:#337AB7;
    outline:none;
   border:1px solid #ccc;
   padding:0 10px;
   color:#fff;
}
.mould ul{
	height: 50px;
    width: 64%;
    margin-left: 20%;
}
.mould ul li{
	float: left;
	border: 1px solid #ccc;
	padding: 0 27px;
	margin-left: 10px;
    height: 50px;
	line-height: 50px;
    cursor:pointer;
}
.iconfont {
    font-size:20px;
    margin-top:5px;
}
.medical{
	/*width: 83.8%;
	display: flex;
	margin-left: 7%;
	margin-top: 10px;*/
}
.yi{
	height: 50px;
	line-height: 50px;
	margin-left: 25px;
}
#btnshow{
	height: 40px;
	background: #1ba65c;
	color: #fff;
	border: 1px solid #ccc;
	margin-top: 6px;
	padding: 0 25px;
    outline:none;
    position:relative;
    cursor:pointer;
    border-radius: 2px;
}
#btnshow:hover{
    background:#009b00;
}
#btnshow i{
    position:absolute;
        left: 2px;
}
.year{
	/*margin-bottom: 20px;
	width: 84%;
	margin-left: 7%;*/
}
.year dl{
	position: relative;
	height: 100px;
    border-top: 1px solid #ccc;
}
.year dt {
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: url('../images/numIcon.png') no-repeat;
    color: #0070c0;
    text-align: center;
    float: left;
    margin-left: 27px;
    margin-top: 25px;
    font-weight: 700;
}
.year dd h6{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #333;
	padding-top: 20px;
	margin-left: 10%;
}
.year dd p{
	height: 30px;
	line-height: 30px;
	margin-left: 10%;
    padding-top: 10px;
    color: #666;
}
.year dd span{
	color: red;
}
.btn_p{
	position: absolute;
	right: 300px;
}
.btn_p button{
	color: #286090;
	padding: 5px 15px;
	border: none;
	background: #fff;
	outline: none;
    cursor:pointer;
}
.btn_p button:active{
	background: #286090;
	color: #fff;
}
.btn_p a{
        font-size: 14px;
            margin-left: 10px;
}

#wrap {
    width: 100%;
    overflow: hidden;
    background:#ccc;
}
#tit {
    height: 30px;
    width: 100%;
}
#tit span {
       float: left;
    height: 25px;
    line-height: 25px;
    width: 13%;
    font-size: 15px;
    text-align: center;
    color: #000;
    background: #ccc;
    border-radius: 5px 5px 0 0;
    margin-top: 5px;
}
 #con li{
    display: none;
        height: auto;
        padding-bottom: 25px;
    background: #fff;
}
 .show table td{
     padding:0 10px;
 }
  .show table tr{
      height: 43px;
    line-height: 28px;
  }
#tit span.select {
    background: #fff;
    color: #000;;
}
#con li.show {
    display: block;
}
/*.tab {
	width: 100%;
}
.tab-menu ul {
	height:40px;
	background: #CCC;
}
.tab-menu ul li {
	float:left;
	width:12%;
	    height: 30px;
    line-height: 30px;
    padding-top: 6px;
    margin-top: 5px;
	margin-right:3px;
	list-style:none;
	border-bottom:none;
	 text-align:center;;
	 border-radius: 5px 5px 0 0;
     font-size: 15px;
         border: none;
}
.tab-menu ul li.active {
	background-color: #fff;
	color: #000;
    height: 30px;
    line-height: 30px;
    padding-top: 6px
}
.tab-menu ul li:hover {
	cursor: pointer;
}
.tab-box {
	height:150px;
}
.tab-box div {
	display:none;
}
.tab-box div.active {
	display:block;
}*/
#bg,#bg1,#bg2,#bg3,#bg4,#bg5,#bg_1{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}
#show,#show1,#show2,#show3,#show4,#show5,#show_1{
	height: 290px;
    display: none;
    position: absolute;
    top: 34%;
    left: 36%;
    width: 30%;
    /*height: 28%;*/
    padding: 8px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
#show1 h6 i{
	font-style:normal
}
#show h6,#show1 h6,#show2 h6,#show3 h6{
	//position: absolute;
	width: 98%;
	height: 30px;
    line-height: 30px;
	//float: left;
}
#show1 h6 b,#show2 h6 b{
	width: 28%;
}
#btnclose{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: red;
	margin-left: 54%;
	font-size: 21px;
	display: inline-block;
}
.tex{
   width: 70%;
    height: 106px;
    margin: 70px 17% 40px;
}
.tex p{
	text-align: center;
	border: 1px solid #ccc;
	width: 106px;
	height: 100px;
	float: left;
	margin-left: 5%;
}
.tex p span{
	font-size: 37px;
	display: inherit;
    
}
.tex input{
	width: 106px;
	height: 100px;
	opacity: 0;
	position: absolute; 
	top: 79px;
    left: 24%;
	opacity: 0;
	cursor: pointer;
}
.btn1{
	width: 86px;
	background: #337AB7;
	color:#fff;
	height: 30px;
	border-radius: 5px;
	outline: none;	
	margin:10% 0 0 15%;
	
}
#show b,#show1 b,#show2 b,#show3 b{
	font-size: 14px;
	color: red;
	margin-left: 12%;
}
thead{
    width:100%;
}
.thed th{
    width:16%;
    font-size:15px;
}
.thed tr{
    height: 40px;
    line-height: 40px;
}
.thed td{
    font-size:12px;
}
.del button{
    outline:none;
    color:#337AB7;
    background:#fff;
    margin-left:10%;
    border:none;
}
.jie{
    width: 100%;
    height: 45px;
    padding-top: 13px;
    position:relative;
}
.jie p{
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 5px;
    font-size:15px;
    text-align:right;
}
.jie p input{
    height:30px;
    border:1px solid #ccc;
    margin-left: 52px;
    padding: 0 5px;
}
.jie p button{
    background:#fff;
    height: 30px;
    line-height: 30px;
    border:1px solid #ccc;
    padding:0 10px;
    margin-left:52px;
}
.jie p span{
    font-size:20px;
    color:red;
}
.table{
    width:100%;
}
.table tr{
    width:100%;
    height:35px;
    line-height:35px;
    border:1px solid #ccc;
}
.table tr td button{
    background:#fff;
    padding:3px 10px;
    margin-left:10px;
    outline:none;
    color:#337AB7;
    border:none;
}
.sel{
        height: 30px;
    line-height: 35px;
    outline:none;
        margin-right: 22%;
}
.diao{
    width:80%;
    margin-left:10%;
}
.tex_l{
          width: 90%;
    margin-left: 5%;
}
.texl{
          width: 70%;
    margin-left: 15%;
}
.texl span, .tex_l span{
    font-size:8px;
    display:inline-block;
        width: 80%;
    margin-left: 10%;
}
.texl span input{
    border:1px solid #ccc;
    height:26px;
    line-height:26px;
    margin-top:5px;
    width: 66%;
}
.tex_l span input{
    border:1px solid #ccc;
    height:26px;
    line-height:26px;
    margin-top:5px;
}

.texl button,.tex_l button{
    background:#337AB7;
    border:none;
    outline:none;
    padding:5px 10px;
    color:#fff;
    margin-left:43%;
    margin-top:30px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ccc;
    text-align: center;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
        top: 27%;
    left: 35%;
    width: 32%;
    height: 46%;
    /* border: 16px solid lightblue; */
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.white_content  h6{
    height:30px;
    line-height:30px;
    font-size:13px;
    margin-left:10px;
    position:absolute;
}
.white_content_small {
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	height: 50%;
	border: 16px solid lightblue;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.text_1{
    width:90%;
    margin-left:5%;
}
.text_1 span{
    font-size:12px;
    float:left;

}
.diao_1 span{
    width:50%;
}
.li_ys{
    float:left;
        width: 53%;
}
.li_ys li{
    padding: 2px 7px;
    background:#fff;
    border:1px solid #ccc;
    margin-left:3%;
    float:left;
}
.diao_3 span{
    width:49%;
}
.diao_1{
    width:100%;
    height:40px
}
.diao_2,.diao_3{
    width:100%;
    height:60px;
}
.diao_2 span{
    width:33%;
}
.diao_2 h4 ,.diao_3 h4{
    height:25px;
    line-height:25px;
    font-size:13px;
}
.diao_1 input ,.diao_3 input,.diao_2 input ,.diao_3 input{
    border:1px solid #ccc;
    height:25px;
    width:55%;
    font-size:15px;
    line-height:25px;
    padding:0 3px;
}
.btnl{
    background:#337AB7;
    color:#fff;
    padding:5px 21px;
        margin-left: 41%;
    margin-top: 30px;
    border:1px solid #ccc; 
}
.btn_2{
    background:#fff;
    padding:3px 10px;
}
#JBUUName,#JBXzqhName{
    border: 1px solid #ccc;
    width: 58.7%;
    height: 33px;
    outline: none;
    margin-left: 20px;
    font-size: 15px;
}