@charset "utf-8";
/* CSS Document */
html {-webkit-text-size-adjust: none;}
body{ padding:0; margin:0;  font:normal 12px/180% "宋体"; color:#000000;text-align:center;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td{margin:0;padding:0;}
div{margin:0 auto;text-align:left;font:normal 12px/180% "宋体";}
li,p{text-align:left;font:normal 12px/180% "宋体";}
a:link,a:visited{color:#000000; text-decoration:none;}
a:hover{color:#000000; text-decoration:underline;}
img{ border:none;-ms-interpolation-mode: bicubic;/*解决缩放失真FOR IE*/}
ol,ul,li{list-style:none;}
em,i{ font-style:normal;} 
/*clear*/
.clear{ clear:both;}
.clearfix:after{display:block;clear:both;content:".";visibility:hidden; height:0;}
/*other*/
.mt10{ margin-top:10px;}
.mb10{ margin-bottom:10px;}
.m10{ margin:10px auto;}

.top01{ background:#b90000;}
.top01 img{ padding-left:4%;}

h1{ text-align:center; font: normal 22px/140% \5FAE\8F6F\96C5\9ED1; padding:10px 15px;}
h2{ text-align:center; font-size:14px; font-weight:normal; padding:0 15px 20px;}
h3{ text-align:center; font-size:12px; font-weight:normal; padding:20px 15px 0;}

h6,h6 a{ color:#7a7a7a; font:normal 16px/180% \5FAE\8F6F\96C5\9ED1;}
h6{ border-bottom:#ebebeb 1px solid; padding:0 0 10px; text-align:center; }
.text{ font:normal 14px/200% "Sim Sun"; padding:20px; max-width:800px;}
.text p{font:normal 14px/200% "Sim Sun"; padding:6px 0; text-indent:0em;}
.line{ background:url(images/line.jpg) repeat; text-align:center; height:44px; padding-top:10px; overflow:hidden; position:relative;}
.line img{ position:absolute; top:5px; right:25%;}
.video{ width:90%; margin:20px auto; max-width:580px;}
/*text_img*/
	.text_img{text-align:center;margin:0px auto;}
	.text_img span img{border:1px solid #818182;margin:0 0 5px 0;}
	.text_img img{border:1px solid #818182;margin:0 0 5px 0;}
	.text_img a{color:#003366;}
	.text_img table{margin:0 auto; width:100%;}
	.zdfy{ width:98%; height:auto; overflow:hidden; margin:0 auto 10px auto; word-wrap:break-word; word-break:normal; text-align:center;}
	.zdfy a{ margin:0 3px;}

/* MEDIA QUERIES
---------------------------------------------------------------------- */
		   
@media (min-device-width:320px) and (max-width:509px),
       (max-device-width:480px) and (orientation:portrait),
	   screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-device-pixel-ratio : 1.5) ,only screen and (min-device-pixel-ratio : 1.5) 
	   {
		   h1,h2,h3{ text-align:left;} 
		   h6{ font-size:14px;}
		   .text{ font:normal 18px/180% "Sim Sun"; padding:8px;}
		   .text p{font:normal 18px/180% "Sim Sun";text-indent:0em;}
		   .text p img{ width:100%;}
		   .text h2 em{ font-size:18px; line-height:160%;}
		   .line img{ position:absolute; top:5px; right:0%;}
		   .text_img img{ width:100%;}		   
		   }