﻿/** reset **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "Microsoft Yahei", tahoma, Srial, helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* top */
.top_main {
	overflow: hidden;
}

.header_bg {
	height: 40px;
	background: #F3F3F3;
	border-bottom: 1px solid #DADADA;
	box-shadow: 0px 1px 10px 1px #ddd;
	position: absolute;
	width: 100%;
}

.header {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.header .top {
	font-size: 14px;
	float: right;
}

.header .top>div {
	float: left;
	padding: 0 30px;
	/* border-right: 1px solid #8E8E8E; */
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	/* overflow: hidden; */
}

.header .top>div:last-child {
	border: none;
}

.header .top>div img {
	margin-right: 5px;
}

.header .top>div:last-child img {
	margin-top: 3px;
}

.code_hover {
	position: relative;
}

.code_hover .top_code {
	position: absolute;
	border: 1px solid;
	top: 40px;
	left: 0;
	height: 200px;
	width: 200px;
	display: none;
}

.code_hover:hover .top_code {
	display: inline-block;
}

/* top_bg_img */

.top_bg_img {
	margin-top: 40px;
	height: 400px;
	background: url(../images/top_bg.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.top_bg_img_con {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.bg_logo {
	position: absolute;
	left: 380px;
	top: 70px;
}

.bg_search {
	/*position: absolute;*/
	right: 120px;
	top: -5px;
}

/* logo */
.logo_bg {
	height: 200px;
	background: url(../images/header_bg.png) no-repeat center;
	background-size: 100% 100%;
}

.logo {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}

.logo .img {
	margin-top: 75px;
}

.scarch {
	width: 330px;
	border: 1px solid #0E55B6;
	height: 30px;
	line-height: 30px;
	position: relative;
	background: #fff;
	border-radius: 15px;
}

.scarch span {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../images/fdj_icon.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 6px;
	left: 10px;
}

.scarch .search_input {
	width: 200px;
	position: absolute;
	left: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-left: 2px;
	border: none;
	outline: none;
}

.scarch .submit {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
	right: 0px;
	height: 30px;
	line-height: 30px;
	width: 60px;
	background: #0B53B6;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

/* nav */
.nav_bg {
	height: 53px;
	background: #0B53B6;
}

.nav {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}

.nav ul li a {
	float: left;
	color: #fff;
	width: 171px;
	text-align: center;
	height: 45px;
	line-height: 50px;
	font-size: 18px;
}

.nav .nav_bor {
	display: inline-block;
	height: 46px;
}

.nav ul li a:hover>.nav_bor {
	border-bottom: 2px solid #ddd;
}

.nav ul li .nav_font {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
}

.nav ul li span {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../images/sy_icon.png) no-repeat center;
	background-size: 100% 100%;
	vertical-align: middle;
	/* padding-right: 10px; */
}

/* mbx */

.con_mbx {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.con_mbx img {
	margin-right: 5px;
	vertical-align: middle;
}

.con_mbx a {
	vertical-align: middle;
	color: #666;
}

.con_mbx span {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 14px;
	color: #666;
}

/* hr */
.con_mbx_hr {
	height: 10px;
	background: url(../images/header_hr.png) no-repeat center;
	background-size: 100% 100%;
}


/* footer */
.footer_bg {
        min-width: 1200px;
	height: 220px;
	background: #0B53B6;
}

.footer {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.footer .link {
	margin-top: 20px;
}

.footer .link ul li {
	width: 236px;
	float: left;
	background: #226CD2;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	font-size: 14px;
}

.footer .link ul li img {
	height: 10px;
	width: 12px;
	margin-top: 16px;
	margin-left: 15px;
	cursor: pointer;

}

.footer .link ul li:nth-child(1) {
	margin: 0;
}

.footer .link ul li a {
	color: #fff;
}

.footer .con {
	color: #fff;
	height: 140px;
	position: relative;
	font-size: 14px;
	/* text-align: center; */
}

.footer .con a {
	color: #fff;
	font-size: 14px;
}

.footer .dzjg {
	position: absolute;
	left: 180px;
	top: 40px;
}

.footer .zfwzzc {
	position: absolute;
	left: 260px;
	top: 40px;
}

.footer .one_line {
	position: absolute;
	left: 415px;
	top: 25px;
}
.footer .one_line span img{
        margin-left: 162px; 
        vertical-align: middle;
}

.footer .one_line span {
	display: inline-block;
	padding-right: 25px;
	height: 15px;
	line-height: 15px;
	margin-left: 15px;
}

.footer .one_line span:nth-child(3) {
	border: none;
}

.footer .two_line {
	position: absolute;
	left: 430px;
	top: 55px;
}

.footer .two_line span:nth-child(2) {
	margin-left: 190px;
}

.footer .th_line {
	position: absolute;
	left: 430px;
	top: 85px;
}

.footer .th_line span:nth-child(2) {
	margin-left: 150px;
}

.footer .fo_line {
	position: absolute;
	left: 430px;
	top: 85px;
}

.footer .fo_line span:nth-child(2) {
	margin-left: 126px;
}

.footer #imgConac {
	position: absolute;
	left: 170px;
	top: 28px;
}

/* cc_page */

#cc_page {
	text-align: center;
	margin-top: 30px;
}

#cc_page ul {
	display: inline-block;
}

#cc_page ul>li {
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	user-select: none;
}

#cc_page ul .normal_page {
	padding: 3px 12px;
	border: 1px solid #ddd;
	margin-right: 10px;
	border-radius: 5px;
}

#cc_page ul .link_page {
	position: relative;
	width: 100px;
	/* border: 1px solid; */
}

#cc_page ul li>a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

#cc_page ul .link_page>span {
	position: absolute;
	top: 3px;
	left: 0px;
}

#cc_page ul .link_page>input {
	position: absolute;
	width: 50px;
	height: 32px;
	top: 2px;
	left: 40px;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 5px;
}

#cc_page .dis_page {
	background: #eee;
}

#cc_page .dis_page a {
	color: #999;
}

#cc_page .sele_page {
	background: #0B53B5;
}

#cc_page .sele_page a {
	color: #fff;
}

#cc_page .left_font_page {
	height: 38px;
	line-height: 38px;
	margin-right: 15px;
}

#cc_page .right_font_page {
	height: 38px;
	line-height: 38px;
	margin-left: 6px;
}

/* 默认分页居中 */
.center_page {
	margin-top: 30px;
}

.center_page table {
	margin: 0 auto;
}
body {
       min-width: 1200px;
}