html {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
body {
    width:100%;
    height:100%;
    font-size: 12px;
    margin:0;
    padding:0;
    font-family: "Microsoft YaHei";
    /*color: #383838;	font-family:Tahoma, verdana,"Times New Roman", Times, serif;
	background-color: #105d79;
	background-image: url(login_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
    background: url('index_login/bg.png') no-repeat;
    background-size:100% 100%;

}
a{
 color: #646464;
 text-decoration: none;
}
a:hover{
 color: #2F2F2F;
 text-decoration: underline;
}
li{
	display:block;list-style:none; 
}
ul{ 
	list-style:none; padding:0px; margin:0px;
}
input{
	border: 1px solid #cfcfcf;
	font-size:9pt;
	font-family: verdana;
	height:28px;
     outline:0px;
}
select{
	font-size:9pt;
	font-family: verdana;
	height:24px;
}
from{
	padding:0px;margin:0px;
}
.clear{
clear:both;
}
textarea{
	border: 1px solid #cccccc;
	font-size:9pt;
	font-family: verdana;
}
.login {
  position:absolute;
  top:34%;
  right:8%;
}
.login_1{
	width:334px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 8px;
}
.login_1 {
    padding: 20px 40px;
    background: #fff;
    border-radius: 8px;
}
.login_1 li{
	margin:10px 0px 20px;
}
.login_1 input{
}
.login_2{
	width:300px;
	height:207px;
	margin-top:240px;
	margin-left:10px;
	line-height:200%;
float:left;
}
.clear:after {
    content:"";
    display:block;
    clear:both;
}
.wrap-title {
  width:1280px;
  margin: 0 auto 0;
  min-width:980px;
  padding-top:65px;
}
.title {
  float:left;
}
#img {
   cursor: pointer;
   width: 98px;
   height: 32px;
   vertical-align: bottom;
}
.title img {
    /*width:124px;
    height:38px;*/
  width:49px;
  height:46px;
  margin-top:4px;
}
.title-right {
  float:right;
   display: flex;
    justify-content:center;
    align-items:Center;
    text-align: center;
}
.title .title-text,.title{
  display:flex;
  justify-content:flex-start;
}
.title-text h3 {
  font-size:38px;
  color:#000;
  margin:0 6px;
}
.title-text div {
  margin-top:6px;
}
.title-text span {
  color:#000;
  display:block;
  font-size:16px;
  font-weight:bold;


}
.title-right span {
  font-size: 22px;
  display: block;
  font-style: italic;
  color: #63b485;
  font-weight: bold;
}
.footer {
  display:inline-block;
  width:100%;
  position:fixed;
  bottom:70px;
  font-size:15px;
}
.footer p {
  display:inline-block;
  text-align:center; 
  width:100%; 
}
#Button1 {
  background: #63b485;
  border: none;
  height: 32px !important;
  border-radius: 3px;
  color: #fff;
}
input {
 border-radius:2px;
 padding-left:4px;
}
.login_1 > h3 {
  font-size:18px;
}
.login_1 ul a {
  font-size:14px;
}