*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
img{
    border: none;
}
.top{
    width: 100%;
    height: 41px;
}
.container{
    width: 100%;
    height: 1245px;
    background: url('../img/bg.jpg') no-repeat top;

}

.back{
    width: 100%;
    height: 73px;
}
.back .fhgw{
    width: 152px;
    height: 40px;
    text-align: center;
    display: block;
    float: right;
    margin-right: -22%;
    background-color: #101ea3;
    color: #fbfeff;
    line-height: 40px;
    font-weight: 550;
    border: 1px solid #fefefa;
    border-radius: 27px;
} 

.slogan{
    width: 692px;
    height: 354px;
    margin: 0 auto;
    background: url(../img/slogan.png) no-repeat;
    font-size: 18px;
    color: #101ea3;
}
.slogan .times{
    width: 692px;
    padding-top: 310px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    color: #101ea3;
}
.login{
    width: 870px;
    height: 81px;
    margin: 0 auto;
    margin-top: 27px;
}
.login .cli-login{
    width: 276px;
    height: 81px;
    display: block;
    text-align: center;
    float: left;
    margin-left: 36%;
    font-style: normal;
    color: #53c2ef;
    background: url('../img/login.png') no-repeat;
}


.message{
    width: 870px;
    height: 35px;
    text-align: center;
    float: left;
    line-height: 35px;
}
.message span{
    color: #101ea3;    
}
.message span em{
    color: #101ea3;
    font-size: 20px;
    font-style: normal;
    min-width: 160px;
    display: inline-block;
}
.message .bddq{
    margin-left: 10px;
    display: inline-block;
}

.content{
    width: 1205px;
    height: 385px;
    margin: 0 auto;
    margin-top: 150px;
}
.content .cont-c{
    width: 1205px;
    height: 385px;
    position: relative;
}
.content .cont-c .hd-btn{
    width: 218px;
    height: 218px;
    background: url('../img/hd-btn-1.png');
    text-align: center;
    line-height: 218px;
    color: #fff;
    font-size: 24px;
    font-weight: 550;
}
.content .cont-c .hd-btn:hover{
    width: 218px;
    height: 218px;
    background: url('../img/hd-btn-2.png');
    color: #101ea3;
}
.content .cont-c .hd1{
    width: 218px;
    height: 218px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
.content .cont-c .hd2{
    width: 218px;
    height: 218px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 125px;
    top: 125px;
}
.content .cont-c .hd3{
    width: 218px;
    height: 218px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 243px;
    top: 0;
}
.content .cont-c .hd4{
    width: 218px;
    height: 218px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 368px;
    top: 125px;
}
.content .cont-c .hd5{
    width: 218px;
    height: 218px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 486px;
    top: 0;
}
.content .cont-c .hd6{
    width: 218px;
    height: 218px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 611px;
    top: 125px;
}
.content .cont-c .hd7{
    width: 218px;
    height: 218px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 729px;
    top: 0;
}
.content .cont-c .hd8{
    width: 218px;
    height: 218px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 854px;
    top: 125px;
}
.content .cont-c .hd9{
    width: 218px;
    height: 218px;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 972px;
    top: 0; 
}

.slideTxtBox{ width:1240px;height: 949px; }
.slideTxtBox .hd{ 
    width: 266px; 
    height: 825px; 
    position:relative; 
    float: left;
    z-index: 6;
}
.slideTxtBox .hd ul{     
    float: left;
    position: absolute;
    left: 0px;
    top: 64px;
    height: 825px;
}
.slideTxtBox .hd ul li{ float:left;  cursor:pointer;width: 187px;height: 54px;}
.slideTxtBox .hd ul li.on{ 
    background: url('../img/li-bg-2.png') no-repeat;
    color: #101ea3;
    font-weight: 550;
}
.slideTxtBox .bd {
    float: left;
    width: 1002px;
    height: 949px;
    z-index: 5;
    background: url('../img/ul-bg.png') no-repeat;
    margin-left: -37px
    }
    .slideTxtBox .bd ul{
        width: 950px;
        height: 920px;
        margin-top: 19px;
        margin-left: 36px;
     
}
.tan{
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
    z-index: 200;
}
.tan .box{
    width: 1240px;
    height: 949px;
    overflow: hidden;
    
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 17px;
}
.tan .box .form{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.tan .box .close{
    width: 58px;
    height: 58px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    font-size: 18px;
    background: url('../img/close.png') no-repeat;
}
.slideTxtBox .hd ul li{
    width: 266px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    margin-bottom: 10px;
    background: url('../img/li-bg-1.png') no-repeat;
    color: #fff;
}
.slideTxtBox .bd .title{
    width: 211px;
    height: 36px;
    background: url('../img/title-bg.png') no-repeat;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #379c5c;
    margin-left: 252px;
    font-weight: 550;
    padding-top: 20px;
    background-position-y: 20px;
}
.slideTxtBox .bd h2{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #379c5c;
    text-indent: 20px;
    margin-top: 20px;
}
.slideTxtBox .bd .hd-time{
    width: 100%;
    height: 28px;
    line-height: 50px;
    text-align: left;
    color: #379c5c;
    display: block;
    text-indent: 30px;
    font-size: 18px;
}
.slideTxtBox .bd .hd-count{
    width: 100%;
    line-height: 35px;
    text-align: left;
    color: #379c5c;
    display: block;
    text-indent: 30px;
    font-size: 18px;
}

.bd-title{
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #101ea3;
    font-size: 30px;
    font-weight: 550;
}
.time{
    width: 93%;
    height: 25px;
    text-align: center;
    color: #1b9f2e;
    line-height: 31px;
}
.hd-title img{
    display: block;
    margin: 0 auto;
}

/* 活动一 */
.bd .ul-1 p{
    width: 90%;;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.bd .ul-1 p em{
    width: 200px;;
    height: 50px;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    color: #101ea3;
}
.bd .ul-1 p i{
    width: 655px;;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    text-align: left;
    color: #a92fc7;
}
/* 活动二 */
.bd .ul-2 p{
    width: 90%;;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.bd .ul-2 p em{
    width: 200px;;
    height: 50px;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    color: #101ea3;
}
.bd .ul-2 p i{
    width: 655px;;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    text-align: left;
    color: #a92fc7;
}
/* 活动三 */
.bd .ul-3 p{
    width: 90%;;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.bd .ul-3 p em{
    width: 200px;;
    height: 50px;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    color: #101ea3;
}
.bd .ul-3 p i{
    width: 655px;;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    text-align: left;
    color: #a92fc7;
}
/* 活动四 */
.bd .ul-4 p{
    width: 90%;;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.bd .ul-4 p em{
    width: 200px;;
    height: 50px;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    color: #101ea3;
}
.bd .ul-4 p i{
    width: 655px;;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    text-align: left;
    color: #a92fc7;
}
/* 活动五 */
.bd .ul-5 p{
    width: 90%;;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.bd .ul-5 p em{
    width: 200px;;
    height: 50px;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    color: #101ea3;
}
.bd .ul-5 p i{
    width: 655px;;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    text-align: left;
    color: #a92fc7;
}
/* 活动6 */
.bd .ul-6 p{
    width: 90%;;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.bd .ul-6 p em{
    width: 200px;;
    height: 50px;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    color: #101ea3;
}
.bd .ul-6 p i{
    width: 655px;;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    text-align: left;
    color: #a92fc7;
}
/* 活动7*/
.bd .ul-7 p{
    width: 90%;;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.bd .ul-7 p em{
    width: 200px;;
    height: 50px;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    color: #101ea3;
}
.bd .ul-7 p i{
    width: 655px;;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    text-align: left;
    color: #a92fc7;
}

/* 活动8*/
.bd .ul-8 p{
    width: 90%;;
    height: 20px;
    margin: 0 auto;
    margin-top: 20px;
}
.bd .ul-8 p em{
    width: 200px;;
    height: 20px;
    margin: 0 auto;
    font-style: normal;
    line-height: 20px;
    display: block;
    float: left;
    color: #101ea3;
}
.bd .ul-8 p i{
    width: 655px;;
    margin: 0 auto;
    font-style: normal;
    line-height: 20px;
    display: block;
    float: left;
    text-align: left;
    color: #a92fc7;
}
.bd .ul-8 .cz-li{
    width: 100%;
    height: 780px;
    margin-top: 10px;
   
}
    .bd .ul-8 .cz-li .cz-li-t {
        width: 100%;
        height: 285px;
    }
    .bd .ul-8 .cz-li .cz-li-b {
        width: 100%;
        height: 285px;
    }
    .bd .ul-8 .cz-li .big-li {
        width: 241px;
        height: 278px;
        background: url('../img/normal-bg.png') no-repeat;
        float: left;
        margin-left: 60px;
        position: relative;
    }
.bd .ul-8 .cz-li .small-li{
    width: 157px;
    height: 181px;
    background: url('../img/small-bg.png') no-repeat;
    float: left;
    position: relative;
}
.bd .ul-8 .cz-li .cz-li-4{
    margin-left: 211px;/*212*/
    margin-top: 5px;
}
.bd .ul-8 .cz-li .cz-li-5{
    margin-top: 5px;
}
.bd .ul-8 .cz-li .cz-li-6{
    margin-left: 296px;
    margin-top: 10px;
}
.bd .ul-8 .cz-li .cz-li-7{
    margin-left: 60px;
    margin-top: 10px;
}
.bd .ul-8 .cz-li .big-li span{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    color: #0517d3;
    font-weight: 550;
}
.bd .ul-8 .cz-li .big-li .li-img{
    width: 96%;
    height: 160px;
    display: block;
    position: absolute;
    top: 47px;
    left: 7px;
}
.bd .ul-8 .cz-li .big-li .li-img ol{
    width: 50%;
    height: 75px;
    float: left;
    margin-top: 5px;
}
.bd .ul-8 .cz-li .big-li .li-img ol img{
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.bd .ul-8 .cz-li .big-li .li-img ol u{
    width: 95%;
    height: 39px;
    font-style: normal;
    display: block;
    margin: 0 auto;
    color: #0517d3;
}
.bd .ul-8 .cz-li .big-li i{
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #0517d3;
    display: block;
    position: absolute;
    top: 210px;
    left: 0;
    font-style: normal;
}
.bd .ul-8 .cz-li .big-li .lq-1{
    width: 137px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 52px;
    background: url('../img/lq-1.png') no-repeat;
}
.bd .ul-8 .cz-li .big-li .lq-2{
    width: 137px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 52px;
    background: url('../img/lq-2.png') no-repeat;
}
/* small */
.bd .ul-8 .cz-li .small-li span{
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    color: #0517d3;
    font-weight: 550;
    font-size: 14px;
}
.bd .ul-8 .cz-li .small-li .li-img{
    width: 94%;
    height: 80px;
    display: block;
    position: absolute;
    top: 47px;
    left: 5px;
}
.bd .ul-8 .cz-li .small-li .li-img ol{
    width: 100%;
    height: 75px;
    float: left;
    margin-top: 5px;
}
.bd .ul-8 .cz-li .small-li .li-img ol img{
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto;
}
.bd .ul-8 .cz-li .small-li .li-img ol u{
    width: 95%;
    height: 28px;
    font-style: normal;
    display: block;
    margin: 0 auto;
    color: #0517d3;
    font-size: 14px;
}
.bd .ul-8 .cz-li .small-li i{
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #0517d3;
    display: block;
    position: absolute;
    top: 121px;
    left: 0;
    font-style: normal;
    font-size: 14px;
}
.bd .ul-8 .cz-li .small-li .lq-1{
    width: 111px;
    height: 32px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 23px;
    background: url('../img/lq-small-1.png') no-repeat;
}
.bd .ul-8 .cz-li .small-li .lq-2{
    width: 111px;
    height: 32px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 23px;
    background: url('../img/lq-small-2.png') no-repeat;
}

/* 活动九 */
.bd .ul-9 p{
    width: 90%;;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
}
.bd .ul-9 p em{
    width: 200px;;
    height: 50px;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    color: #101ea3;
}
.bd .ul-9 p i{
    width: 655px;;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    text-align: left;
    color: #a92fc7;
}
.bd .ul-9 .tables{
    width: 90%;
    height: 425px;
    margin: 0 auto;
}
.bd .ul-9 .tables em{
    width: 100%;;
    height: 50px;
    margin: 0 auto;
    font-style: normal;
    line-height: 50px;
    display: block;
    float: left;
    color: #101ea3;
    text-indent: 44px;
    text-align: left;
}
.bd .ul-9 .tables table{
    border-collapse: collapse;
    color: #101ea3;
}
.bd .ul-9 .tables table tr{
    height: 35px;
    line-height: 35px;
}
.bd .ul-9 .tables table{
    border: 1px solid #a92fc7;
}
.bd .ul-9 .lqjl-a {
    width: 158px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background-color: #0517d3;
    color: #fff;
    line-height: 40px;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #0517d3;
}
    .bd .ul-9 .lqjl-a:hover{
        border:1px solid #0517d3;
        background-color:#fff;
        color:#0517d3;
    }
    .bd .ul-9 u {
        width: 80%;
        margin: 0 auto;
        color: #a92fc7;
        display: block;
        margin-top: 20px;
    }






.foot {
    background: #2a315d !important;
}

.foot .footerInf p a {
    color: #e9e7f1 !important;
}
.foot .footerInf {
    color: #fff !important;
}




