@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */


	#guide {
		min-width: 960px;
		min-height: 800px;
		background: url(../imgs/bg-01.jpg) no-repeat center top;
		background-size: 100%;
	}
	#guide .section {
		padding-top: 100px;
	}
	#guide h2 {
		float: left;
		margin-right: 110px;
	}
	#guide .text {
		float: left;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
	}
	#guide .sign{
		padding-top: 25px;
	}
	#guide h3 {
		margin-bottom: 35px;
	}





	#system {
		position: relative;
		top: 0;
		left: 0;
		min-width: 960px;
		min-height: 800px;
		margin-bottom: 98px;
		background: url(../imgs/bg-02.jpg) no-repeat center top;
		background-size: 100%;
	}
	#system #sq {
		position: relative;
		top: 150px;
		left: 507px;
		width: 501px;
	}
	#system h4 {
		position: relative;
		top: -228px;
		left: 639px;
		width: 240px;
	}
	#system p {
		position: relative;
		top: -192px;
		left: 563px;
		width: 390px;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
		text-align: center;
	}


	#partner {
		position: relative;
		top: 0;
		left: 0;
		min-width: 960px;
		min-height: 800px;
		margin-bottom: 98px;
		background: url(../imgs/bg-03.jpg) no-repeat center top;
		background-size: 100%;
	}
	#partner #sq {
		position: relative;
		top: 150px;
		left: -53px;
		width: 500px;
	}
	#partner h4 {
		position: relative;
		top: -228px;
		left: 52px;
		width: 272px;
	}
	#partner p {
		position: relative;
		top: -192px;
		left: 0px;
		width: 390px;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
		text-align: center;
	}





	#outline {
		margin-bottom: 60px;
	}
	#outline h3 {
		margin-bottom: 39px;
	}
	#outline table {
		width: 100%;
		font-size: 14px;
		border-bottom: #e8e8e8 solid 1px;
	}
	#outline th {
		width: 127px;
		padding: 20px 0  18px 20px;
		font-weight: bold;
		border-top: #e8e8e8 solid 1px;
	}
	#outline th span {
		display: inline-block;
		margin-right: 5px;
		font-size: 14px;
		color: #0366b3;
	}
	#outline td {
		padding: 20px 0  18px 0;
		border-top: #e8e8e8 solid 1px;
	}
	#outline .bg {
		background-color: #fafcfe;
	}
	#map {
		margin-bottom: 110px;
	}
	#address {
		margin-top: 20px;
		background-color: #f1f1f1;
	}
	#address p {
		float: left;
		padding: 31px 0 28px 32px;
		font-size: 14px;
	}
	#address .bt {
		float: right;
		padding: 20px;
	}
	@media screen and (max-width: 1680px) {
	#guide {
		min-width: 960px;
		min-height: 800px;
		background: url(../imgs/bg-01.jpg) no-repeat center top;
	}
	#system {
		min-width: 960px;
		min-height: 800px;
		background: url(../imgs/bg-02.jpg) no-repeat center top;
	}
	#partner {
		min-width: 960px;
		min-height: 800px;
		background: url(../imgs/bg-03.jpg) no-repeat center top;
	}
	}
