*{
    margin:0px auto;
    padding: 0px;
}
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: none;
}
ul{
	list-style: none;
}
a{
    text-decoration: none;
}
.content{
    width: 100%;
    height: auto;
    display: inline-block;
}
.videocon{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}
.videok{
	height: 100vh;
	object-fit: cover;
	display: table;
	opacity: 1;
	width: 100%;
}
.imgs1{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.imgs1>img{
	width: 50%;
	height: auto;
	display: table;
}
.xbimg{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 80px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 50px;
  /* 动画名称和持续时间 */
  animation: scale-up 0.8s infinite;
}
.xbimg>img{
	width: 32px;
	height: auto;
	display: table;
}
/* 定义关键帧 */
@keyframes scale-up {
  0% {
    transform: scale(1); /* 动画开始时的状态：正常大小 */
  }
  10% {
    transform: scale(1.025); /* 动画中间时候的状态：放大到1.5倍 */
  }
  20% {
    transform: scale(1.05); /* 动画中间时候的状态：放大到1.5倍 */
  }
  30% {
    transform: scale(1.075); /* 动画中间时候的状态：放大到1.5倍 */
  }
  40% {
    transform: scale(1.1); /* 动画中间时候的状态：放大到1.5倍 */
  }
  50% {
    transform: scale(1.125); /* 动画中间时候的状态：放大到1.5倍 */
  }
  60% {
    transform: scale(1.15); /* 动画结束时的状态：放大到2倍 */
  }
  70% {
    transform: scale(1.175); /* 动画结束时的状态：放大到2倍 */
  }
  80% {
    transform: scale(1.2); /* 动画结束时的状态：放大到2倍 */
  }
  90% {
    transform: scale(1.225); /* 动画结束时的状态：放大到2倍 */
  }
  100% {
    transform: scale(1.25); /* 动画结束时的状态：放大到2倍 */
  }
}
.ulnav{
	width: auto;
	height: 38px;
	display: none;
	position: fixed;
	top: 53px;
	right: 55px;
	z-index: 100;
}
.ulnav>li{
	width: auto;
	height: 38px;
	border-radius: 50px;
	float: left;
	margin-right: 28px;
	box-sizing: border-box;
	border: 1px solid #fff;
	line-height: 36px;
	font-size: 16px;
	background-color: #fff;
	color: #000;
	padding: 0px 20px;
	cursor: pointer;
}
.ulnav>li:hover{
	background-color: none !important;
	background: none !important;
	color: #fff !important;
}
.uadtxt{
	width: auto;
	height: auto;
	display: inline-block;
	zoom: 1;
	transform: rotate(270deg);
	position: fixed;
	left: -10%;
	bottom: 26%;
    z-index: 100;
    font-feature-settings: "ss01";
    font-style: normal;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-family: custom_76639;
    letter-spacing: 0.3px;
    font-size: 21px;
}
.contxt{
	width: auto;
	height: auto;
	display: table;
	position: absolute;
	top: 80px;
	left: 145px;
	z-index: 10;
}
.contxt>p{
	display: block;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	font-family: custom_76639;
	color: rgba(255, 255, 255, 1);
	font-size:111px;
	font-family: custom_76639;
	transform: scale(1.81152);
	transform-origin: left top;
	margin-bottom: 37px;
	font-family: 'PPFormula-CondensedBlackItalic', sans-serif;
}
.contxt1{
	width: 522px;
	height: auto;display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 158px;
}
.contxt1>p{
	width: auto;
	display: inline-block;
	height: auto;
	font-feature-settings: "ss01";
	color: rgba(255, 255, 255, 1);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0px;
	font-family: custom_76637;
	font-size: 20px;
	text-align: left !important;
	line-height: 35px;
	font-weight: bold;
}
.videocon1{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	background: url('../image/towimg.jpg')no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center; /* 背景图居中 */
	/* background-position: 50% 50%; */
	inset: -2px;z-index: 0;
	
}
/* .videocon2{
	width: 100%;
	height: 100vh;
	display: table;
	position: absolute;
	top: 0px;
	left: 0px;
	
} */
.videocon3{
	width: 100%;
	height: auto;
	display: table;
	position: relative;z-index: 1;
}
.threecon{
	width: 85%;
	height: auto;
	display: table;
	margin: 0px 7.5%;
	margin-top: 150px;
}
.threecon>li{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
	margin-bottom: 135px;
}
.threeimg1{
	width: 48%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	right: 0px;
}
.threeimg1>img{
	width: 80%;
	height: auto;
	display: table;
	cursor: pointer;
}
.threeimg2{
	width: 48%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
.threeimg2>img{
	width: 70%;
	height: auto;
	display: table;
	cursor: pointer;
}
.threeimg1>img:hover{
	opacity: 0.8;
}
.threeimg2>img:hover{
	opacity: 0.8;
}
.threeimg{
	width: 52%;
	height: auto;
	display: table;
	float: left;
	position: relative;
}
.threeimg3{
	width: 52%;
	height: auto;
	display: table;
	float: right;
	position: relative;
}
.threeimg>img:nth-child(1),.threeimg3>img:nth-child(1){
	width: 100%;
	height: auto;
}
.threecon>li:nth-child(1)>.threeimg>img:nth-child(2){
	width: 30%;
	height: auto;
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15%;
	margin-top: -4%;
}
.threecon>li:nth-child(2)>.threeimg3>img:nth-child(2){
	width: 30%;
	height: auto;
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15%;
	margin-top: -4%;
}
.threecon>li:nth-child(3)>.threeimg>img:nth-child(2){
	width: 50%;
	height: auto;
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -18%;
}
.threecon>li:nth-child(5)>.threeimg>img:nth-child(2){
	width: 50%;
	height: auto;
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -4%;
}

.threeimg4{
	width: 48%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
.threeimg4>img{
	width: 70%;
	height: auto;
	display: table;
	cursor: pointer;
}
.threeimg4>img:hover{
	opacity: 0.8;
}
.threecon>li:nth-child(4)>.threeimg2>img{
	width: 50%;
}
.threecon>li:nth-child(4)>.threeimg3>img:nth-child(2){
	width: 50%;
	height: auto;
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -18%;
}

.threecon>li:nth-child(5)>.threeimg1>img{
	width: 60%;
}

.threecon>li:nth-child(6)>.threeimg3>img:nth-child(2){
	width: 50%;
	height: auto;
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -11%;
}
.crafted{
	width: auto;
	height: auto;
	display: table;
	position: absolute;
	left: 100px;
	bottom: 78px;
	font-family: 'PPFormulaCondensedBlack', sans-serif;
}

.crafted>p{
	display: block;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	color: rgba(255, 255, 255, 1);
	font-size: 111px;
	zoom: 1.6;
	transform-origin: left top;
	margin-bottom: -33px;
	font-family: 'PPFormulaCondensedBlack', sans-serif;
}

.crafted1{
	width: auto;
	height: auto;
	display: table;
	position: absolute;
	left: 100px;
	top: 78px;
}

.crafted1>p{
	display: block;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	font-family: custom_76639;
	color: rgba(255, 255, 255, 1);
	font-size: 66px;
	font-family: custom_76639;
	zoom: 1.6;
	transform-origin: left top;
	margin-bottom: 29px;
}
.crafted2{
	width: auto;
	height: auto;
	display: table;
	position: absolute;
	left: 100px;
	top: 78px;
}

.crafted2>p{
	display: block;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	font-family: 'PPFormulaCondensedBlack', sans-serif;
	color: rgba(255, 255, 255, 1);
	font-size: 87px;
	zoom: 1.6;
	transform-origin: left top;
	margin-bottom: 29px;
}
.Live{
	width: 583px;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	position: absolute;
	top: 0px;
	right: 103px;
}
.Livee{
	width: 583px;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	position: absolute;
	top: 0px;
	left: 153px;
}
.Live1{
	width: 100%;
	height: auto;
	display: table;
}
.Live1>p:nth-child(1){
	width: 100%;
	height: auto;
	display: table;
	font-size: 30px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: bold;
}
.Live1>p:nth-child(2),.Live1>p:nth-child(3),.Live1>p:nth-child(4){
	width: 100%;
	height: auto;
	display: table;
	font-size: 23px;
	color: #fff;
	margin-bottom: 25px;
}
.Live1>a{
	width: auto;
	height: 45px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 0px 30px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	color: #000;
	transition: 0.5s all;
}
.Live1>a:hover{
	background-color: rgba(255, 255, 255, 0) !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}
.videocons{
	background-color: rgba(56, 56, 56, 1);
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lists{
	width: 100%;
	height: auto;
	display: table;
}
.lists>li{
	width: 33.33%;
	height: auto;
	display: table;
	float: left;
}
.lists>li>a{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}
.lists>li>a>img{
	width: 100%;
	height: auto;
	display: table;
}
.lists>li>a>img:nth-child(2){
	display: none;
}
.lists>li>a:hover>img:nth-child(2){
	display: table;
}
.lists>li>a:hover>img:nth-child(1){
	display: none;
}
.txt{
	width: 100%;
	height: auto;
	display: table;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	box-sizing: border-box;
	padding: 30px 40px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
}
.mores{
	width: auto;
	height: 45px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 0px 30px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	color: #000;
	transition: 0.5s all;
	position: absolute;
	left: 40%;
	bottom: 16%;
}
.mores:hover {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.m_con{
	width: 100%;
	height: 100vh;
	display: table;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	padding: 100px;
}
.m_con1{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.m_con2{
	width: 35%;
	height: auto;
	display: table;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.m_con2>p{
	width: 100%;
	height: auto;
	display: table-caption;
	font-size: 22px;
	color: #fff;
}

.m_con2>p:nth-child(1){
	margin-bottom: 40px;
}

.m_con3{
	width: 44%;
	height: auto;
	display: table;
	position: absolute;
	right: 42px;
	top: 85px;
}
.m_con3>p{
	width: 100%;
	height: auto;
	display: table-caption;
	font-size:51px;
	color: #fff;
	margin-bottom: 10px;
	text-align: right;
	font-family: 'PPFormulaCondensedBlack', sans-serif;
}

.m_con4{
	width: 35%;
	height: auto;
	display: table;
	position: absolute;
	right: 160px;
	top: 160px;
}
.m_con4>p{
	width: 100%;
	height: auto;
	display: table-caption;
	font-size: 73px;
	color: #fff;
	margin-bottom: 10px;
	text-align: right;
	font-family: 'PPFormulaCondensedBlack', sans-serif;
}
.lists1{
	width: 100%;
	height: auto;
	display: table;
}
.lists1>li{
	width: 33.33%;
	height: auto;
	display: table;
	float: left;
}
.lists1>li>a{
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}
.lists1>li>a>img{
	width: 100%;
	height: auto;
	display: table;
}
.lists1>li>a>img:nth-child(2){
	display: none;
}
.lists1>li>a:hover>img:nth-child(2){
	display: table;
}
.lists1>li>a:hover>img:nth-child(1){
	display: none;
}
.kcon{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0px;
	bottom: 40px;
}
.kcon1{
	width: auto;
	height: auto;
	display: flex;
}
.kcon1>li{
	width: 80px;
	height: 80px;
	margin: 0px 30px;
}

.kcon1>li>svg{
	width: 80px;
	height: 80px;
}

.kcon1>li>span{
	display: inline-block;
	line-height: 80px;
	font-size: 61px;
	color: #fff;
	text-align: center;font-family: 'PPFormulaCondensedBlack', sans-serif;
}
.bfor{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0px;
	bottom: 50px;
}
.bfor1{
	width: 80%;
	height: auto;
	display: flex;
}

.bfor1>li{
	width: auto;
	height: auto;
}

.bfor1>li:nth-child(1),.bfor1>li:nth-child(2){
	margin-right: 20%;
}
.bfor1>li:nth-child(1)>a{
	width: 80px;
	height: auto;
	display: table;
	float: left;
	margin-right: 20px;
}
.bfor1>li:nth-child(1)>a>img{
	width: 100%;
	height: auto;
	display: table;
	transition: 1s all;
}
.bfor1>li:nth-child(1)>a>img:nth-child(2){
	display: none;
}
.bfor1>li:nth-child(1)>a:hover>img:nth-child(1){
	display: none;
}
.bfor1>li:nth-child(1)>a:hover>img:nth-child(2){
	display: table;
}
.txt2{
	width: auto;
	height: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.txt2>p{
	width: 100%;
	height: auto;
	display: table;
	font-size: 20px;
	color: #fff;
}
.videocons1{
	background-color: #fff;
	height: 100vh;
	position: relative;
}
.imgcons{
	width: 100%;
	height: auto;
	display: table;
	overflow: hidden;
	position: relative;
}
.imgcons>img:nth-child(1){
	width: 22%;
	margin-left: 25%;
	margin-top: -106px;
}
.imgcons>img:nth-child(2){
	width: 22%;
	margin-left: 4%;
	margin-top: 166px;
	position: relative;
}
.imgcons>img:nth-child(3){
	width: 22%;
	float: right;
	margin-top: 324px;
}
.imgcons>img:nth-child(4){
	width: 22%;
	margin-left: 36%;
    margin-top: -155px;
	margin-right: 42%;
}
.imgcons>img:nth-child(6){
	width: 35%;
	/* margin-left: 10%; */
	margin-top: -575px;
	position: relative;
	left: 8%;
}
.imgcons>img:nth-child(5){
	width:25%;
	margin-top: -217px;
	position: relative;
	left: 0%;
}
.imgcons>img:nth-child(7){
	width:10%;
	margin-left: -58%;
	margin-top: 450px;
}
.imgcons>img:nth-child(8){
	width: 26%;
	margin-left: 12%;
	margin-top: 497px;
    margin-right: 10%;
}
.imgcons>img:nth-child(9){
	width:33%;
	float: right;
	margin-top: 695px;
}
.imgcons>img:nth-child(10){
	width:25%;
	margin-left: 3%;
	margin-top: -117px;
}
.imgcons>img:nth-child(11){
	width: 26%;
	margin-left: 6%;
	margin-top: 304px;
}
.imgcons>img:nth-child(12){
	width:28%;
	margin-left: 3%;
	margin-bottom: 50px;
	margin-top: 40px;
}
.kslist{
	width: 35%;
	height: auto;
	display: table;
	position: absolute;
	top: 124px;
	left: 3%;
}
.kslist>p{
	font-size: 199px;
	color: rgba(162, 126, 255, 1);
	font-weight: bold;
	font-family: 'PPFormulaCondensedBlack', sans-serif;
}
.txt1{
	width: 100%;
	height: auto;
	display: table;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0px;
	font-size: 147px;
	color: #fff;
	font-family: 'PPFormulaCondensedBlack', sans-serif;
}
@font-face {
	font-family: 'PPFormulaCondensedBlack';
    src: url('../image/otf/PPFormula-CondensedBlack.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'PPFormula-CondensedBlackItalic';
    src: url('../image/otf/PPFormula-CondensedExtraboldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.kslist>a{
	width: auto;
	height: 45px;
	display: inline-block;
	background-color: rgba(242, 242, 242, 1);
	border-radius: 50px;
	box-sizing: border-box;
	padding: 0px 30px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	color: #000;
	transition: 0.5s all;
}
.kslist>a:hover {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000 !important;
    border: 1px solid rgba(242, 242, 242, 1) !important;
}
.kslist1{
	width: 22%;
	height: auto;
	display: table;
	position: absolute;
	top: 124px;
	left: 3%;
}
.kslist1>p{
	font-size: 18px;
	color: #222;
	line-height: 25px;
}
.navtop{
	width: 100%;
	height: 70px;
	display: table;
	box-sizing: border-box;
	padding: 0px 40px;
	float: left;
}
.login{
	width: auto;
	height: 70px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.login>img{
	width:auto;
	height: 60px;
}
.ulnavs{
	width: auto;
	height: 60px;
	display: table;
	float: right;
	margin-top: 5px;
}
.ulnavs>li{
	width: auto;
	height: 60px;
	display: table;
	float: left;
	margin-left: 25px;
}
.ulnavs>li>a{
	width: auto;
	height: auto;
	border-radius: 50px;
	box-sizing: border-box;
	line-height: 60px;
	font-size: 16px;
	color: #000;
	padding: 0px 20px;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
/* .ulnavs>li>a::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -3px;
	display: none;
} */
.ulnavs>li>a:hover::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -3px;
}
.nrcon{
	width: 100%;
	height: auto;
	display: table;
	padding:40px 60px;
	box-sizing: border-box;
}
.nrcon>p:nth-child(1){
	width: 100%;
	height: auto;
	display: table;
	font-size: 16px;
	color: #000;
	line-height: 25px;
}
.nrcon>p:nth-child(1)>span{
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	color:rgba(210,210,210,1);
	font-size:24px;
	transition: all 0.5s; 
	position: relative;
	top: 0px;	margin-left: 5px;
}
.nrcon1{
	width: 50%;
	height: 0px;
	transition: all 1s; 
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-top: 20px;
	overflow: hidden;
}
.splist{
	width: 85%;
	height: auto;
	display: table;
	margin-top: 40px;
}
.splist>li{
	width: 32%;
	height: auto;
	display: table;
	float: left;
	margin-right: 2%;
	margin-bottom: 22px;
	position: relative;
	cursor: pointer;
}
.splist>li:nth-child(3n){
	margin-right: 0px;
}
.splist>li>video{
	width: 100%;
	height: auto;
	display: table;
}
.splist>li>p{
	width: 100%;
	height: auto;
	display: table;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}
.tcup{
	width: 100%;
	height: 100vh;
	display: table;
	transition: 1s all;
	transform: scale(0);
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
}
.cha{
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 10;
}
.cha>img{
	width: 30px;
	height: auto;
}
.tcup1{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.xqvideo1{
	width: 42%;
	height: auto;
	display: table;
}
.lqh1{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 10;
	margin-top: -20px;
	cursor: pointer;
}
.lqh1>img{
	width: 30px;
	height: 30px;
}
.rqh2{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
	margin-top: -20px;
	cursor: pointer;
}
.rqh2>img{
	width: 30px;
	height: 30px;
}
.txt3{
	width: 100%;
	height: auto;
	display: table;
	text-align: right;
	box-sizing: border-box;
	padding: 20px;
	font-size: 15px;
	color: #000;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.txt3>span:nth-child(2){
	padding-right: 10px;
	position: relative;
}
.txt3>span:nth-child(2)::before{
	content: "";
	width: 1px;
	height: 15px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -7.5px;
}
.txt3>span:nth-child(3){
	margin-left: 10px;
}






@media (max-width:1816px){
	
}
@media (max-width:1635px){
	
}
@media (max-width:1580px){
	.contxt>p{
		font-size: 81px;
		transform: scale(1.6);
		margin-bottom: 21px;
	}
	.contxt1>p{
		font-size: 15px;
	}
	.uadtxt {
	    left: -10%;
	    bottom: 33%;
	    font-size: 19px;
	}
	.Live{
		width: 400px;
	}
	.lists>li>a>img{
		width: 100%;
		height:auto;
		display: table;
	}
	.imgcons>img:nth-child(7) {
	    margin-top: 450px;
	}
	.imgcons>img:nth-child(8) {
	    margin-top: 497px;
	}
	.txt1{
		font-size: 99px;
	}
	.bfor1>li:nth-child(1)>a{
		width:60px;
		margin-right: 7px;
	}
	.txt2{
		height: 60px;
	}
	.bfor1>li:nth-child(1), .bfor1>li:nth-child(2) {
	    margin-right: 16%;
	}
	.kslist>p {
	    font-size: 107px;
	}
	.kslist1{
		width: 27%;
	}
	.Livee{
		left: 52px;
		width: 50%;
	}
	.Live1>p:nth-child(2), .Live1>p:nth-child(3), .Live1>p:nth-child(4) {
		font-size: 18px;
	}
	.m_con4>p{
		font-size: 54px;
	}
	.m_con4{
		right: 55px;
	}
	.contxt1{
		margin-right: 0px;
		right: 61px;
	}
	.contxt{
		left: 84px;
	}
	.crafted>p {
	   font-size: 49px;
	   margin-bottom: 12px;
	}
	.m_con2>p{
		font-size: 19px;
	}
	.m_con3>p{
		font-size: 49px;
	}
	.m_con3{
		margin-top: 52px;
	}
	.xbimg{
		width:60px;
		height: 60px;
	}
	.txt {
	    padding: 17px;
	    font-size: 17px;
	}
}
@media (max-width:1380px){
	
}
@media (max-width:1268px){
	.uadtxt {
	    left: -14%;
	}
}
@media (max-width:1100px){
	
}
@media (max-width:1000px){
	.mores {
	    height: 40px;
	    line-height: 38px;
	    left: 30%;
	}
	.txt {
	    padding: 17px;
	    font-size: 17px;
	}
	.contxt>p{
		font-size: 57px;
		transform: scale(1.6);
		margin-bottom: 21px;
	}
	.contxt1>p{
		font-size: 15px;
	}
	.contxt{
		left: 83px;
	}
	.uadtxt {
	    left: -17%;
	    bottom: 33%;
	    font-size: 19px;
	}
	.Live{
		width: 400px;
	}
	.lists>li>a>img{
		width: 100%;
		height:auto;
		display: table;
	}
	.imgcons>img:nth-child(7) {
	    margin-top: 450px;
	}
	.imgcons>img:nth-child(8) {
	    margin-top: 497px;
	}
	.txt1{
		font-size: 89px;
	}
	.bfor1>li:nth-child(1)>a{
		width:50px;
		margin-right: 7px;
	}
	.txt2{
		height: 50px;
	}
	.bfor1>li:nth-child(1), .bfor1>li:nth-child(2) {
	    margin-right: 8%;
	}
	.kslist>p {
	    font-size: 97px;
	}
	.kslist1{
		width: 27%;
	}
	.Livee{
		left: 32px;
	}
	.Live1>p:nth-child(2), .Live1>p:nth-child(3), .Live1>p:nth-child(4) {
		font-size: 16px;
	}
	.m_con4>p{
		font-size: 44px;
	}
	.m_con4{
		right: 35px;
	}
	.contxt1{
		margin-right: 0px;
		right: 44px;
	}
	.crafted>p {
		font-size: 36px;
		margin-bottom: 17px;
		line-height: 26px;
	}
	.Live{
		right: 44px;
	}
	.m_con{
		padding: 59px;
	}
	.m_con2>p{
		font-size: 17px;
	}
	.m_con3>p{
		font-size: 34px;
	}
	.crafted1>p {
	    font-size: 51px;
	    margin-bottom: 16px;
	}
	.Livee {
	    width: 47%;
	}
	.kcon1>li>svg{
		width: 60px;
		height: 60px;
	}
	.kcon1>li>span{
		line-height: 60px;
	}
	.kcon1>li{
		margin: 0px 15px;
	}
}

@media (max-width:830px){
	.txt1 {
	    font-size: 64px;
		top: 26%;
	}
	.uadtxt {
	    left: -20%;
	}
	.bfor1>li:nth-child(1)>a {
	    width: 40px;
	}
	.bfor1>li:nth-child(1), .bfor1>li:nth-child(2) {
	    margin-right: 4%;
	}
	.txt2 {
	    height: 38px;
	}
	.bfor1{
		width: 90%;
	}
	.txt2>p{
		font-size: 16px;
	}
	.kcon1>li {
	    width: 44px;
	    height: 44px;
	}
	.kcon1>li>svg {
	   width: 44px;
	   height: 44px;
	}
	.kcon1>li>span {
	    line-height: 49px;
		font-size: 48px;
	}
	.crafted2 {
	    left: 48px;
	    top: 155px;
	}
	.crafted2>p{
		font-size: 71px;
	}
	.txt {
	    padding: 10px;
	    font-size: 16px;
	}
	.Live1>p:nth-child(1){
		font-size: 23px;
	}
	.Live1>a {
	    height: 40px;
	    line-height: 38px;
	    font-size: 16px;
	}
	.m_con4>p {
	    font-size: 32px;
	}
	.Live1>p:nth-child(2), .Live1>p:nth-child(3), .Live1>p:nth-child(4) {
	    font-size: 14px;
	}
	.Live {
	    width: 50%;
		right: 15px;
	}
	.crafted1{
		left: 45px;
	}
	.crafted1>p {
	    font-size: 40px;
	    margin-bottom: 2px;
	}
	.m_con {
	    padding: 50px;
	}
	.m_con2 {
	    width: 48%;
	}
	.m_con3 {
	    width: 60%;
	    right: 11px;
		margin-top: 29px;
	}
	.mores {
	    left: 23%;
	}
	.crafted {
	    left: 67px;
	    bottom: 44px;
	}
	.contxt1 {
	    width: 55%;
	}
	.contxt1>p {
	    font-size: 14px;
		line-height: 28px;
	}
	.contxt {
	    left: 50px;
		top: 137px;
	}
	.contxt>p {
	    font-size: 48px;
	    transform: scale(1.6);
	    margin-bottom: 15px;
	}
	.kslist1 {
	    width: 39%;
	}
}
@media screen and (max-width: 700px){
	.uadtxt {
	    left: -25%;
	}
}
@media screen and (max-width: 600px){
	.uadtxt {
	    left: -25%;
	}
}
@media screen and (min-width:475px) and (max-width: 600px){
   
}
@media screen and (max-width: 600px) {
   
}
@media screen and (min-width:475px) and (max-width: 600px){
   
}
@media screen and (min-width:400px) and (max-width: 475px){
   
}
@media screen and (min-width:378px) and (max-width: 400px){
   
}
@media screen and (min-width:350px) and (max-width: 378px){
    
}
@media screen and (min-width:300px) and (max-width: 350px){
   
}
@media screen and (min-width:450px) and (max-width: 600px){

}
@media screen and (min-width:414px) and (max-width: 450px){
   
}
@media screen and (min-width:375px) and (max-width: 414px){
   
}
@media screen and (min-width:375px) and (max-width: 390px){
   
}
@media screen and (min-width:355px) and (max-width: 375px){
   
}
@media screen and (min-width:319px) and (max-width: 355px){
    
}
@media screen and (min-width:500px) and (max-width: 530px){
   
}
@media screen and (min-width:460px) and (max-width: 500px){
   
}
@media screen and (min-width:430px) and (max-width: 460px){
   
}
@media screen and (min-width:390px) and (max-width: 430px){
   
}
@media screen and (min-width:350px) and (max-width: 390px){
   
}

@media screen and (min-width:300px) and (max-width: 350px){

}