

.container{
    width: 1590px;
}
@media (max-width: 1600px){
    .container{
        width: 1430px;
    }
}
@media (max-width: 1400px){
    .container{
        width: calc(100% - 30px);
    }
}


.head{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    z-index: 9999999;
}
.nyhead{
    position: unset;
}
.hd-show{
    /*padding: 13px 0;*/
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    position: relative;
}
.h-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 34%;
}
.logo a{
    display: block;
}
.logo a img{
    max-width: 100%;
}
.nyhead .logo a img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.hd-nav{
    width: 60%;
}

.hd-right{
    width: 12.5%;
    display: flex;
    justify-content: flex-end;
}
.lsch{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.lsch::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #fff;
    left: 69%;
}
.nyhead .lsch::after{
    background-color: #666;
}
.lang{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}
.lang .l-img{
    overflow: hidden;
    max-width: 32px;
}
.lang .l-img img{
    max-width: 100%;
    /* -webkit-animation: run 15s linear 0s infinite; */
}
.nyhead .hd-sch img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}


.nyhead .lang .l-img img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.lang h3{
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    margin-left: 10px;
}
.nyhead .lang h3{
    color: #333;
}
.hd-sch{
    overflow: hidden;
    margin-left: 40px;
    cursor: pointer;
}
.hd-sch img{
    max-width: 100%;
}

.sch{
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    box-shadow: 0px 6px 6px 3px rgb(0 0 0 / 20%);
    display: none;
    z-index: 999999;
}
.sch .so{
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 60px;
    position: relative;
}
.sch .so h4{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.so #formsearch{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-top: 30px;
}
.so #formsearch input{
    border: none;
    background: none;
    outline: none;
}
.so #formsearch input#keyword{
    font-size: 14px;
    color: #999;
    padding-left: 15px;
    line-height: 40px;
    width: 80%;
    float: left;
}
.so #formsearch input#s_btn{
    background: #1d2789;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 10px;
    width: 20%;
    float: right;
}
.so p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-top: 20px;
}
.so p a{
    font-size: 15px;
    color: #999;
    margin-left: 8px;
}
.so p a:hover{
    color: #1d2789;
}
.so span{
    position: absolute;
    top: 20px;
    right: 20px;
}
.so span img{
    transition: all .3s ease;
}
.so span img:hover{
    filter: brightness(2);
    -webkit-filter: brightness(-1%);
}
.x-banner{
    height: 100vh;
    overflow: hidden;
}
.x-banner .ban-word{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.x-banner .ban-word h3{
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    font-family: '思源黑体 CN';
    text-align: center;
}
.x-banner .ban-word h3 span{
    display: block;
    font-size: 34px;
    color: #fff;
    margin-top: 40px;
}
.x-banner .owl-carousel .banner-item a img{
    height: 100vh;
}

.x-banner .banner-item{
    overflow: hidden;
    height: 100vh;
    position: relative;
}
.x-banner .banner-item video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}
.mouse{
    position: absolute;
    width: 100%;
    bottom: 65px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 99999;
}
.mouse p {
    cursor: pointer;
}

@media (max-width: 992px) {
    .x-banner{
        margin-top: 60px;
    }
    .x-banner .owl-carousel .banner-item a img{
        height: auto;
    }
    .section,.fp-tableCell{
        height: auto !important;
    }
}

/* 标题 */

.x-title {
    color: #000;
    position: relative;
}

.x-title p {
    text-transform: uppercase;
    font-size: 12px;
    color: inherit;
    line-height: 1.6;
    opacity: .7;
    margin-bottom: 0;
}

.x-title h3 {
    font-size: 26px;
    color: inherit;
    line-height: 1.3;
    margin-top: 1em;
}

.x-title h3 span {
    display: block;
}

.x-title a {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.x-title a:hover {
    background: #000;
}

.x-title a:hover .icon-add:after {
    background-position: -30px -450px;
}

.x-title .icon-add {
    width: 100%;
    height: 100%;
    display: block;
}

.x-title .icon-add:after {
    background-position: 0 -450px;
}

@media (max-width: 1024px) {
    .x-title h3 {
        font-size: 20px;
    }

    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

.x-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.x-title.white a .icon-font:after {
    background-position: -30px -450px;
}

.x-title.white a:hover {
    background: #fff;
}

.x-title.white a:hover .icon-font:after {
    background-position: 0 -450px;
}

/*  about */

/* 关于我们 */
.about{
    height: 100%;
    background: url(../picture/bg1.jpg)no-repeat center / cover;
}
.about-show{
    height: 100%;
    display: flex;
    align-items: center;
}
.abt-show{
    max-width: 1100px;
    margin: 0 auto;
}
.abt-con{

}
.abt-tit{
    text-align: center;
}
.abt-tit h3{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
}
.abt-tit p{
    font-size: 28px;
    color: #fff;
    margin-top: 45px;
}
.abt-text{
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 34px;
    margin-top: 30px;
}
.abt-con a{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.abt-con a p{
    position: relative;
    width: 158px;
    background-color: #1d2789;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all .5s ease;
}
.abt-con a:hover p {
    background-color: unset;
    transition-delay: 400ms;
}
.abt-con a p span.abt-more{
    display: block;
    background: url(../picture/2.png) no-repeat right center;
    padding-right: 22px;
}
.abt-con a p::before{
    content: "";
    position: absolute;
    width: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    height: 0;
    transition: all 0.1s;
    transition-delay: 300ms;
}
.abt-con a:hover p::before{
    height: 100%;
    transition-delay: 00ms;
}
.abt-con a p .tt{
    content: "";
    position: absolute;
    width: 0;
    background: #fff;
    left: 0;
    top: 0;
    height: 1px;
    transition: all 0.1s;
    transition-delay: 200ms;
}
.abt-con a:hover p .tt{
    width: 100%;
    transition-delay: 100ms;
}
.abt-con a p .bb{
    content: "";
    position: absolute;
    width: 1px;
    background: #fff;
    right: 0;
    top: 0;
    height: 0;
    transition: all 0.1s;
    transition-delay: 100ms;
}
.abt-con a:hover p .bb{
    height: 100%;
    transition-delay: 200ms;
}
.abt-con a p::after{
    content: "";
    position: absolute;
    width: 0;
    background: #fff;
    right: 0;
    bottom: 0;
    height: 1px;
    transition: all 0.3s;
}
.abt-con a:hover p::after{
    width: 100%;
    transition-delay: 300ms;
}

.abt-list{
    margin-top: 100px;
}
.abt-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abt-list ul:before,
.abt-list ul::after{
    display: none;
}
.abt-list ul li{
    width: 25%;
    text-align: center;
}
.abt-list ul li h3{
    font-size: 58px;
    font-weight: bold;
    color: #fff;
}
.abt-list ul li h3 span{
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
}
.abt-list ul li p{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
@media(max-width:1199px){
    .about{
        height: auto;
        padding: 60px 0;
    }
    .about-show{
        height: auto;
        display: block;
    }
    .abt-tit h3{
        font-size: 36px;
    }
    .abt-tit p{
        font-size: 22px;
        margin-top: 20px;
    }
    .abt-text{
        font-size: 16px;
        margin-top: 25px;
    }
    .abt-con a{
        margin: 0 auto;
        margin-top: 40px;
    }

    .abt-list ul li h3{
        font-size: 45px;
    }
    .abt-list{
        margin-top: 60px;
    }
    .abt-list ul li p{
        font-size: 16px;
        margin-top: 10px;
    }
}

@media(max-width:991px){
    .abt-tit h3{
        font-size: 32px;
    }
    .abt-tit p{
        font-size: 18px;
        margin-top: 10px;
    }
    .abt-text{
        font-size: 15px;
        margin-top: 20px;
        line-height: 30px;
    }
    .abt-con a{
        width: 130px;
        line-height: 38px;
        font-size: 14px;
    }
    .abt-list ul li h3{
        font-size: 36px;
    }
    .abt-list ul li h3 span{
        font-size: 14px;
    }
    .abt-list ul li p{
        font-size: 15px;
        margin-top: 5px;
    }
}
@media(max-width:599px){
    .abt-tit h3{
        font-size: 28px;
    }
    .abt-tit p{
        font-size: 16px;
        margin-top: 5px;
    }
    .abt-text{
        font-size: 14px;
        line-height: 28px;
    }
    .abt-con a{
        margin-top: 30px;
    }
    .abt-list{
        margin-top: 40px;
    }
    .abt-list ul li h3{
        font-size: 32px;
    }
    .abt-list ul li h3 span{
        font-size: 13px;
    }
    .abt-list ul li p{
        font-size: 14px;
    }
}
@media(max-width:425px){
    .abt-list ul li{
        width: auto;
    }
    .abt-tit p{
        font-size: 14px;
    }
}
@media(max-width:375px){
    .abt-list ul li h3{
        font-size: 26px;
    }
    .abt-list ul li h3 span{
        font-size: 12px;
        margin-left: 0;
    }
    .abt-list{
        margin-top: 30px;
    }
    .abt-con a{
        margin-top: 20px;
    }
    .about{
        padding: 40px 0;
    }
}


/*  */
.product{
    height: 100%;
    background: url(../picture/bg2.jpg) no-repeat center / cover;
    display: flex;
    align-items: center;
    position: relative;
}
.product::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    background-color: #1d2789;
    left: 0;
    top: 0;
}

.pro-list ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-left{
    width: 38.462%;
    padding-left: 38px;
}
.pro-right{
    width: 44%;
}
.pro-list ul li .pro-right .pro-img{
    overflow: hidden;
    border-radius: 20px;
}
.pro-list ul li .pro-right .pro-img img{
    width: auto;
    max-width: 100%;
}

/*  */
.pro-tit h3{
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1d2789;
    font-family: Arial;
}
.pro-tit p{
    font-size: 40px;
    color: #000;
    margin-top: 10px;
}
.pro-tit p::after{
    display: block;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #1d2789;
    margin-top: 50px;
}
.pro-show{
    margin-top: 45px;
}
.pro-show h3{
    font-size: 36px;
    color: #333;
}
.pro-show .pro-text{
    font-size: 15px;
    color: #666;
    line-height: 33px;
    margin-top: 30px;
}
.pro-show a{
    display: block;
    width: 210px;
    line-height: 57px;
    border: solid 1px #1d2789;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    background-color: #1d2789;
    margin-top: 100px;
    transition: all .3s ease;
}
.pro-show a:hover{
    background: none;
    border: solid 1px #666;
    color: #666;
}
.pro-list .owl-carousel .owl-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 10px;
}
.pro-list .owl-carousel .owl-nav button{
    display: block;
    width: 74px;
    height: 38px;
    border: solid 1px #898989;
    border-radius: 6px;
}
.pro-list .owl-carousel .owl-nav button.owl-prev{
    background: url(../picture/jt1-l.png)no-repeat center;
}
.pro-list .owl-carousel .owl-nav button.owl-prev:hover{
    background: url(../picture/jt1h-l.png)no-repeat center;
    border: solid 1px #1d2789;
    background-color: #1d2789;
}
.pro-list .owl-carousel .owl-nav button.owl-next{
    background: url(../picture/jt1-r.png)no-repeat center;
    margin-left: 55px;
}
.pro-list .owl-carousel .owl-nav button.owl-next:hover{
    background: url(../picture/jt1h-r.png)no-repeat center;
    border: solid 1px #1d2789;
    background-color: #1d2789;
}
.pro-list .owl-carousel .owl-nav button.owl-prev span,.pro-list .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.pro-list1{
    display: none;
}
.pro-list1{
    margin-left: -6px;
    margin-right: -6px;
}
.pro-list1 ul li{
    margin: 0 6px;
}
.pro-list1 ul li a{
    display: block;
}
.pro-list1 ul li a .pro-img{
    overflow: hidden;
    padding: 5px;
    border: solid 1px #999;
}
.pro-list1 ul li a .pro-img img{
    max-width: 100%;
}
.pro-list1 ul li a h3{
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    background-color: rgba(29, 40, 137, 0.7);
}
@media(max-width:699px){
    .pro-list{
        display: none;
    }
    .pro-list1{
        display: block;
    }
    .pro-show h3{
        font-size: 24px;
    }
    .pro-show .pro-text{
        line-height: 26px;
        margin-top: 10px;
        display: -webkit-box;             /*将对象转为弹性盒模型展示*/
        -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
        -webkit-line-clamp: 4;            /*限制文本行数*/
        overflow: hidden;                 /*超出隐藏*/

    }
    .pro-show a{
        width: 110px;
        font-size: 12px;
        margin-top: 20px;
        line-height: 32px;
    }
    .product{
        padding: 40px 0;
    }
}
@media(max-width:599px){
    .pro-show .pro-text{
        line-height: 22px;
        font-size: 12px;
        display: -webkit-box;             /*将对象转为弹性盒模型展示*/
        -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
        -webkit-line-clamp: 3;            /*限制文本行数*/
        overflow: hidden;                 /*超出隐藏*/

    }
    .pro-show h3{
        font-size: 22px;
    }
}

/*  */
.industry{
    height: 100%;
}
.ind-list{
    width: 100%;
    height: 100%;
}
.ind-list ul{
    height: 100%;
}
.ind-list ul li{
    width: 100%;
    height: 100%;
}

.indtry{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.ind-list ul li{
    display: none;
    overflow: hidden;
}
.ind-show{
    max-width: 1125px;
    margin: 0 auto;
}
.title{
    text-align: center;
}
.title h3{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
}
.title p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.ind-wrap{
    margin-top: 50px;
}
.ind-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-wrap ul::after,
.ind-wrap ul::before{
    display: none;
}
/* .ind-wrap ul li{

} */
.ind-wrap ul li a{
    display: flex;

}
.ind-wrap ul li:nth-child(2n+1) a .ind-con{
    background-color: hsla(180, 1%, 32%, 0.9);
    transition: all .3s ease;
}

.ind-wrap ul li:nth-child(2n) a .ind-con{
    transition: all .3s ease;
    background-color: rgba(255, 255, 255, 0.9);
}
.ind-wrap ul li.cur a .ind-con{
    transition: all .3s ease;
    background-color: rgba(29, 40, 139, 0.9);
}
.ind-wrap ul li:nth-child(-n+2){
    margin-bottom: 20px;
}
.ind-wrap ul li a .ind-con{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ind-wrap ul li a .ind-con .con{
    text-align: center;
}
.ind-wrap ul li a .ind-con .con .ind-ico{
    transition: all .3s ease;
    overflow: hidden;
}
.ind-wrap ul li a .ind-con .con .ind-ico img{
    transition: all .3s ease;
    max-width: 100%;
}
.ind-wrap ul li:nth-child(2n).cur a .ind-con .con .ind-ico{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.ind-wrap ul li:nth-child(2n).cur a .ind-con .con .ind-ico img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.ind-wrap ul li a .ind-con .con h3{
    transition: all .3s ease;
    font-size: 20px;
    margin-top: 15px;
}
.ind-wrap ul li:nth-child(1) a .ind-con .con h3{
    font-size: 24px;
    font-weight: bold;
}
.ind-wrap ul li:nth-child(2n).cur a .ind-con .con h3{
    color: #fff;
}
.ind-wrap ul li:nth-child(2n+1) a .ind-con .con h3{
    color: #fff;
}
.ind-wrap ul li:nth-child(2n) a .ind-con .con h3{
    color: #333;
}
.ind-wrap ul li:nth-child(1){
    width: 62.223%;
}
.ind-wrap ul li:nth-child(1) a{
    justify-content: flex-end;
}
.ind-wrap ul li:nth-child(1) a .ind-con{
    width: 80%;
    min-height: 265px;
}
.ind-wrap ul li:nth-child(2){
    width: 36%;
}
.ind-wrap ul li:nth-child(2) a{
    height: 100%;
    align-items: flex-end;
}
.ind-wrap ul li:nth-child(2) a .ind-con{
    width: 100%;
    min-height: 194px;
}
.ind-wrap ul li:nth-child(3){
    width: 23.2%;
}
.ind-wrap ul li:nth-child(3) a{

}
.ind-wrap ul li:nth-child(3) a .ind-con{
    width: 100%;
    min-height: 125px;
}

.ind-wrap ul li:nth-child(4){
    width: 37.245%;
}
.ind-wrap ul li:nth-child(4) a{

}
.ind-wrap ul li:nth-child(4) a .ind-con{
    width: 100%;
    min-height: 202px;
}

.ind-wrap ul li:nth-child(5){
    width: 36%;
}
.ind-wrap ul li:nth-child(5) a{
    height: 100%;
    align-items: flex-start;
}
.ind-wrap ul li:nth-child(5) a .ind-con{
    width: 70%;
    min-height: 145px;
}
@media(max-width:1199px){
    .ind-wrap ul li:nth-child(1) a .ind-con{
        width: 70%;
        min-height: 200px;
    }
    .ind-wrap ul li:nth-child(2) a .ind-con{
        min-height: 160px;
    }
    .ind-wrap ul li:nth-child(4) a .ind-con{
        min-height: 180px;
    }
    .ind-wrap ul li:nth-child(5) a .ind-con{
        width: 65%;
        min-height: 130px;
    }
    .ind-wrap ul li:nth-child(3) a .ind-con{
        min-height: 110px;
    }
    .title h3{
        font-size: 36px;
    }
    .title p{
        font-size: 16px;
        margin-top: 10px;
    }
    .industry{
        height: 640px;
    }

    .ind-list ul li img{
        max-height: 700px;
    }
}
@media(max-width:991px){
    .industry{
        height: 580px;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con .con h3{
        font-size: 20px;
    }
    .ind-wrap ul li a .ind-con .con h3{
        font-size: 16px;
        margin-top: 10px;
    }
    .ind-wrap ul li a .ind-con .con .ind-ico img{
        max-width: 80%;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con{
        min-height: 160px;
    }
    .ind-wrap ul li:nth-child(2) a .ind-con{
        min-height: 120px;
    }
    .ind-wrap ul li:nth-child(3) a .ind-con{
        min-height: 90px;
    }
    .ind-wrap ul li:nth-child(4) a .ind-con{
        min-height: 160px;
    }
    .ind-wrap ul li:nth-child(5) a .ind-con{
        min-height: 110px;
    }
    .ind-wrap{
        margin-top: 40px;
    }
    .ind-list ul li img{
        max-height: 600px;
    }
    .title h3{
        font-size: 32px;
    }
}
@media(max-width:768px){
    .indtry-show{
        width: 100%;
    }
    .ind-show{
        width: 90%;
    }
}
@media(max-width:699px){
    .ind-wrap ul li a .ind-con .con .ind-ico img{
        max-width: 50%;
    }
}
@media(max-width:599px){
    .industry{
        height: 500px;
    }
    .ind-wrap ul li a .ind-con .con .ind-ico img{
        max-width: 40%;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con{
        min-height: 130px;
    }
    .ind-wrap ul li:nth-child(2) a .ind-con{
        min-height: 90px;
    }
    .ind-wrap ul li:nth-child(4) a .ind-con{
        min-height: 130px;
    }
    .ind-wrap ul li:nth-child(3) a .ind-con{
        min-height: 70px;
    }
    .ind-wrap ul li:nth-child(5) a .ind-con{
        min-height: 90px;
    }
    .ind-list ul li img{
        max-height: 500px;
    }
    .title h3{
        font-size: 28px;
    }
    .title p{
        font-size: 14px;
    }

}
@media(max-width:425px){
    .industry{
        height: 400px;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con{
        min-height: 100px;
    }
    .ind-wrap ul li:nth-child(2) a .ind-con{
        min-height: 80px;
    }
    .ind-wrap ul li:nth-child(3) a .ind-con{
        min-height: 60px;
    }
    .ind-wrap ul li:nth-child(4) a .ind-con{
        min-height: 100px;
    }
    .ind-wrap ul li:nth-child(5) a .ind-con{
        min-height: 80px;
        width: 80%;
    }
    .ind-wrap ul li:nth-child(1) a .ind-con .con h3{
        font-size: 17px;
    }
    .ind-wrap ul li a .ind-con .con h3{
        font-size: 12px;
    }
    .ind-list ul li img{
        max-height: 400px;
    }
    .ind-wrap ul li:nth-child(-n+2){
        margin-bottom: 10px;
    }
}


/*  */
.ys{
    height: 100%;
}
.ys .title{
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    z-index: 99;
}
.ys-show{
    height: 100%;
}
.ys-show ul{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ys-show ul::before,
.ys-show ul:after{
    display: none;
}
.ys-show ul li{
    width: 25%;
}
.ys-show ul li a{
    display: block;
    position: relative;
    height: 100%;
}
.ys-show ul li a .ys-img{
    overflow: hidden;
}
.ys-show ul li a .ys-img img{
    height: 100vh;
    min-width: 100%;
    /* max-width: 100%; */
}
.ys-show ul li a .ys-con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    padding-bottom: 250px;
    transition: all .8s ease;
}
.ys-con .con{
    max-width: 275px;
    margin: 0 auto;
    text-align: center;
}
.ys-con .con .ys-img{
    overflow: hidden;
    text-align: center;
}
.ys-con .con .ys-img img{
    max-width: 100%;
}
.ys-con .con h3{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
}
.ys-con .con p{
    font-size: 17px;
    color: #efefef;
    line-height: 30px;
    margin-top: 30px;
}
.ys-show ul li a:hover .ys-con{
    padding-bottom: 335px;
    transition: all .5s ease;
}

@media (max-width: 767px) {
    .ys{
        display: none;
    }
}

/*  */
.news{
    height: 100%;
    background: url(../picture/bg3.jpg)no-repeat center;
    display: flex;
    align-items: center;
}
.news .title h3{
    color: #333;
}
.news .title p{
    color: #999;
}

.new-show{
    margin-top: 65px;
    margin-left: -18px;
    margin-right: -18px;
}
.new-show ul li{
    margin: 0 18px;
}
.new-show ul li a{
    display: block;
    position: relative;
}
.new-show ul li a::after{
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    background-color: #1d2789;
    left: 0;
    bottom: 0;
    transition: all .8s ease;
}
.new-show ul li a .new-img{
    overflow: hidden;
}
.new-show ul li a .new-img img{
    max-width: 100%;
}
.new-show ul li a .new-text{
    background-color: #fff;
    padding: 30px 25px;
}
.new-show ul li a .new-text p{
    font-size: 14px;
    color: #666;
}
.new-show ul li a .new-text h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
    transition: all .3s ease;
}
.new-show ul li a .new-text .text{
    font-size: 15px;
    color: #888;
    line-height: 24px;
    margin-top: 20px;
}
.new-show ul li a .new-text p.new-more{
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.new-show ul li a .new-text p.new-more span{
    display: block;
    padding-right: 25px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    transition: all .3s ease;
    background: url(../picture/more1.png)no-repeat right center;
}
.new-show ul li a:hover .new-text h3{
    color: #1d2789;
}
.new-show ul li a:hover .new-text p span{
    color: #1d2789;
    background: url(../picture/more1h.png)no-repeat right center;
}
.new-show ul li a:hover:after{
    width: 100%;
}

@media(max-width:1329px){
    .new-show ul li a .new-text h3{
        font-size: 18px;
        display: -webkit-box;             /*将对象转为弹性盒模型展示*/
        -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
        -webkit-line-clamp: 1;            /*限制文本行数*/
        overflow: hidden;                 /*超出隐藏*/
    }
    .new-show ul li a .new-text .text{
        display: -webkit-box;             /*将对象转为弹性盒模型展示*/
        -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
        -webkit-line-clamp: 2;            /*限制文本行数*/
        overflow: hidden;                 /*超出隐藏*/
    }
    .new-show{
        margin-top: 40px;
    }
}
@media(max-width:1199px){
    .news{
        height: auto;
        display: block;
        padding: 80px 0;
    }
    .new-show ul li{
        margin: 0 10px;
    }
    .new-show{
        margin-left: -10px;
        margin-right: -10px;
    }
    .new-show ul li a .new-text{
        padding: 20px;
    }
    .new-show ul li a .new-text h3{
        top: 10px;
    }
    .new-show ul li a .new-text .text{
        font-size: 14px;
        margin-top: 15px;
    }
    .new-show ul li a .new-text p.new-more{
        margin-top: 20px;
    }
}
@media(max-width:991px){
    .new-show ul li a .new-text h3{
        font-size: 17px;
    }
    .new-show ul li a .new-text .text{
        line-height: 22px;
    }
    .news{
        padding: 60px 0;
    }
    .new-show{
        margin-top: 30px;
    }
}


/* */
.foot{
    background-color: #1d2123;
    border-top: solid 10px #16286a;
    padding: 2vh 0;
}

.foot2{
    background-color: #1d2123;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 30px 0;
}
.foot2,.foot2 a{
    font-size: 14px;
    color: #999;
}
@media (max-width: 767px) {
    .foot{
        padding-bottom: 6vh;
    }
}



#fp-nav.right{
    right: 35px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    width: 88px;
    height: 18px;
    margin: 4px 0;
}
#fp-nav ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#fp-nav ul li a span{
    border-radius: 0;
    position: relative;
    height: auto;
    width: auto;
    border: none;
    background: none;
    left: unset;
    top: unset;
    font-size: 0;
    line-height: 18px;
    margin: 0;
    display: flex;
    align-items: center;
    font-family: Arial;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    height: auto;
    width: auto;
    margin: 0;
    font-size: 14px;
    color: #d4511d;

}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    margin: 0;
    font-size: 14px;
    color: #d4511d;
}
#fp-nav ul li a.active::after,
#fp-nav ul li a:hover:after{
    content: '——';
    display: block;
    color: #d4511d;
    margin-left: 15px;
}
#fp-nav ul li a span::after{
    position: absolute;
    content: '';
    background: url(../picture/dot.png)no-repeat center;
    width: 18px;
    height: 18px;
    left: 70px;
}

#fp-nav ul li a.active span::after, .fp-slidesNav ul li a.active span::after, #fp-nav ul li:hover a.active span::after, .fp-slidesNav ul li:hover a.active span::after{
    background: url(../picture/dot1.png)no-repeat center;
}