
.content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 110px;
	min-height: 800px;
}
.content .con .title {
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	color: #333;
	/*margin-top: 60px;*/
	padding-left: 20px;
	padding-bottom: 0px;
	background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 35px;
	background-size: 10px 10px;
}
.content .con .support_con ul {

}
.content .con .support_con ul li {
	font-size: 0;
	height: 100px;
	background: #f4f4f4;
	padding: 0 41px 0 23px;
	margin-bottom: 10px;
}
.content .con .support_con ul li:last-child {
	margin-bottom: 110px;
}
.content .con .support_con ul li .left .img {
	width: 80px;
	margin-top: 23px;
	margin-right: 30px;
	overflow: hidden;	
}
.content .con .support_con ul li .left .img img {
	width: 100%;
	transition: all 2s;
}
.content .con .support_con ul li .left .img:hover img {
	transform: scale(1.2);
}
.content .con .support_con ul li .left .text {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-top: 35px;
}
.content .con .support_con ul li .right div {
	margin-top: 28px;
}
.content .con .support_con ul li .right div.yulan {
	margin-right: 10px;
}
.content .con .support_con ul li .right a {
	font-size: 16px;	
	display: inline-block;
	width: 108px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #1597d2;
	border-radius: 22px;
}
.content .con .support_con ul li .right div.yulan a {
	color: #fff;
	background: #1597d2; 
}
.content .con .support_con ul li .right div.xiazai a {
	color: #1597d2; 
	background: #fff; 
}
.content .con .support_con ul li .right div a:hover {
	opacity: 0.6;
}


@media screen and (max-width: 1440px) {
	.content {
	    width: 1000px;
	} 
}

@media screen and (max-width: 1366px) {
/*	.content {
	    width: 950px;
	} 
	.content .con .title {
	    height: 70px;
	    line-height: 70px;
	    margin-top: 40px;
		padding-bottom: 10px;
		background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 31px;
	}
	.content .con .support_con ul li:last-child {
	    margin-bottom: 100px;
	}	*/	
	.content {
		margin-top: 100px;
	}
	.content .con .title {
/*	    height: 90px;
	    line-height: 90px;
	    font-size: 28px;
	    color: #333;
	    padding-left: 23px;
	    padding-bottom: 0px;
	    background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 40px;*/
	}	
} 


@media screen and (max-width: 1280px) {
	.content {
	    width: 850px;
	}
	.content .con .title {
	    /*margin-top: 25px;*/
	}	
	.content .con .support_con ul li .left .text {
		width: 400px;
	}
}

@media screen and (max-width: 1024px) {
	.content {
	    width: 700px;
	    margin-top: 80px;
	}
	.content .con .title {
/*	    height: 80px;
	    line-height: 80px;
	    background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 35px;*/
	}	
	.content .con .support_con ul li .left .img {
		margin-right: 20px;
	}
	.content .con .support_con ul li .left .text {
		width: 250px;
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px;
	}	
}

@media screen and (max-width: 768px) {
	.content {
	    width: 100%;
	    padding: 0 40px;
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
		margin-top: 70px;
	}
	.content .con .title {
	    /*padding-bottom: 10px;*/
	}
	.content .con .support_con ul li {
	    margin-bottom: 35px;
	    padding: 0 20px 0 23px;
	    height: auto;
	}
	.content .con .support_con ul li .left {
		float: none;
	}	
	.content .con .support_con ul li .right {
		float: none;
		margin-bottom: 20px;
	}
	.content .con .support_con ul li .right a {
	    font-size: 14px;
	    width: 80px;
	    height: 30px;
	    line-height: 30px;
	}
	.content .con .support_con ul li .right div {
	    margin-top: 15px;
	}
	.content .con .support_con ul li .left .text {
		width: auto;
	}

}


@media screen and (max-width: 640px) {
	.content {
	    padding: 0 30px;		    
	}
	.content .con .title {
	    /*font-size: 28px;*/
	}
	.content .con .support_con ul li .left .text {
		font-size: 16px;
	    width: 200px;		
	}
/*	.content .con .support_con ul li .left .text {
	    font-size: 18px;
	}
	.content .con .support_con ul li .right div {
	    margin-top: 33px;
	}	
	.content .con .support_con ul li .right a {
	    font-size: 14px;
	    width: 86px;
	    height: 34px;
	    line-height: 34px;
	    border-radius: 22px;
	}
	.content .con .support_con ul li {
		height: 160px;
	}	
	.content .con .support_con ul li .left {
		float: none;
	}
	.content .con .support_con ul li .right {
		float: none;
	}
	.content .con .support_con ul li .right div {
	    margin-top: 0;
	}*/
}


@media screen and (max-width: 414px) {
	.content {
	    padding: 0 15px;
	    margin-top: 60px;
	}
	.content .con .title {
/*	    font-size: 26px;
	    padding-bottom: 0;*/
	}	
		.content .con .support_con ul li .left .text {
		font-size: 16px;
	    width: 50%;		
	}
/*	.content .con .support_con ul li .left .text {
	    font-size: 16px;
		height: 90px;
		line-height: 90px; 
	}
	.content .con .support_con ul li {
	    padding: 0 0px 0 15px;
	    height: 140px;
	    margin-bottom: 15px;
	}
	.content .con .support_con ul li .left .img {
	    margin-top: 18px;
	}*/
	.content .con .support_con ul li:last-child {
	    margin-bottom: 50px;
	}				
}

@media screen and (max-width: 375px) {
	.content {
	    padding: 0 10px;
	}
}


@media screen and (max-width: 320px) {
	.content .con .title {
/*	    font-size: 24px;
	    background: url(../images/commonImg/tuoyuan.png) no-repeat 0px 30px;*/
	}
}

