﻿@-webkit-keyframes svgcircle {
    0% {
        stroke-dashoffset: 220;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes svgcircle {
    0% {
        stroke-dashoffset: 220;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* 公共样式 */
.box {
    width: 1360px;
    margin: 0 auto;
}

.waphide {
    display: none;
}

.more1 {
    width: 130px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to left, #0f61b0, #04a7e1);
    display: block;
    border-radius: 45px;
}

.more1 img {
    transition: .6s;
}

.more1:hover {
    background: linear-gradient(to right, #0f61b0, #04a7e1);
}

.more1:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.tit1 {}

.tit1 h3 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.tit1 hr {
    width: 55px;
    height: 4px;
    border: none;
    background-color: #f4b000;
    margin: 0 auto;
}


/* pc导航栏 */
.home-top {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    z-index: 100;
    height: 80px;
    box-shadow: 0 5px 10px rgb(0 0 0 /10%);
}

.logo {
    display: block;
    margin-top: 16px;
}

.home-top .fr ul li {
    float: left;
    margin: 0 20px;
}

.home-top .fr ul li a {
    display: block;
    line-height: 78px;
    color: #333333;
    font-size: 18px;
    padding: 0 5px;
    box-sizing: border-box;
    border-bottom: solid 2px #fff;
}
.home-top .fr ul li.on a,
.home-top .fr ul li a:hover {
    color: #0166b3;
    border-bottom: solid 2px #1d6ab4;
}


/* 手机导航栏 */
.wap-top {
    background-color: rgba(255, 255, 255, .96);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 0 20px;
}

.wap-top .wap-search {
    width: 20px;
    line-height: 50px;
}

.wap-top .wap-search img {
    width: 100%;
}
.search{
    width: 100%;
    padding: 40px;
    background-color: rgba(255, 255, 255, .96);
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 20;
    box-shadow: 0 5px 10px rgb(0 0 0 /10%);
    display: none;
}
.mc_msc_box{
    width: 690px;
    border-bottom: 1px solid #dfdede;
    margin: 0 auto;
}
.mc_msc_input{
    width: calc(100% - 34px);
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.mc_msc_sub{
    width: 30px;
    height: 30px;
    background: url(search2.png) no-repeat center;
    
}


.wap-top .wap-logo {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wap-top .wap-logo img {
    height: 100%;
}

.wap-top .wap-menu {
    line-height: 50px;
}

.wap-menu_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
}

.wap-menu_btn_line,
.wap-menu_btn_line::before,
.wap-menu_btn_line::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all .36s;
}



.wap-menu_btn_line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.wap-menu_btn_line::before {
    content: "";
    position: absolute;
    top: 8px;
}



.wap-menu_btn_line::after {
    content: "";
    position: absolute;
    top: -8px;
}

/* 公共底部 */
footer {
    background: #1b1b1b;
    padding: 60px 0;
}

.bottom-left {
    width: 20%;
}

.bottom-left a img {
    width: 150px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.bottom-left p {
    font-size: 14px;
    color: #acacac;
    margin-top: 10px;
}

footer ul {
    width: 60%;
    float: left;
}

footer ul li {
    margin-left: 5.2vw;
    float: left;
}

footer ul li a {
    color: #fff;
    font-size: 18px;
}

footer ul li hr {
    border: none;
    width: 18px;
    height: 1px;
    background-color: #f5ba00;
    margin-top: 15px;
}

footer ul li .bottom-subli a {
    font-size: 15px;
    color: #acacac;
    display: block;
    margin-top: 15px;
}
footer ul li .bottom-subli a:hover{
    text-decoration: underline;
}
.bottom-right img {
    border-radius: 5px;
}

.bottom-right p {
    font-size: 14px;
    color: #acacac;
    margin-top: 10px;
    text-align: center;
}

/* 首页banner */
.home-banner {
    margin-bottom: 0 !important;
}

.home-banner-item {
    width: 100%;
    height: 100vh;
    position: relative;
}

.homeitem-img {
    height: 100%;
}

.home-banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeitem-txt {
    position: absolute;
    top: 40%;
    left: 15%;
}

.homeitem-txt hr {
    width: 60px;
    height: 4px;
    border: none;
    background: #f6c600;
}

.homeitem-txt h3 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
}

.homeitem-txt p {
    font-size: 32px;
    color: #fff;
}
.home-banner .home-banner-item:nth-child(4) .homeitem-txt hr{
    float: right;
}
.home-banner .home-banner-item:nth-child(4) .homeitem-txt{
    text-align: right;
    left: auto;
    right: 15%;
}

.home-banner .slick-dots {
    position: absolute;
    bottom: 50px;
}

.home-banner .slick-dots li {
    width: 11px;
    height: 11px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}

.home-banner .slick-dots li.slick-active {
    background-color: #fff;
}

/* 首页index1 */
.home-index1 {
    padding: 80px 0;
    background: #f4f6f8;
}

.home-index1-left {
    width: 32.292vw;
    border-radius: 0 20px;
    padding-right: 30px;
    box-sizing: content-box;
    max-width: 625px;
}

.home-index1-left .imgbox {
    width: 100%;
    height: 20.8333vw;
    margin-top: 30px;
    margin-right: 30px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0/10%);
    border-radius: 0 20px;
    max-height: 400px;
}

.home-index1-left .imgbox img {
    width: 100%;
    height: 100%;
    transition: 0.8s;
}

.home-index1-left .imgbox-box {
    position: absolute;
    top: -30px;
    left: 30px;
    box-shadow: 0 0 10px rgb(0 0 0/15%);
    border-radius: 0 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-index1-left .imgbox img:hover {
    transform: scale(1.1);
}

.home-index1-right {
    width: 33.0729vw;
    height: 20.8333vw;
    margin-top: 30px;
    position: relative;
    max-width: 630px;
    max-height: 400px;
}

.home-index1-right .txtbox {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.home-index1-right .txtbox hr {
    width: 60px;
    height: 4px;
    border: none;
    background: #f6c600;
}

.home-index1-right .txtbox h3 {
    color: #333;
    font-weight: bold;
    font-size: 36px;
    margin: 20px 0;
    display: inline-block;
}

.home-index1-right .txtbox p {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.home-index1-right .txtbox-btn {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.home-index1-right .txtbox-btn img {
    transition: .8s;
}

.home-index1-right .txtbox-btn a {
    float: left;
    text-align: center;
    margin-left: 55px;
}

.home-index1-right .txtbox-btn a:first-child {
    margin-left: 0;
}

.home-index1-right .txtbox-btn p {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.home-index1-right .txtbox-btn>a:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.home-index1-right .txtbox-btn a:hover p {
    color: #0166b3;
}

.home-index1-right .txtbox-btn a.more1 {
    float: right;
}

/* 首页index2 */
.home-index2 {
    background: #fff;
    padding: 80px 0;
}

.home-index2-li {
    width: 78px;
    height: 78px;
    position: relative;
    cursor: pointer;
    margin: 35px 0;
}

.home-index2-li .li-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    border-radius: 50%;
    background-color: #fff;
}

.li-icon-box {
    width: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
}

.li-icon-box .li-icon2 {
    width: auto;
    height: auto;
}

.li-svg {
    width: 78px;
    height: 78px;
    transform: rotate(-90deg);
    border-radius: 50%;
    position: relative;
    margin-bottom: 40px;
    transition: all .36s;
}

.li-svg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-index2-li .li-svg circle {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
}

.home-index2-li.active .li-svg {
    background: #a6d0f8;
    box-shadow: 0 0 30px rgba(99, 168, 241, 0.36);
}

.home-index2-li.active .li-svg circle {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    -webkit-animation: 8s svgcircle linear;
    animation: 8s svgcircle linear;
}


.home-index2-ul {
    width: 90px;
    position: relative;
}
.home-index2-ul::before{
    content: "";
    width: 1px;
    height: 460px;
    border-left: 1px dashed #e5e5e5;
    position: absolute;
    left: 42%;
    top: -20px;
}
.home-index2-txt {
    width: calc(100% - 150px);
}

.index2-txt-item {}

.index2-txt-item .item-txtbox {
    width: 40.9%;
    margin-top: 30px;
}

.index2-txt-item .item-txtbox h3 {
    font-size: 36px;
    color: #333333;
    margin: 20px 0;
    position: relative;
}
.index2-txt-item .item-txtbox h3::after{
    content: "";
    width: 140px;
    height: 13px;
    background: #fed274;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.index2-txt-item .item-txtbox p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.index2-txt-item .item-imgbox {
    width: 32.292vw;
    height: 20.833vw;
    margin-top: 30px;
    background-color: #f1f4f6;
    position: relative;
    border-radius: 20px 0;
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 600px;
    max-height: 380px;
}

.index2-txt-item .item-imgbox img {
    width: 100%;
    height: 100%;
    transition: 0.8s;
}

.index2-txt-item .item-imgbox-box {
    position: absolute;
    top: 30px;
    left: 30px;
    box-shadow: 0 0 10px rgb(0 0 0/15%);
    border-radius: 20px 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index2-txt-item .item-imgbox img:hover {
    transform: scale(1.1);
}

/* 首页index3 */
.home-index3 {
    background: #f4f6f8;
    padding: 80px 0;
}

.home-index3 ul {
    margin-top: 45px;
}

.home-index3 ul li {
    width: 30.8%;
    float: left;
    background-color: #fff;
    border-radius: 20px 0;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0/10%);
    transition: .2s;
}

.home-index3 ul li:first-child+li {
    margin: 0 3.8%;
}

.index3-imgbox {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.index3-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.index3-txtbox {
    padding: 30px 0;
}

.index3-txtbox b {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    border-left: solid 3px #0f63b1;
    padding: 0 30px;
    margin-bottom: 20px;
    display: block;
    transition: .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index3-txtbox p {
    font-size: 16px;
    color: #333333;
    padding: 0 30px;
    line-height: 1.8;
    opacity: .7;
}

.index3-txtbox span {
    font-size: 16px;
    color: #999999;
    padding: 0 30px;
    margin-top: 20px;
    display: block;
}

.home-index3 .more1 {
    margin: 0 auto;
    margin-top: 50px;
}

.home-index3 ul li:hover {
    box-shadow: 0 0 20px rgb(0 0 0/25%);
}

.home-index3 ul li a:hover .index3-txtbox b {
    color: #0f63b1;
}

.home-index3 ul li a:hover .index3-txtbox p {
    opacity: 0.8;
}

.home-index3 ul li a:hover .index3-imgbox img {
    transform: scale(1.1);
}

.home-index3 {}

/* 走进永瑞 */
.lm-tit {
    position: relative;
}

.lm-titbox {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.lm-titbox hr {
    width: 60px;
    height: 4px;
    border: none;
    background-color: #f4b000;
    margin: 0 auto;
}

.lm-titbox h3 {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
}

.zjyr-index1 {
    padding: 60px 0;
}
.wap-nav{
    display: none;
}


/* cpbj.html */
.ban2,
.ban{
    height: 600px;
    text-align: center;
    padding-top: 280px;
    box-sizing: border-box;
}
.ban span{
    width: 60px;
    height: 4px;
    background: #f6c600;
    display: block;
    margin: 0 auto;
}
.ban h2{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-top: 20px;
    text-shadow: -2px 1px 10px rgb(0 0 0 / 10%);
}
.nav-two{
    width: 100%;
    padding: 35px 0;
    background: #fff;
}
.nav-two.active{
    position: fixed;
    top: 80px;
    left: 0;
}
.nav-two ul{
    display: flex;
    justify-content: center;
}
.nav-two ul li{
    height: 50px;
    line-height: 50px;
    background: #f3f5f8;
    border-radius: 50px;
    margin: 0 23px;
}
.nav-two ul li a{
    color: #333333;
    font-size: 16px;
    display: block;
    line-height: 50px;
    width: 165px;
    text-align: center;
}
.nav-two ul li.on,
.nav-two ul li:hover{
    background: linear-gradient(to left, #0f61b0, #04a7e1);
}
.nav-two ul li.on a,
.nav-two ul li:hover a{
    color: #fff;
}
.cpbj-wrap{
    padding: 70px 0 1px;
    background: #f4f6f8;
}
.cpbj-lm-cont{
    text-align: center;
}
.cpbj-lm-cont img{
    margin-bottom: 20px;
}
.cpbj-lm-cont h2{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}
.cpbj-lm-cont span{
    display: block;
    width: 48px;
    height: 3px;
    background: #f4b000;
    margin: 0 auto 30px;
}
.cpbj-lm-cont .nr{
    color: #505050;
    font-size: 16px;
}
.cpbj-lm-cont .nr p{
    line-height: 32px;
    text-align: left;
}
.cpbj-list-cont{
    margin-top: 65px;
}
.cpbj-list-cont .item{
    padding: 50px;
    background: #fff;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.cpbj-list-cont .imgbox{
    width: 47%;
    height: 16.7vw;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    max-height: 320px;
}
.cpbj-list-cont .imgbox img{
    width: 100%;
}
.cpbj-list-cont .wz{
    width: 50%;
}
.cpbj-list-cont .wz h2{
    color: #333333;
    font-size: 26px;
    margin-top: 20px;
}
.cpbj-list-cont .wz span{
    display: block;
    width: 2px;
    height: 28px;
    background: #f4b000;
    margin: 15px 0;
}
.cpbj-list-cont .wz p{
    color: #333333;
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 50px;
}
.cpbj-list-cont .wz a{
    color: #0d6db8;
    font-size: 15px;
    padding-right: 23px;
    background: url(icon1.png) no-repeat right center;
}
.cpbj-list-cont .item:nth-child(even){
    flex-direction: row-reverse;
}
.cpbj-title{
    text-align: center;
    margin-top: 75px;
}
.cpbj-title h2{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.cpbj-title span{
    width: 56px;
    height: 4px;
    background: #f4b000;
    margin: 0 auto;
    display: block;
}
.cpbj-deta-gsjs{
    margin-bottom: 80px;
}
.gsjs-cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
.gsjs-cont .wz{
    width: 52.2%;
}
.gsjs-cont .wz h2{
    color: #333333;
    font-size: 24px;
    line-height: 45px;
}
.gsjs-cont .wz h2 img{
    height: 45px;
    margin-right: 20px;
}
.gsjs-cont .wz .nr{
    margin-top: 30px;
    color: #505050;
    font-size: 16px;
    line-height: 30px;
}
.gsjs-cont .wz .nr p{
    line-height: inherit;
}
.gsjs-cont .imgbox{
    width: 29.2vw;
    height: 16.7vw;
    background: #f4f6f8;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
    max-width: 590px;
    max-height: 320px;
}
.gsjs-cont .imgbox .imgbox-box{
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    position: absolute;
    left: -30px;
    top: -30px;
}
.gsjs-cont .imgbox .imgbox-box img{
    width: 100%;
}
.cpbj-deta-zzyj{
    background: #f4f6f8;
    overflow: hidden;
}
.zzyj-cont{
    margin-top: 60px;
    position: relative;
}
.zzyj-cont .swiper-container{
    padding-bottom: 120px;
}
.zzyj-cont-box{
    width: 100%;
    height: 360px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.zzyj-cont-box .imgbox{
    width: 100%;
    height: 270px;
    background: #f4f6f8;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zzyj-cont-box .imgbox img{
    max-width: 100%;
    max-height: 100%;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.zzyj-cont-box h2{
    color: #505050;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zzyj-cont-box:hover .imgbox img{
    transform: scale(1.1,1.1);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.zzyj-cont-box:hover h2{
    color: #005bab;
}
.zzyj-cont .swiper-pagination{
    bottom: 70px;
}
.zzyj-cont .swiper-pagination .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: none;
    border:2px solid #c1c3c6;
    opacity: 1;
}
.zzyj-cont .swiper-pagination .swiper-pagination-bullet-active{
    border:2px solid #3179e5;
}
.cpbj-deta-zycp{
    overflow: hidden;
}
.zycp-cont .swiper-container{
    padding: 60px 0 140px;
    overflow: none;
}
.zycp-cont-box{
    width: 98%;
    height: 460px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 13%);
    margin: 0 auto;
}
.zycp-cont-box .imgbox{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.zycp-cont-box .imgbox img{
    width: 100%;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.zycp-cont-box .w{
    padding: 20px 30px;
}
.zycp-cont-box .w h2{
    color: #333333;
    font-size: 22px;
    text-align: center;
}
.zycp-cont-box .w span{
    display: block;
    width: 28px;
    height: 2px;
    background: #0f63b1;
    margin: 15px auto;
}
.zycp-cont-box .w p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.zycp-cont-box:hover .imgbox img{
    transform: scale(1.1,1.1);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.zycp-cont-box:hover .w h2{
    color: #005bab;
}
.zycp-cont .swiper-pagination{
    bottom: 70px;
}
.zycp-cont .swiper-pagination .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: none;
    border:2px solid #c1c3c6;
    opacity: 1;
}
.zycp-cont .swiper-pagination .swiper-pagination-bullet-active{
    border:2px solid #3179e5;
}
.cpbj-deta-lxfs{
    background: #f4f6f8;
    overflow: hidden;
}
.lxfs-cont{
    padding: 50px;
    background: #fff;
    border-radius: 16px;
    margin: 44px auto 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lxfs-cont-nr{
    width: 47%;
}
.lxfs-cont-nr h2{
    color: #333333;
    font-size: 24px;
    line-height: 55px;
    border-bottom: 1px solid #e9ecee;
    position: relative;
}
.lxfs-cont-nr h2::after{
    content: "";
    width: 48px;
    height: 2px;
    background: #0166b3;
    position: absolute;
    bottom: 0;
    left: 0;
}
.lxfs-cont-nr ul li{
    line-height: 50px;
    border-bottom: 1px solid #e9ecee;
    color: #666666;
    font-size: 16px;
}
.lxfs-cont-map{
    width: 48%;
}
.lxfs-cont-map .demo_main{
    width: 100%;
    height: 320px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
}
.lxfs-cont-map #map{
    width: 100%;
    height: 320px;
    
}
.lxfs-cont-map #map img{
    width: 100%;
}
.demo_content{
    border:none
}
.jrwm-wrap{
    width: 100%;
    background: url(bg1.jpg) no-repeat top center;
}
.jrwm-rjln{
    min-height: 500px;
}
.jrwm-rjln-cont{
    margin-top: 15px;
}
.jrwm-rjln-cont p{
    color: #505050;
    font-size: 16px;
    line-height: 2em;
}
.jrwm-zpxx-cont{
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 60px;
}
.jrwm-zpxx-cont .head{
    min-height: 65px;
    line-height: 65px;
    background: #0166b3;
    padding-left: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}
.jrwm-zpxx-cont .head p{
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
}
.jrwm-zpxx-cont .item p:nth-child(1),
.jrwm-zpxx-cont .head p:nth-child(1){
    width: 20%;
}
.jrwm-zpxx-cont .item p:nth-child(2),
.jrwm-zpxx-cont .head p:nth-child(2){
    width: 18%;
}
.jrwm-zpxx-cont .item p:nth-child(3),
.jrwm-zpxx-cont .head p:nth-child(3){
    width: 16%;
}
.jrwm-zpxx-cont .item p:nth-child(4),
.jrwm-zpxx-cont .head p:nth-child(4){
    width: 15.4%;
}
.jrwm-zpxx-cont .item p:nth-child(5),
.jrwm-zpxx-cont .head p:nth-child(5){
    width: 18.3%;
}
.jrwm-zpxx-cont .item p:nth-child(6),
.jrwm-zpxx-cont .head p:nth-child(6){
    width: 8.8%;
}
.jrwm-zpxx-cont .item{
    min-height: 65px;
    padding-left: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}
.jrwm-zpxx-cont .item:nth-child(even){
    background: #f4f6f8;
}
.jrwm-zpxx-cont .item p{
    line-height: 65px;
    color: #505050;
    font-size: 16px;
}
.jrwm-zpxx-cont .item p:first-child{
    color: #333333;
    padding-left: 34px;
    background: url(icon3.png) no-repeat left center;
}
.jrwm-zpxx-cont .item p a{
    color: #005bab;
}
.jrwm-zpxx-cont .item p a:hover{
    text-decoration: underline;
}
.lxwm-wrap{
    overflow: hidden;
    background: #f4f6f8;
}
.lxwm-cont{
    margin: 55px 0 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 
.lxwm-cont .item{
    width: 31%;
    height: 260px;
    text-align: center;
    background: #ffffff;
    border-radius: 14px;
}
.lxwm-cont .item img{
    height: 80px;
    margin-top: 40px;
}
.lxwm-cont .item h2{
    color: #666666;
    font-size: 18px;
    margin-top: 20px;
}
.lxwm-cont .item p{
    color: #333333;
    font-size: 18px;
    margin-top: 25px;
    line-height: 26px;
}
.content{
    padding: 80px 0 60px;
    background: #f4f6f8;
}
.list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list ul li{
    width: 31%;
    height: 22vw;
    background: #fff;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
    margin-bottom: 50px;
}
.list ul li .imgbox{
    width: 100%;
    height: 12.5vw;
    overflow: hidden;
    border-top-left-radius: 16px;
} 
.list ul li .imgbox img{
    width: 100%;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.list ul li .w{
    padding: 7%;
}
.list ul li .w h2{
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list ul li .w p{
    color: #808080;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list ul li .w span{
    color: #999999;
    font-size: 14px;
}
.list ul li:hover .imgbox img{
    transform: scale(1.1,1.1);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.list ul li:hover .w h2{
    color: #0f63b1;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.zjyr-jtjj{
    padding-bottom: 60px;
}
.zjyr-jtjj .top{
    margin-top: 30px;
}
.zjyr-jtjj .top p{
    color: #505050;
    font-size: 16px;
    line-height: 30px;
}
.zjyr-jtjj .cont{
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e4e7e9;
}
.zjyr-jtjj .cont .item{
    width: 31%;
}
.zjyr-jtjj .cont .imgbox{
    width: 100%;
    height: 12.5vw;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    max-height: 240px;
}
.zjyr-jtjj .cont .imgbox img{
    width: 100%;
}
.zjyr-jtjj .cont .w{
    margin-top: 15px;
}
.zjyr-jtjj .cont .w h2{
    color: #333333;
    font-size: 24px;
}
.zjyr-jtjj .cont .w span{
    display: block;
    width: 28px;
    height: 2px;
    background: #0f63b1;
    margin: 15px 0 10px;
}
.zjyr-jtjj .cont .w p{
    color: #505050;
    font-size: 16px;
    line-height: 26px;
}
.zjyr-jtjj .bottom{
    margin-top: 20px;
}
.zjyr-jtjj .bottom p{
    color: #505050;
    font-size: 16px;
    line-height: 30px;
}
.zjyr-qywh{
    width: 100%;
    background: url(zjbg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 115px;
}
.zjyr-qywh .cpbj-title h2{
    color: #fff;
}
.zjyr-qywh .cont{
    margin-top: 105px;
}
.zjyr-qywh .cont ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zjyr-qywh .cont ul li{
    width: 22%;
    min-height: 300px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 0 2.5%;
}
.zjyr-qywh .cont ul li img{
    height: 72px;
    margin-top: 35px;
}
.zjyr-qywh .cont ul li h2{
    color: #333333;
    font-size: 24px;
    margin-top: 25px;
}
.zjyr-qywh .cont ul li span{
    display: block;
    width: 24px;
    height: 2px;
    background: #f4b000;
    margin: 15px auto;
}
.zjyr-qywh .cont ul li p{
    color: #505050;
    font-size: 16px;
    line-height: 26px;
}
.zjyr-fzlc{
    padding-bottom: 80px;
    background: #f4f6f8 url(fzlcbg.jpg) no-repeat center top;
    overflow: hidden;
}
.zjyr-fzlc ul{
    padding-top: 50px;
}
.zjyr-fzlc ul li{
    height: 80px;
    padding: 0 80px;
    border-bottom: 1px solid #e1e4e8;
    cursor: pointer;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.zjyr-fzlc ul li .time{
    width: 17.6%;
    float: left;
    line-height: 80px;
    color: #0f63b1;
    font-size: 32px;
}
.zjyr-fzlc ul li h2{
    float: left;
    color: #333333;
    font-size: 16px;
    line-height: 80px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 80%;
}
.zjyr-fzlc ul li:hover{
    background: #fff;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.zjyr-zzjg{
    padding-bottom: 80px;
}
.zjyr-zzjg .cont{
    text-align: center;
    margin-top: 45px;
}
.zjyr-zzjg .cont img{
    max-width: 100%;
}
.deta .top{
    text-align: center;
    padding: 10px 0;
}
.deta .top h2{
    color: #333333;
    font-size: 26px;
    line-height: 2em;
    text-align: center;
}
.deta .top p{
    color: #999999;
    font-size: 14px;
    text-align: center;
}
.deta .nr{
    margin-top: 30px;
    color: #666666;
    font-size: 16px;
    line-height: 2em;
}
.deta .nr p{
    line-height: inherit;
}
.deta .nr img{
    max-width: 100%;
}
