* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@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;
	max-width: 94%;
}

.hoverLi .pic {
	overflow: hidden;
}

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

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header.active{
	background-color: #fff;
}
.header .content1600{
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .content1600>a{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header .r .language{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header .logo{
	display: block;
}
.header .logo1{
	display: none;
}
.header.active .logo{
	display: none;
}
.header.active .logo1{
	display: block;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .nav{
	display: flex;
}
.header .r .nav li {
}
.header .r .nav li.hasSub{
	position: relative;
}
.header .r .nav li>a{
	position: relative;
	display: block;
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 100px;
}
.header .r .nav li.active>a::before,
.header .r .nav li:hover>a::before{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(217, 11, 24, 1);
	bottom: 23px;
}
.header.active .r .nav li a,
.header.active .r .header-search .search-btn{
	color: #333;
}
.header .r .nav li:not(:last-child){
	margin-right: 60px;
}
.header .r .nav li .subNav{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 30px 3%;
	background-color: #fff;
	border-top: 1px solid rgba(226, 226, 226, 1);
	box-shadow: 0px 10px 20px 0px rgba(102,102,102,0.2);
	display: none;
}
.header .r .nav li:hover .subNav{
	display: block;
}
.header .r .subNav .subNav-box{
	display: flex;
	justify-content: center;
}
.header .r .subNav .subNav-box .item:not(:last-child){
	margin-right: 150px;
}
.header .r .subNav .subNav-box .item-t{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.header .r .subNav .subNav-box .item-c{
	margin-top: 20px;
}
.header .r .subNav .subNav-box .item-c p:not(:last-child){
	margin-bottom: 10px;
}
.header .r .subNav .subNav-box .item-c a{
	font-size: 14px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
}
.header .r .subNav .subNav-box .item-c a:hover{
	color: rgba(217, 11, 24, 1);
	border-color: rgba(217, 11, 24, 1);
}
.header .r .nav li .subNav1{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	padding: 20px 0;
	background-color: #fff;
	display: none;
}
.header .r .nav li:hover .subNav1{
	display: block;
}
.header .r .nav li .subNav1 a{
	display: block;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #333;
}
.header .r .nav li .subNav1 a:hover{
	color: rgba(217, 11, 24, 1);
}
.header .r .nav li .subNav1 a:not(:last-child){
	margin-bottom: 15px;
}
.header .r .nav li .subNav1 a:hover{
	
}
.header .r .header-search{
	position: relative;
	margin-left: 50px;
}
.header .r .header-search .search-btn{
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.header .r .header-search .searchBox{
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	width: 300px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 25px;
	overflow: hidden;
}
.header .r .header-search .searchBox.active{
	display: flex;
}
.header .r .header-search .searchBox input{
	flex: 1;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 1;
	border: none;
	outline: none;
	background-color: transparent;
}
.header.active .r .header-search .searchBox input{
	border-radius: 25px 0 0 25px;
	border: 1px solid #E2E2E2;
}
.header .r .header-search .searchBox input::placeholder{
	color: #999;
}
.header .r .header-search .searchBox .submit{
	width: 60px;
	height: 45px;
	line-height: 50px;
	text-align: center;
	background: #D90B18;
	border-radius: 0px 25px 25px 0px;
	color: #fff;
	cursor: pointer;
}
.header .r .header-search .searchBox .submit .iconfont{
	font-size: 20px;
}
.header .r .language{
    color: #fff;
    margin-left: 30px;
}
.header .r .language a{
    color: #fff;
}
.header.active .r .language a,
.header.active .r .language {
    color: #333;
}
.main.index .footer{
	position: fixed;
	left: 0;
	top: 100%;
	z-index: 100;
	width: 100%;
	transition: transform 0.5s ease-out;
}
.footer{
	background-color: rgba(0, 0, 0, 1);
	padding-top: 80px;
}
.footer .footer-t{
	display: flex;
	justify-content: space-between;
}
.footer .footer-t .l  a{
	display: block;
}
.footer .footer-t .l  a img{
	display: block;
}
.footer .footer-t .r{
	width: 77%;
}
.footer .footer-t .r ul{
	display: flex;
	justify-content: space-between;
}
.footer .footer-t .r .li-title{
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.footer .footer-t .r .li-des{
	margin-top: 20px;
}
.footer .footer-t .r .li-des a{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	opacity: 0.8;
	display: block;
}
.footer .footer-t .r .li-des a:hover {
	opacity: 1;
}
.footer .footer-b{
	margin-top: 122px;
	border-top: 1px solid rgba(255, 255, 255, 1);
	padding: 10px 0;
	font-size: 14px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.3;
}
.footer .footer-b a{
	color: #fff;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	bottom: 72px;
	transform: translateX(-50%);
	padding: 0 100px;
	z-index: 3;
}
.banner1 .banner-box .title{
	font-size: 60px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.common-bread{
	margin-top: 10px;
}
.common-bread .content1400{
	display: flex;
	line-height: 34px;
	flex-wrap: wrap;
}
.common-bread a{
	font-size: 14px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.common-bread .icon-shouye{
	padding-right: 5px;
}
.common-bread .icon-youjiantou1{
	color: #666;
	font-size: 14px;
	margin: 0 10px;
}
.inner-title{
	font-size: 30px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.m_right {
	display: none;
}

.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%;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 40px;
	line-height: 36px;
	height: 40px;
	background: #FFFFFF;
	border: 2px solid #E8E8E8;
	text-align: center;
	font-size: 16px;
	color: rgba(174, 174, 174, 1);
	margin: 5px;
	cursor: pointer;
}

.pagination ul li.big{
	width: 80px;
}

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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(217, 11, 24, 1);
	color: #fff;
	border-color: rgba(217, 11, 24, 1);
}

.pagination ul li a {
	color: rgba(174, 174, 174, 1);
	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: 1440px) {
	.banner1 .banner-box .title{
		font-size: 40px;
	}
	.banner1 .banner-box{
		bottom: 40px;
	}
	.header .r .nav li:not(:last-child){
	    margin-right: 35px;
	}
}
@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}
@media (max-width: 1280px) {
	.inner-title{
		font-size: 28px;
	}
	.banner1 .banner-box .title{
		font-size: 30px;
	}
	.banner1 .banner-box{
		bottom: 30px;
	}
	.header .r .nav li:not(:last-child){
		margin-right: 30px;
	}
	.header .r .nav li>a{
	    font-size: 16px;
	}
}
@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
    .header .logo{
        width: 150px;
    }
	.banner1 .banner-box{
		font-size: 28px;
	}
	.inner-title{
		font-size: 26px;
	}
	.header .r .nav li:not(:last-child){
		margin-right: 20px;
	}
	.footer .footer-t .r .li-title{
		font-size: 16px;
	}
	.footer .footer-t .r .li-des a{
		font-size: 14px;
		line-height: 34px;
	}
	.footer .footer-b{
		margin-top: 43px;
	}
}
@media (max-width: 1024px) {
	.banner1 .banner-box{
		padding: 0;
	}
	.banner1 .banner-box .title{
		font-size: 26px;
	}
	.inner-title{
		font-size: 24px;
	}
	.footer .footer-b{
		line-height: 24px;
	}
	.footer .footer-t .r{
		display: none;
	}
	.footer .footer-t{
		justify-content: center;
	}
	.footer{
		padding-top: 30px;
	}
	.footer .footer-b{
		margin-top: 25px;
	}
	.footer .footer-t .l a img,
	.header .logo,
	.header .logo1{
		width: 145px;
	}
	.m-right-buttom{
		margin-left: 50px;
	}
	.header .content1600{
		height: 60px;
	}
	.header .r .nav{
		display: none;
	}
	.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: #D90B18;
	}
	
	.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: #D90B18 !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: 12px
	}
	
	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}
	
	.m-navbar li+li:after {
		display: none
	}
	
	.m-navbar li a {
		padding: 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
	.m-navbar .sub-nav .item{
		margin-top: 10px;
	}
	.m-navbar .sub-nav .item-t,
	.m-navbar .sub-nav .item-c a{
		font-size: 16px;
		color: #fff !important;
		line-height: 26px;
	}
	.m-navbar .sub-nav .item-c{
		display: flex;
		flex-wrap: wrap;
	}
	.m-navbar .sub-nav .item-c a{
		background-color: transparent;
		padding: 0 9px !important;
		opacity: .7;
	}
	.m-navbar .sub-nav .item-c a:not(:last-child){
		margin-right: 24px;
	}
	.m-navbar .sub-nav{
		display: none;
	}
	.m-navbar li.active .sub-nav{
		display: block;
	}
	
}
@media (max-width: 768px) {
	.inner-title{
		font-size: 24px;
	}
	.banner1 .banner-box .title{
		font-size: 24px;
	}
	
}
@media (max-width: 500px) {
	.header .r .header-search .searchBox{
		width: 250px;
	}
	.header .r .header-search .searchBox .submit{
		width: 45px;
	}
	.header .r .header-search .searchBox input{
		font-size: 14px;
		padding-left: 20px;
	}
	.banner1 .banner-box .title{
		font-size: 20px;
	}
	.inner-title{
		font-size: 22px;
	}
	.banner1 .banner-box{
		bottom: 15px;
	}
	.pagination ul li{
		width: 34px;
		height: 34px;
		line-height: 30px;
		font-size: 14px;
	}
	.pagination ul li.big{
		width: 60px;
	}
	
}