*{margin:0px;padding: 0px;
	}
	html,body{font-family: "微软雅黑";
	font-size: 14px;
	text-decoration: none;
}
	.all{
		width: 98%;
        margin-left: 1%;
        margin-right: 1%;
	}
	.header{
        width: 100%;
        /* border-bottom: 1px solid #ffcc00; */
	}
    .header .head{
        width: 100%;
        margin:0 auto;
        overflow: hidden;
        /* background: url(images/header.jpg) 100% 100% no-repeat; */
    }
	/* .head #logo{
		width: 140px;
		height: 100px;
        float: left;
        background:url(images/logo.png) 8px 14px no-repeat;
	}
	.head #indexlogo{
		width: 21px;
		height: 21px;
		float: left;
		margin-left: 56px;
		margin-top: 40px;
		background-image: url();
    } */
    .head #title{
        height: 80px;
        padding-top: 20px;
        text-align: center;
        background-color: #3d3d3d;
    }
    .nav{
        text-align: center;
        /* background-color: chocolate; */
    }
    .nav1{
        display: inline-block;
        /* background-color: cadetblue; */
    }

    .headmenu{
        font-weight: normal;
        margin-top: 22px;
        /* margin-left: 100px; */
        margin-bottom: 22px;
    	height:30px;
        list-style: none;
        /* background-color: burlywood; */
        /* float: right; */
    }
    .headmenu li{
        float: left;
        width: 10em; 
    	/* margin-right: 37px; */
    	height:21px;

    }
    .headmenu li a{
        font-size: 18px;
		line-height: 21px;
		color: #3d3d3d;
		text-decoration: none;
    }
    .headmenu li a:hover{
    	font-size: 18px;
    	display: block;
		line-height: 21px;
		color: rgb(23,111,187);
    }
    
    /*css*/
    .headmenu ul,li{
        display:inline-block;
    }
    .headmenu a,a:link{
        color:#000;
        text-decoration:none;
        position:relative;
        padding:3px 15px;
    }
    .headmenu a:after{
        content: "";
        width: 0;
        height: 3px;
        background: #337ab7;
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: all .2s;
    }
    .headmenu a:hover:after,a.active:after{
        left: 0%;
        width: 100%;
    }


    .main{
        margin:0px auto;
        /* border-bottom: 1px solid #898989; */
    }
    .main #imgbox{
        margin:0px auto;
        background-color:rgb(242,241,241);
        width: 100%;
        height: auto;
    }
    .main #imgbox img{
        width: 100%;
    }

    .footer{
    	margin-top: 2px;
        width: auto;
    	border-bottom: 1px solid #fff;
    }
    .footer .con{
    	height: 20px;
    	/* width: 50%; */
        margin: 0 auto;
    }
    .footer .con .ul1{
        width: 100%;
        height: 30px;
        text-align: left;
    }
    .footer .ul1 ul{
		width: 100%;
        list-style: none;
    }

    .footer  .ul1 ul li{
        font-size: 12px;
        margin-top: 10px;
    }

    .footer_copy{
        width: 100%;
    }
    .copy{
        margin:0 auto;
        width: 100%;
        text-align: center;
        line-height: 25px;
    }
