* {
	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: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "HarmonyOS Sans SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff');
}

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold.woff');
}

@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold.otf');
}

@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany.ttf');
}

a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

html {
	font-family: HarmonyOS Sans SC;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
	height: 1px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(14, 90, 243, 1);
}

/*滚动条里面轨道*/
::-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: 83.34%;
}

.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%;
}

.content833 {
	padding-left: 8.33%;
	padding-right: 8.33%;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font24 {
	font-size: 24px;
}

.font30 {
	font-size: 30px;
}

.font48 {
	font-size: 68px;
}

.font36 {
	font-size: 36px;
}

.font60 {
	font-size: 50px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 0 3.125%;
	transition: all .6s;
}

.header1.active {
	background-color: #fff;
}

.header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo img {
	display: block;
	width: 92px;
}

.header .r {
	display: flex;
	align-items: center;
}

.header .r .nav {
	display: flex;
	gap: 70px;
}

.header .r .nav li {
	position: relative;
}

.header .r .nav li.active>a,
.header .r .nav li:hover>a {
	color: rgba(14, 90, 243, 1) !important;
}

.header .r .nav li>a {
	display: block;
	font-weight: 400;
	font-size: 18px;
	color: #FAFAFA;
	line-height: 120px;
	/* transition: all .6s; */
}
/* .header .r .nav li>a
.header .r .nav li>a:hover {
	color: ;
} */

.header .r .nav li .subNav {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
	transform: translateY(20px);
}

.header .r .nav li:hover .subNav {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	transform: translateY(0px);
}

.header .r .nav li .subNav::before {
	position: absolute;
	content: "";
	top: 0;
	width: 234vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}

.header .r .nav li .subNav .items {
	position: relative;
	z-index: 3;
	display: flex;
	padding: 66px 0;
	gap: 75px;
}

.header .r .nav li .subNav .items a {
	font-size: 18px;
	color: #CCCCCC;
	line-height: 24px;
	transition: all .6s;
	white-space: nowrap;
}

.header .r .nav li .subNav .items1 a:hover .text,
.header .r .nav li .subNav .items a:hover {
	color: rgba(14, 90, 243, 1);
}

.header .r .nav li .subNav .items1 {
	position: relative;
	z-index: 3;
	width: 1080px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	transform: translateX(-50%);
	gap: 40px;
	padding: 65px 0 132px;
}

.header .r .nav li .subNav .items1 .pic {
	border-radius: 10px;
}

.header .r .nav li .subNav .items1 .text {
	color: #CCCCCC;
	line-height: 24px;
	margin-top: 20px;
}

.header.active2 .r .language,
.header.active2 .r .header-search-box .header-searchBtn,
.header.active2 .r .nav li>a,
.header.active .r .language,
.header.active .r .header-search-box .header-searchBtn,
.header.active .r .nav li>a {
	color: rgba(34, 34, 34, 1);
}

.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin-left: 70px;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(14, 90, 243, 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);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.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: rgba(14, 90, 243, 1);
}

.header .r .language {
	color: #fff;
	margin-left: 60px;
	transition: all .6s;
}

.header .r .language .iconfont {
	font-size: 20px;
}

.commonMore {
	position: relative;
	display: inline-block;
	background: #0E5AF3;
	line-height: 50px;
	min-width: 160px;
	padding: 0 25px;
	box-shadow: 5px 9px 30px 0px rgba(14, 90, 243, 0.2);
	border-radius: 30px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.commonMore::after {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 0 50px 30px rgba(255, 255, 255, .8);
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.commonMore:hover::after {
	-webkit-animation: sh02 .8s 0s linear;
	-moz-animation: sh02 0.8s 0s linear;
	animation: sh02 .8s 0s linear;
}

.commonMore span {
	position: relative;
	font-family: HarmonyOS_Sans_SC_Light;
	z-index: 2;
}

@keyframes sh02 {
	from {
		opacity: 0;
		left: 0%;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
		left: 100%;
	}
}

@keyframes fadeInScale {
	0% {
		mask-size: 100%;
	}

	50%,
	100% {
		mask-size: 2000%;
	}
}

.fadeInScale {
	animation-name: fadeInScale;
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotateScale {
	0% {
		opacity: 0;
		transform: scale(.5)rotate(-45deg);
	}

	70% {
		transform: rotate(0);
	}

	100 {
		opacity: 1;
		transform: scale(1);
	}
}

.rotateScale {
	animation-name: rotateScale;
}

.index .footer {
	position: fixed;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 998;
	transition: transform 0.5s ease-out;
}

.footer {
	padding: 115px 0 0;
	background-color: rgba(76, 87, 94, 1);
	font-family: HarmonyOS_Sans_SC_Light;
}

.footer-t {
	display: flex;
	justify-content: space-between;
	color: rgba(255, 255, 255, 1);
}

.footer-t .tel {
	font-family: Rany;
	margin-top: 10px;
}

.footer-t .msg {
	margin-top: 42px;
}

.footer-t .msg li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-t-l {
	flex: 1;
	margin-right: 40px;
}

.footer-t-r {
	width: 58.42%;
}

.footer-t .list {
	display: flex;
	justify-content: space-between;
}

.footer-t .list .li-t {
	font-size: 14px;
	color: #fff;
}

.footer-t .list .line {
	width: 22px;
	height: 2px;
	background: #DEDEDE;
	border-radius: 1px;
	margin: 25px 0 30px;
}

.footer-t .list .li-des a {
	font-size: 18px;
	color: #fff;
}

.footer-t .list .li-des p:not(:last-child) {
	margin-bottom: 20px;
}

.footer-t .list .social {
	display: flex;
	gap: 20px;
}

.footer-t .list .social a {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all .6s;
}

.footer-t .list .social a:hover {
	background-color: #fff;
	color: rgba(76, 87, 94, 1);
}

.footer-t .list .social a .iconfont {
	font-size: 22px;
}

.footer-b {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 30px 0 25px;
	margin-top: 115px;
}

.footer-b::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	height: 1px;
	width: 100vw;
	opacity: .2;
	background-color: #fff;
	transform: translateX(-50%);
}

.footer-b a {
	color: #fff;
}

.newsItem {
	background: rgba(250, 250, 250, 0.5);
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
	padding: 40px 30px 35px;
}

.newsItem .date {
	color: #333333;
	font-family: Rany-Bold;
}

.newsItem .pic {
	margin: 30px 0 35px;
	border-radius: 5px;
}

.newsItem .text-title {
	line-height: 1.5;
	color: rgba(34, 34, 34, 1);
	transition: all .6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsItem:hover .text-title {
	color: #1C62F3;
}

.newsItem .more {
	color: rgba(153, 153, 153, 1);
	margin-top: 50px;
	font-size: 14px;
	font-family: HarmonyOS_Sans_SC_Light;
}

.banner1 {
	position: relative;
}

.banner1 .pic img {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.banner1 .banner-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner1 .banner-box .zh,
.banner1 .banner-box .en {
	color: rgba(250, 250, 250, 1);
	text-align: center;
}

.banner1 .banner-box .zh {
	font-family: HarmonyOS_Sans_SC_Light;
	text-transform: uppercase;
}

.banner1 .banner-box .en {
	letter-spacing: .2em;
	text-transform: uppercase;
}

.innerBread {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: rgba(250, 250, 250, 1);
	font-family: HarmonyOS_Sans_SC_Light;
}

.banner1 .innerBread {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
	font-size: 14px;
}

.innerBread a {
	color: rgba(250, 250, 250, 1);
	transition: all .6s;
}

.innerNav .swiper-slide.active,
.innerNav .swiper-slide:hover,
.innerBread a:hover {
	color: rgba(14, 90, 243, 1) !important;
}

.innerBread .icon-youjiantou11 {
	font-size: 12px;
	margin: 0 4px;
}

.innerTitle {
	color: rgba(51, 51, 51, 1);
	font-family: HarmonyOS_Sans_SC_Light;
}

.innerNav {
	border-bottom: 1px solid RGBA(220, 222, 223, 1);
}

.innerNav .swiper-slide {
	width: auto;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 95px;
	transition: all .6s;
}

.innerNav .swiper-slide:not(:last-child) {
	margin-right: 80px;
}

.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: rgba(14, 90, 243, 1);
}

.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: -26px;
	top: -26px;
	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: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(14, 90, 243, 1);
	border-color: rgba(14, 90, 243, 1);
}

.pagination ul li a {
	color: rgba(211, 219, 225, 1);
	transition: all .6s;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

.innerPage {
	padding-top: 121px;
}

.innerPage .header.active.active2 {
	background-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-height: 768px) {
	.header .logo img {
		width: 70px;
	}
	.header .r .nav li>a {
		line-height: 90px;
		font-size: 16px;
	}
	.index .footer{
		padding-top: 80px;
	}
	.footer-b{
		margin-top: 70px;
	}
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.header .r .nav{
		gap: 40px;
	}
	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}
@media (max-width:1300px) {
	.header .r .nav li .subNav .items1{
		width: 900px;
	}
}
@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;
	}

	.font36 {
		font-size: 30px;
	}

	.font60 {
		font-size: 36px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}
	.header .r .nav li .subNav .items{
		gap: 45px;
	}
}

@media (max-width:1199px) {
	.innerPage{
		padding-top: 90px;
	}
	.innerNav .swiper-slide:not(:last-child){
		margin-right: 50px;
	}
	.innerNav .swiper-slide{
		line-height: 70px;
	}
	.banner1 .pic img{
		min-height: 430px;
		height: auto;
	}
	.footer-t .list .social a{
		width: 40px;
		height: 40px;
	}
	.footer-t .list .social{
		gap: 10px;
	}
	.footer-t .list .li-des a{
		font-size: 16px;
	}
	.index .footer{
		padding-top: 70px;
	}
	.footer-b{
		margin-top: 70px;
	}
	.content833{
		padding-left: 3%;
		padding-right: 3%;
	}
	.content1400{
		max-width: 94%;
	}
	.header .r .nav li>a{
		font-size: 16px;
		line-height: 90px;
	}
	.header .r .nav li .subNav .items1{
		transform: translateX(-36%);
		gap: 20px;
	}
	.header .r .header-search-box,
	.header .r .language{
		margin-left: 40px;
	}
	.header.active{
		background-color: #fff;
	}
	.header .logo img{
		width: 70px;
	}
	.font36 {
		font-size: 28px;
	}

	.font60 {
		font-size: 30px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}
	.newsItem .date,
	.newsItem .text-title{
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.innerPage{
		padding-top: 73px;
	}
	.innerNav .swiper-slide{
		font-size: 16px;
	}
	.commonMore{
		min-width: 120px;
		line-height: 44px;
		font-size: 14px;
	}
	.footer-b{
		padding: 15px 0;
	}
	.footer-t-r{
		width: auto;
	}
	.footer-t .list li:not(:last-child){
		display: none;
	}
	.index .footer{
		padding-top: 60px;
	}
	.footer-b{
		margin-top: 60px;
	}
	.header{
		padding: 5px 3%;
	}
	.header .logo img{
		width:60px;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}
	
	.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: #fff;
		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: #0036B2;
	}
	
	.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)
	}
	.header .r .nav{
		display: none;
	}
	.font36 {
		font-size: 26px;
	}

	.font60 {
		font-size: 28px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.pagination ul li{
		font-size: 14px;
	}
	.innerNav .swiper-slide{
		line-height: 50px;
		font-size: 14px;
	}
	.innerNav .swiper-slide:not(:last-child){
		margin-right: 30px;
	}
	.newsItem .date, .newsItem .text-title{
		font-size: 18px;
	}
	.newsItem{
		padding: 25px;
	}
	.newsItem .pic{
		margin: 20px 0 25px;
	}
	.newsItem .more{
		margin-top: 30px;
	}
	.footer-t .msg{
		margin-top: 30px;
	}
	.index .footer{
		padding-top: 50px;
	}
	.footer-b{
		margin-top: 50px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.font36 {
		font-size: 24px;
	}

	.font60 {
		font-size: 26px;
	}

	.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;
	}
}

@media (max-width: 500px) {
	.innerBread a{
		font-size: 14px;
	}
	.innerPage{
		padding-top: 52px;
	}
	.newsItem .more{
			 margin-top: 14px;
	}
	.newsItem .pic{
			 margin: 15px 0 20px;
	}
	.newsItem{
			 padding: 20px;
	}
	.innerNav .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.banner1 .innerBread{
		bottom: 15px;
	}
	.commonMore{
		line-height: 36px;
		min-width: 100px;
		padding: 0 15px;
	}
	.footer-t .msg,
	.footer-t .tel-text{
		font-size: 14px;
	}
	.footer-t .tel{
		margin-top: 5px;
	}
	.footer-b{
		font-size: 12px;
		line-height: 2;
		padding: 10px 0;
	}
	.footer-t{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-t-l{
		flex: none;
		width: 100%;
	}
	.footer-t-r{
		margin-top: 20px;
	}
	.footer-t .msg{
		margin-top: 10px;
	}
	.footer-t-l{
		margin-right: 0;
	}
	.index .footer{
		padding-top: 30px;
	}
	.footer-b{
		margin-top: 30px;
	}
	.header .logo img{
		width: 40px;
	}
	.font36 {
		font-size: 22px;
	}

	.font60 {
		font-size: 24px;
	}

	.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-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}