@charset "utf-8";
/* CSS Document */
/*TOYOTA Regular FONT丰田家的字体*/

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local('Nunito-Light'), url(/mobile/common/fonts/1TiHc9yag0wq3lDO9cw0vltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local('Nunito-Bold'), url(/mobile/common/fonts/TttUCfJ272GBgSKaOaD7KltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


@font-face {
  font-family: "toyotaDisplay";
  src: url('../fonts/toyotadisplay_rg.eot');
  src: url('../fonts/toyotadisplay_rg.eot?#iefix') format('embedded-opentype'),
       url('../fonts/toyotadisplay_rg.woff') format('woff'),
       url('../fonts/toyotadisplay_rg.ttf') format('truetype'),
       url('../fonts/toyotadisplay_rg.svg#toyota_displayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'toyotaDisplay';
  src: url('../fonts/toyotadisplay_bd.eot');
  src: url('../fonts/toyotadisplay_bd.eot?#iefix') format('embedded-opentype'),
       url('../fonts/toyotadisplay_bd.woff') format('woff'),
       url('../fonts/toyotadisplay_bd.ttf') format('truetype'),
       url('../fonts/toyotadisplay_bd.svg#toyota_displaybold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'hyykh';
  src: url('/common/font/hyykh.woff') format('woff');
}




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(../img/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;}

