/* 
* @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;/*大部分页面中的链接没有下划线*/
}
input{border:0;outline: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 img{
    display: block;
    margin-bottom:30px;
    width: 40px;
    height: 40px;
    float: left;
}
.head p{
	display: block;
	font-family:"YouYuan","Microsoft Yahei";
	font-size: 22px;
	float: left;
	line-height: 40px;
	padding-left: 10px;
}
/* 中间*/

.mainbox{
    height:420px;
    width:100%;
    background:url(../login/images/big-bg.png) no-repeat center 0 ;
}

/* 联系电话什么的*/


/* 登录框*/

.top{
    position:relative;
    width:1000px;
    margin:0 auto;
}

/* 登录框类型选择*/

.top .title{
    width:220px;
    height:40px;
    padding:10px 28px 0 28px;
    font-family: ;
    background:#ffffff;
}
.title a{
    display:block;
    width:110px;
    font:14px/40px "微软雅黑";
    color:#85c7ff;
    text-align: center;
    float:left;
    border-bottom:2px solid #d3e8fa;
}
.title .default{
    color:#2494f2;
    font-weight: bold;
    border-bottom: 2px solid #2494f2;
}
.title a:hover{
    color:#2494f2;
    font-weight: bold;
    border-bottom: 2px solid #2494f2;
}

/* 登录框密码错误提示*/

.loginbox .inform{
    display:block;
    position:absolute;
    top:55px;
    width:284px;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 14px;
    color:red;
}

/* 登录框录入部分*/

.loginbox{
    position:absolute;
    right:90px;
    top:29px;
    height: 358px;
    background: #ffffff;
}
.login{
    width:248px;
    padding: 25px 0 10px 28px;
}
.input-wrap{
    height:36px;
    width:218px;
    border:1px solid #cacaca;
    font-size: 14px;
    background:url(../login/images/yh.png) no-repeat 10px 9px;
}
.input-wrap-phone{
    height:36px;
    width:218px;
    border:1px solid #cacaca;
    font-size: 14px;
    background:url(../login/images/phone.png) no-repeat 10px 9px;
}

.login .input-wrap:hover, .login .input-wrap-phone:hover{
    border:1px solid #2494f2;
}
.login .input-wrap input, .login .input-wrap-phone input{
    height:36px;
    margin-left: 40px;
    width: 178px;
    border: none;
    box-shadow: none !importment;
}

.login .password .input-wrap{
    background:url(../login/images/mm.png) no-repeat 10px 8px;
}

.login .username,.login .password{
    margin-bottom: 12px;
}

/* 登录框验证码部分*/

.login .yzm{
    margin-bottom: 10px;
}
.login .checkDigit2{
    width:103px;
    height:36px;
    border:1px solid #cacaca;
    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 #cacaca;
    margin-left: 10px;
}
.login .yzm2 img{
    width:100%;
    height:100%;
    background-size: cover;
}

/* 登录框记住密码部分*/

.remmenber input{
    width:14px;
    height:14px;
    float:left; 
    padding-right: 10px;
}
.login .remmenber{
    font-size:14px;
    color:#999; 
    line-height: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
    width:220px;
}
.login .remmenber p{
        float:left; 
}
.login .remmenber a{
    display:block;
    float:right;
    color:#999;
}
.login .remmenber a:hover{
    color:#2494f2;
}
.login .login_btn{
    display:block;
    width:216px;
    line-height:38px;
    text-align: center;
    background:#2494f2;
    font-size:16px;
    color:#fff;
    font-family: "微软雅黑";

}
/* 登录框二维码部分*/

/* 公司地址链接*/

.foot{
    
    
    width: 1200px;
    margin: 0 auto;
    font-family:"微软雅黑" ;
    left:50%;
    margin-left: -280px;
    text-align: center;
    position:fixed;
    margin-top: 10px;
}
.foot li{
    float: left;
    margin-right: 30px;
}
.foot li span{
    line-height: 50px;
    font-size: 14px;
    color:#333333;
    display: block;
    padding-left: 40px;
    background: url(../login/images/call.png) no-repeat 10px 17px;
}
li:nth-child(2) span{
    background: url(../login/images/email.png) no-repeat 10px 17px;
}
li:nth-child(3) span{
    background: url(../login/images/app.png) no-repeat 10px 17px;
}
li:nth-child(4) span{
    background: url(../login/images/wechat.png) no-repeat 10px 17px;
}
.foot li span:hover {
    color:#2494f2;
    cursor: pointer;
    background: url(../login/images/call.png) no-repeat 10px 17px;
}
li:nth-child(2) span:hover{
    background: url(../login/images/email.png) no-repeat 10px 17px;
}
li:nth-child(3) span:hover{
    background: url(../login/images/app.png) no-repeat 10px 17px;
}    
li:nth-child(4) span:hover{
    background: url(../login/images/wechat.png) no-repeat 10px 17px;
}
.showArea {
	position: absolute;
	top: 10%;
	width: 100%;
}
.otherLoginBox {
	text-align: right;
	margin:0px 30px; 
	font-size: 15px;
	margin-top: 2px;
}
.otherLoginWords {
	font-size: 12px;
	color:#999;
	background:#fff;
	text-align: center;
	padding: 0px 0px;
	margin:0px auto;
	margin-bottom:-8px;
	width: 80px;
	position:relative;
}
.otherLoginLeft {
	width:55px;
	margin: 10px 10px 0px 0px;
	display: inline-block;
}
.otherLoginRight {
	width:55px;
	margin: 10px 42px 0px 10px;
	display: inline-block;
}