@charset "UTF-8";
* { margin: 0; padding: 0; /*font-size: 12px;*/ }
a { text-decoration: none; border: none;}
img{
	border: none;
}
li { list-style-type: none; }
button, input { border: none; outline: none; }
html{overflow: auto;width: 100%;height:100%;overflow-x:hidden;font-family: "微软雅黑";-webkit-overflow-scrolling : touch;}
body{width: 100%;height:100%;-webkit-overflow-scrolling : touch;  font-size: 12px;}

.header{
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 50;
	/*background: green;*/
}
.header2{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.header2>.logo{
	display: inline-block;
	float: left;
}
.header2>.logo>a>img{
	width: 120px;
	margin-top: 10px;
}
.header2>ul {
	float: right;
}
.header2>ul li{
	width: 140px;
	text-align: center;
	display: inline-block;
	float: left;
	font-size: 22px;
	margin-top: 32px;
}
.header2>ul li>a{
	color: white;
}
.header2>ul li>a:hover{
	color: #5298fb;
}
.header2>ul li>.select{
	color: #1d2088;
}

/*底部*/
.bottom{
	width: 100%;
	height: 335px;
	background: #313131;
}
.bottom2{
	width: 1200px;
	height: 335px;
	margin: 0 auto;
}
.bottom2>.ditu {
	display: inline-block;
}
.bottom2>.ditu img{
	width: 250px;
	height: 250px;
	float:left;
	margin-top: 50px;
}
.bottom2>.rightsidebar{
	width: 944px;
	display: inline-block;
}
.bottom2>.rightsidebar>.rightsidebar2{
	width: 900px;
	height: 250px;
	float: left;
	margin: 0 0 0 14px;
}
.bottom2>.rightsidebar>.rightsidebar2 ul{
	display: inline-block;
}
.bottom2>.rightsidebar>.rightsidebar2 ul li{
	display: inline-block;
	font-size: 18px;

	/*text-align: center;*/
}
.bottom2>.rightsidebar>.rightsidebar2 ul li a{
	color: white;
}
.bottom2>.rightsidebar>.rightsidebar2 ul li a:hover{
	text-decoration:underline;
}
.bottom2>.rightsidebar>.rightsidebar2 ul #gz_li{
	width: 41px;
	color: #666666;
	text-align: center;
}
.bottom2>.rightsidebar>.rightsidebar2>p{
	display: inline-block;
	color: white;
	float:  right;
	font-size: 10px;
}
.bottom2>.rightsidebar>.rightsidebar2>p> a{
	color: #00abff;
}
.bottom2>.rightsidebar>.rightsidebar2> hr{
	background-color:#666666;
	margin: 20px 0 20px 0;
}
.bottom2>.rightsidebar>.rightsidebar2>.rightsidebar3 img{
	width: 220px;
	height: 110px;
	margin: 50px 0 0 68px;
}
.bottom2>.rightsidebar>.rightsidebar2>.rightsidebar3 .contact{
	float: right;
	margin-top: 50px;
	color: white;
	font-size:20px;
	line-height: 36px;
}

#btn {
	width: 70px;
	height: 70px;
	position: fixed;
	/*left: 50%;*/
	right: 0;
	margin-right: 253px;
	bottom: 30px;
	display: none;
	background: url(../img/index_08.png) no-repeat right top;
	background-size: 100% 100%;
}
#btn:hover{
	background: url(../img/index_09.png) no-repeat right top;
	background-size: 100% 100%;
}


@media only screen and (min-width:0px ) and (max-width: 1500px) {

	.header2{
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
	}
	.bottom2{
		width: 900px;
		height: 335px;
		margin: 0 auto;
	}
	.bottom2>.ditu img{
		width: 188px;
		height: 188px;
		float:left;
		margin-top: 50px;
	}
	.bottom2>.rightsidebar{
		width: 700px;
		height: 188px;
		display: inline-block;
	}
	.bottom2>.rightsidebar>.rightsidebar2{
		width: 663px;
		height: 188px;
		float: left;
		margin: 0 0 0 14px;
	}

	.bottom2>.rightsidebar>.rightsidebar2 ul li{
		display: inline-block;
		font-size: 16px;

		/*text-align: center;*/
	}
	.bottom2>.rightsidebar>.rightsidebar2 ul #gz_li{
		width: 16px;
		color: #666666;
	}
	.bottom2>.rightsidebar>.rightsidebar2>.rightsidebar3 img{
		width: 145px;
		margin: 32px 0 0 0px;
	}

	.bottom2>.rightsidebar>.rightsidebar2>.rightsidebar3 .contact{
		float: right;
		margin-top: 21px;
		color: white;
		font-size:18px;
		line-height: 36px;
	}
	#btn {
		width: 70px;
		height: 70px;
		position: fixed;
		/*left: 50%;*/
		right: 0;
		margin-right: 90px;
		bottom: 30px;
		display: none;
		background: url(../img/index_08.png) no-repeat right top;
		background-size: 100% 100%;
	}
	#btn:hover{
		background: url(../img/index_09.png) no-repeat right top;
		background-size: 100% 100%;
	}
}
	