* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
input,
button,
textarea,
p {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font-size: 12px;
	font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
	line-height: normal;
}

td,
th {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font:
		14px "Microsoft YaHei",
		"Arial",
		"黑体",
		"宋体",
		sans-serif;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.w1200 {
	width: 1200px;
	/* height: 100%; */
	margin: 0 auto;
}

* {
	font-family: "Microsoft YaHei";
}

body {
	/* padding-top: 80px; */
}

.w1440 {
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
}

/* 头部 */
.page-header {
	/* width: 100%; */
	height: 60px;
	text-align: center;
	color: #ffffff;
	font-family: "微软雅黑";
	position: sticky;
	top: 0;
	left: 0px;
	right: 0px;
	background: #fff;
	z-index: 9999;
	border-bottom: 1px solid #e3e3e3;
}

.page-header .headerTel {
	float: right;
	margin-right: 50px;
	line-height: 80px;
	font-size: 16px;
	color: #1f1f1f;
}

.page-header .headerTel span {
	color: #fa3048;
	font-weight: bold;
}

/* .page-header .header-card{position: relative;z-index: 999} */
.page-header .logo {
	width: 306px;
	height: 80px;
	position: relative;
	/* float: left; */
	margin: 0px 2%;
}

.page-header .logo h1 {
	color: transparent;
	text-indent: -9999px;
}

.page-header .navs {
	overflow: hidden;
	height: 60px;
	/* float: left; */
	/* margin-left: 146px; */
}

.page-header .navs ul {
	height: 60px;
	font-size: 16px;
}

.page-header .navs ul a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 3px;
	color: #000;
}

.page-header .navs ul li {
	float: left;
	color: #1f1f1f;
	line-height: 60px;
	margin: 0px 15px;
	position: relative;
}

.page-header .navs ul li.active a {
	/* color: #F31B4A ; */
	color: #055cfa;
}

/* .page-header .navs ul li.active:after,
.page-header .navs ul li:hover:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 4px;
    background-image: linear-gradient(269deg, #f5174b 0%, #ff4646 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.page-header .navs ul li .hot {
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 24px;
	background: url('/static/toumei/image/v2021/image/hot_icon.png');
}

.home-page .page-header .navs ul li .hot {
	display: block;
}

.page-header .navdown {
	width: calc((72/2) / 375 * 100vw);
	height: calc((72/2) / 375 * 100vw);
	float: right;
	background: url('/static/geotmw/image/m_index/Group763.png') center center no-repeat;
	background-size: 70%;
	cursor: pointer;
	margin: 10px 20px 10px 0px;
}

.page-header .menu-list {
	position: inherit;
	left: 0;
	top: -300px;
	display: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	width: 100%;
	background: #fff;
	z-index: 1;
}

.page-header .menu-list li {
	color: black;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: linear-gradient(to right, #fc5756, #fe8355);
	text-align: center;
	font-size: 4.3vw;
}

.page-header .menu-list.active {
	top: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	display: block;
}

.bannerSS .navs ul a li,
.bannerSS .page-header .headerTel span,
.bannerSS .page-header .login a:last-child .btn,
.bannerSS .page-header .navs ul li a {
	color: #fff !important;
}

.bannerSS .page-header .headerTel {
	color: #fff !important;
}

.bannerSS .page-header .logo div {
	background: url(/static/toumei/image/v2021/image/logo-b.png);
}

.page-header .navs ul li .navsDome {
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 999;
	transform: translateX(-50%);
	padding: 10px;
	display: none;
	background-color: #ffffff;
	box-shadow: 0px 4px 10px 0px rgb(113 113 113 / 25%);
	border-radius: 3px;
}

.page-header .navs ul li .navsDome a,
.bannerSS .page-header .navs ul li .navsDome a {
	height: 40px;
	line-height: 40px;
	color: #1f1f1f !important;
	width: 120px;
}

.page-header .navs {
	overflow: unset;
}

.page-header .navs ul li:hover .navsDome {
	display: block;
}

.page-header .navs ul li>a>span {
	width: 14px;
	height: 8px;
	display: inline-block;
	background: url(/static/geotmw/image/Polygon.png) no-repeat;
	background-size: 100% 100%;
}

.page-header .navs ul li img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
}

.page-header .header_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.page-header .right {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.page-header .logo2 {
	width: 166px;
	margin: 0px 2% 0px 3%;
}

.page-header .logo2 .logo_img {
	width: 100%;
}

.page-header .left {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
}

.page-header .logo div {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	left: 0;
	background: url(/static/k2023/images/logo.png) no-repeat;
	background-size: 100%;
	width: 306px;
	height: 60px;
}

.page-header>.login {
	display: flex;
	align-items: center;
}

.page-header .login a:first-child .btn {
	/* width: 120px; */
	padding: 0 22px;
	height: 40px;
	background: #eaf1ff;
	border-radius: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #6291ff;
	line-height: 40px;
}

.page-header .login a:last-child .btn {
	/* width: 120px; */
	padding: 0 22px;
	height: 40px;
	border: none;
	background: linear-gradient(90deg, #0251fb 0%, #11a1f0 100%);
	border-radius: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #ffffff;
	line-height: 40px;
	/* margin-right: 30px; */
	margin-left: 10px;
}

.layui-layer-login {
	background: transparent !important;
}

/* 尾部 */
.page-footer {
	width: 100%;
	/* background: url(/static/toumei/image/v2021/image/11-bg.png) center center no-repeat; */
	background: linear-gradient(265deg, #1c1c1c 0%, #010101 100%);
	min-width: 1200px;
}

.page-footer .top {
	width: 100%;
	padding: 48px 0 0 0;
	/* display: flex; */
}

.page-footer .top .logo {
	width: 166px;
	flex-shrink: 0;
	margin-right: 90px;
}

.page-footer .top .logo .logo_img {
	width: 100%;
}

.page-footer .bot .navs {
	width: 100%;
	display: inline-block;
	color: #888888;
	display: flex;
	gap: 100px;
}

.page-footer .bot .navs li {
	line-height: 32px;
}

.bot .layui-col-sm5 {
	width: 38%;
}

.page-footer .bot .navs li a {
	color: #999;
	font-size: 14px;
	font-weight: 400;
}

.page-footer .bot {
	flex: 1;
	display: flex;
	/* justify-content: space-between; */
}

.page-footer .bot .navs li a:hover {
	color: #fff;
}

.page-footer .bot .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 12px;
	text-align: left !important;
}

.page-footer .bot .tel {
	font-size: 14px;
	font-weight: 400;
}

.page-footer .bot .tel p {
	line-height: 32px;
	color: #999;
}

.page-footer .bot .tel p span {
	color: #fff;
	font-size: 24px;
}

.page-footer .bot .tel p a {
	width: 90px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	height: 30px;
	background-image: linear-gradient(-90deg, #f41a43 0%, #ea4c4c 100%);
	border-radius: 3px;
	display: inline-block;
	margin-left: 10px;
}

.page-footer .bot .title span {
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}

.page-footer .bot .address {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	line-height: 32px;
}

.page-footer .bot .address span {
	color: #fff;
}

.page-footer .bot-center {
	padding: 20px 0px;
	width: 100%;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	overflow: hidden;
}

.page-footer .bot-center .links a {
	float: left;
	color: #999;
	font-size: 16px;
	padding-right: 10px;
	border-right: 1px solid #888888;
	margin-left: 10px;
	font-weight: 400;
	line-height: 30px;
}

.page-footer .bot-center .links a:last-child {
	border-right: none;
}

.page-footer .bot-center .links a:hover {
	color: #fff;
}

.page-footer .bot-center .title {
	float: left;
	color: #999;
	font-size: 16px;
	margin-right: 20px;
	font-weight: 400;
	line-height: 30px;
}

.page-footer .bot .txt {
	line-height: 24px;
	font-size: 16px;
	margin-left: 4px;
	color: #fff;
	margin: 0px 0px 5px 0px;
	font-weight: 400;
}

/* .page-footer .bot .txt.active {
    color: #ffffff;
} */

.bot .layui-col-lg3 {
	width: 29%;
}

/* .page-footer .bot .code {
    float: right;
} */

.page-footer .bot .code .wow {
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.bot .code .wow img {
	width: 120px;
	margin-bottom: 10px;
}

.page-copyright {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	border-top: 1px solid #333;
	margin-top: 35px;
	padding-bottom: 15px;
}

/* 53客服 */
#icon_module {
	left: calc(100% - 115px) !important;
	top: calc(20% + 350px) !important;
}

/* 适配 */
@media screen and (max-width: 1800px) {
	.page-header .navs {
		margin-left: 5%;
	}

	.page-header .navs ul li {
		margin: 0px 15px;
	}
}

@media screen and (max-width: 1630px) {
	.page-header .navs {
		margin-left: 0;
	}

	.page-header .navs ul li {
		margin: 0px 10px;
	}
}

@media screen and (max-width: 1370px) {
	.page-header .navs {
		margin-left: 0;
	}

	.page-header .navs ul li {
		margin: 0px 5px;
	}
}

@media screen and (max-width: 1200px) {
	.page-header .logo {
		margin: 0px 8px;
	}

	/* .page-header {
       width: 1200px;
    } */
	.page-header .navs ul li {
		margin: 0px 5px;
	}

	.page-header .login a:first-child .btn {
		margin-right: 0;
		margin-left: 0;
	}
}

/* 适配PC */
@media screen and (min-width: 1024px) {

	/* 在此处编写适配PC的样式 */
	m-page-footer {
		display: none;
	}
}

/* 适配平板 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	/* 在此处编写适配平板的样式 */
}

/* 适配手机 */
@media screen and (max-width: 767px) {

	/* 在此处编写适配手机的样式 */
	/*  .layui-col-xs4 {
      width: 37.33333333%;
  } */
	body {
		padding-top: 0px;
	}

	.page-header {
		position: relative;
		height: auto;
	}

	.page-header .header_box {
		width: 100%;
	}

	.page-header .logo2 {
		width: 150px;
	}

	.page-header .login {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
	}

	.page-header .login a:first-child .btn {
		width: 100px !important;
		height: 34px;
		line-height: 34px;
		margin-bottom: 5px;
	}

	.page-header .login a:last-child .btn {
		width: auto !important;
		height: 34px;
		line-height: 34px;
	}

	.page-header .menu-list {}

	.media-page .banner {
		width: 100%;
		min-width: auto !important;
		height: 500px;
	}

	.w1200 {
		width: auto !important;
	}


	.m-page-footer {
		width: 100%;
		height: auto;
		background: #17181B;
		min-width: auto;
		padding-top: calc((100/3) / 375 * 100vw);
		padding-right: calc((90/3) / 375 * 100vw);
		padding-left: calc((90/3) / 375 * 100vw);
	}

	.m-page-footer .center-card .top_box .logo {
		margin-bottom: calc((40/3) / 375 * 100vw);
	}

	.m-page-footer .center-card .top_box .logo img {
		width: calc((584/3) / 375 * 100vw);
		height: calc((120/3) / 375 * 100vw);
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box {
		margin-bottom: calc((50/2) / 375 * 100vw);
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box .title {
		font-family: '微软雅黑';
		font-weight: 400;
		font-size: calc((30/2) / 375 * 100vw);
		color: #FFFFFF;
		margin-bottom: calc((40/2) / 375 * 100vw);
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box .navs ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box .navs ul li {
		width: 30%;
		margin-bottom: calc((20/2) / 375 * 100vw);
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box .navs ul li a {
		font-family: '微软雅黑';
		font-weight: 400;
		font-size: calc((28/2) / 375 * 100vw);
		color: #999999;
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom .wow_box {
		flex-shrink: 0;
		width: 70%;
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom .wow_box .tel {
		margin-bottom: calc((15/2) / 375 * 100vw);
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom .wow_box .tel p {
		font-family: '微软雅黑';
		font-weight: 400;
		font-size: calc((28/2) / 375 * 100vw);
		color: #999999;
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom .wow_box .tel p span {
		font-size: calc((36/2) / 375 * 100vw);
		color: #FFFFFF;
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom .wow_box .address {
		font-family: '微软雅黑';
		font-weight: 400;
		font-size: calc((28/2) / 375 * 100vw);
		color: #999999;
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom .code_box {
		margin-top: calc((60/2) / 375 * 100vw);
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom .code_box .qrcode_box {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom .code_box .qrcode_box img {
		width: calc((180/2) / 375 * 100vw);
		height: calc((180/2) / 375 * 100vw);
		margin-bottom: calc((6/2) / 375 * 100vw);
	}

	.m-page-footer .center-card .top_box .bot_box .wow_box_bottom .code_box .qrcode_box .qrcode_text {
		font-family: '微软雅黑';
		font-weight: 400;
		font-size: calc((26/2) / 375 * 100vw);
		color: #FFFFFF;
		text-align: center;
	}

	.m-page-footer .page-copyright {
		margin-top: calc((40/2) / 375 * 100vw);
		padding-top: calc((22/2) / 375 * 100vw);
	}

	.m-page-footer .page-copyright .center-card p {
		font-family: '微软雅黑';
		font-weight: normal;
		font-size: calc((24/2) / 375 * 100vw);
		color: #A9A9A9;
		text-align: center;
		line-height: calc((45/2) / 375 * 100vw);
	}
}


}