@charset "utf-8";
.page_banner{
	width: 100%;
	height: 480px;
	text-align: center;
	margin-bottom: 50px;
}
.page_banner img{
	width: 100%;
	max-width: 1920px;
	height: 100%;
	object-fit: cover;
}
.page_lead{
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
	color: #999999;
}
.page_lead a{
	color: #999999;
	font-size: 14px;
}
.page_lead a:hover{
	color: #B9161C;
}
.page_lead b{
	font-weight: normal;
	color: #B9161C;
	font-size: 14px;
}
.page-box{
	min-height: 500px;
}

/* ============tag-list============= */
.tag_title{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #B9161C;
	color: #FFFFFF;
	border-radius: 6px;
	margin-bottom: 50px;
}
.tag_list{
	margin-bottom: 100px;
}
.tag_list .item{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}
.tag_list .item:nth-of-type(1) {
	background: #F7EBE4 !important;
}
.tag_list .item:nth-of-type(2n) {
	background: #E4F7F0;
}
.tag_list .item:nth-of-type(2n+1) {
	background: #E4E9F7;
}
.tag_list .item:nth-of-type(3n) {
	background: #F5D6D3;
}
.tag_list .item:hover{
	box-shadow: 0 0 2px 0 #989898;
}

/* ============news-list============= */
.news_left{
	width: 300px;
	float: left;
	margin-bottom: 50px;
}
.news_left .nav_title{
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	background: #B9161C;
	text-align: center;
}
.news_left .nav_title b{
	font-size: 16px;
}
.news_left .nav_title span{
	display: inline-block;
	font-size: 12px;
	vertical-align: bottom;
}
.news_left .nav_list{
	height: 300px;
}
.news_left .nav_list li{
	display: block;
	width: 100%;
	height: 36px;
	margin-top: 5px;
}
.news_left .nav_list li a{
	display: block;
	line-height: 36px;
	background: #EEEEEE;
	color: #5C5C5C;
	text-align: center;
}
.news_left .nav_list li.active a{
	border: 1px solid #B9161C;
	color: #B9161C;
}
.news_left .nav_list li a:hover{
	border: 1px solid #B9161C;
	color: #B9161C;
}
.news_left .tag{
	overflow: hidden;
}
.news_left .tag h1{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: #171515;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 10px;
}
.news_left .tag .list{
	width: 320px;
}
.news_left .tag .list a{
	display: block;
	width: 145px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	background: #EEEEEE;
	color: #848484;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_left .tag .list a:hover{
	background: #171515;
	color: #FFFFFF;
}

.news_right{
	width: 880px;
	float: right;
}
.news_list li{
	display: block;
	margin-bottom: 20px;
}
.news_list li .fl{
	width: 200px;
	height: 165px;
	overflow: hidden;
	float: left;
}
.news_list li .fl img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_list li .fl:hover img{
	opacity: 0.7;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_list li .fr{
	width: 660px;
	float: right;
}
.news_list li .fr h2{
	font-size: 18px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.news_list li .fr h2 a:hover{
	color: #B9161C;
	text-decoration: underline;
}
.news_list li .fr .info{
	height: 90px;
	margin-top: 10px;
}
.news_list li .fr .info p{
	font-size: 12px;
	color: #999999;
	width: 450px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;
}
.news_list li .fr .bom{
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #999999;
}
.news_list li .fr .bom a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border-radius: 3px;
	vertical-align: middle;
	margin-left: 10px;
}
.news_list li .fr .bom a:nth-of-type(1) {
	background: #F7EBE4 !important;
}
.news_list li .fr .bom a:nth-of-type(2n) {
	background: #E4F7F0;
}
.news_list li .fr .bom a:nth-of-type(2n+1) {
	background: #E4E9F7;
}
.news_list li .fr .bom a:nth-of-type(3n) {
	background: #F5D6D3;
}

/* =================case-list================= */
.case_list_title{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: bold;
}
.case_list_title h1{
	font-size: 24px;
}
.case_list_tag{
	padding-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}
.case_list_tag .fl{
	width: 100px;
	float: left;
	font-size: 16px;
	color: #767676;
}
.case_list_tag .fr{
	width: 1100px;
	float: left;
}
.case_list_tag .fr a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #232020;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 3px;
	margin-bottom: 5px;
}
.case_list_tag .fr a.active{
	background: #B9161C;
	color: #FFFFFF;
}
.case_list_tag .fr a:hover{
	background: #B9161C;
	color: #FFFFFF;
}
.case_list_list{
	margin-top: 30px;
}
.case_list_list .case_list_list_h1{
	font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.case_list_list ul{
	display: block;
	width: 1230px;
}
.case_list_list ul li{
	display: block;
	width: 255px;
	height: 305px;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	background: #FFFFFF;
}
.case_list_list ul li:hover{
	box-shadow: 0 0 8px 0 #d4dee6;
	border-color: #B9161C;
}
.case_list_list ul li .logo{
	width: 100%;
	height: 90px;
	text-align: center;
	overflow: hidden;
}
.case_list_list ul li .logo img{
	max-width: 100%;
	max-height: 100%;
}
.case_list_list ul li h1{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_list_list ul li h1 a:hover{
	color: #B9161C;
	text-decoration: underline;
}
.case_list_list ul li h2{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.case_list_list ul li h2 b{
	color: #B9161C;
	font-weight: normal;
}
.case_list_list ul li h2 a{
	color: #999999;
}
.case_list_list ul li h2 a:hover{
	color: #B9161C;
}
.case_list_list ul li .info{
	width: 100%;
	height: 126px;
}
.case_list_list ul li .info p{
	font-size: 12px;
	color: #999999;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;
}
.case_list_list ul li .time{
	font-size: 12px;
	color: #999999;
	text-align: right;
}

/* ===========case-detail========== */
.case_detail_title{
	margin-top: 50px;
	margin-bottom: 50px;
}
.case_detail_title h1{
	font-size: 20px;
	text-align: center;
}
.case_detail_nav{
	margin-bottom: 30px;
	text-align: left;
}
.case_detail_nav .fl{
	display: inline-block;
	height: 80px;
	vertical-align: top;
}
.case_detail_nav .fl img{
	height: 80px;
}
.case_detail_nav .fr{
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	text-align: left;
}
.case_detail_nav .fr p{
	font-size: 14px;
	line-height: 24px;
}
.case_detail_h2{
	font-size: 14px;
}
.case_detail_listpic{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 20px;
	margin-bottom: 50px;
}
.case_detail_listpic ul{
	display: block;
	white-space: nowrap;
}
.case_detail_listpic ul li{
	display: inline-block;
	margin-right: 10px;
}
.case_detail_listpic ul li img{
	width: 200px;
}
.case_detail_info{
	margin-top: 20px;
	margin-bottom: 100px;
}
.case_detail_info img{
	max-width: 100%;
}
.case_tuijian_title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #EEEEEE;
}
.case_tuijian_title h2{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.case_tuijian_list{
	width: 950px;
	margin: 20px auto;
}
.case_tuijian_list ul li{
	display: block;
	width: 172px;
	float: left;
	background: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 18px;
}
.case_tuijian_list ul li .pic{
	width: 172px;
	height: 287px;
	overflow: hidden;
	margin-bottom: 5px;
}
.case_tuijian_list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.case_tuijian_list ul li h3{
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_tuijian_list ul li:hover{
	box-shadow: 0 0 5px 0 #d4dee6;
}
.case_tuijian_list ul li:hover h1{
	color: #B9161C;
}
.case_tuijian_list ul li:hover img{
	opacity: 0.7;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.case_bom_box{
	padding: 100px 0;
	background: #EEEEEE;
}
.case_fun_title h2{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.case_fun_tabar{
	margin-bottom: 20px;
}
.case_fun_tabar ul li{
	display: block;
	width: 25%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.case_fun_tabar ul li.active::after{
	display: block;
	content: "";
	width: 50px;
	height: 2px;
	background: #4A85F8;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.case_fun_list ul{
	display: none;
}
.case_fun_list ul li{
	display: block;
	width: 220px;
	margin-right: 20px;
	float: left;
	padding-bottom: 10px;
}
.case_fun_list ul li .pic{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
	margin: 20px auto;
}
.case_fun_list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	/*-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;*/
}
.case_fun_list ul li h6{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_fun_list ul li:hover{
	box-shadow: 0 0 18px 0 #d4dee6;
}
/*.case_fun_list ul li:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}*/
.case_fun_list ul li:hover h1{
	color: #B9161C;
}
.case_news_title{
	margin: 30px auto;
}
.case_news_title h2{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.case_news_list{
	text-align: center;
}
.case_news_list ul{
	display: inline-block;
	width: 380px;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 5px;
}
.case_news_list ul.fr{
	margin-left: 60px;
}
.case_news_list ul li{
	display: block;
	width: 100%;
	height: 30px;
}
.case_news_list ul li h6{
	font-size: 14px;
	text-align: left;
	display: block;
	width: 300px;
	line-height: 30px;
	float: left;
	font-weight: normal;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.case_news_list ul li span{
	display: block;
	width: 80px;
	line-height: 30px;
	float: right;
	text-align: right;
	color: #999999;
	font-size: 12px;
}
.case_news_list ul li a:hover h1{
	color: #B9161C;
}

/* ===========tag-detail========== */
.tag_detail_left{
	width: 880px;
	float: left;
}
.tag_detail_right{
	width: 300px;
	float: right;
}
.tag_detail_title{
	text-align: center;
	font-size: 24px;
	margin-bottom: 50px;
}
.tag_detail_play_h1{
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #41B492;
	color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 30px;
}
.tag_detail_play_list{
	margin-bottom: 100px;
}
.tag_detail_play_list a{
	display: block;
	width: 138px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #848484;
	border: 1px solid #41B492;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.tag_detail_play_list a:hover{
	background: #41B492;
	color: #FFFFFF;
}
.tag_detail_tag_h1{
	display: block;
	width: 105px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #171515;
	color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 30px;
}
.tag_detail_box{
	margin-bottom: 50px;
	margin-top: 50px;
}
.tag_detail_tag_list a{
	display: block;
	width: 138px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #848484;
	background: #EEEEEE;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.tag_detail_tag_list a:hover{
	background: #171515;
	color: #FFFFFF;
}

/* ===========news-detail========== */
.news_detail_box{
	margin-top: 30px;
}
.news_detail_box .title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.news_detail_box .content{
	font-size: 14px;
	line-height: 24px;
}
.news_detail_box .content img{
	max-width: 100%;
}

/* ===========plan-list========== */
.plan_type{
	margin-top: 100px;
	margin-bottom: 80px;
}
.plan_type .plan_type_h1 {
	color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}
.plan_type ul{
	display: table;
	width: 100%;
}
.plan_type ul li{
	display: table-cell;
	width: 25%;
	height: 175px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.plan_type ul li a{
	display: table;
	width: 100%;
	height: 100%;
}
.plan_type ul li a .content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.plan_type ul li a h1{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}
.plan_type ul li a img{
	height: 50px;
	display: block;
	margin: 0 auto;
}
.plan_type ul li a .act{
	display: none;
}
.plan_type ul li:hover .noact{
	display: none;
}
.plan_type ul li:hover .act{
	display: block;
}
.plan_type ul li:hover a{
	background: rgba(0,0,0,0.2);
}
.plan_tag_list{
	margin-bottom: 100px;
}
.plan_tag_list a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #C80251;
	border-radius: 18px;
	font-size: 15px;
}
.plan_tag_list a:hover{
	color: #FFFFFF;
	background: #C80251;
}

/*分页*/
.public_page{
	text-align: left;
}
.public_page ul li{
	display: inline-block;
	margin-left: 10px;
}
.public_page ul li a,.public_page ul li span{
	display: block;
	height: 30px;
	min-width: 20px;
	text-align: center;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	cursor: pointer;
}
.public_page ul li.active a,.public_page ul li.active span{
	background: #B9161C;
	color: #FFFFFF;
	border-color: #B9161C;
}
.public_page ul li a:hover,.public_page ul li span:hover{
	background: #B9161C;
	color: #FFFFFF;
	border-color: #B9161C;
}

.tag_detail_bottom{
	width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999999;
}
.tag_detail_bottom a{
	display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 10px;
}
.tag_detail_bottom a:nth-of-type(n) {
    background: #F7EBE4 !important;
}
.tag_detail_bottom a:nth-of-type(2n) {
    background: #E4E9F7 !important;
}
.tag_detail_bottom a:nth-of-type(3n) {
    background: #F5D6D3 !important;
}










