@charset "utf-8";

/* 内页新闻列表 */

.nesbg{
    background-repeat: no-repeat;}

.nesbg2 span a{width: 180px; 
    height: 40px;display: inline-block;
    border-radius: 5px; margin-top:50px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height:40px;
    cursor: pointer;
    transition: all .3s;}
.nesbg2 span a:hover { 
    background-color: #0057c5;     border: 2px solid #0057c5;
    color: #fff;
}

.nesbg2{ text-align:center; height:700px;     background:url(../images/web_newHome_icon2.png) bottom #021151 no-repeat;}

.nesbg2 h3{ text-align:center; color: #fff; font-size:40px;}

.nyxwlb {margin-top:50px;}

.iconjiahao1:before { background:url(../images/e60.png) no-repeat;}

.nyxwlb .nyxwlbbox_item {
    padding:34px 0; 
/*   border-bottom: 1px solid #021151;*/
    display: flex;
    align-items: center;
}
.nyxwlb .nyxwlbbox_item:last-of-type{
    border-bottom: 0;
}

.nyxwlbbox_item_sj {
    text-align: center;
    margin-top: -30px;
}

.nyxwlbbox_item_sj span {
    font-size: 72px; letter-spacing:4px;
    color: #fff;     opacity: 0.8;
    font-family: 'BEBAS';
}

.nyxwlbbox_item_sj p {
    font-size: 24px;
    color: #fff;    opacity: 0.8;
    font-family: 'BEBAS';
}

.nyxwlbbox_item_img {
    width:345px;
    overflow: hidden;
    margin-left: 60px;
}

.nyxwlbbox_item_img img {
    width: 100%;
	transition: all .3s;
}
.nyxwlb .nyxwlbbox_item:hover  img {
	
	transform: scale(1.1)
}
.nyxwlbbox_item_txt {
    flex: 1;
    margin-left: 60px;
}

.nyxwlbbox_item_txth {
    font-size:24px; height:46px;
    color:#fff; font-weight:600;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.nyxwlbbox_item_txtp{    position: relative;}
.nyxwlbbox_item_txtp:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    top:5px;
    left: 0;
    background-color: #f0c579;
}
.nyxwlbbox_item_txtp { opacity: 0.8;
    font-size:17px; padding-top:25px; font-weight: lighter;
    line-height:33px;
    color:#fff;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition:all .5s    opacity: 0.8;
}

.nyxwlbbox_item_i {
    width: 40px;
    margin-left: 30px;
}

.nyxwlbbox_item_i i {
    font-size: 38px;
    color: #fff;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nyxwlb .nyxwlbbox_item:hover .nyxwlbbox_item_txth {
    color: #fff;
	transform: translateX(2px)
}
.nyxwlb .nyxwlbbox_item:hover .nyxwlbbox_item_txtp{
    color: #fff;
}
.nyxwlb .nyxwlbbox_item:hover {
/*    border-bottom: 1px solid #0057c5;*/
    color: #000;
}

.nyxwlb .nyxwlbbox_item:hover .nyxwlbbox_item_i i {
    display: block;
}

@media screen and (max-width: 1600px) {
    .nyxwlbbox_item_txt {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .nyxwlb .nyxwlbbox_item {
        padding: 20px 30px;
    }
    .nyxwlbbox_item_img {
        margin: 0 30px;
    }
    .nyxwlbbox_item_sj span {
        font-size: 70px;
    }
    .nyxwlbbox_item_sj p {
        font-size: 20px;
    }
    .nyxwlbbox_item_txth {
        font-size: 20px;
    }
    .nyxwlbbox_item_txtp {
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    .nyxwlb .nyxwlbbox_item {
        padding: 20px 10px;
    }
    .nyxwlbbox_item_txth {
        font-size: 18px;
    }
    .nyxwlbbox_item_txtp {
        font-size: 14px;
        line-height: 23px;
    }
    .nyxwlbbox_item_sj span {
        font-size: 60px;
    }
    .nyxwlbbox_item_sj p {
        font-size: 18px;
    }
    .nyxwlbbox_item_img {
        width: 160px;
    }
    .nyxwlb {
        margin-top: 30px;
    }
    .nyxwlb .nyxwlbbox_item {
        padding: 15px 0;
    }
    .nyxwlbbox_item_sj {
        display: none;
    }
    .nyxwlbbox_item_txt{
        width: calc(100% - 155px);
        margin-left:0;
        padding: 0;
    }


    .nyxwlbbox_item_sj span {
        font-size: 28px;
    }
    .nyxwlbbox_item_sj p {
        font-size: 14px;
    }
    .nyxwlbbox_item_img {
        margin:0;
        margin-right: 15px;
        width: 120px;
        flex: none;
    }
    .nyxwlbbox_item_txth {
        font-size: 15px;
    }
    .nyxwlbbox_item_txtp {
        margin-top: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .nyxwlbbox_item_i {
        width: 28px;
        display: none;
    }
    .nyxwlbbox_item_i i {
        font-size: 26px;
    }
    
}

@media screen and (max-width: 768px) {
    
}



.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-icon-spin .hvr-icon {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.hvr-icon-spin:active .hvr-icon,
.hvr-icon-spin:focus .hvr-icon,
.hvr-icon-spin:hover .hvr-icon { color:#0057c5;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}


.nylinkbox {
    display: flex; background:#021151;
    border-bottom: 1px solid #8088a8;
}

.nylinkbox .nylinkbox_item {
    height: 72px;
    display: flex;
    align-items: center; padding-right:40px;
    margin-right: 30px;
}

.nylinkbox_item span {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.nylinkbox_item span::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #333;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nylinkbox .nylinkbox_item:hover span::before,
.nylinkbox .nylinkbox_item.on span::before {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

.nylinkbox .nylinkbox_item:hover span,
.nylinkbox .nylinkbox_item.on span {
    color: #0057c5;
    font-weight: 600;
}

.neb{background:#021151;}

/*==图片效果effect1↓==*/
.effect-one{position:relative;box-sizing:border-box;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.effect-one .effect-one-img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .7s ease-in-out;overflow:hidden}
.effect-oneBox:hover .effect-one-img,.effect-one:hover .effect-one-img{/*opacity:.9;*/-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}


/*==案例列表↓==*/

.case-list{margin:0 0 -20px -20px}

.case-list li{float:left;width:25%; margin-top:60px;}

.case-list a{ display:block;margin:0 0 20px 20px;}

.case-list .box{padding:24px 0 0 0; height:150px; }

.case-list h4{color:#fff;font-size:20px; margin-bottom:14px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-weight:lighter;}

.case-list p{-webkit-line-clamp: 2;color:#fff; opacity: 0.8; font-size:15px; line-height:28px; text-align:left; font-weight:lighter;}

.case-list li:hover h4{color:#fff}

.case-list li:hover a{}



.news_detail_page_in{position: relative;}
.diy-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.in_page_banner_tit6 strong{color: #fff;font-size:18px;font-weight: normal;display: block;line-height: 54px;}
.in_page_banner_tit6 p{color: #fff; font-weight: normal; font-size:2.4vw; letter-spacing:3px; font-family: DIN;}