/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	margin:0 auto;
	font-size:12px;
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#363636;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#ee1d23;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
/* *******pulic ******* */
.warpin{
	width: 1600px;
	margin:0 auto;
}
.pulic_header_content{
	background: #fff;
	padding:22px 0;
	border-bottom: 2px solid #ee1d23;
}
.pulic_header_content .warpin{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pulic_header_content .l_box{
	display: flex;
	align-items: center;
	font-weight:bold;
}
.pulic_header_content .logo{
	width: 174px;
	margin-right: 46px;
}
.pulic_header_content .logo img{
	display: block;
	width: 100%;
}
.pulic_header_content .menu_navi_cont{
	display: flex;
	align-items: center;
}
.pulic_header_content .menu_navi_cont .menu_btn{
	margin-right: 40px;
}
.pulic_header_content .navi_cont{
	display: flex;
	align-items: center;
}
.pulic_header_content .navi_cont .li{
	margin-right:50px;
}
.pulic_header_content .navi_cont .li .tis{
	font-size:16px;
	color:#000000;
}
.pulic_header_content .navi_cont .li .tis:hover{
	color:#ee1d23;
}
.pulic_header_content .r_box{
	display: flex;
	align-items: center;
}
.pulic_header_content .r_box .search_box{
	display: flex;
	align-items: center;
	width: 156px;
	height: 35px;
	border:1px solid #d7d7d7;
	border-radius: 100px;
	position: relative;
  margin-right: 30px;
	overflow: hidden;
}
.pulic_header_content .r_box .search_box input{
	width: 100%;
	height: 100%;
	border:none;
	padding-left:20px;
	padding-right: 30px;
}
.pulic_header_content .r_box .search_box .i{
	background:#fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.pulic_header_content .r_box .lang_box{
	display: flex;
	align-items: center;
	font-size:16px;
	color:#000000;
}
.pulic_header_content .r_box .lang_box a{
	margin:0 4px;
}
.pulic_floor_box{
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}
	.pulic_floor_box .li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 58px;
		padding: 6px 0;
		background: #ee1d23;
		margin-bottom: 2px;
		position: relative;
		border-radius:8px;
	}
.pulic_floor_box .li p{
	text-align: center;
	font-size:12px;
	color:#fff;
}
.pulic_floor_box .li .tel_box{
	position: absolute;
	right: 20px;
	width: 0;
	height: 64px;
	line-height: 64px;

	font-size: 16px;
	color: #fff;
	background: #ee1d23;
	transition: all 0.7s;
	overflow: hidden;
	opacity: 0;
	z-index: -1;
}
.pulic_floor_box .li:hover .tel_box{
  right: 62px;
	width: 140px;
	opacity: 1;
	padding: 0 10px;
}
.pulic_floor_box .li#top_btn{
	height: 63px;
	background: #b7b7b7;
	cursor: pointer;
}
/* *****首页*** */
.index_banner_box{
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.index_banner_box .bg{
	display: block;
	width: 100%;
}
.index_banner_box video{
	width: 100%;
}
.index_banner_box .txt_cont{
	min-width: 1600px;
	height: 100%;
	position: absolute;
	top: 0;
	left:50%;
	transform: translateX(-50%);
	z-index: 11;
	display: flex;
	align-items: center;
}
.index_banner_box .txt_cont h3{
  font-size:26px;
	color:#ffffff;
	margin-bottom: 30px;
	transition: all 0.9s;
	transform: translateX(60px);
}
.index_banner_box .txt_cont h2{
	font-size:60px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 50px;
	transition: all 0.9s;
	transform: translateX(60px);
}
.index_banner_box .txt_cont img{
	transition: all 0.9s;
	transform: translateX(60px);
}
.index_banner_box .swiper-pagination-bullet{
	width: 40px;
	height: 6px;
	background: #fff;
	margin:0 8px !important;
	opacity: 1;
	border-radius: 100px;
	position: relative;
}
	.index_banner_box .swiper-pagination-bullet::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		background: #ee1d23;
		z-index: 11;
		transition: all 0.7s;
		opacity: 0;
		border-radius: 100px;
	}

.index_banner_box .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	width: 100%;
	opacity: 1;
}
.index_banner_box .swiper-slide-active .txt_cont h3{
	transform: translateX(0px);
}
.index_banner_box .swiper-slide-active .txt_cont h2{
	transform: translateX(0px);
}
.index_banner_box .swiper-slide-active .txt_cont img{
	transform: translateX(0px);
}
.indx_case_1 {
	padding:60px 0;
	background: #f5f5f5;
}
.indx_case_1 .header_cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 34px;
}
.indx_case_1 .header_cont .lt{
	font-size:42px;
	font-weight: bold;
	color:#000000;
}
.indx_case_1 .header_cont .nav_box{
	display: flex;
	align-items: center;
}
.indx_case_1 .header_cont .nav_box .li{
	padding:5px 14px;
	margin-left:18px;
	font-size:16px;
	color:#000000;
	border-radius: 100px;
}
.indx_case_1 .header_cont .nav_box .li:hover{
	background: #ee1d23;
	color:#fff;
}
.indx_case_1 .content_box{
	display: flex;
	justify-content: space-between;
}
.indx_case_1 .content_box .l_cont{
	width: 49%;
	display: flex;
	justify-content: space-between;
}
.indx_case_1 .content_box .l_cont .list_box{
	width: 49%;
	height: 690px;
	position: relative;
	overflow: hidden;
}
.indx_case_1 .content_box .l_cont .list_box .bg{
	width: 100%;
	height: 100%;
}
.indx_case_1 .content_box .l_cont .list_box .txt_box{
	position: absolute;
	top: 70px;
	left:0;
	width: 100%;
	text-align: center;
	transition: all 0.9s;
}
.indx_case_1 .content_box .l_cont .list_box .txt_box h2{
	font-size:36px;
	font-weight: bold;
	color:#fff;
}
.indx_case_1 .content_box .l_cont .list_box .txt_box p{
	font-size:16px;
	color:#fff;
}
.indx_case_1 .content_box .l_cont .list_box .more_cont{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	padding-right: 50px;
}
.indx_case_1 .content_box .l_cont .list_box .more_cont img{
	margin-left:10px;
	width: 38px;
}
.indx_case_1 .content_box .l_cont .list_box .more_cont a{
	font-size:18px;
	color:#fff;
	padding-bottom: 34px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.6s;
}
.indx_case_1 .content_box .l_cont .list_box .more_cont::after{
	content: "";
	display: block;
	width: 100%;
	height: 185px;
	position: absolute;
	left:0;
	bottom: -125px;
	background: url(../i/index_pro_bg_1.png) no-repeat center;
	background-size:cover;
	transform: rotate(18deg) scale(1.1,1.1);
	transition: all 0.7s;
}
.indx_case_1 .content_box .l_cont .list_box:hover .more_cont::after{
	bottom: 0;
	transform: rotate(0deg) scale(1,1);
}
.indx_case_1 .content_box .l_cont .list_box .more_cont::before{
	content: "";
	display: block;
	width: 100%;
	height: 153px;
	position: absolute;
	left:0;
	bottom: -145px;
	background: url(../i/index_pro_bg_2.png) no-repeat center;
	background-size:cover;
	transform: rotate(20deg) scale(1.1,1.1);
	transition: all 1.1s;
	z-index: 2;
}
.indx_case_1 .content_box .l_cont .list_box:hover .more_cont::before{
	bottom: 0;
	transform: rotate(0deg) scale(1,1);
}
.indx_case_1 .content_box .l_cont .list_box:hover .more_cont a{
	opacity: 1;
	transform: translateY(0px);
}
.indx_case_1 .content_box .l_cont .list_box:hover .txt_box{
	transform: translateY(-35px);
}
.indx_case_1 .r_cont{
	display: flex;
	flex-wrap: wrap;
	width: 49%;
}
.indx_case_1 .r_cont .list_box{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	background: #fff;
	transition: all 0.7s;
	padding:15px 0;
}
.indx_case_1 .r_cont .list_box:nth-child(2n){
	margin-right: 0;
}
.indx_case_1 .r_cont .list_box .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 260px;
}
.indx_case_1 .r_cont .list_box .i img{
	width: 65%;
	transition: all 0.7s;
}
.indx_case_1 .r_cont .list_box .txt{
	text-align: center;

}
.indx_case_1 .r_cont .list_box .txt h2{
	font-size:16px;
	color:#000000;
	margin-bottom: 4px;
	font-weight:700;
}
.indx_case_1 .r_cont .list_box .txt p{
	font-size:16px;
	color:#666666;
}
.indx_case_1 .r_cont .list_box:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.indx_case_1 .r_cont .list_box:hover .i img{
	transform: translateX(-20px);
}
.index_adver_box{
	width: 100%;
	height: 604px;
	/*background: url(../i/index_adver_bg.png) no-repeat center top;
	background-size:cover;
	background-attachment:fixed;*/
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 100px;
	overflow: hidden;
}
.index_adver_box video{
	position: absolute;
	top: 0;
	left:0;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.index_adver_box .bg{
	background: url(../i/videooverlay1.png) repeat;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}
.index_adver_box .cont_box{
	text-align: center;
}
.index_adver_box .cont_box h2{
	font-size:60px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom: 10px;
}
.index_adver_box .cont_box p{
	font-size:26px;
	color:#ffffff;
	letter-spacing: 2px;
}
	.index_adver_box .ic {
		position: absolute;
		bottom: 60px;
		right: 10%;
		cursor: pointer;
		transition: all 0.7s;
		margin: 0 auto 10px;
	}
.index_case_2{
	position: relative;
	margin:90px 0 50px;
}
.index_case_2 .l_cont_bg{
	position: absolute;
	bottom: 0;
	left:0;
	width: 50%;
	height: 278px;
	background: #f2f2f2;
	z-index: -1;
}
.index_case_2 .warpin{
	display: flex;
	justify-content: space-between;
}
.index_case_2 .l_cont{
	width: 50%;
}
.index_case_2 .l_cont .tip_cont{
	width: 100%;
	height: 526px;
	background: url(../i/index_about_bg.png) no-repeat right center;
	background-size:contain;
}
.index_case_2 .l_cont .tip_cont .tis_title{
	height: 80px;
}
.index_case_2 .l_cont .tip_cont .tis_title h2{
	font-size:48px;
	font-weight: bold;
	color:#000000;
}
.index_case_2 .l_cont .tip_cont .tis_title p{
	font-size:18px;
	color:#666666;
}
.index_case_2 .l_cont .tip_cont .txt_cont{
	width: 100%;
	height: 446px;
	display: flex;
	align-items: center;

}
	.index_case_2 .l_cont .tip_cont .txt_cont .cont {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 100%;

	}
.index_case_2 .l_cont .tip_cont .txt_cont .li{
  text-align: left;
	width: calc(90% / 3);
}
.index_case_2 .l_cont .tip_cont .txt_cont .li .t{
	font-size:18px;
	color:#000000;
	margin-bottom: 10px;
}
	.index_case_2 .l_cont .tip_cont .txt_cont .li .t b {
		font-size: 50px;
		font-weight: bold;
		color: #cc0404;
	}
.index_case_2 .l_cont .tip_cont .txt_cont .li .txt{
	font-size:16px;
}

.index_case_2 .l_cont .bit_txt{
	width: 100%;
	padding:45px 100px 45px 0;
	background: #f2f2f2;
}
.index_case_2 .l_cont .bit_txt h2{
	font-size:26px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 10px;
}
.index_case_2 .l_cont .bit_txt p{
	font-size:16px;
	line-height: 30px;
	color:#000000;
}
.index_case_2 .r_cont{
	width: 50%;
}
.index_case_2 .r_cont .tis_i{
	width: 100%;
	height: 520px;
	position: relative;
}
.index_case_2 .r_cont .tis_i img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_case_2 .r_cont .bg{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 2s;
}
.index_case_2 .r_cont .bit_last{
	display: flex;
}
.index_case_2 .r_cont .bit_last .li{
	width: 50%;
	height: 278px;
	position: relative;
	overflow: hidden;
}
.index_case_2 .r_cont .pf_cont{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.7s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_case_2 .r_cont .pf_cont .i{
	width: 70px;
	height: 70px;
	background: url(../i/index_abouti_1.png) no-repeat center;
	background-size:cover;
	transition: all 0.7s;
	margin:0 auto 10px;
}
.index_case_2 .r_cont .pf_cont p{
	display: none;
	transform: translateY(10px);
	transition: all 0.8s;
	color:#fff;
	font-size:26px;
}
/*
.index_case_2 .r_cont .bit_last .li:hover .i{
	width: 38px;
	height:47px;
	background: url(../i/index_abouti_2.png) no-repeat center;
	background-size:cover;
}*/
.index_case_2 .r_cont .bit_last .li:hover .i{
  transform: translateY(-10px);
}
.index_case_2 .r_cont .bit_last .li:hover .bg{
	transform: scale(1.2,1.2);
}
.index_case_2 .r_cont .bit_last .li.hover .pf_cont{
	background: url(../i/index_about_bg_1.png) no-repeat center;
	background-size:cover;
}
.index_case_2 .r_cont .bit_last .li.hover .i{
	width: 38px;
	height:47px;
	background: url(../i/index_abouti_2.png) no-repeat center;
	background-size:cover;
}
.index_case_2 .r_cont .bit_last .li.hover:hover .i{
  transform: translateY(-10px);
}
.index_case_2 .r_cont .bit_last .li.hover p{
	display: block;
	transform: translateY(0px);
	opacity: 1;
}
.index_case_3{
	padding:0 0 170px 0;
	background:#fff url(../i/index_news_bg.png) no-repeat bottom center;
	background-size: cover;
}
.index_case_3 .tis_header_box{
	text-align: center;
	margin-bottom: 80px;
}
.index_case_3 .tis_header_box h2{
	font-size:48px;
	font-weight: bold;
	color:#000;
	margin-bottom: 10px;
}
.index_case_3 .tis_header_box p{
	font-size:18px;
	color:#666666;
}
.index_case_3 .content_box{
	display: flex;
	justify-content: space-between;
}
.index_case_3 .index_news_cont{
	width: 45%;
	margin:0;
}
.index_news_cont .swiper-slide img{
	display: block;
	width:100%;
}
.index_news_cont .swiper-slide .txt_cont{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	font-size:16px;
	font-weight: bold;
	color:#fff;
	padding:0 60px;
}
.index_news_cont .arrow_box{
	width:100%;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 64px;
}
.index_news_cont .swiper-button-prev{
	width: 19px;
	height: 31px;
	background: url(../i/index_news_prev.png) no-repeat center;
	background-size:cover;
	left:20px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	z-index: 11;
	cursor: pointer;
}
.index_news_cont .swiper-button-next{
	width: 19px;
	height: 31px;
	background: url(../i/index_news_next.png) no-repeat center;
	background-size:cover;
	right:20px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	z-index: 11;
	cursor: pointer;
}
.index_case_3 .r_last_cont{
	width: 52%;
	display: flex;
	justify-content: space-between;
}
.index_case_3 .r_last_cont .list_box{
	width: 48%;
	position: relative;
}
.index_case_3 .r_last_cont .list_box .time{
	font-size:16px;
	color:#000000;
	margin-bottom: 25px;
}
.index_case_3 .r_last_cont .list_box .tle{
	font-size:20px;
	color:#333333;
	margin-bottom: 40px;
	font-weight:bold;
	height:56px;
	display:block;
	overflow:hidden;
}
.index_case_3 .r_last_cont .list_box .img{
  display: block;
	width: 100%;
	height: 210px;
}
.index_case_3 .r_last_cont .list_box .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_case_3 .r_last_cont .list_box .txt{
	font-size:15px;
	line-height: 22px;
	color:#333333;
	margin-top:20px;
	height:64px;
	overflow:hidden;
	display:block;
}
.index_case_3 .r_last_cont .list_box .bit_more{
	position: absolute;
	bottom: 0;
	left:0;
	display: flex;
	align-items: center;
}
.index_case_3 .r_last_cont .list_box .bit_more a{
	font-size:16px;
	color:#ee1d23;
}
.index_case_3 .r_last_cont .list_box .bit_more .line{
	display: block;
	width: 35px;
	height: 2px;
	transition: all 0.7s;
	margin-right: 20px;
	background: #9c9c9c;
}
.index_case_3 .r_last_cont .list_box:hover .bit_more .line{
	margin-left:20px;
}
.pulic_footer_box{
	background: url(../i/footer_pulic_bg.png) no-repeat center;
	background-size:cover;
}
.pulic_footer_box .tis_content{
	padding:40px 0 54px;
	position: relative;
	display: flex;
  justify-content: space-between;
}
.pulic_footer_box .tis_content .top_btn{
	position: absolute;
	right: 0;
	top: -42px;
	width: 63px;
	height: 73px;
	background: url(../i/footer_top.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
}
.pulic_footer_box .tis_content .about_box .tle{
	margin-bottom: 10px;
}
.pulic_footer_box .tis_content .about_box .tle h3{
	font-size:16px;
	color:#fff;
	margin-bottom: 8px;
}
.pulic_footer_box .tis_content .about_box .tle h2{
	font-size:30px;
	font-weight: bold;
	color:#eb2f35;
}
.pulic_footer_box .tis_content .about_box p{
	font-size:14px;
	color:#999999;
	margin-bottom:4px;
}
.pulic_footer_box .tis_content .navi_cont{
	display: flex;
}
.pulic_footer_box .tis_content .navi_cont .list_box{
	padding:0 80px 0 15px;
	border-left: 1px solid #353535;
}
.pulic_footer_box .tis_content .navi_cont .list_box:last-child{
	border-right: 0px;
}
.pulic_footer_box .tis_content .navi_cont .list_box .tle{
	font-size:16px;
	color:#ffffff;
	margin-bottom: 12px;
}
.pulic_footer_box .tis_content .navi_cont .list_box a{
	display: block;
	font-size:14px;
	color:#8a8a8a;
	margin-bottom: 8px;
}
.pulic_footer_box .tis_content .code_box{
	display: flex;
	align-items: center;
}
.pulic_footer_box .tis_content .code_box .list{
	margin-left:40px;
}
.pulic_footer_box .tis_content .code_box .list:first-child{
	margin-left:0;
}
.pulic_footer_box .tis_content .code_box .list .i{
	display: block;
	width: 90px;
	height: 90px;
	margin:0 auto ;
}
.pulic_footer_box .tis_content .code_box .list .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.pulic_footer_box .tis_content .code_box .list p{
	padding:10px 0;
	font-size:14px;
	color:#7a7a7a;
	text-align: center;
}
.pulic_footer_box .copy_box{
	padding:15px 0;
	text-align: center;
	border-top: 1px solid #343434;
}
.pulic_footer_box .copy_box p{
	padding:5px 0;
	font-size:14px;
	color:#999999;
}
/* pulic */
.content_baner_box{
	display: block;
	position: relative;
	overflow: hidden;
}
.content_baner_box img{
	display: block;
	width: 100%;
    transition: all 4s;

}
.content_baner_box .txt_cont{
	position: absolute;
	top: 50%;
	left:0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.content_baner_box .txt_cont h2{
	font-size:50px;
	font-weight: bold;
	color:#ffffff;
	transform: translateY(-20px);
	transition: all 0.7s;
}
.content_baner_box .txt_cont p{
	font-size:18px;
	color:#ffffff;
	letter-spacing: 2px;
	transform: translateY(20px);
	transition: all 0.7s;
	text-transform: uppercase;
}
.content_baner_box.active > img{
	transform: scale(1.2,1.2);
}
.content_baner_box.active .txt_cont h2,.content_baner_box.active .txt_cont p{
  transform: translateY(0);
}
.content_nav_box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding:23px 0;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.content_nav_box.active{
	position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background: #fff;
}
.content_nav_box .li{
	font-size:16px;
	font-weight: bold;
	color:#000000;
	margin:0 30px;
}
.content_nav_box .li:hover{
	color:#ee1d23;
}
.pulic_content_bg{
	background: url(../i/index_news_bg.png) no-repeat center bottom;
	background-size: auto;
	padding-bottom: 100px;
}
.pulic_page_cont{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:50px auto;
}
.pulic_page_cont a{
	font-size:18px;
	color:#000000;
	margin:0 7px;
	padding:8px 6px;
	min-width: 40px;
	text-align: center;
	border-radius: 8px;
}
.pulic_page_cont a:hover{
	background: #ff0000;

	color:#fff;
}
.pulic_page_cont a.hover{
	background: #ff0000;
	color:#fff;
}
/* 产品中心 */
.product_last_cont{
	display: flex;
	flex-wrap: wrap;
	margin:30px auto ;
}
.product_last_cont .list{
	width: 32%;
	margin-right: 2%;
	margin-bottom:32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	padding:24px;
}
.product_last_cont .list:nth-child(3n){
	margin-right: 0;
}
.product_last_cont .list .txt_cont{
	width: 40%;
	transition: all 0.9s;
}
.product_last_cont .list .txt_cont h2{
	font-size:24px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 10px;
}
.product_last_cont .list .txt_cont p{
	font-size:16px;
	color:#666666;
}
.product_last_cont .list .img{
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_last_cont .list .img img{
	display: block;
	max-width: 100%;
	transition: all 0.9s;
}
.product_last_cont .list .more{
	position: absolute;
	right: 18px;
	bottom:10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: #ff0000;
	font-size:24px;
	color:#ffffff;
	font-weight: bold;
	transition: all 0.7s;
	opacity: 0;
}
.product_last_cont .list:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.product_last_cont .list:hover .txt_cont{
	transform: translateX(10px);

}
.product_last_cont .list:hover .txt_cont h2{
	color:#ee1d23;
}
.product_last_cont .list:hover .more{
	bottom: 16px;
	opacity: 1;
}
.product_last_cont .list:hover .img img{
	transform: translateX(-20px);
}
/* 产品中心 详情 */
.product_detail_bg{
	padding:50px 0 0 0;
	width: 1300px;
}
.pulic_tis_page{
  display: flex;
	align-items: center;
	margin:30px 0;
	font-size:16px;
	color:#666666;
	cursor:default;
}
.pulic_tis_page a{
	color:#666;
}
.pulic_tis_page a:hover{
	color:#ee1d23;
}
.product_tis_content{
	background: url(../i/pro_deta_bg.png) no-repeat center top;
}
.pro_detail_tis{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.pro_detail_tis .pro_detail_baner_bg{
	width:50%;
	position: relative;
}
.pro_detail_baner{
	background: #fff;
	position: relative;
	z-index: 2;
  width:100%;
	padding:5px 0;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.12);
}
.pro_detail_baner .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro_detail_baner .swiper-slide img{
	max-width: 90%;
}
.pro_detail_baner .swiper-button-prev{
	display:flex;
	width: 40px;
	height: 82px;
	background:#d7d7d7 url(../i/pro_deta_prev_h.png) no-repeat center;
	background-size:16px;
	opacity: 1;
	border-radius: 5px;
}
.pro_detail_baner .swiper-button-prev:hover{
		background:#d7d7d7 url(../i/pro_deta_prev.png) no-repeat center;
}
.pro_detail_baner .swiper-button-next{
	display:flex;
	width: 40px;
	height: 82px;
	background:#d7d7d7 url(../i/pro_deta_next_h.png) no-repeat center;
	background-size:16px;
	opacity: 1;
	border-radius: 5px;
}
.pro_detail_baner .swiper-button-next:hover{
	background:#d7d7d7 url(../i/pro_deta_next.png) no-repeat center;
}
.pro_detail_tis .pro_detail_txt{
	width: 46%;
}
.pro_detail_tis .pro_detail_txt .tis_tle{
	margin-bottom: 90px;
}
.pro_detail_tis .pro_detail_txt .tis_tle h2{
	font-size:46px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 20px;
}
.pro_detail_tis .pro_detail_txt .tis_tle p{
	font-size:18px;
	color:#ee1d23;
}
.pro_detail_tis .pro_detail_txt .txt_cont{
	padding-bottom: 70px;
	padding-left:20px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 20px;
}
.pro_detail_tis .pro_detail_txt .txt_cont p{
	font-size:16px;
	color:#000000;
	margin-bottom: 14px;

}
.pro_detail_tis .pro_detail_txt .txt_cont p span{
	font-weight: bold;
	margin-right: 20px;
}
.pro_detail_tis .pro_detail_txt .bit_menu{
	display: flex;
	align-items: center;
	padding-left:20px;
}
.pro_detail_tis .pro_detail_txt .bit_menu .arr{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-left:20px;
	border-radius: 100%;
	overflow: hidden;
}
.pro_detail_tis .pro_detail_txt .bit_menu .arr.prev{
	background: url(../i/pro_detis_prev.png) no-repeat center;
	background-size:cover;
}
.pro_detail_tis .pro_detail_txt .bit_menu .arr.prev:hover{
	background: url(../i/pro_detis_prevh.png) no-repeat center;
	background-size:cover;
}
.pro_detail_tis .pro_detail_txt .bit_menu .arr.next{
	background: url(../i/pro_detis_next.png) no-repeat center;
	background-size:cover;
}
.pro_detail_tis .pro_detail_txt .bit_menu .arr.next:hover{
	background: url(../i/pro_detis_nexth.png) no-repeat center;
	background-size:cover;
}
.product_detail_bit .tis_title{
	padding:16px 0;
	border-bottom: 2px solid #dbdbdb;
}
.product_detail_bit .tis_title .warpin{
	width: 1300px;
}
.product_detail_bit .tis_title span{
	font-size:24px;
	font-weight: bold;
	color:#000000;
}
.product_detail_bit .bit_box{
	padding:40px 0;
 
	font-size:16px;
	line-height:28px;
	width:90%;
	margin:0px auto;
}
.product_detail_bit .bit_box img{
	max-width: 100%;
}
/* 关于万虎 */
.about_case_1{
	background: url(../i/about_bg_1.png) no-repeat right center;
	padding:40px 0 30px;
}
.about_case_1 .warpin{
	width: 1300px;
}
.about_case_1 .tis_title{
	text-align: center;
	font-size:30px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 26px;
}
.about_case_1 .about_baner_bg{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.about_case_1 .about_baner_bg .about_prev{
	position: absolute;
	display: flex;
	width: 40px;
	height: 49px;
	background: rgba(255,255,255,0.5) url(../i/honer_l_prev.png) no-repeat center;
	background-size: 12px;
	opacity: 1;
	border-radius: 5px;
	left:130px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}
.about_case_1 .about_baner_bg .about_prev:hover{
	background: rgba(255,255,255,0.5) url(../i/pro_deta_prev.png) no-repeat center;
	background-size: 12px;
}
.about_case_1 .about_baner_bg .about_next{
	position: absolute;
	display: flex;
	width: 40px;
	height: 49px;
	background: rgba(255,255,255,0.5) url(../i/honer_l_next.png) no-repeat center;
	background-size: 12px;
	opacity: 1;
	border-radius: 5px;
	right: 130px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}
.about_case_1 .about_baner_bg .about_next:hover{
	background: rgba(255,255,255,0.5) url(../i/pro_deta_next.png) no-repeat center;
	background-size: 12px;
}
.about_case_1 .current-swiper{
	width: 732px;
	height: 404px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	position: relative;
	z-index: 12;
}
.about_case_1 .current-swiper img{
	display: block;
	width: 100%;
	height: 100%;
}
.about_case_1 .nocurrent-swiper{
	width: 34%;
	height: 308px;
}
.about_case_1 .left-swiper {
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 1;
}
.about_case_1 .right-swiper {
    position: absolute;
    right: 0;
    top: 52px;
    z-index: 1;
}
.about_case_1 .about_txt_box p{
	text-indent: 2em;
	font-size:16px;
	color:#333333;
	line-height: 32px;
	margin-bottom: 10px;
}
.about_case_1 .about_txt_box p span{
	color:#ff0000;
	font-weight: bold;
}
.about_case_2{
	padding:50px 0 120px 0;
	background: #f2f2f2;
}
.about_case_2 .warpin{
	width: 1300px;
}
.about_case_2 .tis_title{
	text-align: center;
	font-size:30px;
	font-weight: bold;
	color:#434343;
	margin-bottom: 30px;
}
.about_case_2 .nav_box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
}
.about_case_2 .nav_box .li{
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #e4ccc6;
	border-radius: 100px;
	font-size:18px;
	color:#000;
	margin:0 16px;
	cursor: pointer;
}
.about_case_2 .nav_box .li:hover{
	background: #f0040c;
	color:#fff;
}
.about_case_2 .nav_box .li.hover{
	background: #f0040c;
	color:#fff;
}
.about_cas21_baner_bg{
	position: relative;
}
.about_cas21_baner_bg .about_cas21_prev{
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 20px;
	background: url(../i/honer_l_prev.png) no-repeat center;
	background-size:cover;
	outline: none;
	cursor: pointer;
}
.about_cas21_baner_bg .about_cas21_next{
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 20px;
	background: url(../i/honer_l_next.png) no-repeat center;
	background-size:cover;
	outline: none;
	cursor: pointer;
}
.about_cas21_baner{
	width: 90%;
	margin:0 auto;
}
.about_cas21_baner .swiper-slide{
	width: 24%;
}
.about_cas21_baner .img{
	display: flex;
	width: 100%;
	height: 220px;
	border:1px solid #ccc;
	padding:4px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.about_cas21_baner .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.about_cas21_baner p{
	text-align: center;
	padding:10px 0;
	font-size:16px;
	color:#000000;
}
.about_case_3{
	padding:70px 0;
	background: url(../i/about_bg_3.png) no-repeat center;
	background-size:cover;
}
.about_case_3 .warpin{
	display: flex;
	width: 1300px;
	justify-content: space-between;
}
.about_case_3 .l_txt_box{
	width: 40%;
	padding-top: 30px;
}
.about_case_3 .l_txt_box .title{
	margin-bottom: 50px;
	font-size:30px;
	font-weight: bold;
	color:#434343;
}
.about_case_3 .l_txt_box .txt p{
	font-size:16px;
	color:#333333;
	margin: 16px 0;
	line-height:28px;
}
.about_case_3 .l_txt_box .txt p span{
	color:#ff0000;
	font-weight: bold;
}
.about_case_3 .about_fzlc_baner{
	width: 56%;
	height: 526px;
}
.about_fzlc_baner::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #d2bdb7;
	position: absolute;
	top: 0;
	left:150px;
}
.about_fzlc_baner .swiper-slide{
	display: flex;
	align-items: center;
	height: 180px;
	cursor: default;
}
.about_fzlc_baner .swiper-slide .time{
	width: 124px;
	height: 30px;
	line-height: 30px;
	padding-right: 32px;
	text-align: center;
	background: url(../i/about_year_1.png) no-repeat center;
	background-size:cover;
	font-size:14px;
	color:#fff;
	font-weight: bold;
	margin-top:20px;
}
.about_fzlc_baner .swiper-slide .disc{
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #a98177;
	position: relative;
	border-radius: 100%;
	margin:0 14px 0 18px;
}
.about_fzlc_baner .swiper-slide .disc::after{
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #a98177;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
	transition: all 0.5s;
}
.about_fzlc_baner .swiper-slide .txt{
	padding-left:10px;
}
.about_fzlc_baner .swiper-slide .txt p{
	font-size:16px;
	line-height: 30px;
	color:#333333;
}
.about_fzlc_baner .swiper-slide:hover .time{
	background: url(../i/about_year_2.png) no-repeat center;
	background-size:cover;
}
.about_fzlc_baner .swiper-slide:hover .disc{
	border: 1px solid #ff2322;
}
.about_fzlc_baner .swiper-slide:hover .disc::after{
	background: #c7171d;
}
.about_fzlc_baner .arrow_box{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
	z-index: 11;
}
.about_fzlc_baner .arrow_box .about_fzlc_prev{
	display: flex;
	width: 100%;
	height: 58px;
	background:#e0dfdf url(../i/about_year_prev.png) no-repeat center;
	border-radius: 10px;
	margin:10px 0;
	cursor: pointer;
}
.about_fzlc_baner .arrow_box .about_fzlc_next{
	display: flex;
	width: 100%;
	height: 58px;
	background:#e0dfdf url(../i/about_year_next.png) no-repeat center;
	border-radius: 10px;
	margin:10px 0;
	cursor: pointer;
}
.about_fzlc_baner .arrow_box .about_fzlc_prev:hover{
		background:#c7171d url(../i/about_year_prev_h.png) no-repeat center;
		color:#fff;
}
.about_fzlc_baner .arrow_box .about_fzlc_next:hover{
		background:#c7171d url(../i/about_year_next_h.png) no-repeat center;
		color:#fff;
}
.about_case_4{
	padding:50px 0 0;
}
.about_case_4 .warpin{
	width: 1300px;
}
.about_case_4 .tis_title{
	font-size:30px;
	font-weight: bold;
	color:#434343;
	margin-bottom: 60px;
	text-align: center;
}
.about_cas4_baner{
	padding-bottom:70px;
}
.about_cas4_baner .swiper-slide{
	overflow: hidden;
	width: 30%;
}
.about_cas4_baner .swiper-slide .bg{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}
.about_cas4_baner .swiper-slide .vid_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.about_cas4_baner .swiper-slide .vid_btn img{
	transition: all 0.9s;
}
.about_cas4_baner .swiper-slide:hover .bg{
	transform: scale(1.1,1.1);
}
.about_cas4_baner .swiper-slide:hover .vid_btn img{
		transform: scale(0.8,0.8);
}
.about_cas4_baner .bir_more_box{
	position: absolute;
	bottom: 20px;
	left:50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 230px;
}
.about_cas4_baner .bir_more_box .about_cas4_prev{
	width: 26px;
	height: 26px;
	background: url(../i/about_c4_prev.png) no-repeat center;
	background-size:cover;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}
.about_cas4_baner .bir_more_box .about_cas4_next{
	width: 26px;
	height: 26px;
	background: url(../i/about_c4_next.png) no-repeat center;
	background-size:cover;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}
.about_cas4_baner .bir_more_box::after{
	content: "";
	display: block;
	width: 140px;
	height: 1px;
	background: #b7a8a6;
	position: absolute;
	top: 50%;
	left:50%;
	transform:translate(-50%,-50%);
}
/* 技术创新 */
.jscx_more_btn{
	display: flex;
	width: 160px;
	height: 40px;
  align-items: center;
	justify-content: center;
	border:1px solid #ee1d23;
	border-radius: 100px;
	margin:20px auto;
	font-size:15px;
	color:#ee1d23;
}
.jscx_more_btn:hover{
	background: #ee1d23;
	color:#fff;
}
.jscx_case_1{
	background: url(../i/about_bg_1.png) no-repeat right center;
	padding: 80px 0 30px;
}
.jscx_case_1 .warpin{
	width: 1300px;
}
.jscx_case_1 .tis_txt{
	margin-bottom: 50px;
}
.jscx_case_1 .tis_txt h2{
	font-size:30px;
	font-weight: bold;
	text-align: center;
	color:#000000;
	margin-bottom: 30px;
}
.jscx_case_1 .tis_txt p{
	font-size:16px;
	color:#000000;
	text-align: center;
	width: 1030px;
	margin:0 auto;
	line-height:26px;

}
.jscx_case_1 .jscx_cas1_baner{
	width: 100%;
	padding-bottom: 60px;
}
.jscx_cas1_baner .swiper-slide{
  width: 48%;
}
.jscx_cas1_baner .swiper-slide img{
	display: block;
	width: 100%;
}
.jscx_cas1_baner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #b3b3b3;
	opacity: 1;
	margin:0 5px;
}
.jscx_cas1_baner .swiper-pagination-bullet-active{
	background: #ff0000;
}
.jscx_case_2{
	padding:70px 0;
	background: #f3f3f3;
}
.jscx_case_2 .warpin{
	width: 1300px;
}

.jscx_case_2  .tis_tle{
	margin-bottom: 30px;
}
.jscx_case_2  .tis_tle h2{
	font-size:30px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 50px;
	text-align: center;
}

.jscs_cas2_baner{
	width: 100%;
	height: 520px;
	margin:0;
	padding-bottom: 40px;
}
.jscs_cas2_baner .swiper-pagination{
	bottom:0;
}
.jscs_cas2_baner .swiper-slide img{
  width: 100%;
	height: 100%;
	display: block;
}
.jscs_cas2_baner .swiper-slide .txt{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background: rgba(0,0,0,0.4);
	padding:0 50px;
	font-size:24px;
	font-weight: bold;
	color:#ffffff;
}
.jscs_cas2_baner .arrow_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 10px;
	width: 100%;
	height: 62px;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 11;
}
.jscs_cas2_baner .arrow_box .jscs_cas2_prev{
	display: block;
	width: 16px;
	height: 28px;
	background: url(../i/pro_deta_prev_h.png) no-repeat center;
	background-size:cover;
	opacity: 1;
	cursor: pointer;
}
.jscs_cas2_baner .arrow_box .jscs_cas2_next{
	display: block;
	width: 16px;
	height: 28px;
	background: url(../i/pro_deta_next_h.png) no-repeat center;
	background-size:cover;
	opacity: 1;
	cursor: pointer;
}
.jscx_case_3{
	padding:70px 0;
	display: flex;
	width: 1300px;
	justify-content: space-between;
	margin:0 auto;
}

.jscx_case_3 .txt_content{
	width: 46%;
}
.jscx_case_3 .txt_content .tis_tle{
	margin-bottom: 30px;
}
.jscx_case_3 .txt_content .tis_tle h2{
	font-size:30px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 50px;
}
.jscx_case_3 .txt_content .tis_tle p{
	font-size:26px;
	font-weight: bold;
	color:#ff0000;
}
.jscx_case_3 .txt_content .txt p{
	font-size:16px;
	line-height: 28px;
	color:#333333;
	margin-bottom: 10px;
}
.jscs_cas3_baner{
	width: 50%;
	height: 490px;
	margin:0;
}
.jscs_cas3_baner .swiper-slide img{
  width: 100%;
	height: 100%;
	display: block;
}
.jscs_cas3_baner .swiper-slide .txt{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background: rgba(0,0,0,0.4);
	padding:0 50px;
	font-size:24px;
	font-weight: bold;
	color:#ffffff;
}
.jscs_cas3_baner .arrow_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 10px;
	width: 100%;
	height: 62px;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 11;
}
.jscs_cas3_baner .arrow_box .jscs_cas3_prev{
	display: block;
	width: 16px;
	height: 28px;
	background: url(../i/pro_deta_prev_h.png) no-repeat center;
	background-size:cover;
	opacity: 1;
	cursor: pointer;
}
.jscs_cas3_baner .arrow_box .jscs_cas3_next{
	display: block;
	width: 16px;
	height: 28px;
	background: url(../i/pro_deta_next_h.png) no-repeat center;
	background-size:cover;
	opacity: 1;
	cursor: pointer;
}
/* 联系我们 */
.contact_cont_bg{
	background: url(../i/about_bg_1.png) no-repeat right center;
  padding: 40px 0 30px;
	overflow: hidden;
}
.contact_cont_bg .warpin{
	width: 1300px;
}
.contact_cont_bg .tis_last_box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:100px;
}
.contact_cont_bg .tis_last_box .list{
	width: calc(100% / 4);
	text-align: center;
}
.contact_cont_bg .tis_last_box .list .i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
}
.contact_cont_bg .tis_last_box .list .i img{
	max-width: 80%;

	transition: all 0.8s;
}
.contact_cont_bg .tis_last_box .list h2{
	font-size:16px;
	color:#666;
}
.contact_cont_bg .tis_last_box .list p{
	font-size:16px;
	color:#000000;
}
.contact_cont_bg .tis_last_box .list:hover .i img{
	transform: scale(1.05,1.05) translateY(-10px);
}
.contact_cont_bg .contact_int_box h2{
	font-size:35px;
	text-align: center;
	color:#000000;
	margin-bottom:40px;
}
.contact_cont_bg .contact_int_box .int_box{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.contact_cont_bg .contact_int_box .int_box input{
	width: 50%;
	height: 50px;
	background: #f0f0f0;
	border:1px solid #9f9f9f;
	padding:0 10px;
	font-size:16px;
}
.contact_cont_bg .contact_int_box .int_box input.d1{
  width: 24%;
	margin-right: 1%;
}
	.contact_cont_bg .bit_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 254px;
		height: 52px;
		background: #ee1d23;
		font-size: 18px;
		color: #fff;
		margin: 20px auto;
		transition: all 0.5s;
		border-radius:30px;
	}
.contact_cont_bg .bit_btn:hover{
	background: #fff;
	border:1px solid #ee1d23;
	color:#ee1d23;
}
.contact_map_box{
	width: 100%;
}
.contact_map_box img{
	width: 100%;
	display: block;
}
/* 下载中心 */
.down_last_content{
	background: url(../i/about_bg_1.png) no-repeat right top;
	padding: 40px 0 30px;
}
.down_last_content .warpin{
	width: 1300px;
	display: flex;
	flex-wrap: wrap;
}
.down_last_content .list_box{
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 70px;
}
.down_last_content .list_box:nth-child(4n){
	margin-right: 0;
}
.down_last_content .list_box .i{
	display: block;
	width: 100%;
	height: 420px;
	overflow: hidden;
	margin-bottom: 20px;
}
.down_last_content .list_box .i img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}
.down_last_content .list_box:hover .i img{
	transform:scale(1.05,1.05);
}
.down_last_content .list_box .tle{
	text-align: center;
	padding:30px 0;
	font-size:18px;
	color:#000000;
}
.down_last_content .list_box .down_btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.down_last_content .list_box .down_btn .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	background: #d9d9d9;
	border-radius: 100px;
	font-size:16px;
	color:#000000;
	margin:0 13px;
}
.down_last_content .list_box .down_btn .btn:hover{
	background: #ff0000;
	color:#fff;
}
/* 资讯动态 */
.news_last_content{
	background: url(../i/about_bg_1.png) no-repeat right top;
	padding: 80px 0 30px;
}
.news_last_content .warpin{
	width: 1300px;
}
.news_last_content .list_box{
	display: flex;
	margin-bottom: 90px;
	justify-content: space-between;
}
.news_last_content .list_box .time_box{
  width: 72px;
}
.news_last_content .list_box .time_box h2{
	font-size:47px;
	font-weight: bold;
	color:#f60100;
	margin-bottom: 10px;
	line-height: 40px;
}
.news_last_content .list_box .time_box p{
	font-size:14px;
	color:#000000;
}
.news_last_content .list_box .img_box{
	width: 542px;
}
.news_last_content .list_box .img_box img{
	width: 100%;
}
.news_last_content .list_box .txt_cont{
	width: 590px;
	position: relative;
}
.news_last_content .list_box .txt_cont h2{
	font-size:28px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 40px;
}
.news_last_content .list_box .txt_cont p{
	font-size:14px;
	line-height: 32px;
	color:#666666;
	margin:20px 0;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_last_content .list_box .txt_cont .bit_box{
	border-top: 1px solid #d9d9d9;
	padding-top: 20px;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
}
.news_last_content .list_box .txt_cont .bit_box .more_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 32px;
	border:1px solid #d9d9d9;
	border-radius: 100px;
	font-size:16px;
	color:#ff0000;
}
.news_last_content .list_box .txt_cont .bit_box .more_btn:hover{
	background: #fe0000;
	color:#fff;
	border:1px solid #fe0000;
}
/* 新闻详情 */
.news_detail_content_bg{
	position: relative;
	padding-bottom: 200px;
	background: #e9e9e9;
}
.news_detail_content_bg .bg{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
}
.pulic_content_tip_dh {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    font-size: 14px;
    color: #666666;
}
.news_detail_content{
	background: #e9e9e9 url(../i/about_bg_w.png) no-repeat right top;
	background-size: auto;
	padding-top: 130px;
	padding-bottom: 40px;
}
.news_detail_content .warpin{
	max-width: 1200px;
}
.news_detail_txt{
	width: 100%;
	padding:90px 70px 140px;
	background: #fff;
	position: relative;
}
.news_detail_txt .share_box{
	width: 50px;
	position: absolute;
	top: 60px;
	left:-50px;
	z-index: 2;
}
	.news_detail_txt .share_box .li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		background: #a0a0a0;
	}
	.news_detail_txt .share_box .li:first-child {
		background: #eb2f35;
	}
.news_detail_txt .tis_title{
	text-align: center;
	margin-bottom: 16px;
}
.news_detail_txt .tis_title .tle{
	font-size:30px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 30px;
}
.news_detail_txt .tis_title .bit{
	font-size:14px;
	color:#666666;
}
.news_detail_txt .txt_content{
	padding:15px 0;
}
.news_detail_txt .txt_content p{
	font-size:16px;
	color:#333333;
	line-height: 28px;
	text-indent: 2em;
}
.news_detail_txt .txt_content img{
	display: block;
	max-width: 100%;
	margin:20px auto;
}
.news_detail_page{
	display: flex;
	justify-content: space-between;
	padding:40px 5%;
	background: #fff;
	margin:20px auto;
}
.news_detail_page .li{
	display: flex;
	align-items: center;
	width: 50%;
}
.news_detail_page .li a{
	font-size:16px;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  width: 80%;
	margin:0 20px;
}
.news_detail_page .li:last-child{
	justify-content: flex-end;
}
.news_detail_page .li:last-child a{
	text-align: right;
}
/* */
.dc_pulic_bg {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background: rgba(0,0,0,0.8);
}
.dc_video_box{
	display: none;
	position: fixed;
	top: 50%;
	left:50%;
	width: 60%;
	padding:20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	z-index: 13;
	transform: translate(-50%,-50%);
}
.dc_video_box video{
	width: 100%;
}
	.dc_video_box .shut_btn {
		position: absolute;
		right: -60px;
		top: 0;
		width: 60px;
		height: 66px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ffffff;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		cursor: pointer;
		top:40px;
	}
.dc_video_box .shut_btn img {
    transition: all 2s;
}
.dc_video_box .shut_btn:hover img {
    transform: rotate(270deg);
}
.xmzx_dc_content{
	position: fixed;
	top: 50%;
	left:20%;
	transform: translateY(-50%);
	width: 60%;
	background: #fff;
	border-radius: 10px;
	border-top-right-radius: 0px;
	z-index: 13;
}

	.xmzx_dc_content .shut_btn {
		position: absolute;
		right: -60px;
		width: 60px;
		height: 66px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		border-top-right-radius: 10px;
		border-bottom-right-radius:10px;
		cursor: pointer;
		top:40px;
	}
.xmzx_dc_content .shut_btn img{
	transition: all 2s;
}
.xmzx_dc_content .shut_btn:hover img{
	transform: rotate(270deg);
}
.xmzx_dc_content .content_box{
  	overflow-y: scroll;
		padding:60px;
		    max-height: 80%;
}
.xmzx_dc_content .content_box::-webkit-scrollbar {
            width: 4px;
            /*height: 4px;*/
}
.xmzx_dc_content .content_box::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
}
.xmzx_dc_content .content_box::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);

}
.xmzx_dc_content .tle{
	padding:0 0 20px 0;
	border-bottom:2px solid #e7e7e7;
	font-size:30px;
	font-weight: bold;
	color:#333333;
	margin-top: 0px;
	text-align: center;
}
.xmzx_dc_content  .txt{
	padding:20px 0 0 0;
	border-bottom: 2px solid #e7e7e7;
	line-height:30px;
	font-size:16px;
	text-indent:2em;
	max-height: 600px;
}
.xmzx_dc_content .txt p{
	font-size:16px;
	color:#333333;
	text-indent: 2em;

}
.xmzx_dc_content .txt img{
	max-width: 100%;
  display: block;
  height: auto;
}

/* pc not */
.phone_menu{
	display: none;
}
.phone_block_box{
	display: none;
}
.phone_product_baner{
	display: none;
}
.phone_cas2_baner{
	display: none;
}
.phone_news_last{
	display: none;
}
.phone_index_banner{
	display: none;
}
/* 720 */
@media (max-width:1300px) {
 .warpin{
	 width: 100% !important;
	 padding:0 5%;
 }
}
@media (max-width:720px) {
	.warpin{
   width: 100% !important;
	 padding:0 5%;
  }
	.phone_block_box{
		display: block;
	}
	.pulic_header_content .menu_navi_cont{
		display: none;
	}
	.pulic_header_content .r_box .search_box{
		display: none;
	}
	.pulic_header_content .r_box .lang_box{
		margin-right:3rem;
	}
	.pulic_floor_box{
		display: none;
	}
	.pulic_header_content .logo{
		width: 10rem;
	}
	.phone_menu{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.phone_menu img{
		width: 2.5rem;
	 }
	.phone_menu_bg{
		 display: block;
	   position: fixed;
	   top: 0;
	   right: -100%;
	   width: 100%;
	   height: 100%;
	   background: rgba(0,0,0,0.5);
	   transition: all 0.5s;
	   z-index: 15;
	}
		.phone_menu_bg.active {
	    right: 0;
	}
		.phone_menu_cont.active {
	    left: 0;
	}
		.phone_menu_cont{
			display: block;
	    position: fixed;
	    left: -50%;
	    top: 0;
	    width: 50%;
	    height: 100%;
	    background: #f3f3f3;
	    z-index: 16;
	    transition: all 0.5s;
	    padding: 2rem;
	}
		.phone_menu_cont .list{
			display: flex;
	    margin-bottom: 2rem;
	}
		.phone_menu_cont .list a {
	    font-size: 1.6rem;
	    color: #333;
	}
	.index_banner_box{
		display: none;
	}

	.index_banner_box{
		height: auto;
	}
	.index_banner_box .txt_cont{
		min-width: 100%;
		padding:0 1rem;
	}
	.index_banner_box .txt_cont h3{
		font-size:1.4rem;
		margin-bottom: 1rem;
		transform: translateX(2rem);
	}
	.index_banner_box .txt_cont h2{
		font-size:2.2rem;
		margin-bottom: 1rem;
		transform: translateX(2rem);
	}
	.index_banner_box .txt_cont img{
		transform: translateX(2rem);
		width:4rem;
	}
	.index_banner_box .swiper-pagination{
		bottom: 1rem;
	}
	.index_banner_box .swiper-pagination-bullet{
		width: 2rem;
    height: 0.4rem;
		margin:0 0.5rem !important
	}
	.phone_index_banner{
		display: block;
	}
	.phone_index_banner video{
		display: block;
		width: 100%;
	}
	.phone_index_banner .bg{
		display: block;
		width: 100%;
	}
	.phone_index_banner .txt_cont{
		min-width: 100%;
		padding:0 1rem;
		height: 100%;
		position: absolute;
		top: 0;
		left:50%;
		transform: translateX(-50%);
		z-index: 11;
		display: flex;
		align-items: center;
	}
	.phone_index_banner .txt_cont h3{
		color:#ffffff;
		transition: all 0.9s;
		font-size:1.4rem;
		margin-bottom: 1rem;
		transform: translateX(2rem);
	}
	.phone_index_banner .txt_cont h2{
		font-weight: bold;
		color:#fff;
		transition: all 0.9s;
		font-size:2.2rem;
		margin-bottom: 1rem;
		transform: translateX(2rem);
	}
	.phone_index_banner .txt_cont img{
		transition: all 0.9s;
		transform: translateX(2rem);
		width:4rem;
	}
	.phone_index_banner .swiper-pagination{
		bottom: 1rem;
	}
	.phone_index_banner .swiper-pagination-bullet{
		background: #fff;
		opacity: 1;
		border-radius: 100px;
		position: relative;
		width: 2rem;
    height: 0.4rem;
		margin:0 0.5rem !important

	}
		.phone_index_banner .swiper-pagination-bullet::after {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			width: 0;
			height: 100%;
			background: #ee1d23;
			z-index: 11;
			transition: all 0.7s;
			opacity: 0;
			border-radius: 100px;
		}

	.phone_index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
		width: 100%;
		opacity: 1;
	}
	.phone_index_banner .swiper-slide-active .txt_cont h3{
		transform: translateX(0px);
	}
	.phone_index_banner .swiper-slide-active .txt_cont h2{
		transform: translateX(0px);
	}
	.phone_index_banner .swiper-slide-active .txt_cont img{
		transform: translateX(0px);
	}

	.indx_case_1{
		padding:3rem 0 1rem;
	}
	.indx_case_1 .header_cont{
		justify-content: center;
	}
	.indx_case_1 .header_cont .lt{
		font-size:2.4rem;
	}
  .indx_case_1 .header_cont .nav_box{
		display: none;
	}
	.indx_case_1 .content_box{
		display: none;
	}
	.phone_product_baner{
		display: block;
		padding-bottom: 6rem;
	}
	.phone_product_baner .swiper-pagination{
		bottom: 3rem;
	}
	.phone_product_baner .swiper-slide{
		background: #fff;
		padding:1rem;
	}
	.phone_product_baner .swiper-slide .i{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 12rem;
	}
	.phone_product_baner .swiper-slide .i img{
		height: auto;
		width: 80%;
	}
	.phone_product_baner .swiper-pagination-bullet{
		width: 1rem;
		height: 1rem;
		opacity: 1;
		background: #b5b5b5;
	}
	.phone_product_baner .swiper-pagination-bullet-active{
		background: #ee1d23;
	}
	.index_adver_box{
		width: 90%;
		height: 22rem;
		border-radius: 8px;
		margin:1.5rem auto 3rem;
	}
	.index_adver_box .cont_box h2{
		font-size:2.4rem;
	}
	.index_adver_box .cont_box p{
		font-size:1.6rem;
	}
	.index_adver_box .ic{
		bottom: 2rem;
		right:2rem;
		width: 5rem;
	}
	.index_case_2{
		margin:0.8rem 0 ;
		padding:2rem 0 4rem;
		background: #f2f2f2 url(../i/phone_about_bg.png) no-repeat right top;
		background-size:16rem;
	}
	.index_case_2 .l_cont_bg{
		display: none;
	}
	.index_case_2 .l_cont{
		width: 100%;
	}
	.index_case_2 .l_cont .tip_cont{
		height: auto;
		background: none;
	}
	.index_case_2 .l_cont .tip_cont .tis_title{
		height: auto;
		padding:0.8rem 0;
		text-align: center;
	}
	.index_case_2 .l_cont .tip_cont .tis_title h2{
		font-size:2rem;
		font-weight: bold;
		color:#000000;
		margin-bottom: 0.4rem;
	}
	.index_case_2 .l_cont .tip_cont .tis_title p{
		font-size:1.2rem;
		color:#666666;
	}
	.index_case_2 .l_cont .tip_cont .txt_cont{
		height: auto;
		padding:2rem 0;
	}
	.index_case_2 .l_cont .tip_cont .txt_cont .li{
		text-align: center;
	}
	.index_case_2 .l_cont .tip_cont .txt_cont .li .t{
		font-size:1.2rem;
		color:#ee1d23;
	}
	.index_case_2 .l_cont .tip_cont .txt_cont .li .t b{
		font-size:2.2rem;
		color:#ee1d23;
	}
	.index_case_2 .l_cont .tip_cont .txt_cont .li .txt{
		font-size:1.2rem;
		font-weight: bold;
	}
	.index_case_2 .l_cont .bit_txt{
		background: none;
		padding:1rem 0;
	}
	.index_case_2 .l_cont .bit_txt h2{
		font-size:1.8rem;
	}
	.index_case_2 .l_cont .bit_txt p{
		font-size:1.3rem;
		text-indent: 2em;
		line-height: 1.8rem;
	}
	.index_case_2 .r_cont{
	  display: none;
	}
	.phone_cas2_baner{
		display: block;
		width: calc(100% - 10%);
		height: 18rem;
		margin:0 auto;
	}
	.phone_cas2_baner img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.phone_cas2_baner .swiper-button-prev{
		width: 2rem;
    height: 2.5rem;
    background: rgba(255,255,255,0.7) url(../i/honer_l_prev.png) no-repeat center;
    background-size: 0.5rem;
		border-radius: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
    opacity: 1;
	}
	.phone_cas2_baner .swiper-button-next{
		width: 2rem;
    height: 2.5rem;
    background: rgba(255,255,255,0.7) url(../i/honer_l_next.png) no-repeat center;
    background-size: 0.5rem;
		border-radius: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
    opacity: 1;
	}
	.index_case_3{

		padding:3rem 0 2rem;
		margin-bottom: 0rem;
	}
	.index_case_3 .tis_header_box{
		margin-bottom: 1rem;
	}
	.index_case_3 .tis_header_box h2{
		font-size:1.9rem;
	}
	.index_case_3 .tis_header_box p{
		font-size:1.4rem;
	}
	.index_case_3 .index_news_cont{
		width: 100%;
		margin-bottom: 1rem;
	}
	.index_news_cont .swiper-button-prev{
		width:1rem;
		height: 2rem;
		opacity: 1;
	}
	.index_news_cont .swiper-slide .txt_cont{
		height: 4rem;
		line-height: 4rem;
		font-size:1.4rem;
		padding:0 2rem;
	}
	.index_news_cont .arrow_box{
		height:4rem;
	}
	.index_news_cont .swiper-button-next{
		width:1rem;
		height: 2rem;
		opacity: 1;
	}
  .index_case_3 .r_last_cont{
		display: none;
	}
	.phone_news_last{
		display: block;
	}
	.phone_news_last .list{
		padding:1rem 0;
		border-bottom: 1px solid #e2e2e2;
	}
	.phone_news_last .list:last-child{
		border-bottom: 0px;
	}
	.phone_news_last .list .time{
		font-size:1.7rem;
		color:#ff001e;
		margin-bottom:1rem;
	}
	.phone_news_last .list .tle{
		font-size:1.6rem;
		color:#333333;
		margin-bottom: 0.5rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-weight:bold;
	}
	.phone_news_last .list .txt{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size:1.4rem;
		color:#666666;
	}
	.phone_news_last .more_btn{
		display: flex;
		width: 8rem;
		height: 3rem;
		align-items: center;
		justify-content: center;
	  border:1px solid #b5b5b5;
		border-radius: 100px;
		margin:1rem auto;
		font-size:1.4rem;
		color:#333;
	}
	.pulic_footer_box{
		display: none;
	}
	.phone_footer_box{
		padding:2rem 5%;
		background:#191919 url(../i/phone_footer_bg.png) no-repeat center;
		background-size:cover;
	}
	.phone_footer_box .nav_last_box{

	}
	.phone_footer_box .nav_last_box .tis_box{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding:0.8rem 0;
		border-bottom: 1px solid #a5a5a5;
	}
	.phone_footer_box .nav_last_box .tis_box .txt{
		font-size:1.5rem;
		color:#fff;
	}
	.phone_footer_box .nav_last_box .tis_box .more_box{
		display: block;
		width: 1.4rem;
		height: 2px;
		background: #fff;
		position: relative;
	}
	.phone_footer_box .nav_last_box .tis_box .more_box::after{
		content: "";
		display: block;
		width: 2px;
		height: 1.4rem;
		background: #fff;
		position: absolute;
		top: 50%;
		left:50%;
		transform: translate(-50%,-50%);
		transition: all 0.6s;
	}
	.phone_footer_box .nav_last_box .list{
		display: none;
	}
	.phone_footer_box .nav_last_box .list a{
		display: block;
		font-size:1.4rem;
		color:#fff;
		padding:0.2rem 0;
	}
	.phone_footer_box .nav_last_box .tis_box.acitve .more_box::after{
		transform: rotate(90deg) translate(-50%,-50%);
	}
	.phone_footer_box .about_detail_box{
		padding:2rem 0;
		font-size:1.4rem;
		color:#fff;
		line-height:22PX;
	}
	.phone_footer_box .about_detail_box h2{
		font-size:2rem;
		color:#ff3000;
		font-weight: bold;
	}
	.phone_footer_box .code_list{
		display: flex;
	}
	.phone_footer_box .code_list .list{
		width: 6rem;
		margin-right: 2rem;
	}
	.phone_footer_box .code_list .list .i{
		display: block;
		width: 100%;
		height: 6rem;
		margin-bottom: 0.4rem;
	}
	.phone_footer_box .code_list .list .i img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.phone_footer_box .code_list .list p{
		font-size:1.2rem;
		color:#fff;
		text-align: center;
	}
	.phone_footer_box .copy_txt{
		padding:0.8rem 0;
		text-align: center;
		border-top: 1px solid #2e2d2d;
		margin-top: 1rem;
	}
	.phone_footer_box .copy_txt p{
		font-size:1.2rem;
		color:#666666;
	}
	/* pulic */
	.content_baner_box .txt_cont h2{
		font-size:1.6rem;
		transform: translateY(-0.2rem);
		transition: all 1s;
	}
	.content_baner_box .txt_cont p{
		font-size:1.3rem;
		transform: translateY(0.2rem);
		transition: all 1s;
	}
	.content_nav_box{
		padding:1rem 0;
		margin-bottom: 0;
	}
	.content_nav_box .li{
		font-size:1.4rem;
		margin:0 0.8rem;
	}
	.pulic_page_cont{
		margin:2rem auto;
	}
	.pulic_page_cont a{
		padding:0.4rem;
		margin:0 0.3rem;
		font-size:1.4rem;
		min-width: 3rem;
	}
	/* 产品中心 */
	.product_last_cont .list{
		width: 49%;
		margin-right: 2% !important;
		flex-wrap: wrap;
		padding:0.8rem;
		margin-bottom: 0.7rem;
	}
	.product_last_cont .list:nth-child(2n){
		margin-right: 0 !important;
	}
	.product_last_cont .list .txt_cont{
		width: 100%;
		margin-bottom: 0.8rem;
	}
	.product_last_cont .list .txt_cont h2{
		font-size:1.5rem;
		margin-bottom:0.3rem;
	}
	.product_last_cont .list .txt_cont p{
		font-size:1.3rem;
	}
	.product_last_cont .list .img{
		width: 100%;
	}
	.product_last_cont .list .more{
		width: 2rem;
		height: 2rem;
		font-size:1.5rem;
	}
	/* 产品详情 */
	.product_tis_content{
		    background-size: contain;
	}
	.pro_detail_tis{
		margin-bottom: 2rem;
		flex-wrap: wrap;
	}
	.pro_detail_tis .pro_detail_baner_bg{
		width: 100%;
	}
	.pro_detail_baner{
		padding:2rem 0;
		margin-bottom: 1rem;
	}
	.pro_detail_baner .swiper-slide img{
		max-width: 70%;
	}
	.pro_detail_baner .swiper-button-prev{
		width: 2rem;
		height: 4rem;
		background-size:1rem;
	}
	.pro_detail_baner .swiper-button-next{
		width: 2rem;
		height: 4rem;
		background-size:1rem;
	}
	.pro_detail_tis .pro_detail_txt{
		width: 100%;
	}
	.pro_detail_tis .pro_detail_txt .tis_tle{
		margin-bottom: 1rem;
		padding:0 1rem;
	}
	.pro_detail_tis .pro_detail_txt .tis_tle h2{
		font-size:1.8rem;
		margin-bottom: 0.8rem;
	}
	.pro_detail_tis .pro_detail_txt .tis_tle p{
		font-size:1.4rem;
	}
	.pro_detail_tis .pro_detail_txt .txt_cont{
		padding-bottom: 1rem;
		margin-bottom: 0.8rem;
		padding:0 1rem;
	}
	.pro_detail_tis .pro_detail_txt .txt_cont p{
		font-size:1.4rem;
		margin-bottom:0.5rem;
	}
	.pro_detail_tis .pro_detail_txt .bit_menu .menu{
		width: 3rem;
		height: 3rem;
	}
	.pro_detail_tis .pro_detail_txt .bit_menu .menu img{
		width: 100%;
	}
	.pro_detail_tis .pro_detail_txt .bit_menu .arr{
		width: 3rem;
		height: 3rem;
	}
	.product_detail_bit .tis_title span{
		font-size:1.6rem;
	}
	.product_detail_bit .bit_box{
		padding:2rem 1rem;
	}
	.pulic_tis_page{
		margin:0;
		padding:1rem 0;
		font-size:12px;
	}
	/* 关于万虎 */
	.about_case_1{
		padding:1rem 0 2rem;
	}
	.about_case_1 .tis_title{
		font-size:1.8rem;
		margin-bottom: 2rem;
	}
	.about_case_1 .current-swiper{
		width: 100%;
		height: 15rem;
	}
	.about_case_1 .nocurrent-swiper{
		display: none;
	}
	.about_case_2{
		padding:2rem 0;
	}
	.about_case_2 .tis_title{
		font-size:1.8rem;
		margin-bottom: 1rem;
	}
	.about_case_2 .nav_box{
		margin-bottom: 2rem;
	}
	.about_case_2 .nav_box .li{
		width: 8rem;
		height: 3rem;
		line-height: 3rem;
		font-size:1.4rem;
	}
	.about_cas21_baner .swiper-slide{
		width: 46%;
	}
	.about_cas21_baner .img{
		height: 12rem;
		margin-bottom: 1rem;
	}
	.about_case_3{
		padding:2rem 0;
	}
	.about_case_3 .warpin{
		flex-wrap: wrap;
	}
	.about_case_3 .l_txt_box{
		width: 100%;
		padding:1rem 0;
	}
	.about_case_3 .about_fzlc_baner{
		width: 100%;
		height:30rem;
	}
	.about_fzlc_baner .swiper-slide{
		display: block;
		height: 18rem;
	}
	.about_fzlc_baner .swiper-slide .time{
		padding-right: 1rem;
    background: #a77e74;
    border-radius: 5px;q
	}
	.about_fzlc_baner .swiper-slide .disc{
		display: none;
	}
	.about_fzlc_baner::after{
		display: none;
	}
	.about_fzlc_baner .arrow_box{
		right: 1rem;
		width: 2rem;
	}
	.about_fzlc_baner .arrow_box .about_fzlc_prev,.about_fzlc_baner .arrow_box .about_fzlc_next{
		width: 3rem;
		height: 3rem;
		background-size:14px !important;
		outline: none;
	}
	.about_case_3 .l_txt_box .title{
		margin-bottom: 2rem;
		font-size:1.8rem;
		text-align: center;
	}
	.about_case_4{
		padding:2rem 0 0 0;
	}
	.about_case_4 .tis_title{
		font-size:1.8rem;
		margin-bottom: 2rem;
	}
	.about_cas4_baner .swiper-slide{
		overflow: hidden;
		width: 47%;
	}
	.about_cas4_baner .swiper-slide .vid_btn{
		width: 3rem;
		height: 3rem;
	}
	.about_cas4_baner .swiper-slide .vid_btn img{
		width: 100%;
		height: 100%;
	}
	/* 技术创新 */
	.jscx_case_1{
	 padding:1rem 0 2rem;
	}
	.jscx_case_1 .tis_txt h2{
		font-size:1.6rem;
		margin-bottom: 1rem;
	}
	.jscx_case_1 .tis_txt p{
		width: 100%;
		font-size:1.4rem;
		line-height:2.4rem;
	}
	.jscx_case_2{
		padding:2rem 0;
	}
	.jscx_case_2 .warpin{
		flex-wrap: wrap;
	}
	.jscx_case_2 .txt_content{
		width: 100%;
		margin:1rem auto;
	}
	.jscx_case_2 .txt_content .tis_tle{
		margin-bottom: 1rem;
		text-align: center;
	}
	.jscx_case_2 .txt_content .tis_tle h2{
		font-size:1.8rem;
		margin-bottom: 1rem;
	}
	.jscx_case_2 .txt_content .tis_tle p{
		font-size:1.5rem;
	}
	.jscx_case_2 .txt_content .txt p{
		font-size:1.4rem;
		line-height: 2.4rem;
	}
	.jscs_cas2_baner{
		width: 100%;
		height: 20rem;
	}
	.jscs_cas2_baner .swiper-slide .txt{
		font-size:1.5rem;
	}
	.jscs_cas2_baner .arrow_box .jscs_cas2_next{
		width: 1.4rem;
		height: 2.6rem;
	}
	.jscs_cas2_baner .arrow_box .jscs_cas2_prev{
		width: 1.4rem;
		height: 2.6rem;
	}
	.jscx_case_3{
		width: 100%;
		padding:1rem 2%;
		flex-wrap:wrap;
	}
	.jscs_cas3_baner{
		width: 100%;
		height: 20rem;
	}
	.jscs_cas3_baner .swiper-slide .txt{
		font-size:1.5rem;
	}
	.jscs_cas3_baner .arrow_box .jscs_cas3_next{
		width: 1.4rem;
		height: 2.6rem;
	}
	.jscs_cas3_baner .arrow_box .jscs_cas3_prev{
		width: 1.4rem;
		height: 2.6rem;
	}
	.jscx_case_3 .txt_content{
		width: 100%;
		margin:1rem auto;
	}
	.jscx_case_3 .txt_content .tis_tle{
		margin-bottom: 1rem;
		text-align: center;
	}
	.jscx_case_3 .txt_content .tis_tle h2{
		font-size:2.2rem;
		margin-bottom: 1rem;
	}
	.jscx_case_3 .txt_content .tis_tle p{
		font-size:1.6rem;
	}
	.jscx_case_3 .txt_content .txt p{
		font-size:1.4rem;
		line-height: 2.4rem;
	}
	/* 联系我们 */
	.contact_cont_bg{
	  background-size: contain;
		padding:1rem 0;
	}
	.contact_cont_bg .tis_last_box{
		margin-bottom:4rem;
	}
	.contact_cont_bg .tis_last_box .list{
		width: calc(100% / 2);
		margin-bottom: 1rem;
	}
	.contact_cont_bg .tis_last_box .list .i{
		height: 5rem;
	}
	.contact_cont_bg .tis_last_box .list .i img{
		width: 2.5rem;
	}
	.contact_cont_bg .tis_last_box .list h2{
		font-size:1.6rem;
	}
	.contact_cont_bg .tis_last_box .list p{
		font-size:1.2rem;
	}
	.contact_cont_bg .contact_int_box h2{
		font-size: 2rem;
	}
	.contact_cont_bg .contact_int_box .int_box{
		margin-bottom: 1rem;
	}
	.contact_cont_bg .contact_int_box .int_box input{
		width: 100%;
	}
	.contact_cont_bg .contact_int_box .int_box input.d1{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 1rem;
	}
	.contact_cont_bg .contact_int_box .int_box input.d1:nth-child(2){
		margin-right: 0;
	}
	.contact_cont_bg .bit_btn{
		width: 12rem;
		height: 3rem;
		font-size:1.4rem;
	}
	.contact_map_box{

	}
	.contact_map_box img{

	}
	/* 下载中心 */
	.down_last_content{
		padding:3rem 0;
	}
	.down_last_content .list_box{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 2rem;
	}
	.down_last_content .list_box:nth-child(2n){
		margin-right: 0;
	}
	.down_last_content .list_box .i{
		height: 18rem;
		margin-bottom: 1rem;
	}
	.down_last_content .list_box .tle{
		padding:1rem 0;
		font-size:1.3rem;
	}
	.down_last_content .list_box .down_btn .btn{
		width: 8rem;
		height: 2rem;
		font-size:1.2rem;
		margin:0 0.8rem;
	}
	.news_last_content .list_box{
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
	.news_last_content .list_box .time_box{
		display: none;
	}
	.news_last_content .list_box .img_box{
		width: 100%;
	}
	.news_last_content .list_box .txt_cont{
		padding-bottom:5rem;
	}
	.news_last_content .list_box .txt_cont h2{
		font-size:1.8rem;
		margin-bottom: 1rem;
	}
	.news_last_content .list_box .txt_cont p{
		font-size:1.4rem;
		margin:0.6rem 0;
		line-height: 2rem;
	}
	.news_last_content .list_box .txt_cont .bit_box{
		padding-top: 1rem;
	}
	.news_detail_content{
		 padding:2rem 0;
		 background: #e9e9e9 url(../i/news_detail_bg.png) no-repeat center  top;
	 }
	 .news_detail_txt .share_box{
		 display: none;
		 left:-1.5rem;
	 }
	 .news_detail_txt .share_box .li{
		 width: 3rem;
		 height: 3rem;
	 }
	 .news_detail_txt .share_box .li img{
		 width: 1.5rem;
	 }
	 .news_detail_txt{
		 padding:1rem 1rem;
	 }
	 .news_detail_txt .tis_title .tle{
		 font-size:1.8rem;
		 margin-bottom: 1rem;
	 }
	 .news_detail_txt .tis_title .bit{
		 font-size:1.2rem;
	 }
	 .news_detail_txt .txt_content img{
		 width: 100%;
     height: auto;
	 }
	 .news_detail_page{
		 padding:2rem 2%;
	 }
	 .news_detail_page .li a{
		 font-size:1.2rem;
		 width: 90%;
	 }
	 .about_case_1 .about_baner_bg .about_prev{
		 z-index: 13;
		 left:0.4rem;
		 width: 2rem;
		 height:3rem;
		 background-size:0.8rem;
	 }
	 .about_case_1 .about_baner_bg .about_next{
		 z-index: 13;
		 right:0.4rem;
		 width: 2rem;
		 height:3rem;
		 background-size:0.8rem;
	 }
	 .xmzx_dc_content .content_box{
		 padding:5px;
	 }
	 .xmzx_dc_content{
		 width: 90%;
		 left:5%;
	 }
	 .xmzx_dc_content .shut_btn {
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    border-radius: 8px;
   }
	 .xmzx_dc_content .txt{
		 height: 40rem;
	 }
	 .xmzx_dc_content .shut_btn img {
    width: 1rem;
   }
	 .dc_video_box{
		 width: 90%;
	 }
	 .dc_video_box .shut_btn{
		 right: 0;
     top: 0;
     width: 3rem;
     height: 3rem;
     z-index: 2;
     border-radius: 8px;
	 }
	 .dc_video_box .shut_btn img{
		 width: 1rem;
	 }
}
.about_txt_box {
	overflow-y:scroll;
	height:450PX;
}