@charset "utf-8";
 *, ::after {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 font-family: "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
}
html {
	scroll-behavior: smooth;
}
body {
	font: 14px "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
	color: #000;
	overflow-x: hidden;
}
body.active {
	height: 100vh;
	overflow: hidden;
}
ol, ul, li {
	list-style-type: none;
	vertical-align: middle;
}
img {
	vertical-align: top;
	border: 0;
}
input, select, textarea, button {
	vertical-align: middle;
}
textarea, input {
/*text-indent: 10px;*/
}
/*表单元素默认有10像素的缩进*/
input[type='submit'], input[type='button'], button {
	text-indent: 0;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}
label, button, a {
	cursor: pointer;
}
ins, em, b, i {
	text-decoration: none;
	font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus, textarea:focus, input:focus, button {
	outline: none;
}
/* 提示文字的初始样式 */
input::placeholder, input::-webkit-input-placeholder, input::-moz-input-placeholder, textarea::placeholder, textarea::-webkit-textarea-placeholder, textarea::-moz-textarea-placeholder {
 color: #ccc;
 font-size: 14px;
 transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder, input:focus::-moz-input-placeholder, input:hover::-webkit-input-placeholder, input:hover::-moz-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:focus::-moz-input-placeholder, textarea:hover::-webkit-input-placeholder, textarea:hover::-moz-input-placeholder {
 color: #c2c2c2;
}
/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}
/* a_link */
a {
	color: inherit;
	text-decoration: none;
}
a[href] {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
a:focus {
	background-color: transparent;
}
span {
/*display: inline-block;*/
}
li {
	max-width: 100%;
}
p {
	/*line-height: 2;*/
    /*white-space: normal;*/
    /*max-width: 100%;*/
    margin-bottom: 1em;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus, input:focus, p:focus, div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""], img:not([src]) {
 opacity: 0;
}
font {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	text-transform: inherit;
}
:root {
 --dominant-color:#0092ca;
}
body, html {
/*font-size:625%*/
}
::-webkit-scrollbar {
 width: 5px;
 background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
 width: 4px;
 border-radius: 10px;
 background: var(--dominant-color);
}
::-webkit-scrollbar-corner {
 background-color: #eaeaea;
}
::-webkit-scrollbar:horizontal {
 height: 4px;
}
::-webkit-selection {
 background: var(--dominant-color);
 color: #fff;
}
::-moz-selection {
 background: var(--dominant-color);
 color: #fff;
}
::selection {
 background: var(--dominant-color);
 color: #fff;
}
 @font-face {
 font-family: PangMenZhengDao;
 src:url('../fonts/PangMenZhengDao.ttf');
}
@font-face {
 font-family: BEBAS;
 src:url('../fonts/BEBAS.ttf');
}
.section {
	width: 90%;
	max-width: 1400px;
	margin: auto;
}
.ab_honor_wrap {
	width: 90%;
	max-width: 1540px;
	margin: auto;
}
img {
	vertical-align: middle;
	max-width:100%;
}
.my-video-dimensions, video {
	width: 100%;
}
.video-js .vjs-big-play-button {
	border: none !important;/*background:url(../images/page/video-icon.png.htmlg') no-repeat center !important;*/
}
.video-js .vjs-big-play-button span {
	display: none !important;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
	background-color: transparent !important;
}
.imgBox {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.imgBox img {
	width: 100%;
	max-width: 100%;
	transition: all 0.5s;
}
.imgBox-hover:hover img {
	transition: all 0.5s;
	transform: scale(1.1);
}
.textLeft {
	text-align: left;
}
/*字体大小*/
.font24 {
	font-size: 24px;
	color: #2a2a2a;
	font-weight: 600;
}
.font32 {
	font-size: 32px;
}
/*限制行数*/
.clamp1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.clamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
		line-height:28px
}
.clamp3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}
.clamp4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.clamp5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.clamp6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
button {
	border: none;
}
input {
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 38px;
	color: #666;
}
input.change-color {
	background: #fafafa;
}
input[type=checkbox] {
	appearance: none;
	width: 14px;
	height: 14px;
	border-radius: 3px;
}
input[type=radio] {
	border: 1px solid #e5e5e5;
	width: 14px;
	height: 14px;
}
input[type=checkbox]:checked {
/*background: #007aff url(../images/page/check.png.html) no-repeat center;*/
}
input[type=file] {
/*appearance: none;*/
}
textarea {
	resize: none;
	border: 1px solid #e5e5e5;
	width: 100%;
	min-height: 100px;
	padding: 10px;
}
select {
	height: 50px;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #e5e5e5;
	appearance: none;
	border-radius: 3px;
	/*background: url(../images/member/member-27.png.htmlg') no-repeat center right 20px;*/
    color: #666;
}
.pc {
	display: block;
}
.phone {
	display: none;
}
/*弹窗样式*/
.pop-up {
	position:fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.pop-up .mask {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.pop-up .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: brightness(1);
}
.pop-up .close:hover {
/*transform: rotate(360deg);*/
}
.pop-up .pop-up-box {
	width: 90%;
	max-width: 1280px;
	height: fit-content;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.video-show {
	max-height: 80vh;
}
.video-show video {
	max-height: 80vh;
}
.swiper-button-prev:focus, .swiper-button-next:focus, .swiper-pagination-bullet:focus {
	outline: none;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
}
#fp-nav.blue ul li a span, .fp-slidesNav ul li a span {
	background: var(--dominant-color) !important;
}
.goTop {
	background: #fff url('../images/icon/up2.png') no-repeat center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	right: 20px;
	bottom: 5%;
	transition: all 0.5s;
	cursor: pointer;
	display: none;
	z-index: 10;
}
 @media screen and (max-width: 1000px) {
 input::placeholder, textarea::placeholder {
 font-size: 12px !important;
}
 .pc {
 display: none;
}
 .phone {
 display: block;
}
}
/* 适应 125% 分辨率设置 */
/*
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    html {
        zoom: 0.8;
        transform-origin: 0 0;
    }
}

!* 适应 150% 分辨率设置 *!
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html {
        zoom: 0.6777;
        transform-origin: 0 0;
    }
}*/



.circle {
	width: 200px;
	height: 200px;
	border: 2px solid #000;
	border-radius: 50%;
	position: relative;
}
 .circle::before, .circle::after, .circle span {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 border: 2px solid #000;
 border-radius: 50%;
 top: 0;
 left: 0;
 opacity: 0;
}
 .circle::before {
 animation: expand-border 2s infinite;
}
 .circle::after {
 animation: expand-border 2s infinite 1s;
}
.circle span {
	animation: expand-border 2s infinite 2s;
}
 @keyframes expand-border {
 0% {
 opacity: 0;
 transform: scale(1);
}
 50% {
 opacity: 0.5;
 transform: scale(1.5);
}
 100% {
 opacity: 0;
 transform: scale(2);
}
}
#top {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 15;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}
 @media screen and (max-width: 768px) {
 #top {
 display: none;
}
}
#top.on {
	opacity: 1;
	pointer-events: auto;
}
#top.active {
	mix-blend-mode: screen;
}
#load1 {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	z-index: 100;
}
#load1 .img-box {
	position: relative;
	overflow: visible;
}
#load1 .img-box .pic-box {
	position: relative;
	z-index: 3;
}
#load1 .img-box .pic-box .p-logo {
	width: 20vw;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
#load1 .img-box .pic-box .img-other {
	position: absolute;
	width: 88%;
	top: 100%;
	left: 45.6%;
}
#load1 .img-box .pic-box .img-other > img {
	width: 100%;
}
#load1 .img-box .pic-box .img-other > span {
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 200%;
	background: linear-gradient(-90deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
#load1 .img-box .pic-box .img-other.on > span {
	animation: roll_6 1s ease-in-out;
	animation-delay: 0.5s;
	animation-fill-mode: both;
}
#load1 .img-box .pic-box .mask {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	pointer-events: none;
}
#load1 .img-box .pic-box.on .p-logo {
	opacity: 1;
}
#load1 .img-box .pic-box.on .mask {
	transform-origin: 30% 15%;
	animation: roll_3 2s ease-in-out;
	animation-fill-mode: both;
}
#load1 .img-box > span.cir {
	position: absolute;
	z-index: 6;
	width: 0.8vw;
	height: 0.8vw;
	border-radius: 50%;
	line-height: 0.8vw;
	text-align: center;
	top: 8.4%;
	transform-origin: 50% 50%;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	animation: roll_4 1.8s ease-in-out;
	animation-iteration-count: 11;
	overflow: visible;
	will-change: transform;
}
#load1 .img-box > span.cir:after {
	content: "";
	top: 0;
	left: 0;
	width: 98%;
	height: 98%;
	border-radius: 50%;
	background-color: var(--dominant-color);
	position: absolute;
}
#load1 .img-box .load_num {
	position: absolute;
	top: calc(100% + 2vw);
	left: 0;
	right: 0;
	margin: auto;
	line-height: 100px;
	width: 100%;
	text-align: left;
	z-index: 12;
	letter-spacing: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
#load1 .img-box #roll_3 {
	position: absolute;
	z-index: 15;
	width: 1vw;
	height: 1vw;
	border-radius: 50%;
	line-height: 1vw;
	text-align: center;
	top: 8.4%;
	display: none;
	left: 27.7%;
	opacity: 0;
	transform-origin: 50% 50%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
#load1 .img-box #roll_3 > img {
	width: 100%;
}
#load1 .img-box #roll_3 #media1 {
	position: fixed;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
}
#load1 .img-box #roll_3.on {
	opacity: 1;
}
#load1 .img-box #roll_3.on > img {
	animation: roll_7 1.2s ease-in-out;
	animation-fill-mode: both;
}
#load1.active {
	visibility: visible;
}
 @keyframes line_2 {
 0% {
 width: 100%;
}
 100% {
 width: 0%;
}
}
@keyframes cir_1 {
 0% {
 transform: scale(0.6);
 opacity: 0;
}
 20% {
 transform: scale(0.7);
 opacity: 1;
}
 100% {
 transform: scale(1.2);
 opacity: 0;
}
}
@keyframes cir_2 {
 0% {
 transform: scale(0.6) translateY(2px);
 opacity: 0;
}
 20% {
 transform: scale(0.7) translateY(2px);
 opacity: 1;
}
 100% {
 transform: scale(1.1) translateY(4px);
 opacity: 0;
}
}
@keyframes logo_move {
 0% {
 top: -20vw;
}
 100% {
 top: -10vw;
}
}
@keyframes color_move {
 0% {
 transform: translateX(-10%) translateY(10%);
}
 100% {
 transform: translateX(10%) translateY(-10%);
}
}
@keyframes roll_1 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(-360deg);
}
}
@keyframes roll_2 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
@keyframes roll_3 {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(30);
}
}
@keyframes roll_4 {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(3);
}
 100% {
 transform: scale(1);
}
}
@keyframes roll_5 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
@keyframes roll_6 {
 0% {
 transform: translateX(0%);
}
 100% {
 transform: translateX(100%);
}
}
@keyframes roll_7 {
 0% {
 transform: translateZ(0) scale(1);
}
 100% {
 transform: translateZ(0) scale(120);
}
}
@keyframes roll_7_1 {
 0% {
 transform: translateZ(0) scale(1);
}
 100% {
 transform: translateZ(0) scale(220);
}
}
@keyframes roll_8 {
 0% {
 opacity: 0;
 transform: scale(0.5);
}
 100% {
 opacity: 1;
 transform: scale(1);
}
}
@keyframes roll_9 {
 0% {
 letter-spacing: 50px;
}
 100% {
 letter-spacing: 8px;
}
}
