.banner_common:before {
	background-image: url(../img/culture.jpg);
}
@media only screen and (max-width: 991px) {
	.banner_common:before {
		background-image: url(../img/cultureSm.jpg);
	}
}
.culture_one{
	width: 100%;
	overflow: hidden;
	padding: 65px 0 50px;
}
.culture_one .idea_menu{
	width: 100%;
	height: 115px;
	overflow: hidden;
}
.culture_one .idea_menu li{
	width: 50%;
	height: 100%;
	float: left;
	background-color: #e5e5e5;
	text-align: center;
	font-size: 30px;
	color: #333333;
	line-height: 115px;
	position: relative;
	cursor: pointer;
}
.idea_menu li a{
	display: block;
	width: 204px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -102px;
}
.idea_menu li .idea_img{
	display: block;
	width: 60px;
	height: 115px;
	position: relative;
	float: left;
}
.idea_img img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}
.idea_img img:nth-of-type(2){
	display: none;
}
.idea_menu li span{
	display: block;
	width: 120px;
	height: 115px;
	float: left;
	margin-left: 24px;
}
.idea_menu li.idea_menuNow{
	background-color: #004098;
}
.idea_menu li.idea_menuNow a{
	color: #FFFFFF;
}
.idea_menu li.idea_menuNow .idea_img img:nth-of-type(1){
	display: none;
}
.idea_menu li.idea_menuNow .idea_img img:nth-of-type(2){
	display: block;
}
.idea_list{
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}
.idea_list li{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	color: #000000;
	padding: 30px 160px;
	font-size: 16px;
}
.idea_list li.idea_listNow{
	display: block;
}
.idea_list li:nth-of-type(1){
	background: url(../img/ideaBg1.jpg) no-repeat center;
	background-size: 100%;
}
.idea_list li:nth-of-type(2){
	background: url(../img/ideaBg2.jpg) no-repeat center;
	background-size: 100%;
}
.idea_list li h1{
	font-size: 30px;
	margin: 50px 0 10px;
}
@media only screen and (max-width: 1249px) {
	.culture_one .idea_menu{
		height: 85px;
	}
	.idea_menu li .idea_img {
	    height: 85px;
	}
	.idea_menu li span {
	    height: 85px;
	    line-height: 85px;
	}
	.idea_list li:nth-of-type(1) {
	    background: url(../img/ideaBg1.jpg) no-repeat center;
	    background-size: auto 100%;
	}
	.idea_list li:nth-of-type(2){
		background: url(../img/ideaBg2.jpg) no-repeat center;
		background-size: auto 100%;
	}
	.idea_list li {
		padding: 30px 100px;
	}
}
@media only screen and (max-width: 991px) {
	
}
@media only screen and (max-width: 767px) {
	.culture_one .idea_menu{
		height: 45px;
	}
	.idea_menu li .idea_img {
	    height: 45px;
	}
	.idea_menu li span {
		width: 60px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 15px;
	    margin-left: 4px;
	}
	.idea_list li:nth-of-type(1) {
	    background: url(../img/ideaBg1.jpg) no-repeat center;
	    background-size: auto 100%;
	}
	.idea_list li:nth-of-type(2) {
		background: url(../img/ideaBg2.jpg) no-repeat center;
		background-size: auto 100%;
	}
	.idea_list {
		height: 630px;
	}
	.idea_list li {
		padding: 20px 40px;
		font-size: 12px;
	}
	.idea_list li h1 {
	    font-size: 18px;
	    font-weight: bold;
	    margin: 20px 0 5px;
	}
	.idea_menu li a {
	    width: 94px;
	    margin-left: -47px;
	}
	.idea_menu li .idea_img {
	    width: 30px;
	    height: 45px;
	    line-height: 45px;
	}
	.idea_menu li .idea_img img{
		width: 30px;
		margin-top: -15px;
	}
	.culture_one {
	    padding: 35px 0 40px;
	}
}
@media only screen and (min-width: 1250px) {
	.idea_list li {
	    background: url(../img/ideaBg1.jpg) no-repeat center;
	    background-size: auto 100%;
	}
}
@media only screen and (min-width: 1500px) {
	.idea_list li {
	    background: url(../img/ideaBg1.jpg) no-repeat center;
	    background-size: 100% auto;
	}
}
/*文化活动*/
.culture_two{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
	background-color: #f5f5f5;
}
.culture_two .culture_title{
	width: 100%;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}
.culture_title h1{
	width: 120px;
	line-height: 55px;
	font-size: 30px;
	margin: 0 auto 15px;
	border-bottom: 3px solid #004098;
	color: #333333;
}
.culture_swiper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.culture_swiper .swiper-container{
	width: calc(100% - 130px);
	width: -moz-calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	height: auto;
	margin: 0 auto;
}
.culture_swiper .swiper-button-next {
	width: 44px;
	height: 44px;
	background: #004098 url(../img/environment_left.png) no-repeat center;
	right: 0;
}
.culture_swiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #004098 url(../img/environment_left.png) no-repeat center;
	transform: rotate(180deg);
	left: 0;
}
.culture_swiper .swiper-button-next.swiper-button-disabled {
	opacity: 1;
    background: #989898 url(../img/environment_left.png) no-repeat center;
}
.culture_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #989898 url(../img/environment_left.png) no-repeat center;
}
.culture_swiper .culture_box{
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 15px 10px 0;
	cursor: pointer;
	text-align: center;
}
.culture_box .culture_img{
	display: block;
	width: 100%;
	overflow: hidden;
	border: 1px solid #c0c0c0;
}
.culture_img img{
	width: 100%;
	transition: all 1s;
}
.culture_box h4{
	color: #333333;
	font-size: 14px;
	line-height: 50px;
}
.culture_box:hover{
	background-color: #004098;
}
.culture_box:hover .culture_img{
	border-color: #004098;
}
.culture_box:hover .culture_img img{
	transform: scale(1.05);
}
.culture_box:hover h4{
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.culture_title h1 {
	    width: 96px;
	    line-height: 45px;
	    font-size: 24px;
	    margin: 0 auto 10px;
	    border-bottom: 3px solid #004098;
	}
	.culture_two {
	    padding: 30px 0 40px;
	}
	.culture_two .culture_title {
	    font-size: 12px;
	    margin-bottom: 20px;
	}
	.culture_swiper .swiper-container {
		width: 100%;
		padding: 0 0 33px;
	}
	.culture_swiper .swiper-button-next,.culture_swiper .swiper-button-prev {
		width: 33px;
		height: 33px;
	    top: auto;
	    bottom: 0;
	    background-size: 11px !important;
	}
	.culture_box h4{
		line-height: 40px;
	}
}