@charset "utf-8"; /* CSS Document */ /*通用CSS*/ *{padding:0; margin:0} body{font-family:"微软雅黑","宋体";font-size:12px; line-height:20px; color:#666; margin:0px; padding:0px; } a { color: #000; text-decoration:none; } a:hover { text-decoration: underline; } img{ border:0 none;} h1 { font-size: 16px; font-weight:bold; } h2 { font-size: 14px; } h3 { font-size: 12px; } .center{ margin:0 auto;} .clear{ clear:both;} .fl_left{ float:left;} .fl_right{ float:right} .overhide{ overflow:hidden} .border{ border:solid 1px #CCCCCC;} /* @font-face { font-family:"微软雅黑"; src: url("微软雅黑.eot"); IE9 Compat Modes src: url("微软雅黑.eot?#iefix") format("embedded-opentype"), IE6-IE8 url("微软雅黑.ttf") format("truetype"), Safari, Android, iOS url('微软雅黑.svg#微软雅黑') format("svg"); Legacy iOS } */ /*头部布局*/ .head{ width:1000px; height:auto;} .head .top{ width:100%; height:76px;} .head .logo{width:600px; height:34px; background:url(../Images/logo.gif) no-repeat; margin-top:22px; margin-left:14px;} .nav{width:1000px; height:41px; background:url(../Images/menubg.gif) repeat-x; } .nav ul{margin:0; padding:0; list-style-type:none} .nav ul li{display:block; width:60px; float:left; margin-left:34px; color:#fff; font-size:14px; height:38px; line-height:38px;text-align:center;} .nav ul li a{ color:#fff; font-size:14px; font-weight:bold; text-decoration: none;} .nav ul li a:hover{display:block; color:#FFFF00; font-size:14px; font-weight:bold; text-decoration: none;} .search{width:200px; height:26px; margin-top:6px; margin-right:9px; float:right; background:url(../Images/searchbg.gif) no-repeat;} .search .topSearch { width:188px; height:26px; overflow:hidden;} .search .topSearch input { float:left; margin:0; padding:0;} .search .topSearch span input { color:#000; line-height:22px; font-size:12px; width:146px; height:23px; padding-left:10px;} .img{ width:1000px; height:401px;margin-top:8px;} .indcontact{width:1000px; height:222px;} .indcontact .left-top{ width:298px; height:44px; line-height:44px;} .indcontact .left{ width:294px; height:151px; padding-right:4px;} .indcontact .center-top{ width:670px; height:44px; line-height:44px; padding-left:32px;} .indcontact .center{ width:690px; height:151px; padding-left:10px;} .contact{ width:1000px; height:auto; margin-top:10px;} .contactleft{ width:219px; height:auto; margin-right:10px;} .contactleft .title{background:url(../Images/menumodel-bg1.gif) no-repeat; width:219px; height:26px; } .contactleft .text{background:url(../Images/menumodel-bg2.gif) repeat-x; height:236px;} .contactleft .text ul{ margin-left:20px;} .contactleft .text ul li{ margin-top:10px;list-style-type:disc;} .contactright{width:770px; height:auto;} .contactright .title{ width:750px; padding:0 10px; text-align:right; border-bottom:solid 3px #03a144;} .contactright .text{ width:740px; height:auto; padding:10px 15px;} .foot{ width:1000px; height:100px; padding-top:18px; text-align:center; border-top:solid 1px #999999;}