
*{ font-family:"微软雅黑";}
.main-w{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fl {
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    zoom: 1;
}
.clearfix::after{
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}
.hide {
    display: none;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* position: relative; */
    height: 50px;
    line-height: 50px;
    background: #2b303b;
    padding: 0 70px 0 40px;
    z-index: 9;
}
.header .logo {
    vertical-align: middle;
}
.header .contact{
    margin-top: 8px;
}
.header .contact dt{
    width: 34px;
    height: 34px;
    position: relative;
    background: url("images/icon_01.png") center no-repeat;
}
.header .contact dt .qr-code{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
    padding: 15px;
    background: white;
    transition: all .3s ease-in-out;
}
.header .contact dt:hover .qr-code{
    top: 40px;
    visibility: visible;
    opacity: 1;
}
.header .contact dt .qr-code::after{
    content: " ";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border: 5px transparent solid;
    border-bottom-color: white;
}
.header .contact dt .qr-code img{
    width: 120px;
    height: 120px;
    vertical-align: middle;
}
.header .contact dt .qr-code p{
    font-size: 14px;
    color: black;
    line-height: 1;
    margin: 8px 0 0;
}
.header .contact dd{
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 44px;
    background-color: #2d9aff;
    background-image: url("images/icon_02.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    color: white;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 44px;
    position: relative;
}
.header .contact dd::before{
    content: " ";
    position: absolute;
    top: 9px;
    left: -22px;
    width: 1px;
    height: 16px;
    background: #95989d;
}
.main{
    position: relative;
    margin: 50px 0 20px;
}
.banner {
    height: 450px;
    background-image: url("images/img_02.jpg");
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.banner h1 {
    font-size: 24px;
    color: white;
    position: absolute;
    top: 40px;
    left: 140px;
    text-shadow: rgba(0, 0, 0, 0.6) 3px 3px 3px;
}
.banner h1 span{
    color: white;
}
.login-container{
    position: absolute;
    top: 30px;
    right: 40px;
    width: 300px;
    padding: 0 30px 30px 30px;
    background: white;
    box-shadow: rgba(24,78,228,0.3) 0 5px 10px;
    border-radius: 5px;
}
.login-container .title{
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #3e90ff;
    font-size: 22px;
    font-weight: bold;
}
.login-container h2{
    position: relative;
    padding: 10px 0;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    border-bottom: #e5e5e5 1px solid;
    margin: 30px 0;
}


/*
.login-container h2::after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 1px;
    background: #0063ff;
}
*/
.login-container .form-info{
    width: 260px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.login-container .item{
    margin-top: 10px;
}
.login-container .item input{
    width: 238px;
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    border: #e5e5e5 1px solid;
    border-radius: 3px;
    outline: none;
}
.login-container .item.code input {
    width: 110px;
}
.login-container .item.code img{
    width: 110px;
    height: 38px;
    border-radius: 3px;
    cursor: pointer;
}
.login-container .item button{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #0063ff;
    color: white;
    font-size: 16px;
    border-radius: 3px;

}
.news{
    padding: 30px 0 30px;
}
.news h2 {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    border-left: #0063ff 4px solid;
}
.news .pic{
    width: 475px;
    margin-left: 70px;
    position: relative;
}
.news .pic::after{
    content: " ";
    position: absolute;
    top: 0;
    right: -70px;
    bottom: 0;
    width: 1px;
    background: #e5e5e5;
}
.news .pic .slide {
    position: relative;
}
.news .pic .hd {
    position: absolute;
    left: 50%;
    bottom: -30px;
    text-align: center;
    width: auto;
    transform: translateX(-50%);
}
.news .pic .hd .prev,
.news .pic .hd .next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #2d9aff;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    font-family: "宋体";
    font-weight: bold;
    font-size: 12px;
}
.news .pic .hd .prev {
    left: 0;
}
.news .pic .hd .next {
    right: 0;
}
.news .pic .hd .page {
    display: inline-block;
    padding: 0 30px;
}
.news .pic .hd .page li {
    float: left;
    width: 10px;
    height: 10px;
    line-height: 1;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    text-indent: -999em;
    overflow: hidden;
    margin: 0 4px;
    cursor: pointer;
}
.news .pic .hd .page li.on {
    background: #2d9aff;
}
.news .pic .item {
    position: relative;
}
.news .pic img {
    width: 100%;
    vertical-align: middle;
}
.news .pic p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    background: rgba(43,48,59,0.9);
    color: white;
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news ul {
    margin: 0 0 0 140px;
    padding: 0;
    width: 490px;
}
.news ul li {
    list-style: none;
}
.news ul li a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: black;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 10px;
}
.news ul li a::before {
    content: "◉";
    position: absolute;
    left: 0;
    top: 50%;
    color: #498aff;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    line-height: 1;
    /* border-width: 6px;
    border-style: solid;
    border-color:transparent transparent transparent black; */
}
.footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ececed;
    color: #999;
}
.layer-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}
.layer-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.3) 0px 0px 10px;
}
.layer-title {
    height: 44px;
    line-height: 44px;
    background: #3eb6ec;
    padding-left: 20px;
    color: white;
}
.layer-title span {
    font-size: 16px;
}
.layer-title button {
    width: 30px;
    height: 44px;
    line-height: 44px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyElEQVQ4T6WTPQoCMRSEv2m8gXgGEcReQbGy0mqx8Hw2WmllJYJ4AAULbyB4B0cWdmXdP1aSLiTvy8y8FxG4FFjPF2C7DfQkneqgtsfAQ9IzvpcFDIAzsJK0L4PYngNrYCjp9gOIN7anwA6IJB2yENszYAssJB3Ts0IGZZCq4oKClJotAFrJywVVlYDETir5DSzzliot5FRs4mj+BmQsRAkwDq+ZhaAQg9pouw9cGg7SSNI1P4kdoNtglCfAXdKrto1NP1nwb/wAmmlmEZm7JUQAAAAASUVORK5CYII=") center no-repeat;
    border: none;
    float: right;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
}
.layer-body {
    padding: 20px;
}
.layer-body h2 {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: normal;
    display: flex;
}
.layer-body h2 span {
    color: #333;
    flex: 1;
}
.layer-body h2 label {
    color: #999;
    font-size: 12px;
}
.layer-body .info {
    padding: 5px 20px;
    background: #efefef;
}
.layer-body .info p {
    font-size: 14px;
    color: #666;
}

@media screen and (max-width:1920px){

}
@media screen and (max-width:1440px){
    .banner{
        height: 340px;
    }
    .login-container{
        top: 30px;
        padding: 0 15px 15px 15px;
        min-height:130px;
    }
    .login-container .form-info{
        padding-bottom: 10px;
    }
    .login-container h2{
        margin: 10px 0 20px 0;
    }
    .login-container .item input{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .login-container .item button{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top:10px;
    }
}
@media screen and (max-width:1400px){
    .banner{
        height: 320px;
    }
    .news{
        padding: 50px 0;
    }
}
@media screen and (max-width:1366px){
    .header{
        height: 50px;
    }
    .header .logo img{
        height: 26px;
    }
    .header .contact{
        margin-top: 7px;
    }
    .header .contact dt{
        width: 26px;
        height: 26px;
        line-height: 26px;
        background-size: 100% 100%;
    }
    .header .contact dd{
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        background-size: 16px 16px;
    }
    .header .contact dt .qr-code{
        margin-left: -65px;
    }
    .header .contact dt:hover .qr-code{
        top: 32px;
    }
    .header .contact dt .qr-code p{
        font-size: 12px;
    }
    .header .contact dt .qr-code img{
        width: 100px;
        height: 100px;
    }
    .login-container {
        top: 20px;
    }
    .login-container .title{
        height: 20px;
    }
    .login-container img{
        width: auto;
        height: 100%;
    }
    .login-container h2{
        margin: 5px 0 15px 0;
        font-size: 16px;
    }
    .login-container .form-info{
        padding: 0;
    }
    .main{
        margin-top: 40px;
    }
    .news{
        padding: 30px 0;
    }
    .news .pic{
        width: 430px;
        margin-left: 140px;
    }
    .news .pic::after{
        right: -54px;
    }
    .news .pic img{
        height: 140px;
    }
    .news .pic p{
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .news ul{
        margin-left: 100px;
    }
    .news ul li a{
        height: 28px;
        line-height: 28px;
    }
    .footer{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}