@media only screen and (min-width: 640px) {
	* {
		padding: 0;
		margin: 0;
		list-style: none;
		font-family: "Microsoft YaHei", arial;
	}
	header .container {
		padding: 0;
		width: 1320px;
		margin-left: auto;
		margin-right: auto;
	}
	header .top {
		border-bottom: 1px solid #E3E3E3;
		clear: both;
		overflow: hidden;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	header .top .left {
		float: left;
		color: #666;
	}
	header .top .right {
		float: right;;
	}
	header .top .right p {
		float: left;
		color: #666;
		margin-left: 20px;
	}
	header .bottom {
		height: 120px;
		position: relative;
	}
	header .bottom .logo{
		float: left;
		margin-top: 30px;
	}
	header .bottom #nav {
		width: 65%;
		float: right;
		height: 45px;
		margin-bottom: 0;
		margin-top: 38px;
	}
	header .bottom ul .navlist {
		float: left;
		width: 14.28%;
		text-align: center;
		height: 45px;
	}
	header .bottom ul .hid{
		display: none;
	}
	header .bottom ul .navlist a {
		color: #777;
		display: block;
		text-align: center;
		text-decoration: none;
		line-height: 1.0;
	}
	header .bottom ul .navlist a span:nth-child(1){
		display: block;
		font-size: 15px;
		margin-top: 8px;
	}
	header .bottom ul .navlist a span:nth-child(2){
		display: block;
		font-size: 13px;
	}
	header .bottom ul .navlist:hover {
		background: #123181;
	}
	header .bottom ul .navlist:hover a{
		color: #FFFFFF;
	}
	header .bottom ul .a1 {
		background: #123181;
	}
	header .bottom ul .a1 a{
		color: #FFFFFF;
	}
	.footer {
		min-width: 1320px;
		clear: both;
		overflow: hidden;
		margin-top: 50px;
		background: #123181;
	}
	.footer .left{
		float: left;
	}
	.footer .left .logo{
		margin-top: 40px;
	}
	.footer .left .nav{
		clear: both;
		overflow: hidden;
		margin-bottom: 20px;
		margin-top: 15px;
		margin-left: -25px;
	}
	.footer .left .nav a{
		display: block;
		float: left;
		margin-left: 25px;
		text-align: center;
	}
	.footer .left .nav a span:nth-child(1){
		display: block;
		color: #ffffff;
		line-height: 1.0;
		padding-right: 25px;
		border-right: 1px solid #FFFFFF;
	}
	.footer .left .nav a span:nth-child(2){
		display: block;
		color: #9199ba;
		font-size: 12px;
		width:55px;
	}
	.footer .left .p1{
		margin-bottom: 0;
		line-height: 2.0;
		color: #dee0e9;
		font-size: 13px;
	}
	.footer .right{
		float: right;
		background: url(../images/bg04.png)no-repeat center;
		text-align: center;
		margin-top: 90px;
	}
	.footer .right p{
		float: left;
		margin-left: 15px;
	}
	.footer .right img{
		width:98px;
		height: 98px;
	}
	.footer .right span{
		display: block;
		margin-top: 10px;
		font-size: 13px;
		color: #FFFFFF;
	}
	.footer .bottom{
		margin-top: 40px;
		background: #123181;
		border-top: 1px solid #415a9a;
	}
	.footer .bottom p{
		color: #dee0e9;
		margin-bottom: 0;
		line-height: 35px;
		font-size: 12px;
	}
	.footer .bottom p a{
		color: #dee0e9;
		margin-left: 10px;
	}
	.navigation,
	.header {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	* {
		padding: 0;
		margin: 0;
		list-style: none;
		font-family: "Microsoft YaHei", arial;
	}
	.container {
		width: 100% !important;
		min-width: 300px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.floating_ck .consult,
	.floating_ck .words,
	.floating_ck .qrcord {
		display: none;
	}
	header .container{
		padding: 0;
	}
	header .top {
		display: none;		
	}
	header .bottom {
		position: relative;
	}
	header .bottom .logo{
		width: 100%;
		padding: 20px 35px;
		background: #d9ebff;
	}
	header .bottom #nav {
		width: 100%;
		height: 80px;
		margin-bottom: 0;
	}
	header .bottom ul .navlist {
		float: left;
		width: 25%;
		text-align: center;
		height: 40px;
		background: #123181;
		border-bottom: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
	header .bottom ul .navlist a {
		color: #FFFFFF;
		display: block;
		text-align: center;
		text-decoration: none;
		line-height: 1.0;
	}
	header .bottom ul .navlist a span:nth-child(1){
		display: block;
		font-size: 14px;
		margin-top: 7px;
	}
	header .bottom ul .navlist a span:nth-child(2){
		display: block;
		font-size: 12px;
	}
	header .bottom ul .a1 {
		background: #123181;
	}
	header .bottom ul .a1 a{
		color: #FFFFFF;
	}
	.footer {
		clear: both;
		overflow: hidden;
		margin-top: 50px;
		background: #123181;
	}
	.footer .left .logo{
		width: 50%;
		margin-left: 25%;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.footer .left .nav{
		display: none;
	}
	.footer .left .p1{
		margin-bottom: 0;
		line-height: 2.0;
		color: #dee0e9;
		font-size: 13px;
		text-align: center;
	}
	.footer .right{
		background: url(../images/bg04.png)no-repeat center;
		text-align: center;
		margin-top: 20px;
	}
	.footer .right p{
		width: 50%;
		text-align: center;
		float: left;
	}
	.footer .right img{
		width:60%;
	}
	.footer .right span{
		display: block;
		margin-top: 10px;
		font-size: 13px;
		color: #FFFFFF;
	}
	.footer .bottom{
		clear: both;
		overflow: hidden;
		margin-top: 20px;
		background: #123181;
		padding: 10px 0;
		border-top: 1px solid #415a9a;
	}
	.footer .bottom p{
		color: #dee0e9;
		margin-bottom: 0;
		font-size: 12px;
		text-align: center;
	}
	.footer .bottom p a{
		color: #dee0e9;
		display: block;
		width: 46%;
		float: left;
		margin-left: 0px;
		margin-right: 10px;
		text-align: right;
	}
	.footer .bottom p a:nth-child(2){
		text-align: left;
	}
}