/* CSS Document */
html,body{
  /* font-family: toyotaDisplay,"Microsoft Yahei","微软雅黑","宋体"; */
  font-family: toyotaDisplay,"Microsoft Yahei","微软雅黑","宋体";
	background: #fff;
	color: #202020;
	-webkit-text-size-adjust: none;
	/*overflow-y: scroll;*/
	font-size:12px;
	line-height: 1.3;
}
html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,li,p,span,strong,em,table,tr,td,form,input,select,option,textarea,a,button,sub,sup,img,header,map,menu,pre,section,source,time,title,video,small,nav,mark,main,footer,canvas,article,area,aside,address{margin:0; padding:0;}
body,h1,h2,h3,h4,h5,h6,input,select,option,textarea,a,button{font-family:"微软雅黑","宋体";}




a{text-decoration:none;}
a,a:hover,a:active,a:visited,a:link{out-line:none;}
a:active,a:visited{text-decoration:none; background-color:transparent; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
:focus{outline:0;}

table{cellpadding:0; cellspacing:0;}
table,tr,td{border:none; border-collapse:collapse;}

img{border:none;}

input,button,textarea{border:0; background:none;}

li{list-style:none;}

.cf{zoom:1;}
.cf:after{display:table; content:''; clear:both}

.noMr{margin-right:0;}
.noMb{margin-bottom:0;}








#article{position:relative; width:100%; padding-top:70px;}
.article_title{padding-top:30px;}
.article_title .ttl{padding-top:18px; padding-bottom:16px; background:url(../image/article_border_red.png) center top no-repeat; background-size:30px auto;}
.article_title .ttl .cn{display:block; font-size:20px; font-weight:bold; letter-spacing:0.25em; text-align:center;}
.article_title .ttl .en{display:block; font-size:13px; font-weight:normal; letter-spacing:0.12em; text-align:center;}



/*==========字号设置============*/
/*一级标题*/
h1,
.f_size1{font-size:22px;}

/*---以下为常用标题字号---*/
/*二级标题*/
h2,
.f_size2{font-size:20px;}
/*三级标题*/
h3,
.f_size3{font-size:18px;}
/*四级标题*/
h4,
.f_size4{font-size:16px;}
/*五级标题*/
h5,
.f_size5{font-size:14px;}
/*六级标题*/
h6,
.f_size6{font-size:12px; font-weight:bold;}

