/* 
* @Author: Marte
* @Date:   2016-07-15 10:33:16
* @Last Modified by:   Marte
* @Last Modified time: 2017-11-14 16:44:18
*/
@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse; /*让表格边框细线*/
    border-spacing:0; /*清除边框间距*/
}
fieldset,img {
    border:0 none; /*有些浏览器默认这些标签有边框，所以要清除默认边框*/
    display:block;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
    /*清除标签默认文本样式和加粗*/
}
ol,ul {
    list-style:none; /*清除列表默认样式*/
}
caption,th {
    text-align:left; /*清除标签默认文本居中对齐*/
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal; /*清除标题标签的默认样式*/
}
a{
    text-decoration:none;/*大部分页面中的链接没有下划线*/
}
a:hover{
    text-decoration:none;/*大部分页面中的链接没有下划线*/
}
.clearfix:after{
    height:0;
    content:" ";
    display:block;
    overflow:hidden;
    clear:both;
}
.clearfix{
    zoom:1;/*IE低版本浏览器不支持after伪类所以要加这一句*/
}

*{
    margin:0;
    padding:0;

}
.wrap{
    width:1200px;
    margin:0 auto;
}

/* 头部*/
.head {
    background-color: #b2b2b2;
    width: 100%;
    height: 40px;
    padding: 15px 0;
}
.head img{
    display: block;
    float: left;
    margin-left: 30px;
}
.head p{
    display: block;
    font-family:Tahoma;
    font-size: 22px;
    float: left;
    line-height: 40px;
    padding-left: 10px;
}
/* 中间*/

.mainbox{
    width:100%;
    padding-top: 6.5%;
    position: relative;
}
.af4{
    position: absolute;
}
/* 联系电话什么的*/


/* 登录框*/

.top{
    position:relative;
    width:1000px;
    margin:0 auto;
}

/* 登录框类型选择*/

.top .title{
    width:220px;
    height:40px;
    padding:20px 30px 0 30px;
    font-family: ;
    background:#FFFFFF;
}
.title a{
    display:block;
    width:110px;
    font:14px/40px "微软雅黑";
    color:#b2b2b2;
    text-align: center;
    float:left;
    border-bottom:2px solid rgba(255,255,255,0.7);
}
.title .default{
    color:#00baba;
    font-weight: bold;

}
.title a:hover{
    color:#00baba;
    font-weight: bold;
}

/* 登录框密码错误提示*/

.login .inform{
    display:block;
    position:absolute;
    top:55px;
    width:220px;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 14px;
    color:red;
}

/* 登录框录入部分*/

.loginbox{
    position:absolute;
    right:10px;
    height: 340px;
    background: #ffffff;
    border: 2px solid #00baba;
    box-shadow: 0 10px 10px 0px rgba(0,0,0,0.1);
}
.login{
    width:220px;
    padding: 25px 0 20px 30px;
}
.login .username,.login .password{
    margin-bottom: 12px;
    background-color: #ffffff;
    border: 1px solid #00BABA;
}
.input-wrap{
    height:36px;
    width:218px;
    border:none;
    font-size: 14px;
    background:url(../images/yh.png) no-repeat 10px 9px;


}
/*.login .input-wrap:hover{
    border:1px solid #2494f2;
}*/
.login .input-wrap input{
    height:36px;
    margin-left: 40px;
    width: 178px;
    border: none;
    box-shadow: none !importment;
}
.login .password .input-wrap{
    background:url(../images/mm.png) no-repeat 10px 8px;
}
/* 登录框验证码部分*/

.login .yzm{
    margin-bottom: 10px;
}
.login #yzm{
    width:103px;
    height:36px;
    border:1px solid #00BABA;
    font-size: 14px;
    text-align: center;
    float:left;
}

.login .yzm2{
    display:block;
    float:left;
    width:103px;
    height:36px;
    background:#fff;
    border-radius:0;
    border:1px solid #00BABA;
    margin-left: 10px;
}
.login .yzm2 img{
    width:100%;
    height:100%;
    background-size: cover;
}

/* 登录框记住密码部分*/
.remmenber{
    position: absolute;
    top: 300px;
    right: 30px;

}
.remmenber input{
    width:14px;
    height:14px;
    float:left;
    padding-right: 10px;
}
.login .remmenber{
    font-size:14px;
    color:#00BABA;
    line-height: 14px;
    width:220px;
}
.login .remmenber p{
    float:left;
}
.login .remmenber a{
    display:block;
    float:right;
    color:#00BABA;
}
.login .remmenber a:hover{
    color:#00BABA;
}
.login .login_btn{
    display:block;
    width:220px;
    line-height:38px;
    text-align: center;
    background:#ffb208;
    font-size:16px;
    color:#fff;
    font-family: "微软雅黑";
    margin-top: 26px;

}
/* 二维码部分*/
.weixin img{
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 70px;
    height: 70px;

}
/* 公司地址链接*/

.foot{
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    z-index: -99;
    font-family:"微软雅黑" ;
    background: #B2B2B2;
}
.foot .proposal{
    float: left;
    margin-left: 30px;
}
.foot .phone{
    float: right;
    margin-right: 30px;
}
.foot li span,.foot li a{
    float: left;
    line-height: 70px;
    font-size: 14px;
    color:#FFFFFF;
    display: block;
    padding-left: 30px;
}















