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

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

@font-face {
	font-family: "RanyLight";
	/* Project id 2871779 */
	src: url('../fonts/Rany-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: "Rany";
}

::-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(255, 39, 0, 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: 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%;
}

.content520 {
	padding: 0 5.2%;
}

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

.font48 {
	font-size: 48px;
}

.font36 {
	font-size: 36px;
}

.font60 {
	font-size: 60px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.topTips {
	background-color: rgba(0, 0, 0, 1);
	text-align: center;
	font-size: 16px;
	color: #FAFAFA;
	line-height: 30px;
	font-family: RanyLight;
	padding-top: 15px;
	padding-bottom: 15px;
}

.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: #F8F8F8;
}

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

.header .logo img {
	display: block;
	height: 40px;
}

.header .c .nav {
	display: flex;
	gap: 0 58px;
}
.header .c .nav li.hasNav{
    position: relative;
}
.header .c .nav li>a {
	display: block;
	font-family: Rany;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 80px;
	transition: all .6s;
}
.header .c .nav li .subNav{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 50px 0 86px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(30px);
	transition: all .6s;
}
.header .c .nav li .subNav1{
    position: absolute;
    left: 0%;
    transform: translateY(30px);
    padding: 10px 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY();
    transition: all .6s;
}
.header .c .nav li:hover .subNav1,
.header .c .nav li:hover .subNav{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transform: translateY(0);
}
.header .c .nav li:hover .subNav1{
    /* transform: translate(-50%,0); */
}
.header .c .nav li .subNav1 a{
    display: block;
    font-size: 18px;
    font-family: Rany;
    font-weight: 400;
    color: #222222;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    padding: 0 20px;
    text-align: left;
}
.header .c .nav li .subNav1 a:hover{
    color: #FF2700;
}
.header .c .nav li .subNavBox{
	padding: 0 49px;
	display: flex;
	justify-content: space-between;
}
.header .c .nav li .subNavBox-l a{
	display: block;
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	transition: all .6s;
}
.header .c .nav li .subNavBox-l a.active,
.header .c .nav li .subNavBox-l a:hover{
	color: #FF2700;
}
.header .c .nav li .subNavBox-l a:not(:last-child){
	margin-bottom: 30px;
}
.header .c .nav li .subNavBox-r{
	width: 73.11%;
	text-align: center;
}
.header .c .nav li .subNavBox-r .itemBox{
	display: none;
}
.header .c .nav li .subNavBox-r .itemBox.active{
	display: block;
}
.header .c .nav li .subNavBox-r .items{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px;
}
.header .c .nav li .subNavBox-r .items .item{
	background: #F8F8F8;
	border-radius: 5px;
	padding: 20px;
}
.header .c .nav li .subNavBox-r .items .picCover{
	padding-top: 94.73%;
}
.header .c .nav li .subNavBox-r .items .picCover img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.header .c .nav li .subNavBox-r .items .text-title{
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 13px;
}
.header .c .nav li .subNavBox-r .items .text-title span{
	color: #FF2700;
}
.header .c .nav li .subNavBox-r .more{
	display: inline-block;
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 40px;
	transition: all .6s;
}
.header .c .nav li .subNavBox-r .more:hover{
	color: #FF2700;
}
.header .r .languageBtn:hover,
.header .c .nav li:hover>a,
.header .c .nav li.active>a {
	color: rgba(255, 39, 0, 1);
}

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

.header .r .languageBtn {
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	transition: all .6s;
}

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

.header .r .header-search-box {
	position: relative;
	margin: 0 28px;
}

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

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(255, 39, 0, 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(255, 39, 0, 1);
}

.header .r .headerLoginBtn {
	line-height: 40px;
	padding: 0 27px;
	background: #FF2700;
	border-radius: 20px;
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.header .r .loginStatus {
	position: relative;
}

.header .r .loginStatus .avatar {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background: #FF2700;
	border-radius: 50%;
}

.header .r .loginStatus .avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.header .r .loginStatus .avatar .number {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	min-width: 40px;
	line-height: 24px;
	background: #FF2700;
	border-radius: 12px;
	padding: 0 10px;
	font-family: Rany;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.header .r .loginStatus .loginStatusDrop {
	position: absolute;
	right: 0;
	top: 100%;
	width: 300px;
	padding: 40px 30px 24px;
	background: #FFFFFF;
	box-shadow: 5px 9px 30px 0px rgba(174, 178, 182, 0.3);
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(20px);
	transition: all.6s;
}

.header .r .loginStatus .loginStatusDrop.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

.header .r .loginStatus .loginStatusDrop .icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.header .r .loginStatus .loginStatusDrop .icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header .r .loginStatus .loginStatusDrop .name {
	font-family: Rany-Bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 17px;
	text-align: center;
}

.header .r .loginStatus .loginStatusDrop .items {
	margin-top: 43px;
}

.header .r .loginStatus .loginStatusDrop .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Rany-Bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	padding: 14px 0;
}

.header .r .loginStatus .loginStatusDrop .item:not(:last-child) {
	border-bottom: 1px solid #DEDEDE;
}

.header .r .loginStatus .loginStatusDrop .item .number {
	color: #FF2700;
}

.header .r .loginStatus .loginStatusDrop .btn {
	display: block;
	line-height: 40px;
	background: #F4F4F4;
	border-radius: 5px;
	text-align: center;
	font-family: Rany-Bold;
	font-size: 16px;
	color: #CCCCCC;
	transition: all .6s;
}

.header .r .loginStatus .loginStatusDrop .btn:hover {
	background: #FF2700;
	color: #FFFFFF;
}

.banner1 {
	position: relative;
}

.banner1 video {
	display: block;
	width: 100%;
}

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

.banner1 .videoBox .text-title {
	font-family: Rany-Bold;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: .25em;
}

.banner1 .videoBox .playerBtn {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.banner1 .videoBox .playerBtn img {
	display: block;
	width: 100%;
	height: 100%;
}
.innerTitle{
    font-family: Rany-Bold;
    color: #222222;
    line-height: 1;
}
.innerSubNav{
    display: flex;
	flex-wrap: wrap;
	gap: 0 60px;
}
.innerSubNav a{
	font-family: Rany-Bold;
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	transition: all.6s;
}
.innerSubNav a:hover,
.innerSubNav a.active{
	color: #FF2700;
}
.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(255, 39, 0, 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;
}

.footer {
	background-color: RGBA(34, 34, 34, 1);
}

.footer-t {
	padding-top: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-t .logo img {
	display: block;
}

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

.footer-t-r a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F8F8F8;
	border-radius: 50%;
	color: #333;
	transition: all .6s;
}

.footer-t-r a:hover {
	background: #FF2700;
	color: #fff;
}

.footer-t-r a .iconfont {
	font-size: 24px;
}

.footer-t-r a .iconfont.icon-tuite {
	font-weight: bold;
}

.footer-c {
	margin-top: 41px;
	border-top: 1px solid RGBA(51, 51, 51, 1);
	padding: 102px 0 128px;
}

.footer-c .content1400 {
	display: flex;
	justify-content: space-between;
}

.footer-c .footer-c-l {
	width: 68.64%;
}

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

.footer-c .footer-c-l .list .li-title {
	font-family: Rany-Bold;
	font-size: 22px;
	color: #F8F8F8;
	line-height: 30px;
	display: block;
}

.footer-c .footer-c-l .list .li-title:not(:first-child) {
	margin-top: 48px;
}

.footer-c .footer-c-l .list .li-des {
	margin-top: 20px;
}

.footer-c .footer-c-l .list .li-des p:not(:last-child) {
	margin-bottom: 5px;
}

.footer-c .footer-c-l .list .li-des a {
	font-family: RanyLight;
	font-weight: 300;
	font-size: 16px;
	color: #ccc;
	line-height: 30px;
	transition: all .6s;
}

.footer-c .footer-c-l .list .li-des a:hover {
	color: #fff;
}

.footer-c .footer-c-r {
	width: 24.71%;
}

.footer-c .footer-c-r .text-title {
	font-family: RanyLight;
	color: #F8F8F8;
	line-height: 1;
}

.footer-c .footer-c-r .text-des {
	font-family: RanyLight;
	font-size: 18px;
	color: #F8F8F8;
	line-height: 30px;
	margin-top: 12px;
}

.footer-c .footer-c-r form {
	display: flex;
	align-items: center;
	margin-top: 30px;
	height: 60px;
	padding: 0 18px;
	background: #222222;
	border: 1px solid #434343;
}

.footer-c .footer-c-r form input {
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	background: transparent;
	font-family: RanyLight;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-right: 20px;
}

.footer-c .footer-c-r form input::placeholder {
	color: #666666;
}

.footer-c .footer-c-r form .iconfont {
	cursor: pointer;
	color: rgba(255, 39, 0, 1);
	font-size: 22px;
	font-weight: bold;
}

.footer-b {
	display: flex;
	justify-content: space-between;
	font-family: Rany;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	padding-bottom: 28px;
}

.footer-b img {
	vertical-align: middle;
}

.footer-b a {
	color: #999999;
	transition: all .6s;
}

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

.fixedRight {
	position: fixed;
	z-index: 999;
	top: 70%;
	right: 0;
}

.fixedRight ul {
	box-shadow: 5px 9px 30px 0px rgba(177, 177, 177, 0.3);
}

.fixedRight ul:not(:last-child) {
	margin-bottom: 10px;
}

.fixedRight li {
	position: relative;
	background-color: #fff;
}

.fixedRight li:not(:last-child):before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 58.33%;
	height: 1px;
	background-color: RGBA(222, 222, 222, 1);
	bottom: 0;
}

.fixedRight li:first-child {
	border-top-left-radius: 5px;
}

.fixedRight li:last-child {
	border-bottom-left-radius: 5px;
}

.fixedRight li .ewmBox {
	position: absolute;
	top: 50%;
	right: 110%;
	transform: translateY(-50%);
	width: auto;
	/*height: 100px;*/
	border-radius: 5px;
	background: #fff;
	padding: 8px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.fixedRight li .ewmBox .number {
	line-height: 2;
	padding: 0 10px;
	white-space: nowrap;
}

.footer-b-r .social a .ewmBox {
	top: auto;
	bottom: 120%;
	left: 50%;
	transform: translate(-50%, 0);
}

.fixedRight li .ewmBox img {
	display: block;
	width: 115px;
}

.fixedRight li:hover .ewmBox {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

.fixedRight li>a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	width: 60px;
	padding: 15px 5px;
	transition: all .6s;
	color: #999999;
}

.fixedRight li>a .iconfont {
	font-size: 22px;
	color: RGBA(92, 92, 102, 1);
}

.fixedRight li>a .iconfont.icon-xinxifill {
	color: rgba(255, 39, 0, 1)
}

.fixedRight li>a .iconfont.icon-social-whatsapp {
	color: rgba(20, 194, 93, 1);
}

.fixedRight li>a .iconfont.icon-icon-arrow-top2 {
	color: rgba(204, 204, 204, 1)
}

.fixedRight li>a .text {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}
.communityItems{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 74px 25px;
}
.communityItem .picCover{
    padding-top: 56.44%;
}
.communityItem .picCover .pic{
    border-radius: 10px;
}
.communityItem .text-title{
    font-family: Rany-Bold;
    font-size: 18px;
    color: #2A2725;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 0 26px;
    transition: all .6s;
}
.communityItem:hover .text-title{
    color: #FF2700;
}
.communityItem .li-b{
    border-top: 2px solid #DEDEDE;
    display: flex;
    justify-content: space-between;
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 24px;
    padding-top: 20px;
}
.communityItem .li-b .more{
    display: flex;
}
.communityItem .li-b .more .iconfont{
   color: #FF2700;
   font-size: 20px;
   margin-left: 10px;
   transition: all .6s;
}
.communityItem:hover .li-b .more .iconfont{
    transform: rotate(45deg);
}
.faqList li{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 30px;
}
.faqList .li-t{
    padding: 28px 0;
    display: flex;
    cursor: pointer;
}
.faqList .li-t .text-title{
    flex: 1;
    margin-right: 26px;
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
}
.faqList .li-t .icon .iconfont{
    font-weight: bold;
    font-size: 24px;
    color: #FF2700;
}
.faqList .li-t .icon .iconfont.icon-jian{
    display: none;
}
.faqList li:not(:last-child){
    margin-bottom: 10px;
}
.faqList li.active .li-t .icon .iconfont.icon-jian{
    display: block;
}
.faqList li.active .li-t .icon .iconfont.icon-jia{
    display: none;
}
.faqList li .li-c{
    border-top:1px solid #DEDEDE;
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
    padding: 30px 0;
    display: none;
}
.innerBread{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 10px;
	padding-top: 27px;
	color: #999999;
}
.innerBread a{
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	transition: all .6s;
}
.commonBread a.active,
.commonBread a:hover,
.innerBread a:hover{
	color: #FF2700;
}
.innerBread .iconfont{
	font-size: 14px;
	font-weight: bold;
}
.commonBread{
	padding-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-family: Rany;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.commonBread a{
	color: #999;
	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: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	color: #222222;
	margin: 7px;
	cursor: pointer;
	border-radius: 50%;
	transition: all .6s;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(255, 39, 0, 1);
	border-color: rgba(255, 39, 0, 1);
	box-shadow: 5px 9px 30px 0px rgba(255,39,0,0.3);
}

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

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

@media (max-width:1440px) {
	.footer-c .footer-c-r .text-des {
		font-size: 16px;
	}

	.footer-c .footer-c-l .list .li-title {
		font-size: 18px;
	}

	.footer-c .footer-c-l .list .li-des a {
		font-size: 14px;
	}

	.header .r .headerLoginBtn {
		font-size: 16px;
	}

	.topTips {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header .c .nav li>a {
		font-size: 20px;
		line-height: 80px;
	}

	.font48 {
		font-size: 36px;
	}

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

	.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) {
	.topTips {
		line-height: 24px;
	}

	.header .logo img {
		height: 34px;
	}

	.header {
		padding: 15px 0;
	}

	.header .c {
		display: none;
	}

	.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: 28px;
	}

	.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: #FF2700;
		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: #FF2700;
	}

	.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-c .footer-c-r {
		width: 100%;
	}

	.footer-t {
		padding-top: 80px;
	}

	.footer-c {
		padding: 80px 0;
	}

	.footer-c .footer-c-l {
		display: none;
	}

	.footer-b {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 1024px) {
	.communityItems{
        grid-template-columns: repeat(2,1fr);
		gap: 43px 25px;
    }
	.footer-t-r a {
		width: 44px;
		height: 44px;
	}

	.footer-t .logo img {
		height: 34px;
	}

	.footer-t-r {
		gap: 15px;
	}

	.footer-b {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer-t {
		padding-top: 70px;
	}

	.footer-c {
		padding: 70px 0;
	}

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

@media (max-width: 768px) {
	.header .r .loginStatus .loginStatusDrop{
		padding: 20px;
		width: 249px;
	}
	.header .r .loginStatus .loginStatusDrop .icon{
		width: 50px;
		height: 50px;
	}
	.header .r .loginStatus .loginStatusDrop .name{
		margin-top: 10px;
		font-size: 16px;
		line-height: 24px;
	}
	.header .r .loginStatus .loginStatusDrop .items{
		margin-top: 15px;
	}
	.header .r .loginStatus .loginStatusDrop .item{
		padding: 7px 0;
		font-size: 16px;
	}
	.innerSubNav a{
		font-size: 20px;
	}
	.commonBread{
		padding-top: 8px;
		font-size: 14px;
		line-height: 24px;
	}
	.header .r .loginStatus .avatar{
		width: 30px;
		height: 30px;
	}
	.header .r .loginStatus .avatar .number{
		font-size: 12px;
		line-height: 14px;
		padding: 0 3px;
		min-width: 20px;
	}
	.footer-b {
		font-size: 14px;
		padding-bottom: 15px;
	}

	.footer-c .footer-c-r .text-des {
		font-size: 16px;
		margin-top: 6px;
		line-height: 24px;
	}

	.footer-c .footer-c-r form {
		margin-top: 20px;
		height: 45px;
		padding: 0 14px;
	}

	.footer-t {
		padding-top: 60px;
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-t-r {
		width: 100%;
		margin-top: 25px;
		justify-content: center;
	}

	.footer-c {
		padding: 60px 0;
		margin-top: 30px;
	}

	.m-right-buttom {
		margin-left: 20px;
	}

	.header .r .headerLoginBtn {
		padding: 0 20px;
		line-height: 30px;
		font-size: 14px;
	}

	.header .r .header-search-box {
		margin: 0 20px;
	}

	.header .r .header-search-box .header-searchBtn,
	.header .r .languageBtn {
		font-size: 16px;
	}

	.header .logo img {
		height: 30px;
	}

	.header {
		padding: 10px 0;
	}

	.topTips {
		font-size: 14px;
		line-height: 20px;
	}

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

	.fixedRight li>a {
		width: 48px;
		height: 48px;
		padding: 9px 5px;
		min-height: 48px;
	}
	.innerSubNav{
		gap: 0 30px;
	}
	.communityItem .text-title{
		-webkit-line-clamp: 2;
		height: 48px;
		margin: 20px 0;
	}
	.communityItem .li-b{
		font-size: 14px;
		padding-top: 15px;
	}
	.pagination ul li{
		font-size: 18px;
	}
	.faqList .li-t .icon .iconfont{
        font-size: 20px;
    }
    .faqList li{
        padding: 0 20px;
    }
    .faqList li .li-c,
    .faqList .li-t{
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
	.header .r .loginStatus .loginStatusDrop .items{
		margin-top: 10px;
	}
	.header .r .loginStatus .loginStatusDrop .btn,
	.header .r .loginStatus .loginStatusDrop .item,
	.header .r .loginStatus .loginStatusDrop .name{
		font-size: 14px;
	}
	.faqList .li-t .icon .iconfont{
        font-size: 18px;
    }
    .faqList li .li-c, .faqList .li-t{
        padding: 13px 0;
    }
    .faqList li .li-c{
        font-size: 16px;
    }
    .faqList .li-t .text-title{
        font-size: 16px;
        margin-right: 20px;
    }
	.communityItem .text-title{
		font-size: 16px;
		margin: 16px 0;
	}
	.communityItems{
		grid-template-columns: repeat(1,1fr);
		gap: 36px 0;
	}
	.innerSubNav a{
		font-size: 16px;
	}
	.topTips {
		font-size: 12px;
		line-height: 18px;
	}

	.footer-c .footer-c-r form input {
		font-size: 16px;
	}

	.footer-c .footer-c-r form .iconfont {
		font-size: 20px;
	}

	.fixedRight {
		top: 60%;
	}

	.footer-t-r {
		gap: 10px;
	}

	.footer-c .footer-c-r form {
		margin-top: 13px;
	}

	.footer-t-r a {
		width: 38px;
		height: 38px;
	}

	.footer-t-r a .iconfont {
		font-size: 18px;
	}

	.footer-t .logo img {
		height: 26px;
	}

	.footer-t {
		padding-top: 40px;
	}

	.footer-c {
		padding: 30px 0;
		margin-top: 25px;
	}

	.header .logo img {
		height: 21px;
	}

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