@charset "utf-8";
*{margin: 0;padding: 0;box-sizing: border-box;}
body{font-size: 14px;font-family: "Microsoft Yahei";color: #333;}
ul,li,dl,dt,dd{list-style: none;}
a{text-decoration: none;color: #333;}
i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
img{vertical-align: middle;border: 0;}

.w{
    width: 1200px;
    margin: 0 auto;
    border: 0;
    position: relative;
}
.header{
    height: 60px;
    line-height: 60px;
    background-color: #005186;
    color: #fff;
}
.header .logo1{
    padding-left: 21px;
}
.header .login-text{
    padding-right: 22px;
}
.header .drop-out{
    padding: 0 8px;
    cursor: pointer;
}
.header .drop-out:hover{
    color: #f00;
}
.main .title{
    line-height: 125px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.main .enter-list{
    width: 1200px;
    height: 420px;
}
.main .swiper-pagination{
    position: relative;
    margin: 31px 0;
}
.main .swiper-pagination .swiper-pagination-bullet{
    width: 280px;
    height: 100px;
    border: 1px solid transparent;
    border-radius: 6px;
    opacity: 1;
    outline: none;
}
.main .swiper-pagination .swiper-pagination-bullet:first-child{
    background: url(../images/enter1.png) no-repeat 0 0;
    margin-right: 27px;
}
.main .swiper-pagination .swiper-pagination-bullet:nth-child(2){
    background: url(../images/enter2.png) no-repeat 0 0;
    margin-right: 26px;
}
.main .swiper-pagination .swiper-pagination-bullet:nth-child(3){
    background: url(../images/enter3.png) no-repeat 0 0;
    margin-right: 27px;
}
.main .swiper-pagination .swiper-pagination-bullet:nth-child(4){
    background: url(../images/enter4.png) no-repeat 0 0;
}
.main .swiper-pagination .swiper-pagination-bullet-active{
    background: none;
    border-color: #7590ad;

}

.login{margin:80px auto 0;width: 443px;height: 312px;position: relative;box-shadow: 0 0 10px #ccc;border-radius: 12px;}
.loginTitle{height: 50px;line-height: 50px;font-size: 16px;text-align: center;font-weight: bold;letter-spacing: 2px;border-bottom: 1px solid #ddd}
.login .selCredentials,.loginBar{padding-left: 60px;width: 430px;position: relative;}
.selCredentials .selText{padding: 12px 0 8px 12px;color: #105b9e}
.selectBar{position: relative;margin-bottom: 6px;}
.selectBar i{position: absolute;left: 270px;top:22px;width: 15px;height: 8px;background: url(../images/turn-bottom.png) no-repeat 0 center;}
.selectBar .selContent{position: absolute;top:0;left: 0;background-color: #fff;border-radius: 8px;border: 1px solid #c8c8c8;z-index: 88;display: none;}
.selectBar .selContent li{border-bottom: 1px solid #c8c8c8;height: 32px;line-height: 32px;width: 306px;padding-left: 20px;cursor: pointer;}
.selectBar .selContent li:last-child{border-bottom: none;}
.selectBar .selContent li:hover{color: #fff;background-color: #105b9e;}
.selCredentials select option{height: 32px;line-height: 32px;}
.selCredentials .errorTip{position: absolute;color: #fc4d63;bottom:54px;left: 64px;}
.loginBtn a{margin-top: 36px;height: 42px;line-height: 42px;width: 306px;font-weight: bold;text-align: center;background: url(../images/loginBtn-bg.png) no-repeat 0 center;color: #fff;display: block;}
.login1{width: 443px;height: 383px;margin: 80px auto 0;background: url(../images/inputBg.png) no-repeat 0 center;}
.loginBar{height: 300px;padding-top: 20px;width: 430px;}
.inputBar{width: 306px;height: 42px;line-height: 42px;margin: 6px 0;padding:0 20px;border:none;vertical-align: top;outline: none;background: url(../images/input-bg.png) no-repeat 0 center;}

/*footer*/
.footer{
    background-color: #f2f2f2;
    height: 202px;
}
.footer .footer-half{
    width: 440px;
    float: left;
    padding-top: 24px;
}
.footer .footer-half a{
    display: block;
    padding-top: 14px;
    padding-left: 50px;
}
.footer .footer-half>div{
    color: #999;
    line-height: 36px;
    padding-left: 2px;
}
.footer .gz-service{
    padding-left: 50px;
    z-index: 10;
    float: left;
    width: 320px;
    padding-top: 42px;
}
.footer .gz-service .name{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.footer .gz-service .gz-online,.footer .gz-service .gz-zscq{
    padding-left: 28px;
    font-size: 16px;
    line-height: 36px;
    background-repeat: no-repeat;
    background-position: 0 center;
    display: block;
    color: #005186;
    background-size: 20px;
}
.footer .gz-service .gz-online{
    background-image: url(../images/icon1.png);
}
.footer .gz-service .gz-zscq{
    background-image: url(../images/icon2.png);
}

