@charset "UTF-8";
/**
 * 
 * @authors Your Name (item@example.org)
 * @date    2015-08-27 19:27:32
 * @version $Id$
 */
*{
    margin: 0;
    padding: 0;
}
ul,ol{
    list-style: none;
}
li,p{
	line-height: auto;
}
body{
    background-image: url(/images/bg1.jpg);
    margin-top: 0;
    margin-left: 0;
}
header, section, footer{
    display: block;
    height: auto;
    margin: 0;
    padding: 0
}
body {
	font-weight: normal;
	font-size: 12px;
	font-family: Georgia, serif;
    color: #000;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    padding-bottom: 50px;
}
a{
    color: #224b8d; 
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #880000;
}


.clearfix{
    content: "";
    display: block;
    clear:both;
    width: 100%;
    float: none;
}

.header,.screen,.footer{
    clear: both;
}

.container{
    height: auto;
    width: 1000px;
    margin: 0 auto;
}
.banner{
    height: auto;
    margin-top: 30px;
}
.article{
    height: auto;
    margin-top: 10px;
}
.footer{
    margin-top: 10px
}

/*header*/
h1{
	color: #880000;
    height: auto;
    line-height: 50px;
    border-bottom-style:
    double ;border-color: #808080;
}

/*section*/
.photo{
    height: 310px;
    width: 310px;
    float: left;
    text-align: center;
}
.photo img{
    height: auto;
    line-height: auto;
}
.b-text{
    height: 350px;
    width: 450px;
    float: left;
    text-align: center;
}
h2{
	font-family: Xingkai SC, SimSun;
    font-size: 3em;
    margin-top: 0.5em;
    margin-left: 24px;
}
h2 span{
    display: block;
    font-weight: normal;
    font-size: 50px;
    font-family: Georgia, serif;
    color: #333;
    margin-top: 10px;
}
.present{margin-top: 1em;}
.present li{font-size: 1.3em;
        margin-left: 1.5em;
        color: #333;
        height: 15px;
        line-height: 10px;}
.present li a{text-decoration: none;
                color: #224b8d;}
.present li a:hover{text-decoration: underline; color: #880000;}
.present2{margin-top: 1em;}
.present2 li{font-size: 1.3em;
        margin-left: 1.5em;
        color: #333;
        height: 15px;
        line-height: 10px;}
.present2 a{color:#224b8d; text-decoration: none;}
.present2 li a:hover{text-decoration: underline; color: #880000;}
.present2 a span{margin-left: 3em;}


.b-logo{height: 350px;
        width: 240px;
        float: right;}
.b-logo a img{
	border:none;
}
.meng img{
	width: 180px;
	height: 70px;
	margin-left: 2em;
	margin-top: 3em;
}
.ying img{
	width: 120px;
	height: 150px;
	margin-left: 4em;
	margin-top: 2em;
}


/*article*/    
h3{
    color: #880000; 
    font-size: 2em; 
    border-bottom: 1px dashed #999;
    height: 30px;
}

.item{
    height: auto;
    margin-top:20px;
}
.item ul{
    padding-left: 2em;
    list-style-position: outside;
}
.item p,li{
    font-size: 1.2em;
    color: #222;
    height: auto;
    line-height: 24px;
    padding-top: 10px;
}
.item li{
    list-style-type: square;
}

/*footer*/
.aini h4{
    font-size: 1.3em; 
    color: #333;
    padding-top: 1em;}
.aini li{
    font-size: 1.2em;
    color: #222;
    height: auto;
    line-height: auto;
    padding-top: 0;
    margin-left: 0em;
    text-indent: 0em;
}
.aini p{
    font-size: 1.2em;
    color: #222;}
.end {
    margin-top: 3em;
    width: 100%;
    border-top: 1px solid #808080;}
.end p{
    float: right;
    margin-top: 1em;}