body{
			margin: 0;
			width: 100%;
			height: 100%;
			position: relative;
			font-size: 14px!important;
			overflow: auto;
		}
		a{
			text-decoration: none;
			color: #000;
		}
		li{
			list-style: none;
		}
		.top{
			width: 80%;
			margin:0 auto 0 auto;
			height: 60px;
		}
		.top .logo{
			float: left;
			width: 310px;
			height: 60px;
		}
		.top .logo img{
			width: 100%;
			height: 100%;
		}
		.top nav{
			width: 70%;
			float: right;
			height: 60px;
		}
		nav>ul{
			padding: 0;
			margin: 0;
			display: flex;
			justify-content: center;
  align-items: center;
		}
		nav>ul li{
			float: left;
			width: 12%;
			height: 70px;
		}
		nav>ul li a{
			display: block;
			height: 50px;
		}
		nav>ul li a:hover{
			border-bottom: 2px solid #202f45;
		}
		nav>ul li p{
			text-align: center;
			margin: 5px 0;
			line-height: 50px;
		}
		nav>ul li span{
			display: block;
			text-align: center;
			font-size: 13px;
		}
		/*footer {
			width: 100%;
			height: 40px;
			background: #202F45;
			position: absolute;
			bottom: 0;
			clear: both;
		}*/
		footer .footer-inner{
			width: 100%;
			margin: auto;
		}
		footer p{
			color: #FFFFFF;
			/*float: left;*/
			line-height: 13px;
			text-align: center;
		}
		footer .footer-img{
			width: 50px;
			height: 50px;
			float: left;
			margin: 5px 20px;
		}
		footer .footer-img img{
			width: 100%;
			height: 100%;
		}
		.wrap{
			width: 1000px;
    		margin:0 auto 25px auto ;
			/*border: 1px solid;*/
			height: auto;
		}
		.wrap img{
			width: 100%;
			height: auto;
		}
		.containt{
			width: 70%;
			margin:0 auto 50px auto;
		}
		.img{
			overflow: hidden;
		}
		.img img{

transition: 1s ease-in-out;

}
.img:hover img{
display:block;
-webkit-transform:scale(1.1)
}

 .hd {
    float: left;
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    line-height: 44px;
    padding-left: 40px;
    border-bottom: 1px #dadada solid;
    font-size: 14px;
    color: #333;
    background: url(../images/home.png) no-repeat 10px center #f5f5f5;
    overflow: hidden;
    background-size: 20px;
    margin-top: 20px;
}
.hd1 {
    float: left;
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    line-height: 44px;
    padding-left: 40px;
    border-bottom: 1px #dadada solid;
    font-size: 14px;
    color: #333;
    background: url(../images/home.png) no-repeat 10px center #f5f5f5;
    overflow: hidden;
    background-size: 20px;
    margin-top: 20px;
}
.hd a {
    color: #333;
    margin-left: 10px;
}
