/* 内页样式 */
.content-ny .ny-banner img {
	width: 100%;
}

.content-ny .ny-nav {
	border-bottom: 1px solid rgb(204, 204, 204);
}

.content-ny .ny-nav ul {
	display: flex;
	justify-content: center;
}

.content-ny .ny-nav ul li {
	margin-right: 75px;
	position: relative;
}

.content-ny .ny-nav ul li::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: rgb(52, 96, 171);
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	transition: 0.4s;
}

.content-ny .ny-nav ul li.on::after,
.content-ny .ny-nav ul li:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.content-ny .ny-nav ul li:last-child {
	margin-right: 0;
}

.content-ny .ny-nav ul li a {
	font-size: 16px;
	color: rgb(50, 50, 51);
	line-height: 80px;
}


.company-box p {
	margin-top: 40px;
	font-size: 16px;
	color: rgb(97, 97, 102);
	line-height: 1.875;
	text-indent: 2rem;
}
.company-box img{
	max-width: 100%;
	margin-top: 20px;
}
.company-box .active {
	margin-top: 80px;
	display: flex;
	align-items: center;
}

.company-box .active p {
	font-size: 18px;
	color: rgb(52, 96, 171);
	line-height: 1.667;
	font-weight: bold;
	margin: 0 25px;
	text-align: center;
	text-indent: 0;
}

.company-box .active .line {
	flex: 1;
	height: 1px;
	background: rgb(52, 96, 171);
}

.honor-box .img-box {
	display: flex;
	flex-wrap: wrap;
}

.honor-box .img-box li {
	width: 31.5%;
	height: 580px;
	margin-right: 2.75%;
	padding: 10px;
	border: 1px solid rgb(245, 245, 245);
	margin-bottom: 35px;
	cursor: pointer;
}

.honor-box .img-box li:nth-child(3n) {
	margin-right: 0;
}
.honor-box .img-box li:nth-last-child(-n+3){
	margin-bottom: 0;
}
.honor-box .img-box li .img {
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.honor-box .img-box li .img img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.honor-box .img-box li:hover .img img {
	transform: scale(1.05);
}

.honor-box .img-box li p {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 1.902;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.fc-box .img-box {
	display: flex;
	flex-wrap: wrap;
}
.fc-box .img-box li{
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 40px;
	cursor: pointer;
}
.fc-box .img-box li .img{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.fc-box .img-box li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
	
}
.fc-box .img-box li:hover .img img{
	transform: scale(1.05);
}
.fc-box .img-box li:nth-child(3n){
	margin-right: 0;
}
.fc-box .img-box li:nth-last-child(-n+3){
	margin-bottom: 0;
}

.fc-box .img-box li p{
	padding: 20px 10px;
	font-size: 16px;
	color: rgb( 51, 51, 51 );
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-box{
	width: 100%;
}
.news-box .detail-li li{
	transition: 0.4s;
	background-color: #fff;
}
.news-box .detail-li li:hover{
	background-color: rgb( 245, 245, 250 );
}
.news-box .detail-li li a{
	display: flex;
	align-items: center;
	padding: 30px 0;
	transition: 0.4s;
	border-bottom: 1px dashed rgb(204, 204, 204);
}
.news-box .detail-li li:hover a{
	transform: translateX(30px);
}
.news-box .detail-li li a .left{
	display: flex;
	align-items: center;
	padding-right: 20px;
		border-right: 1px solid rgb( 217, 217, 217 );
		margin-right: 30px;
}
.news-box .detail-li li a .img {
	width: 200px;
	height: 150px;
	margin-right: 60px;
	overflow: hidden;
}
.news-box .detail-li li a .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}
.news-box .detail-li li:hover a .img img{
	transform: scale(1.05);
}

.news-box .detail-li li a .time p{
	font-size: 18px;
	color: rgb(102, 102, 102);
	margin-bottom: 10px;
	font-weight: 600;
}
.news-box .detail-li li a .time span{
	display: block;
	font-size: 12px;
	color: rgb(128, 128, 128);
}

.news-box .detail-li li a .text{
	flex: 1;
}
.news-box .detail-li li a .text p{
	font-size: 18px;
	color: rgb( 51, 51, 51 );
	margin-bottom: 25px;
	font-weight: 600;
	transition: 0.4s;
}
.news-box .detail-li li:hover a .text p{
	color: rgb(52, 96, 171);
}
.news-box .detail-li li a .ico{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgb( 201, 201, 201 );
	position: relative;
	margin-left: 130px;
	transition: 0.4s;
}
.news-box .detail-li li:hover  a .ico{
	background-color: rgb(52, 96, 171);
}

.news-box .detail-li li a .ico img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.news-box .detail-li li a .ico .on{
	opacity: 0;
}
.news-box .detail-li li:hover a .ico .show{
	opacity: 0;
}
.news-box .detail-li li:hover a .ico .on{
	opacity: 1;
}

.news-box .detail-li li a .text span{
	font-size: 16px;
	color: rgb( 102, 102, 102 );
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.news-detail-box h2{
	font-size: 20px;
	color: rgb( 51, 51, 51 );
	text-align: center;
}
.news-detail-box>p{
	font-size: 16px;
	color: rgb( 153, 153, 153 );
	text-align: center;
	margin-top: 15px;
}
.news-detail-box .news-content {
	margin-top: 35px;
	border-bottom: 1px solid rgb( 243, 243, 243 );
}

.news-detail-box .news-content p{
	margin-top: 40px;
	    font-size: 16px;
	    color: rgb(97, 97, 102);
	    line-height: 1.875;
	    text-indent: 2rem;
}
.news-detail-box .news-content img{
	max-width: 100%;
}


.page-fy {
	display: flex;
}
.page-fy .btn{
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid  rgb( 153, 153, 153 );
	margin-right: 5%;
}
.page-fy .btn:last-child{
	margin-right: 0;
}

.page-fy .btn a{
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	text-align: center;
	padding: 13px 30px;
	box-sizing: border-box;
	position: relative;
	transition: 0.4s;
}
.page-fy .btn a:nth-child(2){
	display: none;
}
.page-fy .btn a::after{
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgb(52, 96, 171);
	transition: 0.4s;
}
.page-fy .btn a:hover{
	color: #fff;
}
.page-fy .btn a:hover::after{
	width: 100%;
}

.training-box img{
	max-width: 100%;
}
.training-box>img{
	margin-bottom: 50px;
}

.advantage-box .item{
	display: flex;
	align-items: center;
}
.advantage-box .item:nth-child(2n){
	flex-direction: row-reverse;
	margin-top: 100px;
}
.advantage-box .item .left{
	width: 37.5%;
	margin-right: 3.333%;
}
.advantage-box .item .right{
	flex: 1;
}
.advantage-box .item:nth-child(2n) .left{
	margin-right: 0;
	margin-left: 3.333%;
}
.advantage-box .item .left p{
	font-size: 16px;
	color: rgb(50, 50, 50);
	line-height: 1.875;
	margin-bottom: 20px;
}
.advantage-box .item .left p:last-child{
	margin-bottom: 0;
}
.advantage-box .item .left p span{
	color: rgb( 52, 96, 171 );
	font-weight: bold;
}


.contact-box .page01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-box .page01 .item.first{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
	padding: 30px 100px;
}
.contact-box .page01 .item.first p{
	margin: 0 35px;
}

.contact-box .page01 .item{
	width: calc(50% - 15px);
	min-height: 300px;
	background-color: rgb(241, 241, 241);
	border-radius: 9px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	padding: 20px;
}
.contact-box .page01 .item.first ul{
	flex: 1;
	width: 100%;
}
.contact-box .page01 .item.first ul li{
	margin-top: 15px;
}
.contact-box .page01 .item.first ul li span{
	margin-top: 0px;
	text-align: left;
}

.contact-box .page01 .item .ico-box{
	width: 78px;
	height: 78px;
	border:2px solid rgb(153, 153, 153);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 0.4s;
}
.contact-box .page01 .item .ico-box .ico-bg{
	width: 64px;
	height: 64px;
	background: rgb( 153, 153, 153 );
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index:1;
	border-radius: 50%;
	transition: 0.4s;
}
.contact-box .page01 .item .ico-box img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: 0.4s;
}
.contact-box .page01 .item:hover{
	background: rgb( 52, 96, 171 );
}
.contact-box .page01 .item:hover .ico-box{
	border:2px solid rgb(255, 255, 255);
}

.contact-box .page01 .item:hover .ico-box img{
	transform: translate(-50%,-50%) rotateY(360deg);
}
.contact-box .page01 .item .ico-box img.on{
	opacity: 0;
}
.contact-box .page01 .item:hover .ico-box img.on{
	opacity: 1;
}
.contact-box .page01 .item:hover .ico-bg{
	background-color: #fff;
}
.contact-box .page01 .item p{
	font-size: 18px;
	margin-top: 30px;
	color: rgb( 51, 51, 51 );
	transition: 0.4s;
}
 .contact-box .page01 .item:hover p{
	 color: #fff;
 }
 .contact-box .page01 .item span{
	 margin-top: 35px;
	 color: rgb(102, 102, 102);
	 font-size: 16px;
	 display: block;
	 transition: 0.4s;
 }
 .contact-box .page01 .item:hover span{
 	 color: #fff;
 }
 
 .map-box #container {
     width: 100%;
     height: 500px;
 }