@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
    font-family: 'microsoft yahei ui', 'microsoft yahei', 'helvetica neue', arial, 'hiragino sans gb', sans-serif;
}



html,
body,
div,
p,
span,
font,
em,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
input,
button,
a {
    margin: 0 auto;
    padding: 0;
}

body {
    font-size: 16px;
    color: #333;
}

html,
body {
    height: 100%;
    width: 100%;

}

h3 {
    margin: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #0040D9;
}

img {
    border: 0px;
    vertical-align: top;
}

em,
i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}

input,
textarea,
button,
select {
    outline: none;
}

/*去掉IE11的叉叉*/
input::-ms-clear,
select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 95px;
    z-index: 10;
    overflow: hidden;
}

.logo{
    margin: 60px 0 0;
}

.nav{
    width: 678px;
    margin: 50px 0 0;
    background: url('../images/enter.png') top right no-repeat;
    padding-top: 45px;
}
.nav li{
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    padding: 0 23px;
    margin: 0 -23px;
    cursor: pointer;
}
.nav li a{
    display: block;
    color: #043776;
}
.nav li.cur,.nav li:hover{
    background: #043776;
    
}
.nav li.cur a,.nav li:hover a{
    color: #fff;
}


.section1,.slide1{
    background: url('../images/page1.jpg') top center no-repeat;
    background-size: 100%;
}
.section2,.slide2{
    background: url('../images/page2.jpg') top center no-repeat;
    background-size: 100%;
}
.section3,.slide3{
    background: url('../images/page3.jpg') top center no-repeat;
    background-size: 100%;
}
.section4,.slide4{
    background: url('../images/page4.jpg') top center no-repeat;
    background-size: 100%;
}
.section5,.slide5{
    background: url('../images/page5.jpg') top center no-repeat;
    background-size: 100%;
}

#pageInfo{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 95px;
    font-size: 20px;
    color: #fff;
    z-index: 10;
    background: url('../images/pagebg.png') bottom center no-repeat;
    height: 181px;
}

#pageInfo p{
    position: relative;
    display: inline-block;
    margin-top: 110px;
    
}
#pageInfo p:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 9px;
    width: 100%;
    background: rgba(246, 246, 243, 0.2);
}

#currentPage{
    display: inline-block;
    width: 58px;
    padding: 20px;
}
#currentPage.no1{
    background: url('../images/01.png') center top no-repeat;
}
#currentPage.no2{
    background: url('../images/02.png') center top no-repeat;
}
#currentPage.no3{
    background: url('../images/03.png') center top no-repeat;
}
#currentPage.no4{
    background: url('../images/04.png') center top no-repeat;
}
#currentPage.no5{
    background: url('../images/05.png') center top no-repeat;
}
