﻿/*ä¼ä¸šæ–‡åŒ–*/
.culture1,.culture2 {
	width: 100%;
	overflow: hidden;
}
.culture1 h1 {
	color: #000000;
	font-size: 32px;
	line-height: 35px;
	margin: 75px 0 30px;
}
.culture1 .culture1-txt {
	width: 100%;
	overflow: hidden;
	background: url(../images/culture1.jpg) no-repeat top center;
	padding: 120px 0 235px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
}
.culture2 {
	padding: 70px 0;
	background-color: #f2f2f2;
}
.culture2 li {
	width: calc(33.33% - 22px);
	width: -moz-calc(33.33% - 22px);
	width: -webkit-calc(33.33% - 22px);
	height: 210px;
	padding: 45px 35px;
	font-size: 16px;
	line-height: 26px;
	float: left;
	color: #a9a9a9;
	overflow: hidden;
	background: #ffffff url(../images/culture1.png);
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
	background-size: auto 100% !important;
}
.culture2 li:nth-of-type(2) {
	background: #ffffff url(../images/culture2.png);
}
.culture2 li:nth-of-type(3) {
	background: #ffffff url(../images/culture3.png);
}
.culture2 h2 {
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #003189;
}
@media only screen and (max-width: 991px) {
	.culture2 li {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.culture2 li:nth-of-type(1), .culture2 li:nth-of-type(2) {
		margin: 0 auto 40px;
	}
}
@media only screen and (max-width: 700px) {
	.culture1 h1 {
	    font-size: 28px;
		margin: 40px 0 20px;
	}
	.culture1 .culture1-txt {
	    padding: 90px 0 90px;
	    font-size: 16px;
	    line-height: 25px;
	    background-size: auto 100%;
	}
	.culture2 {
		padding: 40px 0;
	}
	.culture2 li {
		width: 100%;
		height: 170px;
		font-size: 14px;
    	line-height: 25px;
    	padding: 35px 25px;
	}
	.culture2 li:nth-of-type(1), .culture2 li:nth-of-type(2) {
		margin: 0 auto 20px;
	}
	.culture2 li img {
		width: 65px;
	}
	.culture2 h2 {
	    font-size: 24px;
	    line-height: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.culture2 {
		padding: 50px 0;
	}
	.culture2 li {
		width: calc(33.33% - 16px);
		width: -moz-calc(33.33% - 16px);
		width: -webkit-calc(33.33% - 16px);
		padding: 35px 25px;
		font-size: 14px;
		line-height: 24px;
		height: 170px;
	}
	.culture2 li:nth-of-type(1),.culture2 li:nth-of-type(2) {
		margin: 0 24px 0 0;
	}
	.culture2 h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.culture2 {
		padding: 70px 0;
	}
	.culture2 li {
		width: calc(33.33% - 22px);
		width: -moz-calc(33.33% - 22px);
		width: -webkit-calc(33.33% - 22px);
		padding: 45px 35px;
		font-size: 16px;
		line-height: 26px;
		height: 200px;
	}
	.culture2 li:nth-of-type(1),.culture2 li:nth-of-type(2) {
		margin: 0 33px 0 0;
	}
	.culture2 h2 {
		font-size: 32px;
		line-height: 35px;
	}
}