

img {
	width: 100%;
    height: 120px;
}
body{
    padding: 10px;
}
html,body {
	width: 100%;
	height: 100%;
}

.ws {
	border-color: #EBEBEB;
	width: 100%;
	height: 100%;
}
#ta1{
	width: 100%;
	height: 100%;
}
.td1 {
	background-color: #F5F5F5;
}
.logo {
    position: relative;
    /*background: url(logo.jpg) no-repeat;*/
    height: 120px;
    clear: both;
    margin: 1px auto;
}
.sitName {
    position: absolute;
    top: 30px;
    left: 170px;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: darkgreen;
}
/*
设置信息公开样式
*/
.message_open{
  text-align: center; /* 水平居中 */
  vertical-align: middle; /* 垂直居中 */
  color: red;
  font-size: 20px;
}
.masseges_box{
    height:530px;
    color:black;
}
.login_box{
    width:10%;
    /*position: absolute;*/
    right: 1rem;
    top: 0rem;
}
.login_box_l{
    width:100%;
    
     /*background-image: url(sdchsc.png);*/
}
.login_box_r{
    width:100%;
    
    /*background-image: url(sdqyxx.png) ;*/
}
.login_box a{
    text-decoration: none;
    height: 2rem;
    display: block;
    border-radius: 0.3rem;
    margin: 0.5em;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
}
.login_linksc{

   /* background-image:url(sdchsc.png); 
    background-repeat:no-repeat; 
    background-size:100% 100%;
    -moz-background-size:100% 100%;*/
    color: #fff;
    background: #4cae4c;
}
.lohin_linkchqy{
   /* background-image: url(sdqyxx.png);
    background-repeat:no-repeat; 
    background-size:100% 100%;
    -moz-background-size:100% 100%;*/
    color: #fff;
    background: #ffab2e;
}
.lohin_linkgg{
    color: #fff;
    background: #2e95ff;
    

}
.login_linkbutton{

}
.login_notice{
    height:auto;
    width:100%;
    height:480px;
}
.clearfix:after {
    content:" ";
    display:block; 
    height:0; 
    visibility:hidden; 
    clear:both; 
}
.clearfix { 
    zoom:1; 
}
.float_lf{
    float:left;
} 
.float_ri{
    float:right;
}


/*新加的导航栏部分*/
.table {
    display: flex;
}
.tableli {
    list-style: none;
    cursor: pointer;
    position: relative;
    float: left;
    cursor: pointer;
    width: 15%;
    text-align: center;
    font-size: 14px;
    z-index: 9999;
    /*padding-top: 10px;
    padding-left: 14px;
    padding-bottom: 9px;*/
    font-size: 18px;
}
.content {
    display: none;
}
.conAvtive {
    display: block;
}
.tabActive {
    color: #ccb46c;
}
.eotice_content{
    height: 100%;

}
.eotice_iframe{
    height: 600px;
}
.commonWidth{
    width: 90%;
    margin: auto;
}
.menu{
    min-width: 1150px; 
    line-height: 48px; 
    background: url(images/navbg.gif) repeat-x;
    margin: 0 auto;
    position: relative;
}
.menu ul{
    margin: 0;
    height: 44px;
}
.menu li{
    
}
   



/*登录情况*/
.enterprise_content{
    width: 100%;
    /*background-image: linear-gradient(90deg, #EBD7DF 25%, #C8DEEF);*/
}

.box {
    position: relative;
    margin: auto;
    overflow: hidden;
    background-image: linear-gradient(90deg, #EBD7DF 25%, #C8DEEF);
    height: auto;
}
.box .register-form {
    width: 100%; 
}
.box .login-box {
    width: 30%; 
  background-image: -webkit-linear-gradient(left, #EBD7DF 25%, #C8DEEF);
  background-image: -o-linear-gradient(left, #EBD7DF 25%, #C8DEEF);
  background-image: linear-gradient(to right, #EBD7DF 25%, #C8DEEF);
    position: relative; 
    border: 1px solid #fff;
    box-shadow: 2px 3px 5px #FCF6FD;
    margin: 20px 0px 20px 0px;
    height: 500px;
}

.img-box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; }

.img-box img {
  width: 100%;
  transition: 0.5s; }

.title-box h1 {
  margin: 130px 0px 30px 0px;
  text-align: center;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1); }

.input-box input {
  border-color: #C8DEEF;
  height: 40px;
  width: 270px;
  border-radius: 5px;
  margin: 15px 0;
  padding-left: 5px;
  font-size: 1rem; 
  display: block;
}

/*.input-box input:hover {
  cursor: pointer;
  opacity: .8;
}
*/
.btn-box p {
  color: #f90505;
  font-size: 1.1rem; 
  display: none;
}
.btn-box button {
  display:block;
  border: none;
  width: 90px;
  height: 40px;
  background-color: #63AEF1;
  color: #fff;
  border-radius: 3px;
  margin: 20px 0px 20px 0px;
  font-size: 20px; 
}

.btn-box button:hover {
  cursor: pointer;
  opacity: .6;
}


.captchainupt {
  width: 270px;
  position:relative;
  text-align: left;
}
.captcha-box canvas{
  /*float: left;*/
  cursor: pointer;
  margin: 0px 0px 0px 4px;
  position: absolute;
}

.captcha-box input{
  border-color: #C8DEEF;
  height: 40px;
  width: 145px;
  border-radius: 5px;
  /*margin: 0px 0px 0px 120px;*/
  padding-left: 5px;
  font-size: 1rem; 
  
  /*float: left;*/
}

.NoticeTitle{
  display: inline-block;
  float: left;
  text-decoration:none;
  font-size: 14px

}
.NoticeTime{
  display: inline-block;
  float: right;
  margin-right: 30px;
}

.eotice_iframe li{
  border-bottom: 1px dashed #aaa;
  list-style-type: none;
  font-size: 14px
}

.eotice_iframe {
    /*width: 80%;*/
    min-width: 400px;
    background: url(images/eoticebg.gif) repeat-y left top;
    position: relative;
}
.eotice_iframe li{
  border-bottom: 1px dashed #aaa;
}
.Titleh1 {
  border-bottom: 1px dashed #aaa;
}
