h1{
    font-size: 55px;
}
h2,.tit-h2{
    font-size: 48px;
}
h3,.tit-h3{
    font-size: 20px;
	line-height: 1.3;
}
a{
	-webkit-transition: .8s all; 
	-moz-transition: .8s all; 
	-ms-transition: .8s all; 
	transition: .8s all;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,a:hover{
	color: var(--primary);
}
.fixed{
	position: fixed;
	top: 0;
}
.header-height .fixed{
	box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.08);
}
.pic,.full-pic{
  width: 100%;
  overflow: hidden;
}
.pic{
	width: 100%;
	margin-top: 0;
	border-radius: 0;
}
.pic img{
  width: 100%;	
  height: auto;
	-webkit-transition: .8s all; 
	-moz-transition: .8s all; 
	-ms-transition: .8s all; 
	transition: .8s all;
}
.pic-auto{
	overflow: hidden;
}
.pic-auto img{
	width: auto;	
	height: auto;
	max-width: 100%;
}
.full-pic img{
  width: 100%;	
  height: 100%;
  object-fit: cover;
	-webkit-transition: .8s all; 
	-moz-transition: .8s all; 
	-ms-transition: .8s all; 
	transition: .8s all;
}
.pic:hover img,.full-pic:hover img,.pic-auto:hover img{
  -webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.radius{
	width: auto;
	border-radius: 20px;
}
body,html{
	font-size: 16px;
}

.wsf-form a:link{
	margin-left: 6px !important;
}


/* 隐藏WebKit内核浏览器进度条 */
video::-webkit-media-controls-timeline {
  display: none !important;
}

/* 隐藏Firefox进度条 */
video::-moz-range-track {
  display: none;
}

/* 隐藏Edge/IE进度条 */
video::-ms-fill-lower,
video::-ms-fill-upper {
  display: none;
}

.footer button.wsf-button{
  height:50px;  
  min-width:80px;
}
.footer .wsf-form .wsf-field-wrapper{
  align-self: flex-start !important;;
}
.footer button.wsf-button:hover{
  background:rgba(255, 255, 255, 0.9) !important;
  border-color:#fff !important;
}
.footer button#wsf-2-field-10,button#wsf-1-field-10{  
  color:#161616!important;
  flex-shrink:0;
  min-width:100px;
  border:none;
}
.footer .wsf-label a{
  flex-shrink:0;
}
.footer button#wsf-2-field-10,.footer button#wsf-1-field-10{
	width: 120px!important;
	flex-shrink: 0!important;
  background:var(--primary) !important;
  border-color:var(--primary) !important;
  color:var(--white) !important;
  border-radius: 50px!important;
}
.footer button#wsf-2-field-10:hover,.footer button#wsf-1-field-10:hover{
	background:var(--white) !important;
	border-color:var(--white) !important;
	color:var(--primary) !important;
}
.footer #brxe-xskqfz .wsf-form input[type="email"].wsf-field{
	padding-left: 32px;
	margin-right: 15px;
	border-radius: 50px;
	color: #161616;
}
.footer .wsf-form .wsf-field-wrapper{
	margin-bottom: 0;	
	flex-shrink: 1 !important;
}
.footer #wsf-1-field-wrapper-10{
	width: 120px !important;
	flex-shrink: 0 !important;
	max-width: 120px !important;
	padding: 0;
	align-self: flex-start !important;
}
.footer .wsf-form .wsf-grid{
	flex-wrap: nowrap;
	align-items: flex-start;
}
.btn{
	min-width: 240px;
}
.btna{
	min-width: 200px;
}
.ho-img{
	opacity: 0;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;

}
.lihover:hover .ho-img{
	opacity: 1;
}


@keyframes moveLeftRight {
  0%, 100% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
}
input[type=checkbox].wsf-field + label.wsf-label{
	display: block!important;
}
.lit:hover .litshow{
	opacity: 1;
}

@media screen and (max-width: 1580px){	
	h1{
		font-size: 44px;
	}
	h2,.tit-h2{
    	font-size: 40px;
	}
	h3,.tit-h3 {
		font-size: 19px;
	}
	.cer__logo-wrapper{
		width:260px!important;
	}
}
@media screen and (max-width: 1400px){	
	h1{
		font-size: 38px;
	}
	h2,.tit-h2{
    	font-size: 35px;
	}
	h3,.tit-h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px){	
	h1{
		font-size: 34px;
	}
	h2,.tit-h2{
    	font-size: 32px;
	}
	.footer button#wsf-2-field-10, .footer button#wsf-1-field-10{
		width: 100px !important;
		max-width: 100px !important;
	}
}
@media screen and (max-width: 991px){	
	h1{
		font-size: 32px;
	}
	h2,.tit-h2{
    	font-size: 28px;
	}
}
@media screen and (max-width: 760px){	
	h1{
		font-size: 28px;
	}
	h2,.tit-h2{
    	font-size: 26px;
	}
	.footer .wsf-form .wsf-field-wrapper{
		max-width: 258px!important;
	}
}