﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}


.scrolling-text {
	white-space: nowrap;
	display: inline-block;
	animation: scroll-left 20s linear infinite;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #f3e8ca;
	text-align: justify;
	color: #010000;
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* 开始 */
body {
	position: relative;
}

.text {
	width: 100%;
	height: auto;
	position: absolute;
	top: 57%;
	left: 0;
}

.text .neirong {
	width: 100%;
	height: 4010px;
	background: url(../images/bgff1.png) no-repeat;
	background-size: 100% auto;
	border-radius: 30px;
	position: relative;
	padding: 0 165px;
	box-sizing: border-box;
}

.title {
	width: 800px;
	height: 300px;
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -400px;
}

.form {
	padding-top: 370px;
}

.form ul li {
	width: 100%;
	height: 220px;
	background: url(../images/title2.png) no-repeat center;
	background-size: 100% 100%;
	margin-bottom: 90px;
}

.form ul li .shuru {
	display: inline-block;
	font-size: 80px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	line-height: 220px;
	padding-left: 3%;
	float: left;
}

.form ul li input {
	background: none;
	border: none;
	width: 50%;
	height: 180px;
	margin-top: 20px;
	font-size: 70px;
	padding-left: 20px;
}

.form ul li:nth-child(3) {
	height: 560px;
	background: #faedd7;
}

.form ul li textarea {
	background: none;
	border: none;
	width: 80%;
	font-size: 70px;
	height: 440px;
	margin-top: 60px;
	padding: 0 20px;
}

button {
	width: 30%;
	height: 120px;
	font-size: 50px;
	border-radius: 20px;
	background: #def5fb;
	color: #333;
	display: block;
	margin: 0 auto;
	border: none;
	border: 2px solid #333;
}

.liuyanban {
	position: relative;
}

.liuyanban {
	margin-top: 250px;
	background: url(../images/liuyanban.png) no-repeat;
	background-size: 100% auto;
	border-radius: 50px;
	position: relative;
	padding-top: 220px;
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 220px;
}

.title_two {
	width: 840px;
	height: 270px;
	position: absolute;
	top: -135px;
	left: 50%;
	margin-left: -420px;
}

.liuyanquyu p:nth-child(2n) {
	margin-left: 10%;
}

.liuyanquyu .message-box {
	width: 90%;
	height: 270px;
	background: url(../images/liuyan.png) no-repeat center;
	background-size: 100% 100%;
	margin-bottom: 80px;
	padding: 0 30px;
	box-sizing: border-box;
}

.liuyanquyu .message-box:nth-child(2n) {
	margin-left: 6%;
}

.liuyanquyu .message-box p {
	width: 100%;
	height: 100%;
	font-size: 80px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	white-space: nowrap;
	line-height: 270px;
	position: relative;
	overflow: hidden;
}

.liuyanquyu .message-box p span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: max-content;
	height: 150px;
	line-height: 150px;
	animation: scroll-left 20s linear infinite;
}


.liuyanquyu {
	max-height: 1400px;
	overflow-y: auto;
	padding-right: 15px;
	/* 增加一点空间 */
}

/* 自定义滚动条样式 */
.liuyanquyu::-webkit-scrollbar {
	width: 8px;
	/* 稍微加宽 */
}

.liuyanquyu::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.2);
	/* 更亮的轨道 */
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.liuyanquyu::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom, #faedd7, #ead7b8);
	/* 渐变效果 */
	border-radius: 10px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	/* 边框效果 */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.liuyanquyu::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(to bottom, #faedd7, #ead7b8);
	/* 悬停时的渐变效果 */
}

.dy1 {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}

.dy a {
	position: absolute;
	display: block;
	width: 560px;
	height: 560px;
	background: #000;
}

.dy a.xianhua {
	top: 50%;
	left: 15%;
}

.dy a.diannazu {
	top: 50%;
	left: 40%;
}

.dy a.jugong {
	top: 50%;
	left: 65%;
}

.pic-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100vh;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.pic-img div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(200, 200, 200, 0.5);
}

.pic-img img {
	max-width: 100%;
	max-height: 800px;
	width: auto;
	height: 800px;
	;
	object-fit: contain
}



















/* @media only screen and (max-width:2150px) {
	.dy a {
		position: absolute;
		display: block;
		width: 460px;
		height: 460px;
		background: #000;
	}

	.form ul li {
		width: 100%;
		height: 200px;
		background: url(../images/title2.png) no-repeat center;
		background-size: 100% 100%;
		margin-bottom: 80px;
	}

	.form {
		padding-top: 270px;
	}

	.liuyanquyu .message-box {
		width: 90%;
		height: 220px;
		background: url(../images/liuyan.png) no-repeat center;
		background-size: 100% 100%;
		margin-bottom: 80px;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.form ul li:nth-child(3) {
		height: 420px;
		background: url(../images/title3.png) no-repeat center;
		background-size: 100% 100%;
	}

	.liuyanban {
		padding-bottom: 100px;
	}

	.liuyanquyu {
		max-height: 1200px;
		overflow-y: auto;
		padding-right: 15px;
	}
} */

/* @media only screen and (max-width:1920px) {
	.dy a {
		position: absolute;
		display: block;
		width: 410px;
		height: 425px;
		background: #000;
	}

	.form ul li {
		width: 100%;
		height: 180px;
		background: url(../images/title2.png) no-repeat center;
		background-size: 100% 100%;
		margin-bottom: 30px;
	}

	.form ul li .shuru {
		display: inline-block;
		font-size: 60px;
		font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
		font-weight: bold;
		line-height: 180px;
		padding-left: 3%;
		float: left;
	}

	.form ul li input {
		background: none;
		border: none;
		width: 50%;
		height: 180px;
		margin-top: 0px;
		font-size: 50px;
		padding-left: 20px;
	}

	.title_two {
		width: 600px;
		height: 200px;
		position: absolute;
		top: -100px;
		left: 50%;
		margin-left: -300px;
	}

	.liuyanquyu .message-box p {
		width: 100%;
		height: 100%;
		font-size: 60px;
		font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
		white-space: nowrap;
		line-height: 180px;
		position: relative;
		overflow: hidden;
	}

	.liuyanquyu .message-box {
		height: 180px;
	}

	.liuyanquyu {
		max-height: 1000px;
		overflow-y: auto;
		padding-right: 15px;
	}

	.text .neirong {
		height: auto;
	}
} */

/* @media only screen and (max-width:1800px) {
	.dy a {
		position: absolute;
		display: block;
		width: 380px;
		height: 400px;
		background: #000;
	}
}

@media only screen and (max-width:1700px) {
	.liuyanquyu .message-box {
		height: 160px;
		margin-bottom: 40px;
	}

	.liuyanquyu {
		height: 800px;
	}

	.liuyanquyu .message-box p {
		font-size: 46px;
	}
}

@media only screen and (max-width:1600px) {
	.text .neirong {
		padding: 0 80px;
	}

	.dy a {
		position: absolute;
		display: block;
		width: 310px;
		height: 350px;
		background: #000;
	}

	.liuyanban {
		padding-top: 120px;
	}

	.liuyanquyu .message-box {
		height: 140px;
		margin-bottom: 30px;
	}

	.liuyanquyu {
		height: 650px;
	}

	.title_two {
		width: 500px;
		height: auto;
		top: -80px;
		margin-left: -250px;
	}
} */
.dy a {
	background: none;
}

.title {
	width: 500px;
	height: 200px;
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -250px;
}

.text .neirong {
	height: auto;
}

.text .neirong {
	padding: 0 100px;
	box-sizing: border-box;
}

.form {
	padding-top: 150px;
}

.form ul li {
	width: 100%;
	height: 120px;
	background: #faedd7;
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.form ul li .shuru {
	display: inline-block;
	font-size: 50px;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	line-height: 120px;
	padding-left: 3%;
	float: left;
}

.form ul li input {
	background: none;
	border: none;
	width: 50%;
	height: 120px;
	margin-top: 0px;
	font-size: 40px;
	padding-left: 20px;
}

.form ul li textarea {
	background: none;
	border: none;
	width: 80%;
	font-size: 40px;
	height: 200px;
	margin-top: 30px;
	padding: 0 20px;
}

.form ul li:nth-child(3) {
	height: 250px;
}

button {
	width: 25%;
	height: 90px;
	font-size: 32px;
	border-radius: 15px;
	background: #faedd7;
	color: #333;
	display: block;
	margin: 20px auto;
	border: none;
	border: 1px solid #333;
	margin-top: 50px;
}

.liuyanban {
	margin-top: 30px;
	padding-top: 150px;
}

.title_two {
	width: 400px;
	height: 136px;
	position: absolute;
	top: -68px;
	left: 50%;
	margin-left: -200px;
}

.liuyanquyu .message-box {
	width: 90%;
    height: 100px;
    background: url(../images/liuyan.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 60px;
    padding: 0 30px;
    box-sizing: border-box;
}

.liuyanquyu .message-box p {
	font-size: 42px;
}

.liuyanquyu {
	max-height: 600px;
}

.dy a {
	position: absolute;
	display: block;
	width: 300px;
	height: 320px;
	background: none;
}

@media only screen and (max-width:1400px) {
	body {
		width: 1200px;
	}

	.form ul li {
		width: 100%;
		height: 130px;
		background: url(../images/title2.png) no-repeat center;
		background-size: 100% 100%;
		margin-bottom: 30px;
	}

	.form ul li .shuru {
		height: 130px;
		line-height: 130px;
	}

	.form ul li input {
		height: 130px;
	}

	.liuyanban {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 20px;
		margin-top: 150px;
	}


	.form ul li textarea {
		background: none;
		border: none;
		width: 60%;
		font-size: 50px;
		height: 340px;
		margin-top: 30px;
		padding: 0 20px;
		font-size: 50px;
	}

	.dy a {
		position: absolute;
		display: block;
		width: 280px;
		height: 300px;
		background: none;

	}
}

@media only screen and (max-width:1200px) {
	body {
		width: 1150px;
	}
}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 750px) {
	body {
		width: 100%;
	}

	.dy a {
		position: absolute;
		display: block;
		width: 80px;
		height: 80px;
		background: none;
	}

	.title {
		width: 220px;
		height: auto;
		position: absolute;
		top: -46px;
		left: 50%;
		margin-left: -110px;
	}

	.text .neirong {
		padding: 0 20px;
		padding-bottom: 30px;
	}

	.form {
		padding-top: 50px;
	}

	.form ul li {
		width: 100%;
		height: 35px;
		background: #faedd7;
		background-size: 100% 100%;
		margin-bottom: 10px;
	}

	.form ul li .shuru {
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}

	.form ul li input {
		height: 35px;
		font-size: 12px;
	}

	.form ul li textarea {
		background: none;
		border: none;
		width: 60%;
		font-size: 50px;
		height: 60px;
		margin-top: 12px;
		padding: 0 20px;
		font-size: 50px;
		font-size: 12px;
	}

	.form ul li:nth-child(3) {
		height: 70px;
		background: #faedd7;
	}

	button {
		width: 30%;
		height: 35px;
		font-size: 12px;
		border-radius: 10px;
		background: #faedd7;
		color: #333;
		display: block;
		margin: 0 auto;
		border: none;
		border: 1px solid #333;
	}

	.liuyanban {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		margin-top: 10px;
		border-radius: 10px;
		padding-top: 10px;
	}

	.title_two {
		width: 140px;
		height: auto;
		top: -20px;
		margin-left: -70px;
	}

	.liuyanquyu .message-box {
		height: 35px;
		margin-bottom: 10px;
	}

	.liuyanquyu .message-box p {
		font-size: 14px;
	}

	.liuyanquyu {
		height: 205px;
		padding-top: 35px;
	}

	.pic-img img {
		max-width: 100%;
		max-height: 200px;
		width: auto;
		height: 200px;
		object-fit: contain;
	}

	.liuyanquyu .message-box {
		padding: 0 10px;
	}
	.text .neirong {
    background: url(../images/bgff1.png) no-repeat;
    background-size: 100% 100%;
}
}