/* banner图 */
.banner-znmp{
    height: 420px;
}
.banner-znmp .btn{
    color: #ff3b3b;
}
.banner-znmp .banner-bg{
    height: 420px;
    width: 1px;
    margin: 0 auto;
    position: relative;
}
.banner-znmp .banner-bg img{
    position: absolute;
    top: 0;
    left: -960px;
}
p, form, ul, ol, dl{
    margin: 0px;
}
.postion-wenzi{
    position: absolute;
    top: 0;
    width: 100%;
}
.postion-wenzi .wenzi-li{
    text-align: center;
}
.postion-wenzi .wenzi-li .line-1{
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-top: 41px;
    margin-bottom: 46px;
}
.postion-wenzi .wenzi-li a{
    box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}


/* 模块二 */
.model-two{
    text-align: center;
    background: #fff;
}

.two-box1{
    width: 1000px;
    height: 32px;
    margin: 60px auto 0;
}
.box1-list{
    float: left;
    width: 250px;
    height: 32px;
}
.box1-list div{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 32px;
    padding-left: 50px;
    background-image: url(../images/wit_card/cont1-icon.png);
    background-repeat: no-repeat;
}

.two-box2{
    width: 1200px;
    height: 560px;
    margin: 100px auto 60px;
}
.two-box2 .box2-left{
    width: 400px;
    height: 560px;
    float: left;
}
.two-box2 .box2-left li{
    width: 400px;
    height: 139px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    cursor: pointer;
}
.two-box2 .box2-left li .icon{
    width: 40px;
    height: 40px;
    float: left;
    margin: 50px 30px;
    transition: .2s;
}
.two-box2 .box2-left li:nth-child(1) .icon{
    background-image: url(../images/wit_card/cont2-icon12.png);
    background-repeat: no-repeat;
}
.two-box2 .box2-left li:nth-child(2) .icon{
    background-image: url(../images/wit_card/cont2-icon22.png);
    background-repeat: no-repeat;
}
.two-box2 .box2-left li:nth-child(3) .icon{
    background-image: url(../images/wit_card/cont2-icon32.png);
    background-repeat: no-repeat;
}
.two-box2 .box2-left li:nth-child(4) .icon{
    background-image: url(../images/wit_card/cont2-icon42.png);
    background-repeat: no-repeat;
}
.two-box2 .box2-left li .line{
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #ff3b3b;
    transition: .6s;
    z-index: 10;
}
.two-box2 .box2-left li.on{
    box-shadow:0px 6px 20px 0px rgba(255,59,59,0.2);
    z-index: 2;
}
.two-box2 .box2-left li.on .line{
    width: 100%;
}
.two-box2 .box2-left li:nth-child(1).on .icon{
    background-image: url(../images/wit_card/cont2-icon11.png);
    background-repeat: no-repeat;
}
.two-box2 .box2-left li:nth-child(2).on .icon{
    background-image: url(../images/wit_card/cont2-icon21.png);
    background-repeat: no-repeat;
}
.two-box2 .box2-left li:nth-child(3).on .icon{
    background-image: url(../images/wit_card/cont2-icon31.png);
    background-repeat: no-repeat;
}
.two-box2 .box2-left li:nth-child(4).on .icon{
    background-image: url(../images/wit_card/cont2-icon41.png);
    background-repeat: no-repeat;
}

.two-box2 .left-p{
    float: left;
    text-align: left;
    color: #333;
    padding: 35px 0;
    transition: .2s;
}
.two-box2 .box2-left li.on .left-p{
    color: #ff3b3b;
}
.two-box2 .left-p .p1{
    font-size: 24px;
    line-height: 36px;
}
.two-box2 .left-p .p2{
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.two-box2 .box2-right{
    float: right;
    width: 570px;
    height: 476px;
    overflow: hidden;
    margin-top: 42px;
    position: relative;
}

.two-box2 .box2-right li{
    display: none;
    position: absolute;
}
.two-box2 .box2-right li.active{
    display: block;
}




/*模块三*/
.model-three{
    width: 100%;
    height: auto;
    background-color: #F5F6FA;
    text-align: center;
    overflow: hidden;
}
.three-box{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 25px auto 40px;
}

.three-box li{
    width: 20%;
    float: left;
    height: auto;
}
.three-box li img{
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 0;
    margin-top: 10px;
    transition: .2s;
}
.three-box li:hover img{
    margin-top: 0;
    margin-bottom: 10px;
}
.three-box li .p1{
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin-top: 20px;
}
.three-box li .p2{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
}
.model-three .btn{
    width:160px;
    height:46px;
    background:#ff3b3b;
    box-shadow:0px 10px 10px 0px rgba(232,54,50,0.2);
    border-radius:3px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto 60px;
}
.model-three .btn a{
    display: block;
    width: 160px;
    height: 46px;
}

/*模块四*/
.model-four{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}
.four-box{
    width: 1200px;
    height: auto;
    margin: 35px auto 60px;
    overflow: hidden;
}
.four-box li{
    float: left;
    width: 25%;
    height: auto;
}
.four-box li .p1{
    font-size: 50px;
    color: #ff3b3b;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.four-box li .p1 span{
    position: absolute;
    font-size: 24px;
    top: 0;
    right: -20px;
}
.four-box li .p2{
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

/*模块五*/
.model-five{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F5F6FA;
    text-align: center;
}

.five-box{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 35px auto 60px;
}

.five-box li{
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: 0.2s;
    background-size: 100%;
}
.five-box li .mark{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}
.five-box li:nth-child(1){
    background-image: url(../images/wit_card/cont4-img01.jpg);
}
.five-box li:nth-child(2){
    background-image: url(../images/wit_card/cont4-img02.jpg);
}
.five-box li:nth-child(3){
    background-image: url(../images/wit_card/cont4-img03.jpg);
}
.five-box li:nth-child(4){
    background-image: url(../images/wit_card/cont4-img04.jpg);
}
.five-box li:nth-child(5){
    background-image: url(../images/wit_card/cont4-img05.jpg);
}
.five-box li:nth-child(6){
    background-image: url(../images/wit_card/cont4-img06.jpg);
}
.five-box li:nth-child(7){
    background-image: url(../images/wit_card/cont4-img07.jpg);
}
.five-box li:nth-child(8){
    background-image: url(../images/wit_card/cont4-img08.jpg);
}

.five-box li img{
    position: relative;
    z-index: 2;
    margin-top: 70px;
}
.five-box li p{
    position: relative;
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    z-index: 2;
}

.five-box li:hover{
    background-size: 110%;
    cursor: pointer;
}
.model-five .btn{
    width:160px;
    height:46px;
    background:#ff3b3b;
    box-shadow:0px 10px 10px 0px rgba(232,54,50,0.2);
    border-radius:3px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto 60px;
}
.model-five .btn a{
    display: block;
    width: 160px;
    height: 46px;
}
/*模块六*/
.model-six{
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}
.six-box{
    width: 1210px;
    height: auto;
    margin: 25px auto 50px;
    overflow: hidden;
    padding: 10px 0;
}
.six-box li{
    float: left;
    width: 232px;
    height: 150px;
    margin:0 5px; 
    transition: 0.2s;
    color: #fff;
    background:linear-gradient(30deg,rgba(255,59,59,1) 0%,rgba(255,115,59,1) 100%);
}
.six-box li .p1{
    font-size: 24px;
    line-height: 36px;
    margin-top: 24px;
}
.six-box li .p2{
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.six-box li:hover{
    cursor: pointer;
    
}


/*模块七*/
.model-seven{
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #F5F6FA;
    overflow: hidden;
}
.seven-box{
    width: 1200px;
    height: auto;
    margin: 35px auto 60px;
    overflow: hidden;
}
.seven-box li{
    float: left;
    width: 20%;
    height: auto;
}
.seven-box li img{
    display: block;
    width: 64px;
    height: 64px;
}
.seven-box li .p1{
    font-size: 24px;
    color: #ff3b3b;
    line-height: 36px;
    margin-top: 20px;
}
.seven-box li .p2{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
}
