﻿@charset "utf-8";

/* 通用 */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}
/* 底部 */
.bottom {
	width: 100%;
	height: 255px;
        min-width: 1200px;
        background-color: #F2F2F2;
}
.bottomContent {
	width: 100%;
	height: 173px;
	/* margin-top: 83px; */
	
	border-top: 5px #466AA6 solid;
}

.bottomContent .bottomDetails {
	width: 1200px;
	height: 160px;
	margin: auto;
	/* background-color: salmon; */
}

.bottomContent .bottomDetailsLeft {
	width: 800px;
	height: 160px;
	float: left;
	/* background-color: fuchsia; */
}

.bottomContent .bottomDetailsLeft ul>li {
	float: left;
	list-style: none;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottomContent .bottomDetailsLeft a {
	text-decoration: none;
	color: #0072CD;
	font-size: 20px;
	font-weight: bold;
}

.bottomContent .bottomDetailsLeft span {
	font-size: 14px;
}

.bottomContent .bottomDetailsLeft .bei1 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.bottomContent .bottomDetailsLeft .bei1:hover{
	color: #005EBC;
	text-decoration: underline;
}
.bottomContent .bottomDetailsLeft .bei2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.bottomContent .bottomDetailsLeft .bei2:hover{
	color: #005EBC;
	text-decoration: underline;
}
.bottomContent .bottomDetailsRight {
	width: 400px;
	height: 160px;
	float: right;
	/* background-color: darkgreen; */
}

.bottomContent .leftimg {
	width: 200px;
	height: 160px;
	text-align: center;
	line-height: 200px;
	/* background-color: navajowhite; */
	float: left;
}

.bottomContent .rightimg {
	width: 200px;
	height: 160px;
	text-align: left;
	/*line-height: 200px;*/
    margin-top: 40px;
	/* background-color: sienna; */
	float: right;
}

/* 友情链接 */

.bottom .yqlj_div{ width: 1200px;height: 30px;margin: auto; padding:10px 0;}
.yqlj_div .linklist{ float:left;margin-left:25px;width:80px; height:28px;line-height:28px;font-size:16px;color:#005ebc; padding-left:23px;}
.linkname{float:left;height:30px;line-height:30px;font-weight:bold;font-size:18px;color: #245798;margin-top: -7px;}
.linkbox1{height:30px;margin-left:295px;}
.linkbox1 dl{ width:auto;padding:0 20px; display:block!important; height:30px;background:#f2f2f2;float:left;line-height:30px;position:relative; z-index:10}
.linkbox1 dl dt{height:50px;line-height:50px;display: inline-block;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;z-index: 99;font-size: 16px;color: #666;font-weight: normal;margin-top:-11px}
.linkbox1 dl dt img{ margin-left:10px;vertical-align: middle;}
.linkbox1 dl#num1{background:none;}
.linkbox1 dl#num1 dt,.linkbox1 dl#num2 dt,.linkbox1 dl#num3{width:165px;}
.linkbox1 dl#num4 dt{width:125px;}
.linkbox1 dl#num5 dt,.linkbox1 dl#num6 dt{width:110px;}
.linkbox1 dd{position:absolute;left:-210px;bottom:30px;background:#fff;display:none;z-index:98;border:#496fb0 1px solid; width:1198px; padding:10px 0px;}
.linkbox1 dd ul{padding:0 10px;}
.linkbox1 dd ul li{float:left;width:19.6%;  text-align:left;  }
.linkbox1 dd ul li a{display:block; font:normal 14px/26px "Microsoft Yahei";width:auto;white-space:nowrap;overflow:hidden;padding-left:35px; color:#666; }

.linkbox1 dd.link1{ left: -295px;}
.linkbox1 dd.link2{ left: -426px;}
.linkbox1 dd.link3{ left: -771px;}
.linkbox1 dd.link4{ left: -607px;}
