﻿/*================首页样式及公共部分样式================*/

@font-face {
  font-family: 'iconfont';
  src: url('iconfont.ttf?t=1688437353488') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w1400 {
	width: 1400px;
	margin: 0 auto;
}
.w1440{
	width: 1440px;
	margin: 0 auto;
}

.w1720 {
	width: 1720px;
	margin: 0 auto;
}
.w1450{
	width: 1450px;
	margin: 0 auto;
}
.imgcent{
	display: flex;
	align-items: center;
}

/* 头部样式 */
.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid rgb(255, 255, 255, 0.102);
	/* padding-bottom: 10.5px; */

}

.header .header_box {
	display: flex;
	align-items: center;
	
}

.fontcolor{
	background-color: #fff;
	border-bottom: 2px solid rgb(255, 255, 255);
	box-shadow: 1.5px 2.598px 7px 0px rgb(102, 102, 102, 0.102);
}

.header .header-left {
	margin-left: 50px;
	position: relative;
	z-index: 2;

}

.header .header-center {
	display: flex;
	justify-content: flex-end;
	margin-right: 12%;
	z-index: 1;
	width: 100%;


}

.header .header-center ul {
	display: flex;
	width: 967px;
	justify-content: space-between;
	align-items: center;
	/* margin-left: 30%; */
}

.header .header-center ul .selected a::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 41px;
	height: 3px;
	background: rgb(233, 88, 23);
	/* border-bottom: 3px solid  rgb( 233, 88, 23 ); */
}

.header .header-center ul li a:hover::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 41px;
	height: 3px;
	background: rgb(233, 88, 23);
}

.header .header-center>ul>li>a {
	display: inline-block;
	position: relative;
}



.header .header-center>ul>li {
	position: relative;
}

.header .header-center ul>li:last-of-type {
	margin-right: 0px;cursor:pointer;
}

.header .header-center ul>li>.nav_center {
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -70px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #eee;
	min-width: 120px;
	background: #fff;
	text-align: center;
}

.header .header-center ul>li>.nav_center li a {
	line-height: 40px;
	font-size: 14px;
	color: #000;
}

.header .header-center ul>li>.nav_center li {
	border-bottom: 2px solid #fff;
}


.header .header-center ul>li>.nav_center li:hover {
	border-bottom-color: #44b1e3;
}


/* .header .header-center ul>li:hover .nav_center{
	display: block;
	
} */
.header .header-center>ul>li>a {
	font-size: 18px;
	color: #fff;
	line-height: 80px;
}

.fontcolor .header-center>ul>li>a{
	color: #000;
}



/* 底部 */
.footer {
	width: 100%;
	background-image: url("../images/footerbg_10.jpg");
	position: absolute;
}

.footer .footer_box .footer_top {
	padding-top: 176px;
	display: flex;
	justify-content: space-between;
}

.footer .footer_box .footer_top h2 {
	font-size: 22px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.footer .footer_box .footer_top span {
	display: block;
	font-size: 16px;
	font-family: "PingFang";
	color: rgb(102, 102, 102);
	font-size: 100;
}

.footer .footer_box .footer_top .address {
	margin-top: 30px;
}

.footer .footer_box .footer_top .phone {
	margin-top: 23px;
}

.footer .footer_box .footer_top .footer_nav2 {
	margin-top: 30px;
}

.footer .footer_box .footer_top .footer_left {
	width: 40%;
}

.footer .footer_box .footer_top .footer_left p {
	font-size: 36px;
	color: #e94f2b;
}

.footer .footer_erwm {
	display: flex;
	text-align: center;
}

.footer .footer_erwm .ewm_item {
	margin-right: 30px;
}

.footer .footer_erwm .ewm_item:last-child {
	margin-right: 0;
}

.footer .footer_erwm .ewm_item span {
	display: block;
	font-size: 11.586px;
	font-family: "PingFang";
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	-moz-transform: matrix(1.20832258491658, 0, 0, 1.20832258491658, 0, 0);
	-webkit-transform: matrix(1.20832258491658, 0, 0, 1.20832258491658, 0, 0);
	-ms-transform: matrix(1.20832258491658, 0, 0, 1.20832258491658, 0, 0);
}

.footer .footer_erwm .ewm_item span::after,
.footer .footer_erwm .ewm_item span::before {
	content: '-';
}

.footer .footer_erwm .ewm_item span::after {
	position: absolute;
	left: 15%;
}

.footer .footer_erwm .ewm_item span::before {
	position: absolute;
	right: 15%;
}

.footer .footer_box .footer_top .footer_right {
	width: 55%;
	/* background-color: #099; */
}

.footer .footer_box .footer_top .footer_right .footer_title h1 {
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.footer .footer_box .footer_top .footer_right .footer_title p {
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.footer .footer_box .footer_top .footer_right .footer_inp {
	width: 100%;
	margin-top: 37px;
}

.footer .footer_box .footer_top .footer_right .footer_inp .inp1,
.inp2 {
	display: flex;
	justify-content: space-between;
}
#page7 .layui-form {
	position: relative;
}
#page7 .layui-form-select .layui-input{
	margin-right: 0;
}
#page7 .layui-form .input_txt{
	display: flex;
	align-items: center;
	position: absolute;
	line-height: 51px;
	top: 0;
}
#page7 .layui-form .input_txt img{
	margin-right: 13px;
}
#page7 .layui-form-select .layui-input{
	width: 360px;
	height: 64px;
	padding-left:125px;
}
.footer .footer_box .footer_top .footer_right .footer_inp .inp1 input,
.footer .footer_box .footer_top .footer_right .footer_inp .inp2 input {
	width: 255px;
	padding-left: 105px;
	height: 50px;
	border-bottom: 1px solid rgb(204, 204, 204);
	background-color: rgb(255, 255, 255, 0);
	
}

.footer .footer_box .footer_top .footer_right .footer_inp .inp2 input {
	padding-bottom: 13px;
	border-left:none;border-right:none;border-top:none;
}

.footer .footer_box .footer_top .footer_right .footer_inp .inp2 select {
	width: 360px;
	height: 63px;
	font-size: 14px;
	padding-left: 115px;
	border: none;
	outline: none;
	border-bottom: 1px solid rgb(204, 204, 204);
	background-color: rgb(255, 255, 255, 0);
}

.footer .footer_box .footer_top .footer_right .footer_inp .inp2 {
	margin-top: 38px;
}

.footer .footer_box .footer_top .footer_right .footer_inp .inp1 .input_box,
.footer .footer_box .footer_top .footer_right .footer_inp .inp2 .input_box {
	position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

.footer .footer_box .footer_top .footer_right .footer_inp .inp1 .input_box .input_txt,
.footer .footer_box .footer_top .footer_right .footer_inp .inp2 .input_box .input_txt {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	width: 110px;
	height: 51px;
	line-height: 51px;
}

.footer .footer_box .footer_top .footer_right .footer_inp .inp1 .input_box .input_txt img,
.footer .footer_box .footer_top .footer_right .footer_inp .inp1 .input_box .input_txt span,
.footer .footer_box .footer_top .footer_right .footer_inp .inp2 .input_box .input_txt img,
.footer .footer_box .footer_top .footer_right .footer_inp .inp2 .input_box .input_txt span {
	display: inline-block;
}

.footer .footer_box .footer_top .footer_right .footer_inp .inp1 .input_box .input_txt img,
.footer .footer_box .footer_top .footer_right .footer_inp .inp2 .input_box .input_txt img {
	margin-right: 13px;
}

.footer .footer_box .footer_top .footer_right .txtinput textarea {
	display: block;
	background-color: rgb(255, 255, 255, 0);
	width: 95%;
	height: 110px;
	display: block;
	padding: 25px 20px;
	outline: none;
	border: 1px solid rgb(204, 204, 204);
	margin-top: 50px;
	font-size: 16px;
}

.footer .footer_box .footer_top .footer_right button {
	width: 128px;
	height: 42px;
	background-color: #e94f2b;
	outline: none;
	border: none;
	font-size: 16px;
	color: #fff;
	margin-top: 40px;
}

.footer .footer_bottom {
	width: 100%;
	text-align: center;
	/* height: 60px; */
	padding:19px 0;
	line-height: 22px;
	border-top: 1px solid rgb(204, 204, 204);
	margin-top: 60px;
	/* margin-top: 72px; */
	position: absolute;
	bottom: 0; 
}

.footer .footer_bottom p {
	font-size: 14px;
	color: rgb(179, 179, 179);
}


















#my-nav {
	position: fixed;
	top: 50%;
	left: 20px;
	margin-top: -32px;
}

#my-nav a {
	display: block;
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 10px;
	border-radius: 10px;
}

#my-nav a.on {
	background: #099;
}



.content {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

/* 第一屏   一*/
#page01 {
	/* position: absolute; */
}

.content .page01 .page01_img {
	/* height: 100%; */
}

#page1 .swiper-slide {
	vertical-align: top;
	width: 100%;
	/* height: 100%; */
	/* min-height: 969px; */
	background-image: url('../images/banner_01.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	/* height: 100%; */
}

.content .page01 .page01_txt {
	position: absolute;
	width: 562px;
	top: 290px;
	right: 12.5%;
	color: #fff;
	text-align: right;
}

.content .page01 .page01_txt h1 {
	font-size: 80px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 66px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.content .page01 .page01_txt h2 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content .page01 .page01_txt p {
	font-size: 16px;
	line-height: 1.25;
	color: rgb(255, 255, 255, 0.8);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content .page01 .page01_txt span {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
	color: #54A4EB;
	font-family: led;
	letter-spacing: 5px;
	margin: 0 5px;
}

.content .page01_img img {
	max-width: 100%;
}

.wrapper {
	width: 660px;
	height: 200px;
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
}

.wrapper div {
	width: 200px;
	height: 200px;
	line-height: 200px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.bor02:hover {
	width: 300px;
	height: 300px;
	transform: rotate(360deg);
	background: #099;
	left: 150px;
	top: 30px;
}


.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 0;
	margin-left: 74px;
	background-color: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: rgb(233, 88, 23);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 19px);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 5%;
}

/* 首页内容   二*/
#page2 .page2_box {
	width: 75%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#page2 .page2_box .page2_left {
	padding-top: 290px;
	width: 540px;
}

#page2 .page2_box .page2_left a h1 {
	font-size: 38px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#page2 .page2_box .page2_left a>p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-align: justifyLeft;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* letter-spacing: 1px; */
	line-height: 1.8;
}

#page2 .page2_box .page2_left p span {
	color: rgb(233, 88, 23);
}

#page2 .page2_box .page2_left .page2_num {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-top: 40px;
}

#page2 .page2_box .page2_left .page2_num h4 {
	display: inline-block;
	font-size: 36px;
	font-family: "PingFang";
	color: rgb(233, 88, 23);
	text-transform: uppercase;
	text-align: justifyLeft;
	font-weight: 500;
}

#page2 .page2_box .page2_left .page2_num span {
	font-size: 14px;
	color: rgb(233, 88, 23);
}

#page2 .page2_box .page2_left .page2_num p {
	font-size: 14px;
	font-family: "PingFang";
	color: rgb(102, 102, 102);
}

#page2 .page2_box .page2_left .page2_num .num_box {
	width: 125px;
}

#page2 .page2_box .page2_left .page_a {
	margin-top: 40px;
}

#page2 .page2_box .page2_left .page_a a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
}

#page2 .page2_box .page2_right {
	padding-top: 224px;
	padding-right: 80px;
	text-align: center;
}

#page2 .page2_box .page2_right p {
	font-size: 36px;
	color: rgb(51, 51, 51);
	margin-top: 4px;
}

/* 第三屏 */
#page3 .page3_top .page3_list {
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 160px;
	/* flex-wrap: wrap; */
	/* text-align: center; */
}

#page3 .page3_top .page3_list li span {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.889;
}

#page3 .page3_top .page3_list li {
	display: flex;
	width: 178px;
	height: 58px;
	align-items: center;
	justify-content: space-evenly;
	border: 1px solid rgb(204, 204, 204);
	float: left;
}

#page3 .page3_top .page3_list li:hover {
	background-color: rgb(233, 88, 23);
	transition: 0.2s;
	cursor: pointer;
	border: 1px solid rgb(233, 88, 23);
}

#page3 .page3_top .page3_list li:hover span {
	color: #fff;
}

#page3 .page3_top .page3_list .zero {
	background-color: rgb(233, 88, 23);
	border: 1px solid rgb(233, 88, 23);
}

#page3 .page3_top .page3_list .zero span {
	color: #fff;
}

#page3 .page3_top .page3_list li .icofff {
	display: none;
}

#page3 .page3_top .page3_list .zero .icofff,
#page3 .page3_top .page3_list .bcolor .icofff {
	display: inline-block;
}

#page3 .page3_top .page3_list .zero .icoblack,
#page3 .page3_top .page3_list .bcolor .icoblack {
	display: none;
}

#page3 .page3_bottom {
	/* background-color: #0095da; */
}

#page3 .page3_bottom {
	margin-top: 70px;
}

#page3 .page3_bottom .page3_nav {
	width: 460px;
	height: 265px;
	background-image: url("../images/page03_01.jpg");
	background-size: 100%;
}

#page3 .page3_bottom .page3_nav .nav_left h4,
#page3 .page3_bottom .page3_center .nav_left h4 {
	font-size: 30px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

#page3 .page3_bottom {
	display: flex;
	justify-content: space-between;
}

#page3 .page3_bottom a {
	display: block;
}


#page3 .page3_bottom .page3_nav {
	display: flex;
}

#page3 .page3_bottom .page3_nav .nav_left {
	margin-top: 50px;
	margin-left: 35px;
}

#page3 .page3_bottom .page3_nav .nav_left p,
#page3 .page3_bottom .page3_center .nav_left p {
	font-size: 16px;
	color: rgba(102, 102, 102, 0.6);
	text-align: left;
}

#page3 .page3_bottom .page3_nav .nav_left .tzjt,
#page3 .page3_bottom .page3_center .nav_left .tzjt {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid rgb(102, 102, 102);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#page3 .page3_bottom .page3_nav .nav_right {
	margin-top: 55px;
	margin-left: 20px;
	width: 55%;
}
#page3 .page3_bottom .page3_nav .nav_right>img{
	width: 100%;
}

#page3 .page3_bottom .page3_nav:hover img,
#page3 .page3_bottom .page3_center:hover img {
	transform: scale(1.05, 1.05);
	transition: 0.5s;
}

#page3 .page3_bottom .item1 a:nth-child(2) {
	margin-top: 20px;
}

#page3 .page3_bottom .page3_center {
	width: 420px;
	height: 550px;
	background-image: url("../images/page03_03.jpg");
}

#page3 .page3_bottom .page3_center .nav_left {
	margin: 55px 55px 0;
}

#page3 .page3_bottom .page3_center .nav_right {
	margin-top: 50px;
	text-align: center;

}
#page3 .page3_bottom .page3_center .nav_right img{width:100%}


/* 第四屏 */
#page4 .page04_box {}

#page4 .page04_box .page04_box_photo {
	float: left;
}

#page4 .page04_box .page04_img {
	padding-top: 82px;
	width: 100%;

}

#page4 .page04_box .page04_img img {
	vertical-align: top;
	width: 1360px;
	height: 880px;
}

#page4 .page04_box .page04_box_nav {
	float: left;
}

#page4 .page04_box .page04_box_nav .page04_title {
	width: 265px;
	margin-left: 47px;
	padding-top: 182px;
}

#page4 .page04_box .page04_box_nav .page04_title h2 {
	font-size: 40px;
	font-family: "PingFang";
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-bottom: 20px;
}

#page4 .page04_box .page04_box_nav .page04_title p {
	font-size: 14px;
	/* font-family: "SimSun"; */
	color: rgb(128, 128, 128);
}

#page4 .page04_box .page04_box_nav .page04_txt {
	margin-top: 70px;
}

#page4 .page04_box .page04_box_nav .page04_txt ul li span {
	font-size: 18px;
	/* width: 92px; */
	color: rgb(102, 101, 101);
	display: inline-block;
	white-space:nowrap;
	/* margin: 0 55px 0 20px; */
}

#page4 .page04_box .page04_box_nav .page04_txt ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 250px;
	height: 60px;
	/* border: 1px solid black; */
	margin-top: 20px;
	margin-left: 40px;
}
#page4 .page04_box .page04_box_nav .page04_txt ul li a{
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	width: 100%;
}


#page4 .page04_box .page04_box_nav .page04_txt ul li:hover {
	justify-content: center;
	width: 361px;
	height: 91px;
	margin-left: -20px;
	/* padding-right: 30px; */
	background-color: rgb(233, 88, 23);
	transition: 0.5s;
}
#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac a{
	width: auto;
}
#page4 .page04_box .page04_box_nav .page04_txt ul li:hover span,
#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac span,
#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac .add {
	color: #fff;
	margin-right: 25px;
}

#page4 .page04_box .page04_box_nav .page04_txt ul li:hover .add,
#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac .add {
	margin-right: 0;
	margin-left: 25px;
}

#page4 .page04_box .page04_box_nav .page04_txt ul li:hover img,
#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac img {
	margin-left: -10px;
	margin-right: 15px;
}

#page4 .page04_box .page04_box_nav .page04_txt ul li img {
	margin-left: 20px;
}

#page4 .page04_box .page04_box_nav .page04_txt ul li .add {
	width: auto;
	height: auto;
	font-size: 18px;
	font-family: "PingFang";
	color: rgb(153, 153, 153);
	margin-left: 15px;
}

#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac {
	justify-content: center;
	width: 361px;
	height: 91px;
	margin-left: -20px;
	/* padding-right: 30px; */
	background-color: rgb(233, 88, 23);
	transition: 0.2s;
}

#page4 .page04_box .page04_box_nav .page04_txt ul li .ficon {
	display: none;
}

#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac .cicom,
#page4 .page04_box .page04_box_nav .page04_txt ul .bicon .cicom {
	display: none;
}

#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac .ficon,
#page4 .page04_box .page04_box_nav .page04_txt ul .bicon .ficon {
	display: inline-block;
}


/* 第五屏 */
#page5 .page05_box {
	/* display: flex; */
	width: 33.33%;
	/* height: 100%; */
	overflow: hidden;
	vertical-align: top;
	padding-top: 83px;
}

#page5 .page05_box .page05_cen {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#page5 .page05_box .page05_cen .bbox {
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	background-color: rgb(0, 0, 0, 0.5);
	z-index: 998;
}

#page5 .page05_box .page05_cen:hover .bbox {
	height: 969px;
	transition: 0.5s;
	z-index: 997;
}

#page5 .page05_box .page05_cen img {
	height: 100%;
}

#page5 .page05_box .page05_cen:hover img {
	transform: scale(1.05, 1.05);
	transition: 0.5s;

}

#page5 .page05_box .page05_cen:hover .page05_txt {
	top: 25%;
	transition: 0.5s;
}

#page5 .page05_box .page05_cen:hover .page05_txt>.hidentxt {
	display: block;
}



#page5 .page05_box .page05_cen:hover .page05_txt {}

#page5 .page05_box .page05_cen>img {
	/* width: 100%; */
	vertical-align: top;
}

#page5 .page05_box .page05_cen .page05_txt {
	position: absolute;
	text-align: center;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 998;
}

#page5 .page05_box .page05_cen .page05_txt .hidentxt {
	display: none;
	text-align: center;
}

#page5 .page05_box .page05_cen .page05_txt .hidentxt p {
	width: 355px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: left;
}

#page5 .page05_box .page05_cen .page05_txt .hidentxt a {
	font-size: 14px;
	color: rgb(255, 255, 255);
	display: inline-block;
	text-align: center;
	line-height: 46px;
	width: 120px;
	height: 46px;
	border: 1px solid rgb(255, 255, 255);
	margin-top: 50px;
}

#page5 .page05_box .page05_cen .page05_txt h2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
}

#page5 .page05_box .page05_cen .page05_txt p {
	font-size: 14px;
	color: rgb(179, 179, 179);
	font-family: "AlibabaPuHuiTiR";
	margin-top: 18px;
}

/* 第六屏 */
#page6 .page6_box {
	padding-top: 160px;
}

#page6 .page6_box .page06_top {
	display: flex;
	justify-content: space-between;
}

#page6 .page6_box .page06_top .top_left h2 {
	font-size: 40px;
	color: rgb(51, 51, 51);
	font-weight: 600;
}

#page6 .page6_box .page06_top .top_left p {
	font-size: 14px;
	color: rgb(128, 128, 128);
	margin-top: 27px;
}

#page6 .page6_box .page06_top .top_right ul li:last-child {
	margin-right: 0;
}

#page6 .page6_box .page06_top .top_right ul li {
	display: inline-block;
	margin-right: 20px;
}

#page6 .page6_box .page06_top .top_right ul li {
	display: inline-block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

#page6 .page6_box .page06_top .top_right ul li span {
	font-size: 16px;
	color: rgb(102, 102, 102);
}

#page6 .page6_box .page06_top .top_right ul li .add {
	margin-left: 18px;
}

#page6 .page6_box .page06_top .top_right ul li:hover {
	background-color: rgb(233, 88, 23);

}

#page6 .page6_box .page06_top .top_right ul li:hover span {
	color: #fff;
}

#page6 .page6_box .page06_top .top_right ul .page06_bac {
	background-color: rgb(233, 88, 23);
}

#page6 .page6_box .page06_top .top_right ul .page06_bac span {
	color: #fff;
}

#page6 .page6_box .page06_bottom {
	margin-top: 85px;
	/* height: 565px; */
	transition: all 0s;
}
#page6 .page6_box .page06_bottom .bottom_box .bottom_list{
	overflow:hidden;
}
#page6 .page6_box .page06_bottom .bottom_box .bottom_list h3 {
	height: 60px;
	font-size: 20px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 20px
}

#page6 .page6_box .page06_bottom .bottom_box .bottom_list h3:hover {
	color: rgb(233, 88, 23);
}

#page6 .page6_box .page06_bottom .bottom_box .bottom_list p {
	font-size: 16px;
	color: rgb(128, 128, 128);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 20px
}

#page6 .page6_box .page06_bottom .bottom_box .bottom_list span {
	font-size: 14px;
	display: block;
	color: rgb(153, 153, 153);
	margin-top: 20px
}

#page6 .swiper-button-next,
.swiper-button-prev {
	top: auto;
	bottom: 50px;
}

/* #page6 .swiper-button-next {
	left: 53%;
	transform: translateX(-50%);
	
	width: 65px;
	height: 12px;
}

#page6 .swiper-button-prev {
	left: 48%;
	transform: translateX(-50%);
	
	width: 65px;
	height: 12px;
}
 */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	display: none;
}

#page6 .swiper-button-next .rightC {
	display: none;
}

#page6 .swiper-button-prev .leftC {
	display: none;
}

#page6 .swiper-button-next:hover .rightblack,
#page6 .swiper-button-prev:hover .leftblack {
	display: none;
}

#page6 .swiper-button-next:hover .rightC,
#page6 .swiper-button-prev:hover .leftC {
	display: inline-block;
}

.swiper-button-next,
.swiper-button-prev {
	position: unset;
	height: auto;
	margin-top: 0;
}

.jtbox {
	width: 50%;
	margin: 0 auto;
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

#page6 .page06_home img {
	/* 	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 999; */
}


/* 搜索框 */
.search_windows {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	transition: 0s;
}

.search_windows .search_windows_nr {
	width: 60%;
	border-bottom: 2px solid #e95817;
	padding: 0 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.search_windows .search_windows_nr input {
	line-height: 60px;
	background: none;
	font-size: 28px;
	color: #fff;
	display: block;
	width: 88%;
}
.search_windows .search_windows_nr input::placeholder{color:#fff;}
.search_windows .search_windows_nr button {
	width: 6%;
	border: none;
	background: url("../images/fdj.png") no-repeat center center;
	cursor: pointer;
	outline: none;
}


/* 右侧固定栏 */
.adver {
	position: fixed;
	top: 22%;
	right: 1%;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.adver .adver_img img {
	vertical-align: top;
}

.adver .adver_cen {
	text-align: center;
}

.adver .adver_cen ul li {
	border-bottom: 1px dashed #fff;
}

.adver .adver_cen ul li:last-child {
	border: 0;
}

.adver .adver_cen ul li,
.adver .adver_cen ul li a {
	display: block;
	width: 81px;
	height: 81px;
	line-height: 81px;
	background-color: red;
	font-size: 40px;
	color: #999;
	background-color: rgb(230, 230, 230);
}

.adver .adver_cen ul li:hover a,
.adver .adver_cen ul li:hover .vx {
	background-color: rgb(233, 88, 23);
	color: #fff;
	cursor: pointer;
}

.adver .adver_cen ul li:hover .vx span {
	color: #fff;
}

.adver .adver_cen ul li .vx {
	position: relative;
	
}

.adver .adver_cen ul li .vx img {
	/* display: none; */
}

.adver .adver_cen ul li .vx .wximg {
	position: absolute;
	height: 81px;
	bottom: 0px;
	right: 81px;
	width: 0px;
	overflow: hidden;
	line-height: 81px;
	transition: 0.6s;
	background-color: rgb(233, 88, 23);

}

.adver .adver_cen ul li .vx .wximg img {
	/* display: none; */
	width: 71px;
	line-height: 81px;
	margin: 5px 5px;
	/* transition: 1s; */
}
.adver .adver_cen ul li .vx .wximg span{
	display: none;
}

.adver .adver_cen ul li .vx:hover .wximg {
	width: 82px;
}

.adver .adver_cen ul li .vx:hover .wximg img {
	display: block;

}






/* --------------底部------------- */






































/* 首页适配 */

/* 顶部导航栏 */
@media screen and (max-width:1370px) {
	.header .header-center {
		margin-right: 3.2%;
		transition: 0.5s;
	}
	.header .header-left{margin-left:38px;}
}

@media screen and (max-width:1220px) {
	.header .header-center {
		width: 75%;
		transition: 0.5s
	}

	.header .header_box {
		justify-content: space-between;

	}
}

@media screen and (max-width:880px) {
	.header {
		background-color: #545251;
	}

	.fontcolor {
		background-color: #545251;
		border: none;
	}

	.header .header-center ul li a:hover::before {
		background-color: #fff;
	}

	.header_box {
		width: 90%;
		padding: 10px 0;
		margin: 0 auto;
		transition: 0.5s;
	}

	.header_box .mindh:hover {
		cursor: pointer;
	}

	.header_box .mindh {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		width: 30px;
		height: 24px;
		z-index: 101;
	}

	.header_box .mindh .one {
		top: 0px;
		left: 0;
		transition: 0.5s
	}

	.header_box .mindh .two {
		top: 10px;
		left: 6px;
		transition: 0.5s
	}

	.header_box .mindh .three {
		top: 21px;
		left: 11px;
		transition: 0.5s
	}

	.header_box .header-center ul {
		width: 0;
		overflow: hidden;
		transition: 0.5s
	}

	.header_box .header-center ul li {
		width: 0;
	}

	.header_box .mindh span {
		background: #fff;
		height: 3px;
		position: absolute;
		right: 0;
		border-radius: 5px;
	}

	.header .header_box .header-center .toLeft {
		display: block;
		width: 30%;
		transition: 0.5s
	}

	.header .header_box .header-center .toLeft li {
		display: block;
		width: 100%;
		transition: 0.5s;
		padding-left: 15px
	}

	.header .header_box .header-center .header_line li {
		display: block !important;
		text-align: left;
		font-size: 18px;
		line-height: 1;
	}

	.header .header_box .header-center .header_line {
		position: fixed;
		float: none;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		margin: 0;
		background: #545251;
		box-shadow: 0 0 10px rgb(0 0 0 / 20%);
		padding-top: 60px;
		flex-direction: column;
	}

	.header .header-center ul .selected a::before {
		background: #fff;
	}

	.header_box .active>.one {
		left: 0;
		top: 12px;
		transform: rotate(-40deg);
		-ms-transform: rotate(-40deg);
		-webkit-transform: rotate(-40deg);
	}

	.header_box .active>.two {
		left: 30px;
		-webkit-transform: rotate(40deg);
	}

	.header_box .active>.three {
		left: 0;
		top: 12px;
		transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
	}
	#page1 .swiper-slide{
		height: 450px;
	}
	
}


/* 第一屏适配 */
@media screen and (max-width:1500px) {
	.content .page01 .page01_txt h1 {
		font-size: 48px;
		margin-bottom: 44px
	}


	.content .page01 .page01_txt h2 {
		font-size: 24px;
	}

	.content .page01 .page01_txt {
		width: auto;
		top: 20%;
	}

}

@media screen and (max-width:980px) {
	.content .page01 .page01_txt h1 {
		font-size: 32px;
		margin-bottom: 28px
	}

	.content .page01 .page01_txt h2 {
		font-size: 22px;
		margin-bottom: 28px
	}

	.content .page01 .page01_txt p {
		font-size: 14px;
	}

	.content .page01 .page01_txt {
		width: auto;
		top: 20%;
	}

}

@media screen and (max-width:880px) {
	/* .content .swiper-slide {
		height: 500px;
	} */

	.content .page01 .page01_txt {
		width: 100%;
		top: 20%;
		left: 0;
		text-align: center;
	}

	.content .page01 .page01_txt h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.content .page01 .page01_txt h2 {
		font-size: 22px;
		margin-bottom: 28px
	}

	.swiper-pagination-bullet {
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}

	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
	}

	.header .header-left {
		margin-left: 0;
	}

	.header .header-left img {
		/* width: 100%; */
		/* height:500px */
	}
}

@media screen and (max-width:610px) {
	.content .page01 .page01_txt h1 {
		font-size: 24px;
		margin-bottom: 20px
	}

	.content .page01 .page01_txt h2 {
		font-size: 16px;
		margin-bottom: 20px
	}

}

@media screen and (max-width:580px) {
	.content .page01 .page01_txt p {
		display: none;
	}

	.content .page01 .page01_txt {
		width: 100%;
		top: 20%;
		left: 0;
		text-align: center;
	}

	/* .content .page01 .page01_txt h2{
		display: none;
	} */
}

/* 第二屏适配 */
@media screen and (max-width:1560px) {
	#page2 .page2_box .page2_right img {
		width: 100%;
	}

	#page2 .page2_box .page2_right {
		padding-right: 0;
	}
}

@media screen and (max-width:1235px) {
	#page2 .page2_box .page2_left a h1 {
		font-size: 26px;
	}
}

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

@media screen and (max-width:880px) {
	#page2 .page2_box {
		width: 85%;
		display: block;
		margin-top: 40px;
	}

	#page2 .page2_box .page2_left {
		padding-top: 0;
	}

	#page2 .page2_box .page2_left {
		width: 100%;
	}

	#page2 .page2_box .page2_right {
		display: none;
	}

	#page2 .page2_box .page2_right {
		padding-top: 0;
		padding-right: 0;
		text-align: center;
	}

	#page2 .page2_box .page2_left .page_a {
		margin-top: 20px;
	}
}

@media screen and (max-width:730px) {
	#page2 .page2_box .page2_left a h1 {
		font-size: 28px
	}
}

@media screen and (max-width:650px) {
	#page2 .page2_box .page2_left>p {
		-webkit-line-clamp: initial;
	}
}

@media screen and (max-width:550px) {
	#page2 .page2_box .page2_left .page2_num {
		text-align: center;
	}

	#page2 .page2_box .page2_left .page2_num h4 {
		font-size: 24px;
	}

	#page2 .page2_box .page2_left .page_a {
		margin-top: 10px;
		text-align: center;
	}

	#page2 .page2_box .page2_left .page_a a {
		display: inline-block;
	}
}

@media screen and (max-width:500px) {
	#page2 .page2_box .page2_left a h1 {
		font-size: 18px
	}
}

/* 第三屏适配 */
@media screen and (max-width:1430px) {
	#page3 .page3_bottom .page3_nav {}

	#page3 .page3_bottom .page3_nav img #page3 .page3_bottom .page3_center .nav_right {
		width: 80%;
		margin: 50px auto;
	}


}

@media screen and (max-width:1400px) {
	#page3 .page3_box {
		width: 95%;
		display: block;
		margin-top: 40px;
	}

	#page3 .page3_top .page3_list {
		width: 100%;
		justify-content: space-evenly
	}

	#page3 .page3_top .page3_list {
		padding-top: 180px;
	}

	#page3 .page3_bottom .nav_right img {
		width: 80%;
	}

	/* 
	#page3 .page3_bottom {
		display: block;
	} */
	#page3 .page3_bottom .page3_nav {
		width: 100%;
		height: 195px;
		padding: 20px 0;
		justify-content: space-around;
		align-items: center;
	}

	/* #page3 .page3_bottom .item1 {
		display: flex;
		width: 100%;
		justify-content: space-between;
	} */
	#page3 .page3_bottom .page3_nav .nav_left {
		width: 30%;
		margin: 0;
	}

	#page3 .page3_bottom .page3_nav .nav_left h4,
	#page3 .page3_bottom .page3_center .nav_left h4 {
		font-size: 18px;
	}

	#page3 .page3_bottom .page3_nav .nav_right {
		margin: 0 !important;
		width: 50%
	}

	#page3 .page3_bottom .item1 a {
		width: 45%;
	}

	#page3 .page3_bottom .page3_center {
		width: 30%;
		height: 490px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	/* #page3 .page3_bottom .item1 a .page3_nav {
		width: 100%;
		align-items: center;
		justify-content: space-around;
	} */

	#page3 .page3_bottom .item1:nth-child(2) {
		margin-top: 20px;
	}

	/* #page3 .page3_bottom .page3_center{
		display: flex;
		height: auto;
		padding: 20px 0;
		width:45%;
		justify-content: space-around;
	} */
	#page3 .page3_bottom .page3_center .nav_left {
		margin: 20px auto;
		width: 90%;
	}

	#page3 .page3_bottom .page3_center .nav_right {
		width: 80%;
	}

	#page3 .page3_bottom .item1 {
		width: 30%;
	}

	#page3 .page3_bottom .item1 a {
		display: inline-block;
		width: 100%;
	}

}

@media screen and (max-width:880px) {
	#page3 .page3_box {
		width: 85%;
		display: block;
		margin-top: 40px;
	}

	#page3 .page3_top .page3_list {
		width: 100%;
		padding: 0;
	}

	#page3 .page3_top .page3_list li {
		width: 25%;
	}

	#page3 .page3_bottom {
		flex-direction: column;
		margin-top: 30px;
		align-items: center;

	}

	#page3 .page3_bottom .item1 {
		margin: 0 auto;
		width: 100%;
	}

	#page3 .page3_bottom .page3_nav,
	#page3 .page3_bottom .page3_center {
		display: flex;
		flex-direction: row;
		width: auto;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		justify-content: space-around;
		align-items: center;
		padding: 0;
		margin: 0;
	}

	#page3 .page3_bottom .page3_center {
		margin: 20px 0;
	}

	#page3 .page3_bottom .page3_nav,
	#page3 .page3_bottom .page3_center {
		width: 100%;
		height: 265px;
	}

	#page3 .page3_bottom .page3_center .nav_right img {
		width: 100%;
	}

	#page3 .page3_bottom .page3_nav .nav_left,
	#page3 .page3_bottom .page3_center .nav_left {
		margin-top: 20px;
		margin-left: 15px;
		margin-right: 0;
		width: 35%;
	}

	#page3 .page3_bottom .page3_nav .nav_right,
	#page3 .page3_bottom .page3_center .nav_right {
		width: 45%;
		margin: 0;
		text-align: right;
	}
}

@media screen and (max-width:550px) {
	#page3 .page3_top .page3_list {
		border: 1px solid #fff;
	}

	#page3 .page3_top .page3_list li img {
		display: none !important;
	}

	#page3 .page3_top .page3_list li span {
		width: 90%;
		font-size: 14px;
		text-align: center;
	}

	#page3 .page3_bottom .page3_nav {
		width: 100%;
		height: auto;
	}

}

@media screen and (max-width:530px) {

	#page3 .page3_bottom .page3_center .nav_left,
	#page3 .page3_bottom .page3_nav .nav_left {
		width: 40%;
		margin-top: 20px;
		margin-left: 10px;
	}

	#page3 .page3_bottom .page3_nav .nav_right,
	#page3 .page3_bottom .page3_center .nav_right {
		margin-top: 0 !important;
		margin-left: 0 !important;
	}

	#page3 .page3_bottom .page3_nav .nav_right img,
	#page3 .page3_bottom .page3_center .nav_right img {
		width: 95%;
		/* 	margin-top: 10px;
		margin-bottom: 20px; */
	}

	#page3 .page3_bottom .page3_nav .nav_left h4,
	#page3 .page3_bottom .page3_center .nav_left h4 {
		font-size: 20px;
	}

	#page3 .page3_bottom .page3_nav .nav_left .tzjt,
	#page3 .page3_bottom .page3_center .nav_left .tzjt {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	#page3 .page3_bottom .page3_center {
		display: flex;
		width: auto;
		height: auto;
		margin: 20px 0;
		align-items: center;
	}

	#page3 .page3_bottom .page3_center .nav_left {
		/* margin: 20px 0 0 10px; */
	}

}

/* 第四屏适配 */

@media screen and (max-width:1695px) {
	#page4 .page04_box .page04_img img {
		width: 100%;
	}

	#page4 .page04_box .page04_box_photo {
		width: 82%;
	}

	#page4 .page04_box .page04_img {
		padding-top: 120px;
	}

	#page4 .page04_box .page04_box_nav .page04_title {
		padding-top: 120px;
	}
}

@media screen and (max-width:1160px) {
	#page4 .page04_box .page04_box_photo {
		width: auto;
	}

}
@media screen and (max-width:1710px) {
	#page4 .page04_box .page04_box_photo{
		width: 75%;
	}
	#page4 .page04_box .page04_img img {
		width: 100%;
		height:auto;
	}
}



@media screen and (max-width:1520px) {
	#page4 .page04_box {
		width: 85%;
		margin: 0 auto;
		display: flex;
		flex-direction: column-reverse;
	}

	

	#page4 .page04_box .page04_box_photo {
		height: 90%;
	}

	#page4 .page04_box .page04_box_nav .page04_title {
		padding-top: 0;
		margin-top: 100px;
		margin-left: 0;
		width: auto;

	}

	#page4 .page04_box .page04_box_photo {
		float: none;
		margin: 0 auto;
	}

	#page4 .page04_box .page04_box_nav .page04_title h2 {
		font-size: 24px;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac {
		width: auto;
		margin-left: 0;
		height: auto;
	}

	


	#page4 .page04_box .page04_box_nav .page04_txt ul li .add {
		display: none;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li:hover {
		width: 225px;
		height: auto;
		margin: 0;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li img {
		margin-left: 0;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li {
		width: 225px;
		display: inline-block;
		height: 60px;
		line-height: 60px;
		justify-content: flex-start;
		border: 1px solid rgb(153, 153, 153);
		border-radius: 10px;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac {
		border: 1px solid #fff;
		width: 225px;

	}

	#page4 .page04_box .page04_box_nav .page04_txt ul .bicon {
		width: 15%;

	}



	#page4 .page04_box .page04_box_nav .page04_txt {
		margin-top: 40px;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac {
		justify-content: flex-start;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li span {
		width: auto;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li:hover span,
	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac span,
	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac .add {
		margin: 0;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li:hover img,
	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac img {
		margin: 0;
		vertical-align: top;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li {
		margin: 0;
		float: left;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li a {
		display: flex;
		align-items: center;
		justify-content: space-around
	}

	#page4 .page04_box .page04_img {
		padding-top: 40px;
	}


}

@media screen and (max-width:880px) {
	#page4 .page04_box {
		width: 85%;
		margin: 0 auto;
		display: flex;
		flex-direction: column-reverse;
	}

	#page4 .page04_box .page04_img img {
		width: 100%;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul {
		display: block;
	}

	#page4 .page04_box .page04_box_nav .page04_title {
		padding-top: 0;
		margin-top: 40px;
		margin-left: 0;
		width: auto;

	}

	#page4 .page04_box .page04_box_nav .page04_title h2 {
		font-size: 24px;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac {
		width: auto;
		margin-left: 0;
		height: auto;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li .add {
		display: none;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li:hover {
		width: auto;
		height: auto;
		margin: 0;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li img {
		margin-left: 0;
	}

	#page4 .page04_box .page04_box_photo {
		width: 100%;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li {
		width: 45% !important;
		display: inline-block;
		height: 60px !important;
		line-height: 60px;
		justify-content: flex-start;
		border: 1px solid rgb(153, 153, 153);
		border-radius: 10px;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac {
		border: 1px solid #fff;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li img {
		/* display: block; */
	}

	#page4 .page04_box .page04_box_nav .page04_txt {
		margin-top: 40px;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac {
		justify-content: flex-start;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li span {
		width: auto;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li:hover span,
	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac span,
	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac .add {
		margin: 0;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li:hover img,
	#page4 .page04_box .page04_box_nav .page04_txt ul .page04_bac img {
		margin: 0;
		vertical-align: top;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li {
		margin: 0;
		float: left;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li:nth-child(2n-1) {
		margin-right: 20px;
	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li:nth-child(n+3) {
		margin-top: 20px;

	}

	#page4 .page04_box .page04_box_nav .page04_txt ul li a {
		display: flex;
		align-items: center;
		justify-content: space-around
	}

	#page4 .page04_box .page04_img {
		padding-top: 40px;
	}
}

@media screen and (max-width:425px) {
	#page4 .page04_box .page04_box_photo {
		width: 100%;
	}
}

/* 第五屏适配 */



@media screen and (max-width:880px) {
	#page5 .page05_box {
		padding-top: 40px;
		height: auto;
	}

	#page5 .page05_box .page05_cen .page05_txt .hidentxt {
		display: block;
		/* position: relative; */
	}

	#page5 .page05_box .page05_cen .page05_txt .hidentxt a {
		margin-top: 5px;
		width: 100px;
		height: 40px;
		line-height: 40px;
		position: absolute;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
	}

	#page5 .page05_box .page05_cen>img {
		width: 100%;
	}

	#page5 .page05_box .page05_cen .page05_txt .hidentxt p {
		display: none;
	}

	#page5 .page05_box .page05_cen .bbox {
		display: none;
	}

	#page5 .page05_box .page05_cen .page05_txt p {
		display: none;
	}

	#page5 .page05_box .page05_cen .page05_txt {
		width: 100%;
	}
}

@media screen and (max-width:550px) {
	#page5 .page05_box .page05_cen:hover .page05_txt {
		top: 20%;
	}

	#page5 .page05_box .page05_cen .page05_txt h2 {
		font-size: 14px;
	}

	#page5 .page05_box .page05_cen .page05_txt h2 {
		margin-top: 10px;
	}

	#page5 .page05_box .page05_cen .page05_txt {
		top: 20%;
	}

	#page5 .page05_box .page05_cen .page05_txt img {
		width: 47px;
		height: 40px;
	}



	@media screen and (max-width:550px) {
		#page5 .page05_box .page05_cen .page05_txt .hidentxt a {
			bottom: auto;
		}
	}

	@media screen and (max-width:340px) {
		#page5 .page05_box .page05_cen .page05_txt {
			top: 10%;

		}
	}

}



/* 第六屏适配 */
@media screen and (max-width:1440px) {
	#page6 .page_box6 {
		width: 90%;
		margin: 0 auto;
	}

	#page6 .page6_box .page06_bottom {
		text-align: center;
	}
}

@media screen and (max-width:1100px) {
	#page6 .page6_box .page06_top {
		flex-direction: column;
	}

	#page6 .page6_box .page06_top .top_right {
		margin: 20px auto 0;
	}
}

@media screen and (max-width:880px) {
	#page6 .page_box6 {
		width: 90%;
		margin: 0 auto;
	}

	#page6 .page6_box {
		padding-top: 0;
		margin-top: 40px;
	}

	#page6 .page6_box .page06_bottom {
		text-align: left;
	}

	#page6 .page6_box .page06_bottom {
		margin-top: 40px;
	}

	#page6 .page6_box .page06_top .top_left h2 {
		font-size: 24px;
	}

}

@media screen and (max-width:770px) {
	#page6 .page6_box .page06_bottom {
		text-align: center;
		height: auto;
	}

	#page6 .page6_box .page06_top .top_right ul li:nth-child(2n) {
		margin-right: 0;
	}

	#page6 .page6_box .page06_top .top_right ul {
		margin: 0 auto;
		text-align: center;
	}

	#page6 .swiper-button-prev,
	#page6 .swiper-button-next,
	#page6 .page06_home {
		display: none;
	}


}

@media screen and (max-width:680px) {
	#page6 .page6_box .page06_top .top_right ul {
		width: 70%;
	}
	#page1 .swiper-slide{
		height: 350px;
	}
}
@media screen and (max-width:560px){
	#page1 .swiper-slide{
		height: 250px;
	}
	.content .page01 .page01_txt{
		top: 40%;
	}
}
@media screen and (max-width:460px) {
	#page6 .page6_box .page06_top .top_right ul {
		width: 100%;
	}

	#page6 .swiper-button-next,
	#page6 .swiper-button-prev,
	#page6 .page06_home img {
		display: none;
	}

}

@media screen and (max-width:425px) {
	#page6 .page6_box .page06_bottom {
		height: 490px;
	}

	.footer .footer_box .footer_top h2 {
		font-size: 18px;
	}

	.footer .footer_box .footer_top .footer_left p {
		font-size: 22px;
	}

	.footer .footer_erwm .ewm_item img {
		width: 100%;
	}
}

@media screen and (max-width:390px) {

	.footer .footer_erwm .ewm_item span::before,
	.footer .footer_erwm .ewm_item span::after {
		display: none;
	}
}

/* 第七屏适配 */
@media screen and (max-width:1440px) {
	#page7 .footer_box {
		width: 90%;
		margin: 0 auto;
	}

	.footer .footer_box .footer_top .footer_right .footer_inp .inp1 input,
	.footer .footer_box .footer_top .footer_right .footer_inp .inp2 input {
		width: auto;
	}
	.footer .footer_bottom p{
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width:1200px) {
	.footer .footer_box .footer_top {
		padding-top: 152px;
	}

	.footer .footer_box .footer_top .footer_right {
		display: none;
	}

	.footer .footer_box .footer_top .footer_left {
		width: 100%;
	}

	.footer .footer_box .footer_top .footer_nav1 {
		float: left;
	}

	.footer .footer_box .footer_top .footer_nav2 {
		margin-top: 0;
		float: right;
	}

	.footer .footer_erwm {
		float: left;
		width: 100%;
		justify-content: space-evenly;
	}
}

@media screen and (max-width:880px) {
	.footer .footer_box .footer_top .footer_left {
		/* padding-bottom: 130px; */
	}

	.footer .footer_box .footer_top {
		padding-top: 40px;
		padding-bottom: 100px;
	}
}

@media screen and (max-width:770px) {
	.footer .footer_box .footer_top .footer_nav1 {
		float: none;
	}

	.footer .footer_box .footer_top .footer_nav2 {
		float: none;
		margin-top: 20px;
	}

	.footer .footer_box .footer_top .footer_address {
		width: 45%;
	}

	.footer .footer_erwm {
		width: 25%;
		flex-direction: column;
	}

	.footer .footer_erwm .ewm_item {
		margin: 0;
	}

	.footer .footer_box .footer_top .footer_left {
		display: flex;
		justify-content: space-around
	}
}

@media screen and (max-width:635px) {
	.footer .footer_box .footer_top .footer_left {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
	}

	.footer .footer_erwm {
		width: 100%;
		flex-direction: row;
		justify-content: space-around;
	}

	.footer .footer_box .footer_top .footer_address {
		width: 100%;
		text-align: center;
		display: flex;
	}
	.footer .footer_box .footer_top .footer_left p{
		font-size: 16px;
	}

	.footer .footer_box .footer_top .address,
	.footer .footer_box .footer_top .phone {
		margin-top: 10px
	}
	.footer .footer_box .footer_top .footer_nav1,
	.footer .footer_box .footer_top .footer_nav2{
		width: 50%;
	}
	.footer .footer_box .footer_top .footer_nav2{
		margin-top: 0;
	}
	.footer .footer_box .footer_top h2{
		font-size: 18px;
	}
	
	.footer .footer_box .footer_top .footer_nav1>span, 
	.footer .footer_box .footer_top .footer_nav2>span{
		height: 72px;
	}
	.footer .footer_box .footer_top .address,
	.footer .footer_box .footer_top .phone{
		height: auto !important;
	}


}

@media screen and (max-width:663px) {
	.footer .footer_bottom {
		padding:12px 0;
	}
}

/* 右侧*/



@media screen and (max-width:620px) {

	.adver .adver_cen ul li,
	.adver .adver_cen ul li a {
		background-color: #545251;
	}
	.footer .footer_bottom{
		margin-bottom: 60px;
	}
}



@media screen and (max-width:620px) {
	.adver{
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
		/* background-color: rgb(230, 230, 230); */
	}

	.adver .adver_img {
		display: none;
	}

	.adver ul {
		width: 100%;
		display: flex;
		justify-content: space-around
	}

	.adver .adver_cen {
		width: 100%;
	}

	.adver .adver_cen ul li {
		width: 25%;
		box-sizing: border-box;
		border-bottom: none;
		border-right: 1px solid #fff;
	}

	.adver .adver_cen ul li .vx:hover .wximg {
		height: 100px;
		width: 100%;
	}

	.adver .adver_cen ul li:hover a,
	.adver .adver_cen ul li:hover .vx {
		background-color: #545251;
	}

	.adver .adver_cen ul li .vx .wximg {
		height: 0;
		width: 100%;
		transition: 1s;
		position: absolute;
		background-color: #545251;
		bottom: 81px;
		right: 0px;
		line-height: 81px;
	}

	.adver .adver_cen ul li .vx .wximg img {
		display: none !important;
	}
	.adver .adver_cen ul li .vx .wximg span{
		display: block;
		font-size: 20px;
	}
	.adver .adver_cen ul li,
	.adver .adver_cen ul li a {
		width: 100%;
	}

	.footer {
		padding-bottom: 81px;
	}
}


@media screen and (max-width:570px){
	#page4 .page04_box .page04_box_nav .page04_txt ul{
		display: flex;
		justify-content: flex-start;
	}
	#page4 .page04_box .page04_box_nav .page04_txt ul li:nth-child(n+3),
	#page4 .page04_box .page04_box_nav .page04_txt ul li:nth-child(2n-1){
		margin-top: 0;
		margin-right: 0;
	}
	#page4 .page04_box .page04_box_nav .page04_txt ul li{
		width: auto !important;
		padding: 0 15px;
	}
	#page4 .page04_box .page04_box_nav .page04_txt ul li a img{
		margin-right: 10px;
	}
	
}
