body {
  font-family: Arial, 'Times New Roman', 'Microsoft YaHei', 'SimHei';
  background-color: #fff;
  height: 100%;
  margin: 0;
  font-size: 14px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

#header-line {
  height: 4px;
  background-color: #006CBE;
}

#header {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  display: table;
}

#header-logo {
  display: table-cell;
  vertical-align: middle;
}

#header-logo img {
  height: 80px;
}

#header-search {
  width: 240px;
  display: table-cell;
  vertical-align: middle;
}

#header-search form {
  width: 240px;
  height: 38px;
  border: 1px solid #DCDCDC;
  border-radius: 24px;
  padding: 0 10px 0 14px;
  box-sizing: border-box;
  display: table;
}

.header-search-item {
  display: table-cell;
  vertical-align: middle;
}

.header-search-item:nth-child(2) {
  cursor: pointer;
  width: 24px;
}

.header-search-input {
  width: 100%;
  height: 32px;
  border: none;
  background: unset;
  color: #666;
  outline: none;
  font-size: 14px;
}

#header-search-icon {
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  cursor: pointer;
}

#search{
	height: 38px;
	line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin-top: 41px;
}
#search .text{
	float: left;
	width: 190px;
	height: 38px;
	padding:0 5px 0 10px;
	border: none;
	background:none;
	color:#666;
	outline: none;
	font-size: 14px;
}
#search .button{
	cursor: pointer;
	float: right;	
	width: 22px;
	height: auto;
	margin: 7px 12px 0 0;
	border: none;
	outline: none;
}

#nav {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  background-color: #006CBE;
}

#nav .wrap>ul>li {
  float: left;
  letter-spacing: 1px;
}

#nav .wrap>ul>li>a {
  display: block;
  padding: 0 32px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-decoration: none;
}

#nav .wrap>ul>li>a:hover {
  background-color: #0263ad;
}

/*一级导航---结束*/

/*二级菜单---开始*/
#nav .wrap>ul .firstmenu {
  position: relative;
}

#nav .wrap>ul .firstmenu .secmenu {
  display: none;
  border-top: 1px solid #E3E3E3;
  position: absolute;
  /*left: -15px;*/
  top: 46px;
  z-index: 999;
}

#nav .wrap>ul .firstmenu .secmenu .secul {
  margin-top: 0;
  padding: 0;
  /*border-bottom: 1px solid #E3E3E3; */
  width: 132px;
  background-color: rgba(33, 138, 227, 0.8) !important;
  filter: Alpha(opacity=80);
  background-color: #218ae3;
  text-align: center;
}

#nav .wrap>ul>.firstmenu .secmenu .secul a {
  display: block;
  font-size: 14px;
  width: 132px;
  padding: 9px 0;
  line-height: 19px;
  /*height: 40px;*/
  /*line-height: 40px;*/
  color: #fff;
  text-decoration: none;
}

#nav .wrap>ul>.firstmenu .secmenu .secul a:hover {
  background-color: #218ae3;
}

#nav-date {
  float: right;
  color: #fff;
}

#footer {
  color: #fff;
  height: 150px;
  background-color: #006CBE;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer .copyright {
  margin-top: 36px;
}

#footer .copyright p {
  line-height: 27px;
}

#footer .copyright-line {
  margin: 36px 30px;
  border-right: 1px solid #fff;
  width: 1px;
  height: calc(100% - 72px);
}

#footer .footer-link-box {
  margin-top: 62px;
}

#footer .footer-link-box .footer-link {
  width: 150px;
  height: 26px;
  border-radius: 4px;
  outline: none;
  text-align: center;
  color: #218ae3;
}

#footer .footer-link-box .footer-link:not(:first-child) {
  margin-left: 10px;
}

#footer .erweima .txt {
  margin: 52px 15px 0 0;
}

#footer .erweima .txt p {
  line-height: 26px;
}

#footer .erweima .pic {
  margin-top: 21px;
}

#footer .erweima .pic img {
  width: 110px;
  height: 110px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bgColor {
  color: #006CBE;
}

#sidebar {
  float: left;
  width: 260px;
  margin-top: 30px;
  background-color: #fff;
  z-index: 9999;
}

/*#sidebar p{
	margin:0;
	padding:0;
}*/
#sidebar .title {
  width: 100%;
  /*height: 68px;
	line-height: 68px;*/
  line-height: 34px;
  padding: 17px 0 17px 25px;
  font-size: 24px;
  color: #fff;
  /*padding-left: 25px;*/
  background-color: #006CBE;
}

#sidebar ul li {
  border-left: 12px solid #006CBE;
}

#sidebar ul li a {
  display: block;
  color: #5f5e5e;
  /*height:50px;
	line-height: 50px;*/
  line-height: 24px;
  background-color: #fff;
  /*padding: 0 0 0 28px;*/
  padding: 13px 0 13px 28px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

#sidebar ul li a img {
  float: right;
  height: 16px;
  /*margin: 16px 10px 0 0;*/
  margin: 5px 10px 0 0;
}

#sidebar ul li a:hover {
  padding: 13px 0 13px 24px;
  color: #006CBE;
  border-left: 4px solid #ff9400;
}





