.head{
    height: 100px;
    background-color: #346c78;
}

.head_center{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login{
    display: flex;
}

.user-inf{
    display: flex;
    align-items: center;
}
.my1{
	display: block;
    width: 60px;
    height: 28px;
    background: url("../img/button-login2.gif") no-repeat;
    color: #ffffff;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top:5px;
    margin-left: 10px;
	
}
.user-inf span,
.user-inf a{
    color: #ffffff;
    font-size: 14px;
    margin-left: 20px;
}

.user-inf a:hover{
    text-decoration: underline;
}

.login>label{
    width: 150px;
    height: 34px;
    background: url("img/1.png") no-repeat;
    margin-left: 10px;
}

.login>label>input{
    border: 0;
    outline: none;
    display: block;
    width: 140px;
    height: 32px;
    margin-left: 6px;
    margin-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
}

.user-name{
    background: url("img/2.png") no-repeat 3px center;
}
.user-pwd{
    background: url("img/3.png") no-repeat 3px center;
}

.login a{
    display: block;
    width: 70px;
    height: 34px;
    background: url("img/4.png") no-repeat;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    margin-left: 10px;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 80px;
}

.title{
    width: 300px;
    margin: 20px auto;
    border-top: 1px solid #19909b;
}

.title p{
    width: 180px;
    margin: 0 auto;
    background-color: #ffffff;
    font-size: 26px;
    color: #19909b;
    text-align: center;
    letter-spacing: 1px;
    margin-top: -20px;
}

.resources-list{
    width: 1200px;
    box-sizing: border-box;
    border: 1px solid #71b8c7;
    margin-top: 30px;
}

.resources-list li{
    display: flex;
    height: 148px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #71b8c7;
    align-items: center;

}

.resources-list li:last-of-type{
    border-bottom: 0;
}

.resources-list li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.resources-list li p:nth-of-type(1){
    width: 220px;
    text-align: center;
    font-size: 30px;
    color: #36a7b1;
    font-weight: bold;
}

.resources-list li p:nth-of-type(2){
    width: 860px;
    height: 148px;
    padding: 25px 40px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    border-left: 1px solid #71b8c7;
    display: flex;
    align-items: center;
}

.res-link{
    display: block;
    width: 40px;
    height: 40px;
    background: url("img/5.png") no-repeat;
}

/*register css*/
.register_con{
    height: 520px;
    background: url("../img/8.jpg") no-repeat center;
    margin-top: 180px;
}

.reg_center{
    width: 1200px;
    height: 520px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.reg_logo img{
    display: block;
    margin: 170px 0 0 10px;
}

.reg_list{
    width: 540px;
    height: 500px;
    box-shadow: 0px 8px 12px 0px #aec4c9;
    background-color: white;
    border-radius: 5px;
}

.reg_list li{
    width: 460px;
    margin: 0 auto;
}

.reg_list li.tit{
    font-size: 28px;
    color: #346c78;
    margin-top: 90px;
    letter-spacing: 3px;
}

.reg_list li.r_user_name,
.reg_list li.r_user_pwd{
    display: flex;
    margin-top: 30px;
}

.reg_list li.r_user_name input,
.reg_list li.r_user_pwd input{
    display: block;
    width: 390px;
    background-color: #ebebeb;
    border: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 22px;
    letter-spacing: 2px;
    color: #333;
}

.reg_list li.r_user_name label,
.reg_list li.r_user_pwd label{
    display: block;
    width: 68px;
    height: 56px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.reg_list li.r_user_name label{
    background:#346c78 url("../img/6.png") no-repeat center;
    background-size: 40%;
}

.reg_list li.r_user_pwd label{
    background:#346c78 url("../img/7.png") no-repeat center;
    background-size: 40%;
}

.reg_list li.r_btn{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.reg_list li.r_btn a{
    display: block;
    width: 200px;
    height: 60px;
    border-radius: 8px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    /*font-weight: bold;*/
    background-color: #346c78;
    letter-spacing: 2px;
}

.r_user_pwd ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
.r_user_pwd :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999999;
}
.r_user_pwd ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999999;
}
.r_user_pwd :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #999999;
}

.warning{
    width: 1200px;
    margin: 80px auto 0;
    font-size: 16px;
    text-align: center;
    color:#999;
}