@charset "UTF-8";
	html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, section, summary,time, mark, audio, video, input, select {
	margin:0;
	padding:0;
}
body {
	background: #fff;
	color: #333;
	font: 14px/1.5 "Microsoft Yahei","Hiragino Sans GB",arial,sans-serif;
	min-width: 1200px;
	line-height: 2;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
address,cite,dfn,em,var,i {
	font-style:normal
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
}
.box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	max-height: 99999px;
}
.header {
	height: 64px;
	border-bottom: 1px solid #666;
}
.header .box{
  display:flex;
  justify-content:center;
  align-items:center;
  height:60px;
}
.logo{
  display: block;
  height:48px;
  line-height:48px;
  overflow: hidden;
}
.logo img{
  height:48px;
}
.logo_r_txt {
	float: left;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	overflow: hidden;
	font-size: 22px;
	letter-spacing: 2px;
	color: #5c5c5c;
	border-left:solid 1px #ccc;
}

.footer {
	background:#f5f5f5;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	color: #aaa;
	box-sizing: border-box;
	padding:24px 0;
}
.footer p {
	padding-top:10px;
}
.footer p a {
	color:#aaa;
}
.footer p a:hover {
	color:#2486ff;
}
.container{
  box-sizing: border-box;
  padding:16px 0;
  letter-spacing:1px;
  line-height:22px;
  min-height:calc(100vh - 151px);
}
.txtindent{
  text-indent: 2em;
}
.txtindent1{
  box-sizing: border-box;
  padding-left:3.5em;
}
.container strong{
  font-weight:bold;
  font-size:15px;
}
.marginT10{
  margin-top:10px;
}
.titlebox{
  font-size:18px;
  font-weight:550;
  margin-top:10px;
}
.txtunderline{
  text-decoration:underline;
  text-underline-position: under;
}
@media screen and (max-width: 1200px) {
  body{
    min-width:100%;
  }
  .box{
    width:100%;
    box-sizing: border-box;
    padding:16px;
  }
  .logo{
    height:32px;
    line-height:32px;
  }
  .logo_r_txt{
    font-size:18px;
    letter-spacing:0;
    height:20px;
    line-height:20px;
  }
}