/* CSS Document */

*{ margin:0 auto; padding:0;}
body{font-family:Arial,"宋体";}
img { border:0;}
a,a:hover { text-decoration:none;}

.main { width:990px; height:auto; background:url(../images/bg.png) repeat-y; overflow:hidden;}

.top { width:980px; height:86px; background:url(../images/top_bg.jpg) repeat-x; overflow:hidden;}
.logo { width:492px; float:left; padding:10px 8px;}
.menu { width:472px; float:right; margin-top:46px;}
.menu ul { margin:0; padding:0; padding-left:-13px; padding-right:-12px; list-style:none;}
.menu ul li { width:auto; padding-left:14px; padding-right:10px; font-size:15px; font-weight:bold; color:#295690; float:left;}
.menu ul li a { color:#295690;}
.menu ul li a:hover { color:#ff5e07;}

.banner { width:980px;}
.menudetail { width:980px; overflow:hidden; margin-top:10px;}
.menudetail_title { width:980px; height:32px; float:left; padding:7px 5px; border-bottom:1px solid #295690; overflow:hidden;}
.menudetail_title1 { width:960px; height:32px; float:left; padding:7px 5px 7px 48px; background:url(../images/icon.jpg) no-repeat left; font-size:16px; font-weight:bold; color:#295690; line-height:32px; border-bottom:1px solid #295690; overflow:hidden;}

.menudetail_content {width:950px; padding:12px 15px 1px 12px; font-family:Arial,"宋体"; font-size:15px; line-height:25px; color:#295690;overflow:hidden;}
.menudetail_content a {color:#295690;}
.menudetail_content a:hover {color:#ff5e07;}
.menudetail_list {width:33%; float:left;}
.menudetail_list a { color:#295690;}
.menudetail_list a:hover { color:#ff5e07;}


.foot {width:980px; background:#29569a; height:45px; padding:10px 0; margin-top:18px; text-align:center; font-size:14px; color:#fff; line-height:22px;}


/*
@media ( max-width:1200px) {
	.rigth {width:75px; height:528px; position:fixed; top:10%; right:0;  z-index:999;}
	}

@media (min-width: 1200px) and (max-width: 1360px) {
	.rigth {width:75px; height:528px; position:fixed; top:10%; right:3%;  z-index:999;}
	}
@media ( min-width:1360px) {
	.rigth {width:75px; height:528px; position:fixed; top:10%; right:5%;  z-index:999;}
	}

@media ( min-width:1439px) {
	.rigth {width:75px; height:528px; position:fixed; top:10%; right:7%;  z-index:999;}
	}

*/



