.nbanner{
	text-align: center;
}
.news{
	padding-bottom: 50px;
}
.news .newsnav{
    display: flex;
    justify-content: center;
    padding:15px 0;
}
.news .newsnav a{
      margin: 0 11px;
    font-size: 16px;
    border: 1px solid #259edd;
    padding: 8px 30px;
    border-radius: 5px;
}
.news .newsnav a:hover{
    color: #259edd;
}
.news .newsnav a.active{
        color: #259edd;
    font-weight: 700;
}
.news .newslist .item{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news .newslist .item .itl{
	width: 30%;
	overflow: hidden;
}
.news .newslist .item .itl:hover img{
    transform: scale(1.1);
}
.news .newslist .item .itr{
	width: 65%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #cccccc;
}
.news .newslist .item .itr .itrl{
	width: 55%;
}
.news .newslist .item .itr .itrl .itt{
	font-size: 16px;
	color: #000000;
}
.news .newslist .item .itr .itrl .itc{
	font-size: 14px;
	color: #999999;
	margin: 10px 0;
}
.news .newslist .item .itr .itrl .itb{
	color: #666666;
	font-size: 14px;
}
.news .newslist .item .itr .itrr a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #259edd;
	padding:6px 25px 10px;
	border-radius: 10px;
	width:100px;
}

.news .newscon{
	padding:20px 0;
}
.news .newscon .ntitle{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.news .newscon .ndate{
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	text-align: center;
	margin-top: 15px;
}
.news .newscon .nncon{
	margin-top:25px;
}


.ny{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ny .nyl{
	width: 20%;

}
.ny .nyl .nyll{

	background: #f3f5fc;
	padding-bottom: 60px;
	border-bottom: 2px solid #338dcd;
	position: relative;

}
.ny .nyl .ltop{
	display: flex;
	align-items: center;
	padding:20px 0;
	border-bottom: 1px solid #e0e0e0;

}
.ny .nyl .ltop .ltl{
	margin-left: 25px;
}
.ny .nyl .ltop .ltr{
	margin-left: 28px;
	color: #259edd;
	font-size: 24px;
	font-weight: bold;
}
.ny .nyl ul li{
	padding:15px 25px;
	border-bottom: 1px solid #e0e0e0;
}
.ny .nyl ul li a{
	display: flex;
	justify-content: space-between;
	color: #333333;
	font-size: 16px;
}
.ny .nyl ul li a img{
	filter: brightness(0.2);
}
.ny .nyl ul li:hover{
	padding:15px 25px;
	border-color: #259edd;
	background: #259edd;
}
.ny .nyl ul li:hover a{
	color: #fff;
}
.ny .nyl ul li:hover img{
	filter: brightness(1);
}
.ny .nyl ul li.active{
	padding:15px 25px;
	border-color: #259edd;
	background: #259edd;
}
.ny .nyl ul li.active a{
	color: #fff;
}
.ny .nyl ul li.active img{
	filter: brightness(1);
}
.ny .nyl .img{
	margin-top: 10px;
}

.ny .nyr{
	width: 75%;
}
.ny .nyr .nyrpo{
	text-align: right;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 8px;
	color: #666666;
	font-size: 14px;
}
.ny .nyr .nyrpo a{
	color: #666666;
	font-size: 14px;
}
.ny .nyr .prolist{
	display: flex;
	flex-wrap: wrap;
}
.ny .nyr .prolist .item{
	width: 31.33%;
	margin-right: 3%;
	background: #e6e6e6;
	margin-top: 30px;
}
.ny .nyr .prolist .item:nth-child(3n){
	margin-right: 0;
}
.ny .nyr .prolist .item .img{
	padding:8px;
}
.ny .nyr .prolist .item .ptitle{
	padding:15px 20px;
	display: flex;
	justify-content: space-between;
}
.ny .nyr .prolist .item .ptitle .ptl{
	color: #000000;
	font-size: 17px;
}
.ny .nyr .prolist .item .ptitle .ptr img{
	filter: brightness(0.2);
}
.ny .nyr .prolist .item:hover{
	background: #259edd;
}
.ny .nyr .prolist .item:hover .ptitle .ptl{
	color: #fff;
}
.ny .nyr .prolist .item:hover .ptitle .ptr img{
	filter: brightness(1);
}

.pro{
	padding:60px 0;
}
.aboutcon{
	margin-top: 40px;
}
.nyrpp .nyrppt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.nyrpp .nyrppt .nyrpptl{
	width: 48%;
}
.nyrpp .nyrppt .nyrpptr{
	width: 48%;
}
.nyrpp .nyrppt .nyrpptr h2{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.nyrppb{
	margin-top: 50px;
}
.nyrppb .nbb{
	border-bottom: 1px solid #cccccc;
}
.nyrppb .nbb h2{
	display: inline-block;
	padding:10px 25px;
	background: #259edd;
	color: #fff;
	font-size: 16px;
}
.nyrppb .nbbcon{
	margin-top: 40px;
}

.caselist .item{
	width: 48%;
	margin-right: 4%;
	margin-top: 40px;
}
.caselist .item:nth-child(2n){
	margin-right: 0;
}
.caselist .item .ptitle{
	padding:20px 0;
	text-align: center;
	color: #333333;
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
}
.caselist{
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:780px){
    #floatTools{
        display: none!important;
    }
    .news .newslist .item{
        margin-top:0;
    }
    .aboutcon img{
        max-width: 100%;
    }
    .ny .nyl{
        width: 100%;
    }
    .ny .nyl .img{
        display: none;
    }
    .ny .nyr{
        width:100%;
        margin-top:20px;
    }
    .ny .nyr .prolist .item{
        width:49%;
        margin-right: 2%!important;
    }
    .ny .nyr .prolist .item:nth-child(2n){
        margin-right: 0!important;
    }
    .ny .nyr .prolist .item .ptitle{
        padding:8px 10px;
    }
    .news .newslist .item .itl{
        width: 100%;
        margin-bottom:15px;
    }
    
    .news .newslist .item .itr{
        width:100%;
    }
    .news .newslist .item .itr .itrl{
        width:60% ;
    }
    .news .newslist .item .itr .itrl .itt{
        font-size: 15px;
    }
    .news .newslist .item .itr .itrl .itc{
        font-size: 12px;
    }
    .news .newslist .item .itr .itrl .itb{
        font-size: 12px;
    }
    .news .newslist .item .itr .itrr a{
        font-size: 14px;
        padding:4px 18px 8px;
    }
    .news .newscon .ntitle{
        font-size: 18px;
    }
    .news .newscon .ndate{
        font-size: 15px;
        margin-top: 8px;
        padding-bottom: 8px;
    }
    .nyrpp .nyrppt .nyrpptl{
        width: 100%;
    }
    .nyrpp .nyrppt .nyrpptr{
        width:100%;
        margin-top:20px;
    }
    
}