﻿@charset "utf-8";
/**
* name: global.css
* author: lyf
* addTime: 2013.06.12
* editTime:
* description: 慈展会通用样式，头和尾
*
***/


/********************************
****** name: main
*********************************/

body 
{
    width: 100%;
    background: #ffffff; 
    text-align: center;
    height: 100%;
    font-family: Arial,"Microsoft YaHei";
    
}

.wrapper 
{
   
    width: 100%;
    margin: 0 auto;
 
}

.main {
    width: 100%;
    margin: 0 auto;   
}



/********main end***************/

/********************************
****** name: header
*********************************/

.header {
    height: 150px;
    width: 100%;
    text-align: left;
     background:#fedf00 url(../images/headerbg.jpg) no-repeat center top;
}

.header_inner_box
{
 width:960px; 
 margin: 0 auto;
}
.header .header_contents {
    width:300px;
    padding-top: 111px;
    padding-left: 507px;

}

.header .header_contents .header_links {
    float: left;
    width: 150px;
}

.header .header_contents .header_links a {
    float: left;
    margin-left: 5px;
}

.header .header_contents a:hover {
    text-decoration: none;
}

.search_content {
    height:22px; 
    background:url(../images/reasechbg.png) no-repeat left center;
    width: 148px;
    float: left;
}
.search_content div{width:148px;} 
.search_content div form{width:148px;}
.search_content div form div{width:148px;}       
.search_content #search_keywords {
    width:118px; 
    height:22px; 
    line-height:22px;
    border:none; 
    background:none; 
    _display:inline;
    color: #cabeb6;
    font-size: 12px;
    float: left;
    padding-left: 10px;
}
.search_content .submit {
    width:20px; 
    height:22px; 
    background:url(../images/search_btn.png) no-repeat; 
    border:none; 
    cursor:pointer;
    float: right;
}  

/********header end***************/

/********************************
****** name: footer
*********************************/

.footer 
{
    margin-top: 7px;
    background: #f4f4f4 url(../images/index_botmbg.png) repeat-x left top;
    width: 100%;
}
.subnav
{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #676767;
	padding-bottom: 25px;
    background: #f4f4f4 url(../images/index_bottom_anbg.png) repeat-x left top;
    min-height: 219px;
}
.subnav dl
{
	float: left;
    padding: 0 25px;
   
}
.subnav .last_dl
{
	width: 70px;
}
.subnav .first_dl
{
	margin:0 10px 0 15px;
}
.subnav .dlRight
{
    padding-right:18px;
}
.subnav dt
{
	font-size: 14px;
	padding: 19px 0 14px 0;
	text-align: left;
    color: #7f7f7f;
    border-bottom: 1px solid #cfcfcf;
    height: 16px;
    line-height: 16px;
    display: block;
    
}
.subnav dl a
{
	font-size: 12px;
	color: #676767;
	text-decoration: none;
	line-height: 18px;
    height: 18px;
}
.subnav dl a:hover
{
	color: #f96b17;
	text-decoration: underline;
}
.subnav dl dd li
{
	text-align: left;
}

.dlone dd, .dlone dt {
    width: 80px;
}

.dltwo dd, .dltwo dt {
    width: 88px;
}

.dlthree dd, .dlthree dt {
    width: 110px;
}

.dlfour dd, .dlfour dt {
    width: 110px;
}

.dlfive dd, .dlfive dt {
    width: 123px;
}

.dlsix dd, .dlsix dt {
    width: 137px;
}

.subnav dl dd {
    padding-top: 10px;
    border-top: 1px solid #ffffff;
    text-align: left;
    display: block;
}
.footer_page {
    background: url(../images/p_footerbg.png) repeat-x left center;
    height:60px;
    width: 100%;
    margin-top: 25px;
    line-height: 60px;
}
.footer_page .copyright p {
    text-align: left;
	color: #7f7f7f;
	font-family: Arial;
	font-size: 12px;
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    padding: 0;
}

.footer .copyright
{
    width: 100%;
    background: url(../images/index_bottombg.png) repeat-x left center;
    height: 53px;
    line-height: 53px;
}
.copyright p
{
	text-align: left;
	color: #7f7f7f;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
    width: 100%;
    text-align: center;
    padding-top: 14px;
	padding-bottom: 18px;
}

.copyright p a {
    color: #7f7f7f;
}

/********footer end***************/


@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx)  and (min-width: 700px) { 
   .header 
    {
        background:#fedf00 url(../images/headerbg_ipad.jpg) no-repeat center top;
        background-size: 959px 150px;
    }
    
    
    .header .header_contents {
        width: 355px;
        padding-top: 117px;
        padding-left: 500px;
    }
}




.titlenews {
    background: url(../images/news.gif) no-repeat;
    display: block;
    width: 20px;
    
}