.ny-banner {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.ny-banner h2 {
	color: #fff;
	font-weight: normal;
}
.ny-banner .cn-title {
	position: relative;
	margin-top:200px;
}
.ny-banner .cn-title::before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0px;
	z-index: 10;
	width:57px;
	height: 3px;
	background-color: #fff;
}
.ny-banner .en-title {
	text-transform: uppercase;
	margin-top: 20px;
}

.nav-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #eaeaea;
}
.nav-box .container {
	display: flex;
	justify-content: space-between;
}
.nav-box ul {
	display: flex;
}
.nav-box ul li {
	position: relative;
	line-height: 30px;
}
.nav-list li {
	padding: 20px 25px;
}
.nav-list li:first-child {
	padding-left: 0px;
}
.nav-list li::before {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #999;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.nav-list li:last-child:before{
	display:none;
}
.nav-box ul li a,.nav-box ul li a:link,.nav-box ul li a:visited {
	font-size: 16px;
	color: #333;
}
.nav-box ul li a:hover,.nav-box ul li.cur a {
	color: #005bac;
}
.nav-box ul li i {
	margin-right: 5px;
}
.location-box li {
	padding: 20px 15px;
}
.location-box li::before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.location-box li:last-child::before{
	display: none;
}

.more {
	text-align: center;
	padding-top: 80px;
}
.more a,.more a:link,.more a:visited {
	color: #333;
	font-family: Arial;
	border: 2px solid #005bac;
	padding: 20px 30px;
	position: relative;
	z-index: 1;
	transition: all .3s linear;
}
.more a::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -2;
}
.more a::after {
	content: "";
	width: 0px;
	height: 100%;
	background-color: #005bac;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all .3s linear;
}
.more a:hover {
	color: #fff;
}
.more a:hover::after {
	width: 100%;
}

.ny-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 70px 0px;
}
.ny-box h6.en-title,.ny-honor h6.en-title,.ny-factory h6.en-title,.zhaopin h6.en-title {
	text-transform: uppercase;
	font-family: Arial;
}
.ny-honor .en-title,.zhaopin h6.en-title {
    color: #005bac;
}
/*about*/
.ny-about .about-img {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0px;
	top: 0px;
	z-index: 10;
	overflow: hidden;
}
.ny-about .about-img img {
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	transition: all 300ms;
}
.ny-about .about-img:hover img {
	transform: scale(1.05);
}
.ny-about .about-left{
	padding-right: 100px;
	padding-bottom: 80px;
}
.ny-about .en-title {
	color: #005bac;
	margin-top: 130px;
}
.ny-about .text {
	font-size: 18px;
	line-height: 2;
	margin-top: 25px;
}
.ny-number {
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.ny-number .rs-count{
	font-size: 54px;
	line-height: 1.2;
}
.ny-number p{
	color: #a6a6a6;
}
.about-more {
	text-transform: uppercase;
	color: #333;
	font-family: Arial;
	margin-top: 50px;
}
.about-more a,.about-more a:link,.about-more a:visited {
	color: #333;
}
.about-more a:hover {
	color: #005bac;
}

/*Factory*/
.ny-factory {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 140px;
	padding-bottom: 50px;
}
.container {
	overflow: initial;
}
.factory-bg {
	position: absolute;
	width: 100%;
	max-height: 70%;
	overflow: hidden;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.factory-bg img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.ny-factory .text {
	margin-top: 25px;
}
.factorySwiper {
	position: relative;
	margin-top: 90px;
	padding-bottom: 45px;
}
.factorySwiper .swiper-slide {
	width: 480px;
	background-color: #fff;
	padding: 70px 60px;
	 -moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4); 
	 -webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4); 
	 box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
}
.factorySwiper .swiper-slide h2{
	color: #005bac;
}
.text-box {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.factorySwiper .swiper-slide .factory-text {
	position: relative;
	font-size: 18px;
	line-height: 2;
	margin-top: 15px;
	height: 400px;
	color: #333;
	text-align: justify;
}
.swiper-container-horizontal.factorySwiper > .swiper-pagination-progressbar, .swiper-container-vertical.factorySwiper > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: initial;
    bottom: 0px;
}

/*culture*/
.ny-culture {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 165px 15px;
}

.ny-culture .culture-box {
	background-color: #fff;
	border-radius: 20px;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4); 
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
	text-align: center;
	padding: 100px 0px;
}
.ny-culture .culture-box .col-lg-6{
	position: relative;
}
.ny-culture .wh-ico {
	transition:all .3s linear;
}
.ny-culture .culture-box .col-lg-6:hover .wh-ico {
	transform: rotateY(180deg);
}
.ny-culture .culture-box .col-lg-6::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #dfdfdf;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}
.ny-culture .culture-box .col-lg-6:last-child:before {
	display:none;
}
.culture-box  h2 {
	padding: 15px;
}

/*honor*/
.ny-honor {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 100px 0px;
}
.honor-swiper {
	padding: 150px 0px;
}
.ny-honor .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  z-index: 10;
}
.ny-honor .swiper-slide.swiper-slide-prev,.ny-honor .swiper-slide.swiper-slide-next{
	transform: scale(1.2);
	z-index: 20;
}
.ny-honor .swiper-slide-active,.ny-honor .swiper-slide-duplicate-active{
  transform: scale(1.5);
  z-index: 30;
}


/*news-list*/
.news-list {
	padding: 70px 0px;
}
.first-news {
	background-color: #fff;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4); 
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
	margin-top: 70px;
}
.news-img {padding: 0px;}
.news-img img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.news-right {
	padding: 80px
}

.first-news .time-box {
	font-size: 18px;
	line-height: 2;
	color: #bbbcbf;
}
.first-news .title-box{
	font-size: 30px;
	line-height: 36px;
	color: #333;
	margin-top: 20px;
}
.first-news .title-box a,.first-news .title-box a:link,.first-news .title-box a:visited{
	color: #333;
}
.first-news .desc-box,.first-news .desc-box a{
	font-size: 16px;
	line-height: 2;
	color: #6f6f6f;
	margin-top: 40px;
}
.first-news .title-box a:hover ,.first-news .desc-box a:hover{
	color: #005bac;
}

#allmap {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.map_address {
 	position: absolute;
 	display: inline-flex;
 	left: 50%;
 	bottom: 60px;
 	transform: translateX(-50%);
 	z-index: 10000;
 	background-color: #fff;
 	font-size: 16px;
 	color: #999;
 	line-height: 40px;
 	padding:15px 25px;
 }
 .map_address span {
 	color: #1492ff;
 	margin-right: 25px;
 }
 .map_address a {
 	display: block;
 	background-color: #1492ff;
 	color: #fff;
 	border-radius: 20px;
 	padding: 0px 20px;
 	margin-left: 55px;
 }
 .map_address a i {
 	font-weight: 400;
 	margin-right: 10px;
 }
 
.con-row {
	margin:30px -30px;
}
 
.con-items{
	padding:0px 30px;
	margin: 35px 0px;
	text-align: center;
	position: relative;
}
.con-items .con-bg {
	background-color:#eaeaea;
	padding: 60px 0px;
}
.con-items .p1 {
	font-size:20px;
	line-height:36px;
	color:#262525;
	font-weight:bold;
	margin-top: 13px;
}
.con-items .p2 {
	font-size:18px;
	line-height:36px;
	color:#262525;
}
 @media only screen and (max-width:767px) {
	 .con-items {
		margin: 10px 0px;
	}
 	#allmap {
 		height: 300px;
 	}
 	.map_address {
 		display: block;
 	    width: 90%;
 	    bottom: 20px;
 	    line-height: 25px;
 	    padding: 15px;
 	}
 	.map_address a {
 	    display: block;
 	    width: 50%;
 	    line-height: 35px;
 	    padding: 0px 20px;
 	    margin: 10px auto 0px;
 		text-align: center;
 	}
 }