@charset "utf-8";
#main {
	padding-bottom: 100px;
}
#saidbanner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#saidbanner img {
	width: 100%;
}
#saidbox {
	width: 1200px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#saidbox>div {
	width: 103%;
}
#saidbox .saidcontent {
	width: 30%;
	height: 450px;
	background-image: url(../images/said/boxsaid.png);
	background-repeat: repeat-x;
	position: relative;
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 50px;
}
#saidbox .saidcontent .boxhxz {
	background-image: url(../images/said/boxhxz.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 70px;
	height: 54px;
	width: 31px;
}
#saidbox .saidcontent .boxleft {
	height: 450px;
	width: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/said/boxleft.png);
	background-repeat: no-repeat;
}
#saidbox .saidcontent .boxright {
	background-image: url(../images/said/boxright.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 450px;
	width: 28px;
}
#saidbox .saidcontent .boxsaid {
	position: absolute;
	height: 40px;
	width: 319px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/said/dibu.png);
	background-repeat: no-repeat;
}
#saidbox .saidcontent .boxbj {
	height: 450px;
	width: 377px;
	background-image: url(../images/said/jb.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
#saidbox .saidcontent .boxsaidcont {
	width: 73%;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -36%;
	top: 70px;
}
#saidbox .saidcontent .boxsaidcont p {
	font-size: 13px;
	line-height: 26px;
	text-indent: 2em;
}
#saidbox .saidcontent>b {
	font-weight: normal;
	color: #00469b;
	display: inline-block;
	position: absolute;
	bottom: 50px;
	width: 73%;
	z-index: 2;
	left: 50%;
	margin-left: -37.5%;
	text-align: right;
}
@media screen and (max-width: 1440px){
#saidbanner {
	width: 1000px;
}
#saidbox {
	width: 1000px;
}
#saidbox>div {
	width: 107%;
}
#saidbox .saidcontent {
	width: 44%;
	margin-right:5%
}
#saidbox .saidcontent .boxsaidcont {
	top: 90px;
	width: 65%;
	margin-left: -32%;
}
#saidbox .saidcontent>b {
	bottom: 80px;
}
}
@media screen and (max-width: 1000px){
#main {
	padding-bottom: 50px;
}
#saidbanner {
	width: 100%;
}
#saidbox {
	width: 96%;
}
#saidbox>div {
	width: 100%;
}
#saidbox .saidcontent {
	width: 100%;
	float: none;
}
#saidbox .saidcontent .boxsaidcont {
	top: 70px;
	width: 75%;
	margin-left: -37%;
}
#saidbox .saidcontent>b {
	width:80%;
	bottom: 50px;
	margin-left: -42%;
}
}