* {
	margin: 0;
	padding: 0;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #404040;
	font-family: "Microsft YaHei", "微软雅黑";
	background: url(../images/bg.png) no-repeat;
	/* background-size: contain; */
	/* background-color: #eaf8ff; */
}

ul,
ol,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #3d3c3c;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

.clearfix {
	overflow: hidden;
}

a,
a:hover {
	text-decoration: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "宋体";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}

img {
	border: 0;
	vertical-align: middle;
	width: 100%;
}

*:focus {
	outline: none;
}

.container_n {
	width: 1200px;
	margin: 0 auto;
	/* padding: 0 15px; */
}
.content-box1 {
    /* padding-top: 10px; */
    background: #fff;
}

/* top*/
.top {
	height: 48px;
	/* background: #2d639f; */
	color: #fff;
	line-height: 48px;
}

.top a {
	color: #fff;
}

/* logo */
.logo {
	/* width: 440px; */
	margin-top: 30px;
	margin-bottom: 50px;
	float: left;
}


/* 搜索框 */
.search-box {
	height: 120px;
	overflow: hidden;
	line-height: 120px;
	float: right;
}

.search-box span.lf {
	color: #444647;
	padding-left: 35px;
	background: url(../images/hello.png) no-repeat 0 center;
}

.search-box span.search input {
	background-color: #fefbfb;
	border: none;
	width: 340px;
	background-image: url(../images/serach.png);
	background-repeat: no-repeat;
	background-position: 320px center;
	height: 40px;
	border-radius: 20px;
	padding-left: 10px;
}
.header {
	background: #102f84;
}
.header .nav {
	width: 1200px;
/* 	height: 50px;
	line-height: 50px; */
	margin: 0 auto;
	position: relative;
	z-index: 111;
}
.header .nav li {
    float: left;
    width:200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}
.header .nav li:hover{
	background:#778dee ;
}

.header .nav li a {
	color: #fff;
	padding:0;
}
.header .nav li a:hover{
	background: #335cce;
}
.header .nav li .second-nav {
	/*width: 150px;*/
	display: none;
	position: relative;
}

.header .nav li .second-nav li {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #9dbafb;
	border-top: 1px solid #3d6dd9;
}
.header .nav li .second-nav li:hover{
	background: #3d6dd9;
}
.header .nav li .second-nav li .third-nav {
	/*position: absolute;*/
	width: 896px;
	height: 122px;
	display: none;
	margin-left: 100%;
	margin-top: -41px;
}
.third-nav{
	background: #3d6dd9c7;
	text-align: left;
	padding: 0 20px;
	/*position: fixed;*/
}
.header .nav li .third-nav a {
	color: #ffffff;
    padding: 5px 10px;
    border-bottom: 1px solid;
    margin: 0 5px;
}
.header .nav li .third-nav a:hover{
	background: #ff9b58;
    border: none;
    border-radius: 4px;
}

.bg-white {
	background: #fff;
}

footer {
	width: 100%;
	height: 120px;
	padding: 57px 0;
	background: #474e62;
	font-size: 12px;
	font-family: "宋体";
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin-top: 80px;
}

.foot-left {
	float: left;
}

.foot-left img {
	width: 300px;
}

.foot-right {
	float: right;
	text-align: right;
}

.foot-right .rt {
	margin-left: 20px;
}

.footer a {
	color: burlywood;
	cursor: pointer;
}
.footer {
    height: 163px;
    color: #fff;
    background-color: #474e62;
    padding: 50px 30px;
	margin-top: 10px;
}
.footer-left{
	float: left;
}
.footer-right{
	float: right;
	text-align: right;
}
.footer-right a{
	color: #fff!important;
}
.footer-code {
	width: 50%;
	margin: 20px auto;
}

/* 选项卡样式 */
.mt-tabpage {
	width: 100%;
	background-color: #FFFFFF;
}

.mt-tabpage-title {
	height: 40px;
	background: #F1F1F1;
	margin: 10px 0;
}

.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 24%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.mt-tabpage-title .mt-tabpage-item:hover {
	/* color: #999; */
}

.mt-tabpage-title .mt-tabpage-item-cur {
	color: #ffffff;
	font-size: 14px;
	background: #2d639f;
}

.mt-tabpage-count {
	position: relative;
	width: 100%;
}

.mt-tabpage-cont_wrap {
	position: inherit;
	width: 100% !important;
}

.mt-tabpage-count .mt-tabpage-item {
	width: 100%;
	/* height: 200px; */
	/* line-height: 200px;
	text-align: center; */
}

.mt-tabpage-item.mt-tabpage-top {
	width: 49%;
}

.mt-tabpage-item-cur.mt-tabpage-top {
	color: #2d639f;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid;
	background: none;
}

.content-box {
	background: #fff;
}

/* 友情链接 */
.link-div{
	padding-bottom: 100px;
}
.link-div ul li {
    float: left;
    /* width: 16%; */
    margin-right:10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.link-div ul li:last-child{
	margin-right: 0;
}
.link-div ul li a{
	cursor: pointer;
}

/* 侧边二维码*/
.code-side {
    width: 120px;
    height: 320px;
    text-align: center;
    position: fixed;
    right: 190px;
    top: 44%;
    background: #fff;
    padding: 10px;
/*    border: 1px solid #ccc; */
}
.code-side-top{
	margin-bottom: 10px;
	margin-top: 10px;
}
.code-side-icon{
	width: 12px;
	margin: 0 auto;
}



