@media only screen and (min-width: 640px) {
	* {
		padding: 0;
		margin: 0;
		list-style: none;
		font-family: "Microsoft YaHei", arial;
	}
	.container {
		padding: 0;
		width: 1180px;
		margin-left: auto;
		margin-right: auto;
	}
	header .top {
		border-bottom: 1px solid #E3E3E3;
		clear: both;
		overflow: hidden;
		height: 40px;
		font-size: 12px;
	}
	header .top .p1 {
		float: left;
		color: #999;
		line-height: 37px;
		padding-left: 20px;
		margin-bottom: 0;
		background: url(../images/icon01.png)no-repeat left center;
	}
	header .top .p1 span {
		font-size: 18px;
		color: #003c98;
		font-family: arial;
	}
	header .top .p2 {
		float: right;
		margin-top: 11px;
		font-size: 14px;
	}
	header .top .p2 a {
		display: block;
		float: left;
		color: #999;
		padding: 0 10px;
		border-right: 2px solid #E3E3E3;
		line-height: 1.0;
	}
	header .top .p3 {
		float: right;
		font-size: 14px;
		height: 21px;
		margin-top: 10px;
		padding-left: 30px;
		margin-left: 10px;
		color: #999;
		background: url(../images/icon02.png)no-repeat left center;
	}
	header .top .p3 a {
		color: #999;
		line-height: 1.0;
	}
	header .bottom {
		height: 120px;
		background: #1155bf;
	}
	header .bottom .logo {
		display: block;
		float: left;
		line-height: 120px;
		font-size: 30px;
		color: #FFFFFF;
		text-decoration: none;
	}
	header .bottom #nav {
		width: 68%;
		float: right;
		height: 120px;
		margin-bottom: 0;
		border-left: 1px solid #1765de;
	}
	header .bottom ul .navlist {
		float: left;
		width: 14.28%;
		text-align: center;
		height: 120px;
		border-right: 1px solid #1765de;
	}
	header .bottom ul .home {
		background: url(../images/icon03-1.png)no-repeat 25px;
	}
	header .bottom ul .navlist a {
		color: #FFFFFF;
		display: block;
		font-size: 16px;
		line-height: 120px;
		text-decoration: none;
		font-weight: bold;
	}
	header .bottom ul .navlist:hover a {
		color: #5ac42c;
	}
	header .bottom ul .a1 a {
		color: #5ac42c;
	}
	header .bottom ul .a1.home {
		background: url(../images/icon03.png)no-repeat 25px;
	}
	header .bottom ul .home:hover {
		background: url(../images/icon03.png)no-repeat 25px;
	}
	#nav .navlist .navdropdown {
		display: none;
		position: absolute;
		width: 140px;
		z-index: 999;
		margin-left: -13px;
		background: #FFFFFF;
	}
	#nav .navlist .navdropdown li {
		border: none;
		text-align: center;
	}
	#nav .navlist .navdropdown li a {
		text-decoration: none;
		color: #333;
		font-size: 15px;
		font-weight: normal;
		padding: 0;
		margin: 0;
		line-height: 50px;
		background: none;
	}
	#nav .navlist .navdropdown li a:hover {
		background: #1155bf;
		color: #FFFFff;
	}
	.search {
		height: 60px;
		padding-top: 15px;
		background: #1155bf;
	}
	.search .p1 {
		float: left;
		color: #FFFFFF;
		font-size: 16px;
		margin-top: 3px;
		margin-bottom: 0;
		font-weight: bold;
	}
	.search .p1 a {
		font-weight: normal;
		color: #FFFFFF;
		margin-right: 10px;
		margin-left: 10px;
		font-size: 14px;
	}
	.search-in {
		float: right;
		width: 240px;
		height: 30px;
		margin-top: 0px;
		background: #fbfbfe;
	}
	.search-in input {
		background: none;
		border: none;
		padding: 0px 10px;
		color: #333333;
		height: 25px;
		width: 170px;
		outline: none;
	}
	.search-in button {
		float: right;
		border: none;
		outline: none;
		margin-top: 0px;
		background: #5ac42c;
		color: #FFFFFF;
		line-height: 30px;
		/*padding: 0 15px;*/
	}
	.footer {
		background: url(../images/bg06.png)no-repeat center;
		height: 196px;
	}
	.footer .left {
		width: 430px;
		float: left;
		margin-top: 60px;
	}
	.footer .left p {
		color: #FFFFFF;
		font-size: 18px;
	}
	.footer .left p a {
		color: #FFFFFF;
	}
	.footer .nav {
		width: 250px;
		float: left;
		margin-left: 140px;
		margin-top: 30px;
		padding: 15px 0;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
	.footer .nav a {
		width: 50%;
		float: left;
		display: block;
		text-align: center;
		color: #FFFFFF;
		line-height: 2.1;
	}
	.footer .erweima {
		float: right;
		margin-top: 35px;
	}
	.footer .erweima img {
		width: 119px;
	}
	.footer .erweima span {
		display: block;
		margin-top: 7px;
		text-align: center;
		color: #FFFFFF;
	}
	.navigation,
	.header,
	.footer2 {
		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 {
		display: none;
	}
	.header {
		width: 100%;
		padding: 20px 15px;
		clear: both;
		overflow: hidden;
		background: #1155bf;
	}
	.logo2 {
		float: left;
		width: 65%;
	}
	.navClick {
		float: right;
		width: 9%;
		cursor: pointer;
		display: block;
		margin-top: 5px;
	}
	.navClick img {
		width: 100%;
	}
	.body_Skin .container2 {
		-webkit-transform: translate(-65%, 0);
		-webkit-box-shadow: 0 0 10px #000000;
		position: relative;
		transition: all 0.3s ease;
		z-index: 9999;
	}
	.container2 {
		-webkit-transform: translate(0, 0);
		transition: all 0.3s ease;
	}
	.body_Skin .navigation {
		-webkit-transform: translate(0px, 0);
		-webkit-transition: all 0.3s ease;
	}
	.navigation {
		position: fixed;
		right: 0;
		top: 0;
		width: 65%;
		-webkit-transform: translate(100%, 0);
		-webkit-transition: all 0.3s ease;
		height: 100%;
		overflow: hidden;
		z-index: 1001;
		background: #F3F3F3;
	}
	.navigation ul {
		width: 100%;
		margin-top: 20px;
	}
	.navigation ul li {
		background: none;
		padding-right: 5px;
		border-bottom: 1px solid #E3E3E3;
	}
	.navigation ul li a {
		display: block;
		text-indent: 45px;
		height: 50px;
		line-height: 50px;
		color: #555;
		font-size: 18px;
		text-decoration: none;
	}
	.navigation ul .on {
		background: #1155bf;
		padding-right: 0;
	}
	.navigation ul .on a {
		color: #FFFFFF;
	}
	.search {
		display: none;
		height: 50px;
		padding-top: 10px;
		width: 100%;
		background: #ebebeb;
	}
	.navigation .search-in2 {
		display: block;
		width: 95%;
		margin-left: 2.5%;
		height: 40px;
		margin-top: 20px;
		background: #FFFFFF;
		border-radius: 18px;
	}
	.navigation .search-in2 input {
		background: none;
		border: none;
		padding: 0px 10px;
		color: #333333;
		height: 37px;
		width: 140px;
		outline: none;
	}
	@media only screen and (min-width: 300px) and (max-width: 320px) {
		.navigation .search-in input {
			width: 130px;
		}
	}
	.navigation .search-in2 button {
		float: right;
		border: none;
		outline: none;
		margin-top: 0px;
		color: #1155bf;
		line-height: 38px;
		padding: 0 15px;
		font-size: 15px;
		background: none;
		border-radius: 18px;
	}
	.link{
		display: none;
	}
	.footer {
		display: none;
	}
	.footer2{
		background: #dcdcdc;
		margin-top: 30px;
		padding-bottom: 5px;
	}
	.footer2 .title p{
		text-align: center;
		color: #1155bf;
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.footer2 .title hr{
		margin-top: 5px;
		margin-bottom: 0;
		border-top: 2px solid #1155bf;
		float: left;
		width: 10%;
		margin-left: 45%;
	}
	.footer2 .erweima{
		text-align: center;
		clear: both;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.footer2 .erweima img{
		margin-top: 20px;
		width: 40%;
	}
	.footer2 .erweima p{
		margin-top: 7px;
		color: #1155bf;
		font-size: 15px;
	}
	.footer2 .text{
		margin-bottom: 60px;
	}
	.footer2 .text p{
		color: #1155bf;
		text-align: center;
		margin-bottom: 5px;
		font-size: 12px;
	}
	.footer2 .text p a{
		color: #1155bf;
	}
}
@media screen and (min-width:320px) and (max-width:640px) {
	body{position: relative;}
	.ftmenu {
	display: block !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    }
    .ftmenu li {
    float: left;
    width: 50%;
    text-align: center;
	}
   .ftmenu li a {
   	width: 100%;
    display: block;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    height: 3.3em;
    padding-top: 1em;
	}
}
	.ftmenu{display: none}
