* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
a {
    display: inline-block;
    color: initial;
    color: #333;
}
img {
    vertical-align: middle
}
a:hover {
    text-decoration: none !important
}
header.pc {
    height: 80px;
    position: relative;
    z-index: 9999;
    background-color: #fff;
}
header.pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 0px 5px 1px #eee;
}
header.pc div {
    display: inline-block;
}
header.pc .le {
    line-height: 80px;
}
header.pc .rg {
    text-align: right;
    float: right;
}
header.pc .rg>div {
    display: inline-block;
    position: relative;
    padding: 0px 13px;
    font-size: 16px;
}
header.pc .rg div:hover .sub {
    display: inline-block;
}
header.pc .rg div>a {
    display: inline-block;
    line-height: 80px;
}
header.pc .rg div .sub {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    display: none;
    border-top: 2px solid #3453c7;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 1px #eee;
}
header.pc .rg div .sub a {
    line-height: 40px;
    display: inline-block;
    width: 100%;
}
header.pc a {
    text-align: center;
}
header.pc a:hover {
    color: #3453c7;
}
header.pc .sub a:hover {
    color: #fff;
    background: #3453c7;
}
header.pc a.on {
    color: #3453c7;
}
header.pc .ph {
    color: #3453c7;
    height: auto;
    overflow: hidden;
    top: 15px;
}
header.pc .ph img {
    width: 30px;
    vertical-align: baseline;
    margin-right: 15px;
}
header.pc .ph div {
    line-height: 20px;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    display: inline-block;
}
header.wap {
    background-color: #fff;
    position: fixed;
    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%;
    z-index: 99999;
}
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: #c53d2e;
    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;
}
header.wap a span::after {
    content: "+";
}
/* header.wap a.on
{
    background-color: #c53d2e;
    color: #fff;
} */
header.wap a.on span::after {
    content: "-";
}
@media(max-width:650px) {
    header.pc {
        display: none;
    }
    header.wap {
        display: block;
    }
}
footer {
    background-color: #1f1f1f;
    padding: 30px 0px;
}
footer .pc {
    color: #fff;
}
footer .pc .lank {
    text-align: left;
}
footer .pc .lank a {
    color: #fff;
    margin: 20px 15px;
    display: inline-block;
    font-size: 16px;
}
footer .pc .cente {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .pc .lx h3 {
    color: red;
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
footer .pc .ww {
    text-align: center;
}
footer .pc .ww P {
    line-height: 40px;
}
footer .pc .icp {
    opacity: 0.6;
    margin-top: 20px;
}
footer .wap {
    color: #fff;
    line-height: 35px;
    display: none;
}
.footertab {
    position: fixed;
    display: flex;
    height: 60px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #37973c;
    z-index: 999;
    ;
}
.footertab a {
    flex: 1;
    text-align: center;
    padding-top: 5px;
}
.footertab a p {
    font-size: 12px;
    color: #333;
    margin-top: -14px;
}
.footertab a>div {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: inline-block;
}
.footertab a>div div {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.footertab a>div div img {
    width: 99%;
    height: 99%;
    vertical-align: top;
    /* object-fit: contain; */
}
.footertab a.on .img {
    display: none;
}
.footertab a.on p {
    color: #3453c7;
}
@media(max-width:650px) {
    footer .wap {
        display: block;
    }
    footer .pc {
        display: none;
    }
    body {
        padding: 60px 0;
    }
}
.index .banner {
    height: 800px;
    margin-top: 80px;
}
.index .banner .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index .banner .swiper-slide {
    position: relative;
}
.index .banner .swiper-slide .sub {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.index .title {
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
}
.index .title h3 {
    font-size: 36px;
    font-weight: 800;
}
.index .title h3::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #333;
    vertical-align: middle;
    margin-left: 15px;
}
.index .title h3::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #333;
    vertical-align: middle;
    margin-right: 15px;
}
.index .title p {
    opacity: 0.6;
}
.index .title.w h3 {
    color: #fff;
}
.index .title.w h3::after,
.index .title.w h3::before {
    background-color: #fff;
}
.index .title.w p {
    color: #fff;
    opacity: 1;
}
.index .item1 .box .shuzi {
    text-align: center;
}
.index .item1 .box .shuzi h3 {
    font-size: 20px;
    color: #3453c7;
    font-weight: 800;
}
.index .item1 .box .shuzi h3 span {
    font-size: 36px;
}
.index .item1 .box .shuzi p {
    color: #666;
}
.index .item1 .shuzi {
    height: auto;
    overflow: hidden;
}
.index .item1 .desc {
    margin: 40px auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index .item1 .desc img {
    width: 100%;
}
.index .item1 .desc .info div {
    font-size: 14px;
    color: #666;
    line-height: 35px;
}
.index .item1 .desc .info a {
    display: inline-block;
    background-color: #3453c7;
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;
}
.index .item2 {
    background: url(../img/a1.png) center/cover;
    padding-bottom: 30px;
}
.index .item2 .tab {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index .item2 .tab div {
    background: #fff;
    width: 49%;
    margin-bottom: 10px;
    padding: 20px 0;
    overflow: hidden;
}
.index .item2 .tab div p {
    margin-top: 15px;
}
.index .item2 .tab div.on {
    color: #3453c7;
}
.index .item2 .tab div.on img {
    position: relative;
    top: -100px;
    filter: drop-shadow(0px 100px #3453c7);
}
.index .item2 .desc>div.on {
    display: flex;
    flex-wrap: wrap;
}
.index .item2 .desc>div {
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    display: none;
    height: 380px;
}
.index .item2 .desc>div img {
    width: 100%;
    padding: 15px 0;
    height: 100%;
    object-fit: cover;
}
.index .item2 .desc>div h3 {
    font-size: 18px;
}
.index .item2 .desc>div div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.index .item2 .desc>div .txt {
    height: 100%;
    overflow-y: auto;
}
.index .item3 {
    padding-bottom: 30px;
}
.index .item3 .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.index .item3 .swiper-slide {
    position: relative;
}
.index .item3 .swiper-slide .txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px;
    color: #333;
    background: #f2f2f2;
}
.index .item3 .swiper-slide span {
    position: absolute;
    top: 315px;
    right: 0px;
    background: red;
    line-height: 35px;
    color: #fff;
    padding: 0px 15px;
    border-radius: 15px 0px 0px 0px;
}
.index .item3 .swiper-slide .desc {
    position: absolute;
    background: rgba(31, 61, 159, 0.9);
    color: #fff;
    padding: 15px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
}
.index .item3 .swiper-slide .desc h3 {
    font-size: 16px;
}
.index .item3 .swiper-slide:hover .desc {
    opacity: 1;
}
.index .item3 .swiper-container {
    padding-bottom: 40px;
}
.index .item3 .swiper-pagination {
    bottom: 0px !important;
}
.index .item3 .swiper-pagination .swiper-pagination-bullet {
    background-color: #666;
    width: 10px;
    height: 10px;
}
.index .item4 {
    background: url(../img/b2.png) center/cover;
    padding-bottom: 60px;
}
.index .item4 .box {
    position: relative;
    padding: 0px 50px;
}
.index .item4 .box .img {
    width: 100%;
    height: 270px;
    background-color: #fff;
    padding: 15px;
}
.index .item4 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index .item4 .box .txt {
    background-color: #f6f6f6;
    color: #666;
    padding: 15px;
    width: 100%;
}
.index .item4 .box .txt h3 {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index .item4 .box a {
    display: block;
    width: 100%;
}
.index .item4 .box .swiper-slide:nth-of-type(2n) a {
    display: flex;
    flex-wrap: wrap-reverse;
}
.index .item4 .box .swiper-slide:hover .txt {
    background: red;
    color: #fff;
}
.index .item5 .title {
    text-align: left;
}
.index .item5 .title h3::after,
.index .item5 .title h3::before {
    display: none;
}
.index .item5 {
    padding: 30px 0;
}
.index .item5 .box {
    display: flex;
    flex-wrap: wrap;
}
.index .item5 .box .a .txt {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.index .item5 .box .e h3 {
    font-size: 16px;
}
.index .item5 .box .e p {
    font-size: 14px;
    line-height: 35px;
    color: #666;
}
.index .item5 .box .b div {
    border: 2px solid red;
    height: 100%;
    padding: 15px;
}
.index .item5 .box .b h3 {
    color: red;
}
.index .item5 .box .c div {
    border: 2px solid #3453c7;
    height: 100%;
    padding: 15px;
}
.index .item5 .box .c h3 {
    color: #3453c7;
}
.index .item6 {
    background: url(../img//b3.png) center/cover;
    padding-bottom: 30px;
}
.index .item6 .tab {
    text-align: center;
    margin-bottom: 25px;
}
.index .item6 .tab a {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    color: #666;
}
.index .item6 .tab a:hover {
    background-color: #3453c7;
    color: #fff;
}
.index .item6 .box {
    position: relative;
    padding: 0px 50px;
}
.index .item6 .swiper-slide {
    position: relative;
}
.index .item6 .swiper-slide a {
    display: block;
    width: 100%;
}
.index .item6 .swiper-slide a img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.index .item6 .swiper-slide a h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.index .item6 .swiper-slide .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    background: rgba(31, 61, 159, 0.6);
    padding: 20px;
}
.index .item6 .swiper-slide .txt div {
    background: #fff;
    padding: 15px;
    height: 100%;
    overflow-y: auto;
}
.index .item6 .swiper-slide .txt div h3 {
    font-size: 18px;
    color: #3453c7;
}
.index .item6 .swiper-slide .txt div p {
    font-size: 14px;
    color: #666;
    line-height: 30px;

        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.index .item6 .swiper-slide .txt div span {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background: #3453c7;
    margin: 15px 0;
}
.index .item7 .box>div {
    background: #f5f5f5;
    border-left: 1px solid #fff;
    height: 470px;
}
.index .item7 .box>div .top {
    border-bottom: 1px dashed #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.index .item7 .box>div .top h3 {
    font-size: 18px;
    margin: 0px;
}
.index .item7 .box>div .top a {
    color: #999999;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.index .item7 .box>div .top a:hover {
    color: red;
}
.index .item7 .box .a .desc a {
    width: 100%;
    border-bottom: 1px dashed #cccccc;
    padding: 15px 0;
}
.index .item7 .box .a .desc a img {
    display: none;
}
.index .item7 .box .a .desc a p {
    display: none;
}
.index .item7 .box .a .desc a:nth-of-type(1) img {
    display: block;
}
.index .item7 .box .a .desc a:nth-of-type(1) p {
    display: block;
}
.index .item7 .box .a .desc a:nth-of-type(1) .txt {
    width: calc(100% - 110px);
    display: block;
}
.index .item7 .box .a a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index .item7 .box .a a img {
    width: 100px;
    height: 100px;
}
.index .item7 .box .a a h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}
.index .item7 .box .a a p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.index .item7 .box .a a:nth-of-type(n + 1) .txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index .item7 .box .b h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}
.index .item7 .box .b p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.index .item7 .box .b .desc {
    padding: 15px;
}
.index .item7 .box .a .desc .txt span{
    color: #999;
}

.index .item8 {
    background: url(../img/b4.png) center/cover;
    padding-bottom: 30px;
    margin-top: 60px;
}
.index .item8 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index .item8 .box a div {
    background: #fff;
    padding: 15px;
    height: 120px;
    margin-bottom: 15px;
}
.index .item8 .box a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner.wap {
    display: none;
}
@media(max-width:650px) {
    .banner.pc {
        display: none;
    }
    .banner.wap {
        display: block;
        height: 400px;
        margin: 0px;
    }
    .banner.wap img {
        max-width: 100%;
    }
    /*.index .item2 .desc>div {
        display: none !important;
    }*/
    .index .item2 .desc>div{
        height: auto;
    }
    .index .item2 .tab div{
        width: 32%;
        padding: 15px 0 5px;
    }
    .index .title{
        padding: 30px 0 10px;
    }
    .index .item7 .box>div {
        margin-bottom: 25px;
        height: auto;
    }
    .index .item5 .box .b{
        margin: 20px 0;
    }
    .index .item5{
        padding: 0px 0px 30px; 
    }
}
.list_banner {
    position: relative;
    height: 500px;
    margin-top: 80px;
}
.list_banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_banner .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.list_banner .txt h3 {
    font-size: 40px;
    margin-bottom: 30px;
}
.list_banner .txt span {
    display: inline-block;
    width: 2px;
    height: 50px;
    background: #fff;
    margin-top: 25px;
}
.list_banner .txt .sub p{
    font-size: 18px;
}
.list_tab {
    border-bottom: 2px solid #eee;
    line-height: 70px;
}
.list_tab a {
    padding: 0px 30px;
    color: #333;
    font-size: 16px;
}
.list_tab a.on,
.list_tab a:hover {
    background-color: #3453c7;
    color: #fff;
}
@media(max-width:650px) {
    .list_banner {
        margin: 0px;
        height: 300px;
    }
    .list_tab {
        line-height: 40px;
        white-space: nowrap;
    }
    .list_tab .container {
        overflow-x: scroll;
    }
    .list_tab a {
        padding: 0px 10px;
        height: 50px;
    line-height: 50px;
    font-size: 14px;
    }
}
.about_list {
    background: #f7f7f7;
}
.about_list .item1 {
    background: url(../img/map.png) bottom center no-repeat;
}
.about_list .item1 .title {
    text-align: center;
    padding: 30px 0;
}
.about_list .item1 .title h3 {
    color: #3453c7;
    font-weight: 800;
}
.about_list .item1 .title p {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.about_list .item1 .box .shuzi {
    text-align: center;
}
.about_list .item1 .box .shuzi h3 {
    font-size: 20px;
    color: #3453c7;
    font-weight: 800;
}
.about_list .item1 .box .shuzi h3 span {
    font-size: 36px;
}
.about_list .item1 .box .shuzi p {
    color: #666;
}
.about_list .item1 .shuzi {
    height: auto;
    overflow: hidden;
}
.about_list .item1 .desc {
    margin: 30px 0;
    font-size: 14px;
    color: #666;
    line-height: 35px;
}
.about_list .item2 {
    background: #f7f7f7 url(../img/g1.png) top center/100% auto no-repeat;
    padding-top: 1px;
}
.about_list .item2 .xx {
    display: block;
    width: 1px;
    height: 80px;
    background: #fff;
    margin: 25px auto;
}
.about_list .item2 .box {
    background: #fff;
    padding: 35px;
}
.about_list .item2 .box .desc {
    font-size: 16px;
    line-height: 35px;
    color: #666;
}
.about_list .item2 .box h3 {
    font-weight: 800;
    text-align: center;
    margin: 40px 0;
}
.about_list .item2 .box .type {
    height: auto;
    overflow: hidden;
}
.about_list .item2 .box .type div {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.about_list .item2 .box .type div img {
    margin-bottom: 15px;
}
.about_list .item3 h3 {
    font-weight: 800;
    text-align: center;
    margin: 40px 0;
}
.about_list .item3 .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about_list .item3 .txt {
    font-size: 16px;
    line-height: 35px;
    color: #333;
}
.about_list .item3 .txt span {
    color: #3453c7;
}
.about_list .item4 {
    background: #3453c7;
}
.about_list .item4 .container {
    background: url(../img/g2.png) right center no-repeat;
}
.about_list .item4 .title {
    text-align: center;
    padding: 30px 0;
}
.about_list .item4 .title h3 {
    color: #fff;
    font-weight: 800;
}
.about_list .item4 .title p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.about_list .item4 .swiper-slide {
    color: #fff;
    padding: 0px 40px;
    line-height: 40px;
    position: relative;
}
.about_list .item4 .swiper-container::before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: -50px;
}
.about_list .item4 .swiper-slide::before {
    content: "";
    display: inline-block;
    width: 1px !important;
    height: 80px !important;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
}
.about_list .item4 .swiper-slide h3 {
    font-size: 40px;
}
.about_list .item4 .tab {
    text-align: center;
}
.about_list .item4 .tab>div {
    position: relative !important;
    display: inline-block;
    background-size: 20px 20px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 40px;
    margin: 40px 20px;
}
.about_list .item6 {
    background: #ecebeb;
    padding-bottom: 30px;
}
.about_list .item6 .title {
    text-align: center;
    padding: 30px 0;
}
.about_list .item6 .title h3 {
    color: #333;
    font-weight: 800;
}
.about_list .item6 .title p {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.about_list .item6 .swiper-slide img {
    width: 100%;
    height: 330px;
    padding: 15px;
    object-fit: contain;
    background-color: #fff;
    border: 3px solid #eee;
}
.about_list .item6 .swiper-slide p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 40px;
}
.about_list .item6 .box {
    position: relative;
    padding: 0px 50px;
}
.about_list .item6 .swiper-button-prev,
.about_list .item6 .swiper-button-next {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid #666;
    background-size: 20px 20px;
}
.about_list .item7 {
    padding-bottom: 30px;
}
.about_list .item7 .title {
    text-align: center;
    padding: 30px 0;
}
.about_list .item7 .title h3 {
    color: #333;
    font-weight: 800;
}
.about_list .item7 .title p {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}
.about_list .item7 .box a {
    display: block;
}
.about_list .item7 .box a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.about_list .item7 .box a p {
    line-height: 35px;
    text-align: center;
}
@media(max-width:650px) {
    .about_list .item2 .xx {
        height: 34px;
    }
    .about_list .item2 .box .type {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .about_list .item2 .box .type div {
        width: 50%;
    }
}
.news_list {
    margin: 30px auto;
}
.news_list a {
    display: block;
    margin-bottom: 25px;
}
.news_list a .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.news_list a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.news_list a:hover img {
    transform: scale(1.2);
}
.news_list a .txt h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 800;
    margin: 0px;
    line-height: 40px;
}
.news_list a .txt {
    padding: 0px 15px;
    display: inline-block;
    width: 100%;
}
.news_list a .txt span {
    font-size: 14px;
    color: #666;
}
.news_list a .txt p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news_list a:hover h3 {
    color: #3453c7;
}
.news_list a:hover .txt {
    background: #f5f5f5;
}
.product_details .item1 .swiper-slide {
    height: 150px;
}
.product_details .swiper-container {
    height: 480px;
    width: 150px;
}
.product_details .box {
    padding: 100px 0;
    width: 150PX;
}
.product_details .item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_details .item1 .l {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_details .item1 .l .dd_img {
    width: 470px;
    text-align: center;
    margin: 0px 40px;
}
.product_details .item1 .l .dd_img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.product_details .tab {
    position: relative;
    display: block;
    margin: auto;
    right: 0px;
    left: 0px;
    opacity: 0.5;
}
.product_details .tab.a {
    transform: rotate(90deg);
}
.product_details .tab.b {
    transform: rotate(90deg);
}
.product_details .item1 .swiper-slide img {
    width: 150px;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    border: 1px solid #eee;
}
.product_details .item1 .swiper-slide.swiper-slide-active img {
    border-color: #3453c7;
}
.product_details .item1 .r .title {
    color: red;
    font-size: 36px;
}
.product_details .item1 .r .lit h3 {
    background: #ededed;
    padding: 15px;
    font-size: 18px;
}
.product_details .item1 .r .lit p {
    font-size: 14px;
    line-height: 35px;
}
.product_details .item2 {
    background: #eeeeee;
    padding: 30px 0;
}
.product_details .item2 .top {
    font-size: 18px;
    margin-bottom: 30px;
    color: #333;
}
.product_details .item2 .top a {
    color: #3453c7;
}
.product_details .item2 .desc {
    border-top: 2px solid red;
    padding: 25px;
    background: #fff;
}
.product_details .item2 .desc h3 {
    color: red;
}
.product_details .item2 .desc img {
    max-width: 100%;
}
.product_details .item3 {
    padding: 40px 15px !important;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.product_details .item3 img {
    max-width: 100%;
}
@media(max-width:650px) {
    .product_details .item1 {
        flex-wrap: wrap;
    }
    .product_details .item1 .l .dd_img {
        width: 70%;
    }
    .product_details .box {
        width: 30%;
    }
    .product_details .item1 .swiper-slide img {
        width: 100%;
        height: 100px;
    }
    .product_details .swiper-container {
        width: 100%;
        height: 300px;
    }
    .product_details .box {
        padding: 40px 0;
    }
    .product_details .item1 .r .title {
        font-size: 18px;
    }
}
.product_list .list_tab {
    line-height: 50px;
}
.product_list .list_tab a.on,
.product_list .list_tab a:hover {
    background-color: red;
}
.product_list .top {
    background: url(../img/cbj.png) center/cover;
    padding: 30px 0;
}
.product_list .top h3 {
    color: #fff;
}
.product_list .top p {
    color: #fff;
}
.product_list .top form select,
.product_list .top form input,
.product_list .top form button {
    padding: 5px 15px;
    border: 1px solid #eee;
    width: 300px;
    margin-right: 10px;
    line-height: 32px;
}
.product_list .top form button {
    width: 120px;
    color: red;
    line-height: 32px;
}
.product_list .lit_nav {
    margin: 30px 0;
}
.product_list .lit_nav a {
    border: 1px solid #eee;
    line-height: 46px;
    padding: 0px 15px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.product_list .lit_nav a.on,
.product_list .lit_nav a:hover {
    background-color: red;
    color: #fff;
}
.product_list .list a {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.product_list .list a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 46px;
    border: 1px solid #eee;
    padding: 0px 15px;
    width: 100%;
    margin: 0px;
    text-align: center;
}
.product_list .list a img {
    border: 1px solid #eee;
    width: 100%;
    height: 270px;
    object-fit: contain;
    padding: 15px;
}
.product_list .list a:hover p {
    background-color: red;
    color: #fff;
}
.product_list .list a:hover img {
    border-bottom: 4px solid red !important;
}
@media(max-width:650px) {
    .product_list .top form select,
    .product_list .top form input,
    .product_list .top form button {
        width: 100%;
        margin-bottom: 10px;
    }
    .product_list .lit_nav {
        height: auto;
        overflow: hidden;
    }
    .product_list .lit_nav a {
        margin-bottom: 10px;
        margin-right: 0px;
        float: left;
    }
}
.jiuean_list {
    margin: 30px auto;
}
.jiuean_list a {
    display: block;
    margin-bottom: 25px;
}
.jiuean_list a .img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.jiuean_list a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.jiuean_list a:hover img {
    transform: scale(1.2);
}
.jiuean_list p {
    line-height: 35px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-top: 10px;
}
.hangye_list {
    margin: 40px auto;
}
.hangye_list .top {
    background-color: #3453c7;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 24px 15px;
}
.hangye_list .top p {
    margin: 0px;
}
.hangye_list .top h3 {
    margin: 0px;
    font-size: 18px;
    width: calc(100% - 300px);
}
.hangye_list .top p {
    width: 150px;
    display: inline-block;
}
.hangye_list .li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f2f2f2;
    margin-bottom: 1px;
    padding: 15px;
    flex-wrap: wrap;
}
.hangye_list .li h3 {
    font-size: 16px;
    margin: 0px;
    width: calc(100% - 300px);
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hangye_list .li img {
    margin-right: 10px;
}
.hangye_list .li a {
    width: 150px;
    display: inline-block;
}
.hangye_list .li a:hover {
    color: #3453c7;
}
@media(max-width:650px) {
    .hangye_list .top h3 {
        width: 100%;
    }
    .hangye_list .top p {
        width: 50%;
    }
    .hangye_list .li h3 {
        width: 100%;
        margin-bottom: 15px;
        line-height:30px;
    }
    .hangye_list .top p{
        display: none;
    }
    .hangye_list .li a {
        width: 50%;
        text-align: center;
        border-top: 1px solid #fff;
        padding-top: 15px;
    }
}
.jishu_list .item1 img {
    max-width: 48%;
}
.jishu_list .item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.jishu_list .item1 h3 {
    font-size: 32px;
    color: #000;
    font-weight: 800;
}
.jishu_list .item1 span {
    font-size: 16px;
    color: #666;
    display: block;
    margin: 30px 0;
    text-transform: uppercase;
}
.jishu_list .item1 p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.jishu_list .item2 {
    text-align: center;
    background: #f5f5f5;
    padding: 30px 0;
}
.jishu_list .item2 h3 {
    font-size: 32px;
    color: #000;
    font-weight: 800;
}
.jishu_list .item2 span {
    font-size: 16px;
    color: #666;
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
}
.jishu_list .item2 p {
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    margin-bottom: 30px;
}
.jishu_list .box {
    margin: 30px auto;
}
.jojo_list .title {
    text-align: center;
    padding: 30px 15px;
}
.jojo_list .title p {
    color: #666;
    text-transform: uppercase;
}
.jojo_list .item1 {
    height: auto;
    overflow: hidden;
}
.jojo_list .item1 div {
    text-align: center;
}
.jojo_list .item1 div h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.jojo_list .item1 div p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.jojo_list .item2 .top {
    background: #e6e6e6;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}
.jojo_list .item2 .top p,
.jojo_list .item2 .top h3 {
    font-size: 16px;
    color: #333;
    margin: 0px;
}
.jojo_list .item2 .top p {
    cursor: pointer;
}
.jojo_list .item2 .li {
    margin-bottom: 10px;
}
.jojo_list .item2 .top span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    color: #333;
    text-align: center;
    margin-left: 10px;
    line-height: 20px;
    color: #3453c7;
}
.jojo_list .item2 .desc {
    border: 1px solid #eee;
    padding: 30px;
    display: none;
}
.jojo_list .item2 .desc h3 {
    font-size: 18px;
    color: #3453c7;
    font-weight: 800;
}
.jojo_list .item2 .desc div {
    font-size: 16px;
    line-height: 35px;
    color: #666;
}
.jojo_list .item2 .desc a {
    display: inline-block;
    padding: 10px 15px;
    background: #3453c7;
    color: #fff;
    margin-top: 25px;
}
.jojo_list .item2 .li.on .top {
    background-color: #3453c7;
    color: #fff;
}
.jojo_list .item2 .li.on .top h3,
.jojo_list .item2 .li.on .top p {
    color: #fff;
}
.lianxi_list {
    padding: 30px 15px;
}
.lianxi_list #map {
    height: 400px;
    background-color: #eee;
}
.lianxi_list p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    /*text-transform: uppercase;*/
}
.lianxi_list h4 {
    font-size: 30px;
    color: red;
    font-weight: 800;
}
.lianxi_list img {
    width: 120px;
    margin-right: 15px;
}
@media(max-width:650px) {
    .lianxi_list #map {
        height: 200px;
        margin-top: 40px;
    }
    .lianxi_list .code {
        text-align: center;
    }
    .lianxi_list img {
        width: 120px;
        margin: 0px;
    }
    .index .title h3::before,
    .index .title h3::after,
    .index .item6 .tab
    {display: none;}


}

.tiem_list a{
    margin: 25px 0;
}
.tiem_list .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.tiem_list .swiper-slide {
    position: relative;
}
.tiem_list .swiper-slide .txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px;
    color: #333;
    background: #f2f2f2;
}
.tiem_list .swiper-slide span {
    position: absolute;
    top: 315px;
    right: 0px;
    background: red;
    line-height: 35px;
    color: #fff;
    padding: 0px 15px;
    border-radius: 15px 0px 0px 0px;
}
.tiem_list .swiper-slide .desc {
    position: absolute;
    background: rgba(31, 61, 159, 0.9);
    color: #fff;
    padding: 15px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
}
.tiem_list .swiper-slide .desc h3 {
    font-size: 16px;
}
.tiem_list .swiper-slide:hover .desc {
    opacity: 1;
}


/*分页*/
.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: #30A479;
    border-bottom: 2px solid #30A479;
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: #3453c7;
    color: #fff;
}