/*h5适配 start*/

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.container{
		padding-top: 60px !important;
	}
	.header {
		background-color: rgba(43, 42, 41, 0.3);
		height: 60px;
	}
	.pagemsg span {
		margin-top: 60%;
		padding-left: 5%;
		padding-right: 5%;
		border-radius: 20px;
	}
	.header .header-wrapper {
		width: 100%;
	}
	.h-logo {
		width: 22%;
		height: 52px;
		background-size: 70% auto;
		margin: 0px;
		zoom: 1;
		-moz-transform:scale(1)
	}
	.h-fixedname {
		width: 50%;
		height: 60px;
		line-height: 60px;
	}
	.header-top-nav-wrapper {
		display: none;
		width: 100%;
		max-width: 100%;
		position: fixed;
		top: 52px;
		background-color: rgba(43, 42, 41, 0.85);
		min-height: 42px;
		height: auto;
		margin: 0px;
	}
	.header-top-nav-wrapper a {
		width: 90%;
		padding: 0px;
		height: 42px;
		line-height: 42px;
		text-align: left;
		padding-left: 5%;
	}
	.header-top-nav {
		display: block !important;
		float: right;
		width: 16.8%;
		height: 52px;
		line-height: 52px;
		text-align: center;
		background-image: url(../img/menu.png);
		background-repeat: no-repeat;
		background-size: auto 80%;
		background-position: right center;
		margin-right: 3%;
	}
	.footer-small {
		padding-top: 10px;
	}
	.footer .f-awrapper {
		padding-bottom: 5px;
	}
	.footer .f-awrapper a {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.fixed-top {
		display: none;
	}
	.inner-banner {
		height: 180px !important;
		margin-top: 0 !important;
	}
	.inner-bannerbig {
		height: 180px !important;
		margin-top:  0 !important;
	}

	/* 迭代 */
	/* 迭代 */
	html,body{
		overflow-x: hidden;
	}
	.header{
		background-color: #000;
	}
	.header-top-nav-wrapper a.htnw-on{
		border-image: none;
		border-bottom: none;
		color: #00a6ca !important;
	}
	.header-top-nav-wrapper a{
		font-size: 14px;
		color: #fff;
		opacity: 1;
	}
	.header-top-nav-wrapper a:hover,.header-top-nav-wrapper a:focus {
		border-bottom: none;
		border-image: none;
	}
	.index-banner{
		height: 180px !important;
	}
	.inner-main{
		margin-top: 30px !important;
	}
	.footer .f-commonrow {
		width: 100%;
		min-height: 44px;
		text-align: center;
		color: #ffffff;
		background: #24344D;
		color: #7E899B;
		font-size: 14px;
		padding: 5px 20px;
		box-sizing: border-box;
		line-height: inherit;
		display: flex;
    	flex-direction: column;
	}
}


/*h5适配 end*/