@charset "utf-8";
/* CSS Document */
html{font-size:62.5%;}
body{font-size:1.2rem;}
.c_left{ float:left;}
.c_right{ float:right; }


.copyright2{ display:none;}
.top_nav_c2{ display:none}


/* MEDIA QUERIES PAD

---------------------------------------------------------------------- */
@media (min-device-width:768px) and (max-width:989px),
       screen and (max-device-width:1000px),
	   (max-device-width:1000px) and (orientation:landscape),
       (min-device-width:768px) and (max-device-width:1000px) and (orientation:portrait) {
		html{font-size:80.4%;}
		body,div,li,p,h1,h2,h3,h6,a{ font-family: \5FAE\8F6F\96C5\9ED1;}
		.w980,.content{ width:760px;}
		.zb_title{ width:680px; height:52px }
		.zb_title h1{font-size: 36px; line-height:52px; padding-left:15px}		
		.content{background:none;padding:10px 10px 10px 20px;height: auto;border-top: 4px solid #153b8c;}
		.c_left{ width:480px; background:url(images/bg.gif) repeat-y top right; margin-right:0px; padding-right:20px;  padding-top:0px; margin-top:-10px }
        .c_right{ width:230px; margin-top:5px; float:right; padding-left:10px}
	    .zb_tools{ display:none}
		
.zb_title{width: 650px;margin:15px auto;height: auto;background: url(images/tuwen.jpg) no-repeat left center;line-height: 60px;font-weight: normal;padding-left: 80px;}
		
   .c_left dl{width: 100%;margin: 10px auto;border-bottom: 1px solid #e7e7e7;padding: 15px 0;}
   .c_left dl dt{float: left;width: 100px;}
      .c_left dl dd img{width:370px; height:245px}
   .c_left dl dd{float: left;width: 365px;padding-left: 10px;}
   .top_nav_c2{ display:none;}


   
   

		
	   }
	   /* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */	   
	   
@media (min-device-width:320px) and (max-width:689px),
       (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) 
	   {
html{font-size:80.4%;}
		body,div,li,p,h1,h2,h3,h6,a{ font-family: \5FAE\8F6F\96C5\9ED1;}
		.w980,.content{  max-width:480px; width:100%; min-width:320px;}
		.content{ width:80%;}
		.zb_title{  max-width:480px; width:100%; min-width:320px; padding-left:0px; background:url(images/tuwen2.jpg) no-repeat top left; padding-top:30px; height:auto;}
		
		.content{ background:#fff}
		.zb_title h1{font-size: 28px; line-height:35px; padding-left:15px}
		
		.c_left{max-width:480px; width:100%; min-width:320px;  margin:-20px auto 0; background:none}
        .c_right{ width:99%; margin:0 auto; float:none;}
		.c_left dl dd{ font-size:18px; width:90%;}
		.c_left dl dd img{width:285px; height:175px;}
		.c_left dl dt{ display:none}
		.copyright{ display:none}
        .copyright2{ display:block;}
        .top_nav_c{ display:none}
		.top_nav_c2{ display:block; text-align:center; background:#fff; padding:20px 0}
	   }