@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:500;
	font-display:"swap";
	font-size:18px;
	background-color:#fff;
	color:#32302d;
	line-height:1.5em;
	}
html{
	font-size:12px;
	}

/*公共代码*/
:root{
	--web-theme-color:#15499a;
	--web-theme-color-black:#32302d;
	--web-theme-color-white:#ffffff;
	--web-theme-color-gray:#a9b2bd;
	--web-theme-color-red:#e62129;
	--web-theme-color-blue:#174d5e;
	--web-theme-color-yellow:#f7bd00;
}
section{
	position:relative;
	z-index:5;
	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:4rem;
	color:#fff;
	font-weight:700;
	}	
h2{
	font-size:3.5rem;
	font-weight:600;
	text-transform:capitalize;
	text-align:center;
	line-height:1.2em;
	color:#333; 
	}	
h3{
	font-size:2.2rem;
	font-weight:600;
	}
h4{
	font-size:1.4rem;
	font-weight:700;
	text-transform:capitalize;
	color:var(--web-theme-color);
}															
p{color:var(--web-theme-color-gray); line-height:1.8em;}
b{ font-weight:700;}
strong{ font-weight:700;}
/*button*/
.more{ display:block; width:max(18rem,220px);   border-radius:25px; background-color:var(--web-theme-color); padding:10px 0; text-decoration:none; text-align:center; color:#fff; }
.more:hover{ background-color:#333; color:#fff;}
/*-------
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:#dae6f5;}
/*-------
Application Scenarios
-------*/
#application{ padding-bottom:4rem; overflow:hidden;}
#application .grid{grid-template-columns:repeat(2,1fr);}
#application h4{ display:flex;align-items: center;}
#application h4 span{ margin-left:1.4rem;}
#application h2{ text-align:left;}
.application-content{ border-left:#bababa solid 2px; padding-left:4rem; }
.application-content p{ padding-top:1rem;}
/*swiper*/
.application-scenarios{ position:relative; margin-top:6rem; }
.application-scenarios .swiper-wrapper{  padding-bottom:7rem;}
.application-scenarios .swiper-slide{ position:relative;}
#application .swiper-pagination-bullet{ width:12px; height:12px;}
#application .swiper-pagination-bullet-active{ background-color:var(--web-theme-color);} 
.application-scenarios-info-txt{ position:absolute; left:0; bottom:0; width:100%; height:10%; padding:2rem;}
.application-scenarios-info-title{ position:relative; z-index:5; font-size:2.4rem; color:var(--web-theme-color-white); text-align:center;}
.application-scenarios-img{
  display: block;
  width: 100%;
  height: auto;
  border-radius:20px;
    filter: grayscale(50%);
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:1;
    border-radius:0 0 20px 20px;
  background-color:var(--web-theme-color);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.application-scenarios .swiper-slide:hover .overlay {	
  height: 100%;
}
.application-scenarios .swiper-slide:hover .application-scenarios-img{
cursor:pointer;	
filter: grayscale(0%);
}

/*------------------------------------------------------------------index-page---------------------------------------------------*/
.indexcom-title h4{ padding-top:1rem; text-align:center;}
.com-icon{ padding:2rem 0;}
.indexcom-title  p{width:min(80%,1000px); padding-top:2rem; margin:0 auto; text-align:center;}
/*------------------------------------------------------------------ny-page---------------------------------------------------*/
/*-------
nybanner
-------*/
#nycombanner{
	position:relative;
	background-size:100% auto;
    background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}
.nycommimg{width:100%;}
.nycom-content{
	position:absolute;
	left:0;
	top:50%;
	right:0;
	bottom:0;
}
#nycombanner .nybanner-box{
	position:absolute;
	left:12%;
	top:52%;
	right:0;
	bottom:0;
}
.nycommblic-img{ display:none;}
.nycom-content  h1{ font-size:4rem; text-align:center;  text-transform:capitalize; color:var(--web-theme-color-white);}
.nycom-content p{ width:min(80%,800px);padding-top:3rem; color:var(--web-theme-color-white);}
/*------------------------------------------------------nypage content--------------------------------------------------------*/
.com-line{ width:2%; height:3px; background-color:var(--web-theme-color);}
/*contact us*/
#contact-us{ position:relative; z-index:1; margin-top:8rem;} 
#contact-us .contact-us-box{max-width:1400px; margin:0 auto; background-color:var(--web-theme-color); border-radius:20px;}
#contact-us .grid{grid-template-columns:repeat(2,auto); justify-content:start; align-items: center;grid-column-gap:8rem;}
.contact-us-content img{border-radius:20px 0 0 20px;}
.contact-us-smallimg{ display:none;}
.contact-us-content  h3{color:#fff; text-transform:capitalize;}
.contact-us-content .wrap-flex{align-items: center;}
.contact-us-content-brand{height:40px;padding:6px 1.4rem; border-radius:0 10px 10px 0px; border:#c8def8 solid 1px; margin-top:2rem; margin-left:-0.1rem;  border-left:none;}
.contact-us-content-brand i{ font-size:2rem; color:#fff;}
#contact-us .form-control {
	display:block;
	position:relative;
	width:100%;
	height:40px;
	padding:15px 1.4rem;
	border-radius:10px 0 0 10px;
	border:#c8def8 solid 1px;
	border-right:none;
	margin-top:2rem;
	line-height:1.42857143;
	background-color:transparent; 
}
#contact-us .form-control::-moz-placeholder {
color:rgba(200,222,248,.6);
}
#contact-us .form-control:-ms-input-placeholder {
color:rgba(255,255,255,.6);
}
#contact-us .form-control::-webkit-input-placeholder {
color:rgba(255,255,255,.6);
}
#contact-us .step-button{ visibility:hidden;}
/*product details*/
.productsitem{
	display:block;
	 overflow:hidden;
	  text-decoration:none;
	  border-radius:10px;
	  margin:0;
	  padding:0;
	  
	 
}
.productsitem:hover{
	-webkit-box-shadow:0px 0px 20px #aaaaaa;  
    -moz-box-shadow:0px 0px 20px #aaaaaa;  
     box-shadow:0px 0px 20px #aaaaaa;
}
.productsitem .caption{
	border-radius:0;
	font-size:2rem;
	font-weight:600;
	text-align:center;
	position:relative;
	z-index:5;
	border-top:none;
	width:100%;
	text-decoration:none;
    color:var(--web-theme-color-black);
	margin:0 auto;
}
.productsitem .caption span{ display:block;   font-size:1.6rem; font-weight:400; color:var(--web-theme-color-gray); }
.product-content-type{ padding-bottom:1rem; font-size:1.6rem; font-weight:400; text-align:center; color:var(--web-theme-color-gray);}
.productsimg{ overflow:hidden;}
.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 .caption{
color:var(--web-theme-color-red);
}
/*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:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
@media screen and (max-width: 1023px) {
	section{padding:4rem 0;}
	h2{ line-height:1.2em;}
	h3{ line-height:1.2em;}
	h4{font-size:1.4em;} 
	p{font-weight:500; }
	.more{   background-color:var(--web-theme-color); }
	.grid{ margin-top:4rem;}
	.com-title .com-line{ width:20%;}
	#application .grid{grid-template-columns:1fr; }
	.application-content{ border-left:none; padding-left:0; text-align:center;}
	#application h2{ text-align:center;}
	#application h4{ display:block; text-align:center;}
	#application .com-line{ display:none;}
/*nybanner*/
.nycom-content .sy-container{
	position:absolute;
	left:12%;
	top:72%;
	right:0;
	bottom:0;
}
#nycombanner .nybanner-box{
	position:absolute;
	left:4%;
	top:48%;
	right:0;
	bottom:0;
}
#nycombanner h1{ font-size:3.2rem; line-height:1.1em;}
#nycombanner p{ padding-top:0rem;}
.nycommimg{ display:none;}
.nycommblic-img{ display:block;}
/*contact us*/ 
#contact-us .grid{grid-template-columns:auto; justify-content:start; align-items: center;grid-column-gap:4rem;}
.contact-us-content img{border-radius:20px 0 0 20px;}
.contact-us-content:last-child{ padding:15px 2rem;}
.contact-us-img{ display:none;}
.contact-us-smallimg{ display:block;}
.contact-us-content-brand{height:40px;padding:6px 1.4rem; border-radius:0 10px 10px 0px; 	border-color:#c8def8; margin-top:1rem; margin-left:-2rem; background-color:var(--web-theme-color); border-left:none;}
.contact-us-content-brand i{ font-size:2rem; color:#fff;}
#contact-us .form-control {
	display:block;
	position:relative;
	width:100%;
	height:40px;
	padding:6px 1.4rem;
	border-radius:10px 0 0 10px;
	border-color:#c8def8;
	border-right:none;
	margin-top:1rem;
	line-height:1.42857143;
	background-color:transparent; 
}

#contact-us .form-control::-moz-placeholder {
color:rgba(255,255,255,.6);
}
#contact-us .form-control:-ms-input-placeholder {
color:rgba(255,255,255,.6);
}
#contact-us .form-control::-webkit-input-placeholder {
color:rgba(255,255,255,.6);
}
#contact-us.form-control:focus {
	border-color:#c8def8;
	outline:0;
	-webkit-box-shadow:inset 0 0px 0px rgba(200, 2222, 248, 0), 0 0 0px rgba(200, 2222, 248,0);
	box-shadow:inset 0 0px 0px rgba(200, 2222, 248, 0), 0 0 0px rgba(200, 2222, 248,0);
}
.productsitem .caption{ font-size:12px;}
.productsitem .caption span{ display:block; padding-top:0; font-size:10px;}
.application-scenarios-info-txt{ bottom:6rem;}
}
@media screen and (max-width: 767px) {
html{font-size:9px;}
body{font-size:14px;}
}
@media screen and (max-width: 490px) {
.pagination>li {
	display:inline;
		font-size:10px;
		
}
.pagination>li>a, .pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-top:-0.7rem;
	margin-left:-1px;
	font-size:8px;
	line-height:1.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
}