body{
	background-color: #f9f9f9;
}
.case-banner-box{
    width: 100%;
	height: 800px;
	background: url("../images/case/banner.png") center center no-repeat ;
	position: relative;
}
.case1-banner-box{
	width: 100%;
	height: 800px;
	background: url("../images/case/case_banner.png") center center no-repeat ;
	position: relative;
}
.solution1-banner-box{
    width: 100%;
	height: 800px;
	background: url("../images/case/solution1_banner.png") center center no-repeat ;
	position: relative;
}
.solution2-banner-box{
    width: 100%;
	height: 800px;
	background: url("../images/case/solution2_banner.png") center center no-repeat ;
	position: relative;
}
.case-banner-h5{
	display: none;
}
.case1-banner-h5{
	display: none;
}
.solution1-banner-h5{
	display: none;
}
.solution2-banner-h5{
	display: none;
}
.case_crumb{
	width: 100%;
	margin-top: 40px;
	border-bottom: 1px solid #EEEEEE;
}
.case_crumb.solution{
	border-bottom: none;
}
.case_crumb_box{
	font-size: 14px;
	color: #333333;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.case_breadcrumb{
	display: flex;
	flex-wrap: wrap;
}
.case_breadcrumb>li{
	margin-right: 3px;
}
.case_breadcrumb>li:first-child{
    background: url(../images/case/breadcrumb-icon.png) 0px 5px no-repeat ;
	background-size: 12px 14px;
    padding-left: 22px;
}
.case_tabe{

}
.case_tabe>li{
	float: left;
	cursor: pointer;
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 24px;
	margin: 0 40px;
}
.case_tabe>li.tabActive{
	font-weight: bold;
	color: #004EA2;
	border-bottom: 3px solid #0055B1;
}
.case_content {
	display: none;
	margin-top: 70px;
}
.conAvtive {
	display: block;
}
.tabActive {
	color: #ccb46c;
}
.content-main-box{
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.case_content_main{
	display: grid;
	grid-template-columns: repeat(auto-fill, 49%);
	grid-gap: 2%;
}
.solution_list{
	max-width: 680px;
	height: auto;
	background: #FFFFFF;
	border-radius: 10px;
}
.solution_list_head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.solution_list_head img{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
.solution_list_box{
	width: 100%;
	padding: 40px;
	border-radius: 0px 0px 10px 10px;
}
.solution_list_box>.solution_name{
	font-size: 22px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 17px;
}
.solution_list_box>.solution_sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.solution_list_box>.solution_more{
	width: 136px;
	height: 44px;
	font-size: 14px;
	color: #333333;
	padding-right: 30px;
	line-height: 44px;
	background: url("../images/case/solution_more.png") 90px center no-repeat;
	margin: 30px 0 0px;
	display: inline-block;
	cursor: pointer;
}
.solution_list_box>.solution_more.solution_more_it{
	width: 184px;
	background: url("../images/case/solution_more.png") 118px center no-repeat;
}
.solution_list:hover .solution_more.solution_more_it{
	background: url("../images/case/solution_w_more.png") 138px center no-repeat #0055B1;
}
.solution_list:hover{
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	cursor: pointer;
}
.solution_list:hover .solution_list_box>.solution_name{
	color: #004EA2;
}
.solution_list:hover .solution_list_head img{
    transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
}
.solution_list:hover .solution_more{
	background: url("../images/case/solution_w_more.png") 90px center no-repeat #0055B1;
	color: #fff;
	border-radius: 22px;
	padding-left: 24px;
}

.solution-main{
	width: 100%;
	height: auto;
}
.solution_title{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	/*line-height: 36px;*/
	text-align: center;
	margin: 65px auto 60px;
	line-height: 1.2;
}
.solution_head_box{
	display: flex;
	flex-direction: row;
	width: 100%;
	background-color: #fff;
}
.solution_hb_left{
	width: 40%;
	height: auto;
	overflow: hidden;
}
.solution_hb_left img{
	width: 100%;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
.solution_hb_left img:hover{
	transform: scale(1.12);
	-moz-transform: scale(1.12);
	-webkit-transform: scale(1.12);
}
.solution_hb_right{
	padding: 70px 70px 40px 133px;
	width: 60%;
}
.solution_hb_right.solution_hb_right_it {
	padding: 50px 70px 40px 80px;
	width: 60%;
}
.solution_hb_right.solution_hb_right_it .shb_right_ul {
    margin-top: 40px;
}
.solution_hb_right.solution_hb_right_it .shb_right_ul>li {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 20px;
}
.shb_right_title{
	font-size: 24px;
	font-weight: bold;
	color: #004EA2;
	line-height: 24px;
	margin-bottom: 16px;
}
.shb_right_sub{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E0E0E0;
}
.shb_right_ul{
	margin-top: 50px;
}
.shb_right_ul>li{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 25px;
}
.shb_right_ul>li>i{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #004EA2;
	margin-right: 15px;
}
.solution_head_box_h5{
	display: none;
}
.solution_bottom{
	width: 100%;
	margin: 130px auto 0;
}
.solution_bottom_title{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 60px;
}
.solution_bottom_main{
	width: 100%;
	background: #FFFFFF;
}
.solution_bottom_img{
	width: 1400px;
	margin: 0 auto;
	padding: 56px 0;
	text-align: center;
}

.solution2_head_box{
	width: 1400px;
	margin: 64px auto 0;
	display: flex;
	justify-content: space-between;
}
.solution2_head_left{
	width: 50%;
	padding-right: 100px;
}
.solution2_head_left>.solution2_title{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 50px 0 33px;
	margin-top: 0;
}
.solution2_head_left>.solution2_sub{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.solution2_head_right{
	width: 50%;
	overflow: hidden;
	cursor: pointer;
}
.solution2_head_right>img{
	width: 100%;
	border-radius: 10px;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
.solution2_head_right>img:hover{
	transform: scale(1.12);
	-moz-transform: scale(1.12);
	-webkit-transform: scale(1.12);
}
.solution2_product{
	width: 1400px;
	margin: 140px auto 0;
}
.solution2_product_title{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	text-align: center;
}
.solution2_product_ul{
	display: flex;
	justify-content: space-between;
	margin: 60px auto 100px;
}
.solution2_product_ul>li{
	width: 200px;
}
.solution2_product_ul>li>.s2_product_title{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
.solution2_product_ul>li>.s2_product_sub{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.solution2_product_ul_h5{
	display: none;
}
.case_list_title{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 60px auto;
	text-align: center;
}

.case_all{
	display: grid;
	grid-template-columns: repeat(auto-fill, 32%);
	grid-gap: 2%;
}

.case_all_list{
	max-width: 440px;
	height: auto;
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 10px;
}
.case_all_list_head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case_all_list_head img{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
.case_all_list:hover .case_all_list_head img{
	transform: scale(1.12);
	-moz-transform: scale(1.12);
	-webkit-transform: scale(1.12);
}
.case_all_list_box{
	width: 100%;
	padding: 30px;
	border-radius: 0px 0px 10px 10px;
}
.case_all_list_box>.case_all_name{
	font-size: 22px;
	color: #333333;
	line-height: 22px;
	display: block;
	cursor: pointer;
}
.case_all_list_box>.case_all_sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.case_all_list_box>.case_all_more{
	width: 136px;
	height: 44px;
	font-size: 14px;
	color: #333333;
	padding-right: 30px;
	line-height: 44px;
	background: url("../images/case/solution_more.png") 90px center no-repeat;
	margin: 30px 0 0px;
	display: inline-block;
	cursor: pointer;
}
.case_all_list_box>.case_all_more.case_all_more_it{
	width: 184px;
	background: url("../images/case/solution_more.png") 118px center no-repeat;
}
.case_all_list:hover .case_all_list_box>.case_all_more.case_all_more_it{
	background: url("../images/case/solution_w_more.png") 138px center no-repeat #0055B1;
}
.case_all_list:hover{
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
}
.case_all_list:hover .case_all_list_box>.case_all_more{
	background: url("../images/case/solution_w_more.png") 90px center no-repeat #0055B1;
	color: #fff;
	border-radius: 22px;
	padding-left: 24px;
}
.case_all_list:hover .case_all_list_box>.case_all_name{
	color: #0055B1;
}

.case_deatil_main{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, 50%);
	background: #FFFFFF;
	border-radius: 20px;
}
.case_deatil_main_left img{
	width: 100%;
	min-height: 470px;
}
.case_deatil_main_right{
	padding: 40px 40px 40px 60px;
	position: relative;
}
.case_dmr_title{
	font-size: 36px;
	color: #004EA2;
	line-height: 40px;
	margin-bottom: 38px;
}
.case_dmr_title2{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-bottom: 5px;
}
.case_dmr_sub{
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}
.case_dmr_bottom{
	position: absolute;
	left: 60px;
	bottom: 50px;
}
.case_dmrb_title{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin-bottom: 28px;
}
.case_dmrb_box{
	display: flex;
	justify-content: space-between;
	background: #F9F9F9;
	border-radius: 10px;
}
.case_dmrb_box:hover .case_dmrb_box_right img{
	transform: scale(1.22);
	-moz-transform: scale(1.22);
	-webkit-transform: scale(1.22);
}
.case_dmrb_box_left{
	padding: 4px;
}
.case_dmrb_box_left img{
	width: 100%;
	max-width: 80px;
}
.case_dmrb_box_right{
	padding: 10px 20px;
	width: 155px;
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 0;
}
.case_dmrb_box_right p{
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}
.case_dmrb_box_right img{
	position: absolute;
	bottom: 20px;
	right: 10px;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
@media (max-width:1400px) {
	.case_crumb_box{
		max-width: 1200px;
	}
	.content-main-box{
	    width: 1200px;
	}
	.shb_right_ul>li{
		margin-bottom: 15px;
	}
	.solution_bottom_img{
		width: 1200px;
	}
	.solution2_head_box{
		width: 1200px;
	}
	.solution2_product{
		width: 1200px;
		margin: 100px auto 0;
	}
}
@media (max-width:1200px) {
	.case_crumb_box{
		max-width: 100%;
	}
	.content-main-box{
	    width: 100%;
	}
	.shb_right_ul>li{
		margin-bottom: 15px;
	}
	.solution_bottom_img{
		width: 100%;
	}
	.solution2_head_box{
		width: 100%;
	}
	.solution2_product{
		width: 100%;
		margin: 100px auto 0;
	}
}
@media (max-width:640px){
	.case_crumb_box{
		max-width: 100%;
		display: block;
	}
	.case_crumb{
		margin-top: 25px;
	}
	.case_breadcrumb{
		display: none;
	}
	.case-banner-box{
		display: none;
	}
	.case1-banner-box{
		display: none;
	}
	.solution1-banner-box{
		display: none;
	}
	.solution2-banner-box{
		display: none;
	}
	.case_tabe{
		display: flex;
		justify-content: space-around;
	}
	.case-banner-h5{
		display: block;
		width: 100%;
		height: 260px;
		background: url("../images/case/banner_h5.png") center center no-repeat ;
		background-size: 100%;
		position: relative;
	}
	.case1-banner-h5{
		display: block;
		width: 100%;
		height: 260px;
		background: url("../images/case/case_banner_h5.png") center center no-repeat ;
		background-size: 100%;
		position: relative;
	}
	.solution1-banner-h5{
		display: block;
		width: 100%;
		height: 260px;
		background: url("../images/case/solution1_banner_h5.png") center center no-repeat ;
		background-size: 100%;
		position: relative;
	}
	.solution2-banner-h5{
		display: block;
		width: 100%;
		height: 260px;
		background: url("../images/case/solution2_banner_h5.png") center center no-repeat ;
		background-size: 100%;
		position: relative;
	}
	.case_tabe>li{
		font-size: 16px;
		padding-bottom: 10px;
	}
	.case_content_main{
		display: block;
	}
	.case_content{
		margin-top: 20px;
	}
	.content-main-box{
		padding: 0 16px;
	}
	.solution_list{
		margin-bottom: 20px;
	}
	.solution_list_box{
		padding: 12px;
	}
	.solution_list_box>.solution_name {
	    font-size: 16px;
	    color: #333333;
	    line-height: 22px;
	    margin-bottom: 12px;
		font-weight: bold;
	}
	.solution_list_box>.solution_sub {
	    font-size: 13px;
	    color: #666666;
	    line-height: 20px;
	}
	.solution_list_box>.solution_more {
		width: 136px;
		height: 16px;
	    font-size: 13px;
	    color: #999999;
	    padding-right: 30px;
	    line-height: 16px;
	    background: url(../images/case/solution_more_h5.png) 70px center no-repeat;
		background-size: 17px 10px;
	    margin: 20px 0 10px;
	    display: inline-block;
	    cursor: pointer;
	}
	.solution_list:hover{
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	}
	.solution_list:hover .solution_more{
		background: url("../images/case/solution_more_h5.png") 70px center no-repeat;
		background-size: 17px 10px;
		color: #999999;
		border-radius: 22px;
		padding-left: 0;
	}
	.solution_title {
	    font-size: 22px;
	    font-weight: bold;
	    color: #333333;
	    line-height: 22px;
	    text-align: center;
	    margin: 40px auto 30px;
	}
	.solution_head_box{
		display: none;
	}
	.solution_head_box_h5{
		display: block;
		background: #FFFFFF;
	}
	.solution_head_box_h5>.solution_hb_right{
		padding: 30px 20px 10px 20px;
		width: 100%;
	}
	.solution_head_box_h5>.solution_hb_right>.shb_right_title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.solution_head_box_h5>.solution_hb_right>.shb_right_sub {
	    font-size: 13px;
	    color: #333333;
	    line-height: 24px;
	    padding-bottom: 25px;
	    border-bottom: none;
	}
	.shb_right_ul {
	    margin-top: 5px;
	}
	.shb_right_ul>li {
	    font-size: 13px;
	    color: #333333;
	    line-height: 24px;
	    margin-bottom: 20px;
	}
	.shb_right_ul>li>i {
	    display: inline-block;
	    width: 6px;
	    height: 6px;
	    background: #004EA2;
	    margin-right: 10px;
	}
	.solution_head_box_h5>.solution_hb_left {
	    width: 100%;
	    height: auto;
	    text-align: center;
		padding-bottom: 30px;
	}
	.solution_head_box_h5>.solution_hb_left>img{
		width: 335px;
		margin: 0 auto;
		border-radius: 5px;
	}
	.solution_bottom_img{
		width: 100%;
		padding: 30px 20px;
	}
	.solution_bottom {
	    margin: 80px auto 0;
	}
	.solution_bottom_title {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 30px;
	}
	.solution2_head_box{
		width: 100%;
		margin: 30px auto 0;
		display: block;
		padding: 16px;
	}
	.solution2_head_left{
		width: 100%;
		padding-right: 0;
	}
	.solution2_head_left>.solution2_title{
		font-size: 22px;
		margin: 0px 0 25px;
		text-align: center;
	}
	.solution2_head_left>.solution2_sub{
		font-size: 14px;
		line-height: 18px;
	}
	.solution2_head_right{
		width: 100%;
		margin-top: 30px;
	}
	.solution2_product_ul{
		display: none;
	}
	.solution2_product_ul_h5{
		display: block;
		padding: 0 17px;
		height: 200px;
		overflow: hidden;
	}
	.solution2_product {
	    width: 100%;
	    margin: 50px auto 0;
	}
	.solution2_product_title {
	    font-size: 22px;
	    line-height: 24px;
	    text-align: center;
		margin-bottom: 30px;
	}
	.solution2_product_ul_h5>div>div>li{
		padding-right: 10px;
	}
	.solution2_product_ul_h5>div>div>li>.s2_product_title{
		font-size: 13px;
		font-weight: bold;
		color: #333333;
		line-height: 30px;
	}
	.solution2_product_ul_h5>div>div>li>.s2_product_sub{
		font-size: 12px;
		color: #666666;
		line-height: 18px;
	}
	.solution2_product_ul_h5 .slick-dots{
		bottom: 0px;
	}
	.solution2_product_ul_h5 .slick-dots>li.slick-active button{
		background: #004EA2;
	}
	.solution2_product_ul_h5 .slick-dots>li button{
		border: 2px solid #004EA2;
	}
	.case_all{
		display: block;
	}
	.case_all_list{
		margin-bottom: 20px;
	}
	.case_all_list_box{
		padding: 12px;
	}
	.case_all_list_box>.case_all_name {
	    font-size: 16px;
	    color: #333333;
	    line-height: 22px;
		font-weight: bold;
	}
	.case_all_list_box>.case_all_sub {
	    font-size: 13px;
	    color: #666666;
	    line-height: 20px;
	}
	.case_all_list_box>.case_all_more {
		width: 136px;
		height: 16px;
	    font-size: 13px;
	    color: #999999;
	    padding-right: 30px;
	    line-height: 16px;
	    background: url(../images/case/solution_more_h5.png) 70px center no-repeat;
		background-size: 17px 10px;
	    margin: 15px 0 10px;
	    display: inline-block;
	    cursor: pointer;
	}
	.case_all_list:hover{
		box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
	}
	.case_all_list:hover .case_all_more{
		background: url("../images/case/solution_more_h5.png") 70px center no-repeat !important;
		background-size: 17px 10px !important;
		color: #999999 !important;
		border-radius: 22px;
		padding-left: 0 !important;
	}
	.case_list_title {
	    font-size: 22px;
	    font-weight: bold;
	    color: #333333;
	    line-height: 26px;
	    margin: 40px auto 30px;
	    text-align: center;
	}

	.case_deatil_main{
		display: block;
	}
	.case_deatil_main_left img {
	    width: 100%;
	    min-height: auto;
		border-radius: 10px 10px 0 0 ;
	}
	.case_deatil_main_right {
	    padding: 30px 15px 30px 15px;
	    position: relative;
	}
	.case_dmr_title {
	    font-size: 18px;
	    color: #004EA2;
	    line-height: 20px;
	    margin-bottom: 30px;
	}
	.case_dmr_bottom{
		display: block;
		position: relative;
		left: 0;
		bottom: 0;
		width: 80%;
	}
	.case_dmr_title2 {
	    font-size: 14px;
	    line-height: 14px;
	    margin-bottom: 12px;
	}
	.case_dmr_sub {
	    font-size: 14px;
	    color: #666666;
	    line-height: 20px;
		margin-bottom: 30px;
	}
	.case_dmrb_title {
	    font-size: 14px;
	    line-height: 14px;
	    margin-bottom: 11px;
	}
	.case_dmrb_box {
	    display: flex;
	    flex-direction: row;
	    background: #F9F9F9;
	    border-radius: 10px;
		justify-content: revert;
	}
}
