.footer{
    background: url('../img/footer.png') no-repeat center;
    width: 100%;
    height: 285px;
    margin-top: 90px;
}
.footer_cont{
    width: 1200px;
    margin: auto;
}
.logo_box{
    width: 190px;
	height: 165px;
    border-right: 1px solid #acb1bf;
    margin-top: 37px;
    margin-left: 60px;
    float: left;
}
.logo_box img{
    margin-top: 27px;
}
.noline{
    width: 1200px;
    height: 1px;
}
.other_text{
    height: 165px;
    margin-top: 37px;
    float: left;
    border-right: 1px solid #acb1bf;
    position: relative;
    padding-right: 75px;
}
.about_lab{
    margin-left: 75px;
    margin-top: 6px;
    float: left;
    width: 105px;
    line-height: 36px;
    /* background-color: red; */
}
.about_lab li {
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #acb1bf;
}
.about_lab .about_lab_tit{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 15px;
}
.friend_link{
    margin-left: 100px;
    margin-top: 6px;
    float: left;
    width: 145px;
}
.friend_link li a{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #acb1bf;
}
.friend_link .friend_link_tit{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 15px;
}
.flowing_us{
    margin-left: 108px;
    margin-top: 6px;
    float: left;
    width: 80px;
}
.flowing_us .flowing_us_tit{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 40px;
}
.flowing_us li{
    margin-bottom: 36px;
    cursor: pointer;
}
.wechat_img{
    position: absolute;
    top: 48px;
    left: 535px;
    /* display: none; */
}
.weibo_img{
    position: absolute;
    top: 25px;
    left: 570px;
    display: none;
}
.one_img{
    position: absolute;
    top: 155px;
    left: 570px;
    display: none;
}
.telephone{
    margin-top:36px;
    float: left;
    position: relative;
    margin-left: 50px;
}
.telephone h3{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 2px;
    color: #ffffff;
}
.telephone h4{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 2px;
    color: #ffffff;
    margin-top: 16px;
}
.telephone h5{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 2px;
    color: #ffffff;
    padding-top: 23px;
}
.work_time{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 1px;
    color: #ffffff;
    margin-top: 22px;
}
.copy_cont{
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 1px;
	color: #acb1bf;
}
.copy_cont span{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 1px;
    color: #acb1bf;
    display: inline-block;
}
.about_lab li:hover a{
    color: #fff;
    cursor: pointer;
}
.friend_link li:hover a{
    color: #fff;
    cursor: pointer;
}
.flowing_us li:hover a{
    color: #fff;
    cursor: pointer;
}
.login_cont{
    width: 357px;
	height: 334px;
	background-color: #ffffff;
	box-shadow: 0px 4px 8px 1px 
		rgba(153, 153, 153, 0.4);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%; 
    margin-left: -159px;
    margin-top: -177px;
    z-index: 1000;
}
.login_cont h2{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #17233d;
    text-align: center;
    padding-top: 36px;
}
.user_name{
    width: 290px;
	height: 40px;
	border-radius: 4px;
    border: solid 1px #dcdee2;
    margin-left: 30px;
    margin-top: 36px;
    transition: border-color .45s;
}
.user_name:hover{
    border-color: rgb(61, 151, 242);
}
.user_name img{
    margin-top: 9px;
    margin-left: 10px;
}
.user_name .user_name_ipt{
    width: 240px;
    height: 38px;
    border: none;
    margin-top: -12px;
}
.user_name .forget_username{
    width: 253px;
    height: 38px;
    border: none;
    margin-top: -12px;
}
.user_name .reset_password_ipt{
    width: 240px;
    height: 38px;
    border: none;
    margin-top: -12px;
}
.pass_word .reset_password_ipt2{
    width: 240px;
    height: 38px;
    border: none;
    margin-top: -12px;
}
.pass_word .forget_pass_word{
    width: 160px;
    height: 38px;
    border: none;
    margin-top: -8px;
}
.forget_password .pass_word img{
    margin-top: 13px;
}
.step_over{
    width: 290px;
    height: 40px;
    background-color: #3d97f2;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fffefe;
    margin-left: 30px;
    margin-top: 36px;
}
.pass_word span{
    font-family: MicrosoftYaHei;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #3d97f2;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.Sendcode2{
    font-family: MicrosoftYaHei;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #3d97f2;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.Sendcode1{
    display: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #fff;
}
.mark{
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    top: 0;
    left: 0;
    /* display: none; */
    display: block;
}
.pass_word{
    width: 291px;
	height: 40px;
	border-radius: 4px;
    border: solid 1px #dcdee2;
    margin-left: 30px;
    margin-top: 24px; 
    transition: border-color .45s;
    position: relative;
}
.pass_word:hover{
    border-color: rgb(61, 151, 242);
}
.pass_word img{
    margin-top: 9px;
    margin-left: 10px;
}
.pass_word .pass_word_ipt{
    width: 240px;
    height: 38px;
    border: none;
    margin-top: -12px;
}
.set_msg{
    margin-top: 13px;
    padding-left: 30px;
    float: left;
}
.set_msg label input[type="checkbox"]:checked + i{
    background: url('../img/reme.png') no-repeat center;
    border: none;
}
.remember_pass i{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-color: rgb(220, 222, 226);
    border-style: solid;
    border-radius: 2px;
    position: absolute;
    top: 3px;
}
.remember_pass{
    position: relative;
    cursor: pointer;
}
.remember_pass span{
    padding: 22px;
    color: #808695;
}
.remember_check{
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    opacity: 0;
}
.forget_pass{
    color: #808695;
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: 13px;
    cursor: pointer;
}
.back_login{
    color: #808695;
    display: inline-block;
    float: right;
    margin-right: 31px;
    margin-top: 13px;
    cursor: pointer;
}
.rz_error{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #f56c6c;
    float: right;
    margin-left: 36px;
    margin-top: 2px;
    float: left;
    display: none;
}
.next_step{
    width: 290px;
	height: 40px;
	background-color: #3d97f2;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #fffefe;
    margin-left: 30px;
    margin-top: 36px;
}
.forget_username_tip{
    position: absolute;
    margin-left: 30px;
    margin-top: 2px;
    font-size: 14px;
    color: #f56c6c;
    display: none;
}
.login_btn{
    width: 290px;
	height: 40px;
	background-color: #3d97f2;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #fffefe;
    margin-left: 30px;
    margin-top: 36px;
}
.login_dig{
    display: none;
}
.login_dig input{
    padding:  0 10px;
}
.role{
    width: 357px;
	height: 334px;
	background-color: #ffffff;
	box-shadow: 0px 4px 8px 1px 
		rgba(153, 153, 153, 0.4);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%; 
    margin-left: -159px;
    margin-top: -177px;
    z-index: 51;  
    display: none;
}
.role h2{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
    color: #17233d;
    text-align: center;
    padding-top: 36px;
}
.role_text{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
    color: #808695;
    padding-top: 11px;
    text-align: center;
}
.two_role{
    margin-top: 23px;
}
.two_role img{
    width: 130px;
    height: 130px;
    cursor: pointer;
    border: 2px solid #fff;
}
.two_role dl:first-child{
    margin-left: 36px;
    margin-right: 25px;
}
.role_btn{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
    color: #515a6e;
    width: 80px;
	height: 28px;
	background-color: #ffffff;
	border-radius: 4px;
    border: solid 1px #dcdee2;
    margin-left: 139px;
    margin-top: 23px;
    cursor: default;
}
.two_role dl{
    float: left;
}
.two_role dt{
    width:130px;
}
.two_role dd{
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
    color: #17233d;
    margin-top: 9px;
}
.two_role .rolo_ingon{
    border: 2px solid #3d97f2;
    border-radius: 130px;
}
.forget_password{
    width: 357px;
    height: 334px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 1px rgba(153, 153, 153, 0.4);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -159px;
    margin-top: -177px;
    z-index: 51;
    display: none;
}
.forget_password h2{
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #17233d;
    text-align: center;
    padding-top: 36px;
}
.reset_password{
    width: 357px;
    height: 334px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 1px rgba(153, 153, 153, 0.4);
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -159px;
    margin-top: -177px;
    z-index: 51;
    display: none;
}
.reset_password h2{
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #17233d;
    text-align: center;
    padding-top: 36px;
}
.all_copy{
    margin-top: 25px;
}