.banner_lawsuit {
    background-color: #76b5d5;
}
.banner_lawsuit .banner_patent1{
	background: url(../images/bannerPC_susong.png) no-repeat center right;
	background-size: cover;
}
.banner_patent980 .banner_patent1{
    background: url(../images/banner1024_susong.jpg) no-repeat center;
    background-color: #76b5d5;
    background-size: cover;
}


/* 鍗冩収寰嬪笀 */
.advantage_lawsuit{
	background-color: #76b5d5;
}
.advantage_lawsuit ul li>div{
	width: 92px;
	height: 88px;
	background: url(../images/susong_icon.png) no-repeat center;
	background-position: 2px -126px;
}
.advantage_lawsuit ul li:nth-child(2)>div{
	background-position: -102px -126px;
}
.advantage_lawsuit ul li:nth-child(3)>div{
	background-position: -201px -126px;
}
.advantage_lawsuit ul li:nth-child(4)>div{
	background-position: 0 -232px;
}
/* 涓氬姟鍒嗙被 */
.business_lawsuit{
	font-size: 20px;
}
.business_lawsuit ul{
	margin-top: 14px;
	overflow: hidden;
}
.business_lawsuit ul li{
	width: 100%;
	background: url(../images/susong_bgicon.png) no-repeat left top;
	background-color: #f2f2f2;
	font-family: Light;
	border-radius: 36px 0 0 0;
	margin-top: 45px;
	padding-bottom: 45px;
	overflow-x: hidden;
}
.business_lawsuit ul li>p{
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #76b5d5;
	margin-left: 35px;
	margin-top: 29px;
	margin-bottom: 28px;
	color: #fff;
}
.business_lawsuit ul li>p>span{
	margin-left: -35px;
}
.business_lawsuit ul li>div{
	display: inline-block;
	width: calc(33.33% - 18px);
	width: -moz-calc(33.33% - 18px);
	width: -webkit-calc(33.33% - 18px);
	margin: 14px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 5%;
}
.business_lawsuit ul li>div:nth-child(3n){
	margin-left: 27px;
}
.business_lawsuit ul li>div:nth-child(3n + 1){
	float: right;
}
.business_lawsuit ul li>div span{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/susong_icon.png) no-repeat center;
	background-position: left top;
	top: 5px;
	margin-right: 8px;
	position: relative;
}
/*980绉诲姩绔� 涓氬姟鍒嗙被 */
.business_lawsuit980{
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
}
.business_lawsuit980 .title {
    font-size: 50px;
    margin-top: 80px;
}
.business_lawsuit980 ul{
	margin-top: 16px;
}
.business_lawsuit980 ul li{
	width: 100%;
	background: url(../images/susong_bgicon980.png) no-repeat left top;
	background-color: #f2f2f2;
	border-radius: 60px 0 0 0;
	padding-bottom: 66px;
	text-align: center;
}
.business_lawsuit980 ul li>p{
	height: 68px;
	line-height: 68px;
	font-size: 36px;
	margin-left: 63px;
	margin-top: 59px;
	margin-bottom: 46px;
}
.business_lawsuit980 ul li>p>span{
	margin-left: -63px;
}
.business_lawsuit980 ul li>div{
	width: 50%;
	font-size: 32px;
	margin: 14px auto;
	padding: 0;
}
.business_lawsuit980 ul li:first-child>div{
	float: left;
}
.business_lawsuit980 ul li>div:nth-child(3n){
	margin-left: 0;
}
.business_lawsuit980 ul li>div:nth-child(3n + 1){
	float: none;
}
.business_lawsuit980 ul li>div span{
	display: none;
}

/* 涓夊ぇ鏍稿績浼樺娍 */
.benefit_lawsuit .title>p{
	font-size: 20px;
	font-family: Regular;
	line-height: 2;
}
.benefit_lawsuit ul {
    width: 100%;
	margin-top: 50px;
}
.benefit_lawsuit ul::after{
	content: '';
	display: block;
	clear: both;
}
.benefit_lawsuit ul li {
    width: calc(33.33% - 18px);
    width: -moz-calc(33.33% - 18px);
    width: -webkit-calc(33.33% - 18px);
    font-size: 18px;
	font-family: Light;
    float: left;
    padding: 20px 0;
	position: relative;
	overflow: hidden;
}
.benefit_lawsuit ul li:nth-child(n + 2){
	margin-left: 27px;
}
.benefit_lawsuit ul li:last-child{
	float: right;
}
.benefit_lawsuit ul li .benefit_lawsuit_img div{
    width: 286px;
    height: 152px;
    margin: 4px auto;
    background: url(../images/susong_icon.png) no-repeat center;
    background-position: left -342px ;
}

.benefit_lawsuit ul li:nth-child(2) .benefit_lawsuit_img div{
	background-position: left -520px;
}
.benefit_lawsuit ul li:nth-child(3) .benefit_lawsuit_img div{
	background-position: left -693px;
}
.benefit_lawsuit ul li .benefit_lawsuit_img>p{
	display: none;
}
.benefit_lawsuit ul li .benefit_lawsuit_text{
	position: absolute;
	top: -4px;
	width: calc(100% - 4px);
	width: -webkit-calc(100% - 4px);
	width: -moz-calc(100% - 4px);
	height: 100%;
	line-height: 1.8;
	font-size: 18px;
	background-color: #76b5d5;
	color: #fff;
	padding: 20px 24px;
	box-sizing: border-box;
	box-shadow: 1px 1px 4px #666;
	display: none;
}
@media only screen and (max-width: 1280px){
	.benefit_lawsuit ul li .benefit_lawsuit_img div{
	    width: 100%;
	    background-position: left -328px;
	    background-size: 280px;
	}
	
	.benefit_lawsuit ul li:nth-child(2) .benefit_lawsuit_img div{
		background-position: left -500px;
	}
	.benefit_lawsuit ul li:nth-child(3) .benefit_lawsuit_img div{
		background-position: left -666px;
	}
	.benefit_lawsuit ul li .benefit_lawsuit_text{
		font-size: 17px;
		padding: 20px 14px;
	}
}
@media only screen and (max-width: 1080px){
	.benefit_lawsuit ul li .benefit_lawsuit_img div{
	    width: 100%;
	    background-position: left -294px;
	    background-size: 256px;
	}
	
	.benefit_lawsuit ul li:nth-child(2) .benefit_lawsuit_img div{
		background-position: left -450px;
	}
	.benefit_lawsuit ul li:nth-child(3) .benefit_lawsuit_img div{
		background-position: left -604px;
	}
	.benefit_lawsuit ul li .benefit_lawsuit_text{
		font-size: 16px;
	}
}
/*980绉诲姩 涓夊ぇ鏍稿績浼樺娍 */
.benefit_lawsuit980{
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
}
.benefit_lawsuit980 .title {
    font-size: 50px;
    margin-top: 80px;
}
.benefit_lawsuit980 .title>p{
	display: none;
}
.benefit_lawsuit980 ul {
	margin-top: 0px;
}
.benefit_lawsuit980 ul li {
    width: 100%;
    font-size: 27px;
    float: none;
	background-color: #76b5d5;
	margin-top: 45px;
	color: #fff;
	padding: 24px 0;
	overflow: hidden;
}
.benefit_lawsuit980 ul li:nth-child(n + 2){
	margin-left: 0;
}
.benefit_lawsuit980 ul li:last-child{
	float: none;
}
.benefit_lawsuit980 ul li .benefit_lawsuit_img{
	width: 40%;
	float: left;
	margin-top: 16px;
}
.benefit_lawsuit980 ul li .benefit_lawsuit_img div{
    width: 206px;
    height: 206px;
    margin: 4px auto;
    background: url(../images/susong_icon980.png) no-repeat center;
    background-position: left top;
}

.benefit_lawsuit980 ul li:nth-child(2) .benefit_lawsuit_img div{
	background-position: right top;
}
.benefit_lawsuit980 ul li:nth-child(3) .benefit_lawsuit_img div{
	background-position: left bottom;
}
.benefit_lawsuit980 ul li .benefit_lawsuit_img>p{
	display: block;
	margin-top: 12px;
	font-size: 36px;
	text-align: center;
}
.benefit_lawsuit980 ul li .benefit_lawsuit_text{
	position: relative;
	padding: 0;
	width: 60%;
	font-size: 30px;
	margin-top: 0;
	padding-right: 34px;
	box-sizing: border-box;
	float: right;
	box-shadow: none;
	height: auto;
}

/* 璇夎缁忓吀鏈嶅姟妗堜緥 */
.case_lawsuit{
	font-size: 20px;
	overflow: hidden;
}
.case_lawsuit ul{
	margin-top: 16px;
	overflow: hidden;
}
.case_lawsuit ul li{
	width: calc(33.333% - 18px);
	width: -moz-calc(33.333% - 18px);
	width: -webkit-calc(33.333% - 18px);
	float: left;
	background: url(../images/susong_bgicon.png) no-repeat left top;
	background-color: #f2f2f2;
	font-family: Light;
	border-radius: 32px 0 0 0;
	margin-top: 44px;
	padding-bottom: 20px;
	overflow-x: hidden;
	cursor: pointer;
}
.case_lawsuit ul li:nth-child(3n + 2){
	margin-left: 27px;
}
.case_lawsuit ul li:nth-child(3n){
	float: right;
}


.case_lawsuit ul li>p{
	height: 39px;
	line-height: 38px;
	text-align: center;
	background-color: #76b5d5;
	margin-left: 35px;
	margin-top: 32px;
	margin-bottom: 20px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 1.5em;
	box-sizing: border-box;
}
.case_lawsuit ul li>p>span{
	margin-left: -35px;
}
.case_lawsuit ul li>span{
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.case_lawsuit ul li:hover>span{
	color: #df0515;
}

.case_lawsuit .more{
	font-size: 14px;
	font-family: Regular;
	float: right;
	margin-top: 26px;
}
.case_lawsuit .more span{
	width: 14px;
	height: 14px;
	background: url(../images/yd_icon.png) no-repeat center;
	background-position: 0 -24px;
	background-size: 84px;
	margin-left: 8px;
	display: inline-block;
}
.case_lawsuit .more a:hover{
	color: #727171;
}

/* 980 璇夎缁忓吀鏈嶅姟妗堜緥 */
.case_lawsuit980{
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
}
.case_lawsuit980 .title{
	font-size: 50px;
	margin-top: 80px;
}
.case_lawsuit980 ul{
	margin-top: 16px;
	overflow: hidden;
}
.case_lawsuit980 ul li{
	width: 100%;
	height: auto;
	float: none;
	background: url(../images/susong_bgicon980.png) no-repeat left top;
	background-color: #f2f2f2;
	border-radius: 60px 0 0 0;
	margin-top: 44px;
	padding-bottom: 66px;
}
.case_lawsuit980 ul li:nth-child(3n + 2){
	margin-left: 0;
}
.case_lawsuit980 ul li:nth-child(3n){
	float: none;
}
.case_lawsuit980 ul li>p{
	height: 68px;
	line-height: 68px;
	font-size: 36px;
	margin-left: 63px;
	margin-top: 59px;
	margin-bottom: 46px;
}
.case_lawsuit980 ul li>p>span{
	margin-left: -63px;
}
.case_lawsuit980 ul li>span{
	font-size: 32px;
}

.case_lawsuit980 .more{
	font-size: 32px;
	margin-top: 42px;
}
.case_lawsuit980 .more span{
	width: 28px;
	height: 28px;
	background: url(../images/yd_icon.png) no-repeat center;
	background-position: -84px -52px;
	background-size: 180px;
}


@media only screen and (max-width: 1280px){
	.business_lawsuit,.case_lawsuit{
		font-size: 18px;
	}
}