* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	list-style: none;
	font-family: calibri;
}

body {
	height: 100%;
	width: 100%;
}

html {
	height: 100%;
	width: 100%;
}

img {
	vertical-align: top;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #dddddd;
}

::-webkit-scrollbar-thumb {
	background: #cccccc;
}

::-webkit-scrollbar-thumb:hover {
	background: #cdcdcd;
}

.clf:after {
	float: none;
	clear: both;
	display: block;
	content: "";
}

.con {
	width: 100%;
	min-width: 1200px;
	height: auto;
	min-height: 100%;
	position: relative;
}

.limit_width {
	width: 1200px;
	margin: 0px auto;
	height: auto;
}

.all_width {
	width: 100%;
	margin: 0px auto;
	height: auto;
}

.con_bottom_break {
	width: 100%;
	height: 298px;
}

.con_bottom {
	width: 100%;
	background-color: #d9d9d9;
	height: 280px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.con_bottom div {
	display: inline-block;
	width: 300px;
	text-align: center;
	height: 280px;
}

.con_bottom .bt_l {
	padding-top: 78px;
	line-height: 28px;
	font-size: 18px;
	color: #1e1e1e;
}

.con_bottom .bt_m {
	padding-top: 50px;
	line-height: 30px;
}

.con_bottom .bt_m img {
	width: 100%;
	padding: 0 35px;
}

.con_bottom .bt_m a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	background-color: #363636;
	color: #ffffff;
	margin: 0px 8px;
	border-radius: 50%;
}

.top_logo_body {
	position: relative;
	text-align: center;
	height: 100px;
}

.top_logo_body img {
	height: 100%;
}

.top_search {
	position: absolute;
	top: 10px;
	right: 0;
	width: 400px;
}

.top_search_body {
	float: left;
	width: 250px;
	padding-right: 10px;
	height: 80px;
	line-height: 80px;
	position: relative;
}

.top_search_body input[type=text] {
	outline: none;
	font-size: 18px;
	border: #dddddd 1px solid;
	width: 100%;
	height: 48px;
	padding-left: 40px;
	padding-right: 15px;
	border-radius: 5px;
}

.top_search_body .top_search_result_body {display:none;overflow-y:auto;border-radius: 5px;width:240px;border: #dddddd 1px solid;position:absolute;left:0;top:65px;height:250px;background-color:#fff;z-index:999;}
.top_search_body .top_search_result_body ul {width:100%;padding:5px 10px;;font-size:16px;line-height:30px;}
.top_search_body .top_search_result_body ul li {width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;}
.top_search_body .top_search_result_body ul li a{color:#666666;}
.top_search_body i {
	position: absolute;
	left: 15px;
	top: 31px;
	font-size: 18px;
	color: #ccc;
}

.top_search_but {
	float: left;
	width: 75px;
	height: 80px;
	color: #666;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
}

.top_search_but i {
	font-size: 28px;
}

.top_search_but p {
	font-size: 16px;
	line-height: 1.8;
}

.top_tab {
	font-size: 0;
}

.top_tab a {
	display: inline-block;
	width: calc(100%/ 7);
	width: calc(( 100% -   24px)/7 ) \9;
	font-size: 20px;
	text-align: center;
	line-height: 54px;
	color: #000000;
}

.top_tab a:hover {
	color: #fff;
	background-color: #d9d9d9;
}

.top_nav {
	border-bottom: #c5c5c5 1px solid;
	border-top: #c5c5c5 1px solid;
	height: 40px;
	background-color: #f7f7f7;
	font-size: 0;
}

.top_nav .g_b {
	display: inline-block;
	width: 80px;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	border-left: #c5c5c5 1px solid;
	border-right: #c5c5c5 1px solid;
	line-height: 38px;
	cursor:pointer;
}

.top_nav .nav_con {
	display: inline-block;
	width: calc(100% -   80px);
	font-size: 16px;
	line-height: 38px;
	color: #1e1e1e;
	padding-left: 15px;
}

.top_nav .nav_con img {
	height: 38px;
}

.top_nav .nav_con a {
	color: #1e1e1e;
	margin: 0px 5px;
}

.top_nav .nav_con a:hover {
	text-decoration: underline;
}

.cz_img2 {
	overflow: hidden;
	display: flex;
	flex-direction: row; /*x*/
	justify-content: center;
	align-items: center; /*Y*/
}

.cz_img2 img {
	align-items: center;
}

.page {
	width: 100%;
	text-align: right;
	font-size: 20px;
	line-height: 2;
	clear:both;
	float:none;
}

.page a {
	color: #000;
	margin-left: 10px;
}

.page a:hover {
	text-decoration: underline;
}

.page input[type=text] {
	margin-left: 10px;
	width: 60px;
	height: 28px;
	font-size: 16px;
	text-align: center;
	outline: none;
	border: #dddddd 1px solid;
	border-radius: 5px;
}

.page input[type=button] {
	margin-left: 10px;
	height: 28px;
	font-size: 16px;
	outline: none;
	border: 0px none;
	background-color: #AAAd98;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	width: 44px;
	cursor: pointer;
}

#loading_d {display:none;border-radius:10px;z-index:1000;position:fixed;width:120px;height:120px;background-color:#333333;color:#ffffff;left:50%;top:50%;margin-left:-60px;margin-top:-60px;text-align:center;}
#loading_d i {font-size:48px;margin-top:20px;}
#loading_d p {font-size:14px;line-height:1;margin-top:15px;}
#load_bg {display:none;position:fixed;width:100%;height:calc(100% - 180px);z-index:999;left:0;bottom:0;}