@charset "utf-8";
/* CSS Document */
/*----------------------------------------- nycont-----------------------------------------*/
/*-------
nybanner
-------*/
.nybg-1{ position:absolute; z-index:1; left:0; top:0;width:100%; height:100%;background-image: linear-gradient(to right,rgba(48,53,124,.6) ,rgba(9,164,219,.6));}
#nybanner{
	height:36vw;
	background-size:100% auto;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:center;
	position:relative;
	color:#fff;
	}

#nybanner  .container{
	position:relative;
	 z-index:2;
	 text-align:center;
	 height:100%;
	 display: -webkit-flex; 
  display: flex;
  justify-content: center;
  align-items: center;
    flex-direction: column;
}

#nybanner h1{line-height:1.4em; text-align:center; text-transform:uppercase;}
#nybanner p{color:rgba(255,255,255,.8); text-align:center;}
.nyabbarimg{ background:url(../images/about/about-bar.webp);}
.nyprobarimg{ background:url(../images/products/product-bar.webp);}
.nypartbarimg{ background:url(../images/Partners/partner-bar.webp);}

/*------
about-yunkang
-------*/
#about-yk .ny-title h2{ border-top:#b5b5b5  solid 1px; padding-top:4rem;} 
#about-yk  p:nth-child(3){ padding:2rem 0;}
#about-yk  p b{ color:#333}
#about-yk .wrap-flex{ margin-top:4rem;}
.about-yk-img{ box-shadow: 0 0 70px rgba(194,194,194,.8);}
.about-yk-img:last-child{ margin-left:5rem;}

/*about-honors*/
#about-yk-honors{ background:url(../images/about/aboutbg.webp) no-repeat; background-size:cover; padding-bottom:36vh;}
#about-yk-honors .grid{grid-template-columns:repeat(2,auto);justify-content: space-between;grid-column-gap:12rem; margin-top:4rem;}
#about-yk-honors h1{ font-size:6rem;color:rgba(48,53,124,.3); border-top:#b5b5b5  solid 1px; padding-top:4rem;}
#about-yk-honors h3{color:var(--web-theme-color-blue);}
.honors-item-img{ width:80%;}
.honors-item-img:last-child{ margin-left:4rem;}
#about-yk-honors p{padding-top:2rem;} 

/*com-service*/
#index-service .wrap-flex{justify-content:space-around; margin-top:6rem;}
.service-content{ flex:0 0 min(22%,850px); padding:6rem 0;border-radius:10px; box-shadow: 0 0 10px rgba(80,80,80,0.4); text-align:center;}
.service-content:nth-child(2){ margin:0 8rem;background-image: linear-gradient(180deg,rgba(44,163,238,1) ,rgba(24,118,182,1)80%);}
.service-content:nth-child(2) h4{ color:#fff;}
.service-content:nth-child(2) p{ color:#fff;}
.service-content:nth-child(2) .service-content-img{width:25%;display:inline-block; padding:1.4rem;border-radius:50%; border:#fff solid 1px;}
.service-content h4{ padding-top:4rem;text-align:center; color:#333; font-weight:bold;}
.service-content p{ padding-top:2rem; width:min(45%,900px); margin:0 auto; text-align:center;}
.service-content-img{ width:25%;display:inline-block; padding:1.4rem;border-radius:50%; border:#e2e2e2 solid 1px;}

/*------
productlist
-------*/
/*product-top*/
#product-top{ padding-bottom:2rem;}
#product-top .grid{grid-template-columns:repeat(2,auto);grid-column-gap:2rem;}
#product-top p:last-child{color:#87c2e1;}
/*gray*/
#productlist-gray .grid{grid-template-columns:repeat(2,1fr); align-items: center; grid-column-gap:6rem;}
#productlist-gray  .productlist-item p{ width:min(80%,800px);padding-top:4rem;}
#productlist-gray  .productlist-item .more{ margin-top:10rem;margin-left:0;}
.productlist-item h2{ text-align:left;}
.productlist-item ul{ padding-top:4rem; color:var(--web-theme-color-gray);}
/*white*/
#productlist-white .productlist-item h2{ text-align:left; padding-top:9rem;}
#productlist-white .grid{grid-template-columns:repeat(2,1fr); align-items: center;grid-column-gap:6rem;}
#productlist-white .productlist-item p{ width:min(74%,800px); padding-top:4rem;}
#productlist-white .productlist-item .more{ margin-top:6rem;margin-left:0;}
.productlistbottom{ padding:0;}
.productlist-moblic-img{ display:none;}
/*------
partners
-------*/
#partners h2{ padding-bottom:4rem; border-bottom:#b5b5b5  solid 1px; overflow:hidden;}
#partners img{padding-top:4rem; overflow:hidden;}

/*------
processing
-------*/
#processing .grid{grid-template-columns:repeat(3,auto); justify-content: space-between; grid-column-gap:2rem;}
.process-item{ display:inline-block; padding:1.7rem;} 
.process-item .index-processing-img{padding:8px 4rem;overflow:hidden; border-radius:30px; border:#9f9f9e solid 2px; background-color:#fff; }
.process-item img{transition: all .5s ease-in-out;}
.process-item:hover img{ cursor:pointer;-webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1);}


.pro-list{
	display: -webkit-grid; 
  display: grid;
  grid-template-columns:repeat(3,1fr);
  grid-gap:4rem;
}
#products .productsitem{
	padding:0;
	width:100%;
	display:block;
	 -moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-box-shadow:0px 5px 5px #aaaaaa;  
    -moz-box-shadow:0px 5px 5px #aaaaaa;  
     box-shadow:0px 0px 5px #aaaaaa;
	 overflow:hidden;
	 background-color:#fff;
	  text-decoration:none;
	 
}
.productsitem:hover{
	-webkit-box-shadow:0px 0px 20px #aaaaaa;  
    -moz-box-shadow:0px 0px 20px #aaaaaa;  
     box-shadow:0px 0px 20px #aaaaaa;
}
 .productsitem .caption{
	color:#7d868d;
	padding:1.4rem 0;
	font-size:2rem;
	font-weight:600;
	text-align:center;
	position:relative;
	z-index:5;
	border-top:none;
	text-decoration:none;
}
 .productsitem .caption span{ font-size:1.6rem; color:#ced0d2;}
.productsitem  img{ width:100%; overflow:hidden; transition: all .5s ease-in-out;}
.productsitem:hover img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
              transform: scale3d(1.1, 1.1, 1);
			   opacity:1; 
}
.productsitem:hover .caption{
	background-color:var(--web-theme-color);
	color:#fff;
}
.productsitem:hover .caption span{
	color:#333;
}
/*Reset Paging*/
#product-list .thumbnail .caption:hover,#product-list .thumbnail .caption:hover span{color:var(--web-theme-color-blue);}
.pagination>li>span{
	color:#fff;
	background-color:var(--web-theme-color);
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#fff; background-color:var(--web-theme-color-blue);}
.pagination>li>a{
	color:#535353;
	background-color:#fff;
	border-color:#ddd;
}

/*-----
productdateil
-------*/
#product-details{ background-color:#f0f0f0;}
#product-details .grid{
		grid-template-columns:repeat(2,1fr);
	justify-content: space-between;
	grid-column-gap:6rem; 
}
.proname{
	font-weight:normal;
	margin:1.2rem 0; 
}
.proname strong{
	font-size:3.8rem;
	 color:var(--web-theme-color-blue);
	font-weight:800;
	text-align:left;
	line-height:1.6em;
}
.proviewgs p{
	line-height:2em;
	color:#757475;
	padding:15px 0;
	font-size:14px;
	max-width:600px;
	word-wrap: break-word;
    word-break: normal;
	margin:1.2rem 0;
}	
.proviewgs h3{
	padding-top:15px;
	color:#333;
	text-align:left;
	
}
.proviewgs .more{ margin-top:0; margin-left:0;background-color:transparent;border-radius:12px; color:var(--web-theme-color-black); cursor:pointer;}
.proviewgs .more:hover{ border:none; background-color:var(--web-theme-color); color:#fff;}


/*productcont*/
.nyjiacondetc{
	overflow:hidden;
	overflow-x: scroll;
	padding:2rem 15px;
}

.nyjiacondetc{
	color:#333;
	margin-top:2rem;
}
.nyjiacondetc{
	background-color:#fff;
	 box-shadow: 0 0 10px rgba(80,80,80,0.4);}
.nyjiacondetc h3{
	padding:15px 0;
	color:var(--web-theme-color-blue);
	text-align:left;
	
}

.nyjiacondetc p{
	line-height:25px;
	word-wrap: break-word;
    word-break: normal;
	padding-top:1.2rem;
	}
.nyjiacondetc img{
	width:auto !important;
	height:auto !important;
	max-width:100%;
}
.nyjiacondetc table{
	width:100%;
	border:#333 solid 1px;
	margin-top:2rem !important;
}
.nyjiacondetc  thead{  background-color:var(--web-theme-color-gray);
  color:#fff;
  font-weight:bold;
  text-align:center;
  white-space:nowrap;}
.nyjiacondetc  table thead tr td{border:#fff solid 1px;} 
.nyjiacondetc table tr td{ text-align:center;padding:1rem;border:#333 solid 1px;}
.nyjiacondetc table tr:nth-child(odd) {text-align:center;}

.nyjiacondetc table tr:nth-child(3) {
  background-color:#fff;
  color:#333;
  border:#333 solid 1px;
}


/*others*/
#proothers{
	  text-align:center;
	  padding-top:4rem;
	  font-weight:bold;
	  padding-bottom:4rem;
 }

#proothers .productsitem{
	padding:0;
	width:100%;
	display:block;
	 -moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-box-shadow:0px 5px 5px #aaaaaa;  
    -moz-box-shadow:0px 5px 5px #aaaaaa;  
     box-shadow:0px 0px 5px #aaaaaa;
	 overflow:hidden;
	 background-color:#fff;
	  text-decoration:none;
	 
}
 @media (max-width:767px){
	 #proothers{
		 padding:15px;}
}

.proothers-line{
	width:5%;
	height:1px;
	background-color:#a0a0a0;
	margin:0 auto;
	margin-top:10px;}	
.proothersleft{
	  padding:10px 0 10px 0; 
	  font-size:3.6rem;
	  text-transform:uppercase;
	   color:var(--web-theme-color-blue);
	   font-weight:bold;
	  
  }


/*-----
newslist
------*/
#news .grid{
	grid-template-columns:1fr 1.5fr;

	grid-column-gap:7rem;
	padding:4rem 2rem; 
		border-bottom:#ddd  solid 1px;
}

#news h3{
	color: #333;
	letter-spacing:0px;
	text-align:left;
	line-height:1.2em;
}
.news-time{color:var(--web-theme-color-gray); padding-top:1.4rem;}
#news  .more{padding:0.4em 4rem;  font-size:1.6rem; color:#333; float:right;}
#news  .more:hover{	background-color:var(--web-theme-color);color:#fff; border:none;}
#news p{
	color: #666666;
	word-wrap:break-word;
	word-break:break-all;
	margin-bottom:1rem;
	margin-top:2rem;
	}
#news a:hover img{
	filter:alpha(opacity:50); opacity:0.5;  -moz-opacity:0.5;-khtml-opacity: 0.5;
}
#news a{
	position:relative;
	transition: all .3s ease-in-out;
}
.bigday{
	font-size:3em;	
	color:#ccc;
	height:1.3em;
	line-height:1.3em;
	text-align:center;
}
.smallday{
	font-size:1.5em;	
	color:#ccc;
	height:2em;
	line-height:2em;
		text-align:center;
}
.news-line{ width:42%;
height:2px;
background-color:#ccc;
margin:0 auto;
}
#news .newsmore{
	background-color:transparent;
	color:#fff;
	padding:0.4em 4rem;
	text-align:center;
	display:inline-block;
	border:#787878 solid 1px;
	border-radius:12px;
	margin-top:3rem;
	color:#333;
	text-decoration:none;
	}

#news .newsmore:hover{
	background-color:var(--web-theme-color);
	color:#fff;
	border:none;
	}
/*news-s-list*/		
.news-s-list{
	display: -webkit-grid; 
 	display: grid;
	grid-template-columns:70% 30%;
	align-items: center;	
	border-bottom:#ddd dashed 1px;
	padding-top:10px;
	padding-bottom:15px;
}
.news-s-list h3{ color:#333;}
.news-s-list .news-time{ padding-top:2rem;}
.news-s-list p{ max-width:700px;}
/*-----
newsview
-------*/

#newsview img{
	width:100%;
	max-width:100%;
	width:auto!important;
	height:auto!important;
	display:block;
	margin:0 auto;
}
#newsview .container{ max-width:1000px;}
#newsview  h2,.newsview-name{
	text-align:center;
	color:#333;
}
.SiteLink p{
	margin-top:10px;
	margin-bottom:20px;
}
.SiteLink a{
	color:var(--web-theme-color);
}
.SiteLink a:hover{
	text-decoration:underline;
}
.newsview-name{
	font-size:2em;
	}
.newsview-time{
	color:#787878;
	text-align:center;
	margin-top:2rem;
	margin-bottom:2.5rem;
	padding-bottom:1em;
	border-bottom:#eeeeee solid 2px;
}
.SiteLink{
padding-top:3rem;
}
.newsview-div{
	text-align:right;
	border-bottom:#CCC solid 3px;
}
.newsview-page{
	color:#999;
	padding-top:1rem;
}
.newsview-page a{
	color:#333;
}
#newsview  .newsview-page a:hover{
	text-decoration:none;
	color:var(--web-theme-color-blue);
}

/*-----
contact us
-------*/
#contact h3{color:#333;}
#contact .grid{grid-template-columns:repeat(2,1fr);  padding:4rem 0; }
.contact-item-title{ margin-top:4rem;}
.contact-item-title ul{ padding-top:2rem;}
.contact-item-title ul li i{ font-size:1.6rem;}
.contact-item-title ul li a{color:#333; text-decoration:none;}
.contact-item-title ul li a:hover{color:var(--web-theme-color);}
.contact-title-item{ margin-left:1.2rem;}
.cont-top a{ margin-left:1.2rem;}
.contact-item img{ width:40%;padding-top:1.4rem;}