* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Medium"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}
@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.ttf') format('truetype');
}

@font-face {
  font-family: "Poppins"; /* Project id 3544394 */
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Century Gothic"; /* Project id 3544394 */
  src: url('../fonts/GOTHIC.TTF') format('truetype');
}
@font-face {
  font-family: "Antonio"; /* Project id 3544394 */
}  
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;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}
.main{
	padding: 175px 0 0;
}
.main.active{
	padding-bottom: 0;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header .header-t{
	background: linear-gradient(90deg, #5D2628, #9A9853);
}
.header .header-t .content1400{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 38px;
}
.header .header-t .text{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}
.header .header-t .text .iconfont{
	font-size: 20px;
	margin-right: 6px;
}
.header .header-t .text.c{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.header .header-t .language{
	display: flex;
	align-items: center;
	font-size: 15px;
	font-family: Poppins;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}
.header .header-t .language img{
	width: 23px;
	margin-right: 7px;
}
.header .header-c{
	background-color: rgba(20, 20, 20, 1);
}
.header .header-c .content1400{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 19px 0;
	overflow: hidden;
}
.header .header-c .content1400:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background-color: rgba(97, 45, 42, 1);
	left: 69px;
	top: -6px;
	transform: rotate(45deg);
}
.header .header-c .input{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 500px;
	height: 42px;
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	border-radius: 21px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}
.header .header-c .input .iconfont{
	font-size: 20px;
	color: #333;
	margin-right: 12px;
}
.header .header-c .input input{
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 15px;
	font-family: Poppins;
	font-weight: 400;
	color: #848484;
	line-height: 24px;
}
.header .header-c .social{
	display: flex;
	align-items: center;
}
.header .header-c .social a{
	width: 42px;
	height: 42px;
	background: rgba(230, 45, 39, 1);
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	color: #fff;
}
.header .header-c .social a:not(:last-child){
	margin-right: 20px;
}
.header .header-c .social a .iconfont{
	font-size: 20px;
}
.header .header-c .social a:nth-child(2){
	background: linear-gradient(60deg, #8F38AA, #BD3583);
}
.header .header-c .social a:nth-child(3){
	background: rgba(59, 89, 153, 1);
}
.header .header-c .social a:nth-child(4){
	background: rgba(29, 155, 240, 1);
}
.header .header-c .social a:nth-child(5){
	background: rgba(1, 122, 186, 1);
}
.header .header-b{
	background-color: rgba(20, 20, 20, 1);
	border-top: 1px solid rgba(85, 85, 85, 1);
}
.header .header-b .nav{
	display: flex;
	justify-content: space-between;
}
.header .header-b li{
	position: relative;
}
.header .header-b li>a{
	display: block;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #fff;
	line-height: 56px;
}
.header .header-b li.active>a,
.header .header-b li:hover>a{
	color: #EE1D23;
}
.header .header-b li .sub-nav{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	background: #FFFFFF;
	box-shadow: 0px 10px 15px 0px rgba(147,147,147,0.1);
	z-index: 2;
	padding: 13px 0;
	display: none;
}
.header .header-b li:hover .sub-nav{
	display: block;
}
.header .header-b li .sub-nav a{
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	line-height: 45px;
}
.header .header-b li .sub-nav a:hover{
	color: #EE1D23;
	text-decoration: underline;
}
.index-title .title{
	font-size: 20px;
	font-family: Poppins;
	font-weight: 700;
	color: #111111;
	line-height: 24px;
}
.index-title .des{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #111111;
	line-height: 24px;
	margin-top: 13px;
}
.m_right {
	display: none;
}
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 9999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.modal .modal-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal .modal-content .close{
    position: absolute;
    right: -20px;
    top: -30px;
	color: #fff;
    display: block;
    cursor: pointer;
    z-index: 3;
	font-size: 26px;
}
.modal .modal-content video{
    max-width: 80vw;
    max-height: 80vh;
    display: block;
}
.footer .footer-t{
	background-color: #373737;
	padding: 62px 0 90px;
}
.footer .footer-t ul{
	display: flex;
	justify-content: space-between;
}
.footer .footer-t ul .li1{
	width: 31.42%;
}
.footer .footer-t ul .li2{
	width: 38.57%;
}
.footer .footer-t ul .li3{
	width: 22.85%;
}
.footer .footer-t ul li .li-title{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(80, 80, 80, 1);
}
.footer .footer-t ul li .product-box{
	margin-top: 19px;
}
.footer .footer-t ul li .product-box a{
	display: block;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 300;
	color: rgba(170, 170, 170, 1);
	line-height: 36px;
}
.footer .footer-t ul li .product-box a:hover{
	color: #fff;
}
.footer .footer-t ul li .text-box{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 300;
	color: #AAAAAA;
	line-height: 24px;
	margin-top: 22px;
}
.footer .footer-t ul li .btn{
	display: block;
	width: 280px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #EE1D23;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 21px;
	max-width: 100%;
}
.footer .footer-t ul li .social{
	margin-top: 16px;
}
.footer .footer-t ul li .social a{
	display: flex;
	width: 184px;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 300;
	color: #AAAAAA;
	line-height: 36px;
}
.footer .footer-t ul li .social .iconfont{
	font-size: 20px;
}
.footer .footer-c{
	background-color: rgba(44, 44, 44, 1);
	font-size: 14px;
	font-family: Poppins;
	font-weight: 300;
	color: #AAAAAA;
	line-height: 24px;
	padding: 22px 0;
}
.footer .footer-c a{
	color: #AAAAAA;
}
.footer .footer-b{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 997;
	background-color: rgba(0, 0, 0, 1);
}
.footer .footer-b .content1400{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
}
.footer .footer-b .text{
	font-size: 15px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	flex: 1;
	margin-right: 100px;
}
.footer .footer-b .continue{
	width: 180px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #EE1D23;
	border-radius: 22px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
}
.commonBread{
	padding: 65px 0 45px;
}
.commonBread .content1400{
	display: flex;
	align-items: center;
}
.commonBread a{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #8D8D8D;
	line-height: 26px;
	text-transform: uppercase;
}
.commonBread a .icon-fangzi{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-right: 6px;
}
.commonBread a.curr{
	color: rgba(51, 51, 51, 1);
}
.commonBread .icon-line{
	color: rgba(141, 141, 141, 1);
	margin: 0 5px
}
.commonLeftNav{
	width: 21.42%;
}
.commonLeftNav .l-title{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	height: 40px;
	line-height: 40px;
	background: #BBBBBD;
	text-align: center;
}
.commonLeftNav .l-nav{
	margin-top: 15px;
	border-top: 1px solid rgba(182, 182, 182, 1);
	padding-top: 14px;
}
.commonLeftNav .l-nav li:not(:last-child){
	margin-bottom: 30px;
}
.commonLeftNav .l-nav li a{
	display: block;
	height: 40px;
	background: #4B4C52;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.commonLeftNav .l-nav li:hover a,
.commonLeftNav .l-nav li.active a{
	background-color: rgba(242, 153, 93, 1);
}
.fixedRight{
	position: fixed;
	z-index: 997;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.fixedRight li:not(:last-child){
	margin-bottom: 5px;
}
.fixedRight li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background: #EE1D23;
	border-radius: 4px;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
}
.fixedRight li  a .iconfont{
	font-size: 35px;
}
.fixedRight li  a .text{
	margin-top: 15px;
}
.fixedRight li  a.backTop{
	background-color: #fff;
	color: rgba(51, 51, 51, 1);
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #666666;
	margin: 5px;
	cursor: pointer;
	background: rgba(232, 232, 232, 1);
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(238, 29, 35, 1);
	color: #fff;
}

.pagination ul li a {
	color: #666666;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.m-right-buttom {
	display: none;
}
.m-navbar{
	display: none;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
}
@media (max-width:1400px) {
	.header .header-b li>a{
		font-size: 14px;
	}
	.header .header-b li .sub-nav a{
		font-size: 16px;
		line-height: 2;
	}
	.footer .footer-b .text{
		margin-right: 40px;
	}
	.footer .footer-b .continue{
		width: 120px;
	}
	.commonLeftNav .l-nav li a{
		font-size: 16px;
	}
}
@media (max-width:1199px) {
	.commonLeftNav{
		width: 240px;
	}
	.fixedRight{
		display: none;
	}
	.header .header-c .social{
		display: none;
	}
	
	.header .header-b{
		display: none;
	}
	.main{
		padding-top: 120px;
	}
	.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: #3370FF;
	}
	
	.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)
	}
	
	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
	
	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}
	
	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}
	
	.m-navbar li:hover a {
		color: #747474 !important;
	}
	
	.m-navbar li.active a {
		color: rgba(238, 29, 35, 1) !important;
	}
	
	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 125px 4% 20px;
		background-color: #444;
		z-index: 998;
	}
	
	.m-navbar li+li {
		margin-top: 6px
	}
	
	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}
	
	.m-navbar li+li:after {
		display: none
	}
	
	.m-navbar li a {
		padding: 5px 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
		font-family: Poppins;
	}
	.m-navbar li .sub-nav{
		display: none;
	}
	.m-navbar li .sub-nav a{
		margin-top: 6px;
	}
	.m-navbar{
		padding-top: 140px;
	}
	.commonBread{
		padding: 40px 0 30px;
	}
}
@media (max-width:1024px) {
	.main{
		padding-bottom: 0;
	}
	.footer .footer-b .content1400{
		flex-direction: column;
		padding: 15px 0;
	}
	.footer .footer-b .text{
		margin-right: 0;
		font-size: 14px;
	}
	.footer .footer-b .continue{
		height: 35px;
		line-height: 35px;
		margin-top: 10px;
		font-size: 14px;
	}
	.footer .footer-b{
		display: none;
	}
	.header .header-c .logo img{
		display: block;
		height: 25px;
	}
	.header .header-c .content1400{
		padding: 10px 0 10px;
		flex-wrap: wrap;
	}
	.header .header-c .content1400:before{
		top: -10px;
	}
	.header .header-c .input{
		order: 3;
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
		width: 100%;
		height: 30px;
		margin-top: 10px;
	}
	.header .header-t .text.c{
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
	}
	.header .header-t .content1400{
		height: auto;
		padding: 3px 0;
	}
	.header .header-t .text{
		font-size: 12px;
		line-height: 18px;
	}
	.header .header-t .text .iconfont{
		font-size: 16px;
		margin-right: 3px;
	}
	.header .header-c .input input{
		font-size: 12px;
	}
	.header .header-c .input .iconfont{
		font-size: 16px;
		margin-right: 6px;
	}
	.main{
		padding-top: 132px;
	}
	.footer .footer-t ul .li1{
		display: none;
	}
	.footer .footer-t ul .li2{
		width: auto;
	}
	.footer .footer-t ul .li3{
		width: auto;
		margin-left: 30px;
	}
	.commonBread{
		padding: 25px 0 20px;
	}
}
@media (max-width:768px) {
	.commonLeftNav .l-nav li:not(:last-child){
		margin-bottom: 15px;
	}
	.commonLeftNav{
		width: 100%;
	}
	.footer .footer-t ul li .social a{
		width: 140px;
	}
	.footer .footer-t{
		padding: 40px 0;
	}
	.index-title .des{
		margin-top: 0;
	}
	.pagination ul li{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media (max-width:500px) {
	.header .header-t .text.c{
		display: none;
	}
	.header .header-t .content1400{
		padding: 5px 0;
	}
	.main{
		padding-top: 118px;
	}
	.footer .footer-t ul{
		flex-direction: column;
	}
	.footer .footer-t ul .li2{
		width: 100%;
	}
	.footer .footer-t ul .li3{
		margin-left: 0;
	}
	.footer .footer-t ul li .li-title{
		padding-bottom: 10px;
		font-size: 14px;
	}
	.footer .footer-t ul li .text-box{
		margin-top: 13px;
	}
	.footer .footer-t ul li .btn{
		margin-top: 10px;
		height: 38px;
		line-height: 38px;
	}
	.footer .footer-t ul .li3{
		margin-top: 20px;
	}
	.footer .footer-t ul li .social a{
		line-height: 28px;
	}
	.footer .footer-t ul li .social{
		margin-top: 10px;
	}
	.footer .footer-t{
		padding: 30px 0 10px;
	}
	.footer .footer-c{
		font-size: 12px;
		line-height: 18px;
		padding: 10px 0;
	}
}