/* CSS Document */
/*banner*/
.banner { height:183px; width:100%; background:url(/images/yingpin.jpg) no-repeat center;}
.bannertext { width:960px; margin:0 auto; height:143px; padding-top:20px;}
.bannertext h2 { font-family:"微软雅黑"; font-size:30px; color:#fff;}
.bannertext p { font-family:"宋体"; font-size:12px; color:#fff; padding-top:5px;}
.bannertext p a { color:#fff}
.bannertext ul { padding-top:55px; width:100%;}
.bannertext ul li { float:left; width:75px; text-align:center; height:25px; margin-right:30px; }
.bannertext ul li a { color:#fff; font-family:"宋体"; font-size:12px;}
.bannertext ul li a:hover { color:#fff;}
.bannertext .current { border-bottom:2px solid #ff9000;}

/*content*/
.content { width:960px; margin:0 auto;}
.content_title { width:100%; height:100px; border-bottom:1px solid #e3e3e3;}
.content_title h1 { font-family:"微软雅黑"; font-size:24px; color:#454545;  line-height:100px; font-weight:normal;}
/*left*/
.content_left { float:left; width:640px;}
.content_left .question { margin-top:35px; padding-bottom:35px; border-bottom:1px solid #e3e3e3;}
.content_left .question span { margin:0 25px}
.content_left .question h1 { font-family:"宋体"; font-size:14px; color:#454545; margin-bottom:15px;}
.content_left .question p { font-family:"宋体"; font-size:12px; color:#5c5c5c; line-height:250%;} 
.content_left .nobottom { border:none;}

/*right*/
.content_right { float:right; width:247px;}
.content_right .link { width:100%; margin-top:30px; height:200px;}
.content_right .link h1 { font-family:"微软雅黑"; font-size:18px; color:#454545; font-weight:normal; }
.content_right .link p { font-family:"宋体"; font-size:12px; color:#5c5c5c; line-height:250%; margin-top:10px;}

@media screen and (max-width:1000px){
	.bannertext { width:90%;}
	.content { width:90%;}
	.content_left { width:60%;}
	}
@media screen and (max-width:750px){
	.content_left { width:100%;}
	.content_right { width:100%;}
	}	