/* CSS Document */ *{ font-family: "微软雅黑"; } a{ color: #333; white-space: nowrap; text-decoration: none; } a,a *{ cursor:pointer; } a img{border:none;} img{padding:0px;border:none;margin:0px;} ul,ul li{margin:0px;padding:0px;list-style:none;} p{ line-height:25px; } body{ position:relative; width:100%; height:100%; margin:0px; padding:0px; color:#333; font-size: 14px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } .container{ position:relative; z-index:2; width:100%; height:100%; margin:0px; padding:0px; overflow:hidden; } .top{ position: relative; z-index: 3; width: 1030px; height: auto; margin: auto; /*padding-top: 10px;*/ background-image: url("/yqdqzztsldcom/styles/blue/images/top_ico.png"); background-repeat: no-repeat; background-position: right top; } .footer{ position: relative; z-index: 1; width: 100%; height: 185px; bottom:0px; line-height: 35px; color: #fff; margin-top: -60px; text-align: center; background-color: #3880D4; background-repeat: no-repeat; background-position: center bottom; background-image: url("/yqdqzztsldcom/styles/blue/images/footer_ico.png"); } /*底部布局*/ .footer .footer_border{ width:1030px; height:75px; margin:auto; background-color:#fff; } /*-------------------------------------------------------------内容区*/ .content{ position:relative; z-index:3; width:1040px; height:100%; min-height:600px; padding:0px; border-spacing:20px; margin:auto; margin-top:325px; } .left{ position:relative; width: 335px; height: 100%; vertical-align: top; } .main{ position:relative; width:645px; height:100%; vertical-align:top; } /*背景*/ .bg_panel{ position: absolute; z-index: 2; top: 105px; left:0px; width: 100%; height: 800px; /*border-top: 1px solid #3880D4; background-color: #F1F3F4;*/ background-image: url("/yqdqzztsldcom/styles/blue/images/main_bg_ico.png"); background-repeat: repeat-x; background-position: left 175px; /*border-bottom:5px solid #3880D4; background-color:#EEF2F3;*/ } .bg_panel .bg_img_grally{ position:relative; z-index:5; width:100%; height:400px; margin:0px; padding:0px; } .bg_panel .bg_img{ position: absolute; z-index: 5; top: 0px; left: 0px; width: 100%; height: 100%; } .bg_panel .bg_img.img_01{ z-index:6; background-image: url("/yqdqzztsldcom/styles/blue/images/bg_img_01.png"); background-repeat: no-repeat; background-position: center -100px; } .bg_panel .bg_img.img_02{ z-index:5; background-image: url("/yqdqzztsldcom/styles/blue/images/bg_img_02.png"); background-repeat: no-repeat; background-position: center -100px; } .bg_panel .bg_img.img_03{ z-index:5; background-image: url("/yqdqzztsldcom/styles/blue/images/bg_img_03.png"); background-repeat: no-repeat; background-position: center -100px; } .bg_panel .main_bg{ position: absolute; top: 0px; left: 0px; z-index: 10; width: 100%; height: 400px; background-image: url("/yqdqzztsldcom/styles/blue/images/main_bg.png"); background-repeat: no-repeat; background-position: center top; } /*logo*/ .logo{ position:relative; width:450px; height:90px; background-image:url("/yqdqzztsldcom/styles/blue/images/logo.png"); } /*搜索区域*/ .search_area{ position:absolute; right:70px; top:28px; width:295px; height:32px; background:url("/yqdqzztsldcom/styles/blue/images/search_input.png") left top no-repeat; } .search_area input{ position:absolute; top:5px; width:205px; height:22px; line-height:22px; margin:0px; left:10px; border:none; background-color:transparent; } .search_area button{ position: absolute; right: 0px; width: 75px; height: 32px; border: none; color:#fff; font-size:14px; background-color:transparent; background-image: url("/yqdqzztsldcom/styles/blue/images/search_button.png"); background-repeat: no-repeat; background-position: center center; }