@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
form,
blockquote,
dl,
dd,
pre {
	margin: 0;
}

/* @font-face {
	font-family: NotoSans;
	src: url(../fonts/NotoSans-Regular-2.ttf);
} */

button,
th,
td {
	padding: 0;
	outline: none;
}

ul,
ol,
textarea,
input {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset,
img {
	border: 0;
}

select,
input,
img,
select {
	vertical-align: middle;
}

.button {
	color: #fff;
}

input {}

select,
textarea {}

h2 {
	font-weight: 700;
}

body {
	color: #444;
	background: #ddbef7;
	font-family: "NotoSans";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

a,
a:hover,
a:visited {
	text-decoration: none;
	color: unset;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

.clear-fix::after {
	display: block;
	content: "";
	clear: both;
}

img {
	max-width: 100%;
}

.flex {
	display: flex;
}

.flex.clear-fix {
	display: flex;
	flex-wrap: wrap;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt20 {
	margin-top: 20px;
}

.mt15 {
	margin-top: 15px;
}

.pad40 {
	padding: 0px 40px;
}

.pad80 {
	padding: 0px 80px;
}

.pad0 {
	padding: 0px;
}

.imgfit img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.imgfit video {
	width: 100%;
	height: 100%;
	border: 0px;
}

.imgfit iframe {
	width: 100%;
	height: 100%;
	border: 0px;
	min-height: 250px;
}

.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {

	width: 40px;
	height: 40px;
	border-radius: 0%;
	opacity: 0.7;
	background-color: rgb(58, 58, 58, 0.5);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	font-size: 18px;
	transition: all 0.3s;
}

.swiper-button .swiper-button-next:after,
.swiper-button .swiper-button-prev:after {
	font-size: 14px;
	color: #fff;
}

.swiper-button .swiper-button-next:hover,
.swiper-button .swiper-button-prev:hover {
	opacity: 1;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
}

.swiper-button .swiper-button-next {
	opacity: 0;
}

.swiper-button .swiper-button-prev {
	opacity: 0;
}

.swiper-container:hover .swiper-button .swiper-button-next,
.swiper-container:hover .swiper-button .swiper-button-prev {
	opacity: 0.8;
}

.header {
	background-color: #f5f5f5;
}

.header-con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.header .logo {
	padding: 10px 0;
}

.header-menulist .header-menuitem {
	position: relative;
	display: flex;
}


.header-menulist .header-menuitem a.muenlink {
	display: block;
	line-height: 70px;
	font-size: 16px;
	padding: 0px 30px;
}

.header-menulist .header-menuitem a.muenlink:hover,
.header-menulist .header-menuitem a.muenlink.active {
	color: #000000;
	font-weight: bold;
}

.header-menulist .header-menuitem .header-submenuitem {
	position: absolute;
	border-top: 1px solid #aaa;
	z-index: 10;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) rotateX(90deg);
	transform-origin: top;
	background-color: #f5f5f5;
	transition: all 0.3s;
}

.header-menulist .header-menuitem:hover .header-submenuitem {
	transform: translateX(-50%) rotateX(0deg);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.header-menulist .header-menuitem .header-submenuitem a {
	display: block;
	position: relative;
	width: 200px;
	padding: 0px 20px;
	line-height: 50px;
	transition: all 0.3s;
}

.header-menulist .header-menuitem .header-submenuitem a img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 9px;
	transition: all 0.3s;
	opacity: 0;
}

.header-menulist .header-menuitem .header-submenuitem a:hover {
	background-color: #ddd;
	padding-left: 35px;
	opacity: 1;
}

.header-menulist .header-menuitem .header-submenuitem a:hover img {
	opacity: 1;
}

.header-menulist .header-menuitem a.muenlink img {
	height: 9px;
	transform: rotate(90deg);
	margin-left: 15px;
}

.header-menulist {
	display: flex;
}


.swiper-zuopin1 .swiper-pagination-bullet {
	background-color: #fff;
}

.swiper-zuopin1 ..swiper-pagination-bullet-active {
	background-color: #fff;
}

.index-list {
	display: flex;
	flex-wrap: wrap;
}

.index-list .item {
	width: calc(50% - 30px);
	margin-bottom: 20px;
	position: relative;
}

.index-list .item:nth-child(odd) {
	margin-left: 20px;
	margin-right: 10px;
}

.index-list .item:nth-child(even) {
	margin-left: 10px;
	margin-right: 20px;
}

.index-list .item .item-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
}

.index-list .item .item-text h1 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

.index-list .item .item-text .line {
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 10px;
	margin: 5px 0;
}

.index-list .item .item-text p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

.index-list .item .item-text .btn {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	padding: 0px 15px;
	border-radius: 40px;
	background-color: #fff;
	margin: 5px 0;
}

.index-list .item.item1 .item-text .btn {
	color: rgb(255, 134, 96);
}

.index-list .item.item2 .item-text .btn {
	color: rgb(160, 119, 255);
}

.index-list .item.item3 .item-text .btn {
	color: rgb(254, 202, 70);
}




.conmon-title {
	padding: 12px 20px;
	/* border-left: 5px solid rgb(255, 95, 104); */
	height: auto;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	text-align: center;
	background: #f1f1f1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.footer {
	display: flex;

}

.footer>.footer-item {
	display: block;
	width: 33.3333%;
	text-align: center;
}


.footer>.footer-item img {
	height: 25px;
}

.footer>.footer-item img:nth-child(1) {
	display: inline-block;
}

.footer>.footer-item img:nth-child(2) {
	display: none;
}

.footer>.footer-item.active img:nth-child(1) {
	display: none;
}

.footer>.footer-item.active img:nth-child(2) {
	display: inline-block;
}

.footer {
	padding: 12px 0;
	background-color: #fff;
	border-top: 1px solid #eeeeee;
	position: fixed;
	left: 0;
	right: 0px;
	bottom: 0px;
}

.footer .footer-item p {
	color: #bbb;
}

.footer .footer-item.active p {
	color: #ff5f68;
}

.form {
	padding: 40px 20px 80px;
}

.form .form-group {
	margin-bottom: 30px;
}

.form input {
	height: 45px;
	border-color: transparent;
	color: #999;
	background-color: #fff;
	box-shadow: unset;
	font-size: 14px;
	border-radius: 50px;
}

.form select {
	color: #999;
	border-color: transparent;
	background-color: rgb(240, 244, 247);
	box-shadow: unset;
	font-size: 16px;
}

.form-group .zhaopian {
	text-align: center;
	height: 180px;
}








.form .form-group .search-btn {
	display: inline-block;
	background-color: transparent;
	background-image: url();
}

.form .form-group {
	position: relative;
}

.form .form-group .search-input {
	border-radius: 50px;
	height: 46px;
	border-color: transparent;
	color: #666666;
	background-color: rgb(228, 228, 228);
	box-shadow: unset;
	font-size: 16px;
	padding: 0px 20px;
}

.form .form-group .search-btn {
	background-image: url(../images/search.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	width: 46px;
	height: 46px;
	position: absolute;
	right: 0;
}

.search-text {
	padding: 20vh 40px;
}

.search-text .img {
	width: 100%;
	text-align: center;
}

.search-text img {
	text-align: center;
	height: 80px;
}


.search-text h1 {
	font-size: 30px;
	text-align: center;
	letter-spacing: 1px;
	margin: 50px 0px 30px;
}

.search-text p {
	font-size: 18px;
	color: #aaaaaa;
	line-height: 30px;
}

.main {
	background: #ddbef7;
}

#codeimg {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

#checkcode {
	padding-right: 100px;
}

.logintext {
	float: right;
}

.logintext a {
	color: #0077B5;
}

.button {
	line-height: 38px;
	height: 50px;
	border-radius: 50px;
	width: 100%;
	color: #fff !important;
	font-size: 16px;
	letter-spacing: 2px;
	background-color: rgb(0, 0, 0);
}

#qiangpiao {
	width: 90%;
	margin: 30px 5%;
}

.piaoju .img {
	padding: 10px 10px;
}



.nowtime {
	font-size: 16px;
	text-align: center;
	margin-top: 8px;
}

.noactive {
	font-size: 20px;
	text-align: center;
	padding: 40px 0;
}


.piaobg {
	background-image: linear-gradient(to bottom, rgb(227, 58, 53) 0%, rgb(165, 38, 229) 100%);
	padding: 15px;
	min-height: 100vh;
}

.piaoju {
	background-color: #fff;
	padding-bottom: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.message {
	text-align: center;
	border-top: 1px dashed #666;
	background-color: #fff;
	position: relative;
	padding-bottom: 40px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.message h1 {
	font-size: 24px;
	line-height: 1.8;
	padding-top: 30px;
}

.message h2 {
	font-size: 18px;
	color: #999;
	margin-top: 10px;
	font-weight: normal;
}

.message::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: rgb(190, 46, 155);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
}

.message::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: rgb(190, 46, 155);
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
}

.chakan {
	width: 90%;
	height: 50px;
	line-height: 38px;
	background-color: rgb(0, 0, 0);
	color: #FFFFFF;
	text-align: center;
	margin: 30px 5%;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 50px;
}

.button-flex {
	display: flex;
	justify-content: space-between;
}

.button-flex .form-group {
	width: 47%;
}


.form .form-group .btn {
	height: 45px;
	border-radius: 50px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: rgb(0, 0, 0);
}

.piaoju .phone {
	text-align: center;
	font-size: 24px;
	margin: 15px 0;

}


@media screen and (max-width: 1200px) {}

.mobile_show {
	display: none;

}

.mobile_hide {
	display: block;
}

@media screen and (max-width: 768px) {
	.mobile_show {
		display: block;
	}

	.mobile_hide {
		display: none;
	}
}