@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] {
	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;
	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:#FF0000;
	--web-theme-color-black:#333333;
	--web-theme-color-black-2:#B3B3B3;
	--web-theme-color-white:#ffffff;
	--web-theme-color-gray:#666666;
	--web-theme-color-blue:#2a5ba7;
	--web-theme-color-red:#D60F0F;
	--web-theme-color-yellow:f08519;
	
}
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
}
.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:26rem;
	text-transform:uppercase;
	font-weight:bold;
	}	
h2{
	font-size:4rem;
	font-weight:bold;
	text-transform:capitalize;
	color:#333; 
	}	
h3{
	font-size:2.2rem;
	}
h4{
	font-size:1.5rem;
	text-transform:capitalize;
}															
p{color:var(--web-theme-color-black); line-height:1.8em;}

/*button*/
.more{ display:block;  width:24rem; border-radius:50px; background-color:var(--web-theme-color-red); padding:1.5rem 2rem; font-size:1.8rem; text-decoration:none; text-align:center; color:var(--web-theme-color-white); }
.more i{-webkit-text-stroke: 1px var(--web-theme-color); color:var(--web-theme-color-white); }
.more:hover{ border:none; background-color:var(--web-theme-color-black); }
.more:hover i{ -webkit-text-stroke: 1px 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:#F2F2F2;}
.combg-black{ background-color:#B3B3B3;}
/* Common style */
.page-title{ text-align:center;}
.page-title .com-line{ margin:0 auto; margin-top:1.2rem;}
.page-title h2{line-height:1.4em; }
.page-title h2 span{color:var(--web-theme-color-red);}
.page-title-overiew{ padding-top:1.2rem; font-size:2rem; color:var(--web-theme-color-gray); }
.com-line{ width:6rem; height:5px;  background-color:var(--web-theme-color); }
/*------------------------------------------------------------------index-page---------------------------------------------------*/

/*------------------------------------------------------------------ny-page---------------------------------------------------*/
/*-------
Nybanner
-------*/
#nycombanner{
	position:relative;
	height:52vh;
	background-size:100% auto;
    background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}
#nyprobanner{
	position:relative;
	height:63vh;
	background-size:100% auto;
    background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}
#nycombanner img,#nyprobanner img,#nyabbanner img{width:100%;}
#nycombanner .sy-container{
	position:absolute;
	 left:0%;
     top:42%;
	 right:0;
	 bottom:0;
}

.nycommblic-img{ display:none;}
#nycombanner h1{ font-size:5rem; color:var(--web-theme-color); line-height:1.4em; }
#nycombanner h3{ line-height:1.7em;  color:#fff;}
/*------------------------------------------------------nypage content--------------------------------------------------------*/
/*com title*/
.ny-title h2,.ny-title p,.ny-title h3{ text-align:center;}
.ny-title h2{color:var(--web-theme-color);}
.ny-title p{ padding-top:4rem;}
.ny-title .com-line{ margin:0 auto; margin-top:4rem;}
/*product details
.product-content{margin-top:3rem; }
.productsitem{
	 overflow:hidden;
	  text-decoration:none;
	   border-radius:0;
	   background-color:var(--web-theme-color-white);
	 
}
.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;
	padding:1rem 3rem 1rem 3rem;
	text-align:center;
	font-size:2rem;
	text-decoration:none;
	color:var(--web-theme-color-black);
}
.productsimg{ width:100%;  background-color:var(--web-theme-color-white); padding:3rem; overflow:hidden;	  }
.productsimg img{border:#fafafa solid 1px;  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);}*/
/*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;} #nycombanner{ height:48vw} }
@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:14px; }
.more{ display:block; width:20rem; padding:8px 1rem; font-size:1.1em;}
.info-arrow{ width:35px; height:35px;}
.info-arrow i{ padding:8px; font-size:2rem;}
/*nybanner*/
#nycombanner{ height:60vw;}
#nycombanner .sy-container{position:absolute; left:0%; top:52%;right:0;bottom:0;}
.nycombarimg{ display:none;}
.nycommblic-img{ display:block;}
#nycombanner h1{ font-size:4rem; color:var(--web-theme-color); line-height:1.4em; }
/*exhibition*/
.productsitem .caption{ line-height:1.4em;	font-size:1.4rem;}
.productsimg{ padding:0.4em; }
.pagination>li>a, .pagination>li>span { font-size:10px;}
}
@media screen and (max-width: 767px) {
html{font-size:8px;}
body{font-size:12px;}
}

