@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "PingFangSC-Regular", "Hiragino Sans GB", "Microsoft YaHei";
	/*vertical-align: middle;*/
}

html {
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	color: initial;
}

body * {
	box-sizing: border-box;
	flex-shrink: 0;
	line-height: inherit;
}

body {
	font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
		Arial, PingFang SC-Light, Microsoft YaHei;
	font-size: 12px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dd,
table,
input,
textarea,
dl {
	padding: 0;
	margin: 0;
}

input {
	background-color: transparent;
	border: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background-color: transparent;
}

ul,
li {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: top;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

textarea {
	resize: none;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clear {
	zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}


.warp {
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	position: relative;
	background: url(./123.jpg) no-repeat;
	background-size: cover;
	background-position-y: -89px;
}

.foot {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rebeccapurple;
}

.main .top img {
	height: 200px;
	margin-right: 15px;
}

.top p {
	float: right;
	font-size: 50px;
	font-weight: bold;
}

.main {
	align-items: center;
	height: 60%;
	margin: 0 auto;
}

.top {
	align-items: center;
	display: flex;
}

.main>p {
	font-size: 50px;
	text-align: center;
	=: 54%;
	font-weight: bold;
}

.foot p {
	text-align: center;
	font-size: 26px;
}

.img200T {
	width: 100%;
}

@media screen and (max-width: 800px) {
	.warp {
		background: url(./123r.jpg) no-repeat;
		background-size: 422%;
		background-position: 79% 26%;
	}
.disyw {
    height: 40%;
}
	.warp .mw {
		width: 100%;
		height: 80%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 10px 0;
	}

	.warp .mw p.sp {
		    font-size: 42px;
    color: #004af1;
    font-weight: bold;
    font-style: italic;
    padding: 0 10px;
    text-align: center;
    font-family: "KaiTi", "STKaiti", "SimKai", sans-serif;
    height: 40%;
	}

	.warp .mw img {
		width: 94%;
		margin: 0 auto;
		display: block;
	}
	.bott{
    position: absolute;
    bottom: 0px;
    font-size: 13px;
    color: #747070;
    width: 100%;
    text-align: center;
    align-self: center;
    left: 50%;
    transform: translate(-50%, 0px);
    background: white;
    padding: 10px 5px;
}
.bott a{
    color: #747070;
}
.mw .lianxi{
    text-align: center;
    font-size: 19px;
    color: #323232a8;
}
.lianxipc{
        display: none;
    }
}

@media screen and (min-width: 800px) {
    .lianxipc{
        display: block;
        font-size: 20px;
        position: absolute;
        bottom: 110px;
        left: 10px;
        color: #403f3f;
    }
    .mw .lianxi{
    display: block;
}
	.warp .mw {
		display: none;
	}

	.warp .mw img {
		width: 100%;
	}
	.bott a{
    color: #747070;
}
	.bott{
    position: absolute;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%, 0px);
    color: #747070;
    width: 100%;
    background: white;
    bottom: 0;
    text-align: center;
    padding: 10px 5px;
}
}