.header{
	background: url(../images/header.jpg)no-repeat center;
	background-size: cover;
}
.logo{
	width: 55%;
	padding: 16px 0;
	height: 102px;
}
.logo a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.logo a .img{
	display: flex;
	align-items: center;
	height: 100%;
	width: 33%;
	padding-right: 36px;
}
.logo a .img img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.logo a .text{
	border-left: 1px solid #fff;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	padding-left: 36px;
}
.sou_f{
	display: none;
	position: absolute;
	right: 80px;
	height: 30px;
	top: 18px;
}
.sou_f img{
	height: 100%;
	display: block;
}
.sou form{
	width: 300px;
	height: 40px;
	margin-top: 30px;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
}
.sou input[type="submit"]{
	cursor: pointer;
	position: absolute;
	content: "";
	width: 40px;
	height: 100%;
	background: #fff url(../images/fang.png)no-repeat center;
	background-size: 60%;
	box-sizing: border-box;
	border: 0;
}
.sou input[type="text"]{
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	padding: 0 8px;
	font-size: 14px;
	color: #fff;
}
.sou input[type="text"]::-webkit-input-placeholder{
	color: #fff;
}
.nav{
	background: #fff;
}
.nav ul{
	display: flex;
	padding-top: 20px;
}
.nav ul li{
	position: relative;
	flex: 1;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.nav ul li a{
	display: block;
}
.nav ul li.active,
.nav ul li:hover{
	background: #fdb157;
	color: #fff;
}
.nav ul li .erji{
	display: none;
	min-width: 100%;
	position: absolute;
	z-index: 999999;
	white-space: nowrap;
	background: #fff;
	left: 0;
	padding: 8px 20px;
}
.nav ul li .erji dd{
	text-align: left;
	font-size: 14px;
	line-height: 36px;
	color: #333;
}
.nav ul li .erji dd a{
	display: block;
}
.nav ul li .erji dd.active,
.nav ul li .erji dd:hover{
	color: #fdb157;
}
.menu{
	display: none;
	height: 60px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 0px;
}
.menu i{
	transition: all 0.4s;
	position: relative;
	width: 30px;
	height: 3px;
	margin-top: 30px;
	background: #fff;
	display: block;
}
.menu i:before,
.menu i:after{
	position: relative;
	content: "";
	width: 100%;
	height: 100%;
	top: -10px;
	background: #fff;
	display: block;
	transition: all 0.4s;
}
.menu i:after{
	top: unset;
	bottom: -8px;
}
.close i:before {
    top: -6px;
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.close i:after {
    top: -6px;
    -webkit-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}
.close i{
	background: transparent;
}
.banner{
	position: relative;
}
.banner img{
	height: 640px;
	object-fit: cover;
	width: 100%;
	display: block;
}
.banner .pagination .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	background: none;
	border: 1px solid #fdb157;
	box-sizing: border-box;
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px;
	opacity: 1;
}
.banner .pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #fdb157;
}
.banner .pagination{
	bottom: 20px;
}
.banner_center{
	position: absolute;
	/*z-index: 999;*/
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.banner_list{
	color: #fff;
	width: 320px;
	background: rgba(0,0,0,0.5);
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	padding: 12px 20px 20px;
	z-index: 999;
}
.banner_list h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 4%;
}
.banner_list ul{
	margin-bottom: 22%;
}
.banner_list ul li{
	border-bottom: 1px dashed #fff;
	padding: 12px 0;
	font-size: 14px;
	line-height: 24px;

}
.banner_list ul li a{
	display: block;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.banner_list ul li:hover,
.an p:hover{
	color: #fdb157;
}
.an a{
	display: block;
}
.an p{
	width: 40%;
	font-size: 14px;
	line-height: 24px;
	float: left;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.an img{
	float: right;
	width: 60%;
	padding-left: 28px;
	margin-top: 6px;
	object-fit: cover;
}
.footer{
	background: #d78626;
	padding: 30px 0 70px;
}
.fot_left{
	padding-right: 20px;
	width: 32%;
}
.fot_logo{
	height: 90px;
	margin: 10px 0 16px;
}
.fot_logo a{
	display: block;
	height: 100%;
}
.fot_logo a img{
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.fot_text,.fot_text *{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.fot_nav{
	margin-bottom: 42px;
	display: inline-block;
}
.fot_nav ul li{
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-left: 24px;
}
.fot_right{
	position: relative;
	width: 68%;
	text-align: right;
}
.fot_right:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 80%;
	background: #fff;
	left: 0;
	bottom: 0;
}
.fot_ma{
	width: 120px;
}
.fot_ma img{
	width: 100%;
	display: block;
}
.fot_lx{
	margin-top: 10px;
	padding-left: 8%;
	text-align: left;
	color: #fff;
}
.fot_lx ul li{
	margin-bottom: 4px;
}
.fot_lx ul li img{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}
.fot_lx ul li p{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	margin-left: 4px;
}
.fot_logo_sj{
	display: none;
}
.site{
	padding: 13px 0;
	margin-bottom: 22px;
}
.site a{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.ke{
	padding-bottom: 80px;
}
.ke_nav{
	margin-bottom: 20px;
}
.ke_nav ul{
	display: flex;
}
.ke_nav ul li{
	flex: 1;
	margin-right: 26px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fdb157;
	line-height: 60px;
	background: #f8f8f8;
}
.ke_nav ul li.active,
.ke_nav ul li:hover{
	background: #fdb157;
	color: #fff;
}
.ke_nav ul li a{
	display: block;
}
.ke_nav ul li:last-child{
	margin-right: 0;
}
.ke_list ul{
	display: flex;
	flex-wrap: wrap;
}
.ke_list ul li{
	margin-bottom: 20px;
	box-shadow: 6px 6px 7px rgba(0,0,0,0.2);
	width: 32%;
	margin-right: 2%;
}
.ke_list ul li:nth-child(3n){
	margin-right: 0;
}
.ke_list ul li .img{
	width: 100%;
}
.ke_list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ke_list ul li .text{
	padding: 16px 20px 26px;
}
.ke_list ul li .text h3{
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.ke_list ul li .text h3 a{
	display: block;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.text_bottom{
	display: flex;
	justify-content: space-between;
}
.text_left{
	flex: 1;
}
.text_left p{
	font-size: 14px;
	line-height: 24px;
}
.text_bottom .bao{
	width: 110px;
	height: 40px;
	border-radius: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: #fdb157;
	color: #fff;
	display: block;
}
#pages {
	text-align: -webkit-center;
	font-size: 14px;
	height: 30px;
	margin: 10px auto 0;
	color: #000;
}
#pages a {
	margin:0 5px;
	display:inline-block;
	height:30px;
	line-height:30px;
	background:#fff;
    border:1px solid #e3e3e3;
	text-align:center;
	color:#000;
	padding:0 10px;
}
#pages a.a1 {
	padding:0 10px;
}
#pages a:hover {
	background:#fdb157;
	color:#fff;
	border: 1px solid #fdb157;
	text-decoration:none
}
#pages span {
	margin: 0 5px;
	display:inline-block;
	height:30px;
	line-height:30px;
	background:#fdb157;
	border:1px solid #fdb157;
	color:#fff;
	text-align:center;
	padding:0 10px;
}
.page .noPage {
	display:inline-block;
	width:48px;
	height:30px;
	line-height:30px;
	border:1px solid #e3e3e3;
	text-align:center;
	color:#a4a4a4;
}
.ke_img{
	width: 40%;
}
.ke_img img{
	width: 100%;
	display: block;
}
.ke_text{
	width: 60%;
	padding-left: 40px;
	padding-top: 14px;
}
.ke_text h3{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 16px;
	padding-right: 90px;
	position: relative;
	padding-bottom: 16px;
	border-bottom: 1px dashed #ddd;
}
.ke_text h3 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.ke_text .txt,
.ke_text .txt *{
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.ke_text .bao{
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #fdb157;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 28px;
}
.ke_top{
	margin-bottom: 60px;
}
.ke_xq{
	padding-bottom: 90px;
}
.ke_xq h3{
	font-size: 24px;
	line-height: 30px;
	border-left: 4px solid #fdb157;
	padding-left: 10px;
	margin-bottom: 16px;
}
.ke_xq .txt,.ke_xq .txt *{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.ke_xq .txt img{
	display: block;
	margin: 16px auto;
	max-width: 100%;
	height: auto!important;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.kao_main{
	padding-bottom: 80px;
}
.kao_nav{
	width: 22%;
}
.kao_nav ul{
	border-top: 1px solid #ddd;
}
.kao_nav ul li{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
}
.kao_nav ul li a{
	padding: 15px 0 15px 38%;
	display: block;
}
.kao_nav ul li.active,
.kao_nav ul li:hover{
	background: #ffefdd;
	color: #fdb157;
}
.kao_list{
	width: 75%;
	padding-bottom: 80px;
}
.kao_img,.kao_img img{
	width: 100%;
	display: block;
}
.kao_list ul{
	padding: 16px 0 14px;
}
.kao_list ul li{
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	line-height: 58px;
	margin-bottom: 10px;
}
.kao_list ul li a{
	display: block;
}
.kao_list ul li h3{
	transition: 0.4s;
	padding-left: 10px;
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
}
.kao_list ul li span{
	padding-right: 10px;
	font-size: 16px;
	line-height: 58px;
	color: #999;
	float: right;
}
.kao_list ul li h3 i{
	margin-right: 2px;
	display: none;
	font-style: normal;
}
.kao_list ul li:hover{
	box-shadow: 4px 2px 7px rgba(0,0,0,0.15);
}
.kao_list ul li:hover h3{
	transition: 0.4s;
	padding-left: 32px;
	color: #fdb157;
}
.kao_list ul li:hover h3 i{
	display: inline-block;
}
.kao_show{
	width: 73%;
	background: #fff;
	padding: 16px 10px 20px;
}
.kao_show h3{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.kao_show h4{
	padding: 10px 0 16px;
	border-bottom: 1px solid #acacac;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: center;
	margin-bottom: 14px;
}
.kao_show .txt{
	padding: 0 4px;
	padding-bottom: 30px;
	border-bottom: 1px solid #acacac;
	margin-bottom: 32px;
}
.kao_show .txt,.kao_show .txt *{
	font-size: 14px;
	line-height: 30px;
	/*color: #666;*/
}

.sxp span{
	display: block;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kao_tui{
	padding: 16px 20px 24px;
	width: 25%;
	background: #fff;
}
.kao_tui h3{
	padding-bottom: 18px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.kao_tui ul{
	padding-top: 12px;
}
.kao_tui ul li{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 6px;
}
.kao_tui ul li:last-child{
	margin-bottom: 0;
}
.kao_tui ul li:hover{
	color: #fdb157;
}
.huan_list{
	padding-bottom: 80px;
}
.huan_list ul li{
	cursor: pointer;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 14px;
}
.huan_list ul li:nth-child(3n){
	margin-right: 0;
}
.huan_list ul li .img{
	width: 100%;
}
.huan_list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.huan_list ul li p{
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 14px;
}
.meng{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}
.meng .img{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80%;
	width: 60%;
}
.meng .img img{
	width: 100%;
	max-height: 100%;
}
.shi_img,.shi_img img{
	width: 100%;
	display: block;
}
.shi_list{
	padding-bottom: 80px;
}
.shi_li{
	padding: 54px 0 0;
}
.shi_title{
	margin-bottom: 20px;
	text-align: center;
}
.shi_title h3{
	font-family: 'bold';
	font-size: 36px;
	line-height: 46px;
	display: block;
}
.shi_title span{
	position: relative;
	display: inline-block;
	color: #fdb157;
	font-size: 14px;
	line-height: 16px;
}
.shi_title span:before,
.shi_title span:after{
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	background: #fdb157;
}
.shi_title span:before{
	left: -90px;
	top: 48%;
}
.shi_title span:after{
	right: -90px;
	top: 48%;
}
.shi_swiper{
	position: relative;
}
.shi_swiper .swiper-container{
	width: 95%;
	margin: auto;
}
.shi_swiper .prev,
.shi_swiper .next{
	width: 20px;
	outline: none;
}
.shi_swiper .next{
	background: url(../images/yy.png)no-repeat center;
	background-size: 100%;
}
.shi_swiper .prev{
	background: url(../images/zz.png)no-repeat center;
	background-size: 100%;
}
.shi_swiper .next:hover{
	background: url(../images/yyy.png)no-repeat center;
	background-size: 100%;
}
.shi_swiper .prev:hover{
	background: url(../images/zzz.png)no-repeat center;
	background-size: 100%;
}
.shi_swiper .prev{
	left: 0;
}
.shi_swiper .next{
	right: 0;
}
.shi_swiper .swiper-slide{
	background: #fff;
	position: relative;
	margin-bottom: 10px;
	box-shadow: 6px 6px 7px rgba(0,0,0,0.2);
}
.shi_swiper .swiper-slide .img{
	overflow: hidden;
	width: 100%;
}
.shi_swiper .swiper-slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shi_swiper .swiper-slide .text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	padding-bottom: 20px;
	padding-top: 6px;
}
.shi_swiper1 .swiper-slide .text{
	padding-bottom: 8px;
}
.shi_swiper .swiper-slide .text h4{
	font-size: 16px;
	font-family: "bold";
	line-height: 26px;
	padding-bottom: 6px;
}
.shi_swiper .swiper-slide .text h5{
	font-size: 14px;
	line-height: 34px;
	color: #666;
}
.shi_swiper .swiper-slide .text p{
	display: none;
	width: 100px;
	height: 30px;
	border: 1px solid #fdb157;
	box-sizing: border-box;
	font-size: 14px;
	color: #fdb157;
	text-align: center;
	line-height: 28px;
	margin: auto;
}
.shi_swiper .swiper-slide:hover .text{
	padding-top: 16px;
	padding-bottom: 20px;
}
.shi_swiper .swiper-slide:hover .text h5{
	margin-bottom: 12px;
}
.shi_swiper .swiper-slide:hover .text p{
	display: block;
}
.shi_swiper .swiper-slide:hover .img img{
	margin-top: -10px;
}
.shi_swiper1 .swiper-slide:hover .text{
	padding-bottom: 14px;
}
.shi_swiper1 .swiper-slide:hover .text h5{
	line-height: 24px;
	margin-bottom: 12px;
}
.shi_swiper1 .swiper-slide:hover .text h4{
	padding-bottom: 0;
}
.shi_swiper1 .swiper-slide:hover .text p{
	display: block;
}
.shi_swiper1 .swiper-slide:hover .img img{
	margin-top: -10px;
}
.shi_image,.shi_image img{
	width: 100%;
	display: block;
}
.shi_top{
	margin-bottom: 40px;
	display: flex;
	background: #f8f8f8;
	padding: 20px 40px 30px 20px;
	position: relative;
}
.shi_top img{
	width: 270px;
	display: block;
	object-fit: cover;
}
.shi_top .text{
	padding-top: 12px;
	flex: 1;
	padding-left: 20px;
}
.shi_top .text h3{
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 30px;
}
.shi_top .text h3 span{
	font-size: 14px;
	color: #fdb157;
	margin-left: 16px;
}
.shi_top .text .txt,
.shi_top .text .txt *{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.shi_main{
	padding-bottom: 670px;
}
.shi_nr{
	background: #fff;
}
.shi_text{
	margin-bottom: 40px;
}
.shi_text .txt{
	width: 48%;
	float: left;
}
.shi_text .txt,
.shi_text .txt *{
	font-size: 14px;
	line-height: 1.7;
	color: #666;
}
.shi_text span{
	color: #333!important;
	display: block;
}
.shi_text img{
	width: 48%;
	float: right;
}
.shi_text:nth-child(even) img{
	float: left;
}
.shi_text:nth-child(even) .txt{
	float: right;
}
.shang_title{
	margin-bottom: 40px;
	text-align: center;
}
.shang_title h3{
	display: inline-block;
	vertical-align: bottom;
	font-size: 30px;
	line-height: 40px;
	color: #fdb157;
}
.shang_title h3 i{
	margin: 0 8px;
	color: #333;
}
.shang_title span{
	font-size: 18px;
}
.shang_li{
	padding: 56px 0;
}
.shang_li:first-child{
	padding-top: 72px;
}
.shang_body{
	display: flex;
	justify-content: space-between;
}
.shang_body .shang_left{
	margin-right: 1.5%;
	width: 42.5%;
	background: #fff;
	padding: 20px;
	box-shadow: 6px 6px 7px rgba(0,0,0,0.2);
	border-radius: 15px;
}
.shang_body .shang_right{
	position: relative;
	width: 56%;
	background: #fff;
	padding: 20px 20px 48px 20px;
	box-shadow: 6px 6px 7px rgba(0,0,0,0.2);
	border-radius: 15px;
}
.shang_left .swiper-slide a{
	display: block;
}
.shang_left img{
	width: 53%;
	border-radius: 10px;
	float: left;
}

.shang_left .text,
.shang_text .text{
	float: right;
	width: 47%;
	padding-left: 20px;
}
.shang_left .text h4,
.shang_text .text h4{
	font-size: 18px;
	font-family: "bold";
	color: #fdb157;
	line-height: 30px;
	margin: 12px 0 10px;
}
.shang_left .text h5,
.shang_text .text h5{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 36px;
}
.shang_left .text h6,
.shang_text .text h6{
	width: 100px;
	height: 30px;
	background: url(../images/cj_10.png)no-repeat center;
	background-size: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 16px;
}
.shang_left .text .cj,
.shang_left .text .cj *,
.shang_text .text .cj,
.shang_text .text .cj *{
	font-size: 14px;
	line-height: 30px;
	color: #fdb157;
}
.shang_left .text .cj,
.shang_text .text .cj{
	margin-bottom: 14px;
}
.shang_left .text .txt,
.shang_left .text .txt *,
.shang_text .text .txt,
.shang_text .text .txt *{
	font-size: 14px;
	line-height: 30px;
}
.shang_left .text .txt,
.shang_text .text .txt{
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.shang_right .swiper-slide .img{
	width: 100%;
	border-radius: 14px;
}
.shang_right .swiper-slide .img img{
	width: 100%;
	border-radius: 10px;
}
.shang_right .gallery-thumbs .swiper-slide-thumb-active .img{
	border: 2px solid #fdb157;
}
.shang_right .gallery-thumbs .swiper-slide h4{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.shang_right .gallery-thumbs .swiper-slide h5{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-align: center;
}
.shang_right .gallery-thumbs .swiper-slide-thumb-active h4{
	color: #fdb157;
}
.shang_right .gallery-thumbs .swiper-slide-thumb-active h5{
	color: #333;
}
.shang_right .pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: none;
	border: 1px solid #fdb157;
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px;
	opacity: 1;
}
.shang_right .pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #fdb157;
}
.shang_right .pagination{
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.shang_img{
	position: relative;
	width: 340px;
}
.shang_img:after{
	position: absolute;
	content: "";
	height: 60%;
	width: 2px;
	background: #ddd;
	top: 20%;
	right: 0;
}
.shang_img img{
	width: 280px;
}
.shang_top{
	margin-bottom: 30px;
}
.shang_top .shang_text{
	margin-left: 60px;
	width: 202px;
}
.shang_top .shang_text .text{
	width: 100%;
	padding: 0;
}
.an_main{
	padding-bottom: 720px;
}
.shang_xq{
	background: #fff;
}
.shang_xq .txt,.shang_xq .txt *{
	font-size: 14px;
	line-height: 30px;
}
.shang_xq .txt img{
	display: block;
	max-width: 100%;
	height: auto!important;
	margin: 20px auto 0;
}
.shang_top .txt_sj{
	display: none;
}
.zhao_list{
	padding-bottom: 80px;
}
.zhao_list ul li{
	display: flex;
}
.zhao_list ul li .text{
	width: 50%;
	background: #444;
	color: #fff;
	padding: 36px 0 0 0;
}
.zhao_list ul li .text>div{
	padding: 0 36px 0 40px;
	overflow-y: scroll;
	height: 92%;
	margin-bottom: 50px;
}
.zhao_list ul li .text h3{
	font-family: "bold";
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 26px;
}
.zhao_list ul li .text h3:after{
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom: 0;
}
.zhao_list ul li .text_box{
	margin-bottom: 22px;
}
.zhao_list ul li .text_box h4{
	font-family: "bold";
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 6px;
}
.zhao_list ul li .text_box .txt,
.zhao_list ul li .text_box .txt *{
	font-size: 14px;
	line-height: 30px;
}
.zhao_list ul li .text_box:last-child{
	margin-bottom: 0;
}
.zhao_list ul li .img{
	width: 50%;
}
.zhao_list ul li .img img{
	height: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}
.scrollbar{
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0 auto;
}
.zhao_list ul li .text>div::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 200px;
}
.zhao_list ul li .text>div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #fbfbfb;
}
.zhao_list ul li .text>div::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #666;
}
.index_zhao{
	padding: 54px 0 80px;
}
.index_title img{
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.index_title p{
	font-family: "bold";
	font-size: 30px;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.index_title span{
	vertical-align: bottom;
	display: inline-block;
	font-size: 18px;
	line-height: 38px;
}
.zhao_main{
	margin-top: 14px;
	background: #fff;
	box-shadow: 6px 6px 9px rgba(0,0,0,0.2);
	padding: 30px 28px 40px;
	border-radius: 15px;
}
.zhao_left{
	width: 49%;
}
.zhao_right{
	width: 49%;
}
.zhao_nav{
	margin-bottom: 4px;
}
.zhao_nav ul li{
	cursor: pointer;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
    border-radius: 5px;
}
.zhao_nav ul li.active,
.zhao_nav ul li:hover{
	background: #ffe2b0;
}
.zk_list ul{
	height: 288px;
	display: none;
}
.zk_list ul li a{
	display: block;
}
.zk_list ul li h3{
	font-size: 16px;
	line-height: 36px;
	width: 84%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zk_list ul li span{
	float: right;
	font-size: 14px;
	line-height: 36px;
	color: #999;
}
.zk_list ul li:hover{
	color: #fdb157;
}
.zk_more a{
	display: none;
	margin: 16px 0 0;
	height: 40px;
	line-height: 40px;
	background: #fdb157!important;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.zk_img{
	height: 300px;
	width: 100%;
	margin-bottom: 10px;
}
.zk_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}
.zk_xx{
	width: 56%;
	box-sizing: border-box;
	border-right: 2px solid #ddd;
}
.zk_xx ul li{
	margin-bottom: 14px;
}
.zk_xx ul li:last-child{
	margin-bottom: 0;
}
.zk_xx ul li img{
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}
.zk_xx ul li:first-child{
	font-size: 18px;
}
.zk_xx ul li span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	margin-left: 10px;
}
.zk_ma{
	width: 44%;
	text-align: right;
}
.zk_ma p{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
}
.zk_ma img{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	margin-left: 18px;
}
.kc_main{
	background: #ffe2b0;
	box-shadow: 6px 6px 9px rgba(0,0,0,0.2);
	padding: 10px;
	border-radius: 15px;
}
.kc_nav{
	padding-right: 16px;
	text-align: right;
}
.kc_nav ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 30px;
	padding: 0 16px;
	cursor: pointer;
}
.kc_nav ul li.active{
	background: #ffe2b0;
}
.ke_center{
	background: #fff;
	padding: 20px;
	border-radius: 15px;
}
.kc_left{
	position: relative;
	width: 49%;
}
.kc_left img{
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}
.kc_left .bj{
	padding-top: 20%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.kc_left .bj h3{
	position: relative;
	font-size: 60px;
	font-family: "bold";
	line-height: 78px;
	color: #fff;
	display: inline-block;
	padding-right: 4px;
	z-index: 1;
}
.kc_left .bj h3 span{
	position: absolute;
	font-family: "bold";
	top: 2px;
	left: 2px;
	color: #fdb157;
	z-index: -1;
}
.kc_left .bj h4{
	font-size: 16px;
	font-family: "bold";
	line-height: 26px;
	padding: 5px 0;
	color: #fff;
}
.kc_list{
	width: 49%;
}
.kc_list ul li{
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 20px;
}
.kc_list ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.kc_list ul li:nth-child(2n){
	margin-right: 0;
}
.xz_main{
	margin-top: 14px;
	background: #fff;
	box-shadow: 6px 6px 9px rgba(0,0,0,0.2);
	padding: 20px;
	border-radius: 15px;
}
.xz_center{
	background: #fdb157;
	padding: 20px 10px;
	border-radius: 15px;
}
.xz_nav ul li{
	color: #fff;
	padding: 0 30px;
}
.xz_nav ul li.active{
	background: #fff;
	color: #fdb157;
}
.xz_list{
	background: #fff;
	padding: 20px 10px;
}
.xz_li{
	display: none;
}
.xz_li ul{
	height: 300px;
}
.xz_li ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #000;
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 10px;
}
.xz_li ul li:hover{
	color: #fdb157;
}
.xz_li ul li:nth-child(2n){
	margin-right: 0;
}
.zx_more{
	font-size: 16px;
	line-height: 30px;
	color: #fdb157;
	display: block;
	margin: 10px auto 0;
	text-align: center;
}
.xia_list ul li:hover span{
	color: #fdb157;
}
.index_zhao .shi_swiper{
	margin-top: 20px;
}
.shi_more{
	position: relative;
	width: 160px;
	height: 40px;
	display: block;
	margin: 40px auto 0;
	background: #ef8b15;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 36px;
	z-index: 2;
}
.shi_more:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fdb157;
	left: -2px;
	top: -2px;
	z-index: -1;
}
.shi_more a{
	display: block;
}
.index_zhao .shang_body{
	margin-top: 20px;
}
.huan_li{
	margin-top: 20px;
}
.huan_li ul li{
	cursor: pointer;
	float: left;
}
.huan_li ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.huan_li ul li{
	margin-bottom: 0.8%;
	width: 32.5%;
	margin-right: 1.25%;
}
.huan_li ul li:nth-child(3),
.huan_li ul li:nth-child(5){
	margin-right: 0;
}
.kc_left .pagination .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	background: none;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px;
	opacity: 1;
}
.kc_left .pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #fff;
}
.kc_left .pagination{
	bottom: 20px;
}
.page{
	padding: 40px 0;
}

.banner .swiper-button-next{
	position: absolute;
	right: 0;
	background: url(../images/youj.png);
	width: 100px;
    height: 100px;
    background-size: 100% 100%;
}
.banner .swiper-button-prev{
	position: absolute;
	left: 0;
	background: url(../images/zclj.png);
	width: 100px;
    height: 100px;
    background-size: 100% 100%;
}




.bottom_tools{position:fixed;z-index:1070;right:40px;top:300px;_display:none;}
.bottom_tools>*{display:block;margin-top:5px;border:0;}
.bottom_tools .item{width:50px;height:50px;line-height:50px;text-align:center;background-color: #fff;color: #68a8da;box-shadow: 0 0 6px rgba(0,0,0,0.2);}
.bottom_tools .item:hover{background-color: #006cc1;color: #fff;}
.bottom_tools .item .iconfont{font-size: 26px;}
.bottom_tools .scrollUp{display:none;}
.bottom_tools .ewmbox{position:absolute;top:0px;left:-160px;width: 150px;display:none;}
.bottom_tools .ewmbox img{width: 150px;}
.bottom_tools .qr_tool{cursor:pointer;}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /* -webkit-text-stroke-width: 0.2px; */
    -moz-osx-font-smoothing: grayscale;
}
.iconfont img{
	margin-top: 10px;
}
.wx_tool:hover .ewmbox{
	display: block;
}
.sjbanner{
	display: none;
}
.meng_tan{
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.meng_img{
	position: fixed;
	width: 40%;
	top: 50%;
	transform: translate(0%, -50%);
	left: 0;
	right: 0;
	margin: auto;
}
.meng_img .img{
	width: 100%;
	display: block;
}
.meng_img .close_img{
	width: 20px;
	position: absolute;
	right: -10px;
	top: 0;
	cursor: pointer;
}
