﻿#banner {
    position: relative;
}

#banner .cont {
    position: absolute;
    top: 4.54545455%;
    left: 50%;
    margin-left: -600px;
}

#banner .img1 {
    position: absolute;
    width: 22.1875%;
    left: 38.90625%;
    top: 19.39393939%;
}

#banner .img2 {
    position: absolute;
    width: 35.41666667%;
    left: 32.29166667%;
    top: 40.90909091%;
}

#nav {
    background: #173da1;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#nav .cont {
    display: flex;
    justify-content: space-between;
}

#nav .cont a {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    padding: 25px 0;
}

#nav .cont .a {
    position: relative;
}

#nav .cont .a img {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
    transition: all 0.5s;
}

#nav .cont .a.on a,
#nav .cont .a:hover a {
    font-weight: bold;
}

#nav .cont .a.on img,
#nav .cont .a:hover img {
    opacity: 1;
    bottom: 10px;
    transition: all 0.5s;
}

#title {
    padding: 74px 0 40px;
    text-align: center;
}

#title .line {
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #b1b1b1;
    vertical-align: middle;
}

#title .text {
    color: #333333;
    font-weight: bold;
    font-size: 36px;
    margin: 0 15px;
}

#title p {
    color: #999999;
}

#one .box {
    width: 1030px;
    margin: 0 auto;
}

#one .box .left {
    width: 515px;
    opacity: 0;
}

#one .box .right {
    width: 515px;
    box-sizing: border-box;
    padding: 35px;
    color: #FFFFFF;
    background: #173da1;
    margin-top: 45px;
    opacity: 0;
}

#one .box p.t {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#one .box p.b {
    line-height: 2;
    font-size: 16px;
    text-align: justify;
}

#one .box2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#one .box2 div {
    background-color: #ffffff;
    box-shadow: 2.5px 4.33px 34px 0px rgba(0, 0, 0, 0.08);
    width: 178px;
    height: 178px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    opacity: 0;
}

#one .box2 div img {
    margin-bottom: 20px;
}

#one .box2 div p.t {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
}

#one .box2 div p.b {
    color: #173da1;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 2;
}

#two .box {
    width: 1070px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
}

#two .swiper-container {
    padding-bottom: 95px;
}

#two .pagination {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    left: 0;
}

#two .pagination span {
    margin: 0 5px;
    display: inline-block;
    border-width: 1px;
    border-color: #a0a0a0;
    border-style: solid;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: none;
}

#two .pagination .swiper-active-switch {
    background: #173da1;
    border-color: #173da1;
}

#two .arrow-left {
    position: absolute;
    left: -25px;
    top: 45%;
}

#two .arrow-right {
    position: absolute;
    right: -25px;
    top: 45%;
}

#two .item {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0 25px;
}

#two .item img {
    width: 100%;
}

#two .item .text {
    background: #FFFFFF;
    width: 450px;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    margin-top: -35px;
    height: 210px;
}

#two .item .text div {
    background-color: #173da1;
    position: absolute;
    width: 88px;
    height: 46px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 46px;
    border-radius: 23px;
    top: -23px;
    right: 25px;
}

#two .item .text .t {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#two .item .text .b {
    font-size: 16px;
    line-height: 1.8;
}

#three {
    padding-bottom: 60px;
    background: url(../img/xmlx-bg.png) no-repeat center top;
    background-size: 1920px 100%;
}

#three table {
    opacity: 0;
    background: rgba(255, 255, 255, 0.15);
    width: 100%;
}

#three table th {
    background: #004a9f;
    color: #FFFFFF;
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#three table th:nth-last-child(1) {
    border-right: none;
}

#three table td {
    text-align: center;
    color: #FFFFFF;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#three table td:nth-last-child(1) {
    border-right: none;
}

#three table td:nth-of-type(1) {
    background: #FFFFFE;
    color: #004a9f;
}

#three .threeMark {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
}

#four {
    background: url(../img/kctx-bg.png) no-repeat top center;
    background-size: 1920px 100%;
    height: 660px;
}

#four .cont {
    opacity: 0;
}

#five {
    padding-bottom: 50px;
    background: url(../img/tqpms-bg.png) no-repeat top center;
    background-size: 1920px 100%;
}

#five table {
    width: 100%;
    opacity: 0;
    border-bottom: 1px solid #173da1;
}

#five table th {
    padding: 17px 0;
    background: #173da1;
    color: #FFFFFF;
}

#five table td {
    padding: 15px 0;
    text-align: center;
    color: #333333;
}

#five table tr:nth-of-type(2n) {
    background: #FFFFFF;
}

#five table tr:nth-of-type(2n+1) {
    background: #f4f4f4;
}

.tableMark {
    opacity: 0;
}

.tableMark p {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #333333;
}

#five .subt {
    line-height: 60px;
    padding-left: 40px;
    background: -moz-linear-gradient(0deg, rgba(23, 61, 161, 0.1) 0%, rgba(23, 61, 161, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(23, 61, 161, 0.1) 0%, rgba(23, 61, 161, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(23, 61, 161, 0.1) 0%, rgba(23, 61, 161, 0) 100%);
    font-size: 20px;
    margin: 40px 0;
}

#five .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 70%;
    margin-left: 15%;
}

#five .tabs .tab {
    width: 110px;
    text-align: center;
    padding-top: 120px;
    cursor: pointer;
}

#five .tabs .tab1 {
    background: url(../img/sqlc-img1.png) no-repeat center top;
    background-size: 100%;
    transition: all 0.5s;
}

#five .tabs .tab1:hover,
#five .tabs .tab1.on {
    background: url(../img/sqlc-img1-on.png) no-repeat center top;
    background-size: 100%;
    color: #173da1;
    transition: all 0.5s;
}

#five .tabs .tab2 {
    background: url(../img/sqlc-img2.png) no-repeat center top;
    background-size: 100%;
    transition: all 0.5s;
}

#five .tabs .tab2:hover,
#five .tabs .tab2.on {
    transition: all 0.5s;
    background: url(../img/sqlc-img2-on.png) no-repeat center top;
    background-size: 100%;
    color: #173da1;
}

#five .tabs .tab3 {
    background: url(../img/sqlc-img3.png) no-repeat center top;
    background-size: 100%;
    transition: all 0.5s;
}

#five .tabs .tab3:hover,
#five .tabs .tab3.on {
    background: url(../img/sqlc-img3-on.png) no-repeat center top;
    background-size: 100%;
    color: #173da1;
    transition: all 0.5s;
}

#five .tabs .tab4 {
    background: url(../img/sqlc-img4.png) no-repeat center top;
    background-size: 100%;
    transition: all 0.5s;
}

#five .tabs .tab4:hover,
#five .tabs .tab4.on {
    background: url(../img/sqlc-img4-on.png) no-repeat center top;
    background-size: 100%;
    color: #173da1;
    transition: all 0.5s;
}

#five .tabs .tab5 {
    background: url(../img/sqlc-img5.png) no-repeat center top;
    background-size: 100%;
    transition: all 0.5s;
}

#five .tabs .tab5:hover,
#five .tabs .tab5.on {
    transition: all 0.5s;
    background: url(../img/sqlc-img5-on.png) no-repeat center top;
    background-size: 100%;
    color: #173da1;
}

#five .tabs .img img {
    margin-top: 50px;
}

#five .tabChange {
    display: none;
    background-color: #f4f4f4;
    box-shadow: 0px 2px 2.94px 0.06px rgba(4, 0, 0, 0.2);
    width: 1200px;
    height: 110px;
    box-sizing: border-box;
    padding: 20px;
    line-height: 1.8;
}

#five .tabChange a:hover {
    color: #173da1;
}

#five .bottom div {
    background-color: #ffffff;
    box-shadow: 2.5px 4.33px 34px 0px rgba(0, 0, 0, 0.12);
    width: 580px;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px 20px 120px;
}

#five .bottom span {
    color: #173da1;
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    line-height: 200px;
}

#five .bottom p {
    color: #333333;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

#six {
    background: url(../img/szll-bg.png) no-repeat top center;
    background-size: 1920px 100%;
    padding-bottom: 60px;
}

#six .device {
    opacity: 0;
}

#six .swiper-container {
    padding-bottom: 40px;
}

#six .arrow-left {
    position: absolute;
    left: -35px;
    top: 50%;
}

#six .arrow-right {
    position: absolute;
    right: -35px;
    top: 50%;
}

#six .pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    text-align: center;
}

#six .pagination span {
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 5px;
}

#six .pagination .swiper-active-switch {
    background: #FFFFFF;
}

#six .item {
    width: 380px;
    margin-right: 30px;
}

#six .swiper-slide .item:last-child {
    margin-right: 0;
}

#six .item .img {
    text-align: center;
    position: relative;
}

#six .item .img img {
    width: 120px;
}

#six .item .text {
    background: rgba(255, 255, 255, 0.25);
    padding: 80px 20px 0 20px;
    margin-top: -60px;
    color: #FFFFFF;
    height: 260px;
}

#six .item .text p.t {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

#six .item .text p.b {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.625;
    text-align: justify;
}

#six .item .text_lsw {
    padding: 80px 25px 0 25px;
}

#seven {
    background: url(../img/jyzl-bg.png?v=1.0) no-repeat top center;
    background-size: 1920px 100%;
    height: 970px;
}

#seven .top {
    height: 300px;
    position: relative;
    margin-bottom: 40px;
}

#seven .top .circle {
    opacity: 0;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 3.464px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#seven .top .circle p {
    color: #173da1;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#seven .top .circle span {
    font-size: 48px;
}

#seven .item {
    background: rgba(255, 255, 255, 0.9);
    width: 580px;
    height: 170px;
    box-sizing: border-box;
    padding: 20px 60px;
    margin-bottom: 30px;
}

#seven .item p {
    text-align: center;
    color: #333333;
    font-size: 18px;
}

#seven .item .t span {
    text-align: center;
    color: #333;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

#seven .item .b {
    font-size: 16px;
    color: #666666;
    line-height: 1.625;
}

#seven .item1 {
    background: #ffffff url(../img/jyzl-img1.png) no-repeat center 23px;
}

#seven .item1:hover {
    background: #173da1 url(../img/jyzl-img1-on.png) no-repeat center 23px;
    transition: all 0.5s;
}

#seven .item1:hover .t,
#seven .item1:hover .b {
    color: #FFFFFF;
}

#seven .item2 {
    background: #ffffff url(../img/jyzl-img2.png) no-repeat center 23px;
}

#seven .item2:hover {
    background: #173da1 url(../img/jyzl-img2-on.png) no-repeat center 23px;
    transition: all 0.5s;
}

#seven .item2:hover .t,
#seven .item2:hover .b {
    color: #FFFFFF;
}

#seven .item3 {
    background: #ffffff url(../img/jyzl-img3.png) no-repeat center 23px;
}

#seven .item3:hover {
    background: #173da1 url(../img/jyzl-img3-on.png) no-repeat center 23px;
    transition: all 0.5s;
}

#seven .item3:hover .t,
#seven .item3:hover .b {
    color: #FFFFFF;
}

#seven .item4 {
    background: #ffffff url(../img/jyzl-img4.png) no-repeat center 23px;
}

#seven .item4:hover {
    background: #173da1 url(../img/jyzl-img4-on.png) no-repeat center 23px;
    transition: all 0.5s;
}

#seven .item4:hover .t,
#seven .item4:hover .b {
    color: #FFFFFF;
}

#seven .item5 {
    background: #ffffff url(../img/jyzl-img5.png) no-repeat center 23px;
}

#seven .item5:hover {
    background: #173da1 url(../img/jyzl-img5-on.png) no-repeat center 23px;
    transition: all 0.5s;
}

#seven .item5:hover .t,
#seven .item5:hover .b {
    color: #FFFFFF;
}

#seven .item6 {
    background: #ffffff url(../img/jyzl-img6.png) no-repeat center 23px;
}

#seven .item6:hover {
    background: #173da1 url(../img/jyzl-img6-on.png) no-repeat center 23px;
}

#seven .item6:hover .t,
#seven .item6:hover .b {
    color: #FFFFFF;
}

#eight {
    background: url(../img/mlzc-bg.png) no-repeat top center;
    background-size: 1920px 100%;
    padding: 60px 0;
}

#eight .arrow-left {
    position: absolute;
    left: -35px;
    top: 50%;
}

#eight .arrow-right {
    position: absolute;
    right: -35px;
    top: 50%;
}

#eight .pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    text-align: center;
}

#eight .pagination span {
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 5px;
}

#eight .pagination .swiper-active-switch {
    background: #004a9f;
    border-color: #004a9f;
}

#eight .item {
    position: relative;
    height: 420px;
    width: 1200px;
}

#eight .item .div {
    position: absolute;
}

#eight .item .div .d {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: black;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 0;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

#eight .item .div .t {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 78px;
}

#eight .item .div .b {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

#nine {
    background: url(../img/lxwm-bg.png) no-repeat top center;
    background-size: 1920px 100%;
    padding-bottom: 60px;
}

#nine .cont p.t {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}

#nine .cont p.b {
    margin-bottom: 10px;
    font-size: 16px;
    color: #FFFFFF;
}

#nine .cont p.b a {
    color: #FFFFFF;
}