.header {
    height: 84px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header .logo a {
    width: 254px;
    height: 65px;
    display: block;
}

.header .logo a img {
    width: 100%;
}

.header .nav {
    height: 100%;
    line-height: 84px;
}

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

.header .nav ul li {
    position: relative;
    border-top: 3px solid #fff;
}

.header .nav ul li>a {
    padding: 0 25px;
    display: block;
    color: #333333;
    font-size: 18px;
}

.header .nav ul li .nav_list {
    display: none;
    position: absolute;
    top: 80px;
    z-index: 9;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.header .nav ul li .nav_list a {
    color: #fffefe;
    font-size: 18px;
    display: block;
    padding: 4px;
    text-align: center;
    line-height: 1.8;
}

.header .nav ul li .nav_list a.on {
    background: rgba(0, 0, 0, 0.15);
}

.header .nav ul li .nav_list a:hover {
    background: rgba(0, 0, 0, 0.15);
}

.header .nav ul li:last-child {
    margin-right: 0;
}

.header .nav ul li.on::before {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background-color: #1354cb;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header .nav ul li:hover::before {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background-color: #1354cb;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header .nav ul li:hover .nav_list {
    display: block;
}

.header .search {
    width: 13.34%;
}

.header .search .ss {
    width: 256px;
    position: relative;
}

.header .search .ss input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background-color: #f9f9f9;
    border-radius: 17px;
    color: #333;
    font-size: 14px;
    text-indent: 2.5em;
}

.header .search .ss input::placeholder {
    color: #bababa;
}

.header .search .ss img {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.header .search .ss img:hover {
    cursor: pointer;
}

.screen1 .banner {
    overflow: hidden;
    position: relative;
}

.screen1 .banner .banner_js {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    z-index: 2;
    text-align: center;
}

.screen1 .banner .banner_js h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    height: 42px;
    margin-bottom: 22px;
}

.screen1 .banner .banner_js p {
    color: #fff;
    font-size: 22px;
}

.screen1 .banner .swiper .swiper-slide img {
    max-width: 100%;
}

.screen1 .banner .swiper .swiper-pagination {
    display: flex;
    background: url(../img/line.png) no-repeat center;
    justify-content: space-evenly;
    bottom: 30%;
    height: 158px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 101px;
    height: 101px;
    background: url(../img/dian_bg.png) no-repeat center;
    box-sizing: border-box;
    padding-top: 25px;
    transition: all 0.5s;
    position: absolute;
    top: 70%;
    left: 15%;
}

.swiper-pagination-bullet:only-child {
    display: block !important;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet em {
    display: block;
    background: url(../img/icon1.png) no-repeat top center;
    background-size: 32px 32px;
    padding-top: 40px;
    height: 101px;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet em:hover {
    background: url(../img/icon11.png) no-repeat top center;
    background-size: 32px 32px;
    color: #1354cb;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    position: absolute;
    top: 30%;
    left: 29%;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2) em {
    background: url(../img/icon2.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(2) em:hover {
    background: url(../img/icon22.png) no-repeat top center;
    background-size: 32px 32px;
    color: #1354cb;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    position: absolute;
    top: -15%;
    left: 41%;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3) em {
    background: url(../img/icon3.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(3) em:hover {
    background: url(../img/icon33.png) no-repeat top center;
    background-size: 32px 32px;
    color: #1354cb;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    position: absolute;
    top: -30%;
    left: 55%;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4) em {
    background: url(../img/icon4.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(4) em:hover {
    background: url(../img/icon44.png) no-repeat top center;
    background-size: 32px 32px;
    color: #1354cb;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    position: absolute;
    top: 5%;
    left: 68%;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5) em {
    background: url(../img/icon5.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(5) em:hover {
    background: url(../img/icon55.png) no-repeat top center;
    background-size: 32px 32px;
    color: #1354cb;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
    position: absolute;
    top: 25%;
    left: 81%;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6) em {
    background: url(../img/icon6.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(6) em:hover {
    background: url(../img/icon66.png) no-repeat top center;
    background-size: 32px 32px;
    color: #1354cb;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet:hover {
    transform: scale(1.2);
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(1) {
    transform: scale(1.2);
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(1) em {
    color: #1354cb;
    background: url(../img/icon11.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(2) {
    transform: scale(1.2);
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(2) em {
    color: #1354cb;
    background: url(../img/icon22.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(3) {
    transform: scale(1.2);
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(3) em {
    color: #1354cb;
    background: url(../img/icon33.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(4) {
    transform: scale(1.2);
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(4) em {
    color: #1354cb;
    background: url(../img/icon44.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(5) {
    transform: scale(1.2);
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(5) em {
    color: #1354cb;
    background: url(../img/icon55.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(6) {
    transform: scale(1.2);
}

.screen1 .banner .swiper .swiper-pagination .swiper-pagination-bullet-active:nth-child(6) em {
    color: #1354cb;
    background: url(../img/icon66.png) no-repeat top center;
    background-size: 32px 32px;
}

.screen2 {
    margin-top: -97px;
    position: relative;
    margin-bottom: 40px;
    z-index: 9;
}

.screen2 .w {
    display: flex;
}

.screen2 .w .sygg {
    width: 72%;
    margin-right: 2%;
    background-color: #fff;
    height: 330px;
    box-shadow: 0px 0px 10px 1px #f1f1f1;
}

.screen2 .w .sygg .logins {
    overflow: hidden;
    position: relative;
}

.screen2 .w .sygg .logins .tab_d {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

.screen2 .w .sygg .logins .tab_d .item_d {
    margin-left: 36px;
    color: #999999;
    font-size: 18px;
    padding: 32px 0;
    border-top: 5px solid #fff;
}

.screen2 .w .sygg .logins .tab_d .item_d.on {
    color: #1354cb;
    font-size: 22px;
    font-weight: 700;
    border-top: 5px solid #1354cb;
}

.screen2 .w .sygg .logins .tab_d .item_d:hover {
    cursor: pointer;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d {
    display: none;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d .more {
    position: absolute;
    top: 40px;
    right: 20px;
    color: #999;
    font-size: 16px;
    display: block;
    padding-right: 20px;
    background: url(../img/more.png) no-repeat right center;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d .more:hover {
    color: #1354cb;
    background: url(../img/mores.png) no-repeat right center;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul li {
    width: 50%;
    padding: 34px;
    box-sizing: border-box;
    border-right: 1px solid #f9f9f9;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul li a {
    display: block;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul li a span {
    display: block;
    color: #c4c4c4;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 28px;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul li a h1 {
    color: #333333;
    font-size: 24px;
    height: 26px;
    margin-bottom: 16px;
    font-weight: 400;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul li a h1:hover {
    color: #1354cb;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul li a p {
    color: #999999;
    font-size: 16px;
    margin-bottom: 36px;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul li a em {
    display: inline-block;
    color: #999999;
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
    transition: all 1s;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul li a em:hover {
    color: #1354cb;
    border-bottom: 1px solid #1354cb;
}

.screen2 .w .sygg .logins .tab_item_d .item_con__d ul li:nth-child(2n+2) {
    margin-right: 0;
}

.screen2 .w .sp {
    width: 26%;
    height: 330px;
}

.screen2 .w .sp .sp_nr {
    width: 100%;
    height: 100%;
    position: relative;
}

.screen2 .w .sp .sp_nr .sp_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.screen2 .w .sp .sp_nr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.screen2 .w .sp .sp_nr video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.screen2 .w .sp .sp_nr .play {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.screen2 .w .sp .sp_nr .play:hover {
    cursor: pointer;
}

.screen3 {
    overflow: hidden;
}

.screen3 .jj_img img {
    display: block;
    margin: 50px auto 0;
    max-width: 100%;
}

.screen3 .jj_nr p {
    color: #666666;
    font-size: 18px;
    margin-top: 20px;
    line-height: 36px;
}

.screen3 .jj_nr .num {
    margin-top: 56px;
    margin-bottom: 40px;
}

.screen3 .jj_nr .num ul {
    display: flex;
    justify-content: space-around;
}

.screen3 .jj_nr .num ul li span {
    color: #1354cb;
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
}

.screen3 .jj_nr .num ul li sup {
    vertical-align: 25px;
    color: #1354cb;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

.screen3 .jj_nr .num ul li sub {
    color: #333333;
    font-size: 18px;
}

.screen3 .jj_nr .num ul li h5 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin-top: 36px;
}

.screen3 .jj_nr .jj_lj {
    height: 400px;
    width: 100%;
    position: relative;
}

.screen3 .jj_nr .jj_lj .jj_img {
    width: 774px;
    height: 400px;
    float: left;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

.screen3 .jj_nr .jj_lj .jj_img:hover {
    transform: translateX(50px);
}

.screen3 .jj_nr .jj_lj .jj_list {
    margin-top: 44px;
    float: left;
}

.screen3 .jj_nr .jj_lj .jj_list ul {
    display: flex;
}

.screen3 .jj_nr .jj_lj .jj_list ul li {
    margin-left: 46px;
    margin-right: 8px;
}

.screen3 .jj_nr .jj_lj .jj_list ul li a {
    display: inline-flex;
    width: 136px;
    height: 136px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.screen3 .jj_nr .jj_lj .jj_list ul li a img {
    display: block;
}

.screen3 .jj_nr .jj_lj .jj_list ul li a .img2 {
    display: none;
}

.screen3 .jj_nr .jj_lj .jj_list ul li a p {
    color: #333333;
    font-size: 18px;
}

.screen3 .jj_nr .jj_lj .jj_list ul li a:hover {
    border: 1px solid #1354cb;
}

.screen3 .jj_nr .jj_lj .jj_list ul li a:hover .img1 {
    display: none;
}

.screen3 .jj_nr .jj_lj .jj_list ul li a:hover .img2 {
    display: block;
}

.screen3 .jj_nr .jj_lj .jj_list ul li a:hover p {
    color: #1354cb;
}

.screen3 .jj_nr .jj_lj .jj_bg {
    text-align: center;
    position: absolute;
    right: -250px;
    bottom: 0;
    height: 177px;
    width: 100%;
    z-index: 1;
    background: url(../img/jj_bg_xb.png) #1354cb no-repeat 81.5% 50%;
}

.screen3 .jj_nr .jj_lj .jj_bg a {
    display: block;
    height: 177px;
    transition: all 0.5s;
}

.screen3 .jj_nr .jj_lj .jj_bg a h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 60px;
    left: 42%;
}

.screen3 .jj_nr .jj_lj .jj_bg a p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 50px;
    left: 42%;
}

.screen3 .jj_nr .jj_lj .jj_bg a:hover {
    transform: scale(1.2);
}

.screen4 {
    background-color: #f9f9f9;
    height: 802px;
    padding: 67px 0;
    box-sizing: border-box;
}

.screen4 .jtcy {
    position: relative;
    margin-left: 260px;
}

.screen4 .jtcy .more {
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 3;
    width: 50%;
}

.screen4 .jtcy .more .title {
    color: #333;
    font-size: 34px;
    font-weight: 700;
}

.screen4 .jtcy .more em {
    color: #999;
    font-size: 16px;
    display: block;
    padding-right: 20px;
    margin-right: 80px;
    background: url(../img/more.png) no-repeat right center;
}

.screen4 .jtcy .more:hover em {
    color: #1354cb;
    background: url(../img/mores.png) no-repeat right center;
}

.screen4 .jtcy .swiper .swiper-slide {
    display: flex;
}

.screen4 .jtcy .swiper .swiper-slide .cj {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f9f9f9;
    z-index: 2;
}

.screen4 .jtcy .swiper .swiper-slide a {
    display: none;
    margin-right: 104px;
    position: relative;
    z-index: 3;
    width: 50%;
}

.screen4 .jtcy .swiper .swiper-slide a h1 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 300px;
}

.screen4 .jtcy .swiper .swiper-slide a h1:hover {
    color: #1354cb;
}

.screen4 .jtcy .swiper .swiper-slide a p {
    color: #999999;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 60px;
}

.screen4 .jtcy .swiper .swiper-slide a p:hover {
    color: #1354cb;
}

.screen4 .jtcy .swiper .swiper-slide a em {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #1354cb;
    color: #1354cb;
    font-size: 16px;
}

.screen4 .jtcy .swiper .swiper-slide .img {
    position: relative;
    z-index: 1;
}

.screen4 .jtcy .swiper .swiper-slide .img img {
    width: 579px;
    height: 663px;
}

.screen4 .jtcy .swiper .swiper-slide .img h2 {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

.screen4 .jtcy .swiper .swiper-slide-active a {
    display: block;
}

.screen4 .jtcy .swiper .swiper-slide-active .cj {
    display: block;
}

.screen4 .jtcy .swiper .swiper-pagination {
    bottom: auto;
    top: 80px;
    width: 50%;
    text-align: left;
}

.screen4 .jtcy .swiper .swiper-pagination .swiper-pagination-bullet {
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
    margin: 0;
    margin-right: 50px;
    margin-bottom: 36px;
}

.screen4 .jtcy .swiper .swiper-pagination .swiper-pagination-bullet em {
    color: #d9e0ee;
    font-size: 46px;
    font-weight: 700;
}

.screen4 .jtcy .swiper .swiper-pagination .swiper-pagination-bullet:hover em {
    color: #1354cb;
}

.screen4 .jtcy .swiper .swiper-pagination .swiper-pagination-bullet-active em {
    color: #1354cb;
}

.screen4 .jtcy .swiper .swiper-button-next {
    background: url(../img/cy_r.png) no-repeat center;
    width: 52px;
    height: 52px;
    opacity: 1;
    top: 95%;
    right: auto;
    left: 5%;
}

.screen4 .jtcy .swiper .swiper-button-next:hover {
    background: url(../img/cy_r_on.png) no-repeat center;
}

.screen4 .jtcy .swiper .swiper-button-prev {
    background: url(../img/cy_z.png) no-repeat center;
    width: 52px;
    height: 52px;
    opacity: 1;
    left: 0%;
    top: 95%;
}

.screen4 .jtcy .swiper .swiper-button-prev:hover {
    background: url(../img/cy_z_on.png) no-repeat center;
}

.screen4 .jtcy .swiper .next {
    background: url(../img/cy_r_on.png) no-repeat center;
    width: 52px;
    height: 52px;
    opacity: 1;
    right: 8%;
    left: auto;
    top: 50%;
}

.screen4 .jtcy .swiper .swiper-button-next:after,
.screen4 .jtcy .swiper .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.screen4 .jtcy .swiper .swiper-button-prev:after,
.screen4 .jtcy .swiper .swiper-rtl .swiper-button-next:after {
    content: '';
}

.screen5 {
    margin-top: 64px;
}

.screen5 .w {
    position: relative;
}

.screen5 .w .title {
    display: inline-block;
}

.screen5 .w .title a {
    display: block;
    color: #333333;
    font-size: 34px;
    font-weight: 700;
}

.screen5 .w .title a:hover {
    color: #1354cb;
}

.screen5 .w .jtdt .jtdts .tab_d {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.screen5 .w .jtdt .jtdts .tab_d .item_d {
    color: #333333;
    font-size: 18px;
    margin-left: 46px;
}

.screen5 .w .jtdt .jtdts .tab_d .item_d.on {
    color: #1354cb;
    font-weight: 700;
}

.screen5 .w .jtdt .jtdts .tab_d .item_d:hover {
    cursor: pointer;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d {
    display: none;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul {
    margin-top: 34px;
    overflow: hidden;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .first {
    padding-bottom: 56px;
    border-bottom: 1px solid #e7e7e7;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .first a {
    display: block;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .first a span {
    display: block;
    color: #666267;
    font-size: 16px;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .first a h3 {
    margin-top: 26px;
    font-size: 30px;
    height: 32px;
    color: #333;
    margin-bottom: 18px;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .first a p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 46px;
    height: 18px;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .first a em {
    display: inline-block;
    padding-bottom: 5px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #333;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .first a:hover h3 {
    color: #1354cb;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .first a:hover em {
    color: #1354cb;
    border-bottom: 1px solid #1354cb;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second {
    position: relative;
    display: flex;
    width: 33.3%;
    float: left;
    height: 312px;
    border-bottom: 1px solid #999999;
    transition: all 1s;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second a span {
    margin: 0 44px;
    margin-top: 34px;
    display: block;
    color: #c4c4c4;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 4px;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second a i {
    margin: 0 44px;
    display: block;
    color: #c4c4c4;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second a h3 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    margin: 22px 44px 16px 44px;
    line-height: 36px;
    min-height: 72px;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second a p {
    margin: 0 44px;
    color: #999999;
    font-size: 16px;
    height: 16px;
    margin-bottom: 46px;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second a em {
    color: #999999;
    font-size: 16px;
    margin: 0 44px;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #999999;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second a img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second:hover {
    transform: rotateY(0.5turn);
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second:hover img {
    transform: rotateY(180deg);
    display: block;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second:hover h3 {
    color: #1354cb;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d ul .second:hover em {
    transform: rotateY(180deg);
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 2;
    border-bottom: none;
    color: #fff;
    margin: 0px;
    padding-right: 14px;
    background: url(../img/xw_r.png) no-repeat right center;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d .xw_more {
    text-indent: 1.5rem;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 32px;
    color: #fff;
    font-size: 16px;
    display: block;
    border-radius: 22px;
    background: url(../img/xw_zjt.png) #999999 no-repeat 90% center;
}

.screen5 .w .jtdt .jtdts .jtdt_d .jtdt__d .xw_more:hover {
    background: url(../img/xw_zjt.png) #1354cb no-repeat 90% center;
}

.screen6 {
    margin-top: 80px;
}

.screen6 .qk {
    height: 113px;
    line-height: 113px;
    background: url(../img/qk.png) no-repeat center;
}

.screen6 .qk .w {
    display: flex;
    align-items: center;
}

.screen6 .qk .w .left h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-left: 40px;
    background: url(../img/qk_s.png) no-repeat left center;
}

.screen6 .qk .w .middle {
    margin-left: 27%;
    overflow: hidden;
    width: 45%;
}

.screen6 .qk .w .middle .swiper-slide a {
    color: #6ba4ce;
    font-size: 22px;
    font-weight: 700;
}

.screen6 .qk .w .middle .swiper-slide a:hover {
    color: #fff;
}

.screen6 .qk .w .middle .swiper-slide-active a {
    color: #fff;
}

.screen6 .qk .w .right {
    margin-left: 50px;
}

footer .foot_top {
    width: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    overflow: hidden;
    height: 298px;
    background-color: #112249;
}

footer .foot_top .w .foot_t {
    display: flex;
}

footer .foot_top .w .foot_t h2 {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    margin-right: 19.4%;
}

footer .foot_top .w .foot_t h2:nth-child(2) {
    margin-right: 20.5%;
}

footer .foot_top .w .foot_t h2:nth-child(3) {
    margin-right: 25.5%;
}

footer .foot_top .w .foot_t h2:nth-child(4) {
    margin-right: 0%;
}

footer .foot_top .w .foot_b {
    display: flex;
}

footer .foot_top .w .foot_b .left {
    width: 52%;
}

footer .foot_top .w .foot_b .left ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 120px;
    width: 230px;
    margin-right: 120px;
    float: left;
}

footer .foot_top .w .foot_b .left ul li a {
    color: #727c94;
    font-size: 16px;
    margin-bottom: 16px;
}

footer .foot_top .w .foot_b .left ul li a:hover {
    color: #fff;
}

footer .foot_top .w .foot_b .left ul li:nth-child(2) {
    width: 246px;
    height: 175px;
}

footer .foot_top .w .foot_b .middle {
    width: 22%;
    margin-right: 140px;
}

footer .foot_top .w .foot_b .middle h1 {
    margin: 12px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

footer .foot_top .w .foot_b .middle span {
    display: block;
    color: #727c94;
    font-size: 16px;
    line-height: 30px;
}

footer .foot_top .w .foot_b .right {
    width: 17%;
}

footer .foot_top .w .foot_b .right .ewm_list {
    display: flex;
    justify-content: space-between;
}

footer .foot_top .w .foot_b .right .ewm_list .ewm img {
    width: 111px;
    height: 111px;
    display: block;
    margin: 0 auto;
}

footer .foot_top .w .foot_b .right .ewm_list .ewm p {
    color: #727c94;
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}

footer .foot_top .w .foot_b .right .ewm_list .ewm:nth-child(2) {
    margin-left: 14px;
}

footer .foot_bot {
    height: 58px;
    line-height: 58px;
    background-color: #152b5d;
}

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

footer .foot_bot .w .gjz a {
    color: #727c94;
    display: inline-block;
    font-size: 16px;
}

footer .foot_bot .w .gjz a:hover {
    color: #fff;
}

footer .foot_bot .w .gjz .mab {
    margin: 0 14px;
}

footer .foot_bot .w .gjz .cnzz {
    margin-left: 46px;
}

footer .foot_bot .w .gjz .db_wzdt {
    margin-left: 26px;
}

.block {
    display: block !important;
}

.dq_bg {
    height: 45px;
    line-height: 45px;
    background: url(../img/dq_bg.jpg) no-repeat center;
}

.dq_bg .dqwzs .dq_add {
    display: flex;
    align-items: center;
}

.dq_bg .dqwzs .dq_add a {
    color: #333333;
    font-size: 14px;
    display: inline-block;
}

.dq_bg .dqwzs .dq_add a.on {
    color: #1354cb;
}

.dq_bg .dqwzs .dq_add a:hover {
    color: #1354cb;
}

.dq_bg .dqwzs .dq_add .sjx {
    margin: 0 12px;
}

.wzdt {
    min-height: 500px;
}

.wzdt .wzdt_list {
    margin-top: 156px;
    display: flex;
    justify-content: space-evenly;
}

.wzdt .wzdt_list li {
    text-align: center;
}

.wzdt .wzdt_list li>a {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.wzdt .wzdt_list li>a:hover {
    color: #1354cb;
}

.wzdt .wzdt_list li .dt_xl {
    margin-top: 24px;
}

.wzdt .wzdt_list li .dt_xl a {
    display: block;
    color: #999999;
    font-size: 18px;
    margin-bottom: 14px;
}

.wzdt .wzdt_list li .dt_xl a:hover {
    color: #1354cb;
}

.zy_banner {
    position: relative;
    width: 100%;
}

.zy_banner>img {
    width: 100%;
    height: 434px;
}

.zy_banner>.w .sy_one {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

.zy_banner>.w .sy_one h1 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
}

.zy_banner>.w .sy_one em {
    display: block;
    width: 2px;
    height: 60px;
    background-color: #fff;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}

.zy_banner>.w .sy_one em span {
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #1354cb;
    -webkit-animation: rotate1 3s linear infinite;
    -moz-animation: rotate1 3s linear infinite;
    -o-animation: rotate1 3s linear infinite;
    animation: rotate1 3s linear infinite;
}

.zy_banner>.w .nav_ej {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zy_banner>.w .nav_ej .nav_ej_list {
    width: 100%;
    height: 100%;
    margin: 0 20px;
    overflow: hidden;
}

.zy_banner>.w .nav_ej .nav_ej_list .swiper2 {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.zy_banner>.w .nav_ej .nav_ej_list .swiper-wrapper .swiper-slide {
    width: auto;
}

.zy_banner>.w .nav_ej .nav_ej_list .swiper-wrapper .swiper-slide a {
    color: #333333;
    font-size: 20px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    /* min-width: 160px; */
    padding: 0 40px;
    text-align: center;
    box-sizing: border-box;
}

.zy_banner>.w .nav_ej .nav_ej_list .swiper-wrapper .swiper-slide a.on {
    background-color: #1354cb;
    color: #fff;
    text-align: center;
    padding-right: 20px;
    padding-left: 50px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.zy_banner>.w .nav_ej .nav_ej_list .swiper-wrapper .swiper-slide a:hover {
    background-color: #1354cb;
    color: #fff;
    text-align: center;
    /* padding-right: 20px;
    padding-left: 50px; */
}

.zy_banner>.w .nav_ej .nav_ej_list .swiper-wrapper .swiper-slide a.on::before {
    display: block;
}

.zy_banner>.w .nav_ej .nav_ej_list .swiper-wrapper .swiper-slide a:hover::before {
    display: block;
}

.zy_banner>.w .nav_ej .nav_ej_list .swiper-wrapper .swiper-slide a::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 45%;
    left: 15px;
}

@keyframes rotate1 {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.jj {
    margin-top: 80px;
    padding-bottom: 90px;
    min-height: 500px;
}

.jj img {
    max-width: 100%;
}

.jj video {
    max-width: 100%;
}

.jj iframe {
    max-width: 100%;
}

.jj table {
    max-width: 100%;
}

.jj .top {
    display: flex;
    justify-content: space-between;
}

.jj .top h1 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    width: 54%;
}

.jj .jj_img {
    position: relative;
}

.jj .jj_img .jj_gd {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
    width: 87%;
    background-color: #f9f9f9;
    height: 142px;
}

.jj .jj_img .jj_gd .jj_time {
    width: 25%;
    text-align: center;
    padding-top: 20px;
}

.jj .jj_img .jj_gd .jj_time span {
    color: #333333;
    font-size: 60px;
}

.jj .jj_img .jj_gd .jj_time sup {
    vertical-align: 25px;
    color: #333333;
    font-size: 24px;
}

.jj .jj_img .jj_gd .jj_time sub {
    color: #333333;
    font-size: 18px;
}

.jj .jj_img .jj_gd .jj_time h5 {
    color: #333333;
    font-size: 18px;
    margin-top: 24px;
    font-weight: 400;
}

.jj .div p {
    color: #333333;
    font-size: 18px;
    line-height: 36px;
}

.jj p {
    color: #333333;
    font-size: 18px;
    line-height: 36px;
}

.lxwm {
    margin-top: 70px;
}

.lxwm .dt {
    width: 100%;
    height: 450px;
}

.lxwm .dt iframe {
    width: 100%;
    height: 100%;
}

.lxwm .lxfs {
    margin-top: 60px;
    margin-bottom: 95px;
    display: flex;
    justify-content: space-between;
}

.lxwm .lxfs .tel {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lxwm .lxfs .tel span {
    color: #333;
    font-size: 18px;
    display: block;
    margin-top: 38px;
    margin-bottom: 28px;
}

.lxwm .lxfs .tel h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.lxwm .lxfs .tel::after {
    content: '';
    display: block;
    width: 1px;
    height: 75%;
    background-color: #d3d3d3;
    position: absolute;
    top: 0;
    right: 0;
}

.lxwm .lxfs .tel:last-child::after {
    display: none;
}

.rlzy {
    overflow: hidden;
}

.rlzy .rl_nr {
    width: 79%;
    text-align: center;
    min-height: 500px;
    margin: 50px auto 0;
}

.rlzy .rl_nr h2 {
    display: inline-block;
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 16px;
    margin-bottom: 58px;
    position: relative;
}

.rlzy .rl_nr h2::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background-color: #1354cb;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.rlzy .rl_nr img {
    max-width: 100%;
}

.rlzy .rl_nr video {
    max-width: 100%;
}

.rlzy .rl_nr iframe {
    max-width: 100%;
}

.rlzy .rl_nr table {
    max-width: 100%;
}

.rlzy .rl_nr p {
    color: #333333;
    font-size: 18px;
    line-height: 36px;
}

.rlzy .rl_nr p em {
    color: #1354cb;
    font-size: 18px;
}

.sygg .gg_list {
    margin-top: 85px;
    margin-bottom: 78px;
}

.sygg .gg_list ul {
    padding-top: 0.2%;
    min-height: 500px;
    overflow: hidden;
    margin-bottom: 90px;
}

.sygg .gg_list ul li {
    height: 100px;
    margin-right: 2%;
    width: 48.8%;
    float: left;
    margin-left: 0.1%;
    margin-bottom: 64px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.5s;
}

.sygg .gg_list ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.sygg .gg_list ul li a .left {
    width: 10%;
    float: left;
    text-align: center;
    margin-right: 48px;
    margin-left: 16px;
}

.sygg .gg_list ul li a .left span {
    color: #333333;
    font-size: 24px;
    display: block;
    margin-top: 24px;
    margin-bottom: 14px;
}

.sygg .gg_list ul li a .left em {
    color: #333333;
    font-size: 16px;
    display: block;
}

.sygg .gg_list ul li a .title {
    line-height: 100px;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    width: 72%;
    float: left;
}

.sygg .gg_list ul li a .right {
    text-align: center;
    width: 8%;
    float: right;
    line-height: 100px;
}

.sygg .gg_list ul li:nth-child(2n+2) {
    margin-right: 0.1%;
}

.sygg .gg_list ul li:hover {
    box-shadow: 0px 0px 9px 1px #e8e8e8;
    border-bottom: 1px solid #1354cb;
}

.fy {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.fy .one {
    display: inline-flex;
    justify-content: center;
}

.fy .one a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ededed;
    margin-right: 6px;
    vertical-align: middle;
}

.fy .one a.sxy {
    width: 84px;
}

.fy .one a.xyy {
    width: 84px;
}

.fy .one a.on {
    background-color: #1354cb;
    color: #fff;
    border-color: #1354cb;
}

.fy .one a:hover {
    background-color: #1354cb;
    color: #fff;
    border-color: #1354cb;
}

.fy .tz a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ededed;
    margin-right: 6px;
    vertical-align: middle;
}

.fy .tz a.sy {
    width: 62px;
}

.fy .tz a.wy {
    width: 62px;
}

.fy .tz a.swy {
    border: 1px solid #eaeaea;
}

.fy .tz a:hover {
    background-color: #1354cb;
    color: #fff;
    border-color: #1354cb;
}

.dtgqf {
    background-color: #f9f9f9;
    overflow: hidden;
}

.dtgqf .dtgqf_list {
    margin-top: 84px;
    margin-bottom: 60px;
}

.dtgqf .dtgqf_list ul {
    min-height: 500px;
    margin-bottom: 70px;
}

.dtgqf .dtgqf_list ul li {
    margin-bottom: 24px;
    background-color: #fff;
    padding: 18px 28px 18px 16px;
    box-sizing: border-box;
}

.dtgqf .dtgqf_list ul li a {
    display: block;
}

.dtgqf .dtgqf_list ul li a .dtgqf_nr {
    overflow: hidden;
}

.dtgqf .dtgqf_list ul li a .dtgqf_nr .img {
    width: 308px;
    height: 232px;
    margin-right: 40px;
    overflow: hidden;
    float: left;
}

.dtgqf .dtgqf_list ul li a .dtgqf_nr .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.dtgqf .dtgqf_list ul li a .dtgqf_nr .nr {
    float: left;
    width: 74%;
}

.dtgqf .dtgqf_list ul li a .dtgqf_nr .nr h2 {
    color: #333333;
    font-size: 20px;
    height: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 24px;
    transition: all 0.5s;
}

.dtgqf .dtgqf_list ul li a .dtgqf_nr .nr p {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 46px;
    height: 52px;
}

.dtgqf .dtgqf_list ul li a .dtgqf_nr .nr em {
    color: #999999;
    font-size: 16px;
    display: block;
    background: url(../img/dt_rjt.png) no-repeat right center;
}

.dtgqf .dtgqf_list ul li a .dtgqf_nr .nr.w100 {
    width: 100%;
}

.dtgqf .dtgqf_list ul li a:hover .dtgqf_nr .img img {
    transform: scale(1.1);
}

.dtgqf .dtgqf_list ul li a:hover .dtgqf_nr h2 {
    color: #1354cb;
    font-weight: 700;
    transform: translateY(20px);
}

.dtgqf .dtgqf_list ul li a:hover .dtgqf_nr em {
    background: url(../img/dt_rjt_on.png) no-repeat right center;
}

.yxdt {
    overflow: hidden;
}

.yxdt .yxdt_lsit {
    margin-top: 80px;
    margin-bottom: 72px;
}

.yxdt .yxdt_lsit ul {
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 42px;
}

.yxdt .yxdt_lsit ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 38px;
}

.yxdt .yxdt_lsit ul li .img {
    height: 288px;
    overflow: hidden;
    position: relative;
}

.yxdt .yxdt_lsit ul li .img>img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.yxdt .yxdt_lsit ul li .img .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.yxdt .yxdt_lsit ul li .img .bg img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.yxdt .yxdt_lsit ul li .img:hover>img {
    transform: scale(1.1);
}

.yxdt .yxdt_lsit ul li .nr {
    border: 1px solid #e0e0e0;
}

.yxdt .yxdt_lsit ul li .nr h2 {
    color: #333333;
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 20px;
    height: 24px;
    padding: 0 20px;
}

.yxdt .yxdt_lsit ul li .nr .more {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 20px;
}

.yxdt .yxdt_lsit ul li .nr .more span {
    padding-right: 10px;
    color: #999999;
    font-size: 16px;
    display: block;
    float: left;
    background: url(../img/sp_more.png) no-repeat right center;
}

.yxdt .yxdt_lsit ul li .nr .more em {
    float: right;
    color: #999999;
    font-size: 16px;
}

.yxdt .yxdt_lsit ul li:nth-child(3n+3) {
    margin-right: 0;
}

.yxdt .yxdt_lsit ul li:hover h2 {
    color: #1354cb;
}

.yxdt .yxdt_lsit ul li:hover .more span {
    color: #1354cb;
    background: url(../img/sp_more_on.png) no-repeat right center;
}

.xq {
    margin-top: 82px;
}

.xq .z_box {
    float: left;
    width: 67%;
    margin-right: 2%;
    padding-bottom: 110px;
}

.xq .z_box .xwxq .xqtit {
    color: #333333;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 40px;
}

.xq .z_box .xwxq .xq_nav {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
}

.xq .z_box .xwxq .xq_nav p {
    color: #666666;
    font-size: 18px;
    margin-right: 60px;
    display: inline-block;
}

.xq .z_box .xwxq .xq_nav p.font span {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.xq .z_box .xwxq .xq_nav p.font span:hover {
    cursor: pointer;
    color: #fff;
    background: #1354cb;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
}

.xq .z_box .xwxq .xq_nav a {
    color: #666666;
    font-size: 18px;
    display: block;
    float: right;
    background: url(../img/goback.png) no-repeat left center;
    padding-left: 25px;
}

.xq .z_box .xwxq .xq_nav a:hover {
    color: #1354cb;
    background: url(../img/goback_on.png) no-repeat left center;
}

.xq .z_box .xq_con {
    margin-bottom: 30px;
    margin-top: 26px;
    min-height: 600px;
}

.xq .z_box .xq_con p {
    color: #666666;
    font-size: 18px;
    line-height: 36px;
}

.xq .z_box .xq_con img {
    max-width: 100%;
}

.xq .z_box .xq_con video {
    max-width: 100%;
}

.xq .z_box .xq_con iframe {
    max-width: 100%;
}

.xq .z_box .xq_con table {
    max-width: 100%;
}

.xq .z_box .xq_sxp {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    height: 95px;
}

.xq .z_box .xq_sxp a {
    display: block;
    width: 50%;
    color: #666666;
    font-size: 18px;
    padding-top: 20px;
    box-sizing: border-box;
}

.xq .z_box .xq_sxp a span {
    display: block;
    color: #666666;
    font-size: 18px;
    margin-top: 12px;
}

.xq .z_box .xq_sxp a.syp {
    padding-left: 20px;
    text-align: left;
}

.xq .z_box .xq_sxp a.syp span {
    padding-right: 20px;
}

.xq .z_box .xq_sxp a.xyp {
    padding-right: 20px;
    text-align: right;
}

.xq .z_box .xq_sxp a.xyp span {
    padding-left: 20px;
}

.xq .z_box .xq_sxp a:hover {
    background-color: #1354cb;
    color: #fff;
}

.xq .z_box .xq_sxp a:hover span {
    color: #fff;
}

.xq .y_box {
    float: left;
    width: 31%;
    background-color: #f8fcff;
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
    min-height: 800px;
}

.xq .y_box h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-left: 10px;
    margin-bottom: 30px;
}

.xq .y_box h2::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: #1354cb;
    position: absolute;
    top: 0;
    left: 0;
}

.xq .y_box ul li {
    margin-bottom: 24px;
}

.xq .y_box ul li a {
    display: block;
    overflow: hidden;
}

.xq .y_box ul li a img {
    width: 100%;
    height: 244px;
    transition: all 0.5s;
}

.xq .y_box ul li a img:hover {
    transform: scale(1.1);
}

.xq .y_box ul li a .tit {
    border-bottom: 1px solid #ebebeb;
}

.xq .y_box ul li a .tit h1 {
    color: #333333;
    font-size: 18px;
    height: 20px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 14px;
}

.xq .y_box ul li a .tit h1:hover {
    color: #1354cb;
}

.xq .y_box ul li a .tit h1::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #1354cb;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.xq .y_box ul li a .tit span {
    display: block;
    color: #666666;
    font-size: 18px;
    margin-bottom: 12px;
}

.xq .y_box ul li a .tit:last-child {
    border-bottom: none;
}

.cy {
    min-height: 500px;
}

.cy .cy_list {
    overflow: hidden;
    padding-bottom: 116px;
    position: relative;
}

.cy .cy_list .nr {
    width: 100%;
    height: 600px;
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
}

.cy .cy_list .nr .img {
    float: left;
    width: 53%;
    height: 508px;
    margin-top: 46px;
    overflow: hidden;
}

.cy .cy_list .nr .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.cy .cy_list .nr .img:hover img {
    transform: scale(1.1);
}

.cy .cy_list .nr .tit {
    margin-left: 5%;
    width: 31%;
    float: left;
    margin-top: 132px;
}

.cy .cy_list .nr .tit h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 700;
    height: 42px;
    margin-bottom: 44px;
}

.cy .cy_list .nr .tit p {
    color: #666666;
    font-size: 18px;
    line-height: 36px;
}

.cy .cy_list .nr_b {
    margin-top: 46px;
    min-height: 144px;
}

.cy .cy_list .nr_b p {
    color: #333333;
    font-size: 18px;
    line-height: 36px;
}

.cy .cy_list .swiper-pagination {
    width: 17%;
    top: 64%;
    left: auto;
    text-align: right;
    color: #999999;
    font-size: 18px;
    font-weight: 700;
    height: 1px;
    right: 20%;
}

.cy .cy_list .path {
    position: absolute;
    top: 82%;
    right: 38%;
    z-index: 9;
}

.cy .cy_list .path strong {
    color: #999999;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 0 6px;
}

.cy .cy_list .path i {
    color: #1354cb;
    font-weight: 700;
    font-size: 30px;
}

.cy .cy_list .path span {
    color: #999999;
    font-size: 18px;
    font-weight: 700;
}

.cy .cy_list .swiper-button-next {
    background: url(../img/cy_r.png) no-repeat center;
    opacity: 1;
    width: 52px;
    height: 52px;
    right: 12%;
    top: 85%;
}

.cy .cy_list .swiper-button-next:hover {
    background: url(../img/cy_r_on.png) no-repeat center;
}

.cy .cy_list .swiper-button-prev {
    background: url(../img/cy_z.png) no-repeat center;
    opacity: 1;
    width: 52px;
    height: 52px;
    right: 16%;
    top: 85%;
    left: auto;
}

.cy .cy_list .swiper-button-prev:hover {
    background: url(../img/cy_z_on.png) no-repeat center;
}

.cy .cy_list .swiper-button-next:after,
.cy .cy_list .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.cy .cy_list .swiper-button-prev:after,
.cy .cy_list .swiper-rtl .swiper-button-next:after {
    content: '';
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(280px);
        -moz-transform: translateX(280px);
        -o-transform: translateX(280px);
        transform: translateX(280px);
    }
}

.qk .qk_list {
    margin-top: 95px;
    margin-bottom: 100px;
    display: flex;
}

.qk .qk_list .tab {
    display: none;
    text-align: center;
    width: 14%;
    margin-right: 2%;
    height: 650px;
    overflow-y: auto;
    padding: 67px 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px #eeeeee;
    background: url(../img/qk_bg.png) #fff no-repeat 10% center;
    position: fixed;
    left: 7%;
    top: 25%;
}

.qk .qk_list .tab .item {
    color: #999999;
    font-size: 24px;
    margin-bottom: 64px;
}

.qk .qk_list .tab .item a {
    display: block;
    color: #999999;
    font-size: 24px;
}

.qk .qk_list .tab .item:hover {
    cursor: pointer;
}

.qk .qk_list .tab .item:last-child {
    margin-bottom: 0;
}

.qk .qk_list .tab .item:hover a {
    color: #1354cb;
    font-weight: 700;
    background: url(../img/qk_on.png) no-repeat left center;
}

.qk .qk_list .tab .item.on a {
    color: #1354cb;
    font-weight: 700;
    background: url(../img/qk_on.png) no-repeat left center;
}

.qk .qk_list .tab::-webkit-scrollbar {
    width: 5px;
}

.qk .qk_list .tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.31);
    -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
    background: #0c6eb7;
}

.qk .qk_list .tab_item {
    width: 84%;
    margin-left: 15%;
}

.qk .qk_list .tab_item .item_con {
    display: none;
}

.qk .qk_list .tab_item .item_con h1 {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

.qk .qk_list .tab_item .item_con ul {
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 72px;
}

.qk .qk_list .tab_item .item_con ul li {
    text-align: center;
    float: left;
    width: 22.5%;
    margin-right: 3.2%;
    margin-bottom: 50px;
}

.qk .qk_list .tab_item .item_con ul li a {
    display: block;
}

.qk .qk_list .tab_item .item_con ul li a img {
    height: 405px;
    border: 1px solid #d3d3d3;
}

.qk .qk_list .tab_item .item_con ul li a h2 {
    margin-top: 30px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.qk .qk_list .tab_item .item_con ul li a:hover h2 {
    color: #1354cb;
}

.qk .qk_list .tab_item .item_con ul li:nth-child(4n+4) {
    margin-right: 0;
}

.zjdd .dszzc {
    height: 475px;
    background-color: #f8fcff;
    padding-left: 13%;
    margin-bottom: 60px;
}

.zjdd .dszzc .fl {
    width: 40%;
}

.zjdd .dszzc .fl .tit {
    margin-top: 80px;
    margin-bottom: 60px;
    display: inline-block;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.zjdd .dszzc .fl .tit::after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background-color: #1354cb;
    position: absolute;
    bottom: 0;
    left: 0;
}

.zjdd .dszzc .fl .jj_nr {
    height: 190px;
    overflow-y: auto;
}

.zjdd .dszzc .fl .jj_nr p {
    color: #333333;
    font-size: 18px;
    line-height: 26px;
}

.zjdd .dszzc .fl .jj_nr::-webkit-scrollbar {
    width: 5px;
}

.zjdd .dszzc .fl .jj_nr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.31);
    -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
    background: #0c6eb7;
}

.zjdd .dszzc img {
    max-width: 100%;
}

.zjdd .dszzc video {
    max-width: 100%;
}

.zjdd .dszzc iframe {
    max-width: 100%;
}

.zjdd .dszzc table {
    max-width: 100%;
}

.zjdd .jtry {
    margin-top: 80px;
}

.zjdd .jtry .ld_tit h2 {
    display: inline-block;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
}

.zjdd .jtry .ld_tit h2::before {
    content: '';
    display: block;
    width: 55%;
    height: 3px;
    background-color: #1354cb;
    position: absolute;
    bottom: 0;
    left: 0;
}

.zjdd .jtry .contain {
    position: relative;
    margin-bottom: 63px;
    margin-top: 63px;
}

.zjdd .jtry .contain>.w {
    overflow: hidden;
}

.zjdd .jtry .contain>.w .nr {
    display: flex;
}

.zjdd .jtry .contain>.w .nr .img {
    width: 46.3%;
    height: 419px;
    margin-right: 3.3%;
}

.zjdd .jtry .contain>.w .nr .img img {
    width: 100%;
    height: 100%;
    display: none;
}

.zjdd .jtry .contain>.w .nr .img img.on {
    display: block;
}

.zjdd .jtry .contain>.w .nr .nr_con {
    width: 50.4%;
    height: 419px;
}

.zjdd .jtry .contain>.w .nr .nr_con h2 {
    color: #1354cb;
    font-size: 34px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 50px;
}

.zjdd .jtry .contain>.w .nr .nr_con .scroll {
    height: 300px;
    overflow-y: auto;
}

.zjdd .jtry .contain>.w .nr .nr_con .scroll h3 {
    position: relative;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 18px;
}

.zjdd .jtry .contain>.w .nr .nr_con .scroll h3::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #1354cb;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.zjdd .jtry .contain>.w .nr .nr_con .scroll h3.on {
    color: #1354cb;
}

.zjdd .jtry .contain>.w .nr .nr_con .scroll h3:hover {
    cursor: pointer;
}

.zjdd .jtry .contain>.w .nr .nr_con .scroll::-webkit-scrollbar {
    width: 5px;
}

.zjdd .jtry .contain>.w .nr .nr_con .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.31);
    -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
    background: #0c6eb7;
}

.zjdd .jtry .contain .nav {
    margin-top: 100px;
    height: 70px;
    line-height: 80px;
    background: url(../img/ry_l.png) no-repeat 50% 10%;
}

.zjdd .jtry .contain .nav>.w {
    overflow: hidden;
}

.zjdd .jtry .contain .nav>.w .gallery-thumbs {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.zjdd .jtry .contain .nav>.w .gallery-thumbs .year {
    text-align: center;
    position: relative;
    color: #333;
    font-size: 18px;
}

.zjdd .jtry .contain .nav>.w .gallery-thumbs .year::before {
    content: '';
    display: block;
    background: url(../img/dian.png) no-repeat top center;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.zjdd .jtry .contain .nav>.w .gallery-thumbs .year:hover {
    cursor: pointer;
}

.zjdd .jtry .contain .nav>.w .gallery-thumbs .year:hover::before {
    width: 67px;
    height: 14px;
    top: 0;
    background: url(../img/dian_on.png) no-repeat top center;
}

.zjdd .jtry .contain .nav>.w .gallery-thumbs .year.swiper-slide-thumb-active::before {
    width: 67px;
    height: 14px;
    top: 0;
    background: url(../img/dian_on.png) no-repeat top center;
}

.zjdd .jtry .contain .nav>.w .next {
    opacity: 1;
    width: 40px;
    height: 40px;
    background: url(../img/ry_r.png) no-repeat center;
    background-size: 100% 100%;
    top: auto;
    bottom: 7%;
    right: 12%;
}

.zjdd .jtry .contain .nav>.w .next:hover {
    background: url(../img/ry_r_on.png) no-repeat center;
    background-size: 100% 100%;
}

.zjdd .jtry .contain .nav>.w .prev {
    top: auto;
    bottom: 7%;
    left: 12%;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: url(../img/ry_z.png) no-repeat center;
    background-size: 100% 100%;
}

.zjdd .jtry .contain .nav>.w .prev:hover {
    background: url(../img/ry_z_on.png) no-repeat center;
    background-size: 100% 100%;
}

.zjdd .jtry .contain .nav>.w .swiper-button-next:after,
.zjdd .jtry .contain .nav>.w .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.zjdd .jtry .contain .nav>.w .swiper-button-prev:after,
.zjdd .jtry .contain .nav>.w .swiper-rtl .swiper-button-next:after {
    content: '';
}

.ldgh .ld_tit {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
}

.ldgh .ld_tit h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
}

.ldgh .ld_tit h2::before {
    content: '';
    display: block;
    width: 55%;
    height: 3px;
    background-color: #1354cb;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ldgh .ld_tit em {
    display: block;
    color: #999999;
    font-size: 16px;
    background: url(../img/dt_rjt.png) no-repeat right center;
    padding-right: 24px;
}

.ldgh .ld_tit:hover h2 {
    color: #1354cb;
}

.ldgh .ld_tit:hover em {
    color: #1354cb;
    background: url(../img/dt_rjt_on.png) no-repeat right center;
}

.ldgh .ld_nr {
    background-color: #fff;
    display: flex;
    padding: 20px;
    padding-right: 0;
    margin-bottom: 34px;
    box-shadow: 0px 0px 10px 1px #eeeeee;
}

.ldgh .ld_nr .tabs {
    width: 49.5%;
}

.ldgh .ld_nr .tabs .items a {
    padding-left: 20px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ldgh .ld_nr .tabs .items a h2 {
    color: #333333;
    font-size: 20px;
    height: 22px;
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 400;
}

.ldgh .ld_nr .tabs .items a em {
    display: block;
    color: #999999;
    font-size: 16px;
    margin-bottom: 24px;
}

.ldgh .ld_nr .tabs .items a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -3;
    width: 0;
    height: 100%;
    background-color: #f3f7ff;
    transition: all 0.5s ease-in-out;
}

.ldgh .ld_nr .tabs .items.on a::before {
    width: 100%;
}

.ldgh .ld_nr .tabs .items.on a h2 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.ldgh .ld_nr .tab_items {
    margin-right: 2%;
    width: 49%;
}

.ldgh .ld_nr .tab_items .item_cons {
    display: none;
}

.ldgh .ld_nr .tab_items .item_cons .img {
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.ldgh .ld_nr .tab_items .item_cons .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.ldgh .ld_nr .tab_items .item_cons .img:hover {
    cursor: pointer;
}

.ldgh .ld_nr .tab_items .item_cons .img:hover img {
    transform: scale(1.1);
}

.ldgh .second ul {
    min-height: 500px;
}

.ldgh .second ul li {
    margin-bottom: 24px;
    background-color: #fff;
    padding: 18px 28px 18px 16px;
    box-sizing: border-box;
}

.ldgh .second ul li a {
    display: block;
}

.ldgh .second ul li a .dtgqf_nr {
    overflow: hidden;
}

.ldgh .second ul li a .dtgqf_nr .img {
    width: 308px;
    height: 232px;
    margin-right: 40px;
    overflow: hidden;
    float: left;
}

.ldgh .second ul li a .dtgqf_nr .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.ldgh .second ul li a .dtgqf_nr .nr {
    float: left;
    width: 74%;
}

.ldgh .second ul li a .dtgqf_nr .nr h2 {
    color: #333333;
    font-size: 20px;
    height: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 24px;
    transition: all 0.5s;
}

.ldgh .second ul li a .dtgqf_nr .nr p {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 46px;
    height: 52px;
}

.ldgh .second ul li a .dtgqf_nr .nr em {
    color: #999999;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    background: url(../img/dt_rjt.png) no-repeat right center;
}

.ldgh .second ul li a .dtgqf_nr .nr.w100 {
    width: 100%;
}

.ldgh .second ul li a:hover .dtgqf_nr .img img {
    transform: scale(1.1);
}

.ldgh .second ul li a:hover .dtgqf_nr h2 {
    color: #1354cb;
    font-weight: 700;
    transform: translateY(20px);
}

.ldgh .second ul li a:hover .dtgqf_nr em {
    background: url(../img/dt_rjt_on.png) no-repeat right center;
}

.ld_ld {
    padding-top: 72px;
    background-color: #f9f9f9;
}

.ld_ld .fy {
    margin-top: 70px;
    padding-bottom: 70px;
}

.jtcy_name {
    display: none;
}

.gsdt_list {
    min-height: 500px;
}

.gsdt_list ul {
    min-height: 500px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.gsdt_list ul li {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #f1f1f1;
}

.gsdt_list ul li a {
    display: block;
    overflow: hidden;
}

.gsdt_list ul li h2 {
    font-size: 18px;
    color: #333;
    float: left;
    max-width: 85%;
    transition: all .5s;
}

.gsdt_list ul li a:hover h2 {
    color: #0c6eb7;
    transform: translateX(-10px);
}

.gsdt_list ul li p {
    font-size: 16px;
    color: #333;
    height: 20px;
    margin-bottom: 10px;
}

.gsdt_list ul li span {
    display: block;
    float: right;
}