@charset "utf-8";
/* CSS Document */
.content {padding-bottom:142px;}
.banner {width:100%; height:301px; background:#06103f;}
.banner_in {width:1140px; height:300px; margin:0px auto; overflow:hidden;}

.content_box {width:1000px; position: relative; margin:50px auto 0px auto;}
a.return {height:24px; line-height: 24px; position: absolute; left:0; top:2px; font-size:14px; color:#999; cursor: pointer;}
a.return:hover {text-decoration: underline;}
.name {font-size:20px; text-align: center;}
.text {width:444px; padding:28px 28px 25px 28px; margin:33px auto 0px auto; box-shadow: 0px 1px 5px rgba(0,0,0,0.27); border:1px solid #d9d9d9\9; border-radius: 6px;}
.text p {line-height: 24px; margin-top:8px; font-size:14px;}
.text p strong {margin:28px 0px 11px 0px; display: block;}
.text p:first-child , .text p:first-child strong {margin-top:0;}

.email {padding:54px 0px; text-align: center;}
.email p {font-size:16px;}
.email p span {height:39px; line-height: 39px; padding:0px 18px; margin-top:14px; font-size:18px; display: inline-block; *display: inline; *zoom:1; background:#0091ff; color:#fff; border-radius: 6px;}


@media screen and (max-width:767px) and (min-width:320px) {
	.content {padding-bottom:110px;}
	.banner {display:none;}
	.name {padding-bottom:14px; border-bottom:1px solid #ebebeb;}
	.content_box {width:auto; padding:0px 14px; margin-top:30px;}
	.text {width:auto; padding:0; margin-top:26px; box-shadow:none;}
	a.return {display:none;}
}