/*header .nav {*/
/*    background:#fff*/
/*}*/
/*header .nav .menu .list .item:hover a {*/
/*    font-weight:400;*/
/*    opacity:1;*/
/*    color:#00A4FF*/
/*}*/
/*header .nav .menu .list .item a {*/
/*    color:#666*/
/*}*/
/*header .nav .menu .list .down {*/
/*    position:absolute;*/
/*    width:160px;*/
/*    left:-44px;*/
/*    top:25px;*/
/*    text-align:center;*/
/*    font-size:32px;*/
/*    line-height:0;*/
/*    opacity:1;*/
/*    display:none;*/
/*    color:#fff*/
/*}*/
/*header .nav .menu .list .down .drop {*/
/*    position:relative;*/
/*    top:-11px;*/
/*    left:-10px;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:#fff;*/
/*    box-shadow:0 2px 10px 0 rgba(0,0,0,.08);*/
/*    border-radius:4px;*/
/*    text-align:left;*/
/*    padding:0 21px*/
/*}*/
/*header .nav .menu .list .down .drop li {*/
/*    font-size:16px;*/
/*    font-weight:400;*/
/*    line-height:53px;*/
/*    border-top:1px solid #f6f6f6*/
/*}*/
/*header .nav .menu .list .down .drop li:first-child {*/
/*    border:0*/
/*}*/
/*header .nav .menu .list .down .drop li:hover a {*/
/*    color:#00a4ff*/
/*}*/
/*header .nav .menu .list .down .drop li a {*/
/*    color:#666*/
/*}*/
/*header .nav .menu .list .down .drop .active a {*/
/*    color:#00a4ff*/
/*}*/
/*header .nav .menu .list .active a {*/
/*    font-weight:400;*/
/*    opacity:1;*/
/*    color:#00A4FF*/
/*}*/
/*header .nav .button {*/
/*    color:#fff;*/
/*    background:#00A4FF;*/
/*    width:140px;*/
/*    height:40px;*/
/*    line-height:40px*/
/*}*/
/*header .banner {*/
/*    text-align:center;*/
/*    position:relative;*/
/*    background-image:url(/images/document/banner.png);*/
/*    background-repeat:no-repeat;*/
/*    background-position:center;*/
/*    background-size:100% 100%;*/
/*    width:100%*/
/*}*/
/*header .banner .des {*/
/*    padding:60px 0;*/
/*    text-align:center*/
/*}*/
/*header .banner .des p {*/
/*    line-height:34px*/
/*}*/
/*header .banner .des .button-con {*/
/*    margin-top:80px;*/
/*    text-align:center*/
/*}*/
/*header .banner .des .button-con .button {*/
/*    width:160px;*/
/*    height:46px;*/
/*    line-height:46px;*/
/*    font-size:16px;*/
/*    color:#0a94ff*/
/*}*/
header .container{
    width: 100%;
    height: 100%;
    position: relative;
}
header .nav {
    position: absolute;
    height: 100px;
    margin:0 auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 9;
}
header .banner {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align:center;
    overflow: hidden;
}
header .banner .banner-first {
    width: 100%;
    height: auto;
}
header .banner .banner-first .banner-left-copyright {
    width: 100%;
    color: #ffffff;
    top: 30%;
    position: absolute;
}
header .banner .banner-first .banner-float {
    width: 1204px;
    margin: 0 auto;
}
header .banner .banner-first .index_banner {
    width: 100%;
    height: auto;
}
header .banner .banner-first .banner-left {
    width: 100%;
    text-align: center;
    color: #ffffff;
    top: 90px;
    position: absolute;
}
header .button-con{
    display: flex;
    justify-content: space-around;
}
header .banner .des h1 {
    line-height:190px
}
section {
    padding-top:80px;
    padding-bottom:80px
}
section .container {
    width:1204px;
    text-align:center;
    margin:0 auto
}
section .title {
    font-size:34px;
    font-weight:400;
    color:#333
}
section .des {
    font-size:16px;
    font-weight:400;
    color:#666;
    margin-top:17px
}
.document .left {
    width:184px;
    box-shadow:0 1px 10px 0 rgba(0,0,0,.06);
    display:inline-block;
    margin-right:14px;
    vertical-align:top;
    background:#fff
}
.document .left ul li {
    width:100%;
    height:18px;
    text-align:center;
    color:#333;
    font-size:16px;
    margin-top:39px;
    cursor:pointer;
    position:relative;
    font-weight:300;
}
.document .left ul li .line {
    display:none;
    width:2px;
    height:18px;
    background:#00A4FF;
    position:absolute;
    left:0;
    top:0
}
.document .left ul li:first-child {
    margin-top:49px
}
.document .left ul li:last-child {
    margin-bottom:49px
}
.document .left ul li:hover {
    color:#00A4FF
}
.document .left ul li:hover .line {
    display:block
}
.document .left ul .active {
    color:#00A4FF
}
.document .left ul .active .line {
    display:block
}
.document .right {
    width:996px;
    background:#fff;
    box-shadow:0 1px 10px 0 rgba(0,0,0,.06);
    padding:0 36px 40px;
    display:inline-block;
    vertical-align:top
}
.document .right .list ul li {
    padding:26px 0;
    color:#333;
    border-bottom:1px solid #E6E6E6;
    overflow:hidden;
    cursor:pointer
}
.document .right .list ul li p {
    font-size:16px;
    font-weight:400;
    float:left
}
.document .right .list ul li span {
    font-size:14px;
    font-weight:400;
    color:#333;
    float:right
}
.document .right .list ul li:hover {
    color:#00a4ff
}
.document .right .list ul .active {
    color:#00A4FF
}
.document .right .list #page {
    margin-top:50px
}
.document .right .list #page .page-tou,.document .right .list #page .page-prev,.document .right .list #page .page-next,.document .right .list #page .page-wei {
    width:28px;
    height:28px;
    display:inline-block;
    vertical-align:middle;
    line-height:28px;
    margin-right:5px;
    cursor:pointer
}
.document .right .list #page .page-tou img,.document .right .list #page .page-prev img,.document .right .list #page .page-next img,.document .right .list #page .page-wei img {
    vertical-align:middle
}
.document .right .list #page .item {
    width:28px;
    height:28px;
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    font-weight:400;
    color:#666;
    line-height:28px;
    margin-right:5px;
    cursor:pointer
}
.document .right .list #page .item:hover {
    background:#00a4ff;
    border-radius:2px;
    color:#fff
}
.document .right .list #page .shenlue {
    width:28px;
    height:28px;
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    font-weight:400;
    color:#666;
    line-height:28px;
    margin-right:5px
}
.document .right .list #page .active {
    background:#00a4ff;
    border-radius:2px;
    color:#fff
}
.document .right .list .page-content {
    display:inline-block;
    vertical-align:middle
}
.document .right .list .detial .top {
    overflow:hidden;
    height:70px;
    border-bottom:1px solid #e6e6e6
}
.document .right .list .detial .top p {
    font-size:14px;
    font-weight:400;
    color:#999;
    float:left;
    cursor:pointer;
    line-height:70px
}
.document .right .list .detial .top p:hover {
    color:#00A4FF
}
.document .right .list .detial .top span {
    line-height:70px;
    font-size:14px;
    font-weight:400;
    color:#999;
    float:right
}
.document .right .list .detial .bot {
    text-align:left;
    margin-top:39px
}
.document .right .list .detial .bot b,.document .right .list .detial .bot optgroup,.document .right .list .detial .bot strong {
    font-weight:700
}
.document .right .list .detial .bot h4 {
    font-size:20px;
    font-weight:600;
    color:#333
}
.document .right .list .detial .bot p {
    font-size:14px;
    font-weight:400;
    color:#333;
    line-height:22px;
    margin-top:24px
}
.document .right .list .detial .bot a {
    color: #00a4ff !important;
}
.document .right .article h5 {
    font-size:16px;
    font-weight:400;
    color:#333;
    margin-top:30px;
    text-align:left
}
.document .right .article p {
    font-size:14px;
    line-height:22px;
    margin-top:15px;
    color:#333;
    text-align:left;
    font-weight:300;
}

.fix-top-nav-1 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 99
}

.fix-top-nav-1 .container {
    width: 100%;
    min-width: 1204px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .12);
    overflow: hidden
}

.fix-top-nav-1 .nav {
    width: 1204px;
    padding: 20px 0;
    margin: 0 auto;
    overflow: hidden
}

.fix-top-nav-1 .nav img {
    width: 114px;
    height: 40px;
    float: left
}

.fix-top-nav-1 .nav .menu {
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 40px;
    vertical-align: middle
}

.fix-top-nav-1 .nav .menu .list {
    display: inline-block;
    position: relative
}

.fix-top-nav-1 .nav .menu .list .item {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 20px;
    cursor: pointer;
    position: relative
}

.fix-top-nav-1 .nav .menu .list .item:hover a {
    font-weight: 400;
    opacity: 1;
    color: #00A4FF
}

.fix-top-nav-1 .nav .menu .list .item a {
    color: #333
}

.fix-top-nav-1 .nav .menu .list .down {
    position: fixed;
    width: 180px;
    left: 50%;
    margin-left: -330px;
    top: 44px;
    text-align: center;
    font-size: 32px;
    line-height: 0;
    opacity: 1;
    display: none;
    color: #fff;
    z-index: 99999
}

.fix-top-nav-1 .nav .menu .list .down .drop {
    position: relative;
    top: -11px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
    border-radius: 4px;
    text-align: left;
    padding: 0 21px;
    z-index: 99
}

.fix-top-nav-1 .nav .menu .list .down .drop li {
    font-size: 16px;
    font-weight: 400;
    line-height: 53px;
    border-top: 1px solid #f6f6f6
}

.fix-top-nav-1 .nav .menu .list .down .drop li:first-child {
    border: 0
}

.fix-top-nav-1 .nav .menu .list .down .drop li:hover a {
    color: #00a4ff
}

.fix-top-nav-1 .nav .menu .list .down .drop li a {
    color: #666
}

.fix-top-nav-1 .nav .menu .list .down .drop .active a {
    color: #00a4ff
}

.fix-top-nav-1 .nav .menu .list .active a {
    font-weight: 400;
    opacity: 1;
    color: #00A4FF
}

.fix-top-nav-1 .nav .button {
    display: inline-block;
    width: 140px;
    height: 40px;
    background: #00A4FF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-left: 100px
}
