* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: "MiSans-Bold";
	/* Project id 2871779 */
	src: url('../fonts/MiSans-Bold.ttf');
}

@font-face {
	font-family: "MiSans-Regular";
	src: url('../fonts/MiSans-Regular.ttf');
}

@font-face {
	font-family: "MiSans";
	src: url('../fonts/MiSans-Regular.ttf');
}

@font-face {
	font-family: "MiSans-Medium";
	src: url('../fonts/MiSans-Medium.ttf');
}

@font-face {
	font-family: "MiSans-Light";
	src: url('../fonts/MiSans-Light.ttf');
}

/* a:link,
a:active,
a:visited {
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
} */

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	font-family: "MiSans";
}

::-webkit-scrollbar {
	/*茅芦藴氓庐陆氓藛鈥犆ニ喡ヂ姑ヂ衡€澝β€撁β慌∶ヅ犅β澛∶♀€灻ヂ奥好ヂ�*/
	width: 5px;
	height: 5px;
}

/*忙禄拧氓艩篓忙聺隆茅鈥∨捗┞澛⒚ヂ奥徝︹€撀姑ヂ濃€�*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #E00011;
}

/*忙禄拧氓艩篓忙聺隆茅鈥∨捗┞澛⒚铰┞佲€�*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.content312 {
	padding: 0 3.12%;
}

.picCover {
	position: relative;
}

.picCover .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picCover .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font30 {
	font-size: 30px;
}

.font42 {
	font-size: 42px;
}

.font48 {
	font-size: 48px;
}

.font36 {
	font-size: 36px;
}

.font60 {
	font-size: 60px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.header {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 1);
}

.header::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
}

.header .content312 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.header .logo {
	position: relative;
	z-index: 3;
}

.header .logo img {
	display: block;
	width: 182px;
}

.header .c {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header .c .list {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	gap: 38px;
}

.header .c .list li>a {
	display: block;
	line-height: 80px;
	font-family: MiSans-Bold;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	transition: all .6s;
	padding: 0 19px;
}

.header .c .list li:hover>a,
.header .c .list li.active>a {
	color: #E00011;
}

.header .c .list li .subNav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding-top: 7px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
}

.header .c .list li:hover .subNav {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

.header .c .list li .subNav::before {
	position: absolute;
	content: "";
	/* left: 50%; */
	/* transform: translateX(-50%); */
	top: 0;
	height: 100%;
	width: 100%;
	/* width: 300vw; */
	/* height: calc(100vh - 80px); */
	/* background: rgba(0, 0, 0, .7); */
}

.header-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	transition: all .6s;
	visibility: hidden;
	pointer-events: none;
	z-index: 998;
}

.header-bg.active {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

.header .c .list li .subNav .subNavContainer {
	position: relative;
	padding: 50px;
	background: #FFFFFF;
	border-radius: 5px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 49px;
	transform: translateY(30px);
	transition: all .6s;
}

.header .c .list li:hover .subNav .subNavContainer {
	transform: translateY(0);
}

.header .c .list li .subNav .item-t {
	font-family: MiSans-Bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	padding-bottom: 14px;
	border-bottom: 1px solid #DEDEDE;
}

.header .c .list li .subNav .item-des {
	margin-top: 16px;
}

.header .c .list li .subNav .item-des a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	transition: all .6s;
}

.header .c .list li .subNav .item-des a:hover {
	padding-left: 20px;
	color: rgba(224, 0, 17, 1);
}

.header .c .list li .subNav .item-des a::before {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	font-family: "iconfont";
	content: "\e849";
	font-size: 18px;
	color: rgba(224, 0, 17, 1);
	display: block;
	transition: all .3s;
	opacity: 0;
}

.header .c .list li .subNav .item-des a:hover::before {
	opacity: 1;
	transition: all .3s .2s;
}

.header .r {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 3;
}

.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
}

.header .r .header-search-box .header-searchBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 25px;
	border: 1px solid rgba(222, 222, 222, 0.8);
	cursor: pointer;
	font-size: 22px;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn .iconfont {
	font-size: 18px;
}

.header .r .languageBtn:hover,
.header .r .header-search-box .header-searchBtn:hover {
	color: #fff;
	border-color: rgba(224, 0, 17, 1);
	background: rgba(224, 0, 17, 1);
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	border-radius: 19px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(222, 222, 222, 0.8);
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rrgba(224, 0, 17, 1);
}

.header .r .languageBtn {
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 25px;
	border: 1px solid rgba(222, 222, 222, 0.8);
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	transition: all .6s;
}

.header .r .headerLoginReg {
	margin-left: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 72px;
	padding: 0 28px;
	line-height: 50px;
	background: #E00011;
	border-radius: 25px;
}

.header .r .headerLoginReg a {
	color: #fff;
}

.header .r .headerAvatar {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.header .r .headerAvatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	background: rgba(153, 153, 153, 1);
}

.header .r .headerAvatar .name {
	font-size: 16px;
	margin-left: 10px;
	color: #333;
	/* width: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis; */
}

.banner1 {
	position: relative;
}

.banner1 .pic img {
	display: block;
	width: 100%;
	min-height: 260px;
	object-fit: cover;
}

.banner1 .bannerBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner1 .bannerBox .zh {
	color: #FFFFFF;
	line-height: 1.16;
}

.banner1 .bannerBox .en {
	color: #FFFFFF;
	line-height: 1.33;
	margin-top: .76em;
}

.bannerBox1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bannerBox1 .zh {
	font-family: MiSans-Light;
	text-align: left;
}

.bannerBox1 .des {
	font-family: MiSans;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	margin-top: .5em;
}

.bannerBox1 .title {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
}

.bannerBox1 .btn {
	display: block;
	width: 150px;
	line-height: 50px;
	background: #E00011;
	border-radius: 5px;
	margin: 0 0 0 auto;
	font-family: MiSans-Bold;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 21px;
}

.caseItem {
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}

.caseItem a {
	position: relative;
	display: block;
	padding: 20px 20px 33px;
}

.caseItem .label {
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 0 17px;
	line-height: 36px;
	background: linear-gradient(-30deg, #BFCFDE, #F3F3F3);
	border-radius: 18px;
	font-family: MiSans-Bold;
	font-size: 16px;
	color: #222222;
	z-index: 3;
}

.caseItem .picCover {
	padding-top: 56.2%;
}

.caseItem .picCover .pic {
	border-radius: 5px;
}

.caseItem .text-box {
	margin-top: 16px;
}

.caseItem .text-title {
	font-family: MiSans-Bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}

.caseItem:hover .text-title {
	color: #E00011;
}

.caseItem .text-des {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	gap: 7px 21px;
}

.caseItem .stats-container {
	display: flex;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	gap: 28px;
	margin-top: 24px;
}

.caseItem .stats-container .count {
	display: flex;
	align-items: center;
}

.caseItem .stats-container .count .iconfont {
	font-size: 22px;
	margin-right: 8px;
}

.faqList li:not(:last-child) {
	margin-bottom: 10px;
}

.faqList li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 30px 20px;
}

.faqList .faq-section {
	flex: 1;
	margin-right: 68px;
}

.faqList .faq-title {
	font-family: MiSans-Bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}

.faqList li:hover .faq-title {
	color: #E00011;
}

.faqList .faq-description {
	font-family: MiSans;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-top: 5px;
}

.faqList .date-and-tags {
	margin-top: 23px;
	display: flex;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}

.faqList .date-and-tags .tag {
	margin: 0 40px 0 20px;
	/* line-height: 30px; */
	background: #F3F3F3;
	border-radius: 5px;
	padding: 0 16px;
}

.faqList .date-and-tags .icon-zan- {
	font-size: 18px;
}

.faqList .faq-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #F3F3F3;
	border-radius: 5px;
	text-align: center;
	width: 200px;
	font-family: MiSans;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	height: 100px;
}

.faqList .faq-stats .stat-item:not(:last-child)::before {
	position: absolute;
	content: "";
	top: 30%;
	height: 40%;
	width: 1px;
	right: 0;
	background-color: #DEDEDE;
}

.faqList .faq-stats .stat-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 0;
}

.faqList .faq-stats .stat-item strong {
	font-family: MiSans-Bold;
	/* margin-bottom: 24px; */
}

.videoItem a {
	display: block;
	padding: 20px 20px 22px;
	background: #FFFFFF;
	border-radius: 10px;
}

.videoItem .picCover {
	padding-top: 56.23%;
}

.videoItem .pic {
	border-radius: 10px;
}

.videoItem .text-title {
	margin-top: 26px;
	display: flex;
	align-items: center;
	font-family: MiSans-Bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}

.videoItem .text-title label {
	font-family: MiSans-Bold;
	font-size: 16px;
	color: #222222;
	padding: 0 13px;
	line-height: 36px;
	background: linear-gradient(-30deg, #BFCFDE, #F3F3F3);
	border-radius: 18px;
}

.videoItem .text-title span {
	margin-left: 10px;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}

.videoItem:hover .text-title span {
	color: #E00011;
}

.videoItem .text-info {
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
	font-family: MiSans;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}

.videoItem .text-info .icon-yanjing-kai_0 {
	font-size: 20px;
	vertical-align: bottom;
}

.filter-section {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 24px 30px;
}

.filter-section li {
	display: flex;
	font-family: MiSans;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
}

.filter-section li:not(:last-child) {
	margin-bottom: 11px;
}

.filter-section li .li-l {
	font-family: MiSans-Bold;
	width: 73px;
	padding-right: 14px;
}

.filter-section li .li-r {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0 39px;
}

.filter-section li .li-r a {
	color: #666666;
	transition: all .6s;
}

.filter-section li .li-r a.active,
.filter-section li .li-r a:hover {
	color: #E00011;
}

.fixedRight {
	position: fixed;
	top: 50%;
	right: 21px;
	background: #FFFFFF;
	box-shadow: 5px 9px 30px 0px rgba(179, 179, 179, 0.3);
	border-radius: 30px;
	padding: 14px 0;
	z-index: 999;
}

.fixedRight a {
	position: relative;
	display: block;
	color: #E10600;
	padding: 10px 14px;
}

.fixedRight a:not(:first-child)::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 1px;
	background-color: #DEDEDE;
	top: 0;
}

.fixedRight a .iconfont {
	font-size: 22px;
}

.footer {
	background-color: rgba(225, 225, 231, 1);
}

.footer-t {
	padding: 29px 0;
	display: flex;
	justify-content: space-between;
}

.footer-t-l .text-title {
	font-family: MiSans-Bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 10px;
}

.footer-t-c {
	display: flex;
	text-align: center;
	gap: 22px;
}

.footer-t-c img {
	display: block;
	width: 170px;
	margin: 0 auto;
}

.footer-t-c .ewm-text {
	font-family: MiSans;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
}

.footer-t-l {
	width: 288px;
}

.footer-t-r {
	/* width: 321px; */
	max-width: 400px;
}

.footer-t-r .contactBtn {
	display: block;
	line-height: 44px;
	background: #E10600;
	border-radius: 5px;
	font-family: MiSans-Bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}

.footer-t-r .list li {
	display: flex;
	font-family: MiSans-Regular;
	font-size: 18px;
	color: #222222;
	line-height: 28px;
}

.footer-t-r .list li:not(:last-child) {
	margin-bottom: 20px;
}

.footer-t-r .list li strong {
	font-family: MiSans-Bold;
}

.footer-t-r .list li .icon {
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	background: #E1E1E7;
	border-radius: 50%;
	border: 1px solid #E10600;
	color: #E10600;
}

.footer-t-r .list li .icon .iconfont {
	font-size: 14px;
}

.footer-t-r .list li .text {
	flex: 1;
	margin-left: 13px;
}

.footer-c {
	border-top: 1px solid rgba(216, 216, 222, 1);
	padding: 18px 0;
	background-color: #FFFFFF;
}

.footer-c .content1400 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MiSans;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.footer-c a {
	color: #999999;
	transition: all .6s;
}

.footer-c a:hover {
	color: #333333;
}

.innerNav {
	background: #FFFFFF;
	border-radius: 5px;
	display: flex;

}

.innerNav a {
	position: relative;
	flex: 1;
	font-family: MiSans-Bold;
	color: #222222;
	line-height: 2.66em;
	text-align: center;
	transition: all .6s;
}

.innerNav a::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background-color: #E10600;
	transition: all .6s;
}

.innerNav a.active::before {
	width: 100%;
}

.innerNav a:hover,
.innerNav a.active {
	color: #E10600;
}

.commonBread {
	display: flex;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	padding-top: 18px;
	flex-wrap: wrap;
	gap: 0 6px;
}

.commonBread a {
	color: #999999;
}

.commonBread .iconfont {
	font-size: 12px;
	font-weight: bold;
}

.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: #E00011;
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: 0;
	top: -31px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	margin: 5px;
	cursor: pointer;
	/* transition: all .6s; */
	border-radius: 50%;
}


.pagination ul li .iconfont {
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

.pagination ul li:hover .iconfont,
.pagination ul li.active .iconfont {
	color: #fff;
}

.pagination ul li:hover,
.pagination ul li.active {
	background: linear-gradient(-30deg, #FF929A, #E00011);
	border-color: #E00011;
}

.pagination ul li.active span {
	color: #fff;
}

.pagination ul li a {
	color: #222222;
	display: block;
	/* transition: all .6s; */
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}

	.font42 {
		font-size: 36px;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.header .c .list {
		gap: 19px;
	}

	.header .c .list li>a {
		padding: 0 15px
	}

	.font48 {
		font-size: 36px;
	}

	.font42,
	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}

	.font42,
	.font36 {
		font-size: 30px;
	}

	.font60 {
		font-size: 36px;
	}

	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.banner1 .pic img {
		/* min-height:340px; */
	}

	.header .c {
		display: none;
	}

	.font42,
	.font36 {
		font-size: 28px;
	}

	.font60 {
		font-size: 30px;
	}

	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-left: 20px;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #E00011;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #E00011;
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

	.footer-t {
		/* padding-top: 80px; */
	}
}

@media (max-width: 1024px) {
	.footer-t {
		/* padding: 70px 0; */
	}

	.footer-t-r {
		/* width: 31%; */
	}

	.footer-t-l {
		width: 30%;
	}

	.footer-t-r .list li:not(:last-child) {
		margin-bottom: 14px;
	}

	.footer-t-l .text-title {
		font-size: 16px;
	}

	.footer-t-c .ewm-text {
		font-size: 14px;
	}

	.footer-t-r .list li {
		font-size: 16px;
	}

	.footer-t-c img {
		width: 140px;
	}

	.footer-t-c {
		gap: 14px;
	}

	.header .content312 {
		height: 60px;
	}

	.header .r .headerLoginReg {
		font-size: 16px;
		line-height: 44px;
	}

	.header .r .headerAvatar img,
	.header .r .languageBtn,
	.header .r .header-search-box .header-searchBtn {
		width: 44px;
		height: 44px;
	}

	.font42,
	.font36 {
		font-size: 26px;
	}

	.font60 {
		font-size: 28px;
	}

	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}

	.bannerBox1 .title {
		font-size: 20px;
	}

	.bannerBox1 .btn {
		margin-top: 11px;
	}

	.caseItem .stats-container {
		margin-top: 15px;
	}
}

@media (max-width: 768px) {
	.commonBread {
		padding-top: 10px;
		line-height: 24px;
	}

	.caseItem .stats-container {
		margin-top: 5px;
	}

	.caseItem a {
		padding-bottom: 28px;
	}

	.banner1 .bannerBox {
		flex-wrap: wrap;
	}

	.bannerBox1 .btn {
		margin-left: 0;
		margin-top: 5px;
		line-height: 45px;
		font-size: 16px;
	}

	.bannerBox-l {
		width: 100%;
	}

	.bannerBox-r {
		margin-top: 20px;
	}

	.footer-t {
		/* padding: 60px 0; */
	}

	.font42,
	.font36 {
		font-size: 24px;
	}

	.font60 {
		font-size: 26px;
	}

	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}

	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.header .r .headerLoginReg {
		font-size: 14px;
		line-height: 40px;
		padding: 0 16px;
	}

	.header .r .headerLoginReg,
	.m-right-buttom {
		margin-left: 14px;
	}

	.header .r .headerAvatar img,
	.header .r .languageBtn,
	.header .r .header-search-box .header-searchBtn {
		width: 40px;
		height: 40px;
	}

	.header .r .header-search-box .header-searchBtn .iconfont,
	.header .r .languageBtn {
		font-size: 16px;
	}

	.header .logo img {
		width: 120px;
	}

	.footer-t-l {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer-t {
		flex-wrap: wrap;
	}

	.footer-t-r {
		flex: 1;
		margin-left: 20px;
		text-align: right;
	}

	.footer-t-r .list {
		/* display: inline-block; */
		text-align: left;
	}

	.footer-t-c .ewm-text {
		font-size: 12px;
	}

	.footer-c .content1400 {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer-c {
		padding: 14px 0;
	}

	.banner1 .bannerBox .en {
		font-size: 20px;
		margin-top: .4em;
	}

	/* .footer-t-c{
		width: 100%;
		justify-content: center;
	}
	.footer-t-r{
		flex: none;
		margin-left: 0;
	} */

	.footer-t-c img {
		width: 90px;
	}

	.footer-t-r {
		max-width: 330px;
	}

	.filter-section {
		padding: 20px 25px;
	}

	.filter-section li .li-r {
		gap: 0 30px;
	}

	.videoItem .text-info {
		margin-top: 25px;
	}

	.videoItem .text-title {
		margin-top: 20px;
	}

	.filter-section li .li-l {
		width: 63px;
		padding-right: 10px;
	}

	.videoItem .text-info {
		margin-top: 15px;
	}

	.faqList .faq-stats {
		width: 160px;
		font-size: 16px;
		height: 70px;
	}

	.faqList .faq-stats .stat-item {
		padding: 15px 0;
	}

	.faqList li>a {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.faqList .faq-section {
		margin-right: 0;
		flex: none;
		width: 100%;
		margin-top: 10px;
	}

	.faqList .date-and-tags {
		margin-top: 13px;
		font-size: 14px;
		line-height: 24px;
	}

	.faqList .date-and-tags .tag {
		margin: 0 20px;
		padding: 0 10px;
	}
}

@media (max-width: 500px) {
	.header .r .headerAvatar .name {
		display: none;
	}

	.caseItem .label {
		left: 10px;
		top: 10px;
		font-size: 14px;
		line-height: 30px;
	}

	.caseItem .stats-container {
		line-height: 24px;
		font-size: 14px;
	}

	.caseItem a {
		padding: 20px;
	}

	.bannerBox1 .title {
		font-size: 18px;
	}

	.bannerBox1 .btn {
		line-height: 40px;
		font-size: 14px;
	}

	.filter-section li:not(:last-child) {
		margin-bottom: 6px;
	}

	.filter-section li {
		font-size: 14px;
		line-height: 24px;
	}

	.videoItem .text-info {
		margin-top: 15px;
	}

	.videoItem .text-info {
		font-size: 14px;
		line-height: 24px;
	}

	.videoItem .text-title {
		margin-top: 15px;
	}

	.videoItem .text-title label {
		font-size: 14px;
		line-height: 30px;
	}

	.filter-section li .li-r {
		gap: 0 20px;
	}

	.filter-section {
		padding: 14px 20px;
	}

	.banner1 .bannerBox .en {
		font-size: 16px;
	}

	.footer-c {
		padding: 9px 0;
	}

	.footer-c .content1400 {
		font-size: 12px;
		line-height: 18px;
	}

	.footer-t-c .ewm-text {
		line-height: 20px;
		margin-top: 4px;
	}

	.footer-t-c,
	.footer-t-r {
		width: 100%;
	}

	.footer-t-r {
		margin-left: 0;
		flex: none;
		text-align: left;
		width: 100%;
		max-width: 100%;
	}

	.footer-t-c {
		order: 1;
		justify-content: center;
		margin-top: 20px;
	}

	.footer-t-l {
		margin-bottom: 20px;
	}

	.footer-t {
		/* padding: 40px 0 24px; */
	}

	.header .r .header-search-box .header-search-container {
		right: -68px;
		top: 60px;
	}

	.header .r .headerLoginReg,
	.m-right-buttom {
		margin-left: 10px;
	}

	.header .r .languageBtn {
		margin-left: 5px;
	}

	.font42,
	.font36 {
		font-size: 22px;
	}

	.font60 {
		font-size: 24px;
	}

	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}

	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.pc-aslide-content-c .list {
		min-width: 249px;
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 25px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-des a:not(:last-child) {
		margin-bottom: 5px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}

	.faqList li>a {
		padding: 20px 20px 15px;
	}

	.faqList .faq-stats {
		font-size: 14px;
		height: 60px;
	}

	.faqList .faq-stats .stat-item {
		padding: 12px 0;
	}

	.faqList .faq-title {
		font-size: 16px;
	}

	.faqList .faq-description {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
	}

	.faqList .date-and-tags {
		margin-top: 8px;
	}
}