
.banner>img{
    display:block;
    width:100%;
    height:500px;
}

.banner>ul{
    width:1200px;
    height:100%;
    margin:0 auto;
    position: relative;
}

.banner>ul>li{
    position: absolute;
    bottom:204px;
    left:0px;
    color:#ffffff;
}

.banner>ul>li>h1{
    font-size: 52px;
    color: rgb( 255, 255, 255 );
    padding:20px 0px;
}

.banner>ul>li>p{
    font-size: 24px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
}

/* download */

.datnav>ul>li{
    float:left;
    width:25%;
    text-align: center;
    padding:50px 0px;
}

.datnav>ul>li>em{
    display: block;
    width:50px;
    height:50px;
    background-size: 100%;
    margin:0 auto;
}
.datnav>ul>.lidto>em{
    background: url(../images/dt1_a.png) no-repeat;
}

.datnav>ul>.lidtt>em{
    background: url(../images/dt2_a.png) no-repeat;
}

.datnav>ul>.lidts>em{
    background: url(../images/dt3_a.png) no-repeat;
}

.datnav>ul>.lidtf>em{
    background: url(../images/dt4_a.png) no-repeat;
}

.datnav>ul>li>span{
    display:block;
    padding:20px 0px 10px 0px;
    font-size: 16px;
    color: rgb( 51, 51, 51 );
    text-transform: uppercase;
}

.datnav>ul>li>p{
    font-size: 13px;
    color: rgb( 135, 135, 135 );
    text-transform: uppercase;
}

.lion{
    background: #f8f8f8;
}

.datnav>ul>li:hover span,
.datnav>ul>li:hover p,
.texon{
    color: rgb( 17, 106, 200 );
}

.datnav>ul>.lidto:hover em{
    background: url(../images/dt1_b.png) no-repeat;
}

.datnav>ul>.lidtt:hover em{
    background: url(../images/dt2_b.png) no-repeat;
}

.datnav>ul>.lidts:hover em{
    background: url(../images/dt3_b.png) no-repeat;
}

.datnav>ul>.lidtf:hover em{
    background: url(../images/dt4_b.png) no-repeat;
}

.downl{
    background: #f8f8f8;
}

.datnav{
    background: #ffffff;
}

.cpyb>ul>li{
    border-bottom:1px solid #e6e6e6;
}

.cpyb>ul>li>div{
    float:left;
    width:33.3%;
    padding:30px 0px;
    line-height: 40px;
}

.cpyb>ul>li>.ffl{
    font-size: 16px;
    color: rgb( 51, 51, 51 );
    text-align:left;
}

.cpyb>ul>li>.ffc{
    font-size: 14px;
    color: rgb( 51, 51, 51 );
    text-align:center;
}

.cpyb>ul>li>.ffr>a{
    display: block;
    width:100px;
    height:40px;
    font-size: 14px;
    color: rgb( 51, 51, 51 );
    border-width: 1px;
    border-color: rgb( 51, 51, 51 );
    border-style: solid;
    float:right;
    line-height: 40px;
    text-align: center;
}

.cpyb>ul>li>.ffr>a>em{
    display:inline-block;
    width:13px;
    height:14px;
    background: url(../images/xj_a.png) no-repeat center;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 5px;

}

.cpyb>ul>li>.ffr>a:hover,
.cpyb>ul>li>.ffr .aon{
    background-color: rgb( 17, 106, 200 );
    border-width: 1px;
    border-color: rgb( 17, 106, 200 );
    border-style: solid;
    color:#ffffff;
}

.cpyb>ul>li>.ffr>a:hover em{
    background: url(../images/xj_b.png) no-repeat center;
}

.page>.pag_con{
    padding:65px 0px;
    width:19%;
    margin:0 auto;
}
.page>.pag_con>a{
    display:inline-block;
    width: 35px;
    height: 35px;
    border-width: 1px;
    border-color: rgb( 204, 204, 204 );
    border-style: solid;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: rgb( 51, 51, 51 );
    vertical-align: middle;
    margin:0px 5px;
}

.page>.pag_con>a>em{
    display:block;
    width:5px;
    height:9px;
    margin:12px auto;
}

.page>.pag_con>.pre>em{
    background: url(../images/pre.png) no-repeat center;
    background-size:100%;
    
}

.page>.pag_con>.nex>em{
    background: url(../images/nex.png) no-repeat center;
    background-size:100%;
    
}

.page>.pag_con>a:hover{
    background-color: rgb( 17, 106, 200 );
    border-width: 1px;
    border-color: rgb( 17, 106, 200 );
    border-style: solid;
    color:#ffffff;

}

.page>.pag_con>.pre:hover,
.page>.pag_con>.nex:hover{
    background-color:transparent;
}