/*公共样式*/
* {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font: inherit;
	line-height: normal;
	position: relative;
	height: 100%;
}

header,
nav,
main,
img,
form,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

hr,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

tbody {
	border-collapse: collapse;
	border-spacing: 0px;
}

pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	font-family: inherit;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

select,
input,
textarea,
button {
	font-size: inherit;
	padding: 2px 5px;
	font-family: inherit;
	color: inherit;
}

a {
	text-decoration: none;
	color: inherit;
	transition: ease .3s;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

th {
	text-align: left;
}

td {
	word-wrap: break-word;
	word-break: break-all;
}

ins,
em {
	text-decoration: none;
	font-style: normal;
	display: inline-block;
}

h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

input[type=text],
input[type=password],
input[type=file],
input[type=number],
input[type=tel],
input[type=button],
input[type=submit],
input[type=reset],
textarea {
	-webkit-appearance: none;
}

/*header*/
.header {
	width: 100%;
	height: auto;
}

.nav {
	width: 100%;
	height: 64px;
}

.nav .logo {
	float: left;
	width: 12%;
	margin-top: 1.15rem;
    margin-left: 1.5rem;
}

.nav .logo img {
	height: 23px;
	width: 80px;
}

.menu_y {
	width: 10%;
	float: right;
	display: none;
	padding: 10px 10px 10px 15px;
	margin-right: 30px;
	cursor: pointer;
}

.menu_y img {
	width: 40px;
}

.nav .menu {
	float: left;
	width: 60%;
}

.nav .menu img {
	display: none;
}

.menu_b {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	background-color: #f8f8f8;
	z-index: 99;
	overflow: hidden;
	height: 0;
	opacity: 0;
	display: flex;
}

.menu_b li {
	width: 100%;
	float: left;
	padding: 20px 30px;
	position: relative;
	text-align: center;
}

.nav .menu_a .menu_li {
	float: left;
	cursor: pointer;
	text-align: center;
	width: 120px;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
	height: 60px;
	line-height: 60px;
}

.nav .menu_a .menu_ac {
	color: #ff7800;
}

.nav .menu_a li:hover {
	color: #ff7800;
}


.menu_b .menu_left {
	width: 30%;
	float: left;
	background-color: #fff;
}

.menu_b .menu_right {
	width: 70%;
	float: left;
}

.menu_b .menu_left li {
	width: 40%;
	margin-left: 60%;
	height: 100px;
}

.menu_b .menu_left span {
	width: 30%;
	float: left;
	padding: 13px 0;
}

.menu_b .menu_left img {
	width: 30px;
	display: block;
}

.menu_b .menu_left p {
	width: 70%;
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
}

.menu_b .menu_left li:hover p {
	color: #ff7800;
}

.menu_box:hover .menu_b {
	height: 550px;
	opacity: 1;
}

.minfo {
	width: 100%;
}

.minfo .menu_con li {
	width: 30%;
	float: left;
	background-color: #fff;
	margin: 1%;
}

.minfo .menu_con li:hover {
	background-color: #ff7800;
	color: #fff;
}

.minfo {
	display: none;
}

.minfo:first-of-type {
	display: block;
}

.nav .userInfo {
	float: right;
	width: 20%;
}

.nav .userInfo .register_dl {
	background-color: #fff;
	color: #ff7800;
	border: none;
	padding: 10px;
	width: 120px;
	float: right;
	font-size: 14px;
	height: 60px;
	font-weight: 600;
}

.nav .userInfo .register_zc {
	background: linear-gradient(142deg, #ff7800, #f16875);
	color: #fff;
	border: none;
	width: 80px;
	float: right;
	font-size: 14px;
	height: 60px;
	font-weight: 600;
}

/*banner*/
.swiper {
	width: 100%;
	height: auto;
}

.swiper_slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper_slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper_slide h2 {
	position: absolute;
	top: 30%;
	left: 10%;
	font-size: 4vw;
	font-weight: 400;
}

.swiper_slide p {
	position: absolute;
	top: 50%;
	left: 10%;
	font-size: 1vw;
}

.swiper_box {
	width: 100%;
	margin: 0 auto;
	height: 90px;
	z-index: 999;
	background-color: #ffffff8a;
	position: absolute;
	left: 0;
	bottom: 4.2%;
	display: flex;
	flex-direction: row;
}

.swiper_box ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 200px;
}

.swiper_box li {
	width: 30%;
	float: left;
	height: 100px;
	text-align: left;
	padding-left: 10px;
}

.swiper_box li:nth-child(2) {
	margin: 0 5%;
}

.swiper_box li:hover {
	background-color: #fff;
}

.swiper_box li:hover .swiper_boxp1 {
	color: #ff7800;
}

.swiper_boxp1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
}

.swiper_boxp2 {
	font-size: 12px;
	color: #999999;
}

/*content公共样式*/
.content {
	width: 100%;
	height: auto;
}

.content h3 {
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	margin-bottom: 40px;
}

/*product*/

.product {
	width: 100%;
	padding: 0 200px;
	height: 645px;
	margin: 0 auto;
	padding-top: 40px;
}

.product_tit {
	width: 100%;
	height: 90px;
	margin: 20px 0;
}

.product_tit .product_titul {
	margin-top: 50px;
	height: 522px;
	justify-content: flex-center;
	justify-content: center;
	display: flex;
}

.product_titul .product_titli {
	width: 23%;
	height: 400px;
	float: left;
	text-align: center;
	height: 400px;
	margin: -2px 0 0 -2px;
	display: flex;
	flex-direction: column;
	background-color: #def5fd52;
	margin: 0 1%;
}

.product_btn {
	height: 46px;
	width: 100%;
	margin: 0 auto;
}

.product_btn a {
	width: 120px;
	overflow-wrap: break-word;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	line-height: 27px;
	padding: 10px 30px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #ff7800;
}

.product_btn a:hover {
	border-color: #fff;
	color: #fff;
	background-color: #ff7800;
}

.product_tit .product_titul li:hover {
	border: 1px solid rgba(0, 92, 255, .2);
}

.product_titul .product_p1 {
	width: 100%;
	height: 38px;
	overflow-wrap: break-word;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	line-height: 38px;
}

.product_titul .product_bot {
	background-color: #ff7800;
	width: 80px;
	height: 2px;
	margin: 15px auto;
}

.product_titul .product_p2 {
	width: 100%;
	height: 100px;
	overflow-wrap: break-word;
	color: #4d5b77;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	text-align: center;
	line-height: 26px;
	padding: 0 20px;
}

.product_titul .active p {
	border-bottom: 2px solid #ff7800;
}

.product_tit .product_titul li>img {
	width: 160px;
	height: 130px;
	margin: 15px auto;
}

.product_box {
	width: 100%;
	background: rgba(243, 245, 248, 0.4);
	box-shadow: inset 0px 15px 30px 1px rgb(245 222 201 / 29%);
	/* height: 420px; */
	padding: 20px 60px;
}

.product_box .product_boxul li {
	width: 25%;
	float: left;
	text-align: left;
	height: 160px;
	background-color: #fff;
	border: 1px solid #fafafa;
	padding: 20px;
}

.product_boxul img {
	width: 50px;
}

.product_box .product_boxul li:hover {
	box-shadow: -5px 0px 20px 5px rgba(82, 88, 120, 0.15);
	transform: scale(1.02);
}

.product_boxul .product_boxp1 {
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
}

.product_boxul .product_boxp2 {
	font-size: 12px;
	color: #999999;
}

.product_boxul {
	display: none;
	/* display: flex; */
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}

.product_boxul:first-of-type {
	display: flex;
}

/*use*/
.use {
	width: 100%;
	height: 500px;
	margin: 0 auto;
}

.use h3 {
	color: #000;
	margin: 30px 0;
}

.use .use_box {
	width: 100%;
	margin: 60px auto;
	padding: 0 200px;
}

.use .use_img {
	width: 4%;
	float: left;
	padding: 15px;
	margin-top: 60px;
}

.use .use_con {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 22%;
	float: left;
}

.use .use_con img {
	width: 160px;
	height: auto;
	margin-left: -40px;
}

.use .use_con .use_p1 {
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
}

.use .use_con .use_p2 {
	width: 100%;
	text-align: center;
	padding: 0 10px;
	color: #64698b;
	font-size: 16px;
	line-height: 24px;
}

/*advantage*/
.advantage {
	width: 100%;
	height: 650px;
	margin: 0 auto;
	padding-top: 40px;
}

.advantage h3 {
	color: #000;
	margin: 30px 0;
}

.advantage_box {
	width: 100%;
	padding: 0 200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.advantage_but {
	width: 120px;
	height: 46px;
	background-color: #fff;
	border: 1px solid #fff;
}

.advantage_but a {
	color: #ff7800;
	font-size: 16px;
	line-height: 27px;
}

.advantage_one {
	position: relative;
	width: 23%;
	margin: 0 1%;
}

.advantage_tit {
	width: 100%;
	height: 80px;
	line-height: 80px;
	padding-left: 40px;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-align: left;
	background: url(../img/bg18.png) 50% / 100% no-repeat;
}

.advantage_info {
	position: relative;
	overflow: hidden;
	padding: 16px 40px;
	height: 360px;
	background: #f3f9fd;
}

.advantage_li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #64698b;
	line-height: 48px;
}

.advantage_span {
	flex: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.advantage_btn {
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.advantage_btn span {
	display: inline-block;
	color: #ff7800;
}


/*scene*/
.scene {
	width: 100%;
	height: 650px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(../img/scenebg1.jpg) no-repeat center center;
}

.scene h3 {
	color: #fff;
}

.scene_box {
	width: 100%;
	margin: 0 auto;
	padding: 0 200px;
}

.scene_left {
	width: 20%;
	float: left;
	background-color: #ffffff2e;
	height: 480px;
	backdrop-filter: blur(5px); //背景模糊度
}

.scene_left .scene_leftli {
	cursor: pointer;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 30px 0;
	color: #fff;
}

.scene_left .active {
	cursor: default;
	background: linear-gradient(142deg, #ff7800, #f16875);
	color: #fff;
}

.scene_right {
	width: 80%;
	float: left;
	background-color: #ffffff4a;
	height: 480px;
	backdrop-filter: blur(5px); //背景模糊度
}

.scene_right .scene_con {
	display: none;
	padding: 40px 60px;
}

.scene_right .scene_con>ul {
	height: 350px;
}

.scene_right .scene_con:first-of-type {
	display: block;
}

.scene_con .scene_conp1 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 36px;
	padding: 10px 0;
}

.scene_con .scene_conp2 {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}

.scene_con .scene_conp3 {
	width: 20%;
	float: left;
	border: 0.1px solid #c8c8c8;
	text-align: center;
	margin: 1% 2%;
	border-radius: 5px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.scene_con .scene_conp3:hover {
	background: linear-gradient(142deg, #ff7800, #f16875);
	color: #fff;
}

.scene_con>hr {
	margin-bottom: 20px;
}

.scene_button {
	width: 90px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	float: left;
	margin-left: 1%;
	background: linear-gradient(142deg, #ff7800, #f16875);
	display: none;
}

.scene_button a:hover {
	filter: blur(1px);
}

/*information*/
.information {
	width: 100%;
	height: 650px;
	margin: 0 auto;
	padding-top: 40px;
}

.information .information_box {
	width: 100%;
	margin: 0 auto;
	padding: 0 200px;
}

.information_box .information_left {
	width: 44%;
	float: left;
	padding: 40px;
	background-color: #f5f5f5;
	height: 500px;
	background: url(../img/newsbg.png) no-repeat center center;
	background-size: cover;
}

.information_box .information_right {
	width: 55%;
	float: left;
	padding: 0 40px;
	height: 500px;
	background-color: #fc751a14;
	margin-left: 1%;
}

.information_right li:hover .information_tit2 {
	color: #ff7800;
}

.information_box .information_tit1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #ff7800;
}

.information_box .information_time1 {
	font-size: 16px;
	line-height: 32px;
	color: #c0c3cc;
	color: #ff7800;
}

.information_box .information_con1 {
	font-size: 12px;
	line-height: 24px;
	text-indent: 2em;
}

.information_box .information_q {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	float: left;
	width: 3%;
	background-color: #ff7800;
	color: #fff;
	text-align: center;
	margin: 5px 1%;
	border-radius: 5px;
	font-family: system-ui;
}

.information_box .information_tit2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	float: left;
	width: 95%;
	height: 30px;
}

.information_box .information_con2 {
	font-size: 12px;
	line-height: 25px;
	color: #868686;
	margin-left: 30px;
}

.information_box .information_right li {
	height: auto;
	margin: 25px 0;
	max-height: 80px;
}

.information_box .information_img>img {
	width: 100%;
	margin: 20px 0;
}

.information_box .information_button1 {
	width: 70px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	float: left;
	background: linear-gradient(142deg, #ff7800, #f16875);
	border-radius: 5px;
	margin-top: 20px;
}

.information_box .information_button2 {
	width: 90px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #ff7800;
	font-weight: 400;
}

.information_button1 a:hover {
	filter: blur(1px);
}

.information_button2 a:hover {
	filter: blur(1px);
}

.information_right hr {
	margin: 10px 0;
}

/**/

.pr {
	position: relative;
	height: 180px;
	color: #fff;
	padding: 45px;
}

.pr_con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 182px;
	overflow: hidden;
}

.pr_bgx {
	transition: all 1s;
	position: absolute;
}

.pr_bg01 {
	top: 0px;
	left: 0px;
	width: 16.25%;
	height: 88px;
	background: rgb(221, 238, 255);
	filter: blur(50px);
}

.pr_bg02 {
	bottom: 0px;
	left: 0px;
	width: 429.76px;
	height: 121px;
	background: rgb(255, 242, 212);
	filter: blur(50px);
}

.pr_bg03 {
	top: -50px;
	left: 355.312px;
	z-index: 2;
	width: 612.5px;
	height: 282px;
	background: rgb(221, 238, 255);
	filter: blur(50px);
}

.pr_bg04 {
	top: -50px;
	left: 792.188px;
	z-index: 1;
	width: 688.302px;
	height: 282px;
	background: rgb(225, 225, 255);
	filter: blur(50px);
}

.pr_bg05 {
	top: -50px;
	right: -100px;
	width: 321.479px;
	height: 282px;
	background: rgb(221, 238, 255);
	filter: blur(50px);
}

.pr_info {
	position: relative;
	z-index: 2;
}

.pr_box {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	padding: 0 200px;
}

.pr_span {
	line-height: 48px;
	font-size: 48px;
	font-family: DINPro-Bold, DINPro;
	font-weight: 700;
	color: #ff7800;
}

.pr_jia {
	margin-top: 15px;
	line-height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 700;
	color: #ff7800;
	margin-left: 5px;
}

.pr_wei {
	margin-top: 15px;
	line-height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 700;
	color: #ff7800;
}

.pr_jie {
	margin-top: 19px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

/*footer*/
.footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #252a3d;
}

.footer_bg {
	background: url(../img/bg01.png) no-repeat center center;
	height: auto;
	background-size: 100%;
	padding: 70px 0 20px 0;
	text-align: center;
	width: 100%;
	background-color: #fff;
}

.footer_bg p {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.footer_button {
	width: 90px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	margin: 20px auto;
	background-color: #fff;
	border-radius: 5px;
}

.footer_button a {
	color: #ff7800;
	font-weight: bold;
	font-size: 14px;
}

.footer_button a:hover {
	filter: blur(1px);
}

.footer_box {
	width: 100%;
	margin: 0 auto;
	padding: 0 200px;
}

.footer_lr {
	width: 100%;
	height: 280px;
}

.footer_left {
	width: 80%;
	height: 280px;
	float: left;
}

.footerL_one {
	width: 60%;
	float: left;
	padding: 20px 0;
}

.footerL_one p {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
}

.footerL_one li {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	width: 33%;
	float: left;
}

.footerL_one li:hover {
	color: #ff7800;
}

.footerL_two {
	width: 40%;
	float: left;
	padding: 20px 0;
}

.footerL_two li:hover {
	color: #ff7800;
}

.footerL_two p {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
}

.footerL_two li {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}

.footerL_two a:hover {
	color: #ff7800;
}

.footer_right {
	width: 20%;
	height: 280px;
	float: left;
	padding: 20px 60px;
}

.footer_right img {
	width: 100%;
	float: right;
	margin: 10px 0;
}

.footer_right p {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.footer_top {
	width: 100%;
	height: 40px;
}

.footer_top li {
	width: 90px;
	height: 40px;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	float: left;
	text-align: center;
}

.footer_top .footer_rs {
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.footer_top li>a:hover {
	color: #ff7800;
}

.footer_bottom {
	width: 100%;
	height: 50px;
	text-align: center;
}

.footer_bottom .footer_p {
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 50px;
	width: 100%;
	height: 50px;
}

/*移动端*/
@media (max-width: 630px) {
	.menu_y {
		display: block !important;
	}

	.nav .menu {
		width: 100% !important;
		position: absolute !important;
		display: none;
	}

	.nav .menu_a .menu_li {
		z-index: 999 !important;
		position: relative !important;
		background-color: #ffffff !important;
		width: 100% !important;
		top: -5px !important;
	}

	.menu_box {
		display: none !important;
	}

	.nav .logo {
		padding: 15px 10px 10px 15px !important;
	}

	.swiper_button_next {
		display: none !important;
	}

	.swiper_button_prev {
		display: none !important;
	}

	.swiper_box {
		display: none !important;
	}

	.swiper_boxp1 {
		font-size: 10px !important;
		line-height: 20px !important;
	}

	.swiper_boxp2 {
		display: none !important;
	}

	.product {
		padding: 0px !important;
		height: 1800px !important;
	}

	.product_tit .product_titul {
		display: contents !important;
	}

	.product_titul .product_titli {
		width: 100% !important;
		margin: 10px 0 !important;
	}

	.product_tit .product_titul li:hover {
		margin: 0 !important;
		transform: scale(1) !important;
	}

	.pr_box {
		padding: 0 !important;
	}

	.pr_span {
		font-size: 16px !important;
	}

	.pr_wei {
		font-size: 16px !important;
		line-height: 16px !important;
	}

	.pr_jia {
		font-size: 14px !important;
		line-height: 14px !important;
	}

	.pr_jie {
		font-size: 10px !important;
		margin-top: 0 !important;
	}

	.advantage {
		height: 2000px !important;
	}

	.advantage_box {
		padding: 0 !important;
		display: contents !important;
	}

	.advantage_one {
		width: 100% !important;
		margin: 10px 0 !important;
	}

	.use {
		height: 1100px !important;
	}

	.use .use_box {
		padding: 0 !important;
	}

	.use .use_con img {
		margin-left: 70px !important;
	}

	.use .use_img {
		display: none !important;
	}

	.use .use_con {
		width: 100% !important;
		display: contents !important;
	}

	.use .use_con .use_p2 {
		margin-bottom: 20px !important;
	}

	.product_tit {
		padding: 0 10px !important;
	}

	.product_box {
		padding: 20px 10px !important;
	}

	.product_box .product_boxul li {
		width: 100% !important;
	}

	.scene_box {
		padding: 0 10px !important;
	}

	.scene_con .scene_conp3 {
		width: 30% !important;
		margin: 1% 0 !important;
		font-size: 5px !important;
		line-height: 10px !important;
	}

	.scene_con>hr {
		display: none !important;
	}

	.scene_left .scene_leftli {
		font-size: 12px !important;
	}

	.scene_right .scene_con {
		padding: 20px !important;
	}

	.information .information_box {
		padding: 0 10px !important;
	}

	.information_box .information_left {
		width: 100% !important;
		height: 420px !important;
		padding: 20px 10px !important;
	}

	.information_box .information_right {
		width: 100% !important;
		height: 720px !important;
		padding: 0 10px !important;
		margin-left: 0 !important;
	}

	.information_box .information_q {
		display: none !important;
	}

	.information {
		height: 1300px !important;
	}

	.information_box .information_tit1 {
		font-size: 14px !important;
	}

	.information_box .information_tit2 {
		font-size: 14px !important;
		width: 100% !important;
	}

	.information_box .information_time2 {
		width: 100% !important;
		text-align: left !important;
	}

	.information_box .information_con2 {
		font-size: 12px !important;
	}

	.footer_bg {
		display: none !important;
	}

	.footer_bg p {
		font-size: 12px !important;
	}

	.footer_box {
		padding: 0 10px !important;
	}

	.footer_lr {
		height: 600px !important;
	}

	.swiper_box li:nth-child(2) {
		margin: 0 !important;
	}

	.swiper_box li {
		width: 33.3% !important;
		text-align: center !important;
	}

	.footer_left {
		width: 100% !important;
		height: 450px !important;
	}

	.footer_right {
		width: 100% !important;
		padding: 0 60px !important;
	}

	.footerL_one {
		width: 100% !important;
	}

	.footerL_two {
		width: 100% !important;
	}

	.footerL_one li {
		font-size: 10px !important;
	}

	.footerL_two li {
		font-size: 10px !important;
	}

	.footer_bottom .footer_p {
		font-size: 8px !important;
	}

	.footer_top li {
		font-size: 8px !important;
	}

	.banner {
		height: 100px !important;
	}

	.banner_button .banner_a1 {
		width: 50px !important;
		height: 10px !important;
		font-size: 8px !important;
		line-height: 10px !important;
		margin-left: 0 !important;
	}

	.banner_button .banner_a2 {
		width: 50px !important;
		height: 10px !important;
		font-size: 8px !important;
		line-height: 10px !important;
		margin-left: 0 !important;
	}

	.banner_button .banner_a3 {
		width: 90px !important;
		height: 10px !important;
		font-size: 8px !important;
		line-height: 10px !important;
		margin-left: 0 !important;
	}

	.banner_button .banner_a2 img {
		width: 10px !important;
	}

	.nav .userInfo {
		display: none !important;
	}

	.doc_con .doc_left {
		width: 100% !important;
	}

	.doc_con .doc_right {
		width: 100% !important;
	}

	.product_one {
		height: 620px !important;
	}

	.product_one_con {
		width: 100% !important;
	}

	.product_one_left {
		width: 100% !important;
	}

	.product_one_right {
		display: none !important;
	}

	.product_one_left {
		padding: 0 10px !important;
	}

	.product_one_left .product_one_l3 {
		width: 100% !important;
		margin: 1% 0 !important;
	}

	.product_two_con {
		width: 100% !important;
	}

	.product_two {
		height: 560px !important;
	}

	.product_two_con .product_two_l1 {
		width: 100% !important;
		padding: 20px 80px !important;
	}

	.product_three_con {
		width: 100% !important;
	}

	.product_three {
		height: 360px !important;
	}

	.product_three_con li {
		width: 50% !important;
		height: 60px !important;
		padding: 20px 0 !important;
		margin: 5px 0 !important;
	}

	.product_three_con hr {
		display: none !important;
	}

	.news_con {
		padding: 40px 10px !important;
	}

	.news_list .news_img {
		display: none !important;
	}

	.news_list .news_tit {
		width: 100% !important;
	}

	.news_list .news_time {
		width: 100% !important;
	}

	.news_list .news_des {
		width: 100% !important;
	}

	.news_list .news_button {
		width: 100% !important;
	}

	.abouts_con {
		padding: 40px 10px !important;
	}

	.news_three img {
		width: 100% !important;
	}

	.abouts_box ul {
		height: 180px !important;
	}

	.abouts_box ul>li {
		width: 96% !important;
		margin: 2% !important;
	}

	.product_tit .product_titul {
		margin: 0 !important;
	}

	.product_boxul {
		width: 100% !important;
	}

	.doc_right table {
		width: 100% !important;
	}

	.doc_right pre {
		width: 100% !important;
	}
}