﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
    background: transparent;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
/*防止拖动*/
textarea {
    resize: none;
    font-family: "Microsoft YaHei";
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i , u{
    font-style: normal;
    text-decoration: none;
}


/*   登录   */
.login{
    min-height: 100vh;
    background: url(../images/login_bg.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 2.8rem 0 1.8rem;
}
.login>h3{
    font-size: .65rem;
    line-height: 1.3rem;
    color: #fff;
    text-align: center;
}
.login>h4{
    font-size: 1rem;
    line-height: 1.7rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.login>h5{
    font-size: .35rem;
    line-height: .6rem;
    color: #fff;
    text-align: center;
    margin-top: .2rem;
}
.login_con{
    width: 9.4rem;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 .7rem .8rem;
    margin: 1rem auto 0;
    position: relative;
}
.login_con_list li{
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.login_con_list li:last-child{
    border-bottom: 0;
}
.login_con_list li>img{
    float: left;
    height: .65rem;
    width: .45rem;
    margin: 1rem .5rem 0 0;
}
.login_con_list li>input{
    font-size: .45rem;
    line-height: 1rem;
    width: 6rem;
    height:1rem;
    margin: .75rem 0px;
}
.login_con_list li>img.eye{
    float: right;
    width: .5rem;
    height: .3rem;
    margin: 1.15rem 0 0 0;
}
.login_con>button{
    font-size: .5rem;
    line-height: 1.7rem;
    color: #fff;
    border-radius: 8px;
    width: 8rem;
    text-align: center;
    background-image: linear-gradient(to right,#143487,#0399d0);
    position: absolute;
    bottom: -.7rem;
    left: 50%;
    margin-left: -4rem;
}
.logo{
    width: 100%;
    background-color: #054f8e;
    height: 1.7rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.logo img{
    height: 1.3rem;
    display: block;
    margin: .2rem auto;
}

@media screen and (min-width: 769px) {
    .login{
        width: 640px;
        margin: 0 auto;
        padding: 1rem 0 1rem;
    }
    .login>h3{
        font-size: .2rem;
        line-height: .4rem;
    }
    .login>h4{
        font-size: .3rem;
        line-height: .6rem;
    }
    .login>h5{
        font-size: .15rem;
        line-height: .3rem;
        margin-top: 0;
    }
    .login_con{
        width: 3.6rem;
        padding: 0 .2rem .5rem;
        margin: .3rem auto 0;
    }
    .login_con_list li>img{
        height: .3rem;
        width: .2rem;
        margin: .2rem .2rem 0 0;
    }
    .login_con_list li>input{
        font-size: .2rem;
        line-height: .7rem;
        width: 2rem;
    }
    .login_con_list li>img.eye{
        width: .2rem;
        height: .12rem;
        margin: .25rem 0 0 0;
    }
    .login_con>button{
        font-size: .2rem;
        line-height: .6rem;
        width: 3rem;
        bottom: -.3rem;
        margin-left: -1.5rem;
    }
    .logo{
        width: 640px;
        height: .6rem;
        left: 50%;
        margin-left: -320px;
    }
    .logo img{
        height: .4rem;
        margin: .1rem auto;
    }
}




/*   */
@media screen and (min-width: 769px) {
    .content_body{
        background-color: #015fa3;
    }
    .inner{
        width: 60%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .header{
        width: 100%;
        height: 65px;
        background: url(../images/header_bg.png) no-repeat top center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .header h3{
        float: left;
        font-size: 24px;
        line-height: 65px;
        color: #fff;
    }
    .header a{
        float: right;
        font-size: 24px;
        line-height: 65px;
        color: #fff;
    }
    .banner{
        width: 100%;
        height: 60vh;
        background: url(../images/hxzls_banner.jpg) no-repeat top center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding-top: 3%;
    }
    .banner h3{
        font-size: 36px;
        line-height: 46px;
        color: #fcfcfd;
    }
    .banner h4{
        font-size: 60px;
        line-height: 120px;
        color: #fff;
    }
    .banner h5{
        font-size: 20px;
        line-height: 40px;
        color: #fff;
    }
    .content{
        background-color: #fff;
        position: relative;
        top: -100px;
        padding: 0 30px 80px;
    }
    .title{
        text-align: center;
        padding-top: 100px;
    }
    .title h3{
        font-size: 40px;
        line-height: 78px;
        color: #fff;
        text-align: center;
        background: url(../images/tit_bg.png) no-repeat center;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .title p{
        font-size: 30px;
        line-height: 60px;
        color: #000;
    }
    .content_txt{
        font-size: 30px;
        line-height: 60px;
        color: #383838;
        text-indent: 2em;
        padding: 0 30px;
        margin-top: 30px;
    }
    .content_list{
        background: url(../images/content_bg.png) no-repeat center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .content_list{
        overflow: hidden;
        padding: 20px 0;
    }
    .content_list li{
        float: left;
        width: 50%;
        font-size: 26px;
        line-height: 52px;
        color: #252d33;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .content_list li.full_li{
        width: 100%;
    }
    .content>a{
        display: block;
        width: 367px;
        font-size: 40px;
        line-height: 78px;
        color: #fff;
        text-align: center;
        background: url(../images/tit_bg.png) no-repeat center;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        margin: 50px auto 0;
    }
    .content>a img{
        height: 40px;
        margin: -4px 0 0 30px;
    }
    .footer{
        font-size: 50px;
        line-height: 180px;
        color: #fff;
        background-color: #054f8e;
        text-align: center;
        font-weight: bold;
    }
    .footer span{
        font-weight: normal;
        font-size: 36px;
        margin-left: 16px;
    }
    .footer img{
        height: 46px;
        margin: -4px 0 0 120px;
    }
}

@media screen and (max-width: 1680px){
    .inner{
        padding: 0 20px;
    }
    .header h3{
        font-size: 40px;
    }
    .title h3{
        font-size: 36px;
    }
    .content{
        padding-bottom: 80px;
    }
    .content_txt{
        font-size: 24px;
        line-height: 48px;
    }
    .content_list li{
        font-size: 20px;
        line-height: 40px;
    }
    .footer{
        font-size: 40px;
    }
    .footer span{
        font-size: 30px;
    }
}

@media screen and (max-width: 1440px){
    .inner{
        padding-left: 20px;
        padding-right: 20px;
    }
    .header h3{
        font-size: 36px;
    }
    .banner h3{
        font-size: 30px;
    }
    .banner h4{
        font-size: 50px;
    }
    .banner h5{
        font-size: 16px;
    }
    .title h3{
        font-size: 36px;
    }
    .content{
        padding-bottom: 80px;
    }
    .content_txt{
        font-size: 22px;
        line-height: 44px;
    }
    .content_list li{
        font-size: 18px;
        line-height: 40px;
    }
    .footer{
        font-size: 30px;
        line-height: 100px;
    }
    .footer img{
        height: 40px;
    }
    .footer span{
        font-size: 24px;
    }
    .content>a{
        font-size: 36px;
    }
}

@media screen and (max-width: 1280px){
    .inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header h3{
        font-size: 30px;
    }
    .header a{
        font-size: 20px;
    }
    .banner h3{
        font-size: 30px;
    }
    .banner h4{
        font-size: 50px;
    }
    .banner h5{
        font-size: 16px;
    }
    .title h3{
        font-size: 30px;
        line-height: 60px;
    }
    .title p{
        font-size: 24px;
    }
    .content{
        padding-bottom: 50px;
    }
    .content_txt{
        font-size: 18px;
        line-height: 36px;
    }
    .content_list li{
        font-size: 16px;
        line-height: 40px;
    }
    .footer{
        font-size: 30px;
        line-height: 100px;
    }
    .footer img{
        height: 40px;
    }
    .footer span{
        font-size: 24px;
    }
    .content>a{
        font-size: 30px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1024px){
    .inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header h3{
        font-size: 30px;
    }
    .header a{
        font-size: 20px;
    }
    .banner h3{
        font-size: 24px;
    }
    .banner h4{
        font-size: 40px;
    }
    .banner h5{
        font-size: 14px;
    }
    .title h3{
        font-size: 30px;
        line-height: 60px;
    }
    .title p{
        font-size: 24px;
    }
    .content{
        padding-bottom: 50px;
    }
    .content_txt{
        font-size: 18px;
        line-height: 36px;
    }
    .content_list li{
        font-size: 13px;
        line-height: 24px;
    }
    .footer{
        font-size: 24px;
        line-height: 80px;
    }
    .footer img{
        height: 30px;
    }
    .footer span{
        font-size: 18px;
    }
    .content>a{
        font-size: 24px;
        line-height: 60px;
    }
}

@media screen and (max-width: 768px){
    .content_body{
        background-color: #015fa3;
    }
    .inner{
        width: 100%;
        padding: 0 .4rem;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .header{
        width: 100%;
        height: 2rem;
        background: url(../images/header_bg.png) no-repeat top center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .header h3{
        float: left;
        font-size: .55rem;
        line-height: 2rem;
        color: #fff;
    }
    .header a{
        float: right;
        font-size: .5rem;
        line-height: 2rem;
        color: #fff;
    }
    .banner{
        width: 100%;
        height: 12rem;
        background: url(../images/banner.png) no-repeat top center;
        -webkit-background-size: auto 12rem;
        background-size: auto 12rem;
        box-sizing: border-box;
        padding-top: 2rem;
    }
    .banner h3{
        font-size: .6rem;
        line-height: .8rem;
        color: #fcfcfd;
    }
    .banner h4{
        font-size: 1rem;
        line-height: 2rem;
        color: #fff;
    }
    .banner h5{
        font-size: .4rem;
        line-height: .7rem;
        color: #fff;
    }
    .content{
        background-color: #fff;
        position: relative;
        top: -1.6rem;
        padding: 0 .4rem 1.4rem;
    }
    .title{
        text-align: center;
        padding-top: 1.6rem;
    }
    .title h3{
        font-size: .7rem;
        line-height: 1.4rem;
        color: #fff;
        text-align: center;
        background: url(../images/tit_bg.png) no-repeat center;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .title p{
        font-size: .5rem;
        line-height: 1rem;
        color: #000;
    }
    .content_txt{
        font-size: .5rem;
        line-height: 1rem;
        color: #383838;
        text-indent: 2em;
        /*padding: 0 30px;*/
        margin-top: .5rem;
    }
    .content_list{
        background: url(../images/content_bg.png) no-repeat center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .content_list{
        overflow: hidden;
        padding: 20px 0;
    }
    .content_list li{
        float: left;
        width: 50%;
        font-size: .3rem;
        line-height: .7rem;
        color: #252d33;
        box-sizing: border-box;
        padding: 0 .1rem;
    }
    .content_list li.full_li{
        width: 100%;
    }
    .content>a{
        display: block;
        width: 5.5rem;
        font-size: .7rem;
        line-height: 1.3rem;
        color: #fff;
        text-align: center;
        background: url(../images/tit_bg.png) no-repeat center;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        margin: .8rem auto 0;
    }
    .content>a img{
        height: .7rem;
        margin: -.1rem 0 0 .5rem;
    }
    .footer{
        font-size: .7rem;
        line-height: 2rem;
        color: #fff;
        background-color: #054f8e;
        text-align: center;
        font-weight: bold;
    }
    .footer span{
        font-weight: normal;
        font-size: .5rem;
        margin-left: .3rem;
    }
    .footer img{
        height: .7rem;
        margin: -.1rem 0 0 1rem;
    }
}