*{
	margin: 0px;
	padding: 0px;
}
html{
	font-size: 14px;
	width: 100%;
	color: #000;
	font-family: "microsoft yahei","微软雅黑";
}
body{
	overflow-x: hidden;
}
a{
	text-decoration: none;
	color: #000;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
input,button,select,textarea{
	outline: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ta_l{
	text-align: left;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.clear{
	clear: both;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.header{
	background: #fff;
}
.header .top{
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
}
.header .muen{
	display: none;
}
.header .top .left , .header .top .right{
	display: flex;
	align-items: center;
}
.header .top .left .text{
	margin-left: 15px;
	height: 26px;
	padding-left: 15px;
	border-left: 1px solid #111111;
	font-size: 20px;
	font-family: "KaiTi";
	color: #000;
	font-weight: 600;
	line-height: 26px;
}
.header .right .tel{
	margin-right: 10px;
}
.header .right .name{
	font-size: 20px;
}
.header .right .num{
	font-size: 30px;
	color: #f26e23;
}
.header .nav{
	border-top: 1px solid #eeeeee;
}
.header .nav .main{
	display: flex;
	justify-content: space-around;
}
.ym1 .nav .ons1 , .ym2 .nav .ons2 , .ym3 .nav .ons3 , .ym4 .nav .ons4 , .ym5 .nav .ons5 , .ym6 .nav .ons6{
	background-color: #f26e23;
}
.ym1 .nav .ons1 a , .ym2 .nav .ons2 a , .ym3 .nav .ons3 a , .ym4 .nav .ons4 a , .ym5 .nav .ons5 a , .ym6 .nav .ons6 a{
	color: #fff;
}
.header .nav .nav_list{
	width: 160px;
	margin: 0 15px;
	font-size: 26px;
	text-align: center;
	line-height: 66px;
	position: relative;
}
.header .nav .nav_list:hover{
	background-color: #f26e23;
}
.header .nav .nav_list:hover a{
	color: #ffff;
}
.header .nav .nav_list:hover .xiala{
	display: block;
}
.header .nav .nav_list .xiala{
	display: none;
	position: absolute;
	top: 66px;
	border-top: 1px solid #fff;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	background-color: #f26e23;
}
.header .nav .nav_list .xiala a{
	color: #fff;
}
.header .nav .xiala_list:hover{
	background-color: #ea471c;
}
.banner img{
	width: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.box .title{
	color: #111111;
	font-size: 30px;
	text-align: center;
}
.box .title span{
	background-color: #d2d2d2;
	width: 80px;
	height: 2px;
	vertical-align: middle;
	margin: 0 10px;
	display: inline-block;
}
.sy_fuwu{
	padding-top: 70px;
	background-image: url(../image/fwsy_banner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 35px;
}
.sy_fuwu .mains{
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
}
.sy_fuwu .mains .fw_list{
	width: 126px;
	text-align: center;
	font-size: 20px;
	height: 170px;
	transition: all 0.6s;
}
.sy_fuwu .fw_list .img{
	height: 80px;
	line-height: 80px;
	margin-top: 20px;
}
.sy_fuwu .fw_list .name{
	margin-top: 15px;
}
.sy_fuwu .mains .fw_list:hover{
	box-shadow: 0 0 10px 1px #b8b8b8;
	background-color: #fff;
}
.sy_fenyuan{
	margin-top: 70px;
}
.sy_fenyuan .mains{
	margin-top: 40px;
}
.sy_fenyuan .swiper-container{
	height: 360px;
}
.sy_fenyuan .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1);
}
.sy_fenyuan .swiper-slide-active , .sy_fenyuan .swiper-slide-duplicate-active{
	transform: scale(1.5);
	z-index: 2;
}
.sy_fenyuan .img{
	position: relative;
}
.sy_fenyuan .bottom{
	position: absolute;
	background-image: url(../image/z_bg.png);
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 35px;
	background: #f26e23;
}
.sy_fenyuan .bottom .left{
	flex-direction: column;
	display: flex;
	justify-content: space-around;
	text-align: left;
	padding-left: 10px;
}
.sy_fenyuan .bottom .name{
	color: #fff;
}
.sy_fenyuan .bottom span{
	display: inline-block;
	font-size: 12px;
	padding: 2px 5px;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.sy_fenyuan .bottom .right{
	width: 80px;
	line-height: 70px;
	background-color: #f26e23;
}
.sy_fenyuan .bottom .right img{
	width: 40px;
}
.sy_fenyuan .swiper-button-next:after, .sy_fenyuan .swiper-container-rtl .swiper-button-prev:after{
	content: none;
}
.sy_fenyuan .swiper-button-prev:after, .sy_fenyuan .swiper-container-rtl .swiper-button-next:after{
	content: none;
}
.sy_fenyuan .swiper-button-next, .sy_fenyuan .swiper-container-rtl .swiper-button-prev{
	background-image: url(../image/right.png);
	background-position: center;
	background-repeat: no-repeat;
}
.sy_fenyuan .swiper-button-prev, .sy_fenyuan .swiper-container-rtl .swiper-button-next{
	background-image: url(../image/left.png);
	background-position: center;
	background-repeat: no-repeat;
}
.sy_fenyuan .swiper-button-next, .sy_fenyuan .swiper-button-prev{
	width: 51px;
	height: 51px;
}
.sy_shequ{
	margin-top: 75px;
}
.sy_shequ .mains{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.sy_shequ .left{
	width: 500px;	display: none;
}.sy_shequ .left:nth-child(1){	display: block;}
.sy_shequ .left .img{
	position: relative;
}
.sy_shequ .left .img img{
	width: 100%;
}
.sy_shequ .left .name{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #fff;
	background-image: url(../image/name_bg.png);
}
.sy_shequ .left .time{
	font-size: 16px;
	margin-top: 10px;
	line-height: 26px;
}
.sy_shequ .left .time span{
	border-bottom: 2px solid #f26e23;
}
.sy_shequ .left .text{
	margin-top: 5px;
	line-height: 26px;
	color: #666666;
	font-size: 16px;
}
.sy_shequ .right{
	width: 610px;
}
.sy_shequ .right .n_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d2d2d2;
	height: 44px;
	line-height: 44px;
	margin-bottom: 20px;
}
.sy_shequ .right .name{
	font-size: 20px;
	overflow: hidden;
    height: 44px;
    width: 495px;
}
.sy_shequ .right .b{
	display: none;
}
.sy_shequ .right .time{
	color: #666666;
	font-size: 16px;
}
.sy_shequ .right .n_list:hover a{
	color: #f26e23;
}
.sy_shequ .right .n_list:hover .time{
	color: #f26e23;
}
.sy_shequ .right .n_list:hover .h{
	display: none;
}
.sy_shequ .right .n_list:hover .b{
	display: inline-block;
}
.sy_address{
	margin-top: 50px;
}
.sy_address .mains{
	position: relative;
	margin-top: 50px;
}
.sy_address .mains .dz_list{
	position: absolute;
	width: 185px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f26e23;
	border-radius: 5px;
	top: 58px;
	left: 189px;
}
.sy_address .mains .dz_list:nth-child(2){
	top: 139px;
	left: 189px;
}

.sy_address .mains .dz_list:nth-child(3){
	top: 238px;
	left: 189px;
}
.sy_address .mains .dz_list:nth-child(4){
	top: 307px;
	left: 189px;
	height:50px;
	line-height: 1.5;
}
.sy_address .mains .dz_list:nth-child(5){
	top: 58px;
	left: 803px;
	height:50px;
	line-height: 1.5;
}
.sy_address .mains .dz_list:nth-child(6){
	top: 139px;
	left: 803px;
}
.sy_address .mains .dz_list:nth-child(7){
	top: 238px;
	left: 803px;
}
.sy_address .mains .dz_list:nth-child(8){
	top: 307px;
	left: 803px;
}

.sy_address .mains .dz_list:hover{
	background-color: #f26e23;
	border: 1px solid #f26e23;
}
.sy_address .mains .dz_list:hover a{
	color: #fff;
}
.sy_more{
	width: 180px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.sy_more a{
	padding: 7px 0;
	display: block;
	border: 1px solid #f26e23;
	border-radius: 20px;
}
.sy_more a:hover{
	background: #f26e23;
	color: #fff;
}
.footer{
	background-color: #515151;
	background-image: url(../image/footer_bg.png);
	background-position: top 40px center;
	background-repeat: no-repeat;
	padding-top: 15px;
	margin-top: 80px;
	padding-bottom: 25px;
}
.footer .main{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .main .nav_main{
	display: flex;
	margin-top: 30px;
}
.footer .nav_main .f_nav{
	margin-left: 70px;
}
.footer .f_nav .name{
	font-size: 20px;
	background-image: url(../image/f_nav_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 44px;
	color: #fff;
	line-height: 44px;
	margin-bottom: 30px;
}
.footer .f_nav .f_nav_list{
	height: 26px;
	line-height: 26px;
	color: #cecece;
	font-size: 14px;
}
.footer .f_nav .f_nav_list a{
	color: #cecece;
}
.footer .main .right{
	width: 325px;
	text-align: center;
	color: #fff;
}
.footer .tel{
	font-size: 24px;
}
.footer .right .ewm{
	/*display: flex;*/
	margin-top: 65px;
	justify-content: space-between;
	text-align: center;
}
.footer .ewm .name{
	font-size: 16px;
	margin-top: 10px;
	font-family: "KaiTi";
}
.footer .bottom{
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	width: 100%;
}
.footer .bottom .link a{
	color: #999999;
}
.c_nav{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}
.c_nav span{
	/*color: #f26e23;*/
	color: #000000;
}
.boxs .title{
	font-size: 32px;
	text-align: center;
}
.boxs .title span{
	display: inline-block;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px;
}
.nk{
	margin-bottom: 45px;
}
.nk .texts{
	margin-top: 40px;
	text-indent: 2em;
	font-size: 22px;
    line-height: 38px;
}
.nk .mains{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nk .mains .t_title{
	border: 1px solid #d2d2d2;
	width: 100%;
}
.nk .t_title .name{
	width: 256px;
	font-size: 24px;
	background-color: #f26e23;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.nk .mains .ys_list{
	width: 49%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.nk .ys_list .left{
	width: 180px;
	text-align: center;
}
.nk .ys_list .left img{
	box-shadow: 0 0 10px 1px #e0e0e0;
}
.nk .ys_list .name{
	font-size: 24px;
	margin-top: 30px;
}
.nk .ys_list .right{
	width: 390px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nk .ys_list .text{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.nk .ys_list .yy , .nk .ys_list .ks , .nk .ys_list .zw{
	font-size: 20px;
	color: #666666;
}
.nk .ys_list .yy{
	margin-top: 25px;
}
.nk .ys_list .cz{
	width: 336px;
	height: 50px;
	background-color: #f26e23;
	box-sizing: border-box;
	padding: 3px;
	border-radius: 50px;
	text-align: center;
	font-size: 24px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nk .ys_list .nd{
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 43px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.td .texts{
	margin-top: 40px;
	text-indent: 2em;
	font-size: 22px;
    line-height: 38px;
}
.boxs .titles{
	text-align: center;
	font-size: 32px;
	margin-top: 50px;
}
.td .mains{
	margin-top: 80px;
}
.td .team_list{
	margin-bottom: 80px;
}
.td .team_list .top{
	border: 1px solid #dcdcdc;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
}
.td .team_list .name{
	width: 160px;
	text-align: center;
	background-color: #f26e23;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
}
.td .team_list .name span{
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 6px;
	vertical-align: middle;
}
.td .team_list .text_main{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.td .team_list .img{
	width: 200px;
	text-align: center;
}
.td .team_list .text{
	width: 950px;
	font-size: 20px;
	text-indent: 2em;
	line-height: 32px
}
.ys .mains{
	margin-top: 45px;
}
.ys .mains .ys_list{
	display: flex;
	margin-left: 60px;
	border: 1px solid #d2d2d2;
	margin-bottom: 50px;
	padding: 25px;
}
.ys .ys_list .left{
	width: 30px;
	margin-left: -50px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ys .ys_list .left .quan{
	border: 1px solid #f26e23;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	box-sizing: border-box;
	display: flex;
}
.ys .ys_list .left .quan .nd{
	background-color: #f26e23;
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
	box-sizing: border-box;
	border-radius: 100%;
}
.ys .ys_list .right{
	margin-left: 80px;
}
.ys .ys_list .right .name{
	display: inline-block;
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	height: 50px;
	background-color: #f26e23;
	line-height: 50px;
}
.ys .ys_list .right .text{
	margin-top: 15px;
	font-size: 20px;
}
.yw .texts{
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.yw .mains{
	margin-top: 50px;
}
.yw .mains .yw_list{
	border: 1px solid #f26e23;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.yw .yw_list .name{
	text-align: center;
	font-size: 26px;
	margin-top: 40px;
	font-weight: bold;
}
.yw .yw_list .b_b{
	background-image: url(../image/f_nav_bg.jpg);
	background-position: center;
	width: 60px;
	height: 3px;
	margin: 30px auto 0;
}
.yw .yw_list .text{
	width: 590px;
	margin: 30px auto 0;
	font-size: 24px;
	text-indent: 2em;
}
.yw .yw_list:nth-child(2n-1) .text{
	margin-left: 20px;
}
.news .mains{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.news .mains .news_list{
	width: 350px;
	margin-right: 70px;
	margin-bottom: 60px;
}
.news .mains .news_list:nth-child(3n){
	margin-right: 0;
}
.news .news_list .img{
	height: 250px;
	position: relative;
	overflow: hidden;
}
.news .news_list .img img{
	width: auto;
    height: 100%;
    border: 1px solid #ededed;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
}
.news .news_list .name{
	margin-top: 20px;
	font-size: 22px;
}
.news .news_list .t_l{
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-top: 15px;
}
.news .news_list .t_l img{
	height: 16px;
}
.news .news_list .text{
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
}
.news .news_list .more{
	text-align: right;
	margin-top: 20px;
}
.news .news_list .more a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 100px;
	background-color: #f26e23;
	border-radius: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.pages{
	text-align: center;
}
.pages a{
	display: inline-block;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 15px;
	border-radius: 6px;
	padding: 0 10px;
}
.pages a.on{
	color: #f26e23;
}
.pages a.bg{
	background-color: #f26e23;
	color: #fff;
}
.zp .texts{
	font-size: 26px;
	margin-top: 25px;
	text-align: center;
}
.zp .mains{
	margin-top: 50px;
}
.zp .mains .zp_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.zp .zp_list .text_main{
	color: #666666;
	font-size: 20px;
	max-width: 615px;
}
.zp .zp_list .name{
	font-size: 24px;
	font-weight: bold;
	color: #111111;
}
.zp .zp_list .names{
	color: #111111;
	margin-top: 20px;
}
.zp .zp_list .text{
	margin-top: 15px;
}
.zp .dh_yx{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.zp .dh_yx span{
	display: inline-block;
	border-bottom: 1px solid #f26e23;
}
.zp .dh_yx img{
	margin-left: 30px;
}
.lh .texts{
	/*margin-top: 40px;
	font-size: 24px;*/
	text-indent: 2em;
    font-size: 22px;
    line-height: 38px;
    margin-top: 15px;
}
.lh .yy_texts{
	margin-top: 40px;
    line-height: 38px;
    font-size: 20px;
    text-indent: 2em;
}
.ynhj .swiper-button-next:after, .ynhj .swiper-container-rtl .swiper-button-prev:after{
	content: none;
}
.ynhj .swiper-button-next, .ynhj .swiper-container-rtl .swiper-button-prev{
	width: 51px;
	height: 51px;
	background-image: url(../image/rights.png);
	background-position: center;
	background-repeat: no-repeat;
}
.ynhj .swiper-button-prev:after, .ynhj.swiper-container-rtl .swiper-button-next:after{
	content: none;
}
.ynhj .swiper-button-prev, .ynhj .swiper-container-rtl .swiper-button-next{
	width: 51px;
	height: 51px;
	background-image: url(../image/lefts.png);
	background-position: center;
	background-repeat: no-repeat;
}
.ynhj .mains{
	margin-top: 40px;
}
.ksxz{
	display: flex;
	margin-top: 50px;
	justify-content: space-around;
}
.ksxz .ksxz_list{
	text-align: center;
}
.ksxz .ksxz_list .img{
	border: 1px solid #fff;
	padding: 5px;
	transition: all 0.6s;
}
.ksxz .ksxz_list .name{
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	background-color: #fff;
	transition: all 0.6s;
}
.ksxz .ksxz_list .name a{
	font-size: 24px;
}
.ksxz .ksxz_list:hover .img{
	border: 1px solid #f26e23;
}
.ksxz .ksxz_list:hover .name{
	background-color: #f26e23;
}
.ksxz .ksxz_list:hover .name a{
	color: #fff;
}
.fwjs{
	margin-top: 40px;
}
.fwjs .mains{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.yysb{
	margin-top: 40px;
}
.yysb .mains{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.yysb .mains .yysb_list{
	width: 24%;
}
.lc .texts{
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}
.lc .mains{
	margin-top: 35px;
	background-image: url(../image/lc.png);
	background-position: left 155px bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.lc .mains .top{
	background-color: #fff;
	padding-left: 138px;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.lc .mains .lc_list{
	display: flex;
	line-height: 34px;
	margin-bottom: 40px;
}
.lc .lc_list .name{
	font-size: 24px;
	width: 140px;
	text-align: right;
}
.lc .lc_list .quan{
	width: 50px;
	text-align: center;
}
.lc .lc_list .quan span{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background-color: #f26e23;
}
.lc .lc_list .text{
	font-size: 20px;
	width: 750px;
}
.yz .yz_main{
	display: flex;
	background-image: url(../image/yz_main.png);
	background-position: top left 30px;
	background-repeat: no-repeat;
	margin-top: 30px;
	padding: 34px 50px;
	font-size: 24px;
}
.yz .yz_main .text{
	width: 660px;
	margin-right: 45px;
	text-indent: 2em;
	font-size: 22px;
    line-height: 38px;
}
.yz .yz_list_mains{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 70px;
}
.yz .yz_list_mains .yz_list{
	width: 360px;
	box-sizing: border-box;
	padding: 0 36px;
	margin: 0 10px 50px;
	height: 280px;
}
.yz .yz_list_mains .yz_list:hover{
	box-shadow: 0 0 10px 1px #e9e9e9;
}
.yz .yz_list .img{
	margin-top: 20px;
	text-align: center;
}
.yz .yz_list .name{
	margin-top: 15px;
	font-size: 24px;
	text-align: center;
}
.yz .yz_list .b_b{
	width: 10px;
	margin: 20px auto 0;
	height: 2px;
	background-color: #f26e23;
}
.yz .yz_list .text{
	margin-top: 20px;
	color: #666666;
	font-size: 18px;
}
.yz .address_mains{
	margin-top: 50px;
}
.yz .address_mains .address_list{
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
	padding-right: 25px;
	box-sizing: border-box;
}
.yz .address_list .address_main{
	width: 560px;
}
.yz .address_list .name{
	font-size: 32px;
	text-align: center;
}
.yz .address_list .text{
	margin-top: 25px;
	font-size: 20px;
	color: #666666;
	text-indent: 2em;
	line-height: 36px;
}
.kf .texts{
	margin-top: 45px;
}
.kf .texts p{
	text-indent: 2em;
	font-size: 22px;
    line-height: 38px;
}
.kf .neirong{
	margin-top: 50px;
}
.kf .neirong .name{
	font-size: 22px;
	padding-left: 75px;
	font-weight: bold;
	margin-bottom: 35px;
}
.kf .neirong .nr_list{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-size: 20px;
}
.kf .nr_list .b_b{
	width: 60px;
	height: 4px;
	background-color: #f26e23;
	margin: 0 8px;
}
.kf .nr_mains{
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}
.kf .zj{
	margin-top: 50px;
	margin-bottom: 20px;
}
.kf .zj .mains{
	/*display: flex;*/	
	margin-top: 50px;
}
.kf .zj .mains:after{
	clear: both;
	display: block;
	content: "";
}
.kf .zj .left , .kf .zj .right{
	width: 50%;
	box-sizing: border-box;
	padding: 0 85px;
}
.kf .zj .left{
	border-right: 1px solid #dcdcdc;
}
.kf .zj .names{
	height: 50px;
	line-height: 50px;
	width: 310px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	background-color: #f26e23;
	border-radius: 50px;
}
.kf .zj .zj_list{
	margin-top: 35px;
	font-size: 20px;
	display: flex;
}
.kf .zj_list .b_b{
	width: 45px;
}
.kf .zj_list .b_b span{
	display: inline-block;
	height: 16px;
	width: 16px;
	border-radius: 16px;
	background-color: #f26e23;
}
.kf .zj_list .text_main{
	width: 385px;
}
.kf .zj .jj{
	display: flex;
}
.kf .zj_list .name{
	padding: 0;
	margin-bottom: 0;
	width: 105px;
}
.kf .zj_list .text{
	margin-top: 15px;
}
.hly .texts{
	text-align: center;
	font-size: 22px;
	line-height: 38px;
	margin-top: 15px;
}
.hly .youdian{
	display: flex;
	justify-content: space-around;
	margin-top: 75px;
	padding-bottom: 18px;
}
.hly .youdian .yd_list{
	width: 320px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 0 17px 17px;
}
.hly .yd_list .top{
	display: flex;
	background-color: #fff;
	width: 210px;
	height: 75px;
	margin-top: -18px;
	margin-left: -20px;
}
.hly .yd_list .name{
	width: 140px;
	line-height: 38px;
	height: 38px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	background-color: #f26e23;
}
.hly .yd_list .text{
	font-size: 20px;
	color: #666666;
	line-height: 32px;
}
.hly .yd_list .text p:before{
	background: #f26e23;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	content: "";
}
.hly .yd_list .text p span{
	margin-left: 10px;
}
.hly .hj{
	margin-top: 32px;
}
.hly .hj .text{
	margin-top: 40px;
	line-height: 38px;
	font-size: 20px;
	text-indent: 2em;
}
.hly .hj .text-map{
	margin-top: 28px;
	line-height: 38px;
	font-size: 23px;

}
.boxs .mar_jj{
	margin: 50px 0 35px;
}
.hly .hj .hj_main{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hly .hj_main .img{
	margin-bottom: 18px;
	position: relative;
}
.hly .hj_main .img .pos_abs{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 925px ;
	padding-left: 2%;
}
.yn_sh{
	font-size: 20px;
    line-height: 30px;
}
.fw .texts{
	margin-top: 40px;
	box-shadow: 0 0 10px 1px #d6d6d6;
	font-size: 22px;
	line-height: 38px;
	text-indent: 2em;
	padding: 20px 40px;
	box-sizing: border-box;
}
.fw .shzl_main{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.fw .fg{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 20px;
	margin-top: 20px;
}
.fw .fg .fg_list{
	height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
}
/*.fw .fg .fg_list:nth-child(2n-1){
	background-color: #eeeeee;
}*/
.fw .shzl .fg_list{
	width: 300px ;
}
.fw .jh .jh_mains{
	margin-top: 45px;
}
.fw .yljk .fg_list{
	width: 20%;
}
/*.fw .yljk .fg_list:nth-child(6){
	background-color: #eeeeee;
}
.fw .yljk .fg_list:nth-child(8){
	background-color: #eeeeee;
}
.fw .yljk .fg_list:nth-child(10){
	background-color: #eeeeee;
}
.fw .yljk .fg_list:nth-child(7){
	background-color: #fff;
}
.fw .yljk .fg_list:nth-child(9){
	background-color: #fff;
}
.fw .lxsh .fg_list:nth-child(6){
	background-color: #eeeeee;
}
.fw .lxsh .fg_list:nth-child(8){
	background-color: #eeeeee;
}
.fw .lxsh .fg_list:nth-child(10){
	background-color: #eeeeee;
}
.fw .lxsh .fg_list:nth-child(7){
	background-color: #fff;
}
.fw .lxsh .fg_list:nth-child(9){
	background-color: #fff;
}*/
.fw .yyss .fg_list{
	width: 300px ;
}
.fw .shzl_main{
	flex-wrap: wrap;
}
.fw .shzl_main .img{
	margin-bottom: 30px;
}
.fw .lxsh .fg_list{
	width: 20%;
}
.fw .szzh .fg{
	flex-wrap: wrap;
	text-align: center;
}
.fw .szzh .fg .fg_list{
	width: 300px ;
	box-sizing: border-box;
	padding: 0 10px;
}
.fw .kfgl .fg_list{
	width: 300px ;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}
.fw .anfw .fg_list{
	width: 33.3%;
}
/*.fw .anfw .fg_list:nth-child(4){
	background-color: #eeeeee;
}
.fw .anfw .fg_list:nth-child(5){
	background-color: #fff;
}
.fw .anfw .fg_list:nth-child(6){
	background-color: #eeeeee;
}*/
/*.BMap_Marker.BMap_noprint{
	background-image: url(../images/icons.png)!important;
	background-position: left top;
	background-repeat: no-repeat;
}*/
.map img{
	max-width: inherit;
}
.m_top{
	margin-top: 50px !important;
}
.qh_list{
	background: #fff0ed;
	padding-top: 50px;
	width: 1170px;
	margin: auto;
}
.news_main{
	border: 1px solid #e5e2d5;
    padding: 50px 30px;
    overflow: hidden;
	background: #fff;
}
.classposi {
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.n_name_left {
    width: 50%;
	font-size: 22px;
	font-weight: 600;
}
.position_r{
	width: 50%;
	display: inline;
    font-size: 14px;
    color: #333;
    line-height: 30px;
	text-align: right;
}
.position_r a {
    color: #333;
}
.xinxi_box{
	padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.groupnews {
    margin-top: 50px;
    overflow: hidden;
	float: left;
	width: 32%;
	margin-right: 2%;
}
.groupnews:nth-child(3n){
	margin-right: 0;
}
.groupnews dl dt {
    margin-top: 20px;
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
}
.groupnews dl dt img {
    width: 100%;
}
.groupnews dl dd {
    font-size: 18px;
    margin: 10px 0;
}
.groupnews .timer {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}
.groupnews .info {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	line-height: 24px;
	height: 48px;
}
.ym1 .moreinformation a {
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background: #f26e23;
    border-radius: 20px;
}
.moreinformation a {
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background: #f26e23;
    border-radius: 20px;
}
.fw_list{
	text-indent: 0;
	margin-right: 15px;
	width: 32.4%;
}
.fw_list:nth-child(3){
	margin-right: 0;
}
.fw_list span{
	/*background: url(../images/dui.png) no-repeat center;
	display: inline-block;
	content: "";*/
	width: 25px;
    border: 1px solid #f26e23;
    height: 25px;
}
.news_nrbox{
}
.news_nrbox h1 {
    font-size: 28px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 35px;
    text-align: center;
}
.block15 {
    width: 100%;
    height: 15px;
}
.time_box {
    margin: 0px 25px;
    text-align: center;
}
.timeshow, .eyeshow {
    line-height: 22px;
}
.timeshow {
    margin-right: 40px;
}
.time_box i {
    margin-right: 6px;
}
.ico {
    display: inline-block;
    font-family: otherpeak;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}
.ico_time::before {
    padding-right: 5px;
}
.ico_time::before {
    content: "";
	background: url(../image/sj.png) no-repeat center;
    color: #999;
    z-index: 99999;
	width: 20px;
    height: 20px;
    display: block;
}
.ico_eye::before {
    padding-right: 5px;
}
.ico_eye::before {
    content: "";
    background: url(../image/yj.png) no-repeat center;
    color: #999;
    z-index: 99999;
	width: 20px;
    height: 20px;
    display: block;
}
.conmainer_box {
    margin: 0px auto;
	padding: 50px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.share, .nexprenews {
}
.nexprenews {
    line-height: 50px;
    background: #ededed;
    padding: 0px 20px;
    color: #666;
}
.nexprenews:after{
	clear: both;
	display: table;
    content: " ";
}
.fy_pre{
	width: 50%;
	float: left;
}
.fy_next{
	width: 50%;
	float: right;
}
.nexprenews a {
    color: #666;
}
.nextnews{
	text-align: right;
}
.c_nav .dh_box{
	width: 1170px;
	margin: auto;
}
.f_dingbu{
	position: fixed;
	bottom: 100px;
	right: 0px;
	z-index: 999;
}
.text-map {
    line-height: 38px;
    font-size: 23px;
}
.orge_bg{
	background: #f26e23;
	color: #fff;
}
.sy_video{
	margin-top: 50px;
}
.sy_video .video_box:after{
	display: block;
	clear: both;
	content: "";
}
.video_box .video_list{
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.video_box .video_list:last-child{
	margin-right: 0;
}
.video_list .pic{
	text-align: center;
	height: 212px;
	overflow: hidden;
}
.video_list .pic img{
	width: 100%;
}
.video_list p{
	padding: 10px 0;
	font-size: 18px;
	line-height: 26px;
	height: 21px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.txp_tipbar{
	display: none !important;
}
.yuyue_box:after{
	display: block;
	clear: both;
	content: "";
}
.yuyue_box .yy_list{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.yuyue_box .yy_list:last-child{
	margin-right: 0;
}
.yuyue_box .yy_list p{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 10px;
}
.yuyue_box .yy_list input{
	width: 96%;
	padding: 8px 2%;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 18px;
}
.yuyue_box .yy_list select{
	width: 96%;
	padding: 8px 2%;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 18px;
}
.tijiao{
	text-align: center;
}
.sy_address .mains .sj{
	display: none;
}
.tijiao .sub{
	width: 180px;
	background: #f26e23;
	padding: 10px 0;
    color: #fff;
    font-size: 18px;
	line-height: 26px;
	border: none;
	border-radius: 10px;
}
.yw .yw_list .zn_ms{
	font-size: 20px;
	line-height: 32px;
	padding: 0 20px;
	width: auto;
	margin-left: 0 !important;
	text-indent: 0;
}
.yw .yw_list .zn_ms p:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f26e23;
	margin-right: 10px;
}
.hly .texts span{
	display: block;
}
.text-map span:last-child{
	margin-left: 60px;
}
.video_nr{
	text-align: center;
}
#daohang {
    position: fixed;
    width: 130px;
    height: 196px;
    right: -130px;
    top: 280px;
    background: url(../image/sz-12.png);
	z-index: 999;
}
#daohang >ul >li {
    width: 100%;
    text-align: center;
    padding-top: 14px;
}
#daohang >ul >li >a {
    font-size: 16px;
    border-bottom: #FFFFFF 1px inset;
    color: #FFFFFF;
}
#daohang a {
    text-decoration: none;
}
.daohang_guanzhuweixin {
    position: absolute;
    width: 0px;
    height: 0px;
    background-repeat: round;
    left: -145px;
    bottom: 25px;
}
.daohang_weixin:hover .daohang_guanzhuweixin {
	width: 150px;
    height: 150px;
}
.yw .mains .zn_ruzhu {
    border: 1px solid #f26e23;
    display: block;
    margin-bottom: 50px;

}
.yw .mains .zn_ruzhu:after{
	display: block;
	clear: both;
	content: "";
}
.zn_ruzhu .zn_rz_box{
	width: 49%;
	padding-bottom: 50px;
}
.zn_ruzhu .zn_rz_box:last-child{
	border-left: 1px solid #f26e23
}
.zn_ruzhu .zn_rz_box .name{
	font-size: 32px;
	font-weight: 500;
}
.header .nav .nav_list img{
	display: none;
}
.sj_fixed_bottom {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
	position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
	bottom: 0;
    margin-bottom: 0;
	z-index: 1000;
    min-height: 50px;
}
.enddaohang:after {
    clear: both;
	display: table;
    content: " ";
}
.enddaohangdiv {
    float: left;
    width: calc(33.3333% - 2px);
    text-align: center;
}
.enddaohangimg {
    width: calc(25%);
    margin: 5px 0 3px 0;
    height: calc(85%);
    padding: 0 0;
    max-width: 33px;
}
.enddaohangp {
    font-size: 14px;
}
.enddaohangp1 {
    font-size: 14px;
    color: #f26e23;
}
.sj{
	display: none;
}
.zhinan_font{
	font-size: 26px !important;
}
.dh_fd_bg{
	width: 40px;
    height: 198px;
    background: url(../image/suspend.png);
    position: absolute;
    top: 0;
    left: -40px;
    cursor: pointer;
}
.xw_dt ul li{
	list-style-type: disc;
}
.p_top_20{
	padding-top: 20px !important;
}
.m_bottom_20{
	margin-bottom: 20px;
}
.news_dtbox{
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.news_dtbox .dt_pic{
	width: 30%;
	height: 205px;
    overflow: hidden;
}
.news_dtbox .dt_ms{
	width: 68%;
}
.news_dtbox .dt_ms h3{
	font-size: 18px;
    margin-bottom: 10px;
	font-weight: 500;
}
.news_dtbox .dt_ms p{
	font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
}
.news_dtbox:last-child{
	border: none;
}
.ewm_list .img img{
	width: 150px;
}
@media only screen and (max-width: 767px) {
	.main{
		width: 95% ;
	}
	.header .top .right{
		display: none;
	}
	.header .top .left .text{
	}
	.header .top{
		padding: 0;
		height: 60px;
		line-height: 60px;
	}
	.header .muen{
		display: block;
	}
	.fw_list{
		width: 100%;
		margin-right: 0;
		height: auto !important;
	}
	.header .nav{
		position: absolute;
		top: 60px;
		width: 100%;
		display: none;
		left: 0;
		background-color: #fff;
		z-index: 99;
	}
	.header .nav .main{
		flex-direction: column;
		flex-wrap: wrap;
	}
	.header .nav .nav_list{
		font-size: 16px;
		width: 100%;
		margin: 0;
		height: auto;
		line-height: 40px;
		position: relative;
	}
	.header .nav .nav_list a{
		display: block;
		width: 78%;
		margin: auto;
	}
	.header .nav .nav_list .xiala{
		position: relative;
		top: 0;
	}
	.boxs .title{
		font-size: 20px;
	}
	.zp .mains .zp_list{
		flex-direction: column;
		margin-bottom: 25px ;
	}
	.zp .zp_list .text_main{
		font-size: 14px;
		margin-top: 25px ;
	}
	.zp .zp_list:nth-child(2){
		flex-direction: column-reverse;
	}
	.zp .dh_yx{
		font-size: 16px;
	}
	.footer{
		background-image: none;
	}
	.footer .main .right , .footer .main .left{
		display: none;
	}
	.td .texts , .zp .texts , .nk .texts , .yw .texts , .lh .texts , .lc .texts , .fw .texts , .kf .texts p , .hly .texts{
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.hly .yd_list .text{
		font-size: 16px;
		line-height: 26px;
	}
	.fw .texts , .kf .texts{
		margin-top: 25px ;
	}
	.boxs .titles{
		margin-top: 25px ;
		font-size: 20px;
	}
	.td .mains{
		margin-top: 25px ;
	}
	.td .team_list{
		margin-bottom: 25px ;
	}
	.td .team_list .top{
		height: 36px;
		line-height: 36px;
	}
	.td .team_list .name{
		font-size: 18px;
	}
	.td .team_list .text_main{
		flex-wrap: wrap;
	}
	.td .team_list .img{
		width: 100%;
		text-align: center;
	}
	.td .team_list .text{
		width: 100%;
		font-size: 16px;
		margin-top: 25px ;
		line-height: 26px;
	}
	.nk .mains .ys_list{
		width: 100%;
		flex-wrap: wrap;
	}
	.nk .ys_list .left{
		width: 100%;
		text-align: center;
	}
	.nk .ys_list .right{
		width: 100%;
		margin-top: 25px ;
	}
	.nk .ys_list .cz{
		margin-top: 25px ;
		width: 80%;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.nk .t_title .name{
		font-size: 20px;
		width: auto;
	}
	.nk .ys_list .text{
		font-size: 16px;
		line-height: 26px;
	}
	.nk .ys_list .name{
		font-size: 18px;
		margin-top: 25px
	}
	.nk .ys_list .yy{
		margin-top: 25px ;
	}
	.nk .ys_list .yy, .nk .ys_list .ks, .nk .ys_list .zw{
		font-size: 16px;
	}
	.yw .mains .yw_list{
		flex-wrap: wrap;
		margin-bottom: 25px ;
	}
	.yw .yw_list:nth-child(2n){
		flex-direction: column-reverse;
	}
	.yw .yw_list .name{
		font-size: 18px;
		margin-top: 25px;
	}
	.yw .yw_list .b_b{
		margin: 10px auto 0;
	}
	.yw .yw_list .text{
		width: 100%;
		margin: 0;
		box-sizing: border-box;
		padding: 25px 10px;
		font-size: 16px;
		text-align: left;
		line-height: 26px;
		text-indent: 0;
	}
	.yw .yw_list:nth-child(2n-1) .text {
	    margin-left: 0;
	}
	.ys .mains .ys_list{
		margin-left: 0;
	}
	.ys .ys_list .left{
		display: none;
	}
	.ys .ys_list .right{
		text-align: center;
		margin-left: 0;
	}
	.ys .ys_list .right .name{
		font-size: 18px;
		height: 40px;
		line-height: 40px;
	}
	.ys .ys_list .right .text{
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.news .mains{
		margin-top: 25px ;
	}
	.news .mains .news_list{
		width: 100%;
		margin-right: 0;
	}
	.news .news_list .img img{
		width: 100%;
	}
	.news .news_list .name{
		font-size: 16px;
	}
	.news .news_list .t_l{
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.news .news_list .t_l img{
		height: 14px;
		margin-left: 2%;
	}
	.news .news_list .text{
		font-size: 12px;
	}
	.news .news_list .more a{
		font-size: 18px;
		height: 30px;
		line-height: 30px;
		border-radius: 30px;
	}
	.box .title{
		font-size: 22px;
	}
	.sy_shequ .left .name{
		font-size: 18px;
	}
	.video_list iframe{
		height: 250px;
	}
	.sy_fuwu .mains{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.sy_fuwu .fw_list .name{
		font-size: 16px;
	}
	.sy_fenyuan{
		margin-top: 25px ;
	}
	.sy_fenyuan .swiper-container{
		height: auto;
	}
	.sy_fenyuan .swiper-slide-active, .sy_fenyuan .swiper-slide-duplicate-active{
		transform: scale(1);
	}
	.sy_shequ .mains{
		flex-wrap: wrap;
		margin-top: 25px ;
	}
	.sy_address .mains{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.sy_shequ .left{
		width: 100%;
	}
	.sy_shequ .right{
		width: 100%;
		margin-top: 25px ;
	}
	.sy_shequ .right .n_list{
		margin-bottom: 3%;
	}
	.sy_shequ .right .name{
		font-size: 16px;
		width: 70%;
	}
	.sy_shequ .right .time{
		font-size: 14px;
	}
	.sy_shequ .right .time img{
		height: 14px;
	}
	.sy_address{
		margin-top: 25px ;
	}
	.sy_address .mains .pc{
		display: none;
	}
	.sy_address .mains .sj{
		display: block;
	}
	.sy_address .mains .dz_list{
		position: relative;
		left: auto!important;
		top: auto!important;
		margin-bottom: 2%;
		width: 425px ;
		font-size: 16px;
		margin-right: 0;
	}
	.sy_shequ{
		margin-top: 25px ;
	}
	.fwjs .mains{
		flex-wrap: wrap;
	}
	.fwjs .mains .fwjs_list{
		width: 425px ;
		margin-bottom: 4%;
	}
	.yysb .mains{
		flex-wrap: wrap;
	}
	.yysb .mains .yysb_list{
		width: 425px ;
		margin-bottom: 4%;
	}
	.lc .mains{
		background-image: none;
	}
	.lc .mains .top{
		display: none;
	}
	.lc .mains .lc_list{
		flex-direction: column;
	}
	.lc .lc_list .name , .lc .lc_list .text{
		width: 100%;
		font-size: 16px;
		line-height: 26px;
	}
	.lc .lc_list .name{
		font-size: 16px;
		text-align: left;
		margin-bottom: 10px;
	}
	.lc .lc_list .name:before{
		display: inline-block;
		content: "";
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #f26e23;
	}
	.boxs .about_main .about_text{
		font-size: 16px;
		width: 100%;
		line-height: 26px;
	}
	.fl , .fr{
		float: none;
	}
	.boxs .about_main{
		margin-top: 25px ;
	}
	.boxs .about_main .about_pic{
		width: 100%;
		margin-top: 2%;
	}
	.boxs .wh_list .wh_title{
		width: 100%;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
	}
	.boxs .wh_list .wh_text{
		width: 100%;
		height: auto;
		font-size: 16px;
		margin-top:20px;
	}
	.boxs .zizhi_active p{
		font-size: 18px;
	}
	.boxs .zhizhi_box .zhizhi{
		width: 100%;
	}
	.boxs .news_title_box p{
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}
	.boxs .news_title_box p span{
		margin-left: 2%;
	}
	.boxs .news_title_box p img{
		height: 14px;
	}
	.boxs .fenxiang{
		display: flex;
		align-items: center;
		font-size: 16px;
	}
	.boxs .fenxiang span{
		padding: 0 2%;
	}
	.boxs .fenxiang span img{
		height: 18px;
	}
	.boxs .fenye{
		font-size: 16px;
	}
	.boxs .fenye ul li{
		border-right: none;
	}
	.fw .fg{
		margin-top: 3%;
	}
	.fw .fg .fg_list{
		width: 33%;
		font-size: 16px;
		text-align: center;
	}
	.fw .yyss .shzl_main .img{
		width: 425px ;
	}
	.fw .shzl_main{
		margin-top: 25px ;
	}
	.fw .shzl_main{
		justify-content: space-around;
	}
	.fw .szzh .fg{
		flex-wrap: wrap;
	}
	.fw .szzh .fg .fg_list{
		width: 33%;
	}
	.fw .szzh .fg .fg_list:nth-child(2){
		width: 33%;
	}
	.fw .szzh .fg .fg_list:nth-child(3){
		width: 33%;
	}
	/*.fw .szzh .fg .fg_list:nth-child(4){
		width: 425px ;
	}
	.fw .szzh .fg .fg_list:nth-child(5){
		width: 525px ;
	}*/
	.kf .nr_list .b_b{
		width: 10%;
	}
	.kf .nr_list .text{
		width: 80%;
		font-size: 16px;
		line-height: 26px;
	}
	.kf .zj .names{
		font-size: 18px;
	}
	.kf .nr_mains{
		flex-wrap: wrap;
		margin-top: 25px ;
	}
	.kf .nr_mains .img{
		margin-bottom: 2%;
	}
	.kf .zj{
		flex-wrap: wrap;
		margin-top: 25px ;
	}
	.kf .zj .mains{
		margin-top: 25px;
		display: block;
	}
	.kf .zj .right{
		border: none;
		margin-bottom: 25px ;
	}
	.kf .zj .left, .kf .zj .right{
		width: 100%;
		padding: 0;
	}
	.yz .yz_main{
		background-image: none;
		padding: 0;
		font-size: 18px;
		flex-wrap: wrap;
	}
	.yz .yz_main .text{
		width: 100%;
		margin-right: 0;
		font-size: 16px;
		line-height: 26px;
	}
	.yz .yz_list .name{
		font-size: 18px;
	}
	.yz .address_mains .address_list{
		flex-wrap: wrap;
		padding-right: 0;
		margin-bottom: 25px ;
	}
	.yz .address_mains .address_list:nth-child(2){
		flex-direction: column-reverse;
	}
	.yz .address_list .address_main{
		width: 100%;
	}
	.yz .address_list .text{
		font-size: 16px;
	}
	.hly .youdian{
		flex-wrap: wrap;
	}
	.hly .youdian .yd_list{
		margin-bottom: 25px ;
		width: 100%;
	}
	.hly .yd_list .top{
		height: 55px;
	}
	.n_name_left{
		width: 100%;
	}
	.groupnews{
		width: 100%;
		margin-right: 0;
		margin-top: 25px ;
	}
	.news_main{
		padding: 25px  2.25px ; 
	}
	.classposi{
		padding-bottom: 25px ;
	}
	.xinxi_box{
		padding-bottom: 25px ;
		margin-bottom: 25px ;
	}
	.news_title_box {
		padding: 25px  0;
	}
	.m_top{
		margin-top: 25px  !important;
	}
	.lc .mains,.ys .mains,.yw .mains,.zp .mains{
		margin-top: 25px ;
	}
	.lc .mains .lc_list,.ys .mains .ys_list{
		margin-bottom: 25px ;
	}
	.qh_list{
		padding-top: 25px ;
	}
	.footer,.fw .jh .jh_mains{
		margin-top: 25px ;
	}
	.boxs .mar_jj{
		margin: 25px  0 25px ;
	}
	.hly .youdian{
		margin-top: 46px;
	}
	.hly .hj{
		margin-top: 22px;
	}
	.hly .hj .text,.hly .hj .hj_main{
		margin-top: 25px ;
	}
	.hly .youdian{
		padding-bottom: 0;
	}
	.sy_fuwu{
		padding-top: 25px ;
		padding-bottom: 25px ;
		background-image: url(../image/sj_fwsy_banner.jpg);
	}
	.sy_fuwu .mains,.sy_address .mains{
		margin-top: 25px ;
	}
	.fy_pre,.fy_next{
		width: 100%;
	}
	.conmainer_box{
		padding: 25px  0;
	}
	.news_nrbox h1{
		padding-bottom: 25px ;
		font-size: 22px;
	}
	.qh_list,.c_nav .dh_box{
		width: 100%;
	}
	.nextnews{
		text-align: left;
	}
	.nexprenews{
		line-height: 32px;
	}
	.wh_linh{
		line-height: 32px;
	}
	.orge_bg {
		background: none;
		color: #000;
	}
	.sj_bg{
		background: #f26e23;
		color: #fff;
	}
	.sy_video{
		margin-top: 25px ;
	}
	.video_box .video_list{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.video_box .video_list:last-child{
		margin-bottom: 0;
	}
	.hly .hj .text-map{
		font-size: 16px;
		text-align: left;
		line-height: 26px;
	}
	.zp .zp_list .text{
		line-height: 26px;
		font-size: 16px;
	}
	.yz .yz_list_mains .yz_list{
		width: 50%;
		height: auto;
		padding: 0 10px;
		margin: 0 0 25px ;
	}
	.yz .yz_list .b_b{
		margin: 10px auto 0;
		width: 20px;
	}
	.yz .yz_list .text{
		padding-bottom: 20px;
		font-size: 16px;
		line-height: 26px;
	}
	.yz .address_list .name{
		font-size: 20px;
		margin-top: 25px ;
	}
	.text-map{
		font-size: 16px;
		text-align: left;
	}
	.nk .texts{
		margin-top: 6%;
	}
	.nk .mains,.td .texts{
		margin-top: 25px ;
	}
	.yuyue_box .yy_list{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px ;
	}
	.yuyue_box .yy_list:last-child{
		margin-bottom: 0;
	}
	.yuyue_box .yy_list p{
		font-size: 18px;
		line-height: 28px;
	}
	.yuyue_box .yy_list select{
		width: 100%;
	}
	.sy_fuwu .mains .fw_list{
		width: 25%;
	}
	.lc .lc_list .quan{
		display: none;
	}
	.hly .yd_list .name{
		font-size: 18px;
	}
	.hly .hj .text{
		line-height: 26px;
		font-size: 16px;
	}
	.ynhj .mains,.ksxz,.lh .yy_texts{
		margin-top: 25px;
	}
	.ksxz .ksxz_list .name a{
		font-size: 20px;
	}
	.ksxz .ksxz_list .name,.fwjs{
		margin: 0;
	}
	.lh .yy_texts{
		font-size: 16px;
		line-height: 26px;
	}
	.fwjs .mains .fwjs_list img{
		width: 100%;
	}
	.fwjs .mains,.kf .neirong{
		margin-top: 25px;
	}
	.kf .neirong .name{
		text-align: center;
		padding: 0;
		font-weight: 500;
		margin-bottom: 25px;

	}
	.kf .zj .zj_list,.yz .address_mains{
		margin-top: 25px;
	}
	.kf .zj .jj .name,.kf .zj .jj .zw{
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.kf .zj_list .text{
		font-size: 16px;
	}
	.groupnews dl dt{
		margin-top: 0;
	}
	.news_nrbox{
		width: 95%;
		margin: auto;
	}
	.time_box{
		margin: 0;
		font-size: 18px;
		line-height: 24px;
	}
	.timeshow, .eyeshow {
		line-height: 24px;
		width: 100%;
		margin: 0;
		display: block;
	}
	.zhizhi_box{
		margin-top: 25px;
	}
	.zp .zp_list .name{
		font-size: 20px;
	}
	.zp .zp_list .names{
		font-size: 18px;
	}
	.text-map span{
		display: block;
	}
	.text-map span:last-child{
		margin-left: 0;
	}
	.hly .texts span {
		display: initial;
	}
	.fw .shzl_main .img {
		margin-bottom: 20px;
		width: 100%;
	}
	.fw .shzl_main .img img{
		width: 100%
	}
	.sy_fuwu .fw_list .img img{
		height: 35px;
	}
	.video_nr iframe{
		width: 100%;
		height: 300px;
	}
	#daohang{
		display: none;
	}
	.zn_ruzhu .zn_rz_box{
		width: 100%;
		padding-bottom: 0;
	}
	.zn_ruzhu .zn_rz_box:first-child{
		border-bottom: 1px solid #f26e23
	}
	.zn_ruzhu .zn_rz_box:last-child {
		border-left: none;
	}
	.zn_ruzhu .zn_rz_box .name{
		font-size: 20px;
	}
	.video_list .pic{
		height: auto;
	}
	.f_dingbu{
		right: 20px;
		display: none;
	}
	.pc{
		display: none !important;
	}
	.kf .zj .left{
		float: right;
	}
	.kf .zj .right{
		float: left;
	}
	.header .nav .nav_list img{
		position: absolute;
		top: 5px;
		right: 0;
		display: block;
	}
	.sy_fuwu .fw_list .img{
		line-height: 34px;
		height: auto;
	}
	.sj{
		display: block;
	}
	.sj_h{
		height: 56px;
	}
	.ksxz .ksxz_list .img img{
		width: 120px;
	}
	.zhinan_font{
		font-size: 16px !important;
	}
	.map #map{
		height: 280px !important;
	}
	.sy_more{
		font-size: 16px;
		line-height: 24px;
	}
	.video_box .video_list:nth-child(2){
		display: none;
	}
	.video_box .video_list:nth-child(3){
		display: none;
	}
	.video_box .video_list:nth-child(4){
		display: none;
	}
	#yuyueruzhu{
		width: 95%;
		margin: 25px auto;
		text-align: center;
	}
	.ym1 #yuyueruzhu h4 {
		color: #f26e23;
		font-weight: 500;
		font-size: 22px;
	}
	#yuyueruzhu h4 {
		color: #f26e23;
		font-weight: 500;
		font-size: 22px;
	}
	#yuyueruzhu .input_div{
		margin-top: 20px;
		width: 100%;
	}
	#yuyueruzhu .input_div:after{
		display: block;
		clear: both;
		content: "";
	}
	.yuyueruzhudiv {
		float: left;
		width: calc(30%);
		background-color: #ededed;
		line-height: 33px;
		height: 35px;
		letter-spacing: 5px;
		font-size: 18px;
		border-width: 1px;
		border-style: solid;
		border-color: #ededed;
		border-image: initial;
		border-right: none;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.yuyueruzhuinput{
		width: calc(69%);
		float: left;
		line-height: 33px;
		height: 35px;
		font-size: 18px;
		border: 1px solid #ededed;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.ym1 .submitdiv{
		width: calc(80%);
		color: #ffffff;
		letter-spacing: 5px;
		text-align: center;
		margin-top: 20px;
		background: #f26e23;
		font-size: 18px;
		padding: 5px 0;
		border-radius: 20px;
		border: none;
	}
	.submitdiv{
		width: calc(80%);
		color: #ffffff;
		letter-spacing: 5px;
		text-align: center;
		margin-top: 20px;
		background: #f26e23;
		font-size: 18px;
		padding: 5px 0;
		border-radius: 20px;
		border: none;
	}
	.news_dtbox .dt_pic{
		width: 100%;
		height: auto;
	}
	.news_dtbox .dt_ms{
		width: 100%;
		margin-top: 10px;
	}
	.sy_dizhi{
		margin-top: 10px;
	}
	.sy_dizhi:after{
		display: block;
		clear: both;
		content: "";
	}
	.sy_dizhi .dz_list{
		width: 48%;
		float: left;
		line-height: 32px;
		font-size: 16px;
		text-align: center;
		background-color: #fff;
		border: 1px solid #f26e23;
		border-radius: 5px;
		margin-top: 10px;
	}
	.sy_dizhi .dz_list:nth-child(2n){
		float: right;
	}
}