@import "https://fonts.googlefonts.cn/css?family=Poppins:400,500,600,700,900&display=swap";
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
a{ text-decoration:none;}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
button {
	overflow:visible
}
button, select {
	text-transform:none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled], html input[disabled] {
	cursor:default
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
input {
	line-height:normal
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-appearance:textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}

code, kbd, samp, tt {
    font-size: 100%;
}
ol, ul { list-style: none; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    font-size: 100%;
}

:after, :before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	position:relative;
	font-family:"Poppins", sans-serif;
	font-weight:400;
	font-display:"swap";
	font-size:1.6rem;
	background-color:#fff;
	color:#32302d;
	line-height:1.5em;
	width:100% !important;
	height: 100%;
	}
html{
	font-size:10px;
	}

/*公共代码*/
:root{
	--web-theme-color:#E62129;
	--web-theme-color-black:#333333;
	--web-theme-color-white:#ffffff;
	--web-theme-color-gray:#666666;
	--web-theme-color-blue:#2a5ba7;
	--web-theme-color-red:#EC302E;
	
}
section{
	padding:8rem 0;
	}
.wrap-flex{
	 display: -webkit-flex; 
  	display: flex;
}
.wrap-flex-1{
	 display: -webkit-flex; 
  	display: flex;
}
.grid{
	display: -webkit-grid; 
  display: grid;
}
.grid-1{
	display: -webkit-grid; 
  display: grid;
}	

/*form-group*/
/*page-cneter*/
.text-center {
	text-align:center
}

/*clearflot*/
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display:table;
	content:" "
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear:both
}
.form-control::-moz-placeholder {
color:#fff;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#fff;
}
.form-control::-webkit-input-placeholder {
color:#fff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color:#fff;
	opacity:1
}
/*input-group-btn */
.input-group-btn {
	position:relative;
	font-size:1em;
	white-space:nowrap
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
	z-index:2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right:1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index:2;
	margin-left:-12px
}



/*nycer*/
img {
	vertical-align:middle
}
.txtshadow{  text-shadow: 2px 2px 8px #888888;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display:block;
	max-width:100%;
	height:auto
}
.thumbnail {
	display:block;
	padding:4px;
	margin-bottom:20px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
-webkit-transition:border .2s ease-in-out;
-o-transition:border .2s ease-in-out;
transition:border .2s ease-in-out
}
.thumbnail a>img, .thumbnail>img {
	margin-right:auto;
	margin-left:auto;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color:#337ab7
}
.thumbnail .caption {
	padding:9px;
	color:#333
}


/*font*/

h1{
	font-size:6rem;
	font-weight:bold;
	}	
h2{
	font-size:4rem;
	font-weight:bold;
	text-transform:capitalize;
	line-height:1.2em;
	color:#333; 
	}	
h3{
	font-size:2.4rem;
	}
h4{
	font-size:2rem;
	text-transform:capitalize;
}															
p{color:var(--web-theme-color-gray); line-height:1.8em;}
b{ font-weight:700;}
strong{ font-weight:700;}

/*button*/
.more{ display:block;  width:24rem; border-radius:35px; background-color:var(--web-theme-color);  padding:1.5rem 2rem; font-size:2rem; text-decoration:none; text-align:center; color:#fff; }
.more:hover{ background-color:var(--web-theme-color-black); }
/*-------
common
-------*/
.sy-container{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	max-width:1600px;
}
.sy-img-responsive, .sy-thumbnail a>img, .sy-thumbnail>img {
	display:block;
	max-width:100%;
	height:auto
}
.sy-center-block {
	display:block;
	margin-right:auto;
	margin-left:auto
}
.sy-rounded{ border-radius:20px;}
.combg{ background-color:#f2f7fc;}

/* Common style */
.com-line{ width:8rem; height:2px;background-image: linear-gradient(to right,rgba(42,90,166,1) , rgba(130,210,212,1));}
/*------------------------------------------------------------------index-page---------------------------------------------------*/

/*------------------------------------------------------------------ny-page---------------------------------------------------*/
/*-------
Nybanner
-------*/
#nycombanner{
	position:relative;
	overflow:hidden;
	padding-top:2vh;
}
#nyprobanner{
	position:relative;
	overflow:hidden;
	padding-top:3vh;
}
#nycombanner img,#nyprobanner img{width:100%;}
#nycombanner .sy-container{
	position:absolute;
	 left: 8%;
     top: 50%;
	 right:0;
	 bottom:0;

}
.nycommblic-img{ display:none;}
.nycom-content h1{ font-size:6rem;color:#fff; line-height:1.4em; }
.nycom-content p{ line-height:1.4em; font-weight:500; color:#fff;}
/*------------------------------------------------------nypage content--------------------------------------------------------*/
/*com title*/
.com-title h2,.com-title p{ text-align:center; color:var(--web-theme-color-white);}
.com-title p{ padding-top:1.6rem;}

/*about us*/
#public-link{ box-shadow: 0 0 10px rgba(80,80,80,0.5);}
#public-link .grid{grid-template-columns:repeat(6,1fr);}
#public-link ul li{ border-right:#f1f1f1 solid 1px;}
#public-link ul li:last-child{ border:none;}
#public-link ul li a{ display:block; padding:2rem 0; text-align:center;  font-weight:600; color:var(--web-theme-color-gray);}
#public-link ul li:hover{ background-color:var(--web-theme-color-blue);}
.comactive>a,#public-link ul li a:hover{ color:#fff !important; background-color:var(--web-theme-color-blue);}
.comabactive>a,#public-link ul li a:hover{ color:#fff !important; background-color:var(--web-theme-color-blue);}
/*product details*/
.productsitem{
	 overflow:hidden;
	  text-decoration:none;
	   border-radius:10px;
	  background-color:#fff;
	 
}
.productsitem:hover{
	-webkit-box-shadow:0px 0px 20px #aaaaaa;  
    -moz-box-shadow:0px 0px 20px #aaaaaa;  
     box-shadow:0px 0px 20px #aaaaaa;
}
.productsitem .caption{
	position:relative;
	z-index:5;
	background-color:#fff;
	padding:1rem 3rem 1rem 3rem;
	font-size:2rem;
	font-weight:600;
	line-height:1.3em;
	text-decoration:none;
	color:var(--web-theme-color-black);
}
.productsitem .caption span{ display:block; margin-top:5px; font-size:1.4rem; font-weight:400; line-height:1.5em; color:var(--web-theme-color-black);}
.productsimg{ overflow:hidden;	 border-bottom:#a6bad0 solid 1px;}
.productsimg img{ width:100%; transition: all .5s ease-in-out; }
.productsitem:hover img{
	transition:1s linear;
	-webkit-transform: scale3d(1.1, 1.1, 1);
              transform: scale3d(1.1, 1.1, 1);
}
.productsitem:hover img{transition:1s linear;-webkit-transform: scale3d(1.1, 1.1, 1);transform: scale3d(1.1, 1.1, 1);border-radius:10px 10px 0 0;}
/*page*/
.pagination {
	display:inline-block;
	padding-left:0;
	margin:40px 0;
	border-radius:0
}
.pagination>li {
	display:inline;
}
.pagination>li>a, .pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-top:-0.7rem;
	margin-left:-1px;
	line-height:1.42857143;
	color:var(--web-theme-color);
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
@media screen and (min-width: 768px) and (max-width: 1600px) {	html{font-size:8px;}}
@media screen and (max-width: 1023px) {
section{padding:4rem 0;}
h1{font-size:4rem;}	
h2{ font-size:3rem; line-height:1.2em;}
h3{font-size:2rem; line-height:1.2em;}
h4{font-size:1.2em;} 
p{font-size:1em; }
.more{ display:block; width:20rem; padding:8px 1rem; font-size:1.1em;}
#public-link .grid{grid-template-columns:repeat(3,1fr);}
/*nybanner*/
#nycombanner,#nyprobanner{	padding-top:0vh;} 
#nycombanner{ height:160px;} 
#nycombanner .sy-container{position:absolute;left:0;top:32%;right:0;bottom:0;}
#nycombanner h1{ font-size:3rem; line-height:1.2em;}
.nycombarimg{ display:none;}
.nycommblic-img{ display:block;}
/*productlist*/
.productsitem .caption{ line-height:1.2em;	font-size:1.6rem;}
.productsitem .caption span{ padding-top:1.4rem; font-size:1.4rem; color:#333;}
}
@media screen and (max-width: 767px) {
html{font-size:8px;}
body{font-size:12px;}
}

