﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	font-family: "微软雅黑"
}
.top {
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background: url(../images/top.jpg) no-repeat;
	height: 420px;
	background-position: center;
}

.content {
	width:898px;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
	
}
.content .part {padding:10px 0; }
.content .part .title{box-sizing:border-box;height:40px;line-height:40px;font-size:28px;color:#fff;background:#153e78;padding-left:20px;font-weight:700;}
.content .part .words{position:relative;color:#f93a00;font-size:19px;line-height:28px;padding:10px 0;}
.content .part .words span{color:#153e78}
.content .part .words img{vertical-align:middle;padding:5px;}
.content .part .words .QR{ vertical-align:auto;}
.content .part .words .QR .img{ text-align:center;text-align:center;padding:30px 30px 60px 30px;}

