
.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;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    background: url(../images/commonImg/tuoyuan.png) no-repeat 0px center;
    background-size: 10px 10px;
}
.content .swiper1 {
	margin-top: 40px;
	font-size: 0;
}
.content .swiper1 .swiper-slide {
	position: relative;
}
.content .swiper1 .banner {
	width: 100%;
}


/*轮播图下标默认样式*/
.content .swiper1 .my-bullet {
	border: 1px solid transparent;
	display:inline-block;
	width:18px;
	height:18px;
	border-radius:50%;
	position:relative;
	margin-right: 26px;
	cursor:pointer;
	bottom: 10px;
}
.content .swiper1 .my-bullet::after {
	position:absolute;
	background: #fff;
	content:'';
	width:12px;
	height:12px;
	border-radius:50%;
	top:50%;
	margin-top:-6px;
	left:50%;
	margin-left:-6px;
}
/*轮播图当前元素圆圈*/
.content .swiper1 .my-bullet.my-bullet-active {
	border-color: #fff;	
}
/*轮播图当前元素圆点*/
.content .swiper1 .my-bullet.my-bullet-active::after {
	width: 8px;
	height: 8px;
	margin-top:-4px;
	margin-left:-4px;	
}

.content .swiper1 .swiper-slide a {
	display: inline-block;
}
.content .swiper1 .swiper-slide .banner_info {
	position: absolute;
	width: 340px;
	color: #fff;
	top: 50%;
	left: 80px;	
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);		
}
.content .swiper1 .swiper-slide .banner_info .info_title {
	font-size: 24px;
}
.content .swiper1 .swiper-slide .banner_info .info_con {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
.content .case_item {
	margin-top: 90px;
	border-bottom: 1px solid #e5e5e5;
}
.content .case_item .case_items {
	font-size: 0;
}
.content .case_item .case_items li {
	display: inline-block;
	text-align: center;
	margin-right: 101px;
	width: 224px;
	vertical-align: top;
	margin-bottom: 50px;
}
.content .case_item .case_items li:nth-child(4n) {
	margin-right: 0px;
}
.content .case_item .case_items li a {
	display: inline-block;
}
.content .case_item .case_items li a .img {
	width: 100%;
	overflow: hidden;
}
.content .case_item .case_items li a .img img {
	width: 100%;
	transition: all 2s;
}
.content .case_item .case_items li a:hover .img img {
	transform: scale(1.2);
}
.content .case_item .case_items li a:hover .font .titles {
	color: #1597d2;
}
.content .case_item .case_items li:last-child {
	margin-left: 1px;	
	margin-right: 0px;	
}
.content .case_item .case_items li .font {
	margin-top: 14px;
	width: 100%;
}
.content .case_item .case_items li .font .titles {
	font-size: 16px;
	color: #333;	
}

.content .case_item .case_items li .font .contents {
	font-size: 14px;
	color: #666666;
	margin-top: 3px;
}
.content .more_load {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 115px;
}
.content .more_load a {
	padding-left: 30px;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #1597d2;
	background: url(../images/commonImg/more.png) no-repeat 0px center;
	transition: all 1s;
}
.content .more_load a:hover {
	opacity: 0.6;
}


@media screen and (max-width: 1440px) {
	.content {
	    width: 1000px;
	}
	.content .case_item .case_items li {
	    margin-right: 34px;
	}	
}

@media screen and (max-width: 1366px) {
/*	.content {
	    width: 950px;
	}*/
	.content .case_item .case_items li {
	    margin-right: 36px;
	    width: 210px;
	}
	.content .more_load {
	    margin-bottom: 100px;
	}
	.content .swiper1 .swiper-slide .banner_info {
	    left: 70px;
	}
	.content {
	   margin-top: 98px;
	}		
	.content .con .title {
/*	    height: 90px;
	    line-height: 90px;
	    font-size: 28px;
	    color: #333;*/
	}
	.content .swiper1 {
	    margin-top: 30px;
	}	
}

@media screen and (max-width: 1280px) {
	.content {
	    width: 850px;
	}
	.content .swiper1 .swiper-slide .banner_info {
	    left: 50px;
	}
	.content .case_item {
	    margin-top: 70px;
	}
	.content .case_item .case_items li {
	    margin-right: 29px;
	    width: 190px;
	}
	.content .more_load {
	    margin-bottom: 80px;
	}
} 

@media screen and (max-width: 1024px) {
	.content {
	    width: 700px;
	    margin-top: 80px;
	}
	.content .con .title {
/*	    height: 90px;
	    line-height: 90px;*/
	}
	.content .swiper1 .swiper-slide .banner_info {
	    width: 270px;
	    left: 40px;
	}	
	.content .swiper1 .swiper-slide .banner_info .info_title {
	    font-size: 20px;
	} 
	.content .swiper1 .swiper-slide .banner_info .info_con {
	    margin-top: 10px;
	    font-size: 14px;
	    line-height: 22px;
	}
	.content .swiper1 .my-bullet {
	    width: 14px;
	    height: 14px;
	    margin-right: 20px;	
	}
	.content .swiper1 .my-bullet.my-bullet-active::after {
	    width: 6px;
	    height: 6px;
	    margin-top: -3px;
	    margin-left: -3px;
	}
	.content .swiper1 .my-bullet::after {
	    width: 10px;
	    height: 10px;
	    margin-top: -5px;
	    margin-left: -5px;
	}

	.content .case_item .case_items li {
	    margin-right: 17px;
	    width: 162px;
	}
	.content .case_item .case_items li .font .titles {
	    font-size: 14px;
	}
	.content .case_item .case_items li .font .contents {
	    font-size: 12px;
	}
	.content .case_item {
	    margin-top: 50px;
	}
/*	.content .case_item .case_items {
	    margin-bottom: 40px;
	}*/
	.content .more_load {
	    margin-bottom: 60px;
	}
}

@media screen and (max-width: 768px) {
	.content {
	    width: 580px;
	    margin-top: 80px;
	}
	.content .con .title {
/*	    height: 70px;
	    line-height: 70px;*/
	}
	.content .swiper1 .swiper-slide .banner_info {
	    width: 200px;
	    left: 30px;
	}
	.content .swiper1 .swiper-slide .banner_info .info_title {
	    font-size: 18px;
	}
	.content .swiper1 .swiper-slide .banner_info .info_con {
	    font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.content .case_item .case_items li {
	    margin-right: 0;
	    width: 50%;
	    padding: 0 10px;
		-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-bottom: 40px;
	}
	.content .case_item .case_items li:last-child {
		margin-left: 0;
	}
	.content .case_item .case_items {
	    margin-bottom: 0;
	}
	.content .case_item .case_items li a {
	    display: inline-block;
	    width: 100%;
	}	
}


@media screen and (max-width: 640px) {
	.content {
		width: 380px;
	}	
	.content .con .title {
/*	    height: 50px;
	    line-height: 50px;
	    font-size: 28px;*/
	}
	.content .case_item .case_items li {
	    padding: 0 5px;
	}
	.content .swiper1 {
	    margin-top: 30px;
	}
	.content .case_item {
	    margin-top: 40px;
	}
	.content .more_load {
	    margin-top: 20px;
	    margin-bottom: 40px;
	}
	.content .swiper1 .swiper-slide .banner_info .info_title {
	    font-size: 16px;
	}
	.content .swiper1 .swiper-slide .banner_info .info_con {
	    margin-top: 4px;
	    line-height: 16px;
	}
	.content .swiper1 .swiper-slide .banner_info { 
	    width: 140px;
	    left: 15px;
	}
	.content .swiper1 .my-bullet {
	    border: 1px solid transparent;
	    display: inline-block;
	    width: 8px;
	    height: 8px;
	    border-radius: 50%;
	    position: relative;
	    margin-right: 10px;
	    cursor: pointer;
	    bottom: -5px;
	}
	.content .swiper1 .my-bullet.my-bullet-active::after {
	    width: 4px;
	    height: 4px;
	    margin-top: -2px;
	    margin-left: -2px;
	}
	.content .swiper1 .my-bullet::after {
	    width: 6px;
	    height: 6px;
	    margin-top: -3px;
	    margin-left: -3px;
	}
}	

@media screen and (max-width: 414px) {
	.content {
	    width: 385px;
	    margin-top: 60px;
	}
	.content .con .title {
/*	    height: 50px;
	    line-height: 50px;
	    font-size: 26px;*/
	}	
	.content .case_item .case_items li {
	   margin-bottom: 25px;
	}	
}

@media screen and (max-width: 375px) {
	.content {
		width: 350px;
	}
	.content .case_item .case_items li {
	    padding: 0px 2px;
	}	
}


@media screen and (max-width: 320px) {
	.content {
	    width: 300px;
	}
	.content .con .title {
/*	    height: 50px;
	    line-height: 50px;
	    font-size: 24px;*/
	}	
}