.layout {
	overflow:hidden;
	background:#0A0C14;
	position:relative;
}
.wrap {
	width:66.66666666666667rem;
	margin:0 auto;
}
.header {
	padding:1.7708333333333335rem 0;
	position:absolute;
	z-index:11;
	left:0;
	right:0;
	top:0;
}
.header .wrap {
	display:flex;
	justify-content:space-between;
}
.header .logo img {
	height:5.052083333333334rem;
	display:block;
}
.header .naver {
	display:flex;
	align-items:center;
}
.header .naver ul {
	display:flex;
	align-items:center;
}
.header .naver li {
	margin-right:6.25rem;
}
.header .naver li a {
	font-weight:bold;
	font-size:0.9375rem;
	color:#8690A8;
	line-height:1.5625rem;
}
.header .naver li.on a,.header .naver li a:hover {
	color:#fff;
}
.header .naver a.name {
	display:flex;
	align-items:center;
	font-size:0.8333333333333334rem;
	color:#8690A8;
}
.header .naver a.name img {
	width:1.4583333333333335rem;
	height:1.4583333333333335rem;
	display:block;
	object-fit:cover;
	border-radius:50%;
	margin-right:0.5208333333333334rem;
}
.banner {
	height:42.708333333333336rem;
	display:flex;
	align-items:center;
}
.banner .text {
	width:31.770833333333336rem;
}
.banner .text h2 {
	font-weight:bold;
	font-size:1.875rem;
	color:#FFFFFF;
	line-height:2.8125rem;
}
.banner .text p {
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#8690A8;
	line-height:1.8229166666666667rem;
	margin:0.5208333333333334rem 0;
}
.banner .text .flax {
	display:flex;
	align-items:center;
	margin-top:1.5625rem;
}
.banner .text .flax a {
	width:12.1875rem;
	line-height:3.125rem;
	text-align:center;
	font-size:0.9375rem;
	color:#FFFFFF;
	display:block;
	background:url(../images/ico5.png) no-repeat center/contain;
	margin-right:0.9375rem;
}
.banner .text .flax a:hover,.banner .text .flax a.on {
	background:url(../images/ico5-1.png) no-repeat center/contain;
}
.iconlist {
	background:#0F101A;
	padding:0 0 1.0416666666666667rem;
}
.iconlist ul {
	display:flex;
	flex-wrap:wrap;
}
.iconlist li {
	width:calc((100% - 20.104166666666668rem)/4);
	text-align:center;
	margin-right:6.666666666666667rem;
	position:relative;
	top:-1.0416666666666667rem;
}
.iconlist li:nth-child(4n) {
	margin-right:0;
}
.iconlist li img {
	width:100%;
	display:block;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	position: relative;
	top: 0;
}
.iconlist li:hover img{
	top: -8px;
}
.iconlist li h4 {
	font-weight:400;
	font-size:0.9375rem;
	color:#FFFFFF;
	line-height:2;
}
.hnews2 .list ul {
	display:flex;
	flex-wrap:wrap;
}
.hnews2 .list ul li {
	width:calc((100% - 4.479166666666667rem)/4);
	margin:0 1.4583333333333335rem 1.4583333333333335rem 0;
	border-radius:1.0416666666666667rem;
	overflow:hidden;
	background:#0F101A;
}
.hnews2 .list ul li:nth-child(4n) {
	margin-right:0;
}
.hnews2 .list ul li .pic {
	height:9.0625rem;
	overflow:hidden;
}
.hnews2 .list ul li .pic img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hnews2 .list ul li a:hover .pic img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	/* IE 9*/
	-moz-transform:scale(1.1);
	/* Firefox*/
	-webkit-transform:scale(1.1);
	/* Safari 和 Chrome*/
	-o-transform:scale(1.1);
}
.hnews2 .list ul li .txt {
	padding:0.78125rem 1.0416666666666667rem;
}
.hnews2 .list ul li .txt h4 {
	font-weight:bold;
	font-size:0.9375rem;
	color:#FFFFFF;
	line-height:1.3541666666666667rem;
}
.hnews2 .list ul li .txt p {
	font-weight:400;
	font-size:0.625rem;
	color:#8690A8;
	line-height:1.0416666666666667rem;
	margin:0.5208333333333334rem 0 0.9375rem;
}
.hnews2 .list ul li .txt h6 {
	font-weight:400;
	font-size:0.625rem;
	color:#515766;
	line-height:1.25rem;
	text-align:right;
}
.hnews2 {
	padding:6.25rem 0;
}
.hnews {
	padding:6.25rem 0;
}
.hnews .list ul li a {
	padding:0.78125rem 1.0416666666666667rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:0.052083333333333336rem solid #1F2533;
}
.hnews .list ul li:last-child a {
	border:none;
}
.hnews .list ul li h4 {
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#FFFFFF;
	line-height:1.5625rem;
	width:calc(100% - 5.208333333333334rem);
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.hnews .list ul li h6 {
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#8690A8;
	line-height:1.5625rem;
}
.hvideo .video {
	width:53.333333333333336rem;
	margin:0 auto;
	border-radius:1.0416666666666667rem;
	display:block;
}
.section1 {
	padding:6.25rem 0 1.0416666666666667rem;
}
.tit {
	text-align:center;
}
.tit h3 {
	font-weight:bold;
	font-size:1.875rem;
	color:#FFFFFF;
	margin-bottom:1.4583333333333335rem;
}
.tit p {
	font-weight:400;
	font-size:0.9375rem;
	color:#8690A8;
	line-height:2.0833333333333335rem;
}
.section1 ul {
	display:flex;
	flex-wrap:wrap;
	margin-top:6.770833333333334rem;
}
.section1 li {
	width:calc((100% - 2.7083333333333335rem)/3);
	margin:0 1.3020833333333335rem 1.3020833333333335rem 0;
	background:#0F101A;
	border-radius:0.4166666666666667rem 0.4166666666666667rem 0.4166666666666667rem 0.4166666666666667rem;
	background:url(../images/11-1.png) no-repeat center top/100% auto #0F101A;
	position:relative;
	text-align:center;
	padding:7.291666666666667rem 3.6458333333333335rem 2.604166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	top:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.section3 .bd ul li {
	position:relative;
	top:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.section3 .bd ul li:hover,.section1 li:hover {
	top:-0.4166666666666667rem;
}
.section1 li:nth-child(3n) {
	margin-right:0;
}
.section1 li .icon {
	width:7.34375rem;
	height:7.34375rem;
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:-2.34375rem;
	margin:0 auto;
}
.section1 li h4 {
	font-weight:bold;
	font-size:1.0416666666666667rem;
	color:#FFFFFF;
	padding:0 0 1.3020833333333335rem;
	line-height:1.5;
}
.section1 li i {
	display:block;
	width:10.885416666666668rem;
	height:0.20833333333333334rem;
	background:linear-gradient( 270deg,#FFCE87 0%,#7F5225 100%);
	margin:0 auto;
}
.section1 li p {
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#8690A8;
	line-height:1.875rem;
}
.section2 .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.section2 .pic {
	width:71.77083333333334rem;
	margin-left:-19.791666666666668rem;
}
.section2 .text {
	width:28.645833333333336rem;
	margin-left:-19.791666666666668rem;
}
.section2 .text h2 {
	font-weight:bold;
	font-size:2.5rem;
	color:#FFFFFF;
	line-height:1.2;
}
.section2 .text p {
	font-size:0.7291666666666667rem;
	color:#8690A8;
	line-height:1.4583333333333335rem;
	margin-top:1.3020833333333335rem;
}
.section3 .hd {
	background:#0F101A;
	padding:2.34375rem 0;
}
.section3 .bd {
	padding:5.208333333333334rem 0;
}
.section3 .bd ul {
	display:flex;
	flex-wrap:wrap;
}
.section3 .bd ul li {
	width:calc((100% - 4.010416666666667rem)/4);
	margin:0 1.3020833333333335rem 1.0416666666666667rem 0;
	background:#0F101A;
}
.section3 .bd ul li:nth-child(4n) {
	margin-right:0;
}
.section3 .bd ul li .pic {
	height:9.0625rem;
	overflow:hidden;
}
.section3 .bd ul li .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.section3 .bd ul li .txt {
	display:flex;
	align-items:center;
	justify-content:center;
	height:9.791666666666668rem;
}
.section3 .bd ul li .txt h3 {
	font-weight:bold;
	font-size:1.0416666666666667rem;
	color:#FFFFFF;
	line-height:1.5625rem;
	text-align:center;
}
.footer {
	background:#0F101A;
	padding-top:2.604166666666667rem;
}
.footer .th {
	display:flex;
	justify-content:space-between;
}
.footer .th h3 {
	font-weight:bold;
	font-size:0.9375rem;
	color:#8690A8;
	line-height:1.5625rem;
}
.footer .th p {
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#8690A8;
	line-height:1.25rem;
	margin-top:1.5625rem;
}
.footer .th .rt {
	text-align:right;
}
.footer .th .rt .ico {
	display:inline-block;
	margin-bottom:1.3020833333333335rem;
}
.footer .copyright {
	text-align:center;
	margin-top:3.125rem;
	padding:1.0416666666666667rem 0;
}
.footer .copyright a {
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#515766;
	line-height:1.25rem;
}
.footer .copyright a:hover {
	color:#fff;
}
.mask {
	background-color:rgba(0,0,0,0.8);
	position:fixed;
	z-index:100;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:none;
}
.login .close {
	position:absolute;
	right:1.25rem;
	top:1.6666666666666667rem;
	width:1.3541666666666667rem;
	cursor:pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	z-index:11;
}
.login .close:hover {
	transform:rotate(720deg);
	-ms-transform:rotate(720deg);
	/* IE 9*/
	-moz-transform:rotate(720deg);
	/* Firefox*/
	-webkit-transform:rotate(720deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(720deg);
}
.login {
	padding:3.6458333333333335rem 0 6.510416666666667rem;
	position:fixed;
	z-index:101;
	left:0;
	right:0;
	top:15%;
	display:none;
}
.login {
	width:24.479166666666668rem;
	border-radius:1.3020833333333335rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto;
}
.login .item {
	background:#0F101A;
	border-radius:0.78125rem;
	padding:1.875rem 3.4375rem;
}
.login .item .txt {
	width:100%;
	background:#0A0C14;
	height:2.5rem;
	border-radius:0.5208333333333334rem;
	font-size:0.7291666666666667rem;
	padding:0 1.0416666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	border:none;
}
.login h2 {
	font-size:0.8333333333333334rem;
	color:#fff;
	line-height:1.8;
	text-align:left;
}
.login .item li {
	margin-top:1.0416666666666667rem;
}
.login .item h6 {
	text-align:right;
}
.login h5 {
	font-size:0.7291666666666667rem;
	color:#fff;
	text-align:center;
	padding:0.5208333333333334rem 0;
}
.login h5 a {
	color:#FFA333;
}
.login h6 a {
	color:#FFA333;
	font-size:0.7291666666666667rem;
	line-height:1.8;
}
.login .btn {
	width:100%;
	border:none;
	line-height:2.7083333333333335rem;
	text-align:center;
	background:#8690A8;
	font-size:0.8333333333333334rem;
	color:#fff;
	display:block;
	margin:0 auto;
	border-radius:0.5208333333333334rem;
	cursor:pointer;
}
.login p {
	display:flex;
	font-size:0.625rem;
	color:#8690A8;
	justify-content:center;
}
.login p label {
	width:;
}
.login p label a {
	color:#8690A8;
}
.login #che1 {
	transform:scale(1.2);
	margin-right:0.2604166666666667rem;
}
.login .flax {
	position:relative;
}
.login .flax .txt {
	width:calc(100% - 5.208333333333334rem);
}
.login .flax h4 {
	position:absolute;
	right:0.5208333333333334rem;
	top:0;
	line-height:2.7083333333333335rem;
	font-size:0.7291666666666667rem;
	color:#fff;
	cursor:pointer;
}
.reg {
	width:44.53125rem;
	display:none;
}
.reg .flhd h4 {
	font-size:5.208333333333334rem;
	font-weight:bold;
	bottom:-1.0416666666666667rem;
}
.reg .item ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.reg .item ul li {
	width:calc((100% - 1.0416666666666667rem)/2);
}
.reg .item .btn {
	width:calc((100% - 1.0416666666666667rem)/2);
	margin:1.0416666666666667rem auto 0;
}
.wrap {
	width:72.91666666666667rem;
	margin:0 auto;
}
.hmy {
	background:#0A0C14;
}
.hmy .wrap {
	display:flex;
	justify-content:space-between;
}
.hmy .lt {
	width:8.333333333333334rem;
	position:relative;
	padding-top:2.604166666666667rem;
}
.hmy .lt .th {
	border-bottom:0.052083333333333336rem solid #f2f2f2;
	padding-bottom:1.5625rem;
	margin-bottom:1.0416666666666667rem;
	text-align:center;
}
.hmy .lt .th .icon {
	width:4.322916666666667rem;
	height:4.322916666666667rem;
	border-radius:50%;
	border:2px solid #d2d2d2;
	overflow:hidden;
	margin:0 auto;
}
.hmy .lt .th .icon img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.hmy .lt .th h3 {
	font-size:1.2rem;
	color:#222222;
	font-weight:bold;
	line-height:1.4;
}
.hmy .lt .th h5 {
	font-size:0.7291666666666667rem;
	color:#999999;
	line-height:1.4;
	margin-top:0.5208333333333334rem;
}
.hmy .lt .th li a {
	font-size:1.0416666666666667rem;
	color:#363636;
	padding-left:2.34375rem;
}
.hmy .lt li {
	margin-bottom:0.78125rem;
}
.hmy .lt li a {
	display:flex;
	align-items:center;
	padding-left:1.0416666666666667rem;
	line-height:2.0833333333333335rem;
	border-radius:0.4166666666666667rem;
	color:#8690A8;
	font-weight:bold;
	font-size:0.7291666666666667rem;
	color:#8690A8;
}
.hmy .lt li .ico {
	width:0.8333333333333334rem;
	overflow:hidden;
	height:0.8333333333333334rem;
	margin-right:0.5208333333333334rem;
}
.hmy .lt li .ico img {
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.hmy .lt li.on a .ico img,.hmy .lt li a:hover .ico img {
	transform:translateY(-100%);
}
.hmy .lt li.on a,.hmy .lt li a:hover {
	color:#fff;
	background:linear-gradient( 270deg,#FFCE87 0%,#7F5225 100%);
}
.hmy .rt {
	width:57.29166666666667rem;
	padding:3.125rem 0 5.208333333333334rem;
}
.hmy .rt h3 {
	font-size:1.4583333333333335rem;
	color:#232323;
	line-height:1.6;
}
.hmy .name {
	display:flex;
	align-items:center;
	margin:1.0416666666666667rem 0;
}
.hmy .name .file {
	width:8.333333333333334rem;
	height:8.333333333333334rem;
	border-radius:50%;
	overflow:hidden;
	position:relative;
}
.hmy .name .file>img {
	width:100%;
	height:100%;
	display:block;
}
.hmy .name .ico {
	background:rgba(0,0,0,0.55);
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:1.1458333333333335rem;
}
.hmy .name .ico img {
	width:0.625rem;
	height:0.625rem;
	display:block;
	margin:0 auto;
}
.hmy .name .up {
	position:relative;
	cursor:pointer;
	width:5.729166666666667rem;
	line-height:1.5625rem;
	border:1px solid #18cafa;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:0.8333333333333334rem;
	color:#18cafa;
	border-radius:0.3125rem;
	margin-left:0.6770833333333334rem;
	background:#edf1f2;
}
.hmy .name .up img {
	width:0.8333333333333334rem;
	margin-right:0.2604166666666667rem;
	display:block;
}
.hmy .name .mtxt2 {
	text-align:center;
}
.hmy .name .rtc {
	display:flex;
	justify-content:space-between;
	width:calc(100% - 8.75rem);
	margin-left:2.34375rem;
}
.hmy .name .rtc h5 {
	font-size:0.7291666666666667rem;
	color:#666;
	margin-top:0.5208333333333334rem;
}
.hmy .name .rtc h5 a {
	background:#FFA333;
	display:inline-block;
	border-radius:2.604166666666667rem;
	padding:0 1.0416666666666667rem;
	margin-left:0.78125rem;
	color:#fff;
	line-height:1.5625rem;
}
.hmy .name .fl {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}
.hmy .rt .form ul {
	display:flex;
	flex-wrap:wrap;
}
.hmy .rt .form li {
	width:calc((100% - 2.3958333333333335rem)/3);
	margin:0 1.1458333333333335rem 1.1458333333333335rem 0;
}
.hmy .rt .form li:nth-child(3n) {
	margin-right:0;
}
.hmy .rt .form li h4 {
	font-size:0.9375rem;
	color:#363636;
	line-height:2;
	padding:0.5208333333333334rem 0;
}
.hmy .rt .form li h4 i {
	color:#ff0000;
}
.hmy .rt .form li .txt {
	width:100%;
	line-height:2.916666666666667rem;
	height:2.916666666666667rem;
	border-radius:0.3125rem;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1.0416666666666667rem;
	font-size:0.9375rem;
	color:#363636;
	border:none;
}
.hmy .rt .form li .pass {
	position:relative;
}
.hmy .rt .form li .pass .icons {
	position:absolute;
	right:0;
	top:0;
	z-index:11;
	height:2.916666666666667rem;
	width:2.916666666666667rem;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	background:url(../images/mico8.png) no-repeat center;
	background-size:1.0416666666666667rem auto !important;
}
.hmy .rt .form li .pass .icons.on {
	background:url(../images/mico8-1.png) no-repeat center;
}
.hmy .rt .form li .pass .txt:nth-child(2) {
	display:none;
}
.hmy .rt .form li:nth-child(n+4) {
	width:calc((100% - 1.1458333333333335rem)/2);
}
.hmy .rt .form li:nth-child(5) {
	margin-right:0;
}
.hmy .rt .mbtn {
	border:none;
	border-radius:0.3125rem;
	text-transform:inherit;
	margin-top:1.5625rem;
}
.hmy .rt .list {
	margin-top:1.0416666666666667rem;
}
.hmy .rt .list li a {
	display:flex;
	justify-content:space-between;
	padding:1.5625rem 1.8229166666666667rem;
	background:#fafafa;
	border-radius:0.3125rem;
	margin-bottom:0.10416666666666667rem;
}
.hmy .rt .list li.on a {
	background:#fff;
}
.hmy .rt .list li a .lc {
	width:11.979166666666668rem;
	position:relative;
}
.hmy .rt .list li a .lc:before {
	content:"";
	position:absolute;
	right:0;
	top:50%;
	width:0.052083333333333336rem;
	height:5.520833333333334rem;
	background:#eeeeee;
	margin-top:-2.760416666666667rem;
}
.hmy .rt .list li a .lc h5 {
	font-size:0.8333333333333334rem;
	color:#363636;
	line-height:1.6;
}
.hmy .rt .list li a .lc h4 {
	font-size:1.25rem;
	color:#ff0000;
	margin-top:1.3020833333333335rem;
	font-weight:bold;
}
.hmy .rt .list li dl {
	width:31.25rem;
	display:flex;
	flex-wrap:wrap;
}
.hmy .rt .list li dd {
	width:48%;
	display:flex;
	justify-content:space-between;
}
.hmy .rt .list li h6 {
	font-size:0.8333333333333334rem;
	color:#999999;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:2;
	width:5.208333333333334rem;
}
.hmy .rt .list li p {
	width:calc(100% - 5.46875rem);
	font-size:0.8333333333333334rem;
	color:#363636;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:2;
}
.hmy .rt .list li dd:nth-child(n+5) {
	width:100%;
}
.mbtn:hover {
	background:#05b8e8;
	color:#fff;
}
.mbtn {
	min-width:10.208333333333334rem;
	line-height:2.7083333333333335rem;
	text-align:center;
	background:#18cafa;
	display:block;
	font-size:0.9375rem;
	color:#0a0e0f;
	text-transform:uppercase;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1.3541666666666667rem;
	display:inline-block;
	border:none;
	cursor:pointer;
}
.hbanner {
	height:15rem;
}
.mteam .rtbtn {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.mteam .rtbtn a {
	background:#FFA333;
	margin-left:1.0416666666666667rem;
	font-size:0.7291666666666667rem;
	color:#fff;
	padding:0 0.78125rem;
	line-height:1.4583333333333335rem;
	border-radius:2.604166666666667rem;
}
.mteam .th {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:1.0416666666666667rem 0;
	margin-bottom:1.0416666666666667rem;
}
.mteam .th h4 {
	font-weight:bold;
	font-size:1.0416666666666667rem;
	color:#FFFFFF;
	line-height:1.1458333333333335rem;
	padding-left:0.625rem;
	border-left:0.3125rem solid #ffa333;
}
.mteam .th h6 {
	font-size:0.7291666666666667rem;
	color:#8690A8;
	display:flex;
	align-items:center;
}
.mteam .th h6 i {
	color:#ffa333;
}
.mteam .th h6 a {
	padding:0 1.0416666666666667rem;
	border:1px solid #ffa333;
	color:#ffa333;
	border-radius:2.604166666666667rem;
	line-height:1.25rem;
	margin-left:1.0416666666666667rem;
}
.tabbox3 {
	background:#0F101A;
	margin-top:1.0416666666666667rem;
	padding:1.8229166666666667rem 2.604166666666667rem;
}
.tabbox3 .th {
	margin-bottom:0;
}
.tabbox3 .tabbox {
	margin:0;
}
.tables table {
	width:100%;
}
.tables table th,.tables table td {
	font-size:0.7291666666666667rem;
	line-height:1.6;
	padding:0.78125rem;
	color:#fff;
}
.tables table th {
	color:#8690A8;
	border-bottom:0.052083333333333336rem solid #1F2533;
}
.mtabs ul {
	display:flex;
}
.mtabs ul li a {
	font-weight:bold;
	font-size:1.0416666666666667rem;
	color:#8690A8;
	line-height:2;
	display:block;
	position:relative;
	padding-bottom:0.5208333333333334rem;
}
.mtabs ul li {
	margin-left:3.125rem;
}
.mtabs ul li a i {
	position:absolute;
	left:-1.5625rem;
	right:-1.5625rem;
	bottom:0;
	width:0;
	height:0.20833333333333334rem;
	background:linear-gradient( 270deg,#FFCE87 0%,#7F5225 100%);
	display:block;
	z-index:1;
	margin:0 auto;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
	border-radius:2.604166666666667rem;
}
.mtabs ul li.on a i,.mtabs ul li a:hover i {
	width:3.4375rem;
}
.mtabs ul li.on a,.mtabs ul li a:hover {
	color:#fff;
}
.mboxc {
	background:linear-gradient( 270deg,#FFCE87 0%,#7F5225 100%);
	padding:1.5625rem 2.0833333333333335rem;
	border-radius:0.625rem 0.625rem 0.625rem 0.625rem;
	display:flex;
	justify-content:space-between;
	margin:1.0416666666666667rem 0;
}
.mboxc h4 {
	font-size:0.8333333333333334rem;
	color:#fff;
}
.mboxc .lxc h3 {
	font-size:1.6666666666666667rem;
	color:#fff;
	margin-top:1.3020833333333335rem;
	line-height:1.2;
}
.mboxc a {
	display:block;
	width:5.208333333333334rem;
	line-height:2.0833333333333335rem;
	font-size:0.7291666666666667rem;
	border:1px solid #fff;
	text-align:center;
	color:#fff;
	border-radius:2.604166666666667rem;
}
.mboxc a:nth-child(2) {
	margin-top:0.78125rem;
}
.tabbox {
	margin-top:1.0416666666666667rem;
}
.tabbox .tables:nth-child(n+2) {
	display:none;
}
.tables .cth {
	background:#0F101A;
	border-radius:1.0416666666666667rem;
	padding:1.0416666666666667rem 1.5625rem;
}
.tables .cth .flax {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0.78125rem 0;
}
.tables .cth h4 {
	font-weight:bold;
	font-size:1.0416666666666667rem;
	color:#FFFFFF;
	line-height:1.4583333333333335rem;
	padding-left:0.625rem;
	border-left:0.3125rem solid #FFA333;
}
.tables .cth h5 {
	font-size:0.8333333333333334rem;
	color:#8690A8;
}
.tables .cth h3 i {
	font-size:1.09375rem;
	color:#FFFFFF;
}
.tables .cth h3 {
	font-size:2.291666666666667rem;
	color:#FFFFFF;
	line-height:2.03125rem;
}
.tables .cth h3 s {
	font-size:0.7291666666666667rem;
	color:#8690A8;
	line-height:1.1458333333333335rem;
	margin-left:1.1979166666666667rem;
}
.tables .cth a {
	line-height:2.916666666666667rem;
	width:10.416666666666668rem;
	text-align:center;
	background:linear-gradient( 180deg,#FFCE87 0%,#7F5225 100%);
	border-radius:1.5104166666666667rem 1.5104166666666667rem 1.5104166666666667rem 1.5104166666666667rem;
	border:1px solid #C39359;
	display:inline-block;
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#FFFFFF;
}
.tabbox .mdels {
	background:#0F101A;
	border-radius:0.625rem 0.625rem 0.625rem 0.625rem;
	padding:1.8229166666666667rem 2.604166666666667rem;
}
.tabbox .mdels h4 {
	font-weight:bold;
	font-size:1.0416666666666667rem;
	color:#FFFFFF;
	line-height:1.4583333333333335rem;
	padding-left:0.625rem;
	border-left:0.3125rem solid #FFA333;
	margin-bottom:1.5625rem;
}
.mdels {
	background:#fff;
	border-radius:1.0416666666666667rem;
	padding:1.0416666666666667rem 1.5625rem;
	font-size:0.8333333333333334rem;
	color:#333;
	margin-top:1.0416666666666667rem;
	min-height:10.416666666666668rem;
}
.mnewsdel {
	padding:2.604166666666667rem 0;
}
.mnewsdel .th {
	text-align:center;
	border-bottom:0.052083333333333336rem solid #1F2533;
	padding-bottom:1.0416666666666667rem;
	padding-top:1.0416666666666667rem;
}
.mnewsdel .th h1 {
	font-weight:bold;
	font-size:1.4583333333333335rem;
	color:#FFFFFF;
	line-height:1.5625rem;
}
.mnewsdel .th h6 {
	font-size:0.7291666666666667rem;
	color:#8690A8;
	line-height:1.5625rem;
	margin-top:0.78125rem;
}
.mnewsdel .bd {
	margin:1.5625rem 0 0;
	font-size:0.8333333333333334rem;
	line-height:1.7;
	color:#FFFFFF;
	min-height:15.625rem;
}
.mnewsdel .bd span{
        text-wrap-mode: inherit !important;
}
.hmore a{
	display: block;
	width: 120px;
	line-height: 40px;
	font-size: 16px;
	color: #8690A8;
	border: 1px solid #8690A8;
	margin: 20px auto 0;text-align: center;
}
.hmore a:hover {
	background:#8690A8;
	color:#fff;
}
.mnewsdel .bd2 {
	max-width:66.66666666666667rem;
	margin:0 auto;
	background:#0F101A;
	border-radius:0.625rem 0.625rem 0.625rem 0.625rem;
	padding:0.5208333333333334rem 3.125rem;
}
.mnewsdel .bd2 .li {
	border-bottom:0.052083333333333336rem solid #1F2533;
	padding:2.604166666666667rem 0;
}
.mnewsdel .bd2 .li h2 {
	font-weight:bold;
	font-size:1.4583333333333335rem;
	color:#FFFFFF;
	line-height:1.5625rem;
}
.mnewsdel .bd2 .li p {
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#FFFFFF;
	line-height:1.4583333333333335rem;
	margin-top:1.5625rem;
}
.mnewsdel .bd2 .li:last-child {
	border:none;
}
.flhd {
	display:flex;
	background:linear-gradient( 270deg,#FFCE87 0%,#7F5225 100%);
	border-radius:0.78125rem 0.78125rem 0 0;
	padding:0.9375rem 1.5625rem 1.5625rem;
	justify-content:space-between;
	align-items:center;
	position:relative;
}
.flhd h4 {
	font-size:2.8645833333333335rem;
	line-height:1;
	bottom:0.78125rem;
	text-transform:uppercase;
	color:#fff;
	position:absolute;
	left:1.5625rem;
	white-space:nowrap;
	opacity:0.1;
	font-weight:bold;
}
.flhd img {
	position:relative;
	z-index:11;
	width:2.1875rem;
}
.flhd h3 {
	width:calc(100% - 3.125rem);
	font-size:1.25rem;
	color:#fff;
}
.item {
	position:relative;
	z-index:22;
	margin:-0.78125rem 0 0;
}
.boxitem .btab {
	width:8.333333333333334rem;
}
.boxitem .brts {
	width:57.29166666666667rem;
	background:#0F101A;
	border-radius:0.625rem 0.625rem 0.625rem 0.625rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:1.0416666666666667rem 2.604166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.boxitem .btab li {
	margin-bottom:0.5208333333333334rem;
}
.boxitem .btab li a {
	display:flex;
	align-items:center;
	background:linear-gradient( 270deg,#FFCE87 0%,#7F5225 100%);
	border-radius:0.4166666666666667rem;
	height:2.0833333333333335rem;
	padding-left:1.3020833333333335rem;
	font-weight:bold;
	font-size:0.7291666666666667rem;
	color:#FFFFFF;
}
.boxitem .btab li a img {
	width:0.8333333333333334rem;
	height:0.8333333333333334rem;
	object-fit:contain;
	margin-right:1.0416666666666667rem;
}
.hmy .wrap {
	max-width:66.66666666666667rem;
	margin:0 auto;
}
.boxitem {
	max-width:66.66666666666667rem;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.hbanner2 {
	height:7.8125rem;
	background:#0A0C14;
}
.muhd {
	background:url(../images/banner22.png) no-repeat center/cover;
	padding:1.0416666666666667rem 0;
}
.muhd .wrap {
	display:block;
}
.muhd .name h3 {
	font-weight:400;
	font-size:1.4583333333333335rem;
	color:#FFFFFF;
	line-height:2.03125rem;
}
.muhd .name h3 i {
	margin-left:1.0416666666666667rem;
}
.hmy .name .rtc h5 {
	font-weight:400;
	font-size:0.7291666666666667rem;
	color:#FFFFFF;
	line-height:0.8854166666666667rem;
	margin-top:1.0416666666666667rem;
}
.hmy .rt .utit h3 {
	font-weight:bold;
	font-size:1.0416666666666667rem;
	color:#FFFFFF;
	line-height:2;
	position:relative;
	display:inline-block;
	padding-bottom:0.4166666666666667rem;
	margin-left:3.125rem;
}
.utit h3 i {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:linear-gradient( 270deg,#FFCE87 0%,#7F5225 100%);
	width:3.4375rem;
	margin:0 auto;
	height:0.20833333333333334rem;
	border-radius:0.3125rem;
}
.hmy .rt .myrt {
	background:#0F101A;
	border-radius:0.625rem 0.625rem 0.625rem 0.625rem;
	margin-top:1.4583333333333335rem;
	padding:2.604166666666667rem;
}
.hmy .rt .myrt .myhd {
	display:flex;
	justify-content:space-between;
	margin-bottom:1.5625rem;
}
.hmy .rt .myrt .myhd .icon {
	width:5.208333333333334rem;
	height:5.208333333333334rem;
	border-radius:50%;
	object-fit:cover;
	display:block;
}
.hmy .rt .myrt .myhd .mtrc {
	width:calc(100% - 7.03125rem);
}
.hmy .rt .myrt .myhd .mtrc ul {
	display:flex;
	flex-wrap:wrap;
}
.hmy .rt .myrt .myhd .mtrc .un {
	display:flex;
}
.hmy .rt .myrt .myhd .mtrc .un .txt {
	width:8.333333333333334rem;
	font-size:1.1458333333333335rem;
	color:#FFFFFF;
	height:1.5625rem;
	background:none;
	border:none;
}
.hmy .rt .myrt .myhd .mtrc img {
	width:1.0416666666666667rem;
	height:1.0416666666666667rem;
	position:relative;
	cursor:pointer;
	top:-0.3125rem;
}
.hmy .rt .myrt .myhd li {
	width:33%;
	margin:0.8333333333333334rem 0 0;
	display:flex;
	align-items:center;
}
.hmy .rt .myrt .myhd li .txt {
	font-size:0.7291666666666667rem;
	height:1.0416666666666667rem;
	background:none;
	color:#fff;
	border:none;
	width:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.hmy .rt .myrt .myhd li label {
	font-size:0.7291666666666667rem;
	color:#8690A8;
	white-space:nowrap;
}
.hmy .rt .myrt .myhd li img {
	position:absolute;
	right:0;
	cursor:pointer;
}
.hmy .rt .myrt h3 {
	font-weight:bold;
	font-size:1.0416666666666667rem;
	color:#FFFFFF;
	line-height:1.1458333333333335rem;
}
.hmy .rt .myrt .myhd li.fl label:nth-child(n+2) {
	margin-right:1.0416666666666667rem;
	padding-left:1.25rem;
	background:url(../images/sex.png) no-repeat left center;
	cursor:pointer;
}
.hmy .rt .myrt .myhd li.fl input {
	display:none;
}
.hmy .rt .myrt .myhd li.fl input:checked + label {
	background:url(../images/sex1.png) no-repeat left center;
}
.hmy .rt .myrt .btn {
	height:2.0833333333333335rem;
	background:linear-gradient( 270deg,#FFCE87 0%,#7F5225 100%);
	border-radius:0.4166666666666667rem 0.4166666666666667rem 0.4166666666666667rem 0.4166666666666667rem;
	display:block;
	width:8.333333333333334rem;
	border:none;
	margin:3.125rem auto 0;
	text-align:center;
	cursor:pointer;
	font-size:0.9375rem;
	color:#fff;
}
.hmy .rt2 {
	background:#0F101A;
	border-radius:0.625rem 0.625rem 0.625rem 0.625rem;
	padding:2.0833333333333335rem 3.125rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:2.604166666666667rem;
}
.mask1 {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999;
	background:rgba(0,0,0,0.8);
	display:none;
}
.mask1 .mtixian {
	background:#0F101A;
	border-radius:0.78125rem 0.78125rem 0.78125rem 0.78125rem;
	width:21.197916666666668rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:1.0416666666666667rem 1.5625rem 1.3020833333333335rem;
	margin:7.8125rem auto 0;
	position:relative;
}
.mask1 .mtixian h2 {
	font-weight:bold;
	font-size:0.9375rem;
	color:#FFFFFF;
	line-height:1.3020833333333335rem;
	text-align:center;
}
.mask1 .mtixian .close {
	position:absolute;
	right:0.78125rem;
	top:1.0416666666666667rem;
	opacity:0.6;
	width:1.0416666666666667rem;
	cursor:pointer;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 和 Chrome*/
	-o-transition:all 0.3s;
}
.mask1 .mtixian .close:hover {
	transform:rotate(720deg);
}
.mask1 .mtixian .txt {
	height:2.5rem;
	background:#0A0C14;
	border-radius:0.5208333333333334rem 0.5208333333333334rem 0.5208333333333334rem 0.5208333333333334rem;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1.0416666666666667rem;
	font-size:0.7291666666666667rem;
	color:#fff;
	margin-top:1.0416666666666667rem;
	border:none;
}
.mask1 .mtixian .btn {
	line-height:2.7083333333333335rem;
	display:block;
	margin:1.5625rem 0 0;
	width:100%;
	cursor:pointer;
	background:linear-gradient( 270deg,#FFCE87 0%,#7F5225 100%);
	border-radius:0.5208333333333334rem 0.5208333333333334rem 0.5208333333333334rem 0.5208333333333334rem;
	border:none;
	font-weight:400;
	font-size:0.8333333333333334rem;
	color:#FFFFFF;
	text-align:center;
}
.mboxc a:hover {
	background:#fff;
	color:#FFCE87;
}

.pages ul {
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 30px 0;
}
.pages ul li {
	margin:0 0.20833333333333334rem;
}
.pages ul li a {
	border:1px solid #8690A8;
	border-radius:0.20833333333333334rem;
	line-height:1.4583333333333335rem;
	padding:0 0.5208333333333334rem;
	font-size:0.7291666666666667rem;
	color:#8690A8;
	display:block;
	margin:1.0416666666666667rem 0 0;
}
.pages ul li.last a {
	background-color:#f7f7f7;
}
.pages ul li a:hover,.pages ul li.on a {
	background-color:#FFCE87 ;
	color:#fff;
	border-color:#FFCE87 ;
}
.plbtn {
	width:6rem;
	border:none;
	line-height:2.5em;
	text-align:center;
	background:#FFA333;
	font-size:0.8333333333333334rem;
	color:#fff !important;
	display:block;
	margin:0.2rem 0;
	border-radius:0.5208333333333334rem;
	cursor:pointer;
}



.taoclist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
    border: 1px solid #463d49;
}
.taoclist .tli{
    padding:  20px;
    text-align: center;
    width: 20%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
}
.taoclist .tli:nth-child(n+2){
    border-left:1px solid #463d49;
}
.tables .cth .taoclist h3{
    font-size: 1.2rem;line-height: 1.4;
}
.tables .cth .taoclist h3 s{
    line-height: 1.4;display: block;margin: 10px 0;
}
.tables .cth .taoclist .flax{
    display: block;text-align: center;
}
.tables .cth .taoclist  h4{
    border: none;
}
.tables .cth .taoclist h5{
    display: inline-block;
    padding: 0 10px;color: #d1d1d1;
    background: #2e2e2e;line-height: 2.4;
    border-radius: 6px;font-size: 14px;
}
.tables .cth .taoclist a{
    width: auto;line-height: 2.4;
    padding: 0 25px;margin: 20px 0 0;
}

.tables .cth .taoclist h4{
    font-size: 18px;height: 80px;display: flex;
    align-items: center;justify-content: center;
}


.taoclist2 .tli{
    width: 33.33%;
}
.taoclist2{
    border-color: #3d3d3d;border-radius: 20px;
}
.tables .cth .taoclist2 h4{
    font-size: 1.6rem;
}
.tables .cth .taoclist2 h6{
       font-size: 18px;
       line-height: 1.6;
       font-weight: bold;
       color: #fff;
}
.tables .cth .taoclist2 h3 i{
    font-size: 1rem;
}
.tables .cth .taoclist2 h3{
    font-size: 1.4rem;font-weight: bold;
}
.tables .cth .taoclist2 h3 em{
    color: #8c8c8c;font-size: 16px;
}
.tables .cth .taoclist2 h5{
    /*display: block;*/
}
.tables .cth .taoclist2 a{
    display: block;width: 60%;
    margin: 1.5rem auto 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.tables .cth .taoclist2 .flax{
    border-bottom: 1px solid #463d49;
    padding:  0 0 2rem;margin-bottom: 2rem;
}
.tables .cth .taoclist2 .flax:last-child{
    margin-bottom: 0;border: none;
}
.tables .cth .taoclist2{
    padding-bottom: 0;
}



.cdktxt{
    display: flex;
    align-items: center;
}
.cdktxt label{
    font-size: 0.8rem;
    color: #fff;
    line-height:2.2rem;
}
.cdktxt .cdk{
    font-size: 0.8rem;
    height: 2.2rem;
    padding: 0 1rem;
    background: #fff;
    margin: 0 0.3rem;
    border: none;
    border-radius: 0.5rem;
    width: 10rem;
}
.cdktxt .thbtn{
    background: #FFA333;
    display: inline-block;
    border-radius: 2.604166666666667rem;
    padding: 0 1.0416666666666667rem;
    margin-left: 0.78125rem;
    color: #fff;font-size: 0.8rem;
     line-height: 2.2rem;
}



.zhifu .ico {
    width: 130px !important;display: inline-block;  margin: 20px 10px 0 0;font-size: 14px;
}
.zhifu .ico img{
    width: 130px !important;display: block;
  background: #fff;height: 130px !important;
    object-fit: contain;margin: 0 0 10px 0;
}





