@charset "utf-8";
/* CSS Document */
.content {padding-bottom:172px;}
.banner {width:100%; height:301px; background:#06103f;}
.banner_in {width:1140px; height:300px; margin:0px auto; overflow:hidden;}

.text_box {width:1000px; margin:53px auto 0px auto;}
.text {font-size:14px;}
.text li {margin-top:22px;}
.text li:first-child {margin:0;}
.text li h1 {margin:30px 0px 14px 0px; font-size:16px;}
.text li p {line-height: 28px;}
.text li p a {color:#000;}
.text li p a:hover {text-decoration: underline;}

.photo {width:1000px; height:303px; margin-top:14px;}
.photo1 , .photo2 {width:478px;}
.photo1 img , .photo2 img {width:100%;}
.photo1 {float:left;}
.photo2 {float:right;}

@media screen and (max-width:767px) and (min-width:320px) {
	.content {padding-bottom:162px;}
	.banner {display:none;}
	.text_box {width:auto; padding:0px 14px; margin-top:20px;}
	.photo {width:auto; height:auto;}
	.photo1 , .photo2 {width:100%; float:none;}
	.photo1 {margin-bottom:12px;}
}