@font-face {
	font-family: "syht";
	src: url('./fonts/SC-Regular.eot?t=1718335433926');
	/* IE9 */
	src: url('./fonts/SC-Regular.eot?t=1718335433926#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('./fonts/SC-Regular.woff2?t=1718335433926') format('woff2'),
		url('./fonts/SC-Regular.woff?t=1718335433926') format('woff'),
		url('./fonts/SC-Regular.ttf?t=1718335433926') format('truetype'),
		url('./fonts/SC-Regular.svg?t=1718335433926#iconfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: #000000;
	font-family: "syht";
	overflow: auto;
}

body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "syht";
}

article,
aside,
div,
dl,
dt,
dd,
figure,
h1,
h2,
h3,
h4,
h5,
head,
header,
html,
iframe,
button,
img,
nav,
object,
ol,
p,
section,
span,
a,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	line-height: 1;
}

ul {
	list-style: none;
}

li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 24px;
	color: #333;
	text-rendering: optimizelegibility;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	line-height: 42px;
}

h2 {
	font-size: 24px;
	line-height: 36px;
}

h3 {
	font-size: 22px;
	line-height: 26px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

article,
aside,
dialog,
figure,
footer,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

a {
	color: #333;
}

a:active,
a:hover {
	outline: 0;
}

a,
a:hover {
	text-decoration: none;
}

img {
	height: auto;
	margin: 0;
	display: block;
}

input {
	border: 0;
}

input[type="email"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
	background-color: #fbfbfb;
	border: 1px #f2f2f2 solid;
	padding: 10px;
	width: 100%;
	min-width: 60px;
	font-size: 14px;
}

input:focus,
textarea:focus {
	border: 1px #C6000C solid;
	background-color: #fff;
}

button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select {
	cursor: pointer;
}

button,
select,
input[type="button"],
input[type="email"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}

input:focus {
	outline: medium;
}

i,
em {
	font-style: normal;
}

.clear {
	clear: both;
}

.welcome {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background: #000000;
	/* display: none; */
	/* animation: s1 1.5s linear infinite; */

}

@-webkit-keyframes big01 {
	0% {
		transform: scale(0, 0);
	}

	90% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(0, 0);
	}
}

.welcome-con {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.welcome-con-video {
	width: 1000px;
	height: auto;
}

.welcome-con-img {
	width: 518px;
	height: 169px;
	transform: scale(0, 0);
	animation: big01 3s ease forwards;
}

.welcome-con-img img {
	width: 100%;
	height: 100%;
}

.welcome-con-img-gif {
	width: 960px;
	height: 540px;
}

.welcome-con-img-gif img {
	width: 100%;
	height: 100%;
}

.content {
	width: 100%;
	min-width: 1400px;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 80px;
}

.main {
	width: 77%;
	min-width: 1200px;
	max-width: 1480px;
	margin: 0 auto;
}

/* 右侧 开始 */
.public-right-box {
	position: fixed;
	right: 80px;
	bottom: 26px;
	z-index: 9998;
	width: 41px;
	height: auto;
}

.public-right-ul {
	width: 41px;
	height: auto;
}

.public-right-li {
	width: 41px;
	height: 41px;
	margin-top: 10px;
	display: block;
}

.public-right-li img {
	width: 41px;
	height: 41px;
}

/* 右侧 结束 */
/* 顶部 开始 */
.head-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #000000;
	padding: 0 140px;
	z-index: 1000;
}

.head-left {
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.head-left img {
	width: 162px;
	height: 52px;
}

.head-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.head-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.head-nav-li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 25px;
}

.head-nav-li img {
	margin-left: 5px;
}

.head-search {
	width: 133px;
	height: 26px;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 13px;
	padding: 0 40px;
	padding-left: 10px;
	position: relative;
	margin-left: 12px;
}

.head-search-input {
	width: 100%;
	height: 26px;
	background: none;
	border: none;
	color: #ffffff;
}

.head-search input:focus {
	border: none;
	background: none;
}

.head-search-icon {
	width: 17px;
	height: 16px;
	position: absolute;
	right: 13px;
	top: 5px;
	background: url(../img/index/icon-search.png) no-repeat;
}

.head-login {
	margin-left: 12px;
	width: 15px;
	height: 16px;
}

.head-login img {
	width: 15px;
	height: 16px;
}

/* 顶部 结束 */

/* 底部 开始 */
.foot-box {
	width: 100%;
	height: auto;
	padding: 60px 0;
}

.foot-con {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.foot-con2 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot-left {
	width: 214px;
	height: auto;
}

.foot-left img {
	width: 100%;
	height: auto;
}

.foot-right {
	padding-left: 84px;
}

.foot-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 14px;
}

.foot-nav-li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 57px;
}

.foot-nav-li img {
	margin-right: 6px;
}

.foot-text {
	width: 100%;
}

.foot-text2 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot-text-li {
	letter-spacing: 0px;
	color: #828282;
	font-size: 14px;
	margin-right: 22px;
}

.foot-text-li:hover {
	color: #828282;
}


/* 底部 结束 */

/* 404 开始 */

.not {
	position: fixed;
	left: 0;
	top: 80px;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 80px;
}

.not-con {
	width: 58.9%;
	max-width: 1131px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.not-top {
	width: 100%;
	height: auto;
	position: relative;
}

.not-top .img-1 {
	width: 100%;
	height: auto;
}

.not-top .img-2 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 66%;
}

.not-btn {
	width: 32.89%;
	margin-top: 13%;
	height: auto;
}

.not-btn img {
	width: 100%;
	height: auto;
}

/* 404 结束 */


/* 首页 开始 */
.index-box {
	width: 100%;
	height: auto;
}

.index-con-1 {
	width: 100%;
	height: 1080px;
	position: relative;
}

.index-video {
	width: 1920px;
	height: 1080px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: -60px;
	z-index: 1;
}

.index-video::-webkit-media-controls-timeline {
	display: none;
	/* 隐藏进度条（适用于 Chrome、Safari 等 WebKit 浏览器） */
}

.index-video::-moz-range-track {
	display: none;
	/* 隐藏进度条（适用于 Firefox） */
}

.index-video::-ms-track {
	display: none;
	/* 隐藏进度条（适用于 Edge） */
}

.index-big-img {
	width: 100%;
	height: auto;
	padding-top: 80px;
}

.index-big-img .img {
	width: 100%;
	height: auto;
}

.index-big-img .img img {
	width: 100%;
	height: auto;
}

.index-con-1 .img-1 {
	width: 1920px;
	height: 1080px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	z-index: 1;
}

.index-con-1 .img-2 {
	width: 586px;
	height: 182px;
	position: absolute;
	left: 50%;
	margin-left: -293px;
	bottom: 154px;
	z-index: 2;
}

.index-con-1 .img-3 {
	width: 122px;
	height: 33px;
	position: absolute;
	left: 50%;
	margin-left: -61px;
	bottom: 77px;
	z-index: 3;
}

.index-con-2 {
	width: 100%;
	height: 1080px;
	position: relative;
}

.index-con-2 .img-1 {
	width: 1476px;
	height: 858px;
	position: absolute;
	left: 50%;
	margin-left: -738px;
	top: 140px;
	z-index: 2;
}

.index-con-2 .img-2 {
	width: 1180px;
	height: 385px;
	position: absolute;
	left: 50%;
	margin-left: -590px;
	top: 400px;
	z-index: 1;
}

.index-con-2 .img-3 {
	width: 900px;
	height: 123px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 825px;
	z-index: 3;
}

.tips-1-1 {
	width: 100%;
	height: 17px;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 9;
	background: url(../img/index/tips-1.png) no-repeat center center;
}

.tips-1-2 {
	width: 1180px;
	height: 17px;
	position: absolute;
	left: 50%;
	margin-left: -590px;
	bottom: 50px;
	z-index: 9;
	background: url(../img/index/tips-1.png) no-repeat left center;
}

.tips-3-1 {
	width: 209px;
	height: 17px;
	position: absolute;
	right: 60px;
	bottom: 250px;
	z-index: 9;
	background: url(../img/index/tips-3.png) no-repeat right center;
}

.tips-3-2 {
	width: 209px;
	height: 17px;
	position: absolute;
	right: 60px;
	bottom: 50px;
	z-index: 9;
	background: url(../img/index/tips-3.png) no-repeat right center;
}

.index-con-3 {
	width: 100%;
	height: 1080px;
	position: relative;
}

.index-con-3-top {
	width: 471px;
	height: 41px;
	position: absolute;
	left: 50%;
	margin-left: -235px;
	top: 105px;
	z-index: 2;
}

.index-con-3-nav {
	width: 880px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	top: 200px;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-con-3-nav-li {
	width: 116px;
	height: 18px;
	background: url(../img/index/c3-2-1.png) no-repeat;
	background-size: 100% 100%;
	transform: scale(1);
}

.index-con-3-nav-li.active {
	animation: big 0.2s ease forwards;
	transform: scale(1.1);
}

.index-con-3-nav-li.li1 {
	background-image: url(../img/index/c3-2-1.png);
}

.index-con-3-nav-li.li2 {
	background-image: url(../img/index/c3-2-2.png);
}

.index-con-3-nav-li.li3 {
	background-image: url(../img/index/c3-2-3.png);
}

.index-con-3-nav-li.li4 {
	background-image: url(../img/index/c3-2-4.png);
}

.index-con-3-nav-li.li5 {
	background-image: url(../img/index/c3-2-5.png);
}

.index-con-3-banner {
	width: 100%;
	height: 452px;
	position: absolute;
	left: 0;
	top: 350px;
	z-index: 4;
}

.index-con-3-banner-ul {
	width: 100%;
	height: 452px;
}

.index-con-3-banner-li {
	width: 100%;
	height: 452px;
	display: none;
	background: url(../img/index/c3-3-1.png) no-repeat center center;
	opacity: 0;
	animation: fadeInOut 0.5s ease-in forwards;
}

.index-con-3-banner-li.li1 {
	background: url(../img/index/c3-3-1.png) no-repeat center center;
}

.index-con-3-banner-li.li2 {
	background: url(../img/index/c3-3-2.png) no-repeat center center;
}

.index-con-3-banner-li.li3 {
	background: url(../img/index/c3-3-3.png) no-repeat center center;
}

.index-con-3-banner-li.li4 {
	background: url(../img/index/c3-3-4.png) no-repeat center center;
}

.index-con-3-banner-li.li5 {
	background: url(../img/index/c3-3-5.png) no-repeat center center;
}

.index-con-3-banner-li.active {
	width: 100%;
	height: 452px;
	display: block;
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes big {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.index-con-3-banner-pre {
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	left: 140px;
	top: 180px;
	z-index: 20;
	background: url(../img/index/icon-pre.png) no-repeat;
	background-size: 100% 100%;
}

.index-con-3-banner-next {
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	right: 140px;
	top: 180px;
	z-index: 20;
	background: url(../img/index/icon-next.png) no-repeat;
	background-size: 100% 100%;
}

.index-con-3-bottom {
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 888px;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-con-3-bottom .left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.index-con-3-bottom .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.index-con-3-bottom .img-1 {
	width: 202px;
	height: 53px;
	margin-right: 65px;
}

.index-con-4 {
	width: 100%;
	height: 1080px;
	position: relative;
}

.index-con-4 .img-1 {
	width: 508px;
	height: 299px;
	position: absolute;
	left: 50%;
	margin-left: -644px;
	top: 100px;
	z-index: 2;
}

.index-con-4 .img-2 {
	width: 1338px;
	height: 705px;
	position: absolute;
	left: 50%;
	margin-left: -669px;
	top: 274px;
	z-index: 1;
}

/* 首页 结束 */

/* 详情 开始 */
.detail-box {
	width: 100%;
	height: auto;
}

.detail-con-li {
	width: 100%;
	height: auto;
	position: relative;
}

.detail-con-li .img {
	width: 100%;
	height: auto;
}

.detail-con-li .img img {
	width: 100%;
	height: auto;
}

.detail-con-1 {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 114px;
}

.detail-con-1 .img-2 {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.detail-con-2 {
	width: 100%;
	padding-top: 114px;
	padding-bottom: 184px;
	height: 2356px;
	position: relative;
}

.detail-con-2-con {
	width: 1480px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -740px;
	top: 0;
	z-index: 2;
}

.detail-con-2-con-1 {
	width: 100%;
	height: 603px;
	border-radius: 20px;
	margin-bottom: 13px;
}

.detail-con-2-con-1 .img-1 {
	width: 100%;
	height: auto;
}

.detail-con-2-con-1 .img-2 {
	width: 1082px;
	height: 603px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.detail-con-2-con-3 {
	width: 100%;
	height: 430px;
	border-radius: 20px;
	margin-bottom: 13px;
}

.detail-con-2-con-4 {
	width: 100%;
	height: 498px;
	border-radius: 20px;
	margin-bottom: 13px;
}

.detail-con-2-con-2 {
	width: 100%;
	height: 490px;
	border-radius: 20px;
	margin-bottom: 13px;
}

.detail-con-2-con-2-1 {
	width: 929px;
	height: 489px;
	background: #0f0f0f;
	mix-blend-mode: screen;
	border-radius: 20px;
	float: left;
}

.detail-con-2-con-2-2 {
	width: 536px;
	height: 489px;
	background: #0f0f0f;
	mix-blend-mode: screen;
	border-radius: 20px;
	float: right;
	padding-top: 28px;
	padding-left: 43px;
}

.detail-con-3 {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 196px;
}

.detail-con-3 .img-1 {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.detail-con-3 .img-2 {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.detail-con-4 {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 200px;
}

.detail-con-4 .img-1 {
	margin-bottom: 170px;
}

.detail-con-5 {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 166px;
}

.detail-con-5 .img-1 {
	margin-bottom: 20px;
}

.detail-con-6 {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 200px;
}

.detail-con-7 {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 105px;
}

.detail-con-7 .img-1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.detail-con-8 {
	width: 77%;
	height: auto;
	position: relative;
	margin: 0 auto;
	margin-bottom: 105px;
}

.detail-con-8 .top {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 42px;
}

.detail-con-8 .btn-box {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.detail-con-8 .btn-ul {
	width: 264px;
	height: 50px;
	background: #1F2126;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 11px;
}

.detail-con-8 .btn-li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	padding: 2px;
}

.detail-con-8 .btn-li .btn-li-con {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #434343;
}

.detail-con-8 .btn-li.li1 {
	background: #434343;
	border: 1px solid #434343;
}

.detail-con-8 .btn-li.li1 .btn-li-con {
	background: #434343;
}

.detail-con-8 .btn-li.li2 {
	background: #FF0000;
	border: 1px solid #FF0000;
}

.detail-con-8 .btn-li.li2 .btn-li-con {
	background: #FF0000;
}

.detail-con-8 .btn-li.li3 {
	background: #FFCECE;
	border: 1px solid #FFCECE;
}

.detail-con-8 .btn-li.li3 .btn-li-con {
	background: #FFCECE;
}

.detail-con-8 .btn-li.li4 {
	background: #EEE2CF;
	border: 1px solid #EEE2CF;
}

.detail-con-8 .btn-li.li4 .btn-li-con {
	background: #EEE2CF;
}

.detail-con-8 .btn-li.li5 {
	background: #000000;
	border: 1px solid #000000;
}

.detail-con-8 .btn-li.li5 .btn-li-con {
	background: #000000;
}

.detail-con-8 .btn-li:hover,
.detail-con-8 .btn-li.active {
	background: none;
	border: 1px solid #ffffff;
}

.detail-con-8 .btn-title {
	width: 120px;
	height: 30px;
	margin-right: 25px;
	display: none;
}

.detail-con-8 .btn-title.active {
	display: block;
}

.detail-con-8 .con {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 42px;
}

.detail-con-8 .con .img-li {
	display: none;
	opacity: 0;
	animation: fadeInOut 0.5s ease-in forwards;
}

.detail-con-8 .con .img-li.active {
	display: block;
	opacity: 1;
}

.detail-con-8 .bottom {
	width: 100%;
	height: auto;
	position: relative;
}

.detail-con-8 .bottom .icon {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	float: right;
}

.detail-con-8 .bottom .icon img {
	width: 40px;
	height: 40px;
}

/* 详情 结束 */

/*y65 开始*/

.y65-detail-con-20 {
	width: 77%;
	height: auto;
	position: relative;
	margin: 0 auto;
	margin-bottom: 105px;
}

.y65-detail-con-20 .top {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 42px;
}

.y65-detail-con-20 .btn-box {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.y65-detail-con-20 .btn-ul {
	width: 264px;
	height: 50px;
	background: #1F2126;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 11px;
}

.y65-detail-con-20 .btn-li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	padding: 2px;
}

.y65-detail-con-20 .btn-li .btn-li-con {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #434343;
}

.y65-detail-con-20 .btn-li.li1 {
	background: #FFCECE;
	border: 1px solid #FFCECE;
}

.y65-detail-con-20 .btn-li.li1 .btn-li-con {
	background: #FFCECE;
}

.y65-detail-con-20 .btn-li.li2 {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.y65-detail-con-20 .btn-li.li2 .btn-li-con {
	background: #ffffff;
}

.y65-detail-con-20 .btn-li.li3 {
	background: #e9b745;
	border: 1px solid #e9b745;
}

.y65-detail-con-20 .btn-li.li3 .btn-li-con {
	background: #e9b745;
}

.y65-detail-con-20 .btn-li.li4 {
	background: #000000;
	border: 1px solid #000000;
}

.y65-detail-con-20 .btn-li.li4 .btn-li-con {
	background: #000000;
}

.y65-detail-con-20 .btn-li:hover,
.y65-detail-con-20 .btn-li.active {
	background: none;
	border: 1px solid #ffffff;
}

.y65-detail-con-20 .btn-title {
	width: 240px;
	height: 30px;
	margin-right: 25px;
	display: none;
	text-align: right;
}

.y65-detail-con-20 .btn-title img {
	height: 30px;
	display: inline-block;
}

.y65-detail-con-20 .btn-title.active {
	display: block;
}

.y65-detail-con-20 .con {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 42px;
}

.y65-detail-con-20 .con .img-li {
	display: none;
	opacity: 0;
	animation: fadeInOut 0.5s ease-in forwards;
}

.y65-detail-con-20 .con .img-li.active {
	display: block;
	opacity: 1;
}

.y65-detail-con-20 .bottom {
	width: 100%;
	height: auto;
	position: relative;
}

.y65-detail-con-20 .bottom .icon {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	float: right;
}

.y65-detail-con-20 .bottom .icon img {
	width: 40px;
	height: 40px;
}
/*y65 结束*/

/* 下载页 开始 */
.download-box {
	width: 100%;
	height: auto;
}

.download-con-1 {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #929292;
	background: #0F0F0F;
}

.download-con-2 {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 44px;
}

.download-con-product {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 50px;
}

.download-con-product-con {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.download-con-product .left {
	width: 166px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: left;
}

.download-con-product .right {
	width: 100%;
	flex: 1;
	height: auto;
}

.download-con-product .select {
	width: 100%;
	height: 64px;
	border: 1px solid #707070;
	border-radius: 12px;
	padding: 0 23px;
	position: relative;
}

.download-con-product .select-show {
	width: 100%;
	height: 64px;
	background: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.download-con-product .select .text {
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	letter-spacing: 0px;
}

.download-con-product .select .icon {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.download-con-product .select .icon img {
	width: 40px;
	height: 40px;
}

.download-con-product .select .more {
	width: 100%;
	height: auto;
	top: 64px;
	left: 0;
	z-index: 3;
	position: absolute;
	padding: 12px 23px;
	background: #0f0f0f;
	border-radius: 12px;
	display: none;
}

.download-con-product .select .more-li {
	width: 100%;
	height: auto;
	line-height: 40px;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	margin-top: 12px;
	margin-bottom: 12px;
}

.download-con-4 {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 21px;
}

.download-con-app {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 61px;
}

.download-con-app .list-ul {
	width: 100%;
	height: auto;
	position: relative;
}

.download-con-app .list-li {
	width: 100%;
	border: 1px solid #707070;
	margin-bottom: 28px;
	height: auto;
	min-height: 215px;
	padding: 15px 18px;
	position: relative;
}

.download-con-app .list-li .title {
	width: 100%;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 13px;
}

.download-con-app .list-li .intro {
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.download-con-app .list-li .intro-con {
	width: 100%;
	height: auto;
	line-height: 20px;
	font-size: 13px;
	color: #FFFFFF;
	white-space: pre-line;
}

.download-con-app .list-li .intro-more-box {
	width: 100%;
	display: none;
}

.download-con-app .list-li .intro-more {
	width: 100%;
	line-height: 20px;
	font-size: 13px;
	color: #FFFFFF;
}

.download-con-app .list-li .intro-more2 {
	width: 100%;
	line-height: 20px;
	font-size: 13px;
	color: #FC6B3E;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	cursor: pointer;
}

.download-con-app .list-li .intro-more .icon {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

.download-con-app .list-li .download-btn {
	width: 245px;
	height: 48px;
	position: absolute;
	top: 21px;
	right: 27px;
	z-index: 3;
	display: block;
}

/* 下载页 结束 */

/* 登录 开始 */
.login-box {
	width: 100%;
	height: auto;
	padding: 120px 0;
}

.login-con-1 {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 38px;
}

.login-con-1 .img-1 {
	width: 196px;
	height: 63px;
	margin: 0 auto;
}

.login-con-2 {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}

.login-con-2 .img-1 {
	width: 784px;
	height: 67px;
	margin: 0 auto;
}

.login-con-title {
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-bottom: 38px;
	text-align: center;
	letter-spacing: 0px;
	color: #4A4A4A;
	font-size: 25px;
}

.login-con-title a {
	color: #FFFFFF;
}

.login-con-form {
	width: 563px;
	height: auto;
	margin: 0 auto;
}

.login-con-form-ul {
	width: 100%;
	height: auto;
}

.login-con-form-li {
	width: 100%;
	height: auto;
}

.login-con-form .input {
	width: 100%;
	height: 60px;
	position: relative;
	margin-bottom: 27px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #0F0F0F;
	border: 1px solid #707070;
	border-radius: 17px;
}

.login-con-form .input .icon {
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: right;
	color: #333333;
	font-size: 20px;
	padding-right: 21px;
}

.login-con-form .input .icon a {
	color: #333333;
	font-size: 20px;
}

.login-con-form .input .pwd-show {
	display: none;
}

.login-con-form .input .get-btn {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #AEAEAE;
	font-size: 20px;
	padding: 0 21px;
}

.login-con-form input {
	width: 100%;
	flex: 1;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 18px;
	padding: 0 21px;
	background: none;
	border: none;
}

.login-con-form .button {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.login-con-form .button button {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #E1E1E1;
	border-radius: 17px;
	text-align: center;
	letter-spacing: 0px;
	color: #4A4A4A;
	font-size: 25px;
}

.login-con-form .other {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.login-con-form .other .btn {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #C6C6C6;
}

.login-con-form .or {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
}

.login-con-form .or .line {
	width: 100%;
	height: 1px;
	flex: 1;
	background: #707070;
}

.login-con-form .or .text {
	font-size: 25px;
	color: #7E7E7E;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

.login-con-form .other-type {
	width: 100%;
	height: auto;
}

.login-con-form .other-type .btn {
	width: 100%;
	height: auto;
	height: 60px;
	border: 1px solid #707070;
	border-radius: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #C6C6C6;
	margin-bottom: 22px;
}

.login-con-form .other-type .btn img {
	margin-right: 10px;
}

/* 登录 结束 */
.phone-head-box {
	display: none;
	width: 100%;
	height: 42px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
}

.phone-head-con {
	width: 100%;
	height: 42pt;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 22pt;
	padding-right: 19pt;
	background: #141414;
}


.phone-head-con-logo {
	width: 60pt;
	height: 20pt;
}

.phone-head-con-logo img {
	width: 60pt;
	height: 20pt;
}

.phone-head-con-btn {
	width: 13pt;
	height: 12pt;
}

.phone-head-con-btn img {
	width: 13pt;
	height: 12pt;
}

.phone-head-con-btn .btn-close {
	display: none;
}

.phone-head-menu {
	width: 100%;
	height: auto;
	background: #141414;
	display: none;
}

.phone-head-menu-ul {
	width: 100%;
	height: auto;
	padding-left: 22pt;
	padding-right: 19pt;
	padding-bottom: 30pt;
}

.phone-head-menu-li {
	width: 100%;
	height: 34pt;
	border-bottom: 1pt solid #949494;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.phone-head-menu-li img {
	margin-right: 10pt;
	height: 13pt;
	width: auto;
}

.phone-content {
	width: 100%;
	height: auto;
	display: none;
}

.phone-index-box {
	width: 100%;
	padding-top: 42pt;
}

.phone-index-box img {
	width: 100%;
	height: auto;
}

.phone-not {
	width: 100%;
	height: auto;
	padding-top: 200pt;
	display: none;
}

.phone-not-btn {
	width: 100%;
	height: auto;
	display: block;
}

.phone-not-btn img {
	width: 100%;
	height: auto;
}

/* 手机端 开始 */
@media screen and (max-width: 1300px) {
	.head-box {
		padding:0 60px;
	}
}
@media screen and (max-width: 1200px) {
	.head-box {
		padding:0 40px;
	}
}
@media screen and (max-width: 1130px) {
	.head-box {
		padding:0;
	}
}
@media screen and (max-width: 1080px) {
	/* body {
		font-size: 1.5rem;
	} */

	.head-box {
		display: none;
	}

	.phone-head-box {
		display: block;
	}

	.content {
		display: none;
	}

	.phone-content {
		display: block;
	}

	.public-right-box {
		display: none;
	}

	.foot-box {
		display: none;
	}

	.not {
		display: none;
	}

	.phone-not {
		display: block;
	}

}

/* 手机端 结束 */