﻿* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

body{
    overflow: hidden;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.hide{
    display: none;
}

.gbCon{
    width: 1090px;
    height: 630px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: 50%;
    margin-top: -315px;
}

.page1{
    width: 485px;
    height: 630px;
    position: absolute;
    right: 60px;
    background: url(../images/frist20180715.jpg) no-repeat;
}

.page1 p{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 460px;
}

.page2{
    width: 970px;
    height: 630px;
    background: url("../images/bg_inner.jpg") no-repeat;
    position: absolute;
    left: 60px;
}

.page2 h1 {
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 5px 5px 5px 15px;
    font-size: 28px;
    padding-bottom: 7px;
}

.page2 h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #08c;
}

.page2  .gblist {
    width: 365px;
    list-style: none;
}

.page2  .gblist li {
    line-height: 26px;
    margin-bottom: 10px;
}

.page2  .gblist li a {
    font-size: 14px;
    color: #333;
}
.page3{
    width: 485px;
    height: 630px;
    background: url(../images/bg_last.png) no-repeat;
    position: absolute;
    left: 60px;
}

.pleft{
    width: 485px;
    height: 630px;
    padding: 50px 50px 0;
    float: left;
    position: relative;
}

.pright{
    width: 485px;
    height: 630px;
    padding: 50px 50px 0;
    float: right;
    position: relative;
}

.pgNum{
    position: absolute;
    bottom: 30px;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    font-weight: bold;
    color: #111111;
    margin-left: 170px;
}

.arrow{
    position: absolute;
    top: 50%;
    z-index: 15;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    background: url(../images/icons.png) no-repeat;
    transform: scale(0.5);
}

.arrow.next {
    right: 0;
    background-position: -98px -12px;
}

.arrow.next:hover {
    background-position: -98px -93px;
}

.arrow.prev {
    left: 0;
    background-position: -15px -12px;
}

.arrow.prev:hover {
    background-position: -15px -93px;
}

.qzb{
    color: #cc0000;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.qzb a{
    color: #cc0000;
}