* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

a {
    display: inline-block;
    color: #333;
}

img {
    vertical-align: middle
}

a:hover {
    text-decoration: none !important
}

.toptoptop {
    background: #292a35;
    color: #fff;
    padding: 5px 0;
    position: relative;
    z-index: 33;
}

.toptoptop a {
    color: #fff !important;
    position: relative;
    margin: 0px 4px;
}

.toptoptop a:hover {
    color: #ed7020 !important;
}

.toptoptop a div img {
    position: absolute;
    top: 30px;
    left: 50%;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #eee;
    z-index: 22;
    width: 110px;
    margin-left: -55px;
    display: none;
}

.toptoptop a .dh22 {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 140px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0px 0px 5px 1px #eee;
    margin-left: -55px;
    display: none;
    z-index: 22;
    color: #333;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
}

.toptoptop a:hover .dh22 {
    display: block;
}

.toptoptop a:hover img {
    display: inline-block;
}

.toptoptop .container {
    text-align: right;
}

.toptoptop a>img {
    width: 20px;
    height: 20px;
}

.rightfixed {
    position: fixed;
    top: 50%;
    right: 0%;
}

.rightfixed a {
    background: #014b92;
    color: #fff;
    position: relative;
    display: block;
    border-radius: 5px;
    margin: 5px 15px;
}

.rightfixed a:hover {
    background: #0a67be;
}

.rightfixed a div {
    position: absolute;
    white-space: nowrap;
    background: #014b92;
    color: #fff;
    right: 60px;
    padding: 15px;
    top: 0px;
    display: none;
}

.rightfixed a:hover div {
    display: block;
}

.rightfixed a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 15px;
}

header.pc {
    box-shadow: 0px 0px 10px 1px #eee;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 23;
}

header.pc .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.pc .l img {
    height:50px;
}

header.pc .center>div>a {
    padding-bottom: 3px;
    font-size: 16px;
    position: relative;
    height: 100%;
    padding: 25px;
    z-index: 2;
    background: #fff;
}

header.pc .center {
    height: 100%;
    display: flex;
    align-items: center;
}

header.pc .center>div {
    position: relative;
}

header.pc .center>div .sub {
    position: absolute;
    left: 50%;
    border: 5px;
    transform: translate(-50%, 0%);
    box-shadow: 0px 0px 5px 1px #eee inset;
    border-radius: 5px;
    background: #fff;
    /* display: none; */
    min-width: 100%;
    top: -200px;
    transition: 0.1s cubic-bezier(0.1, 0.9, 0.13, -0.13);
}

header.pc .center>div:hover .sub {
    top: 72px;
}

header.pc .center>div .sub a {
    padding: 10px 20px;
    display: block;
    transition: 0.5s;
    white-space: nowrap;
    font-size: 14px;
}

header.pc .center>div .sub a:hover {
    /* background:#014b92;*/
    color: #0054a3;
    padding: 10px 20px;
}

header.pc .center>div>a::after {
    content: "";
    width: 0px;
    height: 2px;
    background: #ed7020;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -0px;
    border-radius: 5px;
    transition: 0.5s;
}

header.pc .container .center a.on {
    color: #0054a3;
}

header.pc .container .center a.on::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #ed7020;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -15px;
    border-radius: 5px;
}

header.pc .center>div>a:hover::after {
    width: 30px;
    margin-left: -15px;
}

header.pc .center>a:hover {
    color: #ed7020;
}


/*header.pc.on {
}

header.pc.on  a {
    

}*/

header.pc .center>a.on {
    color: #ed7020;
}

header.pc .center>a.on::after {
    width: 30px;
    margin-left: -15px;
}

header.pc.on a:hover,

/*header.pc.on a.on */

{
    border-bottom: 2px solid;
}

header.pc a:hover,

/*header.pc a.on */

{
    border-bottom: 2px solid #0054a3;
}

header.wap {
    background-color: #fff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 333;
}

header.wap .wap_nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 60px;
    height: 60px;
    padding: 0 5%;
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 10px 1px #eee;
}

header.wap .wap_nav .le a {
    display: inline;
}

header.wap .wap_nav .le .enlish{ padding-left:30%;}

header.wap .wap_nav .le a img {
    height: 40px;
}

header.wap .wap_nav .dj {
    float: right;
    padding-top: 15px;
    cursor: pointer;
    display: inline-block;
}

header.wap .wap_nav .dj span {
    height: 3px;
    width: 30px;
    background: #0054a3;
    display: block;
    margin: 5px 0;
}

header.wap .wap_nav .rg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    transition: 0.5s;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
}

header.wap .wap_nav .rg .gb span {
    font-size: 40px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
}

header.wap .wap_nav .rg .gb {
    text-align: center;
    background: #fff;
    line-height: 50px;
    height: 50px;
}

header.wap .wap_nav .rg.on {
    left: 0%;
}

header.wap .wap_nav .rg>a {
    display: block;
    width: 100%;
    text-align: center;
}

header.wap {
    display: none;
}

header.wap .sub {
    display: none;
}

header.wap .item a {
    padding: 0px 20px;
}

header.wap .item a {
    width: 100%;
    text-align: left;
}

header.wap .sub {
    padding-left: 20px;
}

header.wap .sub a {
    position: relative;
}

header.wap a span {
    font-size: 20px;
    float: right;
}

#asdasdasdfasdasdasd {
    text-align: center;
    color: #014b92;
    font-weight: bold;
    /*margin: 30px 0 30px;*/
    padding-top: 15px;
}

@media(max-width:650px) {
    header.wap {
        display: block;
    }
    header.pc {
        display: none;
    }
    #asdasdasdfasdasdasd {
        text-align: center;
        color: #014b92;
        font-weight: bold;
        margin: 15px 0;
        font-size: 24px !important;
    }
}

:root {
    --color: #0054a3;
}

footerbox.wap {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: var(--color);
    display: none;
    padding: 10px 0 5px;
    z-index: 22;
}

footerbox.wap a {
    flex: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

footerbox.wap a p {
    margin: 5px 0px 0px 0px;
}

footerbox.wap img {
    width: 26px;
}

footer {
    background: #292a35;
    border-top: 5px solid #ed7020;
}

footer .box {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 10px;
    flex-wrap: wrap;
}

footer .box .r .na a {
    color: #fff;
    margin-right: 30px;
    font-size: 16px;
    width: 100%;
    display: block;
}

footer .box .r .na div {
    display: inline-block;
}

footer .box .r .na {
    display: flex;
    /*    flex-wrap: wrap;*/
}

footer .box .r .na div .sub a {
    display: block;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
    color: #e5e5e5;
}

footer .box .r .na div .sub a:hover {
    color: #ed7020;
}

footer .box .r .na div:nth-of-type(6) {
    text-align: right;
}

footer .box .r {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
}

footer .box .r h3 {
    font-weight: 800;
    font-size: 30px;
    margin: 30px 0;
}

footer .box .r P {
    margin-top: 15px;
}

footer .box .r p:nth-last-child(1) {
    margin-top: 20px;
}

footer .box .l .txt {
    display: flex;
    align-items: center;
    /*justify-content: space-around;*/
    margin-top: 0px;
}

footer .box .l {
    padding: 0;
    color: #fff;
}

footer .box .l>img {
    max-width:200px;
}

footer .box .l>p {
    margin: 20px 0;
    font-size: 17px;
}

footer .box .l div {
    display: inline-block;
    text-align: center;
}

footer .box .l div p {
    margin-top: 10px;
    font-size: 14px;
}

footer .box .icp {
    text-align: center;
    color: #9e9999;
    width: 100%;
    border-top: 1px solid #524e4e;
    padding: 15px 0 0 0;
    margin-top: 25px;
    font-size: 14px;
}

footer .box .l .desc {
    padding-left: 0px;
    text-align: left;
    text-align: left;
}

footer .box .l .desc p {
    margin: 10px 0;
}

footer .box .l .desc h3 {
    margin-top: 0px;
    color: #fff;
}

footer .box .l .code img {
    width: 80px;
}

@media(max-width:650px) {
    footer .box .r {
        width: 100%;
        padding: 30px 0 0;
        display: none;
    }
    footer .box .l .txt {
        margin-top: 0px;
    }
    footer .box {
        flex-wrap: wrap;
    }
    footer .box .r .na {
        display: none;
    }
    footer .box .l {
        text-align: left;
        width: 100%;
        /*display: none;*/
        margin-top: 20px
    }
    footer .box .l img {
        max-width: 100px;
    }
    footer .box {
        padding: 0px;
        padding-bottom: 79px;
    }
    footerbox.wap {
        display: flex;
        border-top: 3px solid #ed7020;
    }
    footer .box .r h3 {
        margin: 15px 0;
        font-size: 28px;
    }
    footer .box .r p:nth-last-child(1) {
        display: none;
    }
    footer .box .l>img,
    footer .box .l>p {
        display: none;
    }
}

.index .banner .container {}

.index .banner .container.imgs {
    height: 400px;
    z-index: 100;
    object-fit: none;
    max-width: 1165px;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.index .banner a>img {
    width: 100%;
}

.index .item1 {
    height: auto;
    overflow: hidden;
    padding-left: 5%;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.index .item1 .l {
    /*padding: 15px;*/
}

.index .item1 .r {
    padding: 0px;
}

.index .item1 .l h3 {
    font-size: 46px;
}

.index .item1 .l .tab {
    display: flex;
    margin: 40px 0;
    display: flex;
    justify-content: space-between
}

.index .item1 .l .tab div {
    text-align: center;
    color: #333;
}

.index .item1 .l .tab div p {
    margin: 10px 0;
}

.index .item1 .l h4 {
    color: #ed7020;
    font-size: 28px;
    border-bottom: 1px solid #eee;
    padding: 15px;
    margin: 30px 0;
}

.index .item1 .l .desc {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.index .item1 .l a {
    background: #a6a6a6;
    color: #fff;
    border-radius: 5px;
    line-height: 56px;
    text-align: center;
    margin: 20px 0 0px;
    width: auto;
    width: 140px;
}

.index .item1 .l a img {
    margin: 10px;
    height: 10px;
}

.index .item1 .l a:hover {
    background: var(--color);
}

.index .item1 .r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:650px) {
    .index .item1 {
        margin-top: 15px;
    }
    .index .item1 .l h3 {
        font-size: 24px;
        margin: 0px;
    }
    .index .item1 .l .tab {
        flex-wrap: wrap;
        width: 100%;
        justify-content: end;
        margin: 30px 0px 0px;
    }
    .index .item1 .l .tab div {
        width: 33%;
    }
    .index .item1 .l .tab div img {
        width: 55%;
    }
    .index .item1 {
        padding: 15px;
        margin: 0px;
    }
    .index .item1 .l h4 {
        font-size: 18px;
        margin: 10px 0;
        padding: 10px 0;
    }
    .index .item5 .box .r .txt .top h3 {
        font-size: 18px !important;
    }
}

.index .item2 {
    background: url(../images/i8.png) center/cover;
    padding-bottom: 50px;
}

.item2_title {
    text-align: center;
}

.item2_title h3 {
    font-size: 46px;
    color: #333;
}

.item2_title p {
    margin-top: 20px;
    font-size: 20px;
    font-size: 18px;
    color: #666;
}

.index .item2 .title {
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.index .title h3 {
    font-size: 46px;
    margin-bottom: 20px;
}

.index .item2 .title P {
    margin-top: 20px;
    font-size: 20px;
}

.index .item2 .tab {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.index .item2 .tab a {
    border: 1px solid #fff;
    line-height: 55px;
    padding: 0px 30px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    font-size: 16px;
}

.index .item2 .tab a.on,
.index .item2 .tab a:hover {
    background: #ed7020;
    border-color: #ed7020;
    color: #fff;
}

.index .item2 .ul .li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index .item2 .ul .li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    overflow: hidden;
    color: #fff;
}

.index .item2 .ul .li p {
    line-height: 1.7;
    margin: 25px 0;
    opacity: 0.8;
}

.index .item2 .ul .li h3 {
    font-size: 36px;
}

.index .item2 .ul .li .txt {
    padding-left: 60px;
}

.index .item2 .ul .li a {
    background: #fff;
    border-radius: 5px;
    width: 140px;
    line-height: 56px;
    align-items: center;
    color: var(--color);
    text-align: center;
}

.index .item2 .ul .li a img {
    height: 10px;
    margin-left: 5px;
}

.index .item2 .ul .li a:hover {
    background: #ed7020;
    color: #fff;
}

.index .item2 .ul .li {
    display: none;
}

@media(max-width:650px) {
    .index .item2 .ul .li {
        display: block !important;
        margin-bottom: 25px;
    }
    .index .item2 .title h3 {
        font-size: 24px;
    }
    .index .item2 .tab {
        display: none;
    }
    .index .item2 .ul .li h3 {
        font-size: 18px;
    }
    .index .item2 .ul .li .img img {
        height: 300px;
    }
    .index .item2 .ul .li .txt {
        padding-left: 15px;
    }
}

.index .item3 .title {
    text-align: center;
    padding: 30px 0;
}

.index .item3 p {
    line-height: 1.7;
    color: #666;
}

.index .item3 .swiper-slide {
    border: 1px solid #eee;
}

.index .item3 .swiper-slide img {
    width: 100%;
    height: 370px;
    object-fit: contain;
    padding: 15px;
    background: #fff;
}

.index .item3 .swiper-slide p {
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e6e6e6;
    padding: 0px 15px;
    margin: 0px;
}

.index .item3 p span {
    font-family: "宋体";
}

.index .item3 .swiper-slide:hover p {
    background: var(--color);
    color: #fff;
}

.index .item3 .swiper-container {
    padding-bottom: 40px;
}

.index .item3 .swiper-pagination {
    bottom: 0px;
}

.index .item3 .swiper-pagination span {
    background: #666;
}

.index .item4 {
    background: #fafbfd url(../images/i12.png) center/cover;
    padding: 15px 0;
}

.index .item4 .title {
    font-size: 46px;
    text-align: center;
}

.index .item4 .box {
    margin: 15px 0;
    height: auto;
    overflow: hidden;
}

.index .item4 .box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.index .item4 .box .txt p {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}

.index .item4 .box .txt span {
    font-size: 12px;
    color: #666;
}

.index .item4 .box .txt div {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0;
}

.index .item4 .box a {
    display: block;
}

.index .item4 .box a:hover p {
    color: var(--color);
}

.index .item4 .more {
    background: var(--color);
    display: block;
    margin: auto;
    width: 140px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    line-height: 56px;
    align-items: center;
    text-align: center;
}

.index .item4 .more img {
    height: 10px;
    margin-left: 10px;
}

.index .item4 .more:hover {
    background: #ed7020;
}

.index .item5 .title {
    text-align: center;
    font-size: 46px;
    margin: 15px auto;
}

.index .item5 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index .item5 .box>div {
    width: 50%;
}

.index .item5 .box .r {
    height: 530px;
}

.index .item5 .box .r>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .item5 .box .l img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.index .item5 .box .r {
    position: relative;
}

.index .item5 .box .r .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 84, 163, 0.9);
    color: #fff;
    padding: 2% 0% 0% 5%;
}

@media (min-width: 768px) {
    .index .item5 .box .r .txt {
        padding-right: calc((100vw - 750px) / 2);
    }
}

@media (min-width: 1200px) {
    .index .item5 .box .r .txt {
        padding-right: calc((100vw - 1170px) / 2);
    }
}

@media (min-width: 1600px) {
    .index .item5 .box .r .txt {
        padding-right: calc((100vw - 1500px) / 2);
    }
}

.index .item5 .box .r .txt .top h3 {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #6a9bc8;
    font-size: 32px;
}

.index .item5 .box .r .txt .top .tab span {
    cursor: pointer;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "宋体";
    display: inline-block;
    font-size: 30px;
    opacity: 0.9;
}

.index .item5 .box .r .txt .top .tab span:hover {
    background: #ed7020;
}

.index .item5 .box .r .txt .top .tab {
    float: right;
    margin-top: -80px;
}

.index .item5 .box .r .txt p {
    line-height: 1.7;
    margin: 20px 0;
}

.index .item5 .box .ul {
    margin: 40px 0;
}

.index .item5 .box .li {
    display: flex;
    align-items: center;
    margin: 30px 0;
    overflow: hidden;
}

.index .item5 .box .ul .li p {
    margin: 0px;
    font-size: 18px;
    font-weight: 800;
}

.index .item5 .box .ul .li img {
    margin-right: 10px;
    position: relative;
    top: -100px;
    filter: drop-shadow(0px 100px #fff);
}

@media(max-width:650px) {
    .index .item5 .box>div {
        width: 100%;
    }
    .index .item5 .box .l {
        display: none;
    }
}

.index .item6 {
    margin: 30px auto;
}

.index .item6 .top .l h3 {
    font-size: 28px;
    font-weight: 800;
}

.index .item6 .top .l {
    padding-left: 70px;
    background: url(../images/i111.png) left 20px no-repeat;
}

.index .item6 .top .l .desc {
    color: #666;
    line-height: 1.7;
    margin: 20px auto;
}

.index .item6 .top .l a {
    background: #0054a3;
    color: #fff;
    line-height: 46px;
    width: 110px;
    text-align: center;
    border-radius: 5px;
    margin: 15px 0;
}

.index .item6 .top .l a:hover {
    background: #ed7020;
}

.index .item6 .tab a {
    display: block;
}

.index .item6 .tab a .li {
    background: #f5f7fa;
    text-align: center;
    margin: 30px 0;
    padding: 46px 30px;
    height: 300px;
}

.index .item6 .tab a .li h3 {
    font-weight: 800;
}

.index .item6 .tab a .li .img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: var(--color);
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
}

.index .item6 .tab a .li .img img {
    height: 40px;
}

.index .item6 .tab a .li p {
    font-size: 15px;
    line-height: 2;
}

.index .item6 .tab a:hover .li {
    background: var(--color);
    color: #fff;
}

.index .item6 .tab a:hover .img {
    background: #fff;
}

.index .item6 .tab a:hover .img img {
    position: relative;
    top: -80px;
    filter: drop-shadow(0px 80px #ed7020);
}

.index .item7 {
    background: rgb(248, 248, 248);
    padding-bottom: 30px;
}

.index .item7 .swiper-container .swiper-slide a {
    display: block;
    position: relative;
    height: 100%;
}

.index .item7 .swiper-container .swiper-slide {
    height: 220px;
    overflow: hidden;
}

.index .item7 .swiper-container .swiper-slide a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.index .item7 .swiper-container .swiper-slide .txt {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

.index .item7 .swiper-container .swiper-slide a:hover>img {
    transform: scale(1.2);
}

.index .item7 .swiper-container .swiper-slide .txt:hover {
    background-color: rgba(0, 84, 163, 0.5);
}

.index .item7 .swiper-container .swiper-slide .txt p {
    margin-top: 10px;
}

.index .item7 .swiper-container .tab {
    margin-top: -30px;
    background-size: 18px;
}

.index .item8 .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.index .item8 .box a>img {
    width: 50%;
    height: 170px;
    object-fit: cover;
}

.index .item8 .box a .txt {
    width: 50%;
    padding-right: 0;
}

.index .item8 .box a .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0px;
    font-size: 18px;
}

.index .item8 .box a .txt span {
    color: #ccc;
}

.index .item8 .box a .txt div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666;
    margin-top: 10px;
    line-height: 1.7;
    font-size: 14px;
}

.index_title {
    position: relative;
}

.index_title .more {
    background: rgba(0, 0, 0, 0.4);
    /*    float: right;*/
    /*border: 1px solid #ccc;*/
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.index .item8 .more:hover {
    background: #0054a3;
    color: #fff;
}

.index .item9 {
    background: url(../images/aaaaa.png) center/cover;
    padding: 50px 0;
    margin-top: 40px;
}

.index .item9 .desc {
    color: #666;
    line-height: 1.7;
    padding-bottom: 24px;
    /*font-size: 15px;*/
}

.index .item9 .jjmore {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #999;
    border: 1px solid #9b9b9b;
    margin-right: 25px;
}

.index .item9 .jjmore:hover {
    color: #0054a3;
}

.index .item9 .container .l {
    padding-left: 0;
}

.index .item9 .container .r {
    padding-right: 0;
}

.index .index_title {
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    margin: 50px 0 30px;
}

.index .index_title h3 {
    font-size: 30px;
}

.index .index_title p {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: darkblue;
}

@media(max-width:650px) {
    .index .item4 .title {
        font-size: 24px;
    }
    .index .item5 .title {
        font-size: 24px;
    }
    .index .item6 .r {
        display: none;
    }
    .index .item9 {
        padding-top: 30px;
    }
    .index .item9 .container .r {
        padding: 0;
    }
    .index .item6 .tab a .li {
        height: auto;
    }
    .index .item5 .box .r .txt .top .tab span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .index .item5 .box .r .txt .top .tab {
        margin-top: -58px;
    }
    .index .item5 .box .ul {
        margin: 50px 0 0;
    }
    .index .item6 {
        margin: 15px 0;
    }
    .index .item6 .top .l {
        padding: 0 15px;
        background: #fff;
    }
    .index .item6 .top .l h3 {
        font-size: 24px;
    }
    .index .item9 .jjmore {
        margin-bottom: 15px;
    }
}

.listbanner {
    position: relative;
    margin-top: 75px;
    text-align: center;
}

.listbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listbanner .box {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    font-size: 40px;
    width: 100%;
    left: 0px;
}

.listbanner .box h3 {
    font-size: 40px;
    text-shadow: 0px 0px 1px #888, 1px 1px 1px #888;
}

.listbanner .box p {
    font-size: 30px;
    text-shadow: 0px 0px 1px #888;
}

.listtab {
    box-shadow: 0px 0px 10px 1px #eee;
    padding: 0px 0;
    line-height: 60px;
}

.listtab a.on,
.listtab a:hover {
    background: var(--color);
    color: #fff;
    outline-offset: 2px;
}

.listtab a {
    padding: 5px 15px;
}

.wap_pc {
    display: none;
}

.wap_pc img {
    width: 100%;
}

@media(max-width:650px) {
    header.wap,
    .wap_pc {
        display: block;
    }
    header.pc,
    .banner_pc {
        display: none;
    }
    .listbanner {
        height: 200px;
        margin-top: 0px;
    }
    .listbanner .box {
        font-size: 25px;
        text-align: center;
        width: 100%;
    }
    .listbanner .box h3 {
        font-size: 25px;
    }
    .listtab a {
        width: 100%;
        margin-top: 10px;
    }
}

.listtab {
    box-shadow: 0px 0px 10px 1px #eee;
}

.listtab a.on,
.listtab a:hover {
    background: var(--color);
    color: #fff;
}

.listtab a {
    padding: 5px 30px;
    font-size: 16px;
    border: 1px solid #ededed;
    box-sizing: border-box;
}

@media(max-width:650px) {
    .listbanner {
        height: 200px;
        margin-top: 60px;
    }
    .listtab {
        line-height: 35px;
        box-shadow: none;
    }
    .listbanner .box {
        font-size: 25px;
        text-align: center;
        width: 100%;
    }
    .listbanner .box h3 {
        font-size: 25px;
    }
}

.listcp .item1 {
    margin: 0px auto 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.listcp .item1 .img {
    background: #f7f7f7;
    text-align: center;
}

.listcp .item1 .txt {
    padding-left: 40px;
}

.listcp .item1 .img img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.listcp .item1 .txt h3 {
    color: var(--color);
    font-weight: 800;
}

.listcp .item1 .txt .t {
    margin: 25px 0 10px;
    color: #333;
    font-size: 18px;
    font-weight: 800;
}

.listcp .item1 .txt .desc {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.listcp .item1 .txt .li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.listcp .item1 .txt .li div {
    text-align: center;
    margin-right: 10px;
    width: 90px;
    margin-top: 10px;
}

.listcp .item1 .txt .li div img {
    width: 30px;
}

.listcp .item1 .txt .li div span {
    display: block;
    color: var(--color);
    font-weight: 800;
}

.listcp .item1 .txt .li p {
    color: #666;
    line-height: 1.7;
    margin: 0px;
    width: calc(100% - 70px);
    font-size: 14px;
}

.listcp .item2 {
    /* background: #f7f7f7; */
    /* padding: 30px 0; */
    /*  border-top: 3px solid #ed7020; */
}

.listcp .item2 .title {
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
}

.listcp .item2 .title h3 {
    font-size: 30px;
}

.listcp .item2 .box {
    background: #fff;
    margin: 25px 0;
    padding: 15px 0;
}

.listcp .item2 .box img {
    max-width: 100%;
}

.listcp .item2 .box.wap {
    display: none;
}

.listcp .item2 .box img {
    background-color: #e5e5e5;
}

@media(max-width:650px) {
    .listcp .item2 .box.wap {
        display: block;
    }
    .listcp .item2 .box.pc {
        display: none;
    }
    .listcp .item1 .txt {
        padding-left: 15px;
    }
}

.listcp .item3 .title {
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    margin: 40px 0 30px;
}

.listcp .item3 .title h3 {
    font-size: 30px;
}

.listcp .item3 .xz .li {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 25px;
    overflow: hidden;
}

.listcp .item3 .xz .li div {
    display: flex;
    align-items: center;
}

.listcp .item3 .xz .li p {
    margin: 0px;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 35px;
    border-left: 2px solid #eee;
    font-weight: 800;
    color: var(--color);
    font-size: 18px;
}

.listcp .item3 .xz .li:hover {
    background: var(--color);
}

.listcp .item3 .xz .li:hover img {
    position: relative;
    top: -50px;
    filter: drop-shadow(0 50px #fff);
}

.listcp .item3 .xz .li:hover p {
    color: #fff;
}

.listcp .item4 {
    /* background: url(../img/cbj.png) center/cover; */
    padding: 10px 0;
}

.listcp .item4 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.listcp .item4 .top a {
    cursor: pointer;
    color: var(--color);
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 34px;
    color: #fff;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.4);
}

.listcp .item4 .top .title h3 {
    font-size: 30px;
}

.listcp .item4 .top .title p {
    color: #666;
    font-size: 16px;
}

.listcp .item4 .top .tab span {
    cursor: pointer;
    color: var(--color);
    border: 1px solid var(--color);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-family: "宋体";
    display: inline-block;
    outline: none;
    font-weight: 800;
}

.listcp .item4 .top .tab span:hover {
    background: var(--color);
    color: #fff;
}

.listcp .item4 .swiper-container {
    margin: 20px 0;
}

.listcp .item4 .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.listcp .item4 .swiper-slide p {
    line-height: 50px;
    padding: 0 15px;
    margin: 0px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.listcp .item4 .swiper-slide:hover p {
    background: #ed7020;
    color: #fff;
}

.listcp .item5 {
    text-align: center;
    padding: 30px 0;
}

.listcp .item5 .box {
    margin: 25px 0;
}

.listcp .item5 .box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.listcp .item5 .box a {
    display: block;
    text-align: left;
}

.listcp .item5 .box p {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listcp .item5 .box span {
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
}

.nlhx .item1 img {
    max-width: 100%;
}

.nlhx .item1 .title {
    border-bottom: 1px solid #f2f2f2;
    margin: 30px 0;
}

.nlhx .item1 .title>h3 {
    font-size: 30px;
}

.nlhx .item1 .title p {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: darkblue;
}

.nlhx .item1 {
    margin: 10px auto 10px;
}

.nlhx .item1 div {
    font-size: 16px;
    line-height: 30px;
    font-family: "微软雅黑";
}

.nlhx .item4 {
    background: url(../images/cbj.png) center/cover;
    padding: 40px 0;
}

.nlhx .item4 h3 {
    font-size: 30px;
}

.nlhx .item5 h3 {
    font-size: 30px;
}

.nlhx .item4 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nlhx .item4 .top .title p {
    color: #666;
}

.nlhx .item4 .top .tab span {
    cursor: pointer;
    color: var(--color);
    border: 1px solid var(--color);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-family: "宋体";
    display: inline-block;
    outline: none;
    font-weight: 800;
}

.nlhx .item4 .top .tab span:hover {
    background: var(--color);
    color: #fff;
}

.nlhx .item4 .swiper-container {
    margin: 30px 0;
}

.nlhx .item4 .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.nlhx .item4 .swiper-slide p {
    line-height: 50px;
    padding: 0 15px;
    margin: 0px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nlhx .item4 .swiper-slide:hover p {
    background: #ed7020;
    color: #fff;
}

.nlhx .item5 {
    padding: 10px 0;
}

.nlhx .item5 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nlhx .item5 .top .title p {
    color: #666;
    font-size: 16px;
}

.nlhx .item5 .top a {
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    margin-top: 34px;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.4);
}

.nlhx .item5 .top a:hover {
    background-color: #0054a3;
    color: #fff;
}

.nlhx .item5 .swiper-container {
    margin: 0px 0 10px;
}

.nlhx .item5 .swiper-slide img {
    width: 100%;
    height: 200px;
    padding: 30px 0;
    object-fit: cover;
    background: #dcdddf;
}

.nlhx .item5 .swiper-slide p {
    line-height: 54px;
    padding: 0 15px;
    margin: 0px;
    background: #fff;
    /*background: #f2f2f2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

.nlhx .item5 .swiper-slide:hover p {
    background: #ed7020;
    color: #fff;
}

.newslist a {
    display: block;
    margin: 20px 0 0px;
}

.newslist a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.newslist a P {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}

.newslist a span {
    display: inline-block;
}

.newslist a div {
    margin-top: 10px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.newslist a:hover p {
    color: var(--color);
    font-weight: 800;
}

.cjlist {
    margin: 40px auto;
}

.cjlist .li {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center; */
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.cjlist .li .l {
    padding: 0px;
}

.cjlist .li .l img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.cjlist .li .r h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.cjlist .li .r {
    padding: 0px 0 25px 25px;
    height: 500px;
}

.cjlist .li .r .row {
    position: absolute;
    left: 22px;
    bottom: 0px;
}

.cjlist .li .r .more {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
}

.cjlist .li .r .more:hover {
    background: #0054a3;
}

.cjlist .li .r .desc {
    border-top: 2px solid #ed7020;
    padding: 15px 0;
    line-height: 1.7;
    color: #666;
}

.cjlist .ul>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cjlist .ul img {
    margin-right: 10px;
    max-width: 40px;
}

.cjlist .ul p {
    color: var(--color);
    font-weight: 800;
    font-size: 16px;
    margin: 0;
}

.cjlist .ul span {
    color: #666;
    line-height: 1.7;
}

.cjlist .li:nth-of-type(2n) .l {
    float: right;
}

.cjlist .li:nth-of-type(2n) .r {
    float: left;
    padding: 0px 25px 25px 0;
}

.cjlist .li:nth-of-type(2n) .r .row {
    left: 0;
}

@media(max-width:650px) {
    .cjlist .li .l img {
        height: auto;
    }
    .nlhx .item1>h3 {
        font-size: 30px;
        margin-top: 0;
    }
    .nlhx .item4 h3 {
        font-size: 28px;
    }
    .nlhx .item5 h3 {
        font-size: 28px;
    }
    .cjlist .li .r {
        padding: 0px;
    }
    .cjlist .li .l {
        float: none !important;
        margin-top: 15px;
    }
    .listcp .item4 .top .title h3 {
        font-size: 24px;
    }
    .listcp .item4 {
        padding: 20px 0;
    }
    .cjlist .li .r {
        padding: 0;
        margin-top: 20px;
        height: auto;
    }
    .cjlist .li:nth-of-type(2n) .r {
        padding: 0;
    }
    .listcp .item4 .top a {
        margin-top: 10px;
    }
    .cjlist .li .r .row {
        position: relative;
        left: 0;
        bottom: 0;
    }
}

.qdlist h3 {
    font-size: 47px;
    color: #333;
}

.qdlist .item1 {
    margin: 30px auto 15px;
}

.qdlist .title p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #666;
}

.qdlist .item1 .l h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

.qdlist .item1 .l p {
    color: var(--color);
    font-weight: 800;
    font-size: 20px;
}

.qdlist .item1 .l .desc {
    color: #666;
    line-height: 1.9;
    margin: 10px 0 24px;
    font-size: 15px;
}

.qdlist .item1 .tt {
    border-top: 1px solid var(--color);
    border-bottom: 1px solid var(--color);
    padding-top: 23px;
}

.qdlist .item1 .r {
    position: relative;
}

.qdlist .item1 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.qdlist .item1 .tab {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 22;
}

.qdlist .item1 .tab span {
    cursor: pointer;
    color: var(--color);
    border: 1px solid var(--color);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "宋体";
    display: inline-block;
    outline: none;
    font-weight: 800;
    font-size: 30px;
}

.qdlist .item1 .tab span:hover {
    background: var(--color);
    color: #fff;
}

.gsjj .item4 {
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.gsjj .item4 .box {
    position: relative;
    padding: 20px 70px;
    background-color: #dcdddf;
    /* margin-bottom: 30px; */
}

.gsjj .item4 .box .tab {
    width: 38px;
    height: 60px;
    background-size: 18px 44px;
    opacity: 0.5;
}

.gsjj .item4 .box .tab:hover {
    background-color: var(--color);
}

.gsjj .item4 .swiper-slide {
    padding: 0px 10px 0px;
}

.gsjj .item4 .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.qdlist .item3 {
    text-align: center;
}

.qdlist .item3 .title {
    padding: 0px;
}

.qdlist .item3 .title p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
}

.qdlist .item3 img {
    max-width: 100%;
}

.qdlist .item4 {
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.qdlist .item4 .box {
    margin-top: 10px;
}

.qdlist .item4 .box .bg {
    background-color: #030c2b;
    padding-bottom: 20px;
    display: table;
}

.qdlist .item4 .li {
    margin-top: 25px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.qdlist .item4 .li:nth-child(1) {
    border: none;
}

.qdlist .item4 .li div {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 80px;
    display: inline-block;
}

.qdlist .item4 .li div img {
    height: 30px;
}

.qdlist .item4 .li p {
    font-size: 20px;
    margin: 15px 0;
}

.qdlist .item4 .li span {
    line-height: 1.7;
    color: #f5f5f5;
    display: inline-block;
    max-width: 80%
}

.qdlist .item4 .li:hover div {
    background: #ed7020;
}

.qdlist .item5 {
    text-align: center;
    background: url(../images/wbj.png) center/cover;
    padding: 10px 0 40px;
}

.qdlist .item5 .box .li {
    margin-top: 25px;
}

.qdlist .item5 .box .li>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.qdlist .item5 .box .li .txt {
    background: #fff;
}

.qdlist .item5 .box .li .txt div {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgba(0, 84, 163, 0.5);
    display: inline-block;
    text-align: center;
    line-height: 80px;
    margin-top: -70px;
}

.qdlist .item5 .box .li .txt div img {
    width: 30px;
}

.qdlist .item5 .box .li .txt p {
    font-weight: 800;
    font-size: 18px;
    margin: 15px 0;
}

.qdlist .item5 .box .li .txt span {
    display: inline-block;
    height: 50px;
    margin: 1px 25px 10px;
    font-size: 16px;
}

.qdlist .item5 .box .li:hover .txt div {
    background: #ed7020;
}

.qdlist .item6 {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 10px 0 20px;
}

.qdlist .item6 input,
.qdlist .item6 textarea {
    width: 100%;
    border: 1px solid #eee;
    outline: none;
    padding: 8px 10px;
    resize: none;
    margin-top: 25px;
}

.qdlist .item6 button {
    background: var(--color);
    color: #fff;
    border: none;
    width: 200px;
    line-height: 45px;
    margin-top: 15px;
}

.qdlist .item6 button:hover {
    background: #ed7020;
}

@media(max-width:650px) {
    .qdlist .item6 {
        width: 100%;
    }
    .qdlist h3 {
        font-size: 24px;
    }
    .qdlist .item1 {
        margin: 0px;
    }
    .qdlist .item1 .l h3 {
        font-size: 20px;
    }
    .qdlist .item1 .l {
        padding: 0px;
    }
    .qdlist .item1 img {
        height: 300px;
    }
    .gsjj .item4 .box {
        padding: 30px 0;
    }
    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white,
    .gsjj .item4 .box .swiper-button-next,
    .swiper-button-prev {
        margin-top: -27px;
    }
    .gsjj .item4 .tab {
        display: block;
    }
    .qdlist .item3 .title {
        padding: 0px;
    }
}

.details .title {
    text-align: center;
    margin: 0px auto;
    /*border-bottom: 1px solid #eee;*/
    padding: 15px 0;
}

.details .title h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.details .contentbox {
    line-height: 1.8;
    color: #666;
    margin: 30px 0;
    min-height: 200px;
}

.details .contentbox img {
    max-width: 100%;
}

.details .type {
    margin-bottom: 50px;
    border-top: 1px solid #eee;
    padding-top: 50px;
}

.details .type a {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.details .type span {
    color: var(--color);
}

.details .type img {
    vertical-align: middle;
    margin: 0px 5px;
    height: 18px;
}

@media(max-width:650px) {
    .index .item1 .l .desc {
        font-size: 14px;
    }
    .index .item1 .l a {
        line-height: 48px;
        margin-top: 20px;
    }
    .index .item1 .r {
        padding: 0px 0;
    }
    .index .item2 .title {
        padding: 30px 0 0;
    }
    .index .item2 .ul .li p {
        opacity: 1;
    }
    .index .item2 .ul .li a {
        line-height: 48px;
    }
    .index .item4 .box a {
        margin-bottom: 20px;
    }
    .index .item4 .box img {
        height: auto;
    }
    .index .item4 .more {
        line-height: 48px;
    }
    .index .item5 .box .r .txt {
        padding: 5% 5% 0% 5%;
    }
    .index .item5 .box .r .txt .top h3 {
        font-size: 28px !important;
    }
    .index .item5 .box .r {
        height: 620px;
    }
    .index .item6 .top .l a {
        line-height: 48px;
    }
    footer .box .r>img,
    footer .box .r>p {
        display: none;
    }
    footer .box .l P {
        font-size: 15px;
    }
    .nlhx .item1 p {
        margin: 15px 0 0;
    }
    .nlhx .item1 img {
        margin: 25px 0px 0;
    }
    .nlhx .item4 {
        padding: 25px 0 30px;
    }
    .nlhx .item5 .swiper-container {
        margin: 30px 0 0;
    }
    .nlhx .item4 .top .title p {
        font-size: 15px;
    }
    .nlhx .item4 .top .tab span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
    .nlhx .item4 .swiper-slide img {
        height: auto;
    }
    .nlhx .item4 .swiper-slide p,
    .nlhx .item5 .top .title p {
        font-size: 15px;
    }
    .nlhx .item5 .top a {
        margin-top: 20px;
    }
    .cjlist {
        margin: 0px auto 20px;
    }
    .listcp .item1 .txt .t {
        margin: 25px 0 10px;
    }
    .listcp .item3 .xz .li p {
        font-size: 16px;
    }
    .listbanner .box p {
        font-size: 20px;
    }
    .cjlist .ul p {
        margin-bottom: 5px;
    }
    .cjlist>.li {
        margin-bottom: 10px;
    }
    .newslist a img {
        height: auto;
    }
    .details .title {
        margin: 10px auto;
    }
    .qdlist .item1 .l .desc {
        margin: 15px 0 35px;
    }
    .qdlist .item1 .l h3 {
        font-size: 24px;
        margin-top: 35px;
    }
    .qdlist .item5 .box .li>img {
        height: auto;
    }
    .details .title h3 {
        font-size: 18px;
        line-height: 1.7;
    }
    .details .contentbox img {
        width: 100%;
        height: auto;
    }
}


/*分页start*/

.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    height: auto;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    text-align: center;
    padding: 3px 10px;
    margin: 3px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page_list a:hover {
    color: #fff;
    color: var(--color);
    border-bottom: 2px solid var(--color);
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: var(--color);
    color: #fff;
}


/*分页end*/

.lxlist .title span {
    font-size: 18px;
    color: #999999;
}

.lxlist .title {
    margin: 10px 0 30px;
    /*text-transform: uppercase;*/
    border-bottom: 1px solid #f2f2f2;
}

.lxlist .title.l {
    text-align: left;
}

.lxlist .title h3 {
    font-size: 30px;
    margin: 5px 0 15px;
    font-weight: normal;
    text-align: left;
}


/* .lxlist{
		position:fixed;
		background: rgba(0,0,0,0.5);
		top: 0;
		left:0;
		width:100%;
		z-index:100;
		height:100% ;
		display: none;
		
	}
	.lxlist .item1 form{
		margin-top: 200px;
        margin-left: 300px;
	} */

.lxlist .title p {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: darkblue;
}

.lxlist .item1 {
    margin: 40px auto 0;
}

.lxlist .item1 .l {
    padding-left: 0;
}

.lxlist .item1 .l>h3 {
    color: var(--color);
    font-weight: 800;
    font-size: 22px;
}

.lxlist .item1 .l img {
    width: 100px;
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
}

.lxlist .item1 form {
    width: 100%;
}

.lxlist .item1 form input,
.lxlist .item1 form textarea {
    outline: none;
    resize: none;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.lxlist .item1 form textarea {
    height: 120px;
}

.lxlist .item1 button {
    background: var(--color);
    color: #fff;
    box-shadow: none;
    border: none;
    line-height: 35px;
    margin-bottom: 40px;
}

.lxlist #map {
    background: #eee;
    height: 400px;
    margin: 20px 0 40px;
}

.lxlist .item2 {
    background: url(../img/jojo.png) center/cover;
    margin-top: 40px;
    padding-bottom: 10px;
}

.lxlist .item2 a {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 20px;
}

.lxlist .item2 a h3 {
    font-size: 16px;
    font-weight: 800;
}

.lxlist .item2 a div {
    color: #666;
    line-height: 1.7;
}

.lxlist .item2 a span {
    background: rgba(0, 0, 0, 0.4);
    margin-top: 20px;
    display: block;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
}

.lxlist .item2 a:hover {
    border-color: var(--color);
}

.lxlist .item2 a:hover h3 {
    color: var(--color);
}

.lxlist .item2 a:hover span {
    color: #fff;
    background: var(--color);
}

.lxlist .item2 .swiper-container {
    padding-bottom: 30px;
}

.lxlist .item2 .swiper-pagination {
    bottom: 0px;
}

.lxlist .item2 .swiper-pagination span {
    background: #ccc;
    /*  border: 1px solid var(--color);*/
}

.fzlc {
    margin: 40px auto;
}

.fzlc .top {
    position: relative;
    padding: 0px 80px;
}

.fzlc .top::after {
    content: "";
    position: absolute;
    bottom: 10px;
    height: 5px;
    background: #7fa9d1;
    border-radius: 5px;
    width: calc(100% - 80px);
    left: 40px;
}

.fzlc .top .tab {
    background-size: 30px 30px;
    margin-top: -10px;
}

.fzlc .top .swiper-slide {
    height: 70px;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}

.fzlc .top .swiper-slide::after {
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    background: #007aff;
}

.fzlc .top .swiper-slide::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #007aff;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -7px;
    z-index: 2;
    transition: 0.5s;
}

.fzlc .top .swiper-slide.swiper-slide-active {
    color: #007aff;
    font-size: 18px;
}

.fzlc .top .swiper-slide:hover {
    color: #007aff;
    font-size: 18px;
}

.fzlc .top .swiper-slide.swiper-slide-active:before {
    background: #007aff;
}

.fzlc .top .swiper-slide:hover:before {
    background: #007aff;
}

.fzlc .box {
    position: relative;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    padding: 30px 0;
}

.fzlc .box .li {
    display: block;
    width: 80%;
    margin: 0px auto;
}

.fzlc .box .li {
    position: relative;
    padding-bottom: 4vw;
}

.fzlc .box .li:before {
    content: '';
    width: 0;
    border-left: 1px solid #e6e8ec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.fzlc .box .li:after {
    content: '';
    display: block;
    clear: both;
}

.fzlc .box .li .img_box {
    width: 50%;
}

.fzlc .box .li .img_box .img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ededed;
}

.fzlc .box .li .img_box img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fzlc .box .li .txt_box {
    width: 50%;
    position: relative;
}

.fzlc .box .li .txt_box .date {
    font-size: 18px;
    line-height: 1;
    color: #4b4c4e;
    font-family: 'PingB';
    margin-bottom: 10px;
    margin-top: -4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fzlc .box .li .txt_box .date:after {
    content: '';
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 3px solid #5a91fc;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fzlc .box .li .txt_box .date:before {
    content: '';
    width: 1.9vw;
    height: 1px;
    background: #5a91fc;
    position: absolute;
    top: 9px;
}

.fzlc .box .li .txt_box p {
    font-size: 16px;
    line-height: 2;
    color: #4b4c4e;
    margin-bottom: 1vw;
}

.fzlc .box .li:nth-of-type(odd) .img_box {
    padding-right: 3vw;
    float: left;
}

.fzlc .box .li:nth-of-type(odd) .txt_box {
    padding-left: 3vw;
    float: left;
}

.fzlc .box .li:nth-of-type(odd) .txt_box .date:after {
    left: -9px;
}

.fzlc .box .li:nth-of-type(odd) .txt_box .date:before {
    left: 0;
}

.fzlc .box .li:nth-of-type(even) .img_box {
    padding-left: 3vw;
    float: right;
}

.fzlc .box .li:nth-of-type(even) .txt_box {
    padding-right: 3vw;
    float: right;
    text-align: right;
}

.fzlc .box .li:nth-of-type(even) .txt_box .date:after {
    right: -9px;
}

.fzlc .box .li:nth-of-type(even) .txt_box .date:before {
    right: 0;
}

.fzlc .box .li:hover .img_box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.fzlc .box .li:hover .txt_box .date {
    color: #5a91fc;
}

.fzlc .box .li:hover .txt_box .date:after {
    background-color: #5a91fc;
}

.gsjj .title {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    margin: 30px 0;
}

.gsjj .title h3 {
    font-size: 30px;
    color: #333;
    text-align: left;
}

.gsjj .title p {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: darkblue;
}

.gsjj .item1 .box {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.gsjj .item1 .img {
    width: 100%;
    margin: 20px auto 0px;
    display: block;
}

.gsjj .item2 {
    /*background:#f8f8f8;*/
}

.gsjj .item2 .desc {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.gsjj .item2 .img {
    max-width: 100%;
    display: block;
    margin: auto;
    border: 1px solid #ededed;
    margin-top: 10px;
}

.gsjj .item3 .desc {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-bottom: 20px;
}

.gsjj .item3 .img {
    max-width: 100%;
    display: block;
    margin: auto;
}


/*.gsjj .item4 {
       margin-bottom: 30px;
   }
   .gsjj .item4 .box {
       display: flex;
       align-items: center;
       flex-wrap: wrap;
   }
   .gsjj .item4 .box div{
       text-align: center;
   }
   
   .gsjj .item4 .box div p{
       font-size: 16px;
       color: #333;
       margin:10px 0;
   }
   .gsjj .item4 .box div span{
       color: #666;
   }*/

.qywhlist .title {
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    margin: 50px 0 30px;
}

.qywhlist .title h3 {
    font-size: 30px;
}

.qywhlist .title p {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: darkblue;
}

.qywhlist .item1 .box>div>img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.qywhlist .item1 .box>div .txt {
    background: #f5f7fa;
    text-align: center;
    height: 180px;
    padding: 0px 15px;
}

.qywhlist .item1 .box>div .txt img {
    margin-top: -40px;
}

.qywhlist .item1 .box>div .txt p {
    color: #333;
    font-size: 20px;
    margin: 15px 0;
}

.qywhlist .item1 .box>div .txt span {
    color: #666;
}

.qywhlist .item2 {
    /* url(../img/sm4.png) right/40% 100% no-repeat;*/
    margin-top: 40px;
}

.qywhlist .item2 .title {
    text-align: left;
    margin-right: 40px;
    margin-top: -20px;
}

.qywhlist .item2 .desc {
    line-height: 1.8;
    margin-right: 40px;
    margin-top: 30px;
}

.qywhlist .item2 .desc p {
    margin-top: 20px;
}

.qywhlist .item2 img {
    height: 100%;
}

.qywhlist .item2 .nbj0 {
    padding: 0;
    overflow: hidden;
}

.qywhlist .item3 {
    /*margin-top: 30PX;*/
}

.qywhlist .item3 .box {
    position: relative;
}

.qywhlist .item3 .box .swiper-slide {
    text-align: center;
    transform: scale(0.7);
    transition: 0.5s;
}

.qywhlist .item3 .box .swiper-slide img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 100%;
}

.qywhlist .item3 .box .swiper-slide p {
    color: #333;
    font-size: 24px;
    margin: 15px 0;
    display: none;
}

.qywhlist .item3 .box .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.qywhlist .item3 .box .swiper-slide.swiper-slide-active p {
    display: block;
}

.qywhlist .item3 .box .tab {
    background-size: 30px 30px;
}

.qywhlist .item4 {
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}

.qywhlist .item4.container {
    padding: 0 15px;
}

.qywhlist .item4>div {
    float: left;
    width: 33.33%;
    height: 250px;
    position: relative;
}

.qywhlist .item4>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.qywhlist .item4>div .txt {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 15px;
    position: absolute;
    color: #fff;
    transition: 0.5s;
}

.qywhlist .item4>div .txt p {
    font-size: 20px;
    font-weight: 800;
}

.qywhlist .item4>div .txt span {
    opacity: 0;
    transition: 0.5s;
}

.qywhlist .item4>div:hover span {
    opacity: 1;
}

.qywhlist .item4>div:hover .txt {
    background: #2a86e971;
}

@media(max-width:650px) {
    .qywhlist .item3 .box .swiper-slide {
        transform: scale(1);
    }
    .qywhlist .item3 .box .swiper-slide p {
        display: block;
    }
    .qywhlist .item4>div {
        width: 100%;
    }
    .qywhlist .item2 .desc {
        margin-right: 0;
    }
    .qywhlist .item2 .nbj0 img {
        width: 100%;
        height: auto;
    }
    .fzlc .box .li:nth-of-type(odd) .img_box,
    .fzlc .box .li:nth-of-type(even) .img_box,
    .fzlc .box .li:nth-of-type(even) .txt_box {
        padding-left: 3vw;
        padding-right: 0;
        float: none;
        width: auto;
    }
    .fzlc .box .li:before {
        left: 0;
    }
    .fzlc .box .li:nth-of-type(odd) .txt_box {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .fzlc .box .li:nth-of-type(even) .txt_box {
        text-align: left;
        margin-top: 15px;
    }
    .fzlc .box .li:nth-of-type(even) .txt_box .date:after,
    .fzlc .box .li:nth-of-type(even) .txt_box .date:before {
        left: -9px;
    }
    .fzlc .box {
        margin: 30px 0 0;
    }
    .fzlc {
        margin: 40px 0 0;
    }
    .qywhlist .item1 .box>div .txt {
        margin-bottom: 15px;
    }
}

.preNext {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}

.preNext li {
    list-style: none;
    line-height: 32px;
}

.lxlist .item1 .lybd {
    padding: 0;
    text-align: center;
    /*margin: 0 auto;*/
    /*float: none;*/
}


/*.lxlist .item1 .lybd h3 {
    font-weight: 800;
    color: #666;
    margin: 0px 0 15px;
}*/

/*分页代码*/
.scott{ overflow:hidden; text-align:center;padding:40px 0 80px; }
.scott A{BORDER:#3f3f3f 1px solid; PADDING:8px 10px; MARGIN-RIGHT: 5px;  TEXT-DECORATION: none; background:#fff; color:#3f3f3f;}
.scott A:hover{border:1px solid #3f3f3f; text-decoration:none; BACKGROUND-COLOR:#3f3f3f; color:#FFF;}
.scott A:active{border:1px solid #3f3f3f; text-decoration:none; BACKGROUND-COLOR:#3f3f3f;}
.scott SPAN.current{BORDER: #3f3f3f 1px solid; PADDING:8px 10px;  FONT-WEIGHT: bold;  COLOR: #fff; MARGIN-RIGHT: 2px; BACKGROUND-COLOR: #3f3f3f;MARGIN-RIGHT: 5px;}
.scott SPAN.disabled{BORDER:#3f3f3f 1px solid; PADDING:2px 5px; COLOR:#3f3f3f; MARGIN-RIGHT: 5px; background:#d8f1ff;}