* {
	margin: 0;
	padding: 0;
	list-style: none;
}

input {
	color: white;
	outline: none;
}
img {
	object-fit: contain;
}

textarea {
	background: transparent;
	color: white;
	outline: none;
	resize: none;
	height: 100%;
	width: 80%;
	overflow: hidden;
}

main a {
	color: white;
}

.homepage_banner {
	width: 100%;
	position: relative;
	padding-bottom: 6.25rem;
}

.homepage_part1 {
	width: 100%;
	background-color: #fdfdfc;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 5.625rem;
}

.homepage_part1 .left .l1 {
	font-size: 1.65rem;
	font-family: "黑体";
	margin-top: 8.125rem;
	letter-spacing: 0.3rem;
}

.homepage_part1 .left {
	background-image: url(/web/20220122031554im_/http://micistycn.cn/template/pc/static/img/homepage/0301.jpg);
	background-repeat: no-repeat;
	background-position: -1rem 0rem;
	width: 43rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.btn1 {
	color: white;
	padding: 11px 55px;
	letter-spacing: 6px;
	background-color: #d2bdaf;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	border: none;
}

.swiper-container {
	width: 100%;
}

.box3 {
	width: 100%;
	padding-top: 4%;
	display: flex;
	justify-content: center;
	background-color: #fdfdfc;
}

.box3 img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.box02 {
	background-color: #fdfdfc;
}

.text01 {
	font-size: 1.6rem;
	font-weight: 600;
	align-self: flex-end;
}

.part4 .m .m2 .box .t1 .content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.win {
	position: fixed;
	right: 0px;
	bottom: 20%;
	z-index: 1000;
}
.win img {
	width: 80%;
	margin: 6% 10%;
}

/* .win li a{
	width: 40px;
	height: 40px;
	display: block;
	background-size: 100%;
	background-color: #908174;
} */
.introduce {
	display: none;
}
@media only screen and (max-width:800px) {
	.tips{
		background-color: #3B3B3B;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    background-image: url(/web/20220122031554im_/http://micistycn.cn/template/pc/static/img/tips.png);
		    background-repeat: no-repeat;
		    background-position-x: 358px;
		    background-position-y: 0px;
		    background-size: 36px;
		    padding: 33px;
		    color: #797979;
	}
	.black_bg {
		display: none;
		background-color: rgba(0,0,0,0.5);
		position: fixed;
		width:100%;
		height: 100%;
		z-index: 999999;
	}
	.black_bg1 {
		display: none;
		/* background-color: rgba(0,0,0); */
		position: fixed;
		width:100%;
		height: 100%;
		z-index: 999999;
	}
	.show_small_self{
		    display: block;
		    position: fixed;
		    top: 30%;
		    left: 18%;
		    width: 250px;
		    height: 275px;
	}
	.show_small_self1{
		         display: block;
		         position: fixed;
		         top: 45%;
		         left: 35%;
		         width: 32%;
		         height: 9%;
						     display: flex;
						     justify-content: center;
						     align-items: center;

	}
	
	.pone_font {
		display: block;
		    text-align: center;
		    padding: 0px 10px;
		    font-size: 25px;
		    margin-top: 0%;
		    color: black;
		    font-size: 16px;
	}
	.bg_style1 {
	    background-color: rgba(255,255,255);
	    border-radius: 3px;
	}
	
	#swiper1 {
		padding-bottom: 0;
	}
	.win li:hover .show_small{
		display: none;
		color: white;}
	.homepage_banner {
		padding-bottom: 0;
	}

	.homepage_part1 {
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	.homepage_part1 .left {
		background-size: 50% auto;
		margin: 10px;
		padding: 0 3%;
		padding-top: 33px;
	}

	.homepage_part1 .left .l1 {
		margin-top: 0px;
		font-size: 16px;
	}

	.btn1 {
		color: white;
		padding: 8px;
		letter-spacing: 1px;
	}

	.homepage_part1 .right img {
		object-fit: contain;
	}

	.part4 {
		width: 100%;
		background-color: #f0f1f3;
		background-image: url(/web/20220122031554im_/http://micistycn.cn/template/pc/static/img/homepage/06.jpg);
		background-repeat: no-repeat;
		background-position: 10px 25px;
		background-size: 50% auto;
		padding-bottom: 50px;
	}

	.part4 .m .m1 {
		margin: 35px 10px 20px 10px;
		display: flex;
		justify-content: space-between;
	}

	.text01 {
		font-size: 16px;
	}

	.part4 .m .m2 .box .p1 {
		height: 100%;
		width: 40%;
	}

	.part4 .m .m2 .box {
		background-color: white;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 3% 3%;
		margin-bottom: 0px;
	}

	.part4 .m .m2 .box .t1 {
		width: 60%;
		margin-left: 10px;
	}

	.part4 .m .m2 .box .t1 .title {
		font-size: 16px;
	}

	.part4 .m .m2 .box .t1 .date {
		color: #999999;
		font-family: "黑体";
		font-size: 13px;
		margin: 0px 0px;
	}

	.part4 .m .m2 .box .t1 .content {
		font-size: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.part5 .box .f1 .r1 .i2 {
		width: 90%;
		height: 80%;
		font-size: 1.3rem;
		background-color: transparent;
		margin-left: 3%;
		border: 0;
		resize: none;
	}

	.box3 {
		padding-left: 0;
	}
.part_abot_main{
	width: 100%!important;
}
	.clearfix {
		display: block!important;
	}
	.part5 .box .f1 .l1 .i1 span{
		width: 50px;
		margin-left: 10px!important;
	}
	.part5 .box .f1 .r1{
		padding-left: 0!important;
	}
	.part5 .box .f1 .r1 .i2{
		font-size: 12px!important;
	}
	.part5 .box .f1{
		margin-bottom: 20px!important;
	}
	.part5 .btn1{
		padding: 11px 55px;
	}
	.win {
		/* display: none; */
	}
	.swiper_previous {
		display: none;
	}
	.swiper_next {
		/* background-color: black; */
		display: none;
	}
	.homepage_part1 {
		display: none;
	}
	.introduce {
		display: block;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-image: url(/web/20220122031554im_/http://micistycn.cn/template/pc/static/img/homepage/0301.jpg);
		background-repeat: no-repeat;
		background-size: 68%;
}
	.introduce_baside {
		display: flex;
		justify-content: space-between;
		margin: 10% 0%;
		padding: 0% 4% 0% 0%;
	}
	.introduce_cloum {
		display: flex;
		flex-direction:column ;
		justify-content: space-between;
		width: 60%;
		padding: 0% 4%;
	}
	.introduce_baside img {
		height: 145px;
		object-fit: contain;
	}
	.introduce_a {
		color: white;	
		padding: 4%;
		background-color: #E0CABB;
	}
	.introduce_font {
		font-size: 13px;
		    display: -webkit-box;
		    overflow: hidden;
		    -webkit-box-orient: vertical;
		    text-overflow: ellipsis;
		    -webkit-line-clamp: 3;
	}
	.part2 {
		    background-position-x: center;
		    background-position-y: -30px;
	}

@media (min-width:767px) and (max-width:800px){
		.part2 {
			    background-position-x: center;
			    background-position-y: -10px;
		}	
	}
@media (min-width:1500px) and (max-width:1700px) {
	.part_abot_main .circle .text2{
		font-size: 14px!important;
	}
	.part_abot_main .circle .text1{
		font-size: 22px!important;
	}
}
@media (min-width:1300px) and (max-width:1499px) {
	.part_abot_main .circle .text2{
		font-size: 12px!important;
	}
	.part_abot_main .circle .text1{
		font-size: 18px!important;
	}
}
@media (min-width:768px) and (max-width:1299px) {
	.part_abot_main .circle .text2{
		font-size: 4px!important;
	}
	.part_abot_main .circle .text1{
		font-size: 10px!important;
		letter-spacing: 2px!important;
	}
}

/*
     FILE ARCHIVED ON 03:15:54 Jan 22, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:33:48 Nov 18, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 104.222
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.057
  cdx.remote: 0.098
  esindex: 0.011
  LoadShardBlock: 77.192 (3)
  PetaboxLoader3.datanode: 107.122 (4)
  load_resource: 183.514
  PetaboxLoader3.resolve: 87.67
*/