*{
    margin: 0;
    padding: 0;
}
.w1300{
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
#nav .nava .a1 span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s;
    height: 44px;
    line-height: 22px;
}
#nav .nava .a1 span::before{
    position: absolute;
    content: '';
    width: 0px;
    height: 1px;
    left: -15px;
    top: 33px;
    background: #2f447b;
}
#nav .nava .a1 span::after{
    position: absolute;
    content: '';
    right: -15px;
    top: 33px;
    width: 0px;
    height: 1px;
    background: #2f447b;
}
#nav .nava .a1.menu-active span::before, #nav .nava .a1.menu-active span::after
,#nav .nava li:hover .a1 span::before,#nav .nava li:hover .a1 span::after{
    width: 10px;
    transition: all .3s .2s;
}
#nav .nava .a1.menu-active span,#nav .nava li:hover .a1 span{
    transform: translate(0, -22px);
}
#nav .nava .a1.menu-active,#nav .nava li:hover .a1{
    color: #2f447b;
}
.banner1{
    position: relative;
}
.ban-poa{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ban-text {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    line-height: 1;
}
.ban-p{
    color: #fff;
    /* display: block; */
    background: rgba(0,0,0,0.5);
    width: 604px;
    padding:  40px;
}
.ban-p h2{
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 2px;
    margin-top: 0;
}
.ban-p p{
    font-size: 16px;
    letter-spacing: 5px;
    margin: 15px 0;
}
.ban-p span{
    font-size: 16px;
}
.ban-p b{
    color: #2f447b;
}
.ban-btn {
    margin-top: 40px;
    font-size: 16px;
    border-bottom: 1px solid;
    display: table;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.ban-btn::before{
    position: relative;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.ban-btn::after {
    position: absolute;
    bottom: -3px;
    content: '';
    left: 0;
    width: 43px;
    height: 4px;
    background: #2f447b;
}
.ban-iconbox{
    margin-top: 15px;
    display: flex;
}
.ban-icon{
    text-align: center;
    margin-right: 20px;
}
.ban-img{
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.ban-x{
    width: 50px;
    height: 4px;
    background: #fff;
    margin: 15px 0;
}
.ban-icon p{
    letter-spacing: 0;
}
.cp{
    padding: 60px 0;
}
.cp-title{
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 35px;
}
.cp-title span{
    position: relative;
}
.cp-title span::before {
    position: absolute;
    content: '';
    width: 93px;
    top: 0;
    bottom: 0;
    left: -123px;
    background: url(/static/jzweb2/pc/tl.png)/*tpa=http://283.hqlxvip.com/static/jzweb2/pc/tl.png*/ no-repeat right center;
}
.cp-title span::after {
    position: absolute;
    content: '';
    width: 93px;
    top: 0;
    bottom: 0;
    right: -123px;
    background: url(/static/jzweb2/pc/tr.png)/*tpa=http://283.hqlxvip.com/static/jzweb2/pc/tr.png*/ no-repeat left center;
}
.cp-title p{
    font-size: 14px;
    color: #0a0a0a;
}
.cp-nr{
    position: relative;
    overflow: hidden;
}
.cp-li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 470px;
}
.cp-img{
    width: 40%;
    height: 100%;
}
.cp-box{
    width: 55%;
}
.cp-tap{
    height: 51px;
    position: relative;
}
.cp-btn {
    position: absolute;
    width: 102px;
    height: 51px;
    right: 0;
    top: 0;
}
.cp-p{
    position: relative;
    height: 100%;
    background: #f3f3f3;
    border-top: 6px solid #dcdcdc;
    position: relative;
    padding: 28px 42px;
}
.cp-p::after{
    content: '';
    width: 84px;
    height: 6px;
    background: #2f447b;
    top: -6px;
    left: 0;
    position: absolute;
}
.cp-p h2{
    font-size: 22px;
    color: #000;
    border-bottom: 1px solid #2f447b;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 0;
}
.cp-p p{
    color: #0a0a0a;
    font-size: 15px;
    line-height: 1.7;
    border-bottom: 1px solid #d2d2d2;
    margin: 0;
    padding-bottom: 10px;
}
.cp-p p span{
    margin: 10px 0;
    display: block;
}
.cp-item{
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.cp-p i{
    color: #0a0a0a;
    font-size: 15px;
    line-height: 1.7;
    font-style: normal;
    margin-top: 10px;
    display: block;
}
.cp-cirle{
    margin-top: 20px;
}
.cp-icon{
    width: 50px;
    height: 50px;
    border: 1px solid #2f447b;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: center;
}
.cp-more{
    width: 184px;
    height: 42px;
    color: #fff;
    background: #2f447b;
    margin-top: 20px;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
}
.ys{
    width: 100%;
    background: url("/static/jzweb2/pc/bg.png")/*tpa=http://283.hqlxvip.com/static/jzweb2/pc/bg.png*/center no-repeat;
    background-size:cover;
    padding-top: 60px;
}
.ys .cp-title, .ys .cp-title p{
    color: #fff;
}
.ys-nr{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ys-li{
    height: 532px;
    width: 35%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    position: relative;
}
.ys-mind{
    width: 100%;
    height: 0;
    position: absolute;
    background: rebeccapurple;
    transition: all .3s;
    top: 0;
}
.ys-mind1{
    bottom: 0;
    top: unset;
}
.ys-li:hover .ys-mind{
    height: 100%;
}
.ys-img{
    width: 100%;
    height: 50%;
}
.ys-img img,.ys-mind img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ys-p{
    width: 100%;
    height: 50%;
    padding: 60px 30px;
    text-align: center;
}
.ys-p h2{
    line-height: 1.6;
    font-size: 24px;
    color: #2f447b;
    margin: 0;
    font-weight: bold;
}
.ys-x{
    width: 50px;
    height: 1px;
    background: #2f447b;
    margin: 15px auto;
}
.ys-p p{
    display: block;
    font-size: 16px;
    color: #878787;
    line-height: 2;
}
.about{
    padding: 60px 0;
}
.about-bg{
    background: #eee;
}
.about-nr{
    display: flex;
    justify-content: space-between;
}
.about-p {
    width: 50%;
    background: #f9f9f9;
    padding: 30px;
}
.about-p p{
    color: #595959;
    font-size: 16px;
    line-height: 2;
}
.about-p h2{
    font-size: 24px;
    color: #2f447b;
}
.about-img{
    width: 50%;
}
.about-btn{
    width: 140px;
    height: 45px;
    background: #2f447b;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dddddd;
    margin-top: 40px;
}
.about-btn a{
    color: #fff;
}
.about-menu{
    display: flex;
    justify-content: space-between;
}
.about-li{
    width: 20%;
    height: 100px;
}
.number {
    color: #2f447b;
    font-weight: bold;
    font-size: 45px;
}
.news-nr{
    height: 403px;
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
}
.news-li{
    width: 24%;
    height: 100%;
}
.news-li:hover .news-p h2{
    color: #2f447b;
}
.news-text{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.news-img{
    width: 100%;
    height: 50%;
}
.news-p{
    width: 100%;
    height: 50%;
}
.news-title{
    background: url("/static/jzweb2/pc/img_37.jpg") no-repeat center;
    background-size: cover;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-title .cp-title ,.news-title .cp-title p{
    margin: 0;
    color: #fff;
}
.news-p h2{
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-p p{
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-p span{
    font-size: 14px;
    color: #666;
    margin-top: 40px;
    display: inline-block;
}
.about-ny{
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
}
.about-class{
    width: 20%;
    float: left;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    position: sticky;
    top: 100px;
}
.about-right{
    width: 75%;
    height: 100%;
}
.about-title{
    position: relative;
}
.about-title h2{
    position: relative;
    font-size: 24px;
    color: #666666;
    line-height: 1.6;
    font-weight: 300;
    padding-bottom: 30px;
    margin-bottom: 50px;
    margin-top: 0;
}
.about-title h2 span{
    display: block;
}
.about-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    content: '';
}
.about-tap h2{
    font-size: 26px;
    color: #080408;
    margin: 50px 0;
    font-weight: bold;
}
.about-tap li{
    margin-bottom: 25px;
}
.about-tap li a{
    color: #808080;
    cursor: pointer;
    font-size: 16px;
}
.about-right{
    font-size: 16px;
    line-height: 2;
}
.cp-right {
    display: flex;
    flex-wrap: wrap;
}
.cp-right li {
    width: 30%;
    margin-right: 32px;
    margin-bottom: 32px;
}
.pro-p h2 span {
    font-size: 18px;
    /* font-weight: normal; */
}
.news-box li a{
    display: flex;
    justify-content: space-between;
    height: 200px;
}
.news-photo {
    width: 29%;
    margin-bottom: 50px;
    height: 100%;
    transition: all 0.3s;
}
.news-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-xw {
    width: 47%;
    height: 100%;
    padding: 20px 0;
}
.news-xw p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #555;
    font-size: 16px;
}
.news-xw h2{
    font-size: 21px;
    margin-bottom: 20px;
    color: #292929;
}
.news-date {
    width: 13%;
    height: 100%;
    padding: 20px 0;
    color: #333;
}
.news-box li{
    border-bottom: 1px solid #e6e6e6;
    /* padding: 36px 20px; */
    padding: 35px 20px;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lx-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}
.lx-li {
    width: 29%;
}
.lx-li h2 {
    font-size: 26px;
    color: #999;
    font-weight: 100;
    transition: all 0.3s;
}
.lx-box span{
    display: block;
    color: #888;
    font-size: 15px;
}
.swiper-button-prev:hover{
    background: #2f447b;
}
.swiper-button-next:hover{
    background: #2f447b;
}
a.nav-act,.about-tap li a:hover{
    color: #2f447b !important;
}
.news-box li a:hover .news-photo{
    transform: scale(1.1);
}
.news-box li a:hover .news-xw h2{
    color: #2f447b;
}
.p1{
    font-weight: bold;
}
.news-xw span{
    display: none;
}
.pro-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 90px;
}
.pro-img{
    width: 40%;
    border: 1px solid #eee;
    height: 400px;
    text-align: center;
}
.pro-img img{
    height: 100%;
}
.pro-p{
    width: 57%;
    height: 300px;
}
.pro-p h2{
    font-weight: bold;
}
.about-right ul{
    display: none;
}
.pro-p h2 {
    font-weight: bold;
    margin-bottom: 20px;
}
.pro-p p{
    font-size: 16px;
    color: #999;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    line-height: 2;
}
.pro-btn{
    display: flex;
}
.pro-btn a {
    display: block;
    width: 105px;
    background: #ddd;
    color: #333;
    text-align: center;
    margin-right: 10px;
    line-height: 3;
    transition: all 0.3s;
    cursor: pointer;
}
.pro-btn a:nth-child(2n){
    background: #2f447b;
    color: #fff;
}
.pro-btn a:hover{
    background: #2f447b;
    color: #fff;
}
.pro-xq h2{
    font-size: 16px;
    border: 1px solid #dee2e6;
    display: inline-block;
    padding: 11px 16px;
    position: relative;
    margin-bottom: 0;
}
.pro-xq h2::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2f447b;
    content: '';
}
.pro-bottom{
    border-top: 1px solid #dee2e6;
    padding: 30px 0;

}
.dshow{
    display:none;
}

.ry-ul{
    display: flex;
    flex-wrap: wrap;
}
.ry-li {
    width: 31%;
    height: 406px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.ry-li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ry-li:nth-child(3n){
    margin-right: 0;
}
.companybox{
    display: flex;
    justify-content: space-between;
}
.company-li{
    width: 49%;
    height: 319px;
}