.index_nav{
	width: 100%;
	height: 138px;
	background: url(../img/5.png);
}
.index_nav_center{
	width: 1260px;
	height: 138px;
	margin: 0 auto;
	/* border: 1px solid; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nav_top{
	height: 50px;
	/* border: 1px solid; */
	margin-top: 17px;
	display: flex;
	justify-content: space-between;
}
.nav_tople{
	width: 463px;
	cursor: pointer;
}
.nav_tople img{
	width: 463px;
	height: 50px;
}
.nav_topri{
	height: 50px;
	display: flex;
	align-items: center;

}
.nav_topri_posi{
	position: relative;
}
.nav_topri_input{
	width: 284px;
	height: 38px;
	background: #FFFFFF;
	border: 0;
	border-radius: 19px;
	padding-left: 15px;

	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	outline: none;
	cursor: pointer;
}

.nav_topri_wx{
	width: 38px;
	height: 38px;
	background: #FFFFFF;
	border-radius: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	cursor: pointer;
	/* border: 1px solid; */
	position: relative;
}
.nav_topri_wx1{
	min-height: 0;
	transition:all .5s;
}
.nav_topri_wx:hover .nav_topri_wx1{
	/* transition:all .5s; */
	position: absolute;
	width: 100px;
	min-height: 100px;
	/* border: 1px solid; */
	/* display: block; */
	left: 50px;
	top: 0;
	z-index: 10px;

}
.nav_topri_seach{
	width: 23px;
	height: 23px;
	position: absolute;
	right: 16px;
	top: 6px;
	cursor: pointer;
	background: #fff;
}
.nav_topri_seach:focus{
	outline: none;
}
.nav_topri_seach img{
	width: 23px;
	height: 23px;
}
.nav_topri_wx img{
	/* width: 26px; */
	/* height: 22px; */
	width: 100%;
	height: 100%;
}
.nav_bot{
	/* border: 1px solid; */
	/* position: relative; */
}
.nav_list{
	/* text-decoration: none; */
	/* list-style: none; */
	display: flex;
	justify-content: space-between;
	/* padding-right: 30px; */
	outline: none;
}
.nav_list_1{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	cursor: pointer;
	position: relative;
	outline: none;
	/* margin-right: 90px; */

	/* border: 1px solid; */
}
.nav_list_1:last-child{
	margin-right: 0;
	outline: none;
}
.nav_list_1 a{
	outline: none;
}
.nav_list_1 a:hover{
	color: #2E557A;
	outline: none;
}

.child_center{
	position: absolute;
	width: 150px;
	/* height: 0; */
	/* border: 1px solid; */
	z-index: 10;
	left: 50%;
	transform: translate(-50%);
	background: rgba(255, 255, 255, .85);
	transition: all .7s;
	max-height: 0;
	border-radius:0 0 4px 4px;
	margin-top: 0px;
	overflow: hidden;
	outline: none;
	/* display:none; */
}
.nav_list_1:hover .child_center {
	/* position: absolute; */
	/* min-height: 100px; */
	max-height: 500px ;
}


.nav_list_1:hover .child_center_triang{
	border: 10px solid rgba(0, 0, 0, 0);
	/* border-bottom: 10px solid #FFF; */
	border-bottom: 10px solid #fff;
	position: absolute;
	top:-16px;
	left: calc(50% - 10px);
	z-index: 12;
}
.child_list{
	font-size: 15px;
	text-align: center;
	line-height: 36px;
	/* overflow: hidden; */
	/* height: 100%; */

}
.child_list_active{
	/* color: #fff;
	font-weight: bold;
	background:#2E557A ; */
}
.child_list a{
	display: block;
	outline: none;
	/* margin: 0 6px;
	/* border-radius: 3px; */
}
.child_list a:hover{
	color: #fff;
	font-weight: bold;
	background:#2E557A ;
	outline: none;
}
.child_list a:first-child {
	margin-top: 10px;
}
.child_list a:last-child {
	margin-bottom: 10px !important;
}
.nav_list_1_n {
	/* display: none; */
	position: absolute;
	transition: all .5s;
	min-height: 0;
	height: 0;
	overflow: hidden;
	border: 0;
}
.nav_list_1_n_1{
	width: 150px;
	/* border: 1px solid; */

}
.nav_list_1_n_1 span{
	margin-left: 0;
}
.nav_list_1:hover
.nav_list_1_n
{
	/* position: absolute;
	transition: all .5s; */
	min-height: 100px;
	/* border: 1px solid; */
	z-index: 10;
	width: 150px;
	/* display: block; */
	/* background: rgba(255,255, 255,.5); */
	background: #fff;
	left: -50%;
	text-align: center;
}

.nav_list_1high{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2E557A;
}
.nav_list_1high::after{
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #2E557A;
	border-radius: 2px;
	margin: 6px auto;
}
/* .nav_list_2{
	width: 40px;
	height: 3px;

	border-radius: 2px;
	margin: 6px auto;

}
.nav_list_2high{
	background: #2E557A;
} */
.active{
	color:#2E557A ;
}

/* index 2 */
.index_banner{
	width: 100%;
	height: 603px;
	/* border: 1px solid; */
}
.index_banner img{
	width: 100%;
	height: 100%;
}

.swiper {
	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;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}
.swiper-button-next, .swiper-button-prev{
	color: #FFFFFF !important;
}
.swiper-button-prev{
	width: 50px !important;
	height: 110px !important;
	background: rgba(0, 0, 0, .5) !important;
	/* background: url(../img/left.png) ; */
	left: 0 !important;
	transform: translateY(-50%) !important;
}
.swiper-button-next{
	width: 50px !important;
	height: 110px !important;
	background: rgba(0, 0, 0, .5) !important;
	transform: translateY(-50%) !important;
	right: 0 !important;
}
.swiper-pagination-bullet{
	background: transparent !important;
	border: 1px solid #fff !important;
	opacity:var(--swiper-pagination-bullet-inactive-opacity, 1.2) !important;
}
.swiper-pagination-bullet-active{
	background: #FFFFFF !important;
}

.swiper_slidebanner{
	margin: 0 !important;
}
/* index 2 end */


/* index 3 */
.index_cenlist{
	width: 100%;
	height: 625px;
	/* border: 1px solid; */
	background: url(../img/indexbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}
.index_cenlist_center{
	width: 1260px;
	display: flex;
	align-items: center;

}
.cenlist_center_one{
	width: 406px;
	height: 500px;
	/* border: 1px solid; */
	margin-right: 30px;

	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0400);
	border-radius: 4px;
}
.cenlist_center_onetop{
	height: 80px;
	background: #2E557A;
	border-radius: 4px 4px 0px 0px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cenlist_center_onebot{
	height: 420px;
	display: flex;
	justify-content: center;
	/* border: 1px solid; */
	/* background: #FFFFFF; */

}
.cenlist_center_onetop_le{
	height: 40px;
	width: 40px;
	margin-left: 19px;
}
.cenlist_center_onetop_le img{
	height: 40px;
	width: 40px;
}

.cenlist_center_onetop_ri{
	/* width: 335px; */
	width: 325px;
	height: 55px;
	margin-left: 10px;
	/* border: 1px solid; */
}
.onetop_ri_text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.onetop_ri_text2{
	display: flex;
	justify-content: space-between;


}
.onetop_ri_text2_1{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/* line-height: 30px; */
}
.onetop_ri_text2_2{
	font-size: 12px;
	font-family: SimSun;
	font-weight: 400;
	color: #FFFFFF !important;
	/* line-height: 34px; */
	padding-right: 10px;
	cursor: pointer;
}
.onetop_ri_text2_2 a{
	color: #fff;
}
.cenlist_center_onebot1{
	width: 365px;
	/* border: 1px solid; */
}
.center_onebot1_top{
	height: 110px;
	border-bottom: 1px dashed #CCCCCC;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	color: #CCCCCC;
}
.center_onebot1_tople{
	width: 100px;
	height: 70px;
	cursor: pointer;
}
.center_onebot1_tople img{
	width: 100px;
	height: 70px;
}
.center_onebot1_topri{
	margin-left: 13px;
}
.center_onebot1_topritext{

	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	/* line-height: 24px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor: pointer;
}
.center_onebot1_topritime{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	/* line-height: 28px; */
}
.center_onebot1_bot{

}
.center_onebot1_bott{
	height: 28px;
	display: flex;
	align-items: center;
	/* border: 1px solid; */
	margin-top: 13px;
}
.center_onebot1_bottle{
	width: 6px;
	height: 6px;
	background: #999999;
}
.center_onebot1_bottri{
	margin-left: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	/* line-height: 28px; */
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	cursor: pointer;
	/* width: 350px; */
}



/* index 3 end */

/* index 4  */
.index_cenarea{
	width: 100%;
	height: 865px;
	background: url(../img/2.png);
	display: flex;
	justify-content: center;
}
.index_cenarea1{
	width: 1260px;
	/* border: 1px solid; */
	display: flex;
	justify-content: space-between;
	margin-top: 57px;
}
.index_cenarea1_le{
	width: 67px;

}
.index_cenarea1_ri{
	width: 1155px;
	/* border: 1px solid; */
}

/* 4 轮播图 */
.index_cenarea1sw{
	background: transparent;
}
.index_cenarea1_ri_sw0{
	margin-top: -73px;
}
.index_cenarea1_ri_sw1{
	width: 260px;
	height: 645px;
	/* border: 1px solid; */
}
.swiper-slide:nth-child(2n){
	margin-top: -73px;
}
.index_cenarea1_ri_swtop{
	width: 260px;
	height: 325px;
	position: relative;
}
.index_cenarea1_ri_swtop img{
	width: 260px;
	height: 325px;
}
.index_cenarea1_ri_swtop_position{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 240px;
	height: 305px;
	border: 1px solid rgba(255, 255, 255, .5);
	display: flex;
	justify-content: center;
	align-items: center;

}
.index_cenarea1_ri_swtop_position img{
	width: 70px;
	height: 70px;
	opacity: 1;
	cursor: pointer;
}
.index_cenarea1_ri_swbot{
	width: 260px;
	height: 320px;
	/* border: 1px solid; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: initial;

	/* background: #DAD0B5 ; */
	background:rgba(218, 208, 181, .2);
	/* opacity: 0.2; */
	border-radius: 0px 0px 0px 4px;
}
.index_cenarea1_ri_swbot a{
	color: #999999;
}
.index_cenarea1_ri_swbot1{
	height: 260px;
	/* width: 170px; */
	width: 150px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	opacity:1;
	margin-left: 20px;
	/* line-height: 26px; */
	/* writing-mode:vertical-lr; */
	writing-mode:tb-rl;

	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;

}
.index_cenarea1_ri_swbot2{
	width: 80px;
	/* border: 1px solid; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.index_cenarea1_ri_swbot2img1{
	width: 17px;
	height: 34px;
}
.index_cenarea1_ri_swbot2img1,
.index_cenarea1_ri_swbot2img2 img{
	width: 17px;
	height: 34px;
}
@font-face {
	font-family: STXingkai;
	src: url("../img/STXingkai.ttf");
}
.index_cenarea1_ri_swbot2text{
	max-height: 190px;
	writing-mode:tb-rl;
	font-size: 28px;
	font-family: STXingkai;
	/* letter-spacing: 2px; */
	font-weight: 400;
	color: #A46F32;
	/* line-height: 20px; */
	margin: 10px 0;
	padding: 0 10px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;

}


/* index 4 end */

/* index  5  */
.index_footer{
	width: 100%;
	/* height: 278px; */
	background: url(../img/1.png);
	display: flex;
	justify-content: center;
	margin-top: -20px;
}
.index_footer1{
	height: 278px;
	width: 1260px;
	/* border: 1px solid #fff; */

}
.index_footer1_cen{
	display: flex;
	justify-content: space-between;

}
.index_footer1_cen_le{
	height: 278px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.index_footer1_cen_le1{
	height: 50px;
	display: flex;

}
.index_footer1_cen_le2{
	height: 50px;
}
.index_footer1_cen_le3{
	height: 50px;
}
.index_footer1_cen_le3 a{
	color: #fff;
	outline: none;
}
.index_footer1_cen_le1_1{
	padding-right: 35px;
}


.index_footer1_cen_ri{
	height: 278px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.index_footer1_cen_ri img{
	width: 146px;
	height: 146px;
}
.index_footer1_cen_ritext{
	margin-top: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/* line-height: 25px; */
}



/* index 5 end  */


/* list 公司信息 */
.list_bg{
	width: 100%;
	height: 300px;
}
.list_bg img{
	width: 100%;
	height: 100%;
}
.list_centerbg{
	width: 100%;
	min-height: 800px;
	background: url(../img/indexbg.jpg);
	position: relative;
	/* padding-bottom: 54px; */
}
.list_center{
	/* position: absolute; */
	position: relative;
	width: 1280px;
	/* min-height: 1200px; */
	/* border: 1px solid; */
	left: 50%;
	transform: translateX(-50%);
	/* margin-top: -70px; */
	bottom: 69px;
	display: flex;
	justify-content: space-between;
}
.list_center_left{
	width: 260px;
	height: 605px;
	background: #fff;
	border-radius: 4px;
}
.list_center_right{
	width: 1000px;
	min-height: 800px;
	background: #fff;
	padding: 0 30px;
	border-radius: 4px 4px 0 0;
}
.listcenter_left_title{
	width: 260px;
	height: 69px;
	background: #2E557A;
	border-radius: 4px 4px 0 0;
	/* text-align: center; */

}
.listcenter_left_titlecol{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 70px;
	padding-left: 42px;

}
.listcenter_left_list{
	margin-top: 36px;
}
.listcenter_left_listtab{
	height: 50px;
	/* border: 1px solid; */
	padding-left: 42px;
	line-height: 50px;
	margin-bottom: 20px;
}
.listcenter_left_listtab_active::after{
	content: "";
	display: block;
	width: 6px;
	height: 50px;
	background: #2E557A;
	position: absolute;
	top: 0;
	left: 0;
}
/* .listcenter_left_listtabbg{
	width: 6px;
	height: 50px;
	background: #2E557A;
} */
.listcenter_left_listtabtitle{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000;
}
.listcenter_left_listtab_active{
	position: relative;
	background: #5B88B3;
	/* background-image: linear-gradient(to right, #2E557A , #5B88B3); */
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;


}
.listcenter_left_listtab_active span{
	color: #FFFFFF;
}
.listcenter_right_title{
	/* width: 940px; */
	margin: auto;
	height: 69px;
	border-bottom: 1px dashed #CCCCCC;
}
.listcenter_right_title1{
	/* width: 940px; */
	height: 69px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.listcenter_right_title1_le{

}
.listcenter_right_title1_letitle{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2E557A;

}
.listcenter_right_title1_ri{

}
.listcenter_right_title1_ritext{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;

}
.list_center_right_rich{
	/* width: 940px; */
	min-height: 800px;
	/* border: 1px solid; */
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 36px;
}
.list_right_rich{
	width: 940px;
	height: 320px;

}
.list_right_rich1{
	width: 940px;
	min-height: 124px;
	margin: 40px 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}
.list_right_rich img{
	width: 100%;
	height: 100%;
}
.list_right_rich2{
	width: 940px;
	height: 540px;

}
.list_right_rich2 img{
	width: 100%;
	height: 100%;
}
.rich_none{
	display: none;
}
.list_footer{
	margin-top: 0;
}
.conpany_make{
	height: 465px;
	/* border: 1px solid; */

}
.conpany_make_pic{
	/* width: 260px; */
	height: 465px;
	margin: auto auto;
	/* border: 1px solid; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.conpany_make_pic img{
	width: 260px;
	height: 320px;
}
.conpany_make_txt{
	width: 940px ;
	min-height:125px ;

	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}


/* list 公司信息  end*/



/* newslist  新闻页 */
.newslist{
	display: flex;
	justify-content: space-between;
	height: 180px;
	border-bottom: 1px dashed #CCCCCC;
	/* padding-bottom: 30px; */
}
.newslist:nth-child(n+1){
	margin-top: 30px;
}
.newslist_le{
	width: 220px;
	height: 150px;

}
.newslist_le img{
	width: 220px;
	height: 150px;
}
.newslist_ri{
	width: 700px;
	height: 150px;
}
.newslist_ritxt1{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;

	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newslist_ritxt2{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	/* line-height: 28px; */
	line-height:50px;
}
.newslist_ritxt3{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news_page{
	height: 50px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.newTwo{
	min-height: 110px;
	border-bottom: 1px dashed #CCCCCC;
}
.newTwo_title{
	/* width: 692px; */
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 65px;
	text-align: center;
}
.newTwo_time{
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
}
.newTwo_rich{
	margin-top: 40px;
	/* border: 1px solid; */
}


/* newslist  新闻页  end*/

/* 党建  纪检  */
.inspect{
	width: 950px;
	margin: 0 auto;
	height: 58px;
	border-bottom: 1px dashed #CCCCCC;
	display: flex;
	align-items: center;
}
.inspect_time{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
}
.inspect_title{
	width: 795px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-left: 28PX;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.inspectDetail_1{
	width: 943px;
	min-height: 81px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.inspectDetail_2{
	width: 940px;
	height: 441px;
	margin: 35px 0;
}
.inspectDetail_2 img{
	width: 100%;
	height: 100%;
}
.inspectDetail_3{
	width: 943px;
	min-height: 176px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.inspectDetail_4{
	width: 940px;
	height: 449px;
	margin: 35px 0;
}
.inspectDetail_4 img{
	width: 100%;
	height: 100%;
}
.inspectDetail_5{
	width: 942px;
	min-height: 112px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}

/* 党建  纪检   end*/

/* 景区介绍   */
.sport{
	/* border: 1px solid; */
	display: flex;
	flex-wrap: wrap;
}
.sport_play{
	width: 300px;
	height: 400px;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 20px;
	transition:.2s
}
.sport_play:hover{
	transform: scale(1.05);
}
.sport_play:hover .sport_txt{
	background: #5B88B3;
}
.sport_play:hover .sport_txtspan{
	color: #fff;
}
.sport_play img{
	width: 300px;
	height: 350px;
}
.sport_play:nth-child(3n){
	margin-right: 0;
}
.sport_txt{
	width: 300px;
	height: 50px;
	background: #EEEEEE;
	border-radius: 0px 0px 4px 4px;
	text-align: center;
	line-height: 50px;
}
.sport_txtspan{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.sport_playbo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc( -50% - 30px ));
	width: 70px;
	height: 70px;
	cursor: pointer;
}
.sport_playbo img{
	width: 70px;
	height: 70px;
}
.sport_detail{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.sport_detail_play{
	width: 860px;
	height: 480px;
	position: relative;
	/* opacity: 0.8; */
	/* border: 1px solid; */
	margin: 40px auto;
	/* margin-top: 40px; */
	cursor: pointer;
}

/* .sport_detail_play video{
	width: 100%;
	height:100%;
	object-fit: cover;
	
} */
.sport_detail_playbo{
	width: 96px;
	height: 96px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50% );
}
.sport_detail_playbo img{
	width: 96px;
	height: 96px;
}
.sport_detail_txt{
	/* margin-top: 40px; */
	width: 940px;
	margin: 0 auto;
	/* height: 304px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.sport_detail_more{
	width: 300px;
	height: 44px;
	background: #2E557A;
	border-radius: 4px;
	margin: 50px auto;
	line-height: 44px;
	text-align: center;
}
.sport_detail_more_txt{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
/* 景区介绍 end */

/* my  */
.my_txt{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	text-align: center;
	line-height: 31px;
}
.my_txt2{
	/* width: 566px; */
	min-height: 90px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	border-bottom: 1px dashed #CCCCCC;
}
.my_txt2_w{
	display: block;
	width: 576px;
	margin: 0 auto;
}
.my_input{
	display: flex;
	justify-content:space-between;
	margin-top: 40px;

}

.my_inputle{

}
.my_inputri{}
.my_inputle_txt{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	/* line-height: 31px; */
	margin-right: 10px;
}
.my_inputle_input{
	width: 360px;
	height: 44px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding-left: 14px;


	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;


}
.my_sel{
	margin: 20px auto;
}
.my_select{
	width: 866px;
	height: 44px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding-left: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.my_input_select_txt{

}
.my_textarea{
	width: 866px;
	height: 200px;
	min-width:866px ;
	max-width: 866px;
	min-height:200px ;
	max-height:200px ;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding-left: 14px;
	padding-top: 14px;

	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.my_sub{
	width: 220px;
	height: 48px;
	background: #2E557A;
	border-radius: 4px;
	text-align: center;
	line-height: 48px;
	margin-left: 72px;
	margin-top: 34px;
	display: block;
}
.my_subtxt{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

/* my end */


.seach{
	background: #fff;
	width: 1920px;
	border-radius: 4px 4px 0 0;
	min-height: 500px;
	padding-top: 100px;

	/* display: flex;
	flex-wrap: wrap;
	justify-content: center; */
}
.no404{
	background: #fff;
	width: 1920px;
	border-radius: 4px 4px 0 0;
	min-height: 500px;
	padding-top: 100px;
	text-align: center;
	font-size: 26px;
	/* font-weight: bold; */
}
.no404img{
	margin-top: 20px;
}
.no404min img{
	width: 50px;
	height: 60px;
}
.no404img img{
	width: 480px;
	height: 300px;
}
.no404txt{
	font-size: 20px;
}
.no404back{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.no404home{
	width: 150px;
	height: 46px;
	background: #5B88B3;
	margin-right: 20px;
	border-radius: 6px;
}
.no404prve{
	width: 150px;
	height: 46px;
	background:#5B88B3;
	border-radius: 6px;
}
.no404back_color{
	color: #fff;
	font-size: 16px;

}