.banner{
    width: 100%;
    height: 70vh;
}
.sec2{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: white;
}
.sec2-top{
    width: 100%;
    height: auto;
}
.sec2-top span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    margin-top: 79px;
    margin-bottom: 82px;
    display: block;
    position: relative;
    text-align: center;
}
.sec2-top span:after{
    content: "";
    position: absolute;
    bottom: -14px;
    width: 24px;
    height: 2px;
    background: #ED1B2F;
    left: 50%;
    transform: translate(-50%,0%);
}
.sec2-warp{
    width: 1400px;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
}
.sec2-warp1{
    width: 100%;
    height: 94px;
    background: #F5F5F5;
    margin-bottom: 10px;
}
.sec2-text{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 100%;
}
.sec2-text p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.sec2-text .text-ri{
    display: flex;
    align-items: center;
}
.sec2-text .text-ri .dl{
    display: flex;
    align-items: center;
    margin-left: 144px;
}
.sec2-text .text-ri p{
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.sec2-text .text-ri .dl-img{
    width: 30px;
    height: 30px;
    background: #CCCCCC;
    border-radius: 50%;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 13px;
    cursor: pointer;
}
.sec2-text .text-ri .dl-img:hover{
    background: #ED1B2F;
}
.login-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    display: none;
}
.login-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.login-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.login-main {
    width: 960px;
    height: 438px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    z-index: 2;
    background: #f2f2f2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-main .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    background: url(../images/close01.png) no-repeat;
}
.login-main .intro {
    width: 385px;
    height: 424px;
    padding: 14px 0 0 135px;
    float: left;
    font-size: 14px;
    line-height: 34px;
}
.login-box .fr {
    float: right;
}
.login-main .intro h2 {
    font-size: 26px;
    line-height: 76px;
    color: #EC5A60;
    /* border-bottom: 1px solid #d6d6d6; */
    margin-bottom: 25px;
    clear: both;
    display: inline-block;
}
.login-main .intro {
    width: 385px;
    height: 424px;
    padding: 14px 0 0 135px;
    float: left;
    font-size: 14px;
    line-height: 34px;
}
.login-main .intro input {
    width: 260px;
    height: 32px;
    padding-left: 6px;
    border: 1px solid #ccc;
    border-right: none;
    float: left;
    line-height: 32px;
    color: #666;
}
.login-main .intro input.submit {
    width: 124px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #EC5A60;
    margin-top: 20px;
}
.login-main .intro span {
    display: inline-block;
    width: 40px;
    height: 34px;
    float: left;
}
.login-main .intro span.fi {
    background: url(../images/bg_sign35.jpg) no-repeat;
}
.login-main .intro span.se {
    background: url(../images/bg_sign36.jpg) no-repeat;
}