        *{
            padding: 0;
            margin: 0;
        }
        body{
            font-family:"Microsoft YaHei",sans-serif;
            font-size: 14px;
        }
		img{
			border:none;
		}
        a{
            text-decoration: none;
        }
        ul{
            list-style: none;
        }

        .header{
            width: 100%;
            height: 81px;
            margin-bottom: 19px;
            background: url(../images/header.png) no-repeat center;
        }
        .header_in{
            width: 1100px;
            height: 81px;
            margin: 0 auto;
        }
        .logo{
            width: 94px;
            height: 66px;
            float: left;
        }
        .nav{
            width: 840px;
            height: 81px;
            float: right;
        }
        .nav li {
            font-size: 18px;
            width: 120px;
            height: 81px;
            float: left;
            text-align: center;
            line-height: 81px;
        }
        .nav li a{
            display: block;
            width: 120px;
            height: 81px;
            color: #09312e;
        }
        .nav li a:hover{
            font-weight: bold;
        }
        .nav li .stay{
            font-weight: bold;
        }

        .banner{
            width: 100%;
            margin-bottom: 38px;
        }
        .banner_in{
            width: 100%;
            height: 421px;
            background: url(../images/banner.png) no-repeat center;
        }

        .content{
            width: 100%;
        }
        .content_in{
            width: 100%;
            height: auto;
        }
        .context{
            width: 1100px;
            margin: 0 auto;
        }
        .title{
            text-align: center;
        }
        .title h3{
            font-weight: bold;
            font-size: 30px;
            color: #025148;

        }
        .title span{
            display: block;
            font-size: 25px;
            color: #c8a063;
            letter-spacing: 2px;
            line-height: 1em;
        }
        .con{
            margin: 0 auto 90px;

        }

        .footer{
            width: 100%;
            height: 115px;
            line-height: 115px;
            text-align: center;
            background: url(../images/footer.png) no-repeat center;
            color: #4d4d4d;
        }