.china_phone_nav{
		width: 100%;
		height: 60px;
		line-height: 60px;
		position: relative;
		background: #0658b3;
		display: none;
	}
	#open_list{
		height: 17px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 12px;
	}
	#close_list{
		height: 17px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 12px;
		display: none;
	}
	#c_logo{
		height: 30px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#search_icon{
		height: 21px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 12px;
	}
	.c_hide_list{
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
		padding-bottom: 12px;
		background: #ffffff;
		z-index: 99;
		display: none;
	}
	.c_hide_list li{
		width: 100%;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #ececec;
		font-size: 16px;
		text-indent: 12px;
	}

	@media screen and (max-width:1199px) {
		.china_phone_nav{
			display: block;
		}
	}