.header{
	height: 80px;
	width: 100%;
	background: #fff;
	font-size: 0;
}
.logo{
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.logo{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 80px;
}
.logo a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}
.logo a img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.nav{
	display: inline-block;
	vertical-align: top;
	width: 80%;
	text-align: right;
	margin-right: -4px;
}
.nav2 ul li{
	cursor: pointer;
	position: relative;
	font-size: 16px;
	line-height: 80px;
	padding: 0 4px;
	display: inline-block;
	vertical-align: top;
	margin-left: 70px;
}
.nav2 ul li a{
	display: block;
}
.nav2 ul li.active:after,
.nav2 ul li:hover:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: #ff0000;
	bottom: 0;
	left: 0;
}

.close i:before {
    top: 4px;
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.close i:after {
    top: 4px;
    -webkit-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}
.close i{
	background: transparent;
}
.banner,.banner img{
	position: relative;
	width: 100%;
	display: block;
}
.banner .pagination .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	background: none;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 100%;
	display: inline-block;
	margin: 0 11px;
	opacity: 1;
}
.banner .pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #e62129;
	border-color: #e62129;
}
.banner .pagination{
	bottom: 36px;
	text-align: center;
	right: 0!important;
	margin: 0 5px;
}
.banner .centerBox{
	position: absolute;
	z-index: 9999;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
}
.banner h3{
	position: relative;
	color: #fff;
	font-size: 48px;
	line-height: 90px;
	letter-spacing: 4px;
}
.banner h3:after{
	position: absolute;
	content: "";
	width: 50px;
	height: 8px;
	background: #e62129;
	left: 0;
	top: 0;
}
.banner .txt,
.banner .txt *{
	color: #fff;
	font-size: 23px;
	line-height: 34px;
	letter-spacing: 3px;
}
.banner a{
	margin-top: 68px;
	display: block;
	width: 190px;
	height: 56px;
	background: #3d3d3d!important;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 56px;
	border-radius: 6px;
}
.footer{
	font-size: 0;
	padding: 50px 0 60px 0;

	background: #232121; padding-bottom:20px
}
.fot_logo{
	height: 110px;
	width: 16.5%;
	display: inline-block;
	vertical-align: top;
}
.fot_logo a{
	height: 100%;
	width: 100%;
	display: block;
}
.fot_logo img{
	max-width: 100%;
	max-height: 100%;
}
.fot_center{
	text-align: center;
	width: 67%;
	display: inline-block;
	vertical-align: top;
}
.fot_nav{
	margin-top: 30px;
	margin-bottom: 32px;
	display: inline-block;
}
.fot_nav ul li{
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	margin: 0 25px;
	display: inline-block;
	vertical-align: top;
}
.fot_nav ul li a{
	display: block;
}
.fot_text,
.fot_text *{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.fot_wechat{
	width: 16.5%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.fot_wechat .wechat{
	display: inline-block;
}
.fot_wechat img{
	width: 100px;
}
.fot_wechat p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin-top: 12px;
}
.fot_cop{
	background: #232121;
	font-size: 16px;
	line-height: 30px;
	padding: 14px 0;
	color: #fff;
	text-align: center;	border-top: 1px solid #fff;
}
.yewu{
	padding: 20px 0 70px;
	font-size: 0;
}
.yewu_nav{
	width: 16.66%;
	display: inline-block;
	vertical-align: top;
}
.yewu_main{
	width: 80%;
	display: inline-block;
	vertical-align: top;
	margin-left: 3.34%;
}
.yewu_nav h3{
	font-size: 18px;
	line-height: 30px;
	padding: 15px 0;
	background: #dddddd;
	text-align: center;
}
.yewu_nav ul{
	padding: 0 8px;
	border: 1px solid #ddd;
	border-top: 0;
	box-sizing: border-box;
}
.yewu_nav ul li{
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #ddd;
}
.yewu_nav ul li{
	border-bottom: 0;
}
.yewu_nav ul li a{
	display: block;
	padding: 15px 0;
}
.yewu_nav ul li.active a,
.yewu_nav ul li:hover a{
	color: #e62129;
	text-decoration: underline;
}
.yewu_nav ul li.active a:after,
.yewu_nav ul li:hover a:after{
	position: absolute;
	content: "";
	background: url(/img/next1.png)no-repeat center;
	background-size: 20px;
	width: 20px;
	height: 100%;
	right: 20px;
	top: 0;
}
.yewu_title{
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd; overflow: hidden
}
.yewu_title h3{
	width: 70%;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #e62129;
	line-height: 60px;
}
.yewu_title .site{ font-size:14px; color:#585858; line-height:60px; height:60px; float:right
}
.site{line-height: 60px;}
.site a{
	margin-left: 4px;
	font-size: 14px;
	color: #666;
	line-height: 60px;
	display: inline-block;
	vertical-align: top;
}
.site a:first-child{
	margin-left: 0;
}
.yewu_text img{
	max-width: 100%;
	height: auto!important;
	display: block;
	margin: auto;
}
.yewu_text,.yewu_text *{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.dong{
	padding-bottom: 80px;
}
.dong_li{
	margin-bottom: 40px;
}
.dong_li ul{
	font-size: 0;
}
.dong_li ul li{
	background: #fff;
	padding-bottom: 28px;
	position: relative;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
}
.dong_li ul li:nth-child(3){
	margin-right: 0;
}
.dong_li ul li img{
	width: 100%;
	object-fit: cover;
}
.dong_li ul li h3{
	padding: 0 3px;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dong_li ul li h4{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	padding: 0 3px;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.dong_li ul li h5{
	padding: 0 3px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	 text-overflow: ellipsis;
	display: -webkit-box;
}
.dong_li ul li:hover h3{
	text-decoration: underline;
}
.dong_li ul li:hover:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #b3252f;
	left: 0;
	bottom: 0;
}
#pages {
	text-align: -webkit-center;
	font-size: 14px;
	height: 30px;
	margin: 40px auto 0;
	color: #000;
}
#pages a {
	margin:0 5px;
	display:inline-block;
	height:30px;
	line-height:30px;
	background:#fff;
    border:1px solid #e3e3e3;
	text-align:center;
	color:#000;
	padding:0 10px;
}
#pages a.a1 {
	padding:0 10px;
}
#pages .btn:hover {
	background:#e62129;
	color:#fff;
	border: 1px solid #e62129;
	text-decoration:none
}
#pages span {
	margin: 0 5px;
	display:inline-block;
	height:30px;
	line-height:30px;
	background:#e62129;
	border:1px solid #e62129;
	color:#fff;
	text-align:center;
	padding:0 10px;
}
.page .noPage {
	display:inline-block;
	width:48px;
	height:30px;
	line-height:30px;
	border:1px solid #e3e3e3;
	text-align:center;
	color:#a4a4a4;
}
.dong_list ul li{
	font-size: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.dong_list ul li h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 50px;
	width: 58%;
	display: inline-block;
	vertical-align: top;
}
.dong_list ul li h4{
	font-size: 14px;
	color: #999;
	line-height: 50px;
	width: 42%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.dong_list ul li:hover{
	background: #e62129;
}
.dong_list ul li:hover h3{
	color: #fff;
}
.dong_list ul li:hover h4{
	color: #fff;
}
.dong_show{
	margin-top: 36px;
}
.dong_show h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.dong_show h4{
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 40px;
	margin-bottom: 60px;
}
.dong_show .txt,
.dong_show .txt *{
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.txt h3, .txt h3 span{ font-size:22px!important; line-height:45px; margin-top:25px; margin-bottom:25px}
.dong_show .txt img{
	display: block;
	max-width: 100%;
	height: auto!important;
	margin: 10px auto -20px;
}
.dong_show{
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.sxp span{
	display: block;
	font-size: 16px;
	line-height: 36px;
}
.sxp span a{
	width: 60%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
}
.anli_list ul li{
	font-size: 0;
	border-bottom: 1px solid #ddd;
	padding: 20px 40px 20px 22px;
	box-sizing: border-box;
}
.anli_list ul li img{
	border: 1px solid transparent;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.anli_list ul li .text{
	padding-left: 40px;
	box-sizing: border-box;
	width: 52%;
	display: inline-block;
	vertical-align: top;
}
.anli_list ul li .text h3{
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
}
.anli_list ul li .text h4{
	font-size: 14px;
	line-height: 36px;
	color: #666;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	 text-overflow: ellipsis;
	display: -webkit-box;
}
.anli_list ul li .text h5{
	font-size: 14px;
	color: #e62129;
	line-height: 16px;
	margin-top: 38px;
	opacity: 0;
}
.anli_list ul li:hover img{
	border: 1px solid #e62129;
	box-sizing: border-box;
}
.anli_list ul li:hover h3{
	color: #e62129;
}
.anli_list ul li:hover h5{
	opacity: 1
}
.anli_tui{
	margin-top: 40px;
}
.index_hezuo{
	padding: 68px 0 70px;
}
.index_hezuo img{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.anli_tui h3{
	margin-bottom: 16px;
	height: 30px;
	position: relative;
}
.anli_tui h3:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #000000;
	left: 0;
	top: 14px;
}
.anli_tui h3 span{
	position: relative;
	z-index: 99;
	background: #fff;
	padding-right: 56px;
	display: inline-block;
}
.anli_tui h3 span:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #000;
	right: 26px;
	top: 10px;
}
.anli_tui .swiper-slide{
	box-shadow: 0 1px 9px rgba(172,172,172,1);
	border-radius: 10px;
}
.anli_tui .swiper-container{
	padding: 10px 4px 46px;
}
.anli_tui img{
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
}
.anli_tui .text{
	padding: 20px 20px 16px;
	box-sizing: border-box;
}
.anli_tui .text h4{
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.anli_tui .text h5{
	margin-top: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	 text-overflow: ellipsis;
	display: -webkit-box;
}
.anli_tui .pagination .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	background: #333;
	border-radius: 0;
	display: inline-block;
	margin: 0 10px;
	opacity: 1;
}
.anli_tui .pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #000;
	width: 30px;
}
.anli_tui .pagination{
	bottom: 0;
	text-align: center;
	right: 0!important;
	margin: 0 5px;
}
.team_list ul li{
	font-size: 0;
	margin-bottom: 20px;
	padding: 20px 0;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.team_list ul li .text{
	padding: 50px 20px;
	display: inline-block;
	vertical-align: top;
	width: 18%;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.team_list ul li .text h3{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.team_list ul li .text h4{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.team_list ul li .txt{
	display: inline-block;
	vertical-align: top;
	width: 82%;
	padding: 10px 40px 10px 30px;
	box-sizing: border-box;
}
.team_list ul li .txt,
.team_list ul li .txt *
{
	font-size: 14px;
	line-height: 30px;
}
.team_list ul li:last-child{
	margin-bottom: 0;
}
.map{
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: 300px;
}
.map_wechat{
	position: absolute;
	top: 20%;
	left: 20px;
	width: 170px;
	border: 1px solid #000;
	box-sizing: border-box;
}
.map_wechat img{
	width: 100%;
}
.map_wechat p{
	background: #e62129;
	border-top: 1px solid #000;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.contact_list ul{
	font-size: 0;
}
.contact_list ul li{
	padding: 60px 0 46px;
	text-align: center;
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.contact_list ul li:nth-child(3n){
	margin-right: 0;
}
.contact_list ul li img{
	width: 80px;
	display: inline-block;
}
.contact_list ul li h3{
	margin-top: 6px;
	font-size: 16px;
	line-height: 44px;
	position: relative;
}
.contact_list ul li h3:after{
	position: absolute;
	content: "";
	background: #e62129;
	width: 40px;
	height: 4px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.contact_list ul li h4{
	font-size: 16px;
	line-height: 40px;
	margin-top: 10px;
}
.index_dong{
	padding: 70px 0 72px;
	background: #f1f1f1;
}
.index_dong .dong_li{
	margin-bottom: 0;
	padding-bottom: 40px;
}
.index_more{
	position: relative;
	text-align: center;
}
.index_more:after{
	position: absolute;
	content: "";
	left: 0;
	top: 18px;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.index_more a{
	display: inline-block;
	padding: 0 50px 0 20px;
	background: #f1f1f1!important;
	position: relative;
	z-index: 99;
	font-size: 16px;
	line-height: 38px;
	color: #b3252f;
}
.index_more a:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #b3252f url(/img/next2.png)no-repeat center;
	background-size: 10px;
	border-radius: 100%;
	top: 10px;
	right: 20px;
}
.dong_title{
	font-size: 0;
	margin-bottom: 40px;
}
.dong_title h3{
	display: inline-block;
	vertical-align: top;
	width: 80%;
	font-size: 48px;
	line-height: 60px;
}
.dong_title h3 span{
	position: relative;
	display: block;
	color: #b3252f;
	font-size: 28px;
	padding-bottom: 4px;
}
.dong_title h3 span:after{
	position: absolute;
	content: "";
	height: 4px;
	width: 106px;
	left: 0;
	bottom: 0;
	background: #b3252f;
}
.dong_logo{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: right;
}
.dong_logo img{
	height: 80px;
	max-width: 100%;
}
.index_yewu{
	padding: 72px 0 62px;
	background: #f1f1f1;
}
.index_title{
	text-align: center;
}
.index_title span{
	font-size: 48px;
	display: inline-block;
	position: relative;
}
.index_title span:before{
	position: absolute;
	content: "";
	width: 44px;
	height: 1px;
	background: #333;
	left: -58px;
	top: 32px;
}
.index_title span:after{
	position: absolute;
	content: "";
	width: 44px;
	height: 1px;
	background: #333;
	right: -58px;
	top: 32px;
}
.yewu_list{
	margin-top: 52px;
}
.yewu_list ul{
	font-size: 0;
}
.yewu_list ul li{
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 26px;
	width: 24%;
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.333%;
}
.yewu_list ul li a{
	border: 1px solid #fff;
	border-radius: 10px;
	display: block;
}
.yewu_list ul li:nth-child(4n){
	margin-right: 0;
}
.yewu_list ul li .img{
	margin-top: 30px;
	height: 90px;
	display: inline-block;
}
.yewu_list ul li .img img{
	max-height: 90%
}
.yewu_list ul li .img .img_b{
	display: none;
}
.yewu_list ul li p{
	padding-bottom: 36px;
	font-size: 14px;
	line-height: 30px;
	margin-top: 14px;
}
.yewu_list ul li:hover{
	margin-top: -20px;
	background: #30318b;
}
.yewu_list ul li:hover p{
	color: #fff;
}
.yewu_list ul li:hover .img_h{
	display: none;
}
.yewu_list ul li:hover .img_b{
	display: block;
}
.index_anli{
	padding: 68px 0 70px;
}
.index_anli .index_title span{
	color: #fff;
}
.index_anli .index_title span:before,
.index_anli .index_title span:after{
	background: #fff;
}
.index_anli h3{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 28px;
}
.index_anli ul{
	font-size: 0;
}
.index_anli ul li{
	border-radius: 10px;
	margin-right: 8%;
	width: 46%;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 1px 6px #acacac;
	margin-bottom: 26px;
}
.index_anli ul li:nth-child(2n){
	margin-right: 0;
}
.index_anli ul li img{
	object-fit: cover;
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.index_anli ul li .text{
	padding: 20px 16px 24px 16px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}
.index_anli ul li .text h4{
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_anli ul li .text h5{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	 text-overflow: ellipsis;
	display: -webkit-box;
}
.index_anli ul li:hover .text h4{
	color: #b3252f;
	text-decoration: underline;
}
.index_anli .index_more{
	margin-top: 14px;
}
.index_anli .index_more a{
	color: #666666;
	background: #fff!important;
}
.index_anli .index_more a:after{
	background-color: #666;
}
.nav2{ float:right}
.flink{ background:#232121; color:#FFFFFF; line-height:38px}
.flink a{color:#FFFFFF}