﻿body{min-width: 1380px;}
.hide{
    display: none;
}
.zfgb-container{overflow: hidden; background:url(/global/bcg20180715.jpg) no-repeat center top;}
.gbCon{
    width: 1090px;
    height: 630px;
    margin: 100px auto;
    position: relative;
    overflow: hidden;
}

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

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

.page2{
    width: 970px;
    height: 630px;
    background: url("/global/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;
}

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

.pright{
    width: 485px;
    height: 630px;
    padding: 50px 58px 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;
}

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

.zfgb-container .arrow.next {
    right: 0;
    background-position: -258px -221px;
}

.zfgb-container .arrow.next:hover {
    background-position: -259px -334px;
}

.zfgb-container .arrow.prev {
    left: 0;
    background-position: -15px -221px;
}

.zfgb-container .arrow.prev:hover {
    background-position: -15px -334px;
}

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

.qzb a{
    color: #cc0000;
}