* {
	margin: 0;
	list-style-type: none;
}
a{
	color:#444;
	text-decoration: none;
}
a:hover{
	color:#444;
}
ul{
	margin: 0;
	padding:0;
}
body{
	position:relative;
	overflow-x: hidden;
	width: 100%;
}
.w1100{
	width:100%;
	max-width: 1100px;
	margin: 0 auto;
}
.da {
	width: 100%;
	height: 100%;
	background-color: #000000;
}
.flex {
	display: flex;
}

.wrap {
	flex-wrap: wrap;
}

.lrzs,
.df {
	justify-content: space-between;
}

.lrcn,
.spjz {
	justify-content: center;
}

.tbcn,
.czjz {
	align-items: center;
}

.header{
	width:100%;
	padding:20px 0;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
}
.header .home{
	width: 25%;
	text-align: center;
}
.header .title{
	width: 50%;
	text-align: center;
}
.header .title a{
	color: #FFF;
	font-weight: 600;
}
.header .cjwt{
	width: 25%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .cjwt a{
	color: #d05602;
	margin-left: 10px;
}



.banner{
	width:100%;
	position:relative;
}
.banner_bg{
	
}
.banner_bg img{
	display:block;
}
.banner_text{
	width: 100%;
	height: 100%;
	text-align: center;
	position:absolute;
	z-index: 2;
	color: #FFF;
	top: 0%;
	left: 0;
	font-weight: 600;
	background-color: rgb(0, 0, 0,.4);
}
.banner_text h1{
	margin-top: 8%;
	font-size: 50px;
	letter-spacing: 5px;
}
.banner_text h2{
	margin-top: 12%;
	font-size: 32px;
}
.banner_text h2 span{
	padding:10px;
	background-color: rgb(0, 0, 0,.4);
}
.banner_text .text_01{
	margin-top: 50px;
}
.banner_text .text_01 .s1{
	font-size:28px;
	line-height: 2;
}
.banner_text .text_01 .s2{
	font-size:20px;
}
.banner_text .text_02{
	margin-top: 30px;
	font-size:20px;
}


.fw_title{
	width:100%;
	text-align: center;
}


.yi {
	width: 100%;
	height: 60px;
	padding: 20rpx 30rpx;
}

.yi_1 {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 60px;
}

.yi_2 {
	color: #fff;
}

.yi_3 {
	color: #d05602;
	margin-right: 15px;
	margin-left: 5px;
}

.yi img {
	width: 20px;
	height: 20px;
}

.yi ul li {
	display: flex;
	align-items: center;
}

.slider {
	height: 400px;
	overflow: hidden;
	position: relative;
}

.slide {
	width: 100%;
	height: 400px;
	display: none;
	position: absolute;
}

.slide img {
	width: 100%;
	height: 400px;
}

.slide.active {
	display: block;
}

.dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.dot {
	width: 35px;
	/* 宽度 */
	height: 5px;
	/* 高度 */
	background-color: #b0b0b0;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.active-dot {
	background-color: white;
}

.er {
	width: 100%;
	height: 50px;
	background-color: #e96002;
	margin-top: 50px;
}

.er_2 {
	display: flex;
	justify-content: space-around;
	color: #fff;
	font-size: 20px;
}

.er_2 li {
	line-height: 50px;
}
.er_2 li a{
	color: #fff;
}

.san {
	width: 100%;
	height: 260px;
	background-color: #f5f5f5;
}

.san_yi {
	width: 1050px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin: auto;
}

.san_er {
	width: 150px;
	height: 100px;
	border: 1px solid #ea6410;
	border-radius: 15px;
	margin-top: 20px;
	text-align: center;
}

.san_er span {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
	/* 设置每个文字间隔为半个字符 */
}

.san_er span img {
	width: 100%;
	height: 70px;
}

.si {
	width: 100%;
}

.si_er {
	width: 1070px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: auto;
}

.si_san {
	width: 340px;
	min-height: 400px;
	border-radius: 20px;
	background-color: #f5f5f5;
	margin-top: 20px;
}

.si_san ul {
	padding: 0;
}

.si_san dl {
	width: 100%;
	height: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #000;
	line-height: 35px;
	margin: 0 auto;
}

.si_san ul>a:hover{
	color: #e96002;
}

.si_san dl dt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ea6410;
	display: flex;
	justify-content: space-between;
	border-radius: 20px 20px 0 0;
	border-bottom: none;
	padding: 0 10px;
}
.si_san dt .span_2 a{
	color: #fff;
}
.si_san dd{
	width:100%;
	margin:0 10px;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #000 dashed;
}
.si_san dd a{
	display: block;
	max-width: 70%;
}
.si_san dd a:hover{
	color: #ea6410;
}


.si .si_yi .si_er .si_san ul li .span_2 {
	color: #fff;
}

.si_san ul a:nth-child(11) {
	border-bottom: none;
}

.si_san ul a span:nth-child(2) {
	color: #6f6f6f;
}


.wu {
	width: 100%;
	background-color: #f5f5f5;
}

.wu_er {
	width: 1070px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: auto;
}

.wu_san {
	width: 33%;
	height: 1170px;
	margin-top: 20px;
}
.wu_san:nth-child(2n){
	display: flex;
	justify-content: space-between;
}
.wu_san:nth-child(2n)::after,
.wu_san:nth-child(2n)::before{
	content: " ";
	display: block;
	width: 2px;
	height: 90%;
	margin-top: 5%;
	background-color: #ea6410;
}
.wu_san ul {
	padding: 0;
	/* border-right: 2px solid #ea6410; */
}

.wu_san ul li {
	width: 320px;
	height: 35px;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding-left: 10px;
	border-bottom: 1px dashed #000;
	line-height: 35px;
	margin: 0 auto;
}

.wu_san ul a:hover{
	color: #e96002;
}

.wu .wu_yi .wu_er .wu_san ul a .span_2 {
	color: #fff;
}

.wu .wu_yi .wu_er .wu_san .wusan_none {
	border: none;
}

.wu_san ul a:nth-child(10) {
	border-bottom: none;
}

.wu_san ul a span:nth-child(2) {
	color: #6f6f6f;
}


.liu {
	width: 1090px;
	padding-bottom: 20px;
	margin: 30px auto;
	background-color: #f5f5f5;
	border-radius: 25px;
}

.liu_yi {
	width: 100%;
	height: 50px;
	background-color: #e96002;
	line-height: 50px;
	border-radius: 25px 25px 0 0;
	text-indent: 20px;
	color: #fff;
	font-size: 20px;
}

.liu_er {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.liu_er ul{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.liu_er ul li{
	width: 10%;
	margin-right: 2.5%;
}
.liu_er ul li:nth-child(8n){
	margin-right: 0;
}
.liu_er ul li a{
	display:block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e9640c;
	margin-top: 20px;
	font-size: 14px;
}

.liu_er ul li a:hover{
	color: #e96002;
	box-shadow: #d5d5d5 0 0 2px 2px;
}

.qi{
	width:100%;
	margin: 0 auto;
}
.qi_yi {
	width:100%;
	margin: 0 auto;
	height: 50px;
	background-color: #e96002;
	line-height: 50px;
	text-indent: 20px;
	color: #fff;
	font-size: 20px;
	margin-top: 30px;
}
.qi_er {
	width:100%;
	margin: 0 auto;
	background-color: #f5f5f5;
}
.link_tit,
.link_ul{
	width:1090px;	
	margin: 0 auto;
}
.link_ul{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.link_ul li{
	margin: 10px 2%;
	font-size: 14px;
}

.link_ul li a:hover{
	color: #e96002;
}

.boxx {
	margin-top: 40px;
	padding: 40px 0;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.textx {
	color: #fff;
	margin: 10px 0;
	/* 上下间距为30px，即15px上边距和15px下边距 */
	text-shadow: #000 0 5px 5px;
	font-size: 14px;
}
.textx a{
	color: #fff;
}

.ba {
	width: 100%;
	height: 120px;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ba_yi {
	width: 500px;
	height: 80px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 80px;
	font-size: 25px;
	font-weight: 600;
}

.ba_er {
	width: 300px;
	margin-left: 60px;
	display: flex;
}

.ba_san {
	letter-spacing: 2px;
	margin-left: 10px;
}

.weizhi{
	font-size:14px;
	margin: 20px auto;
}
img{
	max-width:100%;
}
.box{
	position: relative;
	width: 100%;
}
.box .bx_bg{
	width: 100%;
}
.box .bx_con{
	position:absolute;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	top: 40%;
}
.box .bx_con img{
	width:3%;
}
.box .bx_con .text{
	color:#FFF;
	font-size:42px;
	font-weight: 600;
	margin-left: 20px;
	letter-spacing: 5px;
}
.active_list{
	background-color:#f1f1f1;
	padding: 20px 0;
}
.list_con{
	padding: 20px 10px;
	border-top: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
}
.list_ul{
	min-height: 400px;
	display:flex;
	align-content: baseline;
	flex-wrap: wrap;
}
.list_ul li{
	width: 30%;
	height: 40px;
	line-height: 40px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	color: #444;
	border-bottom: #919191 1px dashed;
	font-size: 13px;
	margin-right: 5%;
	margin-bottom: 10px;
}
.list_ul li:nth-child(3n){
	margin-right: 0;
}
.list_ul li a{
	display: block;
	width: 70%;
}
.list_ul li a:hover{
	color: #d05602;
}


.pages{
	margin: 20px auto;
}
.pages ul{
	text-align: center;
}
.pages ul li{
	display:initial;
	font-size: 13px;
}


.pages ul li.active a{
    background: #333333;
    color: #fff;    
}

.pages ul li a{
	color: #d05602;
	display:initial;
	padding: 2px 8px;
	border: #d05602 1px solid;
}
.pages ul li a:hover,
.pages ul li a.on{
	background-color: #d05602;
	color: #FFF;
}

/*footer*/
.foot_box{
	width:100%;
	background-color: #000;
	padding: 20px 0;
}
.box_f{
	display:flex;
	align-content: center;
	align-items: center;
	color: #FFF;
}
.foot_home{
	width:55%;
	text-align: center;
}
.foot_home a{
	color:#FFF;
	font-size: 30px;
	font-weight: 600;
}
.foot_tel{
	width:30%;
	padding-left: 5%;
	border-left: 4px solid #FFF;
}
.foot_tel a{
	display:flex;
	align-content: center;
	align-items: center;
	color: #FFF;
}
.foot_tel a img{
	width:13%;
	margin-right: 5%;
}
.foot_tel .tel_t{
	line-height:30px;
}



/*pp-page*/
.page_main_01{
	background-color: #f5f5f5;
	padding: 20px 0;
}

.fw_title{
	margin: 20px auto;
}
.fw_title p{
	font-size: 40px;
}
.fw_title p span{
	border-bottom:#d05602 5px solid;
	font-weight: 600;
}
.fw_title h2{
	margin-top: 20px;
	font-size:26px;
	font-weight: normal;
}

.fwxm{
	
}
.fwxm ul{
	
}
.fwxm ul li{
	text-align:center;
	width: 16%;
	margin-right: 12%;
	margin-bottom: 5%;
	cursor: pointer;
	
}
.fwxm ul li:nth-child(4n){
	margin-right: 0;
}
.fwxm ul li .top{
	background-color: #dfdfdf;
	color: #000;
	padding-top: 30px;
	font-size: 13px;
	clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 50% 0%);
}
.fwxm ul li .top .iconfont{
	font-size:60px;
}
.fwxm ul li .top p.tit{
	font-size:18px;
}
.fwxm ul li .top p.tit2{
	font-size:13px;
}
.fwxm ul li .fot{
	background-color: #d05602;
	color: #FFF;
	padding: 20px 10px;
	font-size: 13px;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 0%);
}
.fwxm ul li .fot .iconfont{
	font-size: 13px;
}


.fwxm ul li:hover .top{
	background-color: #000;
	color: #FFF;
}


/*fwlc*/
.fwlc{
	margin:50px auto;
}
.fwlc_tit,
.main_title{
	text-align:center;
	line-height: 2;
}

.fwlc_list{
	
}
.fwlc_list .item{
	width:23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
.fwlc_list .item:nth-child(4n){
	margin-right: 0;
}
.fwlc_list .item img{
	display:block;
}
.fwlc_list .item .text{
	position:absolute;
	width: 90%;
	padding: 0 5% 5%;
	background-color: rgb(0,0,0,.5);
	bottom: 0;
	left: 0;
	color: #FFF;
}
.fwlc_list .item .text .t{
	border-bottom:1px solid #FFF;
	line-height: 2;
}
.fwlc_list .item .text .t span{
	font-size:20px;
}

.fwlc_list .item .text .c{
	display:none;
	padding-top: 10px;
}
.fwlc_list .item:hover .text .c{
	display:block;
}


.wxsh{
	position:relative;
	width: 100%;
	background-color: #eaeaea;
	padding-bottom: 50px;
}
.wxsh .bg_img{
	position:absolute;
	z-index:1;
	width:100%;
	top: 0;
	left: 0;
}
.wxsh .title{
	position:relative;
	z-index:2;
	padding-top: 8%;
	color: #FFF;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}
.page_content{
	position:relative;
	z-index:2;
	background-color: #DDDDDD;
	border-radius: 20px;
	padding-bottom: 20px;
}
.page_content .tit{
	width: 98%;
	margin: 20px auto 0;
	padding: 20px 0;
	border-bottom: #000 2px solid;
	text-align: center;
}
.page_content .con{
	width: 98%;
	margin:1px auto;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	padding: 20px 0;
}

.laiyuan{
	width: 98%;
	margin: 0 auto;
	border-top: #000 2px solid;
	padding-top: 1%;
}
.laiyuan p{
	margin-right:2%;
}
.page_qita{
	width: 98%;
	margin: 1% auto 0;
}

.page_news{
	
}
.bg_color_hui{
	background-color: #f5f5f5;
}
.page_news .tit{
	padding: 2% 0;
}
.page_news .tit h4{
	font-size:30px
}
.page_news .tit::after,
.page_news .tit::before{
	content: " ";
	width: 35%;
	height: 2px;
	background-color: #d05602;
}

.page_news .list>ul{
	min-height:auto;
}


.gywm{
	position:relative;
}
.gywm .bg_img{
	width: 60%;
	margin-left: 40%;
}
.gywm .con_text{
	position:absolute;
	top: 10%;
	left: 0;
	width: 50%;
	background-color: #dddddd;
	padding: 2% 1%;
}

.gywm .con_text h4{
	padding:2% 0;
	font-size: 20px;
	text-align: center;
}
.gywm .con_text .text{
	line-height:2;
	font-size:14px;
	letter-spacing: 2px;
}

.fwxm_list .item{
	width: 23.5%;
	margin-right: 2%;
	outline: 3px solid #dddddd;
	background-color: #dddddd;
	text-align: center;
	margin-bottom: 4%;
	cursor: pointer;
	box-shadow: #444 0 0 10px 2px;
}
.fwxm_list .item:nth-child(4n){
	margin-right: 0;
}
.fwxm_list .item .text{
	line-height:3;
}
.fwxm_list .item:hover{
	outline: 3px solid #d05602;
	background-color: #d05602;
	color: #FFF;
}

.fw_adres{
	background-color: #f5f5f5;
	padding: 1% 0;
}
.fwdz{
	position:relative;
	overflow: hidden;
}
.fw_adres .bg_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}
.fw_adres .fwdz_con{
	position:relative;
	z-index: 2;
}
.fw_adres .fwdz_con .fw_title{
	color:#FFF;
}
.fw_adres .fwdz_con .xj_cs{
	text-align: center;
}
.fw_adres .fwdz_con .xj_cs a{
	color:#FFF;
	padding: 0 5px;
	border-right: 2px solid #FFF;
}
.fw_adres .fwdz_con .xj_cs li:last-child a{
	border-right: none;
}

.md_lists {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0;
	margin-top:5%;
}

.md_lists .networksSwiper {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}

.md_lists .swiper-slide {
	background-color: #ececec;
	padding-bottom: 2%;
	box-shadow: #bebebe 0 1px 1px 1px;
	margin-bottom: 2%;
	border: #ececec 2px solid;
}
.md_lists .swiper-slide a{
	
}

.md_lists .swiper-slide .txt {
	padding: 5%;
}

.md_lists .swiper-slide .xjcq{
	text-align: center;
	width: 70%;
	margin: 0 auto;
	border: #d05602 1px solid;
	color: #d05602;
	box-shadow: #bebebe 0 1px 1px 1px;
	border-radius: .25rem;
}
.md_lists .swiper-slide .xjcq span{
	line-height: 2;
}

.md_lists .swiper-slide h1 {
	font-size: 90%;
	padding-bottom: 5%;
	text-align: center;
}
.md_lists .swiper-slide p {
	text-align: left;
	font-size: 80%;
	line-height: 2;
}
.md_lists .networks-next,
.md_lists .networks-prev{
	color: #d05602;
}
.md_lists .swiper-slide:hover{
	border: #d05602 2px solid;
	background-color: #d05602;
	color: #FFF;
}
.md_lists .swiper-slide:hover a{
	color: #FFF;
}
.md_lists .swiper-slide:hover .xjcq{
	color: #FFF;
	border: #FFF 1px solid;
}


/*fwhj*/
.fwhj{
	margin:5% auto;
}
.huanjin_cont {
	margin: 0px auto 24px;
}

.huanjin_left {
	width: 20%;
}

.huanjin_left li {
	padding: 3px;
	background: #bfbfbf;
	width: 48%;
	margin-bottom: 14px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.huanjin_left li:nth-last-of-type(1),
.huanjin_left li:nth-last-of-type(2) {
	margin-bottom: 0px;
}

.huanjin_left li .bor {
	text-align: center;
	border: 1px solid #fff;
	width: 97.6%;
	height: 86px;
}

.huanjin_left li .bor span {
	font-size: 14px;
	color: #fff;
}

.huanjin_left li .bor p {
	font-size: 12px;
	color: #fff;
	padding-top: 6px;
	filter: alpha(Opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}

.huanjin_left li.on {
	background: #d05602;
}

.huanjin_left li.on .bor {
	border: 1px solid #fff;
}

.huanjin_left li.on .bor span {
	color: #fff;
}

.huanjin_left li.on .bor p {
	color: #fff;
}

.huanjin_right {
	width: 78.4%;
}

.huanjin_right ul li {
	overflow: hidden;
	width: 100%;
}

.huanjin_right ul li img {
	width: 100%;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.huanjin_right ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

@media (max-width:1200px) {
	.huanjin_left {
		width: 100%;
		margin-bottom: 14px;
	}

	.huanjin_left li:nth-last-of-type(1),
	.huanjin_left li:nth-last-of-type(2) {
		margin-bottom: 14px;
	}

	.huanjin_left li {
		width: 16.2%;
	}

	.huanjin_right {
		width: 100%;
	}
}

@media (max-width:740px) {
	.huanjin_left li {
		width: 32.3%;
	}
	.huanjin_left li .bor span{
		width: 100%;
	}
}

.pcwapshow img:nth-child(1){
	display:block;
}
.pcwapshow img:nth-child(2){
	display:none;
}
.pcshow{
	display:block;
}
.wapshow{
	display:none;
}

@media screen and (max-width: 720px) {
	.w1100{
		width: 98%;
		margin: 0 auto;
		max-width: 720px;
	}
	.pcwapshow img:nth-child(1){
		display:none;
	}
	.pcwapshow img:nth-child(2){
		display:block;
	}
	.pcshow{
		display:none;
	}
	.wapshow{
		display:block;
	}
	main{
		padding-top:5rem;
	}
	.header{
		position: fixed;
		top: 0%;
		left: 0%;
		z-index: 6;
		height: 3rem;
		padding: 1rem 0;
	}
	.header .title img{
		width: 35%;
	}
	.header .home{
		width: 20%;
	}
	.header .cjwt{
		font-size: 1rem;
	}
	.header .cjwt img{
		display:none;
	}
	.banner_bg{
		min-height: 20rem;
		background-color: #444;
	}
	.banner_text h1{
		font-size: 2rem;
	}
	.banner_text .text_01{
		margin-top: 2rem;
	}
	.banner_text .text_01 .s1{
		font-size: 1.5rem;
	}
	.banner_text .text_01 .s2{
		font-size: 1rem;
	}
	.banner_text .text_02{
		font-size: 1rem;
	}
	.slide{
		height: auto;
	}
	.san{
		height: auto;
	}
	.san_yi{
		width: 98%;
		margin: 0 auto;
	}
	.san_yi .san_er{
		width:32%;
		height: auto;
		margin-right: 2%;
		border: none;
		outline: 1px solid #ea6410;
	}
	.san_yi .san_er:nth-child(3n){
		margin-right: 0;
	}
	.san_yi .san_er span img{
		height: auto;
	}
	
	.si_yi .si_er,
	.wu_er{
		width:100%;
	}
	.si_yi .si_er .si_san,
	.wu_er .wu_san{
		width:98%;
		height: auto;
	}
	.wu_san:nth-child(2n){
		flex-wrap: wrap;
		justify-content: center;
	}
	.wu_san:nth-child(2n)::after, 
	.wu_san:nth-child(2n)::before{
		content: " ";
		display: block;
		width: 90%;
		height: 2px;
		margin-bottom: 5%;
		background-color: #ea6410;
	}
	
	.liu{
		width:98%;
	}
	.liu_er ul{
		justify-content: flex-start;
	}
	.liu_er ul li{
		width: 22%;
		margin-right: 0;
		margin-left: 2.5%;
	}
	.link_tit, 
	.link_ul{
		width:98%;
		min-width:auto;
	}
	
	
	.footer{
		padding-bottom: 6rem;
	}
	.foot_box{
		position:fixed;
		bottom: 0%;
		left: 0%;
		z-index: 6;
		height: 4rem;
		padding: 1rem 0;
	}
	.foot_tel{
		width:40%;
	}
	
	.fw_title p{
		font-size: 2rem;
	}
	.fw_title h2{
		font-size: 1.5rem;
		margin-top: 20px;
		font-weight: normal;
	}
	
	.weizhi{
		margin: 1rem auto;
	}
	.box .bx_bg{
		min-height: 10rem;
		background-color: #000;
	}
	.box .bx_con img{
		width: 8%;
	}
	.box .bx_con .text{
		font-size: 2rem;
	}
	
	.list_con{
		padding: 0;
	}
	.list_ul li{
		width:100%;
		margin-right: 0;
	}
	
	.pages{
		margin: 1rem auto;
	}
	.pages ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.pages ul li{
		margin-top:1rem;
	}
	
	.fwxm ul li{
		width: 23.5%;
		margin-right: 2%;
	}
	.fwxm ul li .top .iconfont{
		font-size: 2rem;
	}
	.fwxm ul li .top p.tit{
		font-size: 1rem;
	}
	.fwxm ul li .top p.tit2{
		font-size: .75rem;
	}
	.fwxm ul li .fot{
		font-size: .75rem;
		padding: 0.5rem 1rem;
	}
	
	
	.fwlc_list .item{
		width: 49%;
		margin-right: 2%;
	}
	.fwlc_list .item:nth-child(2n),
	.fwlc_list .item:nth-child(4n){
		margin-right: 0;
	}
	
	.wxsh .bg_img,
	.fw_adres .bg_img{
		min-height: 10rem;
		background-color: #000;
	}
	.wxsh .title{
		font-size: 2rem;
	}
	.page_content .tit h1{
		font-size: 1.25rem;
	}
	.page_content .con{
		font-size: 1rem;
	}
	
	.laiyuan{
		justify-content: space-between;
	}
	
	.page_news .tit h4{
		font-size: 1.25rem;
	}
	
	
	.gywm .bg_img{
		width: 100%;
		margin-left: 0%;
	}
	.gywm .con_text{
		position: relative;
		width: 100%;
	}
	
	.fwxm_list .item{
		width: 47%;
		margin: 0 1.5% 4%;
	}
	.fwxm_list .item:nth-child(4n){
		margin: 0 1.5% 4%;
	}
}