@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');


/*banner*/
.banner {
    margin-top: 100px;
}

.banner .swiper .swiper-wrapper{
    height: 100vh;
}

.banner .swiper .swiper-slide{
    height: 100%;
    overflow: hidden;
}

.banner .swiper .swiper-slide .bgimg{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner .swiper .swiper-slide.swiper-slide-active .bgimg{
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner .v_cover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 9999;
    color: #fff;
    background-image: url(../images/banner_sha.png);
   background-repeat: repeat;
}

.banner .v_cover .v_con{
    width: 100%;
    margin: auto;
    padding: 0 5%;
}

.banner .swiper .swiper-slide .v_con *{
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    transform: translate3d(0, 80px, 0);
    opacity: 0;
}

.banner .v_cover .v_con .v_text1{
    font-size: 48px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0px;
}

.banner .v_cover .v_con .v_text2{
    font-size: 24px;
    line-height: 1.6;
    margin-top: 3%;
    margin-bottom: 5%;
}

.banner .v_cover .v_con .v_line{
    width: 100%;
    margin: 20px auto;
    height: 1px;
    background: #fff;
}

.banner .v_cover .v_con .rmore a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--main);
    border:1px solid var(--main);
    border-radius: 50%;
}

.banner .swiper .swiper-slide.swiper-slide-active .v_con * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.banner .swiper .swiper-slide.swiper-slide-active .v_con *:nth-child(1) {
    transition-delay: 0.5s;
    margin: 0px auto 0px 0px;
}

.banner .swiper .swiper-slide.swiper-slide-active .v_con *:nth-child(2) {
    transition-delay: 0.7s;
}

.banner .swiper .swiper-slide.swiper-slide-active .v_con *:nth-child(3) {
    transition-delay: 0.9s;
}

.banner .swiper .swiper-slide.swiper-slide-active .v_con *:nth-child(4) {
    transition-delay: 1.1s;
}

.banner .swiper .swiper-slide.swiper-slide-active .v_con *:nth-child(5) {
    transition-delay: 1.3s;
}

/*产品分类*/
.proCate{
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(to top, rgb(85 131 210) 0%, rgb(17 75 175) 100%);
    background-position: bottom center;
}

.proCate .list {
    border-right: .5px solid rgb(255 255 255 / 24%);
    padding: 0px;
}

.proCate .list:last-child {
    border: none;
}

.proCate .media {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 80%;
    transition: all .5s ease;
}

.proCate .picBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 65%;
    transition: all .5s ease;
}

.proCate .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50%;
    transition: all .5s ease;
}

.proCate .title {
    position: absolute;
    left: 0px;
    top: 60%;
    width: 100%;
    transition: all .5s ease;
    font-size: 16px;
}

.proCate .title-link {
    display: block;
    text-align: center;
    color: #fff;
}

.proCate .title::after {
    content: '';
    display: block;
    position: absolute;
    width: 10%;
    height: 1px;
    background: #fff;
    bottom: -10px;
    left: calc(50% - 10px);
}

.proCate .summary {
    position: absolute;
    top: 80%;
    width: 100%;
    opacity: .4;
    height: 0px;
    padding: 0 20px;
    text-align: center;
    font-size: 0.75rem;
    overflow: hidden;
    line-height: 1.8;
    color: #fff;
    display: none;
    transition: all .5s ease;
}

.proCate .look {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    opacity: 0;
    display: block;
    width: 100px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 30px;
    transition: all .5s;
}

.proCate .media:hover {
        background-image:linear-gradient(to bottom,#113f8e 0%,#467cd8 100%);
        background-repeat: repeat;
    }

   .proCate .media:hover .picBox {
        height: 35%;
    }

   .proCate .media:hover .title {
        top: 35%;
    }

   .proCate .media:hover .summary {
        top: 50%;
        opacity: .4;
        height: auto;
    }

   .proCate .media:hover .look {
        top: 60%;
        opacity: 1;
    }
.inprolists{
    background-image: url(../images/h_bg1a.jpg);
    background-size: cover;
    background-position: top center; 
}

.prolists .proSwiperBox {
    position: relative;
    padding: 0px;
    font-size: 0px;
    text-align: center;
}

.prolists .swiper-container {
    width: 100%;
    height: auto;
    padding: 0px 20px;
}

.prolists .swiper-slide {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 10px;
    background: #fff;
    padding: 10px 30px 40px;
    transition: all 0.5s;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 10%);
    border-radius: 20px 0px 20px 0px;
}

.prolists .swiper-button-next {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/cateArrow.png) no-repeat center center #3b5899;
    border-radius: 50%;
    transition: all 0.4s;
    opacity: 0;
}

.prolists .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/cateArrow.png) no-repeat center center #3b5899;
    border-radius: 50%;
    transform: rotateY(180deg);
    transition: all 0.4s;
    opacity: 0;
}

.prolists .proSwiperBox:hover .swiper-button-prev {
    left: 20px;
    opacity: 1;
}

.prolists .proSwiperBox:hover .swiper-button-next {
    right: 20px;
    opacity: 1;
}

.prolists .swiper-pagination5 {
    font-size: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    display: none;
}

.prolists .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: #000;
    border-radius: 50%;
}

.prolists .swiper-pagination-bullet-active {
    background: #3b5899;
}

.prolists .proPic {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.4s;
    padding: 30px;
}

.prolists .proPic img {
    width: 100%;
    height: auto;
    transition: all 0.8s;
}

.prolists .proSummryHide {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99;
    top: 100%;
    left: 0px;
    padding: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.prolists .proSummry h3 {
    font-family: pop-m;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
}

.prolists .proSummry p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-align: left;
}

.prolists .proTitle {
    width: 100%;
    text-align: center;
    color: #1a1a1a;
    transition: all .5s;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    position: relative;
}

.prolists .proTitle:before {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 50%;
    background: #3b5899;
    transition: all .5s;
}

.prolists .p_details {
    width: 22px;
    height: 22px;
    margin: 10px auto 0;
    position: relative;
    transition: all 0.4s;
}

.prolists .p_details:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #3b5899;
    position: absolute;
    left: 0px;
    top: 10px;
}

.prolists .p_details:after {
    content: "";
    height: 100%;
    width: 2px;
    background: #3b5899;
    position: absolute;
    top: 0px;
    left: 10px;
}

.prolists .swiper-slide:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    transform: translateY(-10px);
}

.prolists .swiper-slide:hover .proPic img {
    transform: scale(1.02);
}

.prolists .swiper-slide:hover .proTitle {
    color: #3b5899;
}

.prolists .swiper-slide:hover .proTitle:before {
    width: 100%;
    left: 0px;
}

.prolists .swiper-slide:hover .p_details {
    transform: rotate(180deg);
}

.prolists .swiper-button-prev:after, .prolists .swiper-button-next:after{
    content: "";
}


.prolists:hover .swiper-button-prev {
    left: 20px;
    opacity: 1;
}

.prolists:hover .swiper-button-next {
    right: 20px;
    opacity: 1;
}

.sy-title{
    margin-bottom: 30px;
}

.sy-title h2{
    color: #333;
    font-weight: bold;
    font-size: 32px;
}

.sy-title p{
    font-size: 14px;
    color: #b7b7b7;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 5px;
}

.inAbout{
    position: relative;
    background-image: url(../images/h_cfbg2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    padding-top: 250px;
}

.inAbout:after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 
}

.inAbout .aboutCon{
    padding: 65px 45px;
    background: linear-gradient(to right, #0c3986, #4581e9);
    border-radius: 0px 40px 0px 0px;
    width: 60%;
    position: relative;
    z-index: 2;
}

.inAbout .aboutCon .sy-title h2,.inAbout .aboutCon .sy-title p{
    color: #fff;
}

.inAbout .aboutDes{
    margin-bottom: 30px;
    margin-top: 10px;
}

.inAbout .aboutDes p{
    color: #fff;
    line-height: 2;
}

.inAbout .aboutDes p strong{

}


#shuzi {
    margin: 0px 0px;
    padding: 0;
}

#shuzi .sz {
    display: inline-block;
    float: left;
    height: 100px;
    border-left: solid 1px rgba(255,255,255,0.2);
    text-align: center;
    width: calc((100% - 0px) / 4);
    padding-left: 1.5vw;
    text-align: left;
}

#shuzi:before, #shuzi:after {
    content: '';
    height: 0px;
    display: block;
    clear: both;
}

#shuzi .sz_sz {
    display: inline-block;
    position: relative;
    line-height: 60px;
    height: 60px;
}

#shuzi .sz_wz {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    opacity: 0.5;
}

#shuzi .sz .counter {
    font-family: 'barlow_semi_condensedmedium';
    font-size: 48px;
    line-height: 60px;
    height: 60px;
    color: #fff;
}

#shuzi .sz sup.dw {
    font-size: 16px;
    color: #fff;
    padding-left: 6px;
    height: 20px;
    margin-top: 10px;
    top: 0px;
    position: relative;
    display: inline-block;
    line-height: 20px;
    opacity: 0.5;
}

#shuzi .sz sup.jiahao {
    top: -20px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    padding-left: 4px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.inNews{
    background-size: cover;
    background-image: url(../images/h_bg1a.jpg);
    background-position: top center;
}


.newsLists .newLi:hover .leftBox .newTitle {
    color: #2559b2;
}

.newsLists .newLi:hover .leftBox .color_assist {
    color: #2255ad;
}



.newsLists .newLi {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0px 0px 0px;
    margin-bottom: 15px;
}

.newsLists .porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 65%;
    border-radius: 20px 0px 0px 0px;
}

.newsLists .newImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}

.newsLists .porBbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 20px 10px;
    background: #fff;
    padding-bottom: 30px;
    border-radius: 0px 0px 20px 0px;
}

.newsLists .newTitle {
    font-size: 18px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: normal;
    width: 100%;
    font-weight: bold;
    line-height: 26px;
    padding-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}




.newsLists .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}


.newsLists .newLi:hover .showBox {
    opacity: 1;
}

.newsLists .newLi:hover .newImg {
    transform: translate(-50%, -50%) scale(1.1);
}

.newsLists .newLi:hover .showBoxLink::before {
    width: 1rem;
}

.newsLists .newLi:hover .showBoxLink::after {
    width: 1rem;
}

.newsLists .newLi .newsummary{
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    color: #707070;
}

.newsLists .newLi .newsummary:hover{
    color: #60a9d7;
}

.newsLists .newLi h6{
    font-size: 16px;
    font-weight: bold;
    color: #a5a5a5;
    padding-top: 20px;
    font-family: 'barlow_semi_condensedmedium';
    font-weight: normal !important;
}


/*首页新闻推荐*/
.synewsTj{
    position: relative;
}
.newsbimg .sy-title h2{
    color: #fff;
}

.newsbimg .content_info {
    width: 94%;
    margin: auto;
    max-width: 1600px;
    position: absolute;
    z-index: 9;
    left: 0px;
    right: 0px;
    top: 30%;
}

.newsbimg .content_info .p_summary{
    vertical-align: top;
    word-break: break-all;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    color: #fff;
}

.newsbimg .swiper-slide .img:after {
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.4;
}

.btn_box{
    position: absolute;
    right: 0px;
    bottom: 6%;
    z-index: 97;
    width: 100%;
}

.btn_box .swiper-btn:after{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}

.newsmimg{
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 1600px;
    left: 0px;
    right: 0px;
    z-index: 98;
}

.newsmimg .item{
    background: #1c4ea4;
    opacity: .8;
    cursor: pointer;
    padding: 25px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    text-align: center;
    font-family: 'barlow_semi_condensedmedium';
    font-weight: normal !important;
}

.newsmimg .item p.p1{
    font-size: 30px;  
}

.newsmimg .item p.p2{
    font-size: 20px;
}

.newsmimg .swiper-slide.swiper-slide-thumb-active .item{
    background: #ff992a;
    opacity: 1;
    color: #fff;
    background: -webkit-linear-gradient(to right,#ff7b1f,#ffae4a);
    background: -o-linear-gradient(to right,#ff7b1f,#ffae4a);
    background: -moz-linear-gradient(to right,#ff7b1f,#ffae4a);
    background: -mos-linear-gradient(to right,#ff7b1f,#ffae4a);
    background: linear-gradient(to right,#ff7b1f,#ffae4a);
}

/*合作伙伴*/
.partnerList .swiper-btn:after{
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(100,100,100,.4);
}

.partnerList .div-img{
    border-radius: 10px;
    border:1px solid #ddd;
} 

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 66px;
    max-height: 66px;
    background: #fafafa;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

@media (max-width: 768px) {
   .waves {
        height:40px;
        min-height: 40px;
    }
}


.right_bar{position:fixed; top:300px; right:0; width:50px; height:203px; z-index:99;}
.right_bar li{ width:62px; height:50px; z-index:20; }
.right_bar li.rtbar_li1,.right_bar li.rtbar_li4{ position:absolute; left:0;}
.right_bar li.rtbar_li1{ top:0; width:172px; }
.right_bar li.rtbar_li2{ position:absolute; top:51px; left:0; }
.right_bar li.rtbar_li3{ position:absolute; top:102px; left:0; width:126px; }
.right_bar li.rtbar_li4{ top:153px;}
.rtbar_li4{ position:absolute; top:153px; left:0;}
.right_bar li a{ display:block; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#333333; opacity:0.8; border-radius:6px;}
.right_bar li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.right_bar li a:hover{ background-color:#194a9e; opacity:1;}
.rtbar_shwx{ display:none; position:absolute; top:-120px; left:-140px; padding-bottom:9px; }
.rtbar_shwx img{ padding:14px; background-color:#FFF; }
.right_bar{display:none;}
.rtbar_shwx{top:-50px;}

.mainFooter{
    background: #17438c;
    position: relative;
    padding: 65px 0;
    color: #fff;
    line-height: 1.8;
}

.mainFooter a{
    color: #fff;
}

.mainFooter .d1{
    
}

.mainFooter p.title{
    font-size:18px;
    font-weight: bolder;
}

.mainFooter p.title2{
    font-size:24px;
    font-weight: bolder;
    margin-bottom: 10px;
}



.mainFooter p.tel{
    font-size:32px;
    line-height: 1;
    font-family: 'barlow_semi_condensedmedium';
    margin-bottom: 15px;
}

.footerdh a{
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    padding-bottom: 10px;
    line-height: 1.0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.7;
}

.footerdh a img{
    max-width: 18px;
}

.footerdh a:hover{
    opacity: 1;
}

/*内页*/
.pageTitle{
    position: relative;
    max-height: 630px;
    height: 70vh;
    overflow: hidden;
}

.pageTitle .div-img{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: no-repeat center / cover;
    width: 100%;
    height: 100%;
}

.pageTitle .div-img {
    -moz-animation: breatheBg 6s ease-in-out infinite alternate;
    -webkit-animation: breatheBg 6s ease-in-out infinite alternate;
    -o-animation: breatheBg 6s ease-in-out infinite alternate;
}

@keyframes breatheBg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@-moz-keyframes breatheBg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes breatheBg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@-o-keyframes breatheBg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.mbxDh .main{
    background-color: rgba(245, 245, 245, 1);
    border-radius: 60px;
    padding: 0 30px;
    margin-top: 30px;
}

.mbxDh .main .d1 a{
    position: relative;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0px 30px;
    color: #222;
    display: block;
    text-align: center;
    transition: 0.3s ease 0s;

}

.mbxDh .main .d1 a:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}

.mbxDh .main .d1 a:hover{
    color: var(--primary);
}

.mbxDh .main .d1 a:hover:before{
    width: 80%;
    left: 10%;
    background-color: #2558b1;
}

.mbxDh .main .d1 a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.dhlist .swiper-btn:after{
    width: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 999;
    background: rgba(238, 242, 245, 1);
    color: #2558b1;
    cursor: pointer;
    font-size: 18px;
}

.dhlist .swiper-btn.swiper-button-prev{
    transform: translateX(-50%);
}

.dhlist .swiper-btn.swiper-button-next{
    transform: translateX(50%);
}

.dhlist .swiper-slide{
    width: max-content;
}

.dhsite{
    margin-right: 30px;
}

.dhsite *{
    display: inline-block;
    font-size: 14px;
    color: #555;
}

.dhsite a:hover{
    color: var(--primary);
}

.dhsite i{
    display: inline-block;
    color: #2559b1;
    font-size: 20px;
}

.dhsite span{
    display: inline-block;
    margin: 0 5px;
}

.dhsite.d2{
    height: 80px;
    line-height: 80px;
}

.nyCommonTit{
    margin-top: 65px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.nyCommonTit p{
    font-size:42px;
    font-weight: bolder;
    color:#2559b1;
}

.nyAbout{
    padding-bottom: 65px;
}

.aboutTit{
    margin-bottom: 15px;
}

.aboutTit p.p1{
    font-size:28px;
    color:#333333;
    font-weight: bolder;
}

.aboutCon1 .div-text p.p2{
    color:#D3D3D3!important;
    font-size:16px;
    font-family: 'barlow_semi_condensedmedium';
    font-weight: normal !important;
}

.aboutTit p.p3{
    font-size:18px;
    line-height:1.6;
    font-weight: bolder;
    margin-top: 20px;
}

.aboutCon1 .div-img{
    margin-left: 8%;
    border-radius: 10px;
}

.aboutCon1 .div-img img,.aboutCon2 .div-img img{
    border-radius: 6px;
    transition: all 1s;
}

.aboutCon2 .div-img{
    margin-right: 5%;
    border-radius: 10px;
}

.aboutCon1 .div-img:hover img,.aboutCon2 .div-img:hover img{
    transform: scale(0.9);
}

.aboutCon1 .div-text,.aboutCon2 .div-text{
    line-height: 2;
    color: #595959;
}

.aboutCon1 .div-text p,.aboutCon2 .div-text p{
    margin-bottom: 10px;
    color: #595959;
}

.nyAbout2{
    background-size: cover;
}

.HonorCon .item a{
    display: block;
    overflow: hidden;
    background: #e8e8e8;
    text-align: center;
    cursor: pointer;
}

.HonorCon .item .div-img{
    padding: 10px;
}

.HonorCon .item{
    margin-bottom: 25px;
}

.HonorCon .item img{
    vertical-align: middle;
    transition: 0.5s linear 0s;
    transform: scale(1);
}

.HonorCon .item p{
    color: #fff;
    background: #2a3843;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 15px 10px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
}

.HonorCon .item:hover img{
    transform:scale(1.1);
}

.HonorCon .item:hover p{
    color: #fff;
    background: #265ab4;
}

.ny{
    padding-bottom: 85px;
}

.HonorCon p.title{
    font-size:16px;
    margin-bottom: 25px;
}

.HonorCon.sbList .item{
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px #e8e8e8;
}

.HonorCon.sbList .item img{
    border-radius: 4px;
}

.HonorCon.sbList p{
    color: #333;
    background: #fff;
}

.proJs{
    margin-top: 45px;
}

.proJs .item a{
    display: inline-block;
}

.proJs .item .div-img{
    border-radius: 4px;
}

.proJs .item .div-img img{
    border-radius: 4px;
}

.proJs .item p{
    text-align: center;
    color: #707070;
    margin-top: 10px;
    margin-bottom: 15px;
}

.proJs .item:hover .div-img img{
    transform: scale(1.1);
}

.proJs .item:hover p{
    color: var(--primary);
}

.nyMore{
    text-align: center;
    margin-top: 30px;
}

.nyMore a{
    display: inline-block;
    border-color: rgba(0, 0, 0, 0);
    background: linear-gradient(to right, #194a9e, #2e64c1);
    color: #fff;
    transition: 0.5s;
    border-radius: 30px;
    padding: 15px 65px;
    text-align: center;
}

.ywJs .des{
   margin-bottom: 45px;
}

.ywJs .item{
    text-align: center;
    margin-bottom: 25px;
}

.ywJs .item .tb span{
    display: inline-block;
    max-width: 150px;
}

.ywJs .item .tb img{
    width: 100%;
    transition: all 1s;
}

.ywJs .item p.p1{
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}

.ywJs .item p.des{
    font-size: 14px;
    line-height: 2;
}

.ywJs .item:hover .tb img{
    transform: rotate(360deg);
}

.leftSlider .item{
   background-color: #f5f5f5;
   border-radius: 4px;
   overflow: hidden;
   margin-bottom: 25px;
}

.leftSlider .item .contentBox{
    padding: 8px;
}

.leftSlider p.title{
    background-color: #2e3d50;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}


.leftSlider .item ul li a{
    display: block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    transition: all .4s ease;
}

.leftSlider .item ul li a:hover{
    background-color: var(--primary);
    color: #fff;
}


.leftSlider .leftInfo{
    padding: 20px 15px;
    color:#696969;
    line-height: 2;
}

.leftSlider .leftInfo a{
    color:#696969;
}

.leftSlider .leftInfo a.tel{
    font-family: 'barlow_semi_condensedmedium';
    display: inline-block;
    color:#2e3d50;
    font-size:24px;
}

.nyProduct{
    padding: 55px 0;
}

.nyprolists .item{
    margin-bottom: 25px;
}

.nyprolists .item a{
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 10px;
    transition: all .5s ease;
    border: 1px solid #eee;
    border-radius: 4px;
}


.nyprolists .item .div-text p{
    padding: 10px 0px 10px;
    margin-top: 25px;
    border-top: 1px solid #eee;
    font-size: 15px;
    color: #333;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all .36s ease;
}

.nyprolists .item .div-text p:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: rgba(220, 12, 25, 1) !important;
    z-index: 1;
    transition: all .5s ease;
}


.nyprolists .item a:hover{
    box-shadow: rgba(0, 139, 74, 0.1) 0px 3px 18px 2px;
    cursor: pointer;
}

.nyprolists .item:hover .div-text p:after{
    width: 100%;
}

.nyprolists .item:hover .div-text p{
    color: rgba(220,12,25,1);
}

.nyprolists .item:hover .div-img img{
    transform: scale(1.05);
}

.nyproJs>div{
    background-color: #fff;
    padding: 0 35px 35px 35px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.topCon .div-text p.title{
   font-size: 22px;
   font-weight: bolder;
   line-height: 2;
   color: #333;
}

.topCon .div-text p.p1{
    font-size: 14px;
    margin-bottom: 15px;
}

.topCon .div-text p.des{
    font-size: 15px;
    color: #666;
}

.topBtn{
    margin-top: 45px;
}

.topBtn a{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #373c41;
    border: 1px solid #373c41;
    transition: all .36s ease;
    padding: 10px 45px;
    border-radius: 30px;
}

.topBtn a:hover{
    background: linear-gradient(220deg, rgb(27 76 161) 0%, rgb(85 138 225) 100%);
    color: #fff;
    border:1px solid #fff;
}

.proBig{
    border:1px solid #eee;
    margin-bottom: 15px;
}

.proSmall .swiper-button-prev:after,.proSmall .swiper-button-next:after{
    display: inline-block;
    font-size: 24px;
    color: #333;
}

.proSmall .div-img{
    border:1px solid #eee;
}

.nrtit{
    margin-top: 45px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    margin-bottom: 35px;
}

.nrtit span{
    display: inline-block;
    padding: 15px 25px;
    border-bottom: 0px solid #fd6f03;
    border-radius: 5px 5px 0px 0px;
    background-image: linear-gradient(to top, rgba(47, 42, 65, 0.5) 0%, #2e3d50 100%);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.jsCon .con p{
    font-size: 15px;
}

.jsCon .con p img{
    margin: 10px 0;
}

.keywords{
    margin-top: 35px;
    margin-bottom: 45px;
}

.keywords span{
    display: inline-block;
    padding: 5px 10px;
    min-width: 59px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #d9d9d9;
}

.nyXg{
    padding-top: 15px;
    padding-bottom: 45px;
    background-color: #fff;   
}

.nyMsg .main{
    padding: 45px 35px;
    background-color: #fff;
    margin-top: 45px;
}

.nyMsg .title{
    margin-bottom: 25px;
}

.nyMsg .title p.p1{
    color: #333;
    font-size: 30px;
    text-align: center;
}

.nyMsg .title p.p2{
    color:#A9A9A9;
    font-size: 16px;
    text-align: center;
}

.nyMsg .item{
    margin-bottom: 15px;
}

.nyMsg input,.nyMsg textarea{
    display: block;
    width: 100%;
    border:1px solid #eee;
    box-shadow: unset;
    background-color: #fff;
    padding: 10px 25px;

}

.nyMsg button{
    display: block;
    box-shadow: unset;
    background-color: var(--primary);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    border:none;
}

.nyMsg button:hover{
    background-color: #333;
}

.hzPart .des{
    margin-bottom: 35px;
}

table.hz_table{
    margin-top: 35px;
}
table.hz_table td {
    border-bottom: solid 0px #dedede;
    border-right: solid 0px #dedede;
    padding: 12px 20px;
    line-height: 28px;
    font-size: 15px;
    background: #f5f5f5;
    color: #555;
    vertical-align: middle;
}

table.hz_table tr:nth-child(even) td {
    background: #fff;
}

table.hz_table tr td:first-child {
    border-right: solid 2px #ddd;
}

.accordion>.card{
  border:none;
  border-radius: inherit;
  margin-bottom: 15px;
}

.accordion .card-body{
  background-color: #f5f5f5;
}


.card-header{
  background-color: var(--primary);
  color: #fff;
}

.card-header .btn{
  color: #fff;
  box-shadow: none;
}


.card-header .btn span{
  margin-right: 15px;
  display: inline-block;
  color: #ffffff;
}

.newslist2{
    margin-top: 45px;
}
.newslist2 .item a{
    display: block;
    margin: 0px auto 30px;
    border-bottom: 1px dotted #d4d4d4;
    padding-bottom: 30px;
}

.newslist2 .item .div-img{
    min-width: 18%;
    width: 18%;
    border-radius: 5px;
    height: 100%;
    margin-right: 25px;
}

.newslist2 .item .div-text p.title{
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding-top: 10px;
    font-weight: 600;
}

.newslist2 .item .div-text .time{
    font-size: 16px;
    color: #ababab;
}

.newslist2 .item .div-text .des{
    line-height: 24px;
    font-size: 16px;
    color: #878787;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    margin-top: 5px;
}

.newslist2 .item:hover .div-img img{
    transform: scale(1.1);
}

.newslist2 .item:hover .div-text p.title{
    color: var(--primary);
}

.newsXq{
    padding-top: 45px;
    background-repeat: no-repeat;
    background-position: top center;
}

.newsXq .newsCon{
    padding: 65px 35px;
    background-color: #fff;
    margin-top: 35px;
}

.newsXq .newsCon h2.title{
    font-size: 24px;
    font-weight: bold;
    color: #373c41;
    text-align: center;
}

.newsXq .newsCon .meta{
    
}

.newsXq .newsCon .meta{
    margin-right: 15px;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #eee;  
}

.newsXq .newsCon .meta p{
    margin-right: 15px;
}

.newsXq .newsCon .content{
    margin: 30px 0;
}

.relNews{
     margin-top: 35px;
}

.relNews .tit{
    color: #fff;
    background-color: var(--primary);
    padding: 10px 25px;
   
}

.relNews .newsLists{
    padding: 20px 15px;
    border:1px solid #eee;
}

.relNews .newsLists .newLi{
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.nyContact .main{
    background-color: rgba(51, 51, 51, 1);
    background-image: linear-gradient(to bottom, rgba(47, 42, 65, 1) 0%, #546880 100%);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    margin-top: -8%;
    position: relative;
    z-index: 2;
}


.nyContact .div-text{
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 80px;
    color: #696969;
    height: 100%;
}

.nyContact .tit p.p1{
    font-size:28px;
    font-weight: bolder;
    color: #333;
}

.nyContact .tit p.p2{
    font-size:20px;
    color: #333;
    font-weight: bolder;
}

.nyContact p.tel a{
    font-size:30px;
    display: inline-block;
    margin: 15px 0;
    font-family: 'barlow_semi_condensedmedium';
}

.nyContact .info p{
    margin-bottom: 5px;
}

.nyContact .info a{
    color: #696969;
}

.conLy{
        padding: 50px 80px;
}

.conLy .tit p.p1{
    color: #fff;
}

.comMsg{
    margin-top: 15px;
}

.comMsg .item{
    margin-bottom: 15px;
}

.comMsg .item input,.comMsg .item textarea{
    display: block;
    width: 100%;
    background-color: unset;
   border: solid 1px #526278;
   border-radius: 5px;
   font-size: 14px;
   padding: 10px 25px;
}

.comMsg .item button{
    background-color: #275cb6;
    border-color: #275cb6;
    width: 100%;
    height: 55px;
    font-size: 16px;
    border:none;
    box-shadow: unset;
    color: #fff;
}

.comMsg .item button:hover{
    background-color: #333;
}

.pagination{
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}


.iShare{
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
}

.iShare a{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
}
.iShare a>img{
    max-width: 100%;
}

.iShare_wechat{
    position: relative;
}

.iShare .subImg{
    position: absolute;
    padding: 25px;
    background-color: #2bad13;
    bottom: 55px;
    left: -25px;
    text-align: center;
    z-index: 9;
    display: none;
    min-width: 300px;
    width: max-content;
}

.iShare .subImg:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 0;
    border-top: 40px solid #2bad13;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

.iShare .subImg img{
    margin: 15px;
}

.iShare .subImg p.p1{
    font-size: 18px!important;
    font-weight: bolder;
    color: #333!important;
}

.iShare .subImg p.p2{
    font-size: 14px!important;
    color: #333!important;
}








































