*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #222;
}
img{
	object-fit: cover;
}
.header_top{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 119px;
}
.header_top .logo{
	height: 62px;
	width: 245px;
}
.header_top .top_menu{
	display: flex;
	align-items: center;
}
.header_top .top_menu a{
	padding: 0 25px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
}
.header_top .top_menu a:hover{
	padding: 0 25px;
	background-color: #D70013;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
}
.header_top .top_menu .active{
	padding: 0 25px;
	background-color: #D70013;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
}
.index .banner .swiper-container{
	height: 768px;
	width: 100%;
}
.index .banner .swiper-container .swiper-slide{
	height: 768px;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.index .news_box{
	height: 90px;
	background-color: #F7F7F7;
	padding: 0 13%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index .news_center{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	
}
.index .news_box .news_first{
	width: 130px;
	height: 46px;
	background: #D70013;
	border: 0px solid #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.index  .news_box .news_box .news_first .news_img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.index .news_box .news_list{
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-right: 10px;
}
.index .news_box .news_list .dian{
	width: 5px;
	height: 5px;
	background: #D70013;
	border: 0px solid #000000;
	border-radius: 50%;
	margin-right: 10px;
}
.index .one_box{
	padding: 80px 13%;
}
.index .one_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.one_title .title_left{
	font-size: 36px;
	font-weight: bold;
	color: #D70013;
	display: flex;
	flex-direction: column;
}
.one_title .title_xian{
	width: 145px;
	height: 6px;
	margin-top: 20px;
}
.one_title .title_right{
	display: flex;
	align-items: center;
}
.one_title .right_card{
	display: flex;
	align-items: center;
}
.one_title .card{
	width: 110px;
	height: 40px;
	background: #DFDFDF;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}
.one_title .card:hover{
	width: 110px;
	height: 40px;
	background: #D70013;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	color: #fff;
}
.one_title .right_card .active{
	width: 110px;
	height: 40px;
	background: #D70013;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	color: #fff;
}
.one_title .right_text{
	color: #A0A4AD;
	font-size: 16px;
	font-weight: bold;
	margin-left: 40px;
}
.index .one_center{
	width: 100%;
	height: 438px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: space-between; */
}
.index .one_center .center_left{
	width: 600px;
	height: 438px;
	
}
.index .one_center .left_item{
	position: relative;
}
.index .one_center .center_left .img{
	width: 600px;
	height: 438px;
}
.index .one_center .item_bottom{
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom:0;
	left: 0;
	color: #fff;
	line-height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index  .one_center .center_right .right_list{
	width: 770px;
	height: 139px;
	background-color: #F7F7F7;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.index  .one_center .center_right .right_list:hover{
	width: 770px;
	height: 139px;
	background-color: #D70013;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #ffffff!important;
}
.index  .one_center .center_right .right_list:hover .right_name{
	color: #fff;
	
}
 .index .one_center .center_right .right_list:hover .right_msg{
	color: #fff;
}
 .index .one_center .center_right .right_list:hover .right_time{
	color: #fff;
}
 .index .one_center .center_right .right_list:hover .time_right{
	color: #fff;
}
 .index .one_center .list_img{
	width: 164px;
	height: 120px;
	margin-right: 20px;
	flex-shrink: 0;
}
.index  .one_center .right_name{
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.index  .one_center .right_msg{
	color: #999999;
	font-size: 14px;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.index  .one_center .right_time{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999999;
	font-size: 14px;
}
.index  .one_center .right_time .time_right{
	color: #D70013;
	font-size: 14px;
	font-weight: bold;
}
.index .two_box{
	padding: 80px 13%;
	background-color: #F7F7F7;
}
.index .two_center{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.index .two_center .center_item{
	width: 446px;
	height: 250px;
	background-size: cover;
	background-position: center;
}
.index .two_center .center_item .item_center{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.index .two_center .center_item .item_center:hover{
	opacity: 1;
}
.index .two_center .center_item .item_center .center_title{
	width: 90%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index .two_center .center_item .right_img{
	width: 32px;
	height: 32px;
}
.index .three_box{
	width: 100%;
	height: 480px;
	padding: 50px 0;
	box-sizing: border-box;
}
.index .three_box .three_title{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.index .three_box .three_title .card{
	width: 137px;
	height: 46px;
	margin-left: 20px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index .three_box .three_msg{
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
.index .three_box .three_menu{
	display: flex;
	justify-content: center;
	position: relative;
}
.index .three_box .three_menu .xian{
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, rgba(0,0,0,0), #D70013 80%, rgba(215,0,19,0));
}
.index .three_box .menu{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
	margin: 0 20px;
	position: relative;
	z-index: 9;
}
.index .three_box .menu .yuan{
	width: 31px;
	height: 31px;
	margin-bottom: 28px;
}
.index .three_box .menu .menu_title{
	color: #fff;
	font-weight: bold;
	margin-bottom: 18px;
}
.index .three_box .menu .menu_text{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.four_box{
	padding: 80px 13%;
}
.four_one{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}
.four_box .one_menu{
	width: 446px;
	height: 370px;
	background: #FFFFFF;
	padding: 12px;
	box-sizing: border-box;
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1)
}
.four_box .one_menu .menu_img{
	width: 422px;
	height: 281px;
	margin-bottom: 20px;
}
.four_box .one_menu .menu_text{
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.four_box .four_two{
	display: flex;
	justify-content: space-between;
}
.four_box .four_two .two_left{
	width: 683px;
	
}
.four_box .four_two .two_right{
	width: 683px;
	
}
.four_box .left_list{
	display: flex;
	justify-content: space-between;
}
.four_box .left_list .list{
	width: 324px;
}
.four_box .left_list .list .list_title{
	font-size: 18px;
	color: #222;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
}
.four_box .left_list .list .list_msg{
	font-size: 14px;
	color: #999999;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.four_box .left_list .list .xian{
	width: 30px;
	height: 3px;
	background: #000000;
	border: 0px solid #000000;
	margin-bottom: 30px;
}
.four_box .left_list .list .list_img{
	width: 324px;
	height: 180px;
	margin-bottom: 20px;
	flex-shrink: 0;
}
.four_box .left_list .list .image{
	width: 27px;
	height: 13px;
	display: block;
}
.four_box .left_list .list .image2{
	width: 27px;
	height: 13px;
	display: none;
}
.four_box .left_list .list:hover .list_title{
	color: #D70013;
	font-weight: bold;
}
.four_box .left_list .list:hover .list_msg{
	color: #D70013;
}
.four_box .left_list .list:hover .xian{
	background-color: #D70013;
}
.four_box .left_list .list:hover .image{
	display: none;
}
.four_box .left_list .list:hover .image2{
	display: block;
}
.bottom_img{
	width: 100%;
	height: 110px;
}
.bottom_last{
	background-color: #EDEDED;
	padding: 30px 13%;
	font-size: 14px;
}
.bottom_last .last_top{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 29px;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 30px;
}
.bottom_last .last_top .top{
	margin-right: 30px;
}
.bottom_last .last_bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bottom_last .last_bottom .bottom_left .left_text{
	display: flex;
}
.bottom_last .last_bottom .bottom_left .left_text .text{
	color: #666666;
	font-size: 14px;
	margin-right: 30px;
}
.bottom_last .bottom_right{
	display: flex;
	align-items: flex-end;
}
.bottom_last .code{
	width: 100px;
	height: 100px;
	margin-right: 20px;
}
.bottom_last .right_text{
	color: #666666;
	font-size: 16px;
}

.introduce_top{
	height: 258px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 36px;
	color: #fff;
}
.introduce_top .top_name{
	font-size: 30px;
	margin-bottom: 20px;
}
.introduce_top .top_text{
	font-size: 24px;
}
.introduce_center{
	display: flex;
	justify-content: space-between;
	padding: 50px 13%;
	background-color: #FAFAFA;
}
.introduce_center .center_left{
	width: 230px;
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
}
.left_top{
	width: 246px;
	height: 110px;
	position: absolute;
	right: 0;
	top: -70px;
	padding-left: 36px;
	box-sizing: border-box;
	line-height: 110px;
	color: #fff;
	font-size: 24px;
}
.introduce_center .left_list{
	width: 230px;
	height: 70px;
	background: #fff;
	padding: 0 20px;
	line-height: 70px;
	color: #666666;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.introduce_center .left_list:hover{
	background-color: #F3C8CC;
	color: #D70013;
}
.introduce_center .left_list:hover .list_dian{
	width: 4px;
	height: 4px;
	background: #D70013;
	border: 0px solid #000000;
	border-radius: 50%;
	margin-right: 16px;
}
.introduce_center .active{
	background-color: #F3C8CC;
	color: #D70013;
}
.introduce_center .active .list_dian{
	width: 4px;
	height: 4px;
	background: #D70013;
	border: 0px solid #000000;
	border-radius: 50%;
	margin-right: 16px;
}
.introduce_center .list_dian{
	width: 4px;
	height: 4px;
	background: #CCCCCC;
	border: 0px solid #000000;
	border-radius: 50%;
	margin-right: 16px;
}
.introduce_center .center_right{
	width: 1120px;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
}
.introduce_center .center_right .right_title{
	margin-bottom: 30px;
	color: #333;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.introduce_center .center_right .right_xian{
	width: 100%;
	padding: 1px;
	background-color: #EDEDED;
	margin-bottom: 30px;
}
.introduce_center .center_right .xian_left{
	width: 50px;
	height: 2px;
	background: #D70013;
}
.introduce_center .center_right .html{
	font-size: 16px;
	padding: 30px 0;
	color: #333;
}
.introduce_center .center_right .right_list{
	
}
.introduce_center .center_right .right_list .list{
	display: flex;
	align-items: center;
	padding: 10px 0;
	
}
.introduce_center .center_right .right_list .list .list_img{
	width: 300px;
	height: 160px;
	margin-right: 20px;
	flex-shrink: 0;
}
.center_right .right_list .list .right_title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 19px;
}
.center_right .right_list .list .right_msg{
	font-size: 14px;
	margin-bottom: 19px;
	color: #666666;
}
.center_right .right_title2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.center_right .right_title2 .title_card{
	width: 137px;
	height: 46px;
	margin-left: 20px;
	color: #fff;
	text-align: center;
	line-height: 46px;
}
.center_right .right_msg2{
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-bottom: 50px;
}
.center_right .right_list2{
	display: flex;
	flex-wrap: wrap;
}
.center_right .right_list2 .list{
	padding: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #FAFAFA;
}
.center_right .right_list2 .list:nth-child(3n){
	padding: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #FAFAFA;
}
.center_right .right_list2 .list_img2{
	width: 272px;
	height: 272px;
	flex-shrink: 0;
}
.center_right .right_list2 .list_img{
	width: 272px;
	height: 272px;
	margin-bottom: 30px;
	position: relative;
	flex-shrink: 0;
}
.center_right .right_list2 .list_img .center_mo{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.center_right .right_list2 .list_img .center_mo:hover{
	opacity: 1;
}
.center_right .right_list2 .list_img .center_mo .video_img{
	width: 30px;
	height: 30px;
}
.center_right .right_list2 .list_name{
	font-size: 18px;
	color: #222222;
	text-align: center;
	width: 272px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.center_right .pro_detail{
	width: 100%;
}
.center_right .pro_detail .detail_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.center_right .pro_detail .box_left{
	width: 406px;
	height: 406px;
	background: #FFFFFF;
	border: 12px solid #FAFAFA;
	background-size: cover;
	background-position: center;
}
.center_right .pro_detail .swiper-container{
	width: 430px;
	height: 430px;
}
.center_right .pro_detail .box_right{
	width: 600px;
}
.center_right .pro_detail .box_right .box_title{
	font-size: 32px;
	color: #222222;
	margin-bottom: 20px;
}
.center_right .pro_detail .box_right .box_msg{
	font-size: 14px;
	color: #999999;
	margin-bottom: 40px;
}
.center_right .pro_detail .box_right .box_text{
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}
.center_right .detail_title2{
	padding: 0 20px;
	line-height: 50px;
	font-size: 18px;
	height: 50px;
	background: #F5F5F5;
	border: 0px solid #000000;
	box-sizing: border-box;
}
.center_right #map{
	width: 100%;
	height: 682px;
	margin-bottom: 30px;
}
.center_right .map_btn{
	width: 520px;
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin: 30px auto;
}
.center_right .map_btn .btn.active{
	width: 240px;
	height: 60px;
	background: #D70013;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
}
.center_right .map_btn .btn{
	width: 240px;
	height: 60px;
	border: 1px solid #D70013;
	background: #ffffff;
	color: #D70013;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
}
.center_right .right_search{
	display: flex;
	align-items: center;
	padding-left: 17px;
	border: 1px solid #EDEDED;
	height: 40px;
	justify-content: space-between;
	margin-bottom: 30px;
}
.center_right .right_search .search{
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	margin-right: 15px;
}
.center_right .right_search .input{
	width: 100%;
	font-size: 16px;
	border: none;
	outline: none;
}
.center_right .right_search .search_btn{
	width: 100px;
	height: 40px;
	background: #D70013;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border: none;
}
.center_right .table_title{
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	height: 60px;
	background: #D70013;
	border: 0px solid #000000;
	
}
.center_right .table{
	width: 100%;
	border: 1px solid #EDEDED;
	margin-bottom: 30px;
}
.center_right .table th{
	border: 1px solid #EDEDED;
	padding: 17px 0;
}
.center_right .table td{
	border: 1px solid #EDEDED;
	padding: 17px 0;
	text-align: center;
}
.center_right .table .table_img{
	width: 101px;
	height: 76px;
}
.center_right .right_list3{
	width: 100%;
}
.center_right .right_list3 .list{
	height: 76px;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #EDEDED;
	align-items: center;
	justify-content: space-between;
}
.center_right .right_list3 .right_img{
	width: 10px;
	height: 10px;
	flex-shrink: 0;
	margin-right: 20px;
}
.center_right .right_list3 .list_name{
	font-size: 16px;
	color: #333;
	width: 100%;
}
.center_right .right_list3 .list_time{
	font-size: 16px;
	color: #999;
	flex-shrink: 0;
	margin-left: 20px;
}
.center_right .form{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.center_right .input1{
	width: 520px;
	height: 60px;
	border: 1px solid #EDEDED;
	padding: 0 20px;
	font-size: 18px;
	margin-bottom: 20px;
	outline: none;
	box-sizing: border-box;
}
.center_right .form .btn{
	width: 520px;
	height: 60px;
	background: #D70013;
	border: none;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.center_right .form .reg{
	text-align: right;
	width: 520px;
	color: #999;
	font-size: 18px;
}
.center_right .code_box{
	display: flex;
	align-items: center;
}
.center_right .code_box .code{
	width: 126px;
	height: 126px;
	margin-right: 20px;
}
.center_right .code_box .right_name{
	font-size: 18px;
	color: #333;
}
.center_right .code_box .code_btn{
	width: 120px;
	height: 30px;
	background: #D70013;
	border: 0px solid #000000;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}


/* 分页 */
.introduce_center .pagination .active{background: none;}
.introduce *{max-width: 100%;}
.pagination { width: 100%; display: inline-block; margin: 50px 0; font-size: 0; text-align: center; }
.pagination li { display: inline-block; }
.pagination a, .pagination span { display: inline-block; margin: 0 4px; padding: 0 15px; border-radius: 4px; line-height: 40px; text-align: center; background-color: #fff; border: 1px solid #ddd; font-size: 14px; }
.pagination a:hover { color: #ff0000; border-color: #ff0000; }
.pagination li.active a, .pagination li.active span { background-color: #ff0000; border-color: #ff0000; color: #FFF; }
.pagination li.disabled a, .pagination li.disabled span { background-color: #EEE; color: #BBB; }

.container { width: 1400px; margin: 0 auto;overflow-x: hidden; }
.container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.videocontent { background-color: #fff; border-radius: 10px; padding: 30px; display: inline-block; }
.videocontent .hd { color: #48a2ff; font-weight: bold; font-size: 20px; }

.videos { margin: 0 -2px; }
.videos .item { width: 316px; float: left; margin: 20px 10px 0; }
.videos .item:hover img { box-shadow: 0 4px 18px rgba(72, 162, 255, 0.3); }
.videos .item img { width: 316px; height: 218px; border: 1px solid #ddd; border-radius: 10px; box-sizing: border-box; transition: all .4s; }
.videos .item .title { text-align: center; margin-top: 10px; font-size: 16px; }

.video-list { margin-top: 20px; }
.video-list li { border-bottom: 1px dashed #999; padding: 12px 0; background: url(../img/icon_video.png) no-repeat left center; padding-left: 30px; font-size: 15px; }
.video-list li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.prevnext{margin-top: 20px; color: #666;}
.prevnext div{ padding:5px 0;}

.path { padding: 15px 0; background: url(../img/icon_home.png) no-repeat left center; padding-left: 25px; }
.path .icon-right { margin: 0 10px; font-size: 12px; }

.index{overflow-x: hidden;}
.subcategory{}
.newsbox{display: flex;justify-content: space-between;}
#totop,.hide{display:none}
.noresult{text-align:center;padding:20px;}
.title_right_btn{
	font-size: 20px;
	width: 120px;
	height: 60px;
	background-color: #D70013;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.new_top_img{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 999;
}
.swiper-container2{
 width: 85%;
 height: 46px;
 overflow: hidden;
 
}
.swiper-container2 .swiper-slide{
 width: 100%;
 height: 46px;
 display: flex;
 align-items: center;
 justify-content: space-between;
}